Skip to content

Commit 0f854a8

Browse files
authored
Merge pull request #16 from apideck-libraries/samz/add-code-samples
feat: add sample codes as overlays
2 parents c248293 + 1f3a068 commit 0f854a8

File tree

10 files changed

+53
-18
lines changed

10 files changed

+53
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.speakeasy/reports
12
/react-query
23
/models
34
/models/errors

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 7bffa198-5d29-4efa-9942-d549cc832085
33
management:
44
docChecksum: 0573f979a398585490a8b196046afc66
55
docVersion: 10.9.0
6-
speakeasyVersion: 1.460.6
7-
generationVersion: 2.484.4
8-
releaseVersion: 0.13.4
9-
configChecksum: 676c058be590ebb76aca5129131b0d99
6+
speakeasyVersion: 1.466.1
7+
generationVersion: 2.488.4
8+
releaseVersion: 0.13.5
9+
configChecksum: 2465446e04d994604803eb75d695edb4
1010
repoURL: https://github.com/apideck-libraries/sdk-typescript.git
1111
installationURL: https://github.com/apideck-libraries/sdk-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
typescript:
19-
version: 0.13.4
19+
version: 0.13.5
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.460.6
1+
speakeasyVersion: 1.466.1
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:8d36fdcc6da8642fb74016172fefd873660b1ccbac0d41e5e73491bac4d5331d
5+
sourceRevisionDigest: sha256:8cc966f19adfe53b3a4dba3fbf9a8da7499ea6c4b323e5ded45c84a639c839af
66
sourceBlobDigest: sha256:4f88a753a09ecc6a10f5d56483b1c819d6d9170668b1c8a5046a84c438ba0284
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735811831
9+
- speakeasy-sdk-regen-1736420052
1010
- 10.9.0
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:8d36fdcc6da8642fb74016172fefd873660b1ccbac0d41e5e73491bac4d5331d
15+
sourceRevisionDigest: sha256:8cc966f19adfe53b3a4dba3fbf9a8da7499ea6c4b323e5ded45c84a639c839af
1616
sourceBlobDigest: sha256:4f88a753a09ecc6a10f5d56483b1c819d6d9170668b1c8a5046a84c438ba0284
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:4459773d038127b26db09c03bb7b0b7dddfebc7d4532ef41af2231ede49be276
18+
codeSamplesRevisionDigest: sha256:41b3c403dfd4f68cfba8312dc22bdbd0ed53a585de3587fde31fdd7fec46e599
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -25,6 +25,18 @@ workflow:
2525
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
2626
registry:
2727
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas
28+
Apideck-Sample-Docs:
29+
inputs:
30+
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
31+
overlays:
32+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-typescript-code-samples
33+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-csharp-code-samples
34+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-go-code-samples
35+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-java-code-samples
36+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-python-code-samples
37+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-php-code-samples
38+
registry:
39+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-with-code-samples
2840
targets:
2941
apideck:
3042
target: typescript

.speakeasy/workflow.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ sources:
66
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
77
registry:
88
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas
9+
Apideck-Sample-Docs:
10+
inputs:
11+
- location: https://ci-spec-unify.s3.eu-central-1.amazonaws.com/speakeasy-spec.yml
12+
overlays:
13+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-typescript-code-samples
14+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-csharp-code-samples
15+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-go-code-samples
16+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-java-code-samples
17+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-python-code-samples
18+
- location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-php-code-samples
19+
registry:
20+
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-with-code-samples
921
targets:
1022
apideck:
1123
target: typescript

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [typescript v0.13.4] .
9090
### Releases
91-
- [NPM v0.13.4] https://www.npmjs.com/package/@apideck/unify/v/0.13.4 - .
91+
- [NPM v0.13.4] https://www.npmjs.com/package/@apideck/unify/v/0.13.4 - .
92+
93+
## 2025-01-09 10:54:05
94+
### Changes
95+
Based on:
96+
- OpenAPI Doc
97+
- Speakeasy CLI 1.466.1 (2.488.4) https://github.com/speakeasy-api/speakeasy
98+
### Generated
99+
- [typescript v0.13.5] .
100+
### Releases
101+
- [NPM v0.13.5] https://www.npmjs.com/package/@apideck/unify/v/0.13.5 - .

jsr.json

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

33
{
44
"name": "@apideck/unify",
5-
"version": "0.13.4",
5+
"version": "0.13.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": "@apideck/unify",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6464
export const SDK_METADATA = {
6565
language: "typescript",
6666
openapiDocVersion: "10.9.0",
67-
sdkVersion: "0.13.4",
68-
genVersion: "2.484.4",
69-
userAgent: "speakeasy-sdk/typescript 0.13.4 2.484.4 10.9.0 @apideck/unify",
67+
sdkVersion: "0.13.5",
68+
genVersion: "2.488.4",
69+
userAgent: "speakeasy-sdk/typescript 0.13.5 2.488.4 10.9.0 @apideck/unify",
7070
} as const;

0 commit comments

Comments
 (0)