Skip to content

Commit 9c8ebd2

Browse files
authored
Merge pull request #293 from dubinc/speakeasy-sdk-regen-1770424753
chore: 🐝 Update SDK - Generate 0.71.1
2 parents 1e8e1b9 + 25b25cf commit 9c8ebd2

Some content is hidden

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

42 files changed

+1513
-146
lines changed

.speakeasy/gen.lock

Lines changed: 148 additions & 41 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
typescript:
31-
version: 0.71.0
31+
version: 0.71.1
3232
acceptHeaderEnum: true
3333
additionalDependencies:
3434
dependencies: {}

.speakeasy/out.openapi.yaml

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

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.703.0
1+
speakeasyVersion: 1.709.1
22
sources:
33
my-first-source:
44
sourceNamespace: my-first-source
5-
sourceRevisionDigest: sha256:3c00b08e73aed7ea5de051b931e19f712fd4c43a8492ec8e708763c0b201890e
6-
sourceBlobDigest: sha256:61bfda5abc1ad01a8b13f286dd5e6fd49f746295184da8818b9692704ebfaf5a
5+
sourceRevisionDigest: sha256:766edb660d69bd24b5d407dcea91f5fea7d19be227d2bd38593b9180fbf7b317
6+
sourceBlobDigest: sha256:591421fa2afd4bcd6fde52429ec33e8e120d50441bd2c80a8eb8463556d8e5d9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1768437112
9+
- speakeasy-sdk-regen-1770424753
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: my-first-source
1414
sourceNamespace: my-first-source
15-
sourceRevisionDigest: sha256:3c00b08e73aed7ea5de051b931e19f712fd4c43a8492ec8e708763c0b201890e
16-
sourceBlobDigest: sha256:61bfda5abc1ad01a8b13f286dd5e6fd49f746295184da8818b9692704ebfaf5a
15+
sourceRevisionDigest: sha256:766edb660d69bd24b5d407dcea91f5fea7d19be227d2bd38593b9180fbf7b317
16+
sourceBlobDigest: sha256:591421fa2afd4bcd6fde52429ec33e8e120d50441bd2c80a8eb8463556d8e5d9
1717
codeSamplesNamespace: code-samples-typescript-my-first-target
18-
codeSamplesRevisionDigest: sha256:ce64faed0323afb17d99de3195a64b7fa0a0f2597b86d07a088e97b3a62c977d
18+
codeSamplesRevisionDigest: sha256:aa98686148b4cbc1514e035696acc528b99df658f74cdde3d9016c37698790f0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ run();
130130

131131
### [Commissions](docs/sdks/commissions/README.md)
132132

