syllable-sdk 0.1.0-alpha.176 → 0.1.0-alpha.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/sdks/batches/README.md +4 -4
- package/docs/sdks/workflows/README.md +8 -8
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/languagecode.d.ts +0 -3
- package/models/components/languagecode.d.ts.map +1 -1
- package/models/components/languagecode.js +0 -1
- package/models/components/languagecode.js.map +1 -1
- package/openapi.json +33 -34
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/languagecode.ts +0 -1
|
@@ -125,9 +125,9 @@ const syllableSDK = new SyllableSDK({
|
|
|
125
125
|
|
|
126
126
|
async function run() {
|
|
127
127
|
const result = await syllableSDK.outbound.batches.create({
|
|
128
|
-
batchId: "
|
|
128
|
+
batchId: "20250605.9",
|
|
129
129
|
campaignId: 1,
|
|
130
|
-
expiresOn: new Date("2025-06-
|
|
130
|
+
expiresOn: new Date("2025-06-06T00:00:00Z"),
|
|
131
131
|
paused: true,
|
|
132
132
|
});
|
|
133
133
|
|
|
@@ -154,9 +154,9 @@ const syllableSDK = new SyllableSDKCore({
|
|
|
154
154
|
|
|
155
155
|
async function run() {
|
|
156
156
|
const res = await outboundBatchesCreate(syllableSDK, {
|
|
157
|
-
batchId: "
|
|
157
|
+
batchId: "20250605.9",
|
|
158
158
|
campaignId: 1,
|
|
159
|
-
expiresOn: new Date("2025-06-
|
|
159
|
+
expiresOn: new Date("2025-06-06T00:00:00Z"),
|
|
160
160
|
paused: true,
|
|
161
161
|
});
|
|
162
162
|
|
|
@@ -131,8 +131,8 @@ async function run() {
|
|
|
131
131
|
1,
|
|
132
132
|
],
|
|
133
133
|
conditions: {},
|
|
134
|
-
startDatetime: new Date("2025-06-
|
|
135
|
-
endDatetime: new Date("2025-06-
|
|
134
|
+
startDatetime: new Date("2025-06-04T00:00:00Z"),
|
|
135
|
+
endDatetime: new Date("2025-06-05T00:00:00Z"),
|
|
136
136
|
});
|
|
137
137
|
|
|
138
138
|
// Handle the result
|
|
@@ -165,8 +165,8 @@ async function run() {
|
|
|
165
165
|
1,
|
|
166
166
|
],
|
|
167
167
|
conditions: {},
|
|
168
|
-
startDatetime: new Date("2025-06-
|
|
169
|
-
endDatetime: new Date("2025-06-
|
|
168
|
+
startDatetime: new Date("2025-06-04T00:00:00Z"),
|
|
169
|
+
endDatetime: new Date("2025-06-05T00:00:00Z"),
|
|
170
170
|
});
|
|
171
171
|
|
|
172
172
|
if (!res.ok) {
|
|
@@ -303,8 +303,8 @@ async function run() {
|
|
|
303
303
|
1,
|
|
304
304
|
],
|
|
305
305
|
conditions: {},
|
|
306
|
-
startDatetime: new Date("2025-06-
|
|
307
|
-
endDatetime: new Date("2025-06-
|
|
306
|
+
startDatetime: new Date("2025-06-04T00:00:00Z"),
|
|
307
|
+
endDatetime: new Date("2025-06-05T00:00:00Z"),
|
|
308
308
|
},
|
|
309
309
|
});
|
|
310
310
|
|
|
@@ -340,8 +340,8 @@ async function run() {
|
|
|
340
340
|
1,
|
|
341
341
|
],
|
|
342
342
|
conditions: {},
|
|
343
|
-
startDatetime: new Date("2025-06-
|
|
344
|
-
endDatetime: new Date("2025-06-
|
|
343
|
+
startDatetime: new Date("2025-06-04T00:00:00Z"),
|
|
344
|
+
endDatetime: new Date("2025-06-05T00:00:00Z"),
|
|
345
345
|
},
|
|
346
346
|
});
|
|
347
347
|
|
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "0.0.2";
|
|
30
|
-
readonly sdkVersion: "0.1.0-alpha.
|
|
30
|
+
readonly sdkVersion: "0.1.0-alpha.177";
|
|
31
31
|
readonly genVersion: "2.512.4";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.177 2.512.4 0.0.2 syllable-sdk";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "0.0.2",
|
|
34
|
-
sdkVersion: "0.1.0-alpha.
|
|
34
|
+
sdkVersion: "0.1.0-alpha.177",
|
|
35
35
|
genVersion: "2.512.4",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.177 2.512.4 0.0.2 syllable-sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
|
@@ -10,7 +10,6 @@ export declare const LanguageCode: {
|
|
|
10
10
|
readonly ZhCN: "zh-CN";
|
|
11
11
|
readonly FaIR: "fa-IR";
|
|
12
12
|
readonly EsUS: "es-US";
|
|
13
|
-
readonly ZhTW: "zh-TW";
|
|
14
13
|
readonly THTH: "th-TH";
|
|
15
14
|
readonly ViVN: "vi-VN";
|
|
16
15
|
};
|
|
@@ -35,7 +34,6 @@ export declare namespace LanguageCode$ {
|
|
|
35
34
|
readonly ZhCN: "zh-CN";
|
|
36
35
|
readonly FaIR: "fa-IR";
|
|
37
36
|
readonly EsUS: "es-US";
|
|
38
|
-
readonly ZhTW: "zh-TW";
|
|
39
37
|
readonly THTH: "th-TH";
|
|
40
38
|
readonly ViVN: "vi-VN";
|
|
41
39
|
}>;
|
|
@@ -47,7 +45,6 @@ export declare namespace LanguageCode$ {
|
|
|
47
45
|
readonly ZhCN: "zh-CN";
|
|
48
46
|
readonly FaIR: "fa-IR";
|
|
49
47
|
readonly EsUS: "es-US";
|
|
50
|
-
readonly ZhTW: "zh-TW";
|
|
51
48
|
readonly THTH: "th-TH";
|
|
52
49
|
readonly ViVN: "vi-VN";
|
|
53
50
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languagecode.d.ts","sourceRoot":"","sources":["../../src/models/components/languagecode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"languagecode.d.ts","sourceRoot":"","sources":["../../src/models/components/languagecode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;CASf,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC;AAE7B;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa;;;;;;;;;MAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc;;;;;;;;;MAA8B,CAAC;CAC3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languagecode.js","sourceRoot":"","sources":["../../src/models/components/languagecode.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"languagecode.js","sourceRoot":"","sources":["../../src/models/components/languagecode.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;CACL,CAAC;AAMX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAE7B,gBAAgB;AACH,QAAA,2BAA2B,GACtC,kCAA0B,CAAC;AAE7B;;;GAGG;AACH,IAAiB,aAAa,CAK7B;AALD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAC5D,CAAC,EALgB,aAAa,6BAAb,aAAa,QAK7B"}
|
package/openapi.json
CHANGED
|
@@ -12555,7 +12555,7 @@
|
|
|
12555
12555
|
"title": "Batch Id",
|
|
12556
12556
|
"description": "Unique ID for conversation batch",
|
|
12557
12557
|
"examples": [
|
|
12558
|
-
"
|
|
12558
|
+
"20250605.9"
|
|
12559
12559
|
]
|
|
12560
12560
|
},
|
|
12561
12561
|
"campaign_id": {
|
|
@@ -12579,7 +12579,7 @@
|
|
|
12579
12579
|
"title": "Expires On",
|
|
12580
12580
|
"description": "Timestamp of batch expiration",
|
|
12581
12581
|
"examples": [
|
|
12582
|
-
"2025-06-
|
|
12582
|
+
"2025-06-06T00:00:00Z"
|
|
12583
12583
|
]
|
|
12584
12584
|
},
|
|
12585
12585
|
"paused": {
|
|
@@ -12632,7 +12632,7 @@
|
|
|
12632
12632
|
"title": "Created At",
|
|
12633
12633
|
"description": "Timestamp of batch creation",
|
|
12634
12634
|
"examples": [
|
|
12635
|
-
"2025-06-
|
|
12635
|
+
"2025-06-05T00:00:00Z"
|
|
12636
12636
|
]
|
|
12637
12637
|
},
|
|
12638
12638
|
"deleted_at": {
|
|
@@ -12648,7 +12648,7 @@
|
|
|
12648
12648
|
"title": "Deleted At",
|
|
12649
12649
|
"description": "Timestamp of batch deletion",
|
|
12650
12650
|
"examples": [
|
|
12651
|
-
"2025-06-
|
|
12651
|
+
"2025-06-05T00:00:00Z"
|
|
12652
12652
|
]
|
|
12653
12653
|
},
|
|
12654
12654
|
"deleted_reason": {
|
|
@@ -12679,7 +12679,7 @@
|
|
|
12679
12679
|
"title": "Last Updated At",
|
|
12680
12680
|
"description": "Timestamp of last change to batch",
|
|
12681
12681
|
"examples": [
|
|
12682
|
-
"2025-06-
|
|
12682
|
+
"2025-06-05T00:00:00Z"
|
|
12683
12683
|
]
|
|
12684
12684
|
},
|
|
12685
12685
|
"last_updated_by": {
|
|
@@ -13195,7 +13195,7 @@
|
|
|
13195
13195
|
"title": "Batch Id",
|
|
13196
13196
|
"description": "Unique ID for conversation batch",
|
|
13197
13197
|
"examples": [
|
|
13198
|
-
"
|
|
13198
|
+
"20250605.9"
|
|
13199
13199
|
]
|
|
13200
13200
|
},
|
|
13201
13201
|
"campaign_id": {
|
|
@@ -13219,7 +13219,7 @@
|
|
|
13219
13219
|
"title": "Expires On",
|
|
13220
13220
|
"description": "Timestamp of batch expiration",
|
|
13221
13221
|
"examples": [
|
|
13222
|
-
"2025-06-
|
|
13222
|
+
"2025-06-06T00:00:00Z"
|
|
13223
13223
|
]
|
|
13224
13224
|
},
|
|
13225
13225
|
"paused": {
|
|
@@ -13272,7 +13272,7 @@
|
|
|
13272
13272
|
"title": "Created At",
|
|
13273
13273
|
"description": "Timestamp of batch creation",
|
|
13274
13274
|
"examples": [
|
|
13275
|
-
"2025-06-
|
|
13275
|
+
"2025-06-05T00:00:00Z"
|
|
13276
13276
|
]
|
|
13277
13277
|
},
|
|
13278
13278
|
"deleted_at": {
|
|
@@ -13288,7 +13288,7 @@
|
|
|
13288
13288
|
"title": "Deleted At",
|
|
13289
13289
|
"description": "Timestamp of batch deletion",
|
|
13290
13290
|
"examples": [
|
|
13291
|
-
"2025-06-
|
|
13291
|
+
"2025-06-05T00:00:00Z"
|
|
13292
13292
|
]
|
|
13293
13293
|
},
|
|
13294
13294
|
"deleted_reason": {
|
|
@@ -13319,7 +13319,7 @@
|
|
|
13319
13319
|
"title": "Last Updated At",
|
|
13320
13320
|
"description": "Timestamp of last change to batch",
|
|
13321
13321
|
"examples": [
|
|
13322
|
-
"2025-06-
|
|
13322
|
+
"2025-06-05T00:00:00Z"
|
|
13323
13323
|
]
|
|
13324
13324
|
},
|
|
13325
13325
|
"last_updated_by": {
|
|
@@ -13362,7 +13362,7 @@
|
|
|
13362
13362
|
"title": "Batch Id",
|
|
13363
13363
|
"description": "Unique ID for conversation batch",
|
|
13364
13364
|
"examples": [
|
|
13365
|
-
"
|
|
13365
|
+
"20250605.9"
|
|
13366
13366
|
]
|
|
13367
13367
|
},
|
|
13368
13368
|
"campaign_id": {
|
|
@@ -13386,7 +13386,7 @@
|
|
|
13386
13386
|
"title": "Expires On",
|
|
13387
13387
|
"description": "Timestamp of batch expiration",
|
|
13388
13388
|
"examples": [
|
|
13389
|
-
"2025-06-
|
|
13389
|
+
"2025-06-06T00:00:00Z"
|
|
13390
13390
|
]
|
|
13391
13391
|
},
|
|
13392
13392
|
"paused": {
|
|
@@ -13535,7 +13535,7 @@
|
|
|
13535
13535
|
"title": "Created At",
|
|
13536
13536
|
"description": "Timestamp of request creation",
|
|
13537
13537
|
"examples": [
|
|
13538
|
-
"2025-06-
|
|
13538
|
+
"2025-06-04T00:00:00Z"
|
|
13539
13539
|
]
|
|
13540
13540
|
},
|
|
13541
13541
|
"sent_at": {
|
|
@@ -13551,7 +13551,7 @@
|
|
|
13551
13551
|
"title": "Sent At",
|
|
13552
13552
|
"description": "Timestamp at which request was sent",
|
|
13553
13553
|
"examples": [
|
|
13554
|
-
"2025-06-
|
|
13554
|
+
"2025-06-05T00:00:00Z"
|
|
13555
13555
|
]
|
|
13556
13556
|
},
|
|
13557
13557
|
"attempt_count": {
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
"title": "Created At",
|
|
15452
15452
|
"description": "Timestamp at which insight upload folder was created",
|
|
15453
15453
|
"examples": [
|
|
15454
|
-
"2025-06-
|
|
15454
|
+
"2025-06-04T00:00:00Z"
|
|
15455
15455
|
]
|
|
15456
15456
|
},
|
|
15457
15457
|
"updated_at": {
|
|
@@ -15460,7 +15460,7 @@
|
|
|
15460
15460
|
"title": "Updated At",
|
|
15461
15461
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
15462
15462
|
"examples": [
|
|
15463
|
-
"2025-06-
|
|
15463
|
+
"2025-06-05T00:00:00Z"
|
|
15464
15464
|
]
|
|
15465
15465
|
},
|
|
15466
15466
|
"last_updated_by": {
|
|
@@ -16175,7 +16175,7 @@
|
|
|
16175
16175
|
"title": "Created At",
|
|
16176
16176
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
16177
16177
|
"examples": [
|
|
16178
|
-
"2025-06-
|
|
16178
|
+
"2025-06-04T00:00:00Z"
|
|
16179
16179
|
]
|
|
16180
16180
|
},
|
|
16181
16181
|
"updated_at": {
|
|
@@ -16184,7 +16184,7 @@
|
|
|
16184
16184
|
"title": "Updated At",
|
|
16185
16185
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
16186
16186
|
"examples": [
|
|
16187
|
-
"2025-06-
|
|
16187
|
+
"2025-06-05T00:00:00Z"
|
|
16188
16188
|
]
|
|
16189
16189
|
},
|
|
16190
16190
|
"last_updated_by": {
|
|
@@ -16539,7 +16539,7 @@
|
|
|
16539
16539
|
"title": "Start Datetime",
|
|
16540
16540
|
"description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
|
|
16541
16541
|
"examples": [
|
|
16542
|
-
"2025-06-
|
|
16542
|
+
"2025-06-04T00:00:00Z"
|
|
16543
16543
|
]
|
|
16544
16544
|
},
|
|
16545
16545
|
"end_datetime": {
|
|
@@ -16555,7 +16555,7 @@
|
|
|
16555
16555
|
"title": "End Datetime",
|
|
16556
16556
|
"description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
|
|
16557
16557
|
"examples": [
|
|
16558
|
-
"2025-06-
|
|
16558
|
+
"2025-06-05T00:00:00Z"
|
|
16559
16559
|
]
|
|
16560
16560
|
}
|
|
16561
16561
|
},
|
|
@@ -16629,7 +16629,7 @@
|
|
|
16629
16629
|
"title": "Start Datetime",
|
|
16630
16630
|
"description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
|
|
16631
16631
|
"examples": [
|
|
16632
|
-
"2025-06-
|
|
16632
|
+
"2025-06-04T00:00:00Z"
|
|
16633
16633
|
]
|
|
16634
16634
|
},
|
|
16635
16635
|
"end_datetime": {
|
|
@@ -16645,7 +16645,7 @@
|
|
|
16645
16645
|
"title": "End Datetime",
|
|
16646
16646
|
"description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
|
|
16647
16647
|
"examples": [
|
|
16648
|
-
"2025-06-
|
|
16648
|
+
"2025-06-05T00:00:00Z"
|
|
16649
16649
|
]
|
|
16650
16650
|
},
|
|
16651
16651
|
"id": {
|
|
@@ -16698,7 +16698,7 @@
|
|
|
16698
16698
|
"title": "Created At",
|
|
16699
16699
|
"description": "Timestamp at which the insight workflow was created",
|
|
16700
16700
|
"examples": [
|
|
16701
|
-
"2025-06-
|
|
16701
|
+
"2025-06-04T00:00:00Z"
|
|
16702
16702
|
]
|
|
16703
16703
|
},
|
|
16704
16704
|
"updated_at": {
|
|
@@ -16707,7 +16707,7 @@
|
|
|
16707
16707
|
"title": "Updated At",
|
|
16708
16708
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
16709
16709
|
"examples": [
|
|
16710
|
-
"2025-06-
|
|
16710
|
+
"2025-06-05T00:00:00Z"
|
|
16711
16711
|
]
|
|
16712
16712
|
},
|
|
16713
16713
|
"last_updated_by": {
|
|
@@ -16803,7 +16803,7 @@
|
|
|
16803
16803
|
"title": "Created At",
|
|
16804
16804
|
"description": "Timestamp at which insight upload folder was created",
|
|
16805
16805
|
"examples": [
|
|
16806
|
-
"2025-06-
|
|
16806
|
+
"2025-06-04T00:00:00Z"
|
|
16807
16807
|
]
|
|
16808
16808
|
},
|
|
16809
16809
|
"updated_at": {
|
|
@@ -16812,7 +16812,7 @@
|
|
|
16812
16812
|
"title": "Updated At",
|
|
16813
16813
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
16814
16814
|
"examples": [
|
|
16815
|
-
"2025-06-
|
|
16815
|
+
"2025-06-05T00:00:00Z"
|
|
16816
16816
|
]
|
|
16817
16817
|
},
|
|
16818
16818
|
"last_updated_by": {
|
|
@@ -17047,7 +17047,7 @@
|
|
|
17047
17047
|
"title": "Created At",
|
|
17048
17048
|
"description": "Timestamp at which insight tool result was created",
|
|
17049
17049
|
"examples": [
|
|
17050
|
-
"2025-06-
|
|
17050
|
+
"2025-06-04T00:00:00Z"
|
|
17051
17051
|
]
|
|
17052
17052
|
},
|
|
17053
17053
|
"updated_at": {
|
|
@@ -17056,7 +17056,7 @@
|
|
|
17056
17056
|
"title": "Updated At",
|
|
17057
17057
|
"description": "Timestamp at which insight tool result was last updated",
|
|
17058
17058
|
"examples": [
|
|
17059
|
-
"2025-06-
|
|
17059
|
+
"2025-06-05T00:00:00Z"
|
|
17060
17060
|
]
|
|
17061
17061
|
}
|
|
17062
17062
|
},
|
|
@@ -17191,7 +17191,7 @@
|
|
|
17191
17191
|
"title": "Start Time",
|
|
17192
17192
|
"description": "Start time of the uploaded file",
|
|
17193
17193
|
"examples": [
|
|
17194
|
-
"2025-06-
|
|
17194
|
+
"2025-06-04T00:00:00Z"
|
|
17195
17195
|
]
|
|
17196
17196
|
},
|
|
17197
17197
|
"end_time": {
|
|
@@ -17207,7 +17207,7 @@
|
|
|
17207
17207
|
"title": "End Time",
|
|
17208
17208
|
"description": "End time of the uploaded file",
|
|
17209
17209
|
"examples": [
|
|
17210
|
-
"2025-06-
|
|
17210
|
+
"2025-06-05T00:00:00Z"
|
|
17211
17211
|
]
|
|
17212
17212
|
},
|
|
17213
17213
|
"error_message": {
|
|
@@ -17262,7 +17262,7 @@
|
|
|
17262
17262
|
"title": "Created At",
|
|
17263
17263
|
"description": "Timestamp at which insight upload file was created",
|
|
17264
17264
|
"examples": [
|
|
17265
|
-
"2025-06-
|
|
17265
|
+
"2025-06-04T00:00:00Z"
|
|
17266
17266
|
]
|
|
17267
17267
|
}
|
|
17268
17268
|
},
|
|
@@ -17407,7 +17407,6 @@
|
|
|
17407
17407
|
"zh-CN",
|
|
17408
17408
|
"fa-IR",
|
|
17409
17409
|
"es-US",
|
|
17410
|
-
"zh-TW",
|
|
17411
17410
|
"th-TH",
|
|
17412
17411
|
"vi-VN"
|
|
17413
17412
|
],
|
|
@@ -19839,7 +19838,7 @@
|
|
|
19839
19838
|
"title": "Created At",
|
|
19840
19839
|
"description": "Timestamp of campaign creation",
|
|
19841
19840
|
"examples": [
|
|
19842
|
-
"2025-06-
|
|
19841
|
+
"2025-06-05T00:00:00Z"
|
|
19843
19842
|
]
|
|
19844
19843
|
},
|
|
19845
19844
|
"updated_at": {
|
|
@@ -19848,7 +19847,7 @@
|
|
|
19848
19847
|
"title": "Updated At",
|
|
19849
19848
|
"description": "Timestamp of campaign update",
|
|
19850
19849
|
"examples": [
|
|
19851
|
-
"2025-06-
|
|
19850
|
+
"2025-06-05T00:00:00Z"
|
|
19852
19851
|
]
|
|
19853
19852
|
},
|
|
19854
19853
|
"last_updated_by": {
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
57
57
|
export const SDK_METADATA = {
|
|
58
58
|
language: "typescript",
|
|
59
59
|
openapiDocVersion: "0.0.2",
|
|
60
|
-
sdkVersion: "0.1.0-alpha.
|
|
60
|
+
sdkVersion: "0.1.0-alpha.177",
|
|
61
61
|
genVersion: "2.512.4",
|
|
62
62
|
userAgent:
|
|
63
|
-
"speakeasy-sdk/typescript 0.1.0-alpha.
|
|
63
|
+
"speakeasy-sdk/typescript 0.1.0-alpha.177 2.512.4 0.0.2 syllable-sdk",
|
|
64
64
|
} as const;
|