syllable-sdk 1.0.12-rc.1 → 1.0.12-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.12-rc.1",
21
+ "version": "1.0.12-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.12-rc.1",
5
+ "version": "1.0.12-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.12-rc.1";
34
+ readonly sdkVersion: "1.0.12-rc.2";
35
35
  readonly genVersion: "2.755.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 1.0.12-rc.1 2.755.0 0.0.2 syllable-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 1.0.12-rc.2 2.755.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.12-rc.1",
34
+ sdkVersion: "1.0.12-rc.2",
35
35
  genVersion: "2.755.0",
36
- userAgent: "speakeasy-sdk/typescript 1.0.12-rc.1 2.755.0 0.0.2 syllable-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 1.0.12-rc.2 2.755.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.12-rc.1",
25
+ currentVersion: "1.0.12-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));
@@ -171,7 +171,7 @@ const voiceGroupsVoiceGroupsCreateVoiceSample_js_1 = require("./tools/voiceGroup
171
171
  function createMCPServer(deps) {
172
172
  const server = new mcp_js_1.McpServer({
173
173
  name: "SyllableSDK",
174
- version: "1.0.12-rc.1",
174
+ version: "1.0.12-rc.2",
175
175
  });
176
176
  const client = new core_js_1.SyllableSDKCore({
177
177
  apiKeyHeader: deps.apiKeyHeader,
package/openapi.json CHANGED
@@ -13781,7 +13781,7 @@
13781
13781
  "title": "Batch Id",
13782
13782
  "description": "Unique ID for conversation batch",
13783
13783
  "examples": [
13784
- "20251114.9"
13784
+ "20251115.9"
13785
13785
  ]
13786
13786
  },
13787
13787
  "campaign_id": {
@@ -13805,7 +13805,7 @@
13805
13805
  "title": "Expires On",
13806
13806
  "description": "Timestamp of batch expiration",
13807
13807
  "examples": [
13808
- "2025-11-15T00:00:00Z"
13808
+ "2025-11-16T00:00:00Z"
13809
13809
  ]
13810
13810
  },
13811
13811
  "paused": {
@@ -13858,7 +13858,7 @@
13858
13858
  "title": "Created At",
13859
13859
  "description": "Timestamp of batch creation",
13860
13860
  "examples": [
13861
- "2025-11-14T00:00:00Z"
13861
+ "2025-11-15T00:00:00Z"
13862
13862
  ]
13863
13863
  },
13864
13864
  "deleted_at": {
@@ -13874,7 +13874,7 @@
13874
13874
  "title": "Deleted At",
13875
13875
  "description": "Timestamp of batch deletion",
13876
13876
  "examples": [
13877
- "2025-11-14T00:00:00Z"
13877
+ "2025-11-15T00:00:00Z"
13878
13878
  ]
13879
13879
  },
13880
13880
  "deleted_reason": {
@@ -13905,7 +13905,7 @@
13905
13905
  "title": "Last Updated At",
13906
13906
  "description": "Timestamp of last change to batch",
13907
13907
  "examples": [
13908
- "2025-11-14T00:00:00Z"
13908
+ "2025-11-15T00:00:00Z"
13909
13909
  ]
13910
13910
  },
13911
13911
  "last_updated_by": {
@@ -14661,7 +14661,7 @@
14661
14661
  "title": "Batch Id",
14662
14662
  "description": "Unique ID for conversation batch",
14663
14663
  "examples": [
14664
- "20251114.9"
14664
+ "20251115.9"
14665
14665
  ]
14666
14666
  },
14667
14667
  "campaign_id": {
@@ -14685,7 +14685,7 @@
14685
14685
  "title": "Expires On",
14686
14686
  "description": "Timestamp of batch expiration",
14687
14687
  "examples": [
14688
- "2025-11-15T00:00:00Z"
14688
+ "2025-11-16T00:00:00Z"
14689
14689
  ]
14690
14690
  },
14691
14691
  "paused": {
@@ -14738,7 +14738,7 @@
14738
14738
  "title": "Created At",
14739
14739
  "description": "Timestamp of batch creation",
14740
14740
  "examples": [
14741
- "2025-11-14T00:00:00Z"
14741
+ "2025-11-15T00:00:00Z"
14742
14742
  ]
14743
14743
  },
14744
14744
  "deleted_at": {
@@ -14754,7 +14754,7 @@
14754
14754
  "title": "Deleted At",
14755
14755
  "description": "Timestamp of batch deletion",
14756
14756
  "examples": [
14757
- "2025-11-14T00:00:00Z"
14757
+ "2025-11-15T00:00:00Z"
14758
14758
  ]
14759
14759
  },
14760
14760
  "deleted_reason": {
@@ -14785,7 +14785,7 @@
14785
14785
  "title": "Last Updated At",
14786
14786
  "description": "Timestamp of last change to batch",
14787
14787
  "examples": [
14788
- "2025-11-14T00:00:00Z"
14788
+ "2025-11-15T00:00:00Z"
14789
14789
  ]
14790
14790
  },
14791
14791
  "last_updated_by": {
@@ -14828,7 +14828,7 @@
14828
14828
  "title": "Batch Id",
14829
14829
  "description": "Unique ID for conversation batch",
14830
14830
  "examples": [
14831
- "20251114.9"
14831
+ "20251115.9"
14832
14832
  ]
14833
14833
  },
14834
14834
  "campaign_id": {
@@ -14852,7 +14852,7 @@
14852
14852
  "title": "Expires On",
14853
14853
  "description": "Timestamp of batch expiration",
14854
14854
  "examples": [
14855
- "2025-11-15T00:00:00Z"
14855
+ "2025-11-16T00:00:00Z"
14856
14856
  ]
14857
14857
  },
14858
14858
  "paused": {
@@ -15001,7 +15001,7 @@
15001
15001
  "title": "Created At",
15002
15002
  "description": "Timestamp of request creation",
15003
15003
  "examples": [
15004
- "2025-11-13T00:00:00Z"
15004
+ "2025-11-14T00:00:00Z"
15005
15005
  ]
15006
15006
  },
15007
15007
  "sent_at": {
@@ -15017,7 +15017,7 @@
15017
15017
  "title": "Sent At",
15018
15018
  "description": "Timestamp at which request was sent",
15019
15019
  "examples": [
15020
- "2025-11-14T00:00:00Z"
15020
+ "2025-11-15T00:00:00Z"
15021
15021
  ]
15022
15022
  },
15023
15023
  "attempt_count": {
@@ -17273,7 +17273,7 @@
17273
17273
  "title": "Created At",
17274
17274
  "description": "Timestamp at which insight upload folder was created",
17275
17275
  "examples": [
17276
- "2025-11-13T00:00:00Z"
17276
+ "2025-11-14T00:00:00Z"
17277
17277
  ]
17278
17278
  },
17279
17279
  "updated_at": {
@@ -17282,7 +17282,7 @@
17282
17282
  "title": "Updated At",
17283
17283
  "description": "Timestamp at which insight upload folder was last updated",
17284
17284
  "examples": [
17285
- "2025-11-14T00:00:00Z"
17285
+ "2025-11-15T00:00:00Z"
17286
17286
  ]
17287
17287
  },
17288
17288
  "last_updated_by": {
@@ -17968,7 +17968,7 @@
17968
17968
  "title": "Created At",
17969
17969
  "description": "Timestamp of at which insight tool configuration was created",
17970
17970
  "examples": [
17971
- "2025-11-13T00:00:00Z"
17971
+ "2025-11-14T00:00:00Z"
17972
17972
  ]
17973
17973
  },
17974
17974
  "updated_at": {
@@ -17977,7 +17977,7 @@
17977
17977
  "title": "Updated At",
17978
17978
  "description": "Timestamp at which insight tool configuration was last updated",
17979
17979
  "examples": [
17980
- "2025-11-14T00:00:00Z"
17980
+ "2025-11-15T00:00:00Z"
17981
17981
  ]
17982
17982
  },
17983
17983
  "last_updated_by": {
@@ -18358,7 +18358,7 @@
18358
18358
  "title": "Start Datetime",
18359
18359
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
18360
18360
  "examples": [
18361
- "2025-11-13T00:00:00Z"
18361
+ "2025-11-14T00:00:00Z"
18362
18362
  ]
18363
18363
  },
18364
18364
  "end_datetime": {
@@ -18374,7 +18374,7 @@
18374
18374
  "title": "End Datetime",
18375
18375
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
18376
18376
  "examples": [
18377
- "2025-11-14T00:00:00Z"
18377
+ "2025-11-15T00:00:00Z"
18378
18378
  ]
18379
18379
  }
18380
18380
  },
@@ -18449,7 +18449,7 @@
18449
18449
  "title": "Start Datetime",
18450
18450
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
18451
18451
  "examples": [
18452
- "2025-11-13T00:00:00Z"
18452
+ "2025-11-14T00:00:00Z"
18453
18453
  ]
18454
18454
  },
18455
18455
  "end_datetime": {
@@ -18465,7 +18465,7 @@
18465
18465
  "title": "End Datetime",
18466
18466
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
18467
18467
  "examples": [
18468
- "2025-11-14T00:00:00Z"
18468
+ "2025-11-15T00:00:00Z"
18469
18469
  ]
18470
18470
  },
18471
18471
  "id": {
@@ -18518,7 +18518,7 @@
18518
18518
  "title": "Created At",
18519
18519
  "description": "Timestamp at which the insight workflow was created",
18520
18520
  "examples": [
18521
- "2025-11-13T00:00:00Z"
18521
+ "2025-11-14T00:00:00Z"
18522
18522
  ]
18523
18523
  },
18524
18524
  "updated_at": {
@@ -18527,7 +18527,7 @@
18527
18527
  "title": "Updated At",
18528
18528
  "description": "Timestamp of most recent update to the insight workflow",
18529
18529
  "examples": [
18530
- "2025-11-14T00:00:00Z"
18530
+ "2025-11-15T00:00:00Z"
18531
18531
  ]
18532
18532
  },
18533
18533
  "last_updated_by": {
@@ -18623,7 +18623,7 @@
18623
18623
  "title": "Created At",
18624
18624
  "description": "Timestamp at which insight upload folder was created",
18625
18625
  "examples": [
18626
- "2025-11-13T00:00:00Z"
18626
+ "2025-11-14T00:00:00Z"
18627
18627
  ]
18628
18628
  },
18629
18629
  "updated_at": {
@@ -18632,7 +18632,7 @@
18632
18632
  "title": "Updated At",
18633
18633
  "description": "Timestamp at which insight upload folder was last updated",
18634
18634
  "examples": [
18635
- "2025-11-14T00:00:00Z"
18635
+ "2025-11-15T00:00:00Z"
18636
18636
  ]
18637
18637
  },
18638
18638
  "last_updated_by": {
@@ -18867,7 +18867,7 @@
18867
18867
  "title": "Created At",
18868
18868
  "description": "Timestamp at which insight tool result was created",
18869
18869
  "examples": [
18870
- "2025-11-13T00:00:00Z"
18870
+ "2025-11-14T00:00:00Z"
18871
18871
  ]
18872
18872
  },
18873
18873
  "updated_at": {
@@ -18876,7 +18876,7 @@
18876
18876
  "title": "Updated At",
18877
18877
  "description": "Timestamp at which insight tool result was last updated",
18878
18878
  "examples": [
18879
- "2025-11-14T00:00:00Z"
18879
+ "2025-11-15T00:00:00Z"
18880
18880
  ]
18881
18881
  },
18882
18882
  "upload_file_metadata": {
@@ -19021,7 +19021,7 @@
19021
19021
  "title": "Start Time",
19022
19022
  "description": "Start time of the uploaded file",
19023
19023
  "examples": [
19024
- "2025-11-13T00:00:00Z"
19024
+ "2025-11-14T00:00:00Z"
19025
19025
  ]
19026
19026
  },
19027
19027
  "end_time": {
@@ -19037,7 +19037,7 @@
19037
19037
  "title": "End Time",
19038
19038
  "description": "End time of the uploaded file",
19039
19039
  "examples": [
19040
- "2025-11-14T00:00:00Z"
19040
+ "2025-11-15T00:00:00Z"
19041
19041
  ]
19042
19042
  },
19043
19043
  "error_message": {
@@ -19092,7 +19092,7 @@
19092
19092
  "title": "Created At",
19093
19093
  "description": "Timestamp at which insight upload file was created",
19094
19094
  "examples": [
19095
- "2025-11-13T00:00:00Z"
19095
+ "2025-11-14T00:00:00Z"
19096
19096
  ]
19097
19097
  }
19098
19098
  },
