Skip to content

Commit 6943db2

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.642.1 (#48)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 8b83d86 commit 6943db2

File tree

9 files changed

+25
-17
lines changed

9 files changed

+25
-17
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 23304fef-40f3-4268-ad52-8df627e80cfa
33
management:
44
docChecksum: e46e93532757c919514e87097084dba4
55
docVersion: 3.0.0-beta01
6-
speakeasyVersion: 1.640.0
7-
generationVersion: 2.730.5
8-
releaseVersion: 0.7.1
9-
configChecksum: 71cecf6af5dd6ef1da28ca33c92a57d8
6+
speakeasyVersion: 1.642.1
7+
generationVersion: 2.731.4
8+
releaseVersion: 0.7.2
9+
configChecksum: 3cf74a094dde3432f6215a2386478c83
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.1
28+
version: 0.7.2
2929
acceptHeaderEnum: true
3030
additionalDependencies:
3131
dependencies: {}

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.640.0
1+
speakeasyVersion: 1.642.1
22
sources:
33
cloud:
44
sourceNamespace: xapi
55
sourceRevisionDigest: sha256:15080505fed7751d9669c0205dcbaf1f47613b1e94c531c3a07a57e570a265b4
66
sourceBlobDigest: sha256:df79c6083ab50b27bf086799275b969de4047372361572a07a3df33a89318a8a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761593940
9+
- speakeasy-sdk-regen-1761671142
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:43e0021e576bb4e491345c7e9516e27113ec1e0c8483cd47f224bd221c6b6059
26+
codeSamplesRevisionDigest: sha256:a28521448119769484c3405af0874f6eb95bfaa42248416e5a0580c64ceb77b9
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
@@ -110,4 +110,12 @@ Based on:
110110
- OpenAPI Doc
111111
- Speakeasy CLI 1.640.0 (2.730.5) https://github.com/speakeasy-api/speakeasy
112112
### Generated
113-
- [typescript v0.7.1] .
113+
- [typescript v0.7.1] .
114+
115+
## 2025-10-28 17:05:22
116+
### Changes
117+
Based on:
118+
- OpenAPI Doc
119+
- Speakeasy CLI 1.642.1 (2.731.4) https://github.com/speakeasy-api/speakeasy
120+
### Generated
121+
- [typescript v0.7.2] .

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.1",
5+
"version": "0.7.2",
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.1",
3+
"version": "0.7.2",
44
"author": "DailyPay, Inc.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"

src/lib/config.ts

Lines changed: 3 additions & 3 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.1",
88-
genVersion: "2.730.5",
87+
sdkVersion: "0.7.2",
88+
genVersion: "2.731.4",
8989
userAgent:
90-
"speakeasy-sdk/typescript 0.7.1 2.730.5 3.0.0-beta01 @dailypay/dailypay",
90+
"speakeasy-sdk/typescript 0.7.2 2.731.4 3.0.0-beta01 @dailypay/dailypay",
9191
} as const;

0 commit comments

Comments
 (0)