syllable-sdk 1.0.16-rc.2 → 1.0.16-rc.3
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.3";
|
|
35
35
|
readonly genVersion: "2.774.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.0.16-rc.3 2.774.0 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.3",
|
|
35
35
|
genVersion: "2.774.0",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.3 2.774.0 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.3",
|
|
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.3",
|
|
177
177
|
});
|
|
178
178
|
const client = new core_js_1.SyllableSDKCore({
|
|
179
179
|
apiKeyHeader: deps.apiKeyHeader,
|
package/openapi.json
CHANGED
|
@@ -13938,7 +13938,7 @@
|
|
|
13938
13938
|
"title": "Batch Id",
|
|
13939
13939
|
"description": "Unique ID for conversation batch",
|
|
13940
13940
|
"examples": [
|
|
13941
|
-
"
|
|
13941
|
+
"20251209.9"
|
|
13942
13942
|
]
|
|
13943
13943
|
},
|
|
13944
13944
|
"campaign_id": {
|
|
@@ -13962,7 +13962,7 @@
|
|
|
13962
13962
|
"title": "Expires On",
|
|
13963
13963
|
"description": "Timestamp of batch expiration",
|
|
13964
13964
|
"examples": [
|
|
13965
|
-
"2025-12-
|
|
13965
|
+
"2025-12-10T00:00:00Z"
|
|
13966
13966
|
]
|
|
13967
13967
|
},
|
|
13968
13968
|
"paused": {
|
|
@@ -14015,7 +14015,7 @@
|
|
|
14015
14015
|
"title": "Created At",
|
|
14016
14016
|
"description": "Timestamp of batch creation",
|
|
14017
14017
|
"examples": [
|
|
14018
|
-
"2025-12-
|
|
14018
|
+
"2025-12-09T00:00:00Z"
|
|
14019
14019
|
]
|
|
14020
14020
|
},
|
|
14021
14021
|
"deleted_at": {
|
|
@@ -14031,7 +14031,7 @@
|
|
|
14031
14031
|
"title": "Deleted At",
|
|
14032
14032
|
"description": "Timestamp of batch deletion",
|
|
14033
14033
|
"examples": [
|
|
14034
|
-
"2025-12-
|
|
14034
|
+
"2025-12-09T00:00:00Z"
|
|
14035
14035
|
]
|
|
14036
14036
|
},
|
|
14037
14037
|
"deleted_reason": {
|
|
@@ -14062,7 +14062,7 @@
|
|
|
14062
14062
|
"title": "Last Updated At",
|
|
14063
14063
|
"description": "Timestamp of last change to batch",
|
|
14064
14064
|
"examples": [
|
|
14065
|
-
"2025-12-
|
|
14065
|
+
"2025-12-09T00:00:00Z"
|
|
14066
14066
|
]
|
|
14067
14067
|
},
|
|
14068
14068
|
"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
|
+
"20251209.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-10T00: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-09T00: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-09T00: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-09T00: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
|
+
"20251209.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-10T00: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-08T00: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-09T00:00:00Z"
|
|
15333
15333
|
]
|
|
15334
15334
|
},
|
|
15335
15335
|
"attempt_count": {
|
|
@@ -18179,7 +18179,7 @@
|
|
|
18179
18179
|
"title": "Created At",
|
|
18180
18180
|
"description": "Timestamp at which insight upload folder was created",
|
|
18181
18181
|
"examples": [
|
|
18182
|
-
"2025-12-
|
|
18182
|
+
"2025-12-08T00:00:00Z"
|
|
18183
18183
|
]
|
|
18184
18184
|
},
|
|
18185
18185
|
"updated_at": {
|
|
@@ -18188,7 +18188,7 @@
|
|
|
18188
18188
|
"title": "Updated At",
|
|
18189
18189
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
18190
18190
|
"examples": [
|
|
18191
|
-
"2025-12-
|
|
18191
|
+
"2025-12-09T00:00:00Z"
|
|
18192
18192
|
]
|
|
18193
18193
|
},
|
|
18194
18194
|
"last_updated_by": {
|
|
@@ -19158,7 +19158,7 @@
|
|
|
19158
19158
|
"title": "Created At",
|
|
19159
19159
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
19160
19160
|
"examples": [
|
|
19161
|
-
"2025-12-
|
|
19161
|
+
"2025-12-08T00:00:00Z"
|
|
19162
19162
|
]
|
|
19163
19163
|
},
|
|
19164
19164
|
"updated_at": {
|
|
@@ -19167,7 +19167,7 @@
|
|
|
19167
19167
|
"title": "Updated At",
|
|
19168
19168
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
19169
19169
|
"examples": [
|
|
19170
|
-
"2025-12-
|
|
19170
|
+
"2025-12-09T00:00:00Z"
|
|
19171
19171
|
]
|
|
19172
19172
|
},
|
|
19173
19173
|
"last_updated_by": {
|
|
@@ -19548,7 +19548,7 @@
|
|
|
19548
19548
|
"title": "Start Datetime",
|
|
19549
19549
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19550
19550
|
"examples": [
|
|
19551
|
-
"2025-12-
|
|
19551
|
+
"2025-12-08T00:00:00Z"
|
|
19552
19552
|
]
|
|
19553
19553
|
},
|
|
19554
19554
|
"end_datetime": {
|
|
@@ -19564,7 +19564,7 @@
|
|
|
19564
19564
|
"title": "End Datetime",
|
|
19565
19565
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19566
19566
|
"examples": [
|
|
19567
|
-
"2025-12-
|
|
19567
|
+
"2025-12-09T00:00:00Z"
|
|
19568
19568
|
]
|
|
19569
19569
|
}
|
|
19570
19570
|
},
|
|
@@ -19639,7 +19639,7 @@
|
|
|
19639
19639
|
"title": "Start Datetime",
|
|
19640
19640
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19641
19641
|
"examples": [
|
|
19642
|
-
"2025-12-
|
|
19642
|
+
"2025-12-08T00:00:00Z"
|
|
19643
19643
|
]
|
|
19644
19644
|
},
|
|
19645
19645
|
"end_datetime": {
|
|
@@ -19655,7 +19655,7 @@
|
|
|
19655
19655
|
"title": "End Datetime",
|
|
19656
19656
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19657
19657
|
"examples": [
|
|
19658
|
-
"2025-12-
|
|
19658
|
+
"2025-12-09T00:00:00Z"
|
|
19659
19659
|
]
|
|
19660
19660
|
},
|
|
19661
19661
|
"id": {
|
|
@@ -19708,7 +19708,7 @@
|
|
|
19708
19708
|
"title": "Created At",
|
|
19709
19709
|
"description": "Timestamp at which the insight workflow was created",
|
|
19710
19710
|
"examples": [
|
|
19711
|
-
"2025-12-
|
|
19711
|
+
"2025-12-08T00:00:00Z"
|
|
19712
19712
|
]
|
|
19713
19713
|
},
|
|
19714
19714
|
"updated_at": {
|
|
@@ -19717,7 +19717,7 @@
|
|
|
19717
19717
|
"title": "Updated At",
|
|
19718
19718
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
19719
19719
|
"examples": [
|
|
19720
|
-
"2025-12-
|
|
19720
|
+
"2025-12-09T00:00:00Z"
|
|
19721
19721
|
]
|
|
19722
19722
|
},
|
|
19723
19723
|
"last_updated_by": {
|
|
@@ -19813,7 +19813,7 @@
|
|
|
19813
19813
|
"title": "Created At",
|
|
19814
19814
|
"description": "Timestamp at which insight upload folder was created",
|
|
19815
19815
|
"examples": [
|
|
19816
|
-
"2025-12-
|
|
19816
|
+
"2025-12-08T00:00:00Z"
|
|
19817
19817
|
]
|
|
19818
19818
|
},
|
|
19819
19819
|
"updated_at": {
|
|
@@ -19822,7 +19822,7 @@
|
|
|
19822
19822
|
"title": "Updated At",
|
|
19823
19823
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
19824
19824
|
"examples": [
|
|
19825
|
-
"2025-12-
|
|
19825
|
+
"2025-12-09T00:00:00Z"
|
|
19826
19826
|
]
|
|
19827
19827
|
},
|
|
19828
19828
|
"last_updated_by": {
|
|
@@ -20057,7 +20057,7 @@
|
|
|
20057
20057
|
"title": "Created At",
|
|
20058
20058
|
"description": "Timestamp at which insight tool result was created",
|
|
20059
20059
|
"examples": [
|
|
20060
|
-
"2025-12-
|
|
20060
|
+
"2025-12-08T00:00:00Z"
|
|
20061
20061
|
]
|
|
20062
20062
|
},
|
|
20063
20063
|
"updated_at": {
|
|
@@ -20066,7 +20066,7 @@
|
|
|
20066
20066
|
"title": "Updated At",
|
|
20067
20067
|
"description": "Timestamp at which insight tool result was last updated",
|
|
20068
20068
|
"examples": [
|
|
20069
|
-
"2025-12-
|
|
20069
|
+
"2025-12-09T00:00:00Z"
|
|
20070
20070
|
]
|
|
20071
20071
|
},
|
|
20072
20072
|
"upload_file_metadata": {
|
|
@@ -20211,7 +20211,7 @@
|
|
|
20211
20211
|
"title": "Start Time",
|
|
20212
20212
|
"description": "Start time of the uploaded file",
|
|
20213
20213
|
"examples": [
|
|
20214
|
-
"2025-12-
|
|
20214
|
+
"2025-12-08T00:00:00Z"
|
|
20215
20215
|
]
|
|
20216
20216
|
},
|
|
20217
20217
|
"end_time": {
|
|
@@ -20227,7 +20227,7 @@
|
|
|
20227
20227
|
"title": "End Time",
|
|
20228
20228
|
"description": "End time of the uploaded file",
|
|
20229
20229
|
"examples": [
|
|
20230
|
-
"2025-12-
|
|
20230
|
+
"2025-12-09T00:00:00Z"
|
|
20231
20231
|
]
|
|
20232
20232
|
},
|
|
20233
20233
|
"error_message": {
|
|
@@ -20282,7 +20282,7 @@
|
|
|
20282
20282
|
"title": "Created At",
|
|
20283
20283
|
"description": "Timestamp at which insight upload file was created",
|
|
20284
20284
|
"examples": [
|
|
20285
|
-
"2025-12-
|
|
20285
|
+
"2025-12-08T00:00:00Z"
|
|
20286
20286
|
]
|
|
20287
20287
|
}
|
|
20288
20288
|
},
|
|
@@ -23641,7 +23641,7 @@
|
|
|
23641
23641
|
"title": "Created At",
|
|
23642
23642
|
"description": "Timestamp of campaign creation",
|
|
23643
23643
|
"examples": [
|
|
23644
|
-
"2025-12-
|
|
23644
|
+
"2025-12-09T00:00:00Z"
|
|
23645
23645
|
]
|
|
23646
23646
|
},
|
|
23647
23647
|
"updated_at": {
|
|
@@ -23650,7 +23650,7 @@
|
|
|
23650
23650
|
"title": "Updated At",
|
|
23651
23651
|
"description": "Timestamp of campaign update",
|
|
23652
23652
|
"examples": [
|
|
23653
|
-
"2025-12-
|
|
23653
|
+
"2025-12-09T00:00:00Z"
|
|
23654
23654
|
]
|
|
23655
23655
|
},
|
|
23656
23656
|
"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.3",
|
|
65
65
|
genVersion: "2.774.0",
|
|
66
|
-
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.
|
|
66
|
+
userAgent: "speakeasy-sdk/typescript 1.0.16-rc.3 2.774.0 0.0.2 syllable-sdk",
|
|
67
67
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED