Skip to content

Commit dec6999

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.642.2 (#51)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent fef6d23 commit dec6999

File tree

9 files changed

+21
-13
lines changed

9 files changed

+21
-13
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 3.0.0-beta01
66
speakeasyVersion: 1.642.2
77
generationVersion: 2.731.6
8-
releaseVersion: 0.7.4
9-
configChecksum: fca8d41e832694e216e9a33df4be5bbd
8+
releaseVersion: 0.7.5
9+
configChecksum: 8286ef957e22ea5d1bbac04408013a89
1010
repoURL: https://github.com/dailypay/dailypay-typescript-sdk.git
1111
installationURL: https://github.com/dailypay/dailypay-typescript-sdk
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: true
2626
skipResponseBodyAssertions: false
2727
typescript:
28-
version: 0.7.4
28+
version: 0.7.5
2929
acceptHeaderEnum: true
3030
additionalDependencies:
3131
dependencies: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
sourceBlobDigest: sha256:df79c6083ab50b27bf086799275b969de4047372361572a07a3df33a89318a8a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761750047
9+
- speakeasy-sdk-regen-1761763002
1010
- 3.0.0-beta01
1111
local:
1212
sourceNamespace: xapi
@@ -23,7 +23,7 @@ targets:
2323
sourceRevisionDigest: sha256:15080505fed7751d9669c0205dcbaf1f47613b1e94c531c3a07a57e570a265b4
2424
sourceBlobDigest: sha256:df79c6083ab50b27bf086799275b969de4047372361572a07a3df33a89318a8a
2525
codeSamplesNamespace: xapi-typescript-code-samples
26-
codeSamplesRevisionDigest: sha256:a56ec9eaec9df990892c6cd447b6e7bcb4cea6f3344d8dac97ad4db2e43b9c4f
26+
codeSamplesRevisionDigest: sha256:e47f51ac17ee1c6c739a0a06ff6ac70e5c0269c4ac6166d35cf8b6eb67111554
2727
workflow:
2828
workflowVersion: 1.0.0
2929
speakeasyVersion: latest

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ Based on:
134134
- OpenAPI Doc
135135
- Speakeasy CLI 1.642.2 (2.731.6) https://github.com/speakeasy-api/speakeasy
136136
### Generated
137-
- [typescript v0.7.4] .
137+
- [typescript v0.7.4] .
138+
139+
## 2025-10-29 18:36:25
140+
### Changes
141+
Based on:
142+
- OpenAPI Doc
143+
- Speakeasy CLI 1.642.2 (2.731.6) https://github.com/speakeasy-api/speakeasy
144+
### Generated
145+
- [typescript v0.7.5] .

examples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@dailypay/dailypay",
5-
"version": "0.7.4",
5+
"version": "0.7.5",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dailypay/dailypay",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"author": "DailyPay, Inc.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
8484
export const SDK_METADATA = {
8585
language: "typescript",
8686
openapiDocVersion: "3.0.0-beta01",
87-
sdkVersion: "0.7.4",
87+
sdkVersion: "0.7.5",
8888
genVersion: "2.731.6",
8989
userAgent:
90-
"speakeasy-sdk/typescript 0.7.4 2.731.6 3.0.0-beta01 @dailypay/dailypay",
90+
"speakeasy-sdk/typescript 0.7.5 2.731.6 3.0.0-beta01 @dailypay/dailypay",
9191
} as const;

0 commit comments

Comments
 (0)