syllable-sdk 1.0.15-rc.1 → 1.0.15-rc.2

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.
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "syllable-sdk",
21
- "version": "1.0.15-rc.1",
21
+ "version": "1.0.15-rc.2",
22
22
  "dependencies": {
23
23
  "@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
24
24
  "zod": "^3.25.0 || ^4.0.0"
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "syllable-sdk",
5
- "version": "1.0.15-rc.1",
5
+ "version": "1.0.15-rc.2",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
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.15-rc.1";
34
+ readonly sdkVersion: "1.0.15-rc.2";
35
35
  readonly genVersion: "2.770.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 1.0.15-rc.1 2.770.0 0.0.2 syllable-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 1.0.15-rc.2 2.770.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.15-rc.1",
34
+ sdkVersion: "1.0.15-rc.2",
35
35
  genVersion: "2.770.0",
36
- userAgent: "speakeasy-sdk/typescript 1.0.15-rc.1 2.770.0 0.0.2 syllable-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 1.0.15-rc.2 2.770.0 0.0.2 syllable-sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -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.15-rc.1",
25
+ currentVersion: "1.0.15-rc.2",
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));
@@ -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.15-rc.1",
176
+ version: "1.0.15-rc.2",
177
177
  });
178
178
  const client = new core_js_1.SyllableSDKCore({
179
179
  apiKeyHeader: deps.apiKeyHeader,
package/openapi.json CHANGED
@@ -13939,7 +13939,7 @@
13939
13939
  "title": "Batch Id",
13940
13940
  "description": "Unique ID for conversation batch",
13941
13941
  "examples": [
13942
- "20251203.9"
13942
+ "20251204.9"
13943
13943
  ]
13944
13944
  },
13945
13945
  "campaign_id": {
@@ -13963,7 +13963,7 @@
13963
13963
  "title": "Expires On",
13964
13964
  "description": "Timestamp of batch expiration",
13965
13965
  "examples": [
13966
- "2025-12-04T00:00:00Z"
13966
+ "2025-12-05T00:00:00Z"
13967
13967
  ]
13968
13968
  },
13969
13969
  "paused": {
@@ -14016,7 +14016,7 @@
14016
14016
  "title": "Created At",
14017
14017
  "description": "Timestamp of batch creation",
14018
14018
  "examples": [
14019
- "2025-12-03T00:00:00Z"
14019
+ "2025-12-04T00:00:00Z"
14020
14020
  ]
14021
14021
  },
14022
14022
  "deleted_at": {
@@ -14032,7 +14032,7 @@
14032
14032
  "title": "Deleted At",
14033
14033
  "description": "Timestamp of batch deletion",
14034
14034
  "examples": [
14035
- "2025-12-03T00:00:00Z"
14035
+ "2025-12-04T00:00:00Z"
14036
14036
  ]
14037
14037
  },
14038
14038
  "deleted_reason": {
@@ -14063,7 +14063,7 @@
14063
14063
  "title": "Last Updated At",
14064
14064
  "description": "Timestamp of last change to batch",
14065
14065
  "examples": [
14066
- "2025-12-03T00:00:00Z"
14066
+ "2025-12-04T00:00:00Z"
14067
14067
  ]
14068
14068
  },
14069
14069
  "last_updated_by": {
@@ -14974,7 +14974,7 @@
14974
14974
  "title": "Batch Id",
14975
14975
  "description": "Unique ID for conversation batch",
14976
14976
  "examples": [
14977
- "20251203.9"
14977
+ "20251204.9"
14978
14978
  ]
14979
14979
  },
14980
14980
  "campaign_id": {
@@ -14998,7 +14998,7 @@
14998
14998
  "title": "Expires On",
14999
14999
  "description": "Timestamp of batch expiration",
15000
15000
  "examples": [
15001
- "2025-12-04T00:00:00Z"
15001
+ "2025-12-05T00:00:00Z"
15002
15002
  ]
15003
15003
  },
15004
15004
  "paused": {
@@ -15051,7 +15051,7 @@
15051
15051
  "title": "Created At",
15052
15052
  "description": "Timestamp of batch creation",
15053
15053
  "examples": [
15054
- "2025-12-03T00:00:00Z"
15054
+ "2025-12-04T00:00:00Z"
15055
15055
  ]
15056
15056
  },
15057
15057
  "deleted_at": {
@@ -15067,7 +15067,7 @@
15067
15067
  "title": "Deleted At",
15068
15068
  "description": "Timestamp of batch deletion",
15069
15069
  "examples": [
15070
- "2025-12-03T00:00:00Z"
15070
+ "2025-12-04T00:00:00Z"
15071
15071
  ]
15072
15072
  },
15073
15073
  "deleted_reason": {
@@ -15098,7 +15098,7 @@
15098
15098
  "title": "Last Updated At",
15099
15099
  "description": "Timestamp of last change to batch",
15100
15100
  "examples": [
15101
- "2025-12-03T00:00:00Z"
15101
+ "2025-12-04T00:00:00Z"
15102
15102
  ]
15103
15103
  },
15104
15104
  "last_updated_by": {
@@ -15141,7 +15141,7 @@
15141
15141
  "title": "Batch Id",
15142
15142
  "description": "Unique ID for conversation batch",
15143
15143
  "examples": [
15144
- "20251203.9"
15144
+ "20251204.9"
15145
15145
  ]
15146
15146
  },
15147
15147
  "campaign_id": {
@@ -15165,7 +15165,7 @@
15165
15165
  "title": "Expires On",
15166
15166
  "description": "Timestamp of batch expiration",
15167
15167
  "examples": [
15168
- "2025-12-04T00:00:00Z"
15168
+ "2025-12-05T00:00:00Z"
15169
15169
  ]
15170
15170
  },
15171
15171
  "paused": {
@@ -15314,7 +15314,7 @@
15314
15314
  "title": "Created At",
15315
15315
  "description": "Timestamp of request creation",
15316
15316
  "examples": [
15317
- "2025-12-02T00:00:00Z"
15317
+ "2025-12-03T00:00:00Z"
15318
15318
  ]
15319
15319
  },
15320
15320
  "sent_at": {
@@ -15330,7 +15330,7 @@
15330
15330
  "title": "Sent At",
15331
15331
  "description": "Timestamp at which request was sent",
15332
15332
  "examples": [
15333
- "2025-12-03T00:00:00Z"
15333
+ "2025-12-04T00:00:00Z"
15334
15334
  ]
15335
15335
  },
15336
15336
  "attempt_count": {
@@ -18188,7 +18188,7 @@
18188
18188
  "title": "Created At",
18189
18189
  "description": "Timestamp at which insight upload folder was created",
18190
18190
  "examples": [
18191
- "2025-12-02T00:00:00Z"
18191
+ "2025-12-03T00:00:00Z"
18192
18192
  ]
18193
18193
  },
18194
18194
  "updated_at": {
@@ -18197,7 +18197,7 @@
18197
18197
  "title": "Updated At",
18198
18198
  "description": "Timestamp at which insight upload folder was last updated",
18199
18199
  "examples": [
18200
- "2025-12-03T00:00:00Z"
18200
+ "2025-12-04T00:00:00Z"
18201
18201
  ]
18202
18202
  },
18203
18203
  "last_updated_by": {
@@ -19053,7 +19053,7 @@
19053
19053
  "title": "Created At",
19054
19054
  "description": "Timestamp of at which insight tool configuration was created",
19055
19055
  "examples": [
19056
- "2025-12-02T00:00:00Z"
19056
+ "2025-12-03T00:00:00Z"
19057
19057
  ]
19058
19058
  },
19059
19059
  "updated_at": {
@@ -19062,7 +19062,7 @@
19062
19062
  "title": "Updated At",
19063
19063
  "description": "Timestamp at which insight tool configuration was last updated",
19064
19064
  "examples": [
19065
- "2025-12-03T00:00:00Z"
19065
+ "2025-12-04T00:00:00Z"
19066
19066
  ]
19067
19067
  },
19068
19068
  "last_updated_by": {
@@ -19443,7 +19443,7 @@
19443
19443
  "title": "Start Datetime",
19444
19444
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
19445
19445
  "examples": [
19446
- "2025-12-02T00:00:00Z"
19446
+ "2025-12-03T00:00:00Z"
19447
19447
  ]
19448
19448
  },
19449
19449
  "end_datetime": {
@@ -19459,7 +19459,7 @@
19459
19459
  "title": "End Datetime",
19460
19460
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
19461
19461
  "examples": [
19462
- "2025-12-03T00:00:00Z"
19462
+ "2025-12-04T00:00:00Z"
19463
19463
  ]
19464
19464
  }
19465
19465
  },
