Skip to content

Commit

Permalink
Merge pull request #29 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…733357846

chore: 🐝 Update SDK - Generate ACCOUNTING 0.8.0
  • Loading branch information
ryan-timothy-albert authored Dec 5, 2024
2 parents 4df0136 + 7931644 commit 8a2f756
Show file tree
Hide file tree
Showing 16 changed files with 236 additions and 40 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.451.1
speakeasyVersion: 1.451.4
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:7578b17b8fde0af6a9c47111adc7d1cb868a1b7749ce24982f8ee8f55a92d767
sourceRevisionDigest: sha256:8f46105fc5dd785cfdeadeb5de21593b87179ec13c526bf2711ef03b8c6baa26
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1733274274
- speakeasy-sdk-regen-1733357846
- 1.0.0
targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:8f6d2d829c174168d3a61e13473f99f7e5abb40b9a785b1571b5cb35c8d7af1f
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
codeSamplesNamespace: source-1-code-samples-code-samples-code-samples
codeSamplesRevisionDigest: sha256:6240d1223ebe6f1fd0e7191fcf1d558c428d91bc3276ef6889079271d24a405b
sourceRevisionDigest: sha256:8f46105fc5dd785cfdeadeb5de21593b87179ec13c526bf2711ef03b8c6baa26
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:45da7a73cae3ab6202e99116f6edca69b266aedd01afc3d6ddd2436eceb0c1f5
finance:
source: source1
sourceNamespace: source-1
Expand Down
1 change: 1 addition & 0 deletions accounting/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/react-query
/__tests__
/funcs
/core.*
Expand Down
3 changes: 3 additions & 0 deletions accounting/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
**/*
!/FUNCTIONS.md
!/RUNTIMES.md
!/REACT_QUERY.md
!/**/*.ts
!/**/*.js
!/**/*.map
Expand Down
12 changes: 6 additions & 6 deletions accounting/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@ id: de44aa14-d51e-4f37-b22e-356d78ca0ebc
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.7.0
configChecksum: 720723fcfb7c338e0fbd19b7ff57277c
speakeasyVersion: 1.451.4
generationVersion: 2.471.2
releaseVersion: 0.8.0
configChecksum: f6cf8a118bef5e4b68840ebe86ba92e0
repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git
repoSubDirectory: accounting
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/accounting
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.18.5
core: 3.18.8
defaultEnabledRetries: 0.1.0
envVarSecurityUsage: 0.1.2
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.4
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.2.0
tests: 0.7.0
generatedFiles:
- .eslintrc.cjs
- .gitattributes
Expand Down Expand Up @@ -113,3 +112,4 @@ examples:
application/json: {"id": 763078, "name": "<value>"}
default:
application/json: {"code": 743784, "message": "<value>"}
generatedTests: {}
3 changes: 2 additions & 1 deletion accounting/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.7.0
version: 0.8.0
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand All @@ -26,6 +26,7 @@ typescript:
- -c
- ./scripts/compile.sh
defaultErrorName: SDKError
enableReactQuery: false
enumFormat: union
flattenGlobalSecurity: true
flatteningOrder: body-first
Expand Down
26 changes: 16 additions & 10 deletions accounting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,23 @@ It has been generated successfully based on your OpenAPI spec. However, it is no

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [ryan-accounting](#ryan-accounting)
* [🏗 **Welcome to your new SDK!** 🏗](#welcome-to-your-new-sdk)
* [SDK Installation](#sdk-installation)
* [Requirements](#requirements)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Retries](#retries)
* [Standalone functions](#standalone-functions)
* [Debugging](#debugging)
* [Development](#development)
* [Maturity](#maturity)
* [Contributions](#contributions)

* [SDK Installation](#sdk-installation)
* [Requirements](#requirements)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Standalone functions](#standalone-functions)
* [Retries](#retries)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Debugging](#debugging)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
Expand Down
12 changes: 11 additions & 1 deletion accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,14 @@ Based on:
### Generated
- [typescript v0.7.0] accounting
### Releases
- [NPM v0.7.0] https://www.npmjs.com/package/ryan-accounting/v/0.7.0 - accounting
- [NPM v0.7.0] https://www.npmjs.com/package/ryan-accounting/v/0.7.0 - accounting

## 2024-12-05 00:17:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.4 (2.471.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.8.0] accounting
### Releases
- [NPM v0.8.0] https://www.npmjs.com/package/ryan-accounting/v/0.8.0 - accounting
4 changes: 3 additions & 1 deletion accounting/docs/sdks/accountingsdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# AccountingSDK

## Overview
## Overview

### Available Operations
2 changes: 1 addition & 1 deletion accounting/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-accounting",
"version": "0.7.0",
"version": "0.8.0",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
106 changes: 104 additions & 2 deletions accounting/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion accounting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-accounting",
"version": "0.7.0",
"version": "0.8.0",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -15,6 +15,8 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"zod": ">= 3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions accounting/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.7.0",
genVersion: "2.460.1",
userAgent: "speakeasy-sdk/typescript 0.7.0 2.460.1 1.0.0 ryan-accounting",
sdkVersion: "0.8.0",
genVersion: "2.471.2",
userAgent: "speakeasy-sdk/typescript 0.8.0 2.471.2 1.0.0 ryan-accounting",
} as const;
Loading

0 comments on commit 8a2f756

Please sign in to comment.