Skip to content

Commit

Permalink
Merge pull request #644 from codatio/speakeasy-sdk-regen-1732645868
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 9.0.1
  • Loading branch information
dcoplowe authored Nov 26, 2024
2 parents 1bf8549 + fb92c27 commit 6195241
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ sources:
- prealpha
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:57f3f75ddaada8ea52820f758afa85b54cd16b36b65520e20afe99e61871152d
sourceRevisionDigest: sha256:fcd6b51262ff69e60a7a01c318156d45b3601e2d88b3d755a0aad7fc04268e3f
sourceBlobDigest: sha256:57b656eed2c5a98f97da8f59e196bb8052ead3cc7c87673cdf5e19c6badbb570
tags:
- latest
- speakeasy-sdk-regen-1732640907
- speakeasy-sdk-regen-1732645868
- 3.0.0
sync-for-payables-version-1-source:
sourceNamespace: sync-for-payables-version-1-source
Expand Down Expand Up @@ -101,10 +101,10 @@ targets:
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:57f3f75ddaada8ea52820f758afa85b54cd16b36b65520e20afe99e61871152d
sourceRevisionDigest: sha256:fcd6b51262ff69e60a7a01c318156d45b3601e2d88b3d755a0aad7fc04268e3f
sourceBlobDigest: sha256:57b656eed2c5a98f97da8f59e196bb8052ead3cc7c87673cdf5e19c6badbb570
codeSamplesNamespace: sync-for-payables-source-code-samples
codeSamplesRevisionDigest: sha256:d8133605598626099bf4f75b06d899bc84619913ec94d4f06c86a514d00bcbd5
codeSamplesRevisionDigest: sha256:40825f2e1696e90ab8a91bf81b9da4b6e3d68d979cf64bd9f3f8060bcd2b6bd9
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
Expand Down
4 changes: 2 additions & 2 deletions sync-for-payables/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 3.0.0
speakeasyVersion: 1.447.0
generationVersion: 2.463.0
releaseVersion: 9.0.0
configChecksum: c0e736018eb1e1db696f7fffb9158a9d
releaseVersion: 9.0.1
configChecksum: 55a7dd8d60cc533562b7dc123ee2c801
repoURL: https://github.com/codatio/client-sdk-typescript.git
repoSubDirectory: sync-for-payables
installationURL: https://gitpkg.now.sh/codatio/client-sdk-typescript/sync-for-payables
Expand Down
2 changes: 1 addition & 1 deletion sync-for-payables/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generation:
oAuth2PasswordEnabled: false
telemetryEnabled: true
typescript:
version: 9.0.0
version: 9.0.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion sync-for-payables/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,14 @@ Based on:
### Generated
- [typescript v9.0.0] sync-for-payables
### Releases
- [NPM v9.0.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.0.0 - sync-for-payables
- [NPM v9.0.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.0.0 - sync-for-payables

## 2024-11-26 18:30:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.447.0 (2.463.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v9.0.1] sync-for-payables
### Releases
- [NPM v9.0.1] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.0.1 - sync-for-payables
2 changes: 1 addition & 1 deletion sync-for-payables/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@codat/sync-for-payables",
"version": "9.0.0",
"version": "9.0.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions sync-for-payables/package-lock.json

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

2 changes: 1 addition & 1 deletion sync-for-payables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codat/sync-for-payables",
"version": "9.0.0",
"version": "9.0.1",
"author": "Codat",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions sync-for-payables/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "3.0.0",
sdkVersion: "9.0.0",
sdkVersion: "9.0.1",
genVersion: "2.463.0",
userAgent:
"speakeasy-sdk/typescript 9.0.0 2.463.0 3.0.0 @codat/sync-for-payables",
"speakeasy-sdk/typescript 9.0.1 2.463.0 3.0.0 @codat/sync-for-payables",
} as const;

0 comments on commit 6195241

Please sign in to comment.