@@ -19534,7 +19534,7 @@
19534
19534
  "title": "Start Datetime",
19535
19535
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
19536
19536
  "examples": [
19537
- "2025-12-02T00:00:00Z"
19537
+ "2025-12-03T00:00:00Z"
19538
19538
  ]
19539
19539
  },
19540
19540
  "end_datetime": {
@@ -19550,7 +19550,7 @@
19550
19550
  "title": "End Datetime",
19551
19551
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
19552
19552
  "examples": [
19553
- "2025-12-03T00:00:00Z"
19553
+ "2025-12-04T00:00:00Z"
19554
19554
  ]
19555
19555
  },
19556
19556
  "id": {
@@ -19603,7 +19603,7 @@
19603
19603
  "title": "Created At",
19604
19604
  "description": "Timestamp at which the insight workflow was created",
19605
19605
  "examples": [
19606
- "2025-12-02T00:00:00Z"
19606
+ "2025-12-03T00:00:00Z"
19607
19607
  ]
19608
19608
  },
19609
19609
  "updated_at": {
@@ -19612,7 +19612,7 @@
19612
19612
  "title": "Updated At",
19613
19613
  "description": "Timestamp of most recent update to the insight workflow",
19614
19614
  "examples": [
19615
- "2025-12-03T00:00:00Z"
19615
+ "2025-12-04T00:00:00Z"
19616
19616
  ]
19617
19617
  },
