Skip to content

Commit 0b11e56

Browse files
authored
Merge pull request #276 from dubinc/speakeasy-sdk-regen-1754589363
chore: 🐝 Update SDK - Generate 0.64.5
2 parents 248cd05 + 05c289a commit 0b11e56

16 files changed

Lines changed: 168 additions & 149 deletions

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f28179cc-ef59-426d-9e85-60cec22fc642
33
management:
4-
docChecksum: 01948bfd32dd0f2f5519a7d0cb3d4913
4+
docChecksum: 71247e4773066fe5b0512bd32c035c6f
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.598.3
7-
generationVersion: 2.674.3
8-
releaseVersion: 0.64.4
9-
configChecksum: 05037d0f1a71d66def255d0459dca701
6+
speakeasyVersion: 1.599.0
7+
generationVersion: 2.675.0
8+
releaseVersion: 0.64.5
9+
configChecksum: a75981bf15a2636b22821448f54bc217
1010
repoURL: https://github.com/dubinc/dub-ts.git
1111
installationURL: https://github.com/dubinc/dub-ts
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
typescript:
24-
version: 0.64.4
24+
version: 0.64.5
2525
additionalDependencies:
2626
dependencies: {}
2727
devDependencies:

.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.598.3
1+
speakeasyVersion: 1.599.0
22
sources:
33
my-first-source:
44
sourceNamespace: my-first-source
5-
sourceRevisionDigest: sha256:3c78a317bf161da68a7ca6d28c0a9b6fb45d28448545a20ded79e91c771c816f
6-
sourceBlobDigest: sha256:3b9afc8c7528a270acc7754fa179162e1de70a29a6d9f047cc26e42b6539fe38
5+
sourceRevisionDigest: sha256:60a6ad3402f4f4dc46d6be34f46cf6fe95e4e153f06fcbdab5df04bfcebc2721
6+
sourceBlobDigest: sha256:116c612f0f219c419fd3511daf3496a7661ff0214ba2afb7e7e35c55ae0f8ed4
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754440450
9+
- speakeasy-sdk-regen-1754589363
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: my-first-source
1414
sourceNamespace: my-first-source
15-
sourceRevisionDigest: sha256:3c78a317bf161da68a7ca6d28c0a9b6fb45d28448545a20ded79e91c771c816f
16-
sourceBlobDigest: sha256:3b9afc8c7528a270acc7754fa179162e1de70a29a6d9f047cc26e42b6539fe38
15+
sourceRevisionDigest: sha256:60a6ad3402f4f4dc46d6be34f46cf6fe95e4e153f06fcbdab5df04bfcebc2721
16+
sourceBlobDigest: sha256:116c612f0f219c419fd3511daf3496a7661ff0214ba2afb7e7e35c55ae0f8ed4
1717
codeSamplesNamespace: code-samples-typescript-my-first-target
18-
codeSamplesRevisionDigest: sha256:22d13d7d99faa68dbba07e361ce24d90a2a77068567afc37075daca5448e4096
18+
codeSamplesRevisionDigest: sha256:4ec3d7ece569ab9538c5ad1183d01852cab24e3cada02216fdcf3f94d3f8b5d8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,4 +1806,14 @@ Based on:
18061806
### Generated
18071807
- [typescript v0.64.4] .
18081808
### Releases
1809-
- [NPM v0.64.4] https://www.npmjs.com/package/dub/v/0.64.4 - .
1809+
- [NPM v0.64.4] https://www.npmjs.com/package/dub/v/0.64.4 - .
1810+
1811+
## 2025-08-07 17:55:46
1812+
### Changes
1813+
Based on:
1814+
- OpenAPI Doc
1815+
- Speakeasy CLI 1.599.0 (2.675.0) https://github.com/speakeasy-api/speakeasy
1816+
### Generated
1817+
- [typescript v0.64.5] .
1818+
### Releases
1819+
- [NPM v0.64.5] https://www.npmjs.com/package/dub/v/0.64.5 - .

