Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.2 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jan 20, 2025
1 parent fa72f8f commit 07e0b9e
Show file tree
Hide file tree
Showing 52 changed files with 331 additions and 312 deletions.
318 changes: 161 additions & 157 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.46.16
version: 0.46.17
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.468.9
speakeasyVersion: 1.469.2
sources:
my-first-source:
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:03259a301868aa80d602607e61ecda6948cead7ea1fd85d3830ed4c3d08d4275
sourceBlobDigest: sha256:3b9749ee4775b8022360e4efaad2a707cd10b0d65d85a424cb17498b6d1e6005
sourceRevisionDigest: sha256:91a4867d2e4c6d211db1298e27e91c89f03814ef9a18b1a41dc901dc077df2a1
sourceBlobDigest: sha256:2db078d1bdf0a1bbb76dfc80c3272d19eecccf91adb3090189e58492c31c2f9a
tags:
- latest
- speakeasy-sdk-regen-1737073561
- speakeasy-sdk-regen-1737332817
- 0.0.1
targets:
my-first-target:
source: my-first-source
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:03259a301868aa80d602607e61ecda6948cead7ea1fd85d3830ed4c3d08d4275
sourceBlobDigest: sha256:3b9749ee4775b8022360e4efaad2a707cd10b0d65d85a424cb17498b6d1e6005
sourceRevisionDigest: sha256:91a4867d2e4c6d211db1298e27e91c89f03814ef9a18b1a41dc901dc077df2a1
sourceBlobDigest: sha256:2db078d1bdf0a1bbb76dfc80c3272d19eecccf91adb3090189e58492c31c2f9a
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:cb6b384ee57e12917f2237a7417d58b4c1f49b4332a18110c71b7c8b881d7c9d
codeSamplesRevisionDigest: sha256:f43db7c01457a0435570411468d4af42e863d6f887c7cf82c7908e8b2a26bf6f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ run();
### [customers](docs/sdks/customers/README.md)