19618
19618
  "last_updated_by": {
@@ -19708,7 +19708,7 @@
19708
19708
  "title": "Created At",
19709
19709
  "description": "Timestamp at which insight upload folder was created",
19710
19710
  "examples": [
19711
- "2025-12-02T00:00:00Z"
19711
+ "2025-12-03T00:00:00Z"
19712
19712
  ]
19713
19713
  },
19714
19714
  "updated_at": {
@@ -19717,7 +19717,7 @@
19717
19717
  "title": "Updated At",
19718
19718
  "description": "Timestamp at which insight upload folder was last updated",
19719
19719
  "examples": [
19720
- "2025-12-03T00:00:00Z"
19720
+ "2025-12-04T00:00:00Z"
19721
19721
  ]
19722
19722
  },
19723
19723
  "last_updated_by": {
@@ -19952,7 +19952,7 @@
19952
19952
  "title": "Created At",
19953
19953
  "description": "Timestamp at which insight tool result was created",
19954
19954
  "examples": [
19955
- "2025-12-02T00:00:00Z"
19955
+ "2025-12-03T00:00:00Z"
19956
19956
  ]
19957
19957
  },
19958
19958
  "updated_at": {
@@ -19961,7 +19961,7 @@
19961
19961
  "title": "Updated At",
19962
19962
  "description": "Timestamp at which insight tool result was last updated",
19963
19963
  "examples": [
19964
- "2025-12-03T00:00:00Z"
19964
+ "2025-12-04T00:00:00Z"
19965
19965
  ]
19966
19966
  },
19967
19967
  "upload_file_metadata": {
@@ -20106,7 +20106,7 @@
20106
20106
  "title": "Start Time",
20107
20107
  "description": "Start time of the uploaded file",
20108
20108
  "examples": [
20109
- "2025-12-02T00:00:00Z"
20109
+ "2025-12-03T00:00:00Z"
20110
20110
  ]
20111
20111
  },
20112
20112
  "end_time": {
@@ -20122,7 +20122,7 @@
20122
20122
  "title": "End Time",
20123
20123
  "description": "End time of the uploaded file",
20124
20124
  "examples": [
20125
- "2025-12-03T00:00:00Z"
20125
+ "2025-12-04T00:00:00Z"
20126
20126
  ]
20127
20127
  },
20128
20128
  "error_message": {
@@ -20177,7 +20177,7 @@
20177
20177
  "title": "Created At",
20178
20178
  "description": "Timestamp at which insight upload file was created",
20179
20179
  "examples": [
20180
- "2025-12-02T00:00:00Z"
20180
+ "2025-12-03T00:00:00Z"
20181
20181
  ]
20182
20182
  }
20183
20183
  },
@@ -23536,7 +23536,7 @@
23536
23536
  "title": "Created At",
23537
23537
  "description": "Timestamp of campaign creation",
23538
23538
  "examples": [
23539
- "2025-12-03T00:00:00Z"
23539
+ "2025-12-04T00:00:00Z"
23540
23540
  ]
23541
23541
  },
23542
23542
  "updated_at": {
@@ -23545,7 +23545,7 @@
23545
23545
  "title": "Updated At",
23546
23546
  "description": "Timestamp of campaign update",
23547
23547
  "examples": [
23548
- "2025-12-03T00:00:00Z"
23548
+ "2025-12-04T00:00:00Z"
23549
23549
  ]
23550
23550
  },
23551
23551
  "last_updated_by": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syllable-sdk",
3
- "version": "1.0.15-rc.1",
3
+ "version": "1.0.15-rc.2",
4
4
  "author": "Syllable",
5
5
  "bin": {
6
6
  "mcp": "bin/mcp-server.js"
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.15-rc.1",
64
+ sdkVersion: "1.0.15-rc.2",
65
65
  genVersion: "2.770.0",
66
- userAgent: "speakeasy-sdk/typescript 1.0.15-rc.1 2.770.0 0.0.2 syllable-sdk",
66
+ userAgent: "speakeasy-sdk/typescript 1.0.15-rc.2 2.770.0 0.0.2 syllable-sdk",
67
67
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "1.0.15-rc.1",
22
+ currentVersion: "1.0.15-rc.2",
23
23
  },
24
24
  });
25
25
 
@@ -185,7 +185,7 @@ export function createMCPServer(deps: {
185
185
  }) {
186
186
  const server = new McpServer({
187
187
  name: "SyllableSDK",
188
- version: "1.0.15-rc.1",
188
+ version: "1.0.15-rc.2",
189
189
  });
190
190
 
191
191
  const client = new SyllableSDKCore({