docs/models/operations/listeventsresponsebody.md

Lines changed: 124 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -3,95 +3,103 @@
33

44
## Supported Types
55

6-
### `components.ClickEvent`
6+
### `components.SaleEvent`
77

88
```typescript
9-
const value: components.ClickEvent = {
10-
event: "click",
9+
const value: components.SaleEvent = {
10+
event: "sale",
1111
timestamp: "<value>",
12-
click: {
13-
id: "<id>",
14-
timestamp: "<value>",
15-
url: "https://tired-humidity.info/",
16-
country: "Mauritania",
17-
city: "West Lafayette",
18-
region: "<value>",
19-
continent: "Africa",
20-
device: "Desktop",
21-
browser: "Safari",
22-
os: "Blackberry",
23-
referer: "kosher-igloo.name",
24-
refererUrl: "https://polite-thorn.biz/",
25-
qr: true,
26-
ip: "fec9:6a8c:ebab:1bd6:7add:ca1f:cdff:274d",
12+
eventId: "<id>",
13+
eventName: "<value>",
14+
sale: {
15+
amount: 601642,
16+
paymentProcessor: "polar",
2717
},
2818
link: {
2919
id: "<id>",
30-
domain: "guilty-scale.name",
20+
domain: "charming-pneumonia.biz",
3121
key: "<key>",
32-
url: "https://frilly-cauliflower.info/",
22+
url: "https://stable-exasperation.com/",
3323
trackConversion: true,
3424
externalId: "<id>",
35-
tenantId: null,
25+
tenantId: "<id>",
3626
programId: "<id>",
3727
partnerId: "<id>",
38-
archived: false,
39-
expiresAt: "1760821640458",
40-
expiredUrl: null,
41-
password: "18HRfFytxtNTFfe",
42-
proxy: false,
28+
archived: true,
29+
expiresAt: "1765247307573",
30+
expiredUrl: "https://ajar-forage.biz/",
31+
password: "_ogUDEsqyKbQPVO",
32+
proxy: true,
4333
title: "<value>",
44-
description:
45-
"corner godparent serpentine celsius ah furthermore kindheartedly capsize aside like",
46-
image: "https://picsum.photos/seed/jtAJm1AZX/1378/3356",
47-
video: "https://loremflickr.com/2576/3275?lock=6482607119792312",
48-
rewrite: false,
49-
doIndex: false,
50-
ios: "<value>",
51-
android: "<id>",
34+
description: "because oh repentant than poppy lasting uselessly",
35+
image: "https://loremflickr.com/1143/1970?lock=8791610930200737",
36+
video: "https://picsum.videos/seed/kezl0cNJ/3557/3505",
37+
rewrite: true,
38+
doIndex: true,
39+
ios: null,
40+
android: null,
5241
geo: {},
5342
publicStats: false,
54-
tags: [
55-
{
56-
id: "<id>",
57-
name: "<value>",
58-
color: "green",
59-
},
60-
],
43+
tags: [],
6144
folderId: "<id>",
6245
webhookIds: [],
6346
comments:
64-
"or shrilly once to invite advancement qua really ouch sheepishly somber softly fully colour",
65-
shortLink: "https://frizzy-summer.name/",
66-
qrCode: "https://definitive-laughter.com",
47+
"illustrious honorable normal quicker up solemnly happily manage forenenst boo spiffy affiliate after because curiously male",
48+
shortLink: "https://empty-alligator.net/",
49+
qrCode: "https://regular-gradient.info",
6750
utmSource: "<value>",
6851
utmMedium: "<value>",
6952
utmCampaign: "<value>",
7053
utmTerm: "<value>",
7154
utmContent: "<value>",
7255
testStartedAt: "<value>",
73-
testCompletedAt: "<value>",
74-
userId: "<id>",
56+
testCompletedAt: null,
57+
userId: null,
7558
workspaceId: "<id>",
7659
lastClicked: "<value>",
77-
createdAt: "1723155534908",
78-
updatedAt: "1735617232534",
60+
createdAt: "1719034654693",
61+
updatedAt: "1735608060519",
7962
tagId: "<id>",
8063
projectId: "<id>",
8164
},
65+
click: {
66+
id: "<id>",
67+
timestamp: "<value>",
68+
url: "https://whimsical-cappelletti.org",
69+
country: "Spain",
70+
city: "Elliottmouth",
71+
region: "<value>",
72+
continent: "Antarctica",
73+
device: "Mobile",
74+
browser: "Firefox",
75+
os: "iOS",
76+
referer: "purple-flame.info",
77+
refererUrl: "https://silver-goat.name",
78+
qr: true,
79+
ip: "99f5:ecf8:a6f2:18cc:a282:e8e9:ed87:4ed2",
80+
},
81+
customer: {
82+
id: "<id>",
83+
externalId: "<id>",
84+
name: "<value>",
85+
createdAt: "1708569470387",
86+
},
87+
saleAmount: 7267.01,
88+
invoiceId: "<id>",
89+
paymentProcessor: "<value>",
8290
clickId: "<id>",
8391
linkId: "<id>",
84-
domain: "basic-lieu.name",
92+
domain: "kosher-typeface.com",
8593
key: "<key>",
86-
url: "https://mysterious-publicity.info",
87-
continent: "Europe",
88-
country: "Reunion",
89-
city: "Lake Luella",
90-
device: "Mobile",
91-
browser: "Safari",
92-
os: "WebOS",
93-
qr: 2087.18,
94-
ip: "152.146.60.169",
94+
url: "https://sophisticated-atrium.org/",
95+
continent: "Antarctica",
96+
country: "Samoa",
97+
city: "Raquelshire",
98+
device: "Desktop",
99+
browser: "Chrome",
100+
os: "BeOS",
101+
qr: 725.26,
102+
ip: "7bc8:cc43:9f25:35bb:fbdc:c8dd:f3c9:965d",
95103
};
96104
```
97105

