Skip to content

Commit 261fdea

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.71.5 (#297)
* ## Typescript SDK Changes: * `dub.events.list()`: `response.[].union(click).link.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.tags.create()`: * `request.color.enum(gray)` **Added** * `response.color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.get()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.tags.list()`: `response.[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.createMany()`: `response.[].union(LinkSchema).tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.updateMany()`: `response.[].tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.upsert()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.partners.upsertLink()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.create()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.list()`: `response.[].tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.links.update()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.tags.update()`: * `requestBody.color.enum(gray)` **Added** * `response.color.enum(gray)` **Added** (Breaking ⚠️) * `dub.partners.createLink()`: `response.tags[].color.enum(gray)` **Added** (Breaking ⚠️) * `dub.analytics.retrieve()`: `response.union(Array<AnalyticsTopLinks>)[].folderId` **Added** * `dub.partners.analytics()`: `response.union(Array<PartnerAnalyticsTopLinks>)[].folderId` **Added** * `dub.payouts.list()`: `response.[]` **Changed** * `dub.bounties.listSubmissions()`: * `request.sortBy` **Changed** * `response.[]` **Changed** * `dub.bounties.approveSubmission()`: `response` **Changed** * `dub.bounties.rejectSubmission()`: `response` **Changed** * 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 cef4425 commit 261fdea

53 files changed

Lines changed: 281 additions & 175 deletions

Some content is hidden

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

.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: 112 additions & 108 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
@@ -14,6 +14,7 @@ generation:
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
1616
sharedNestedComponentsJan2026: false
17+
nameOverrideFeb2026: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: false
1920
oAuth2PasswordEnabled: false
@@ -28,7 +29,7 @@ generation:
2829
generateNewTests: false
2930
skipResponseBodyAssertions: false
3031
typescript:
31-
version: 0.71.4
32+
version: 0.71.5
3233
acceptHeaderEnum: true
3334
additionalDependencies:
3435
dependencies: {}

.speakeasy/out.openapi.yaml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
speakeasyVersion: 1.719.1
1+
speakeasyVersion: 1.736.3
22
sources:
33
my-first-source:
44
sourceNamespace: my-first-source
5-
sourceRevisionDigest: sha256:76946215e8fb09e3b49b6aced83edf5f33279a4547e192ce504834987983000e
6-
sourceBlobDigest: sha256:a537844954d9102289b2c56b5fa56a7b4443462148a59c9065dc1e469e389344
5+
sourceRevisionDigest: sha256:7a2cf48e79dfbb557081745763dfb78fb01ab81632f1c8c50b539b89c4772070
6+
sourceBlobDigest: sha256:5721873471c2f5a95bee86d6861af033b5e1cb555483150ca362a63658f6a733
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1771202598
109
- 0.0.1
1110
targets:
1211
my-first-target:
1312
source: my-first-source
1413
sourceNamespace: my-first-source
15-
sourceRevisionDigest: sha256:76946215e8fb09e3b49b6aced83edf5f33279a4547e192ce504834987983000e
16-
sourceBlobDigest: sha256:a537844954d9102289b2c56b5fa56a7b4443462148a59c9065dc1e469e389344
14+
sourceRevisionDigest: sha256:7a2cf48e79dfbb557081745763dfb78fb01ab81632f1c8c50b539b89c4772070
15+
sourceBlobDigest: sha256:5721873471c2f5a95bee86d6861af033b5e1cb555483150ca362a63658f6a733
1716
codeSamplesNamespace: code-samples-typescript-my-first-target
18-
codeSamplesRevisionDigest: sha256:b3d90479b652c745623236753f049f7fd085114ad351555b8e61ef602ddc0ee0
17+
codeSamplesRevisionDigest: sha256:4c0213c0b5ded54dcf5cbd818ee2352d8284e7e3e4e16afde98ae614323bc446
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ run();
131131
### [Commissions](docs/sdks/commissions/README.md)
132132

133133
* [list](docs/sdks/commissions/README.md#list) - List all commissions
134-
* [update](docs/sdks/commissions/README.md#update) - Update a commission.
134+
* [update](docs/sdks/commissions/README.md#update) - Update a commission
135135

136136
### [Customers](docs/sdks/customers/README.md)
137137

@@ -523,7 +523,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
523523
- [`bountiesListSubmissions`](docs/sdks/bounties/README.md#listsubmissions) - List bounty submissions
524524
- [`bountiesRejectSubmission`](docs/sdks/bounties/README.md#rejectsubmission) - Reject a bounty submission
525525
- [`commissionsList`](docs/sdks/commissions/README.md#list) - List all commissions
526-
- [`commissionsUpdate`](docs/sdks/commissions/README.md#update) - Update a commission.
526+
- [`commissionsUpdate`](docs/sdks/commissions/README.md#update) - Update a commission
527527
- [`customersDelete`](docs/sdks/customers/README.md#delete) - Delete a customer
528528
- [`customersGet`](docs/sdks/customers/README.md#get) - Retrieve a customer
529529
- [`customersList`](docs/sdks/customers/README.md#list) - Retrieve a list of customers

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,4 +2006,14 @@ Based on:
20062006
### Generated
20072007
- [typescript v0.71.4] .
20082008
### Releases
2009-
- [NPM v0.71.4] https://www.npmjs.com/package/dub/v/0.71.4 - .
2009+
- [NPM v0.71.4] https://www.npmjs.com/package/dub/v/0.71.4 - .
2010+
2011+
## 2026-03-02 00:41:22
2012+
### Changes
2013+
Based on:
2014+
- OpenAPI Doc
2015+
- Speakeasy CLI 1.736.3 (2.845.15) https://github.com/speakeasy-api/speakeasy
2016+
### Generated
2017+
- [typescript v0.71.5] .
2018+
### Releases
2019+
- [NPM v0.71.5] https://www.npmjs.com/package/dub/v/0.71.5 - .

docs/models/components/analyticstoplinks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ let value: AnalyticsTopLinks = {
2828
| `url` | *string* | :heavy_check_mark: | The destination URL of the short link |
2929
| `title` | *string* | :heavy_minus_sign: | The custom link preview title (og:title) |
3030
| `comments` | *string* | :heavy_minus_sign: | The comments of the short link |
31+
| `folderId` | *string* | :heavy_minus_sign: | The ID of the folder that the link belongs to (if applicable) |
3132
| `partnerId` | *string* | :heavy_minus_sign: | The ID of the partner that the link belongs to (if applicable) |
3233
| `createdAt` | *string* | :heavy_check_mark: | The creation timestamp of the short link |
3334
| `clicks` | *number* | :heavy_minus_sign: | The number of clicks from this link |

docs/models/components/color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let value: Color = "brown";
1313
## Values
1414

1515
```typescript
16-
"red" | "yellow" | "green" | "blue" | "purple" | "brown" | "pink"
16+
"red" | "yellow" | "green" | "blue" | "purple" | "brown" | "gray" | "pink"
1717
```

docs/models/components/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let value: Data = {
3939
{
4040
id: "<id>",
4141
name: "<value>",
42-
color: "blue",
42+
color: "purple",
4343
},
4444
],
4545
folderId: "<id>",

0 commit comments

Comments
 (0)