133-
* [list](docs/sdks/commissions/README.md#list) - Get commissions for a program.
133+
* [list](docs/sdks/commissions/README.md#list) - List all commissions
134134
* [update](docs/sdks/commissions/README.md#update) - Update a commission.
135135

136136
### [Customers](docs/sdks/customers/README.md)
@@ -188,6 +188,10 @@ run();
188188
* [ban](docs/sdks/partners/README.md#ban) - Ban a partner
189189
* [deactivate](docs/sdks/partners/README.md#deactivate) - Deactivate a partner
190190

191+
### [Payouts](docs/sdks/payouts/README.md)
192+
193+
* [list](docs/sdks/payouts/README.md#list) - List all payouts
194+
191195
### [QRCodes](docs/sdks/qrcodes/README.md)
192196

193197
* [get](docs/sdks/qrcodes/README.md#get) - Retrieve a QR code
@@ -504,7 +508,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
504508
- [`bountiesApproveSubmission`](docs/sdks/bounties/README.md#approvesubmission) - Approve a bounty submission
505509
- [`bountiesListSubmissions`](docs/sdks/bounties/README.md#listsubmissions) - List bounty submissions
506510
- [`bountiesRejectSubmission`](docs/sdks/bounties/README.md#rejectsubmission) - Reject a bounty submission
507-
- [`commissionsList`](docs/sdks/commissions/README.md#list) - Get commissions for a program.
511+
- [`commissionsList`](docs/sdks/commissions/README.md#list) - List all commissions
508512
- [`commissionsUpdate`](docs/sdks/commissions/README.md#update) - Update a commission.
509513
- [`customersDelete`](docs/sdks/customers/README.md#delete) - Delete a customer
510514
- [`customersGet`](docs/sdks/customers/README.md#get) - Retrieve a customer
@@ -540,6 +544,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
540544
- [`partnersList`](docs/sdks/partners/README.md#list) - List all partners
541545
- [`partnersRetrieveLinks`](docs/sdks/partners/README.md#retrievelinks) - Retrieve a partner's links.
542546
- [`partnersUpsertLink`](docs/sdks/partners/README.md#upsertlink) - Upsert a link for a partner
547+
- [`payoutsList`](docs/sdks/payouts/README.md#list) - List all payouts
543548
- [`qrCodesGet`](docs/sdks/qrcodes/README.md#get) - Retrieve a QR code
544549
- [`tagsCreate`](docs/sdks/tags/README.md#create) - Create a tag
545550
- [`tagsDelete`](docs/sdks/tags/README.md#delete) - Delete a tag

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,4 +1966,14 @@ Based on:
19661966
### Generated
19671967
- [typescript v0.71.0] .
19681968
### Releases
1969-
- [NPM v0.71.0] https://www.npmjs.com/package/dub/v/0.71.0 - .
1969+
- [NPM v0.71.0] https://www.npmjs.com/package/dub/v/0.71.0 - .
1970+
1971+
## 2026-02-09 23:49:58
1972+
### Changes
1973+
Based on:
1974+
- OpenAPI Doc
1975+
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
1976+
### Generated
1977+
- [typescript v0.71.1] .
1978+
### Releases
1979+
- [NPM v0.71.1] https://www.npmjs.com/package/dub/v/0.71.1 - .

codeSamples.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,25 @@ actions:
769769
console.log(result);
770770
}
771771
772+
run();
773+
- target: $["paths"]["/payouts"]["get"]
774+
update:
775+
x-codeSamples:
776+
- lang: typescript
777+
label: listPayouts
778+
source: |-
779+
import { Dub } from "dub";
780+
781+
const dub = new Dub({
782+
token: "DUB_API_KEY",
783+
});
784+
785+
async function run() {
786+
const result = await dub.payouts.list();
787+
788+
console.log(result);
789+
}
790+
772791
run();
773792
- target: $["paths"]["/qr"]["get"]
774793
update:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# IndustryInterests
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { IndustryInterests } from "dub/models/operations";
7+
8+
let value: IndustryInterests = "Food_And_Beverage";
9+
```
10+
11+
## Values
12+
13+
```typescript
14+
"SaaS" | "DevTool" | "AI" | "Creative_And_Design" | "Productivity_Software" | "Marketing" | "Gaming" | "Finance" | "Sales" | "Ecommerce" | "Customer_Service_And_Support" | "Content_Management" | "Human_Resources" | "Security" | "Analytics_And_Data" | "Social_Media" | "Consumer_Tech" | "Education_And_Learning" | "Health_And_Fitness" | "Food_And_Beverage" | "Travel_And_Lifestyle" | "Entertainment_And_Media" | "Sports" | "Science_And_Engineering"
15+
```
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# InvoiceSettings
2+
3+
The partner's invoice settings.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { InvoiceSettings } from "dub/models/operations";
9+
10+
let value: InvoiceSettings = {};
11+
```
12+
13+
## Fields
14+
15+
| Field | Type | Required | Description |
16+
| ------------------ | ------------------ | ------------------ | ------------------ |
17+
| `address` | *string* | :heavy_minus_sign: | N/A |
18+
| `taxId` | *string* | :heavy_minus_sign: | N/A |

docs/models/operations/listbountysubmissionsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let value: ListBountySubmissionsRequest = {
1515

1616
| Field | Type | Required | Description | Example |
1717
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
18-
| `bountyId` | *string* | :heavy_check_mark: | The ID of the bounty | |
18+
| `bountyId` | *string* | :heavy_check_mark: | The unique ID of the bounty on Dub. Can be found in the URL of the bounty page, prefixed with `bnty_`. | |
1919
| `status` | [operations.ListBountySubmissionsQueryParamStatus](../../models/operations/listbountysubmissionsqueryparamstatus.md) | :heavy_minus_sign: | The status of the submissions to list. | |
2020
| `groupId` | *string* | :heavy_minus_sign: | The ID of the group to list submissions for. | |
2121
| `partnerId` | *string* | :heavy_minus_sign: | The ID of the partner to list submissions for. | |

0 commit comments

Comments
 (0)