@@ -198,103 +206,95 @@ const value: components.LeadEvent = {
198206
};
199207
```
200208

201-
### `components.SaleEvent`
209+
### `components.ClickEvent`
202210

203211
```typescript
204-
const value: components.SaleEvent = {
205-
event: "sale",
212+
const value: components.ClickEvent = {
213+
event: "click",
206214
timestamp: "<value>",
207-
eventId: "<id>",
208-
eventName: "<value>",
209-
sale: {
210-
amount: 601642,
211-
paymentProcessor: "polar",
215+
click: {
216+
id: "<id>",
217+
timestamp: "<value>",
218+
url: "https://tired-humidity.info/",
219+
country: "Mauritania",
220+
city: "West Lafayette",
221+
region: "<value>",
222+
continent: "Africa",
223+
device: "Desktop",
224+
browser: "Safari",
225+
os: "Blackberry",
226+
referer: "kosher-igloo.name",
227+
refererUrl: "https://polite-thorn.biz/",
228+
qr: true,
229+
ip: "fec9:6a8c:ebab:1bd6:7add:ca1f:cdff:274d",
212230
},
213231
link: {
214232
id: "<id>",
215-
domain: "charming-pneumonia.biz",
233+
domain: "guilty-scale.name",
216234
key: "<key>",
217-
url: "https://stable-exasperation.com/",
235+
url: "https://frilly-cauliflower.info/",
218236
trackConversion: true,
219237
externalId: "<id>",
220-
tenantId: "<id>",
238+
tenantId: null,
221239
programId: "<id>",
222240
partnerId: "<id>",
223-
archived: true,
224-
expiresAt: "1765247307573",
225-
expiredUrl: "https://ajar-forage.biz/",
226-
password: "_ogUDEsqyKbQPVO",
227-
proxy: true,
241+
archived: false,
242+
expiresAt: "1760821640458",
243+
expiredUrl: null,
244+
password: "18HRfFytxtNTFfe",
245+
proxy: false,
228246
title: "<value>",
229-
description: "because oh repentant than poppy lasting uselessly",
230-
image: "https://loremflickr.com/1143/1970?lock=8791610930200737",
231-
video: "https://picsum.videos/seed/kezl0cNJ/3557/3505",
232-
rewrite: true,
233-
doIndex: true,
234-
ios: null,
235-
android: null,
247+
description:
248+
"corner godparent serpentine celsius ah furthermore kindheartedly capsize aside like",
249+
image: "https://picsum.photos/seed/jtAJm1AZX/1378/3356",
250+
video: "https://loremflickr.com/2576/3275?lock=6482607119792312",
251+
rewrite: false,
252+
doIndex: false,
253+
ios: "<value>",
254+
android: "<id>",
236255
geo: {},
237256
publicStats: false,
238-
tags: [],
257+
tags: [
258+
{
259+
id: "<id>",
260+
name: "<value>",
261+
color: "green",
262+
},
263+
],
239264
folderId: "<id>",
240265
webhookIds: [],
241266
comments:
242-
"illustrious honorable normal quicker up solemnly happily manage forenenst boo spiffy affiliate after because curiously male",
243-
shortLink: "https://empty-alligator.net/",
244-
qrCode: "https://regular-gradient.info",
267+
"or shrilly once to invite advancement qua really ouch sheepishly somber softly fully colour",
268+
shortLink: "https://frizzy-summer.name/",
269+
qrCode: "https://definitive-laughter.com",
245270
utmSource: "<value>",
246271
utmMedium: "<value>",
247272
utmCampaign: "<value>",
248273
utmTerm: "<value>",
249274
utmContent: "<value>",
250275
testStartedAt: "<value>",
251-
testCompletedAt: null,
252-
userId: null,
276+
testCompletedAt: "<value>",
277+
userId: "<id>",
253278
workspaceId: "<id>",
254279
lastClicked: "<value>",
255-
createdAt: "1719034654693",
256-
updatedAt: "1735608060519",
280+
createdAt: "1723155534908",
281+
updatedAt: "1735617232534",
257282
tagId: "<id>",
258283
projectId: "<id>",
259284
},
260-
click: {
261-
id: "<id>",
262-
timestamp: "<value>",
263-
url: "https://whimsical-cappelletti.org",
264-
country: "Spain",
265-
city: "Elliottmouth",
266-
region: "<value>",
267-
continent: "Antarctica",
268-
device: "Mobile",
269-
browser: "Firefox",
270-
os: "iOS",
271-
referer: "purple-flame.info",
272-
refererUrl: "https://silver-goat.name",
273-
qr: true,
274-
ip: "99f5:ecf8:a6f2:18cc:a282:e8e9:ed87:4ed2",
275-
},
276-
customer: {
277-
id: "<id>",
278-
externalId: "<id>",
279-
name: "<value>",
280-
createdAt: "1708569470387",
281-
},
282-
saleAmount: 7267.01,
283-
invoiceId: "<id>",
284-
paymentProcessor: "<value>",
285285
clickId: "<id>",
286286
linkId: "<id>",
287-
domain: "kosher-typeface.com",
287+
domain: "basic-lieu.name",
288288
key: "<key>",
289-
url: "https://sophisticated-atrium.org/",
290-
continent: "Antarctica",
291-
country: "Samoa",
292-
city: "Raquelshire",
293-
device: "Desktop",
294-
browser: "Chrome",
295-
os: "BeOS",
296-
qr: 725.26,
297-
ip: "7bc8:cc43:9f25:35bb:fbdc:c8dd:f3c9:965d",
289+
url: "https://mysterious-publicity.info",
290+
continent: "Europe",
291+
country: "Reunion",
292+
city: "Lake Luella",
293+
device: "Mobile",
294+
browser: "Safari",
295+
os: "WebOS",
296+
qr: 2087.18,
297+
ip: "152.146.60.169",
298298
};
299299
```
300300

0 commit comments

Comments
 (0)