Skip to content

Commit cf80b8e

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 1.1.1 (#12)
* ## Typescript SDK Changes: * `marble.posts.post/v1/posts()`: **Added** * `marble.posts.patch/v1/posts/{identifier}()`: **Added** * `marble.posts.delete/v1/posts/{identifier}()`: **Added** * `marble.categories.post/v1/categories()`: **Added** * `marble.categories.patch/v1/categories/{identifier}()`: **Added** * `marble.categories.delete/v1/categories/{identifier}()`: **Added** * `marble.tags.post/v1/tags()`: **Added** * `marble.tags.patch/v1/tags/{identifier}()`: **Added** * `marble.tags.delete/v1/tags/{identifier}()`: **Added** * `marble.authors.post/v1/authors()`: **Added** * `marble.authors.patch/v1/authors/{identifier}()`: **Added** * `marble.authors.delete/v1/authors/{identifier}()`: **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent a1627fb commit cf80b8e

File tree

102 files changed

+7532
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+7532
-235
lines changed

β€Ž.npmignoreβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
!/**/*.ts
66
!/**/*.js
77
!/**/*.mjs
8-
!/**/*.json
8+
!/package.json
9+
!/jsr.json
10+
!/dist/**/*.json
11+
!/esm/**/*.json
912
!/**/*.map
1013

1114
/eslint.config.mjs

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 559 additions & 59 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ generation:
1717
securityFeb2025: true
1818
sharedErrorComponentsApr2025: true
1919
sharedNestedComponentsJan2026: false
20+
nameOverrideFeb2026: false
2021
auth:
2122
oAuth2ClientCredentialsEnabled: false
2223
oAuth2PasswordEnabled: false
@@ -33,7 +34,7 @@ generation:
3334
generateNewTests: true
3435
skipResponseBodyAssertions: false
3536
typescript:
36-
version: 1.1.0
37+
version: 1.1.1
3738
acceptHeaderEnum: false
3839
additionalDependencies:
3940
dependencies: {}

0 commit comments

Comments
Β (0)