* [list](docs/sdks/customers/README.md#list) - Retrieve a list of customers
* [create](docs/sdks/customers/README.md#create) - Create a customer
* [~~create~~](docs/sdks/customers/README.md#create) - Create a customer :warning: **Deprecated**
* [get](docs/sdks/customers/README.md#get) - Retrieve a customer
* [update](docs/sdks/customers/README.md#update) - Update a customer
* [delete](docs/sdks/customers/README.md#delete) - Delete a customer
Expand Down Expand Up @@ -538,7 +538,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
<summary>Available standalone functions</summary>

- [`analyticsRetrieve`](docs/sdks/analytics/README.md#retrieve) - Retrieve analytics for a link, a domain, or the authenticated workspace.
- [`customersCreate`](docs/sdks/customers/README.md#create) - Create a customer
- [`customersDelete`](docs/sdks/customers/README.md#delete) - Delete a customer
- [`customersGet`](docs/sdks/customers/README.md#get) - Retrieve a customer
- [`customersList`](docs/sdks/customers/README.md#list) - Retrieve a list of customers
Expand Down Expand Up @@ -569,6 +568,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`trackSale`](docs/sdks/track/README.md#sale) - Track a sale
- [`workspacesGet`](docs/sdks/workspaces/README.md#get) - Retrieve a workspace
- [`workspacesUpdate`](docs/sdks/workspaces/README.md#update) - Update a workspace
- ~~[`customersCreate`](docs/sdks/customers/README.md#create)~~ - Create a customer :warning: **Deprecated**

</details>
<!-- End Standalone functions [standalone-funcs] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1166,4 +1166,14 @@ Based on:
### Generated
- [typescript v0.46.16] .
### Releases
- [NPM v0.46.16] https://www.npmjs.com/package/dub/v/0.46.16 - .
- [NPM v0.46.16] https://www.npmjs.com/package/dub/v/0.46.16 - .

## 2025-01-20 00:26:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.469.2 (2.493.23) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.46.17] .
### Releases
- [NPM v0.46.17] https://www.npmjs.com/package/dub/v/0.46.17 - .
6 changes: 0 additions & 6 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ actions:
- "lang": "typescript"
"label": "getCustomers"
"source": "import { Dub } from \"dub\";\n\nconst dub = new Dub({\n token: \"DUB_API_KEY\",\n});\n\nasync function run() {\n const result = await dub.customers.list();\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
- target: $["paths"]["/customers"]["post"]
update:
"x-codeSamples":
- "lang": "typescript"
"label": "createCustomer"
"source": "import { Dub } from \"dub\";\n\nconst dub = new Dub({\n token: \"DUB_API_KEY\",\n});\n\nasync function run() {\n const result = await dub.customers.create();\n\n // Handle the result\n console.log(result);\n}\n\nrun();"
- target: $["paths"]["/customers/{id}"]["delete"]
update:
"x-codeSamples":
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/analyticstoplinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: AnalyticsTopLinks = {
key: "<key>",
shortLink: "<value>",
url: "https://productive-fundraising.com/",
createdAt: "1731463885056",
createdAt: "1731723141602",
};
```

Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/clickevent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let value: ClickEvent = {
url: "https://untried-redesign.org/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1758284137263",
expiresAt: "1758543393830",
expiredUrl: "https://frugal-yogurt.info",
password: "MD1aZN7QCLAAY_F",
title: "<value>",
Expand Down Expand Up @@ -62,8 +62,8 @@ let value: ClickEvent = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1730077999836",
updatedAt: "1737060122237",
createdAt: "1730337256403",
updatedAt: "1737319378804",
projectId: "<id>",
programId: "<id>",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let value: Customer = {
id: "<id>",
externalId: "<id>",
name: "<value>",
createdAt: "1712614688713",
createdAt: "1712873945283",
};
```

Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: Data = {
url: "https://quick-witted-bowler.biz/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1763438232359",
expiresAt: "1763697488940",
expiredUrl: "https://dramatic-coast.org",
password: "2LJyvKYT3ZA7Q6t",
title: "<value>",
Expand Down Expand Up @@ -45,8 +45,8 @@ let value: Data = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1713940704255",
updatedAt: "1737065768750",
createdAt: "1714199960836",
updatedAt: "1737325025331",
projectId: "<id>",
programId: "<id>",
};
Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/domainschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ let value: DomainSchema = {
expiredUrl: "https://acme.com/expired",
notFoundUrl: "https://acme.com/not-found",
logo: "<value>",
createdAt: "1729565695201",
updatedAt: "1737064142648",
createdAt: "1729824951778",
updatedAt: "1737323399224",
registeredDomain: {
id: "<id>",
createdAt: "1730959511933",
expiresAt: "1740457427721",
createdAt: "1731218768509",
expiresAt: "1740716684297",
},
};
```
Expand Down
10 changes: 5 additions & 5 deletions docs/models/components/leadcreatedevent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import { LeadCreatedEvent } from "dub/models/components";
let value: LeadCreatedEvent = {
id: "<id>",
event: "lead.created",
createdAt: "1728709395185",
createdAt: "1728968651767",
data: {
eventName: "<value>",
customer: {
id: "<id>",
externalId: "<id>",
name: "<value>",
createdAt: "1718574094898",
createdAt: "1718833351480",
},
click: {
id: "<id>",
Expand All @@ -40,7 +40,7 @@ let value: LeadCreatedEvent = {
url: "https://wicked-fold.name",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1755461297021",
expiresAt: "1755720553602",
expiredUrl: "https://critical-sprinkles.net",
password: "VPYyqKmelmwvP6S",
title: "<value>",
Expand Down Expand Up @@ -72,8 +72,8 @@ let value: LeadCreatedEvent = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1705970446636",
updatedAt: "1737027986603",
createdAt: "1706229703218",
updatedAt: "1737287243185",
projectId: "<id>",
programId: "<id>",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/leadcreatedeventcustomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let value: LeadCreatedEventCustomer = {
id: "<id>",
externalId: "<id>",
name: "<value>",
createdAt: "1720524697721",
createdAt: "1720783954259",
};
```

Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/leadcreatedeventdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let value: LeadCreatedEventData = {
id: "<id>",
externalId: "<id>",
name: "<value>",
createdAt: "1709156735791",
createdAt: "1709415992372",
},
click: {
id: "<id>",
Expand All @@ -34,7 +34,7 @@ let value: LeadCreatedEventData = {
url: "https://giving-circumference.name",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1741556630346",
expiresAt: "1741815886927",
expiredUrl: "https://natural-completion.net",
password: "jLPPfR1JCVQDE72",
title: "<value>",
Expand Down Expand Up @@ -67,8 +67,8 @@ let value: LeadCreatedEventData = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1728189666424",
updatedAt: "1737026003798",
createdAt: "1728448923006",
updatedAt: "1737285260380",
projectId: "<id>",
programId: "<id>",
},
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/leadcreatedeventlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: LeadCreatedEventLink = {
url: "https://agreeable-skean.biz/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1758346125134",
expiresAt: "1758605381714",
expiredUrl: "https://concrete-tray.name/",
password: "uozFv6pAqvW3Sg1",
title: "<value>",
Expand Down Expand Up @@ -45,8 +45,8 @@ let value: LeadCreatedEventLink = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1721064821209",
updatedAt: "1737031825721",
createdAt: "1721324077789",
updatedAt: "1737291082301",
projectId: "<id>",
programId: "<id>",
};
Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/leadevent.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let value: LeadEvent = {
url: "https://colossal-lifestyle.com/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1747062000275",
expiresAt: "1747321256845",
expiredUrl: "https://shabby-airmail.info",
password: "rNN9o7ldVcHQrz2",
title: "<value>",
Expand Down Expand Up @@ -62,16 +62,16 @@ let value: LeadEvent = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1729923080336",
updatedAt: "1737036229396",
createdAt: "1730182336900",
updatedAt: "1737295485959",
projectId: "<id>",
programId: "<id>",
},
customer: {
id: "<id>",
externalId: "<id>",
name: "<value>",
createdAt: "1736537441047",
createdAt: "1736796697610",
},
clickId: "<id>",
linkId: "<id>",
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/leadeventlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: LeadEventLink = {
url: "https://pessimistic-captain.net/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1757176591974",
expiresAt: "1757435848544",
expiredUrl: "https://lone-toaster.com",
password: "dH1nMtfGDQugbxd",
title: "<value>",
Expand Down Expand Up @@ -45,8 +45,8 @@ let value: LeadEventLink = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1733094751948",
updatedAt: "1737059236425",
createdAt: "1733354008518",
updatedAt: "1737318492995",
projectId: "<id>",
programId: "<id>",
};
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: Link = {
url: "https://responsible-dusk.com",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1749457001871",
expiresAt: "1749716258417",
expiredUrl: "https://deserted-teriyaki.name",
password: "LtLeFvbch70lLYr",
title: "<value>",
Expand Down Expand Up @@ -45,8 +45,8 @@ let value: Link = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1733508775452",
updatedAt: "1737040647104",
createdAt: "1733768032017",
updatedAt: "1737299903669",
projectId: "<id>",
programId: "<id>",
};
Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/linkclickedevent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { LinkClickedEvent } from "dub/models/components";
let value: LinkClickedEvent = {
id: "<id>",
event: "link.clicked",
createdAt: "1708841747369",
createdAt: "1709101003951",
data: {
click: {
id: "<id>",
Expand All @@ -33,7 +33,7 @@ let value: LinkClickedEvent = {
url: "https://cautious-maintainer.name",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1746977548408",
expiresAt: "1747236804990",
expiredUrl: "https://speedy-minister.com",
password: "cv8joDt038kVZ7G",
title: "<value>",
Expand Down Expand Up @@ -66,8 +66,8 @@ let value: LinkClickedEvent = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1708365191828",
updatedAt: "1737069277560",
createdAt: "1708624448410",
updatedAt: "1737328534142",
projectId: "<id>",
programId: "<id>",
},
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/linkclickedeventdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let value: LinkClickedEventData = {
url: "https://whopping-icebreaker.org/",
externalId: "<id>",
tenantId: "<id>",
expiresAt: "1743051984076",
expiresAt: "1743311240657",
expiredUrl: "https://darling-adaptation.biz/",
password: "GIuJbPtvCVpCFOB",
title: "<value>",
Expand Down Expand Up @@ -60,8 +60,8 @@ let value: LinkClickedEventData = {
userId: "<id>",
workspaceId: "<id>",
lastClicked: "<value>",
createdAt: "1720007868116",
updatedAt: "1737023707776",
createdAt: "1720267124697",
updatedAt: "1737282964357",
projectId: "<id>",
programId: "<id>",
},
Expand Down
Loading

0 comments on commit 07e0b9e

Please sign in to comment.