@@ -22265,7 +22265,7 @@
22265
22265
  "title": "Created At",
22266
22266
  "description": "Timestamp of campaign creation",
22267
22267
  "examples": [
22268
- "2025-11-14T00:00:00Z"
22268
+ "2025-11-15T00:00:00Z"
22269
22269
  ]
22270
22270
  },
22271
22271
  "updated_at": {
@@ -22274,7 +22274,7 @@
22274
22274
  "title": "Updated At",
22275
22275
  "description": "Timestamp of campaign update",
22276
22276
  "examples": [
22277
- "2025-11-14T00:00:00Z"
22277
+ "2025-11-15T00:00:00Z"
22278
22278
  ]
22279
22279
  },
22280
22280
  "last_updated_by": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syllable-sdk",
3
- "version": "1.0.12-rc.1",
3
+ "version": "1.0.12-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.12-rc.1",
64
+ sdkVersion: "1.0.12-rc.2",
65
65
  genVersion: "2.755.0",
66
- userAgent: "speakeasy-sdk/typescript 1.0.12-rc.1 2.755.0 0.0.2 syllable-sdk",
66
+ userAgent: "speakeasy-sdk/typescript 1.0.12-rc.2 2.755.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.12-rc.1",
22
+ currentVersion: "1.0.12-rc.2",
23
23
  },
24
24
  });
25
25
 
@@ -183,7 +183,7 @@ export function createMCPServer(deps: {
183
183
  }) {
184
184
  const server = new McpServer({
185
185
  name: "SyllableSDK",
186
- version: "1.0.12-rc.1",
186
+ version: "1.0.12-rc.2",
187
187
  });
188
188
 
189
189
  const client = new SyllableSDKCore({