syllable-sdk 1.0.16-rc.6 → 1.0.16-rc.7
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/bin/mcp-server.js +5 -5
- package/bin/mcp-server.js.map +4 -4
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/openapi.json +33 -33
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "0.0.2";
|
|
34
|
-
readonly sdkVersion: "1.0.16-rc.
|
|
34
|
+
readonly sdkVersion: "1.0.16-rc.7";
|
|
35
35
|
readonly genVersion: "2.779.2";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.0.16-rc.7 2.779.2 0.0.2 syllable-sdk";
|
|
37
37
|
};
|
|
38
38
|
//# 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: "1.0.16-rc.
|
|
34
|
+
sdkVersion: "1.0.16-rc.7",
|
|
35
35
|
genVersion: "2.779.2",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.7 2.779.2 0.0.2 syllable-sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "1.0.16-rc.
|
|
25
|
+
currentVersion: "1.0.16-rc.7",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
package/mcp-server/server.js
CHANGED
|
@@ -173,7 +173,7 @@ const voiceGroupsVoiceGroupsCreateVoiceSample_js_1 = require("./tools/voiceGroup
|
|
|
173
173
|
function createMCPServer(deps) {
|
|
174
174
|
const server = new mcp_js_1.McpServer({
|
|
175
175
|
name: "SyllableSDK",
|
|
176
|
-
version: "1.0.16-rc.
|
|
176
|
+
version: "1.0.16-rc.7",
|
|
177
177
|
});
|
|
178
178
|
const client = new core_js_1.SyllableSDKCore({
|
|
179
179
|
apiKeyHeader: deps.apiKeyHeader,
|
package/openapi.json
CHANGED
|
@@ -13942,7 +13942,7 @@
|
|
|
13942
13942
|
"title": "Batch Id",
|
|
13943
13943
|
"description": "Unique ID for conversation batch",
|
|
13944
13944
|
"examples": [
|
|
13945
|
-
"
|
|
13945
|
+
"20251212.9"
|
|
13946
13946
|
]
|
|
13947
13947
|
},
|
|
13948
13948
|
"campaign_id": {
|
|
@@ -13966,7 +13966,7 @@
|
|
|
13966
13966
|
"title": "Expires On",
|
|
13967
13967
|
"description": "Timestamp of batch expiration",
|
|
13968
13968
|
"examples": [
|
|
13969
|
-
"2025-12-
|
|
13969
|
+
"2025-12-13T00:00:00Z"
|
|
13970
13970
|
]
|
|
13971
13971
|
},
|
|
13972
13972
|
"paused": {
|
|
@@ -14019,7 +14019,7 @@
|
|
|
14019
14019
|
"title": "Created At",
|
|
14020
14020
|
"description": "Timestamp of batch creation",
|
|
14021
14021
|
"examples": [
|
|
14022
|
-
"2025-12-
|
|
14022
|
+
"2025-12-12T00:00:00Z"
|
|
14023
14023
|
]
|
|
14024
14024
|
},
|
|
14025
14025
|
"deleted_at": {
|
|
@@ -14035,7 +14035,7 @@
|
|
|
14035
14035
|
"title": "Deleted At",
|
|
14036
14036
|
"description": "Timestamp of batch deletion",
|
|
14037
14037
|
"examples": [
|
|
14038
|
-
"2025-12-
|
|
14038
|
+
"2025-12-12T00:00:00Z"
|
|
14039
14039
|
]
|
|
14040
14040
|
},
|
|
14041
14041
|
"deleted_reason": {
|
|
@@ -14066,7 +14066,7 @@
|
|
|
14066
14066
|
"title": "Last Updated At",
|
|
14067
14067
|
"description": "Timestamp of last change to batch",
|
|
14068
14068
|
"examples": [
|
|
14069
|
-
"2025-12-
|
|
14069
|
+
"2025-12-12T00:00:00Z"
|
|
14070
14070
|
]
|
|
14071
14071
|
},
|
|
14072
14072
|
"last_updated_by": {
|
|
@@ -14973,7 +14973,7 @@
|
|
|
14973
14973
|
"title": "Batch Id",
|
|
14974
14974
|
"description": "Unique ID for conversation batch",
|
|
14975
14975
|
"examples": [
|
|
14976
|
-
"
|
|
14976
|
+
"20251212.9"
|
|
14977
14977
|
]
|
|
14978
14978
|
},
|
|
14979
14979
|
"campaign_id": {
|
|
@@ -14997,7 +14997,7 @@
|
|
|
14997
14997
|
"title": "Expires On",
|
|
14998
14998
|
"description": "Timestamp of batch expiration",
|
|
14999
14999
|
"examples": [
|
|
15000
|
-
"2025-12-
|
|
15000
|
+
"2025-12-13T00:00:00Z"
|
|
15001
15001
|
]
|
|
15002
15002
|
},
|
|
15003
15003
|
"paused": {
|
|
@@ -15050,7 +15050,7 @@
|
|
|
15050
15050
|
"title": "Created At",
|
|
15051
15051
|
"description": "Timestamp of batch creation",
|
|
15052
15052
|
"examples": [
|
|
15053
|
-
"2025-12-
|
|
15053
|
+
"2025-12-12T00:00:00Z"
|
|
15054
15054
|
]
|
|
15055
15055
|
},
|
|
15056
15056
|
"deleted_at": {
|
|
@@ -15066,7 +15066,7 @@
|
|
|
15066
15066
|
"title": "Deleted At",
|
|
15067
15067
|
"description": "Timestamp of batch deletion",
|
|
15068
15068
|
"examples": [
|
|
15069
|
-
"2025-12-
|
|
15069
|
+
"2025-12-12T00:00:00Z"
|
|
15070
15070
|
]
|
|
15071
15071
|
},
|
|
15072
15072
|
"deleted_reason": {
|
|
@@ -15097,7 +15097,7 @@
|
|
|
15097
15097
|
"title": "Last Updated At",
|
|
15098
15098
|
"description": "Timestamp of last change to batch",
|
|
15099
15099
|
"examples": [
|
|
15100
|
-
"2025-12-
|
|
15100
|
+
"2025-12-12T00:00:00Z"
|
|
15101
15101
|
]
|
|
15102
15102
|
},
|
|
15103
15103
|
"last_updated_by": {
|
|
@@ -15140,7 +15140,7 @@
|
|
|
15140
15140
|
"title": "Batch Id",
|
|
15141
15141
|
"description": "Unique ID for conversation batch",
|
|
15142
15142
|
"examples": [
|
|
15143
|
-
"
|
|
15143
|
+
"20251212.9"
|
|
15144
15144
|
]
|
|
15145
15145
|
},
|
|
15146
15146
|
"campaign_id": {
|
|
@@ -15164,7 +15164,7 @@
|
|
|
15164
15164
|
"title": "Expires On",
|
|
15165
15165
|
"description": "Timestamp of batch expiration",
|
|
15166
15166
|
"examples": [
|
|
15167
|
-
"2025-12-
|
|
15167
|
+
"2025-12-13T00:00:00Z"
|
|
15168
15168
|
]
|
|
15169
15169
|
},
|
|
15170
15170
|
"paused": {
|
|
@@ -15313,7 +15313,7 @@
|
|
|
15313
15313
|
"title": "Created At",
|
|
15314
15314
|
"description": "Timestamp of request creation",
|
|
15315
15315
|
"examples": [
|
|
15316
|
-
"2025-12-
|
|
15316
|
+
"2025-12-11T00:00:00Z"
|
|
15317
15317
|
]
|
|
15318
15318
|
},
|
|
15319
15319
|
"sent_at": {
|
|
@@ -15329,7 +15329,7 @@
|
|
|
15329
15329
|
"title": "Sent At",
|
|
15330
15330
|
"description": "Timestamp at which request was sent",
|
|
15331
15331
|
"examples": [
|
|
15332
|
-
"2025-12-
|
|
15332
|
+
"2025-12-12T00:00:00Z"
|
|
15333
15333
|
]
|
|
15334
15334
|
},
|
|
15335
15335
|
"attempt_count": {
|
|
@@ -18204,7 +18204,7 @@
|
|
|
18204
18204
|
"title": "Created At",
|
|
18205
18205
|
"description": "Timestamp at which insight upload folder was created",
|
|
18206
18206
|
"examples": [
|
|
18207
|
-
"2025-12-
|
|
18207
|
+
"2025-12-11T00:00:00Z"
|
|
18208
18208
|
]
|
|
18209
18209
|
},
|
|
18210
18210
|
"updated_at": {
|
|
@@ -18213,7 +18213,7 @@
|
|
|
18213
18213
|
"title": "Updated At",
|
|
18214
18214
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
18215
18215
|
"examples": [
|
|
18216
|
-
"2025-12-
|
|
18216
|
+
"2025-12-12T00:00:00Z"
|
|
18217
18217
|
]
|
|
18218
18218
|
},
|
|
18219
18219
|
"last_updated_by": {
|
|
@@ -19183,7 +19183,7 @@
|
|
|
19183
19183
|
"title": "Created At",
|
|
19184
19184
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
19185
19185
|
"examples": [
|
|
19186
|
-
"2025-12-
|
|
19186
|
+
"2025-12-11T00:00:00Z"
|
|
19187
19187
|
]
|
|
19188
19188
|
},
|
|
19189
19189
|
"updated_at": {
|
|
@@ -19192,7 +19192,7 @@
|
|
|
19192
19192
|
"title": "Updated At",
|
|
19193
19193
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
19194
19194
|
"examples": [
|
|
19195
|
-
"2025-12-
|
|
19195
|
+
"2025-12-12T00:00:00Z"
|
|
19196
19196
|
]
|
|
19197
19197
|
},
|
|
19198
19198
|
"last_updated_by": {
|
|
@@ -19573,7 +19573,7 @@
|
|
|
19573
19573
|
"title": "Start Datetime",
|
|
19574
19574
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19575
19575
|
"examples": [
|
|
19576
|
-
"2025-12-
|
|
19576
|
+
"2025-12-11T00:00:00Z"
|
|
19577
19577
|
]
|
|
19578
19578
|
},
|
|
19579
19579
|
"end_datetime": {
|
|
@@ -19589,7 +19589,7 @@
|
|
|
19589
19589
|
"title": "End Datetime",
|
|
19590
19590
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19591
19591
|
"examples": [
|
|
19592
|
-
"2025-12-
|
|
19592
|
+
"2025-12-12T00:00:00Z"
|
|
19593
19593
|
]
|
|
19594
19594
|
}
|
|
19595
19595
|
},
|
|
@@ -19664,7 +19664,7 @@
|
|
|
19664
19664
|
"title": "Start Datetime",
|
|
19665
19665
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19666
19666
|
"examples": [
|
|
19667
|
-
"2025-12-
|
|
19667
|
+
"2025-12-11T00:00:00Z"
|
|
19668
19668
|
]
|
|
19669
19669
|
},
|
|
19670
19670
|
"end_datetime": {
|
|
@@ -19680,7 +19680,7 @@
|
|
|
19680
19680
|
"title": "End Datetime",
|
|
19681
19681
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19682
19682
|
"examples": [
|
|
19683
|
-
"2025-12-
|
|
19683
|
+
"2025-12-12T00:00:00Z"
|
|
19684
19684
|
]
|
|
19685
19685
|
},
|
|
19686
19686
|
"id": {
|
|
@@ -19733,7 +19733,7 @@
|
|
|
19733
19733
|
"title": "Created At",
|
|
19734
19734
|
"description": "Timestamp at which the insight workflow was created",
|
|
19735
19735
|
"examples": [
|
|
19736
|
-
"2025-12-
|
|
19736
|
+
"2025-12-11T00:00:00Z"
|
|
19737
19737
|
]
|
|
19738
19738
|
},
|
|
19739
19739
|
"updated_at": {
|
|
@@ -19742,7 +19742,7 @@
|
|
|
19742
19742
|
"title": "Updated At",
|
|
19743
19743
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
19744
19744
|
"examples": [
|
|
19745
|
-
"2025-12-
|
|
19745
|
+
"2025-12-12T00:00:00Z"
|
|
19746
19746
|
]
|
|
19747
19747
|
},
|
|
19748
19748
|
"last_updated_by": {
|
|
@@ -19838,7 +19838,7 @@
|
|
|
19838
19838
|
"title": "Created At",
|
|
19839
19839
|
"description": "Timestamp at which insight upload folder was created",
|
|
19840
19840
|
"examples": [
|
|
19841
|
-
"2025-12-
|
|
19841
|
+
"2025-12-11T00:00:00Z"
|
|
19842
19842
|
]
|
|
19843
19843
|
},
|
|
19844
19844
|
"updated_at": {
|
|
@@ -19847,7 +19847,7 @@
|
|
|
19847
19847
|
"title": "Updated At",
|
|
19848
19848
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
19849
19849
|
"examples": [
|
|
19850
|
-
"2025-12-
|
|
19850
|
+
"2025-12-12T00:00:00Z"
|
|
19851
19851
|
]
|
|
19852
19852
|
},
|
|
19853
19853
|
"last_updated_by": {
|
|
@@ -20082,7 +20082,7 @@
|
|
|
20082
20082
|
"title": "Created At",
|
|
20083
20083
|
"description": "Timestamp at which insight tool result was created",
|
|
20084
20084
|
"examples": [
|
|
20085
|
-
"2025-12-
|
|
20085
|
+
"2025-12-11T00:00:00Z"
|
|
20086
20086
|
]
|
|
20087
20087
|
},
|
|
20088
20088
|
"updated_at": {
|
|
@@ -20091,7 +20091,7 @@
|
|
|
20091
20091
|
"title": "Updated At",
|
|
20092
20092
|
"description": "Timestamp at which insight tool result was last updated",
|
|
20093
20093
|
"examples": [
|
|
20094
|
-
"2025-12-
|
|
20094
|
+
"2025-12-12T00:00:00Z"
|
|
20095
20095
|
]
|
|
20096
20096
|
},
|
|
20097
20097
|
"upload_file_metadata": {
|
|
@@ -20236,7 +20236,7 @@
|
|
|
20236
20236
|
"title": "Start Time",
|
|
20237
20237
|
"description": "Start time of the uploaded file",
|
|
20238
20238
|
"examples": [
|
|
20239
|
-
"2025-12-
|
|
20239
|
+
"2025-12-11T00:00:00Z"
|
|
20240
20240
|
]
|
|
20241
20241
|
},
|
|
20242
20242
|
"end_time": {
|
|
@@ -20252,7 +20252,7 @@
|
|
|
20252
20252
|
"title": "End Time",
|
|
20253
20253
|
"description": "End time of the uploaded file",
|
|
20254
20254
|
"examples": [
|
|
20255
|
-
"2025-12-
|
|
20255
|
+
"2025-12-12T00:00:00Z"
|
|
20256
20256
|
]
|
|
20257
20257
|
},
|
|
20258
20258
|
"error_message": {
|
|
@@ -20307,7 +20307,7 @@
|
|
|
20307
20307
|
"title": "Created At",
|
|
20308
20308
|
"description": "Timestamp at which insight upload file was created",
|
|
20309
20309
|
"examples": [
|
|
20310
|
-
"2025-12-
|
|
20310
|
+
"2025-12-11T00:00:00Z"
|
|
20311
20311
|
]
|
|
20312
20312
|
}
|
|
20313
20313
|
},
|
|
@@ -23666,7 +23666,7 @@
|
|
|
23666
23666
|
"title": "Created At",
|
|
23667
23667
|
"description": "Timestamp of campaign creation",
|
|
23668
23668
|
"examples": [
|
|
23669
|
-
"2025-12-
|
|
23669
|
+
"2025-12-12T00:00:00Z"
|
|
23670
23670
|
]
|
|
23671
23671
|
},
|
|
23672
23672
|
"updated_at": {
|
|
@@ -23675,7 +23675,7 @@
|
|
|
23675
23675
|
"title": "Updated At",
|
|
23676
23676
|
"description": "Timestamp of campaign update",
|
|
23677
23677
|
"examples": [
|
|
23678
|
-
"2025-12-
|
|
23678
|
+
"2025-12-12T00:00:00Z"
|
|
23679
23679
|
]
|
|
23680
23680
|
},
|
|
23681
23681
|
"last_updated_by": {
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
61
61
|
export const SDK_METADATA = {
|
|
62
62
|
language: "typescript",
|
|
63
63
|
openapiDocVersion: "0.0.2",
|
|
64
|
-
sdkVersion: "1.0.16-rc.
|
|
64
|
+
sdkVersion: "1.0.16-rc.7",
|
|
65
65
|
genVersion: "2.779.2",
|
|
66
|
-
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
66
|
+
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.7 2.779.2 0.0.2 syllable-sdk",
|
|
67
67
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED