syllable-sdk 1.0.7-rc.1 → 1.0.7-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.
@@ -123,9 +123,9 @@ const syllableSDK = new SyllableSDK({
123
123
 
124
124
  async function run() {
125
125
  const result = await syllableSDK.outbound.batches.create({
126
- batchId: "20251024.9",
126
+ batchId: "20251027.9",
127
127
  campaignId: 1,
128
- expiresOn: new Date("2025-10-25T00:00:00Z"),
128
+ expiresOn: new Date("2025-10-28T00:00:00Z"),
129
129
  paused: true,
130
130
  });
131
131
 
@@ -151,9 +151,9 @@ const syllableSDK = new SyllableSDKCore({
151
151
 
152
152
  async function run() {
153
153
  const res = await outboundBatchesCreate(syllableSDK, {
154
- batchId: "20251024.9",
154
+ batchId: "20251027.9",
155
155
  campaignId: 1,
156
- expiresOn: new Date("2025-10-25T00:00:00Z"),
156
+ expiresOn: new Date("2025-10-28T00:00:00Z"),
157
157
  paused: true,
158
158
  });
159
159
  if (res.ok) {
@@ -148,8 +148,8 @@ async function run() {
148
148
  "sheet_name": "Q1 Sales Data",
149
149
  },
150
150
  },
151
- startDatetime: new Date("2025-10-23T00:00:00Z"),
152
- endDatetime: new Date("2025-10-24T00:00:00Z"),
151
+ startDatetime: new Date("2025-10-26T00:00:00Z"),
152
+ endDatetime: new Date("2025-10-27T00:00:00Z"),
153
153
  });
154
154
 
155
155
  console.log(result);
@@ -200,8 +200,8 @@ async function run() {
200
200
  "sheet_name": "Q1 Sales Data",
201
201
  },
202
202
  },
203
- startDatetime: new Date("2025-10-23T00:00:00Z"),
204
- endDatetime: new Date("2025-10-24T00:00:00Z"),
203
+ startDatetime: new Date("2025-10-26T00:00:00Z"),
204
+ endDatetime: new Date("2025-10-27T00:00:00Z"),
205
205
  });
206
206
  if (res.ok) {
207
207
  const { value: result } = res;
@@ -352,8 +352,8 @@ async function run() {
352
352
  "sheet_name": "Q1 Sales Data",
353
353
  },
354
354
  },
355
- startDatetime: new Date("2025-10-23T00:00:00Z"),
356
- endDatetime: new Date("2025-10-24T00:00:00Z"),
355
+ startDatetime: new Date("2025-10-26T00:00:00Z"),
356
+ endDatetime: new Date("2025-10-27T00:00:00Z"),
357
357
  },
358
358
  });
359
359
 
@@ -407,8 +407,8 @@ async function run() {
407
407
  "sheet_name": "Q1 Sales Data",
408
408
  },
409
409
  },
410
- startDatetime: new Date("2025-10-23T00:00:00Z"),
411
- endDatetime: new Date("2025-10-24T00:00:00Z"),
410
+ startDatetime: new Date("2025-10-26T00:00:00Z"),
411
+ endDatetime: new Date("2025-10-27T00:00:00Z"),
412
412
  },
413
413
  });
414
414
  if (res.ok) {
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "syllable-sdk",
21
- "version": "1.0.7-rc.1",
21
+ "version": "1.0.7-rc.3",
22
22
  "dependencies": {
23
23
  "zod": "^3.25.0 || ^4.0.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "syllable-sdk",
5
- "version": "1.0.7-rc.1",
5
+ "version": "1.0.7-rc.3",
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.7-rc.1";
34
+ readonly sdkVersion: "1.0.7-rc.3";
35
35
  readonly genVersion: "2.730.5";
36
- readonly userAgent: "speakeasy-sdk/typescript 1.0.7-rc.1 2.730.5 0.0.2 syllable-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 1.0.7-rc.3 2.730.5 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.7-rc.1",
34
+ sdkVersion: "1.0.7-rc.3",
35
35
  genVersion: "2.730.5",
36
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.1 2.730.5 0.0.2 syllable-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.3 2.730.5 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.7-rc.1",
25
+ currentVersion: "1.0.7-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));
@@ -170,7 +170,7 @@ const voiceGroupsVoiceGroupsCreateVoiceSample_js_1 = require("./tools/voiceGroup
170
170
  function createMCPServer(deps) {
171
171
  const server = new mcp_js_1.McpServer({
172
172
  name: "SyllableSDK",
173
- version: "1.0.7-rc.1",
173
+ version: "1.0.7-rc.3",
174
174
  });
175
175
  const client = new core_js_1.SyllableSDKCore({
176
176
  apiKeyHeader: deps.apiKeyHeader,
@@ -3,6 +3,7 @@ import { ClosedEnum } from "../../types/enums.js";
3
3
  export declare const DirectoryMemberProperties: {
4
4
  readonly Id: "id";
5
5
  readonly Name: "name";
6
+ readonly NameExact: "name_exact";
6
7
  readonly Type: "type";
7
8
  readonly Extensions: "extensions";
8
9
  readonly ContactTags: "contact_tags";
@@ -22,6 +23,7 @@ export declare namespace DirectoryMemberProperties$ {
22
23
  const inboundSchema: z.ZodNativeEnum<{
23
24
  readonly Id: "id";
24
25
  readonly Name: "name";
26
+ readonly NameExact: "name_exact";
25
27
  readonly Type: "type";
26
28
  readonly Extensions: "extensions";
27
29
  readonly ContactTags: "contact_tags";
@@ -31,6 +33,7 @@ export declare namespace DirectoryMemberProperties$ {
31
33
  const outboundSchema: z.ZodNativeEnum<{
32
34
  readonly Id: "id";
33
35
  readonly Name: "name";
36
+ readonly NameExact: "name_exact";
34
37
  readonly Type: "type";
35
38
  readonly Extensions: "extensions";
36
39
  readonly ContactTags: "contact_tags";
@@ -1 +1 @@
1
- {"version":3,"file":"directorymemberproperties.d.ts","sourceRoot":"","sources":["../../src/models/components/directorymemberproperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,yBAAyB;;;;;;;CAO5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC;AAE5C;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa;;;;;;;MAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc;;;;;;;MAA2C,CAAC;CACxE"}
1
+ {"version":3,"file":"directorymemberproperties.d.ts","sourceRoot":"","sources":["../../src/models/components/directorymemberproperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,yBAAyB;;;;;;;;CAQ5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC;AAE5C;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IAC1C,yEAAyE;IAClE,MAAM,aAAa;;;;;;;;MAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc;;;;;;;;MAA2C,CAAC;CACxE"}
@@ -41,6 +41,7 @@ const z = __importStar(require("zod/v3"));
41
41
  exports.DirectoryMemberProperties = {
42
42
  Id: "id",
43
43
  Name: "name",
44
+ NameExact: "name_exact",
44
45
  Type: "type",
45
46
  Extensions: "extensions",
46
47
  ContactTags: "contact_tags",
@@ -1 +1 @@
1
- {"version":3,"file":"directorymemberproperties.js","sourceRoot":"","sources":["../../src/models/components/directorymemberproperties.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,yBAAyB,GAAG;IACvC,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;CACf,CAAC;AAKX,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,+CAAuC,CAAC;AAE5C;;;GAGG;AACH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AACzE,CAAC,EALgB,0BAA0B,0CAA1B,0BAA0B,QAK1C"}
1
+ {"version":3,"file":"directorymemberproperties.js","sourceRoot":"","sources":["../../src/models/components/directorymemberproperties.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,yBAAyB,GAAG;IACvC,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;CACf,CAAC;AAKX,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,+CAAuC,CAAC;AAE5C;;;GAGG;AACH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AACzE,CAAC,EALgB,0BAA0B,0CAA1B,0BAA0B,QAK1C"}
package/openapi.json CHANGED
@@ -13707,7 +13707,7 @@
13707
13707
  "title": "Batch Id",
13708
13708
  "description": "Unique ID for conversation batch",
13709
13709
  "examples": [
13710
- "20251024.9"
13710
+ "20251027.9"
13711
13711
  ]
13712
13712
  },
13713
13713
  "campaign_id": {
@@ -13731,7 +13731,7 @@
13731
13731
  "title": "Expires On",
13732
13732
  "description": "Timestamp of batch expiration",
13733
13733
  "examples": [
13734
- "2025-10-25T00:00:00Z"
13734
+ "2025-10-28T00:00:00Z"
13735
13735
  ]
13736
13736
  },
13737
13737
  "paused": {
@@ -13784,7 +13784,7 @@
13784
13784
  "title": "Created At",
13785
13785
  "description": "Timestamp of batch creation",
13786
13786
  "examples": [
13787
- "2025-10-24T00:00:00Z"
13787
+ "2025-10-27T00:00:00Z"
13788
13788
  ]
13789
13789
  },
13790
13790
  "deleted_at": {
@@ -13800,7 +13800,7 @@
13800
13800
  "title": "Deleted At",
13801
13801
  "description": "Timestamp of batch deletion",
13802
13802
  "examples": [
13803
- "2025-10-24T00:00:00Z"
13803
+ "2025-10-27T00:00:00Z"
13804
13804
  ]
13805
13805
  },
13806
13806
  "deleted_reason": {
@@ -13831,7 +13831,7 @@
13831
13831
  "title": "Last Updated At",
13832
13832
  "description": "Timestamp of last change to batch",
13833
13833
  "examples": [
13834
- "2025-10-24T00:00:00Z"
13834
+ "2025-10-27T00:00:00Z"
13835
13835
  ]
13836
13836
  },
13837
13837
  "last_updated_by": {
@@ -14587,7 +14587,7 @@
14587
14587
  "title": "Batch Id",
14588
14588
  "description": "Unique ID for conversation batch",
14589
14589
  "examples": [
14590
- "20251024.9"
14590
+ "20251027.9"
14591
14591
  ]
14592
14592
  },
14593
14593
  "campaign_id": {
@@ -14611,7 +14611,7 @@
14611
14611
  "title": "Expires On",
14612
14612
  "description": "Timestamp of batch expiration",
14613
14613
  "examples": [
14614
- "2025-10-25T00:00:00Z"
14614
+ "2025-10-28T00:00:00Z"
14615
14615
  ]
14616
14616
  },
14617
14617
  "paused": {
@@ -14664,7 +14664,7 @@
14664
14664
  "title": "Created At",
14665
14665
  "description": "Timestamp of batch creation",
14666
14666
  "examples": [
14667
- "2025-10-24T00:00:00Z"
14667
+ "2025-10-27T00:00:00Z"
14668
14668
  ]
14669
14669
  },
14670
14670
  "deleted_at": {
@@ -14680,7 +14680,7 @@
14680
14680
  "title": "Deleted At",
14681
14681
  "description": "Timestamp of batch deletion",
14682
14682
  "examples": [
14683
- "2025-10-24T00:00:00Z"
14683
+ "2025-10-27T00:00:00Z"
14684
14684
  ]
14685
14685
  },
14686
14686
  "deleted_reason": {
@@ -14711,7 +14711,7 @@
14711
14711
  "title": "Last Updated At",
14712
14712
  "description": "Timestamp of last change to batch",
14713
14713
  "examples": [
14714
- "2025-10-24T00:00:00Z"
14714
+ "2025-10-27T00:00:00Z"
14715
14715
  ]
14716
14716
  },
14717
14717
  "last_updated_by": {
@@ -14754,7 +14754,7 @@
14754
14754
  "title": "Batch Id",
14755
14755
  "description": "Unique ID for conversation batch",
14756
14756
  "examples": [
14757
- "20251024.9"
14757
+ "20251027.9"
14758
14758
  ]
14759
14759
  },
14760
14760
  "campaign_id": {
@@ -14778,7 +14778,7 @@
14778
14778
  "title": "Expires On",
14779
14779
  "description": "Timestamp of batch expiration",
14780
14780
  "examples": [
14781
- "2025-10-25T00:00:00Z"
14781
+ "2025-10-28T00:00:00Z"
14782
14782
  ]
14783
14783
  },
14784
14784
  "paused": {
@@ -14927,7 +14927,7 @@
14927
14927
  "title": "Created At",
14928
14928
  "description": "Timestamp of request creation",
14929
14929
  "examples": [
14930
- "2025-10-23T00:00:00Z"
14930
+ "2025-10-26T00:00:00Z"
14931
14931
  ]
14932
14932
  },
14933
14933
  "sent_at": {
@@ -14943,7 +14943,7 @@
14943
14943
  "title": "Sent At",
14944
14944
  "description": "Timestamp at which request was sent",
14945
14945
  "examples": [
14946
- "2025-10-24T00:00:00Z"
14946
+ "2025-10-27T00:00:00Z"
14947
14947
  ]
14948
14948
  },
14949
14949
  "attempt_count": {
@@ -16668,6 +16668,7 @@
16668
16668
  "enum": [
16669
16669
  "id",
16670
16670
  "name",
16671
+ "name_exact",
16671
16672
  "type",
16672
16673
  "extensions",
16673
16674
  "contact_tags",
@@ -16884,7 +16885,7 @@
16884
16885
  "title": "Created At",
16885
16886
  "description": "Timestamp at which insight upload folder was created",
16886
16887
  "examples": [
16887
- "2025-10-23T00:00:00Z"
16888
+ "2025-10-26T00:00:00Z"
16888
16889
  ]
16889
16890
  },
16890
16891
  "updated_at": {
@@ -16893,7 +16894,7 @@
16893
16894
  "title": "Updated At",
16894
16895
  "description": "Timestamp at which insight upload folder was last updated",
16895
16896
  "examples": [
16896
- "2025-10-24T00:00:00Z"
16897
+ "2025-10-27T00:00:00Z"
16897
16898
  ]
16898
16899
  },
16899
16900
  "last_updated_by": {
@@ -17579,7 +17580,7 @@
17579
17580
  "title": "Created At",
17580
17581
  "description": "Timestamp of at which insight tool configuration was created",
17581
17582
  "examples": [
17582
- "2025-10-23T00:00:00Z"
17583
+ "2025-10-26T00:00:00Z"
17583
17584
  ]
17584
17585
  },
17585
17586
  "updated_at": {
@@ -17588,7 +17589,7 @@
17588
17589
  "title": "Updated At",
17589
17590
  "description": "Timestamp at which insight tool configuration was last updated",
17590
17591
  "examples": [
17591
- "2025-10-24T00:00:00Z"
17592
+ "2025-10-27T00:00:00Z"
17592
17593
  ]
17593
17594
  },
17594
17595
  "last_updated_by": {
@@ -17969,7 +17970,7 @@
17969
17970
  "title": "Start Datetime",
17970
17971
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
17971
17972
  "examples": [
17972
- "2025-10-23T00:00:00Z"
17973
+ "2025-10-26T00:00:00Z"
17973
17974
  ]
17974
17975
  },
17975
17976
  "end_datetime": {
@@ -17985,7 +17986,7 @@
17985
17986
  "title": "End Datetime",
17986
17987
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
17987
17988
  "examples": [
17988
- "2025-10-24T00:00:00Z"
17989
+ "2025-10-27T00:00:00Z"
17989
17990
  ]
17990
17991
  }
17991
17992
  },
@@ -18060,7 +18061,7 @@
18060
18061
  "title": "Start Datetime",
18061
18062
  "description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
18062
18063
  "examples": [
18063
- "2025-10-23T00:00:00Z"
18064
+ "2025-10-26T00:00:00Z"
18064
18065
  ]
18065
18066
  },
18066
18067
  "end_datetime": {
@@ -18076,7 +18077,7 @@
18076
18077
  "title": "End Datetime",
18077
18078
  "description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
18078
18079
  "examples": [
18079
- "2025-10-24T00:00:00Z"
18080
+ "2025-10-27T00:00:00Z"
18080
18081
  ]
18081
18082
  },
18082
18083
  "id": {
@@ -18129,7 +18130,7 @@
18129
18130
  "title": "Created At",
18130
18131
  "description": "Timestamp at which the insight workflow was created",
18131
18132
  "examples": [
18132
- "2025-10-23T00:00:00Z"
18133
+ "2025-10-26T00:00:00Z"
18133
18134
  ]
18134
18135
  },
18135
18136
  "updated_at": {
@@ -18138,7 +18139,7 @@
18138
18139
  "title": "Updated At",
18139
18140
  "description": "Timestamp of most recent update to the insight workflow",
18140
18141
  "examples": [
18141
- "2025-10-24T00:00:00Z"
18142
+ "2025-10-27T00:00:00Z"
18142
18143
  ]
18143
18144
  },
18144
18145
  "last_updated_by": {
@@ -18234,7 +18235,7 @@
18234
18235
  "title": "Created At",
18235
18236
  "description": "Timestamp at which insight upload folder was created",
18236
18237
  "examples": [
18237
- "2025-10-23T00:00:00Z"
18238
+ "2025-10-26T00:00:00Z"
18238
18239
  ]
18239
18240
  },
18240
18241
  "updated_at": {
@@ -18243,7 +18244,7 @@
18243
18244
  "title": "Updated At",
18244
18245
  "description": "Timestamp at which insight upload folder was last updated",
18245
18246
  "examples": [
18246
- "2025-10-24T00:00:00Z"
18247
+ "2025-10-27T00:00:00Z"
18247
18248
  ]
18248
18249
  },
18249
18250
  "last_updated_by": {
@@ -18478,7 +18479,7 @@
18478
18479
  "title": "Created At",
18479
18480
  "description": "Timestamp at which insight tool result was created",
18480
18481
  "examples": [
18481
- "2025-10-23T00:00:00Z"
18482
+ "2025-10-26T00:00:00Z"
18482
18483
  ]
18483
18484
  },
18484
18485
  "updated_at": {
@@ -18487,7 +18488,7 @@
18487
18488
  "title": "Updated At",
18488
18489
  "description": "Timestamp at which insight tool result was last updated",
18489
18490
  "examples": [
18490
- "2025-10-24T00:00:00Z"
18491
+ "2025-10-27T00:00:00Z"
18491
18492
  ]
18492
18493
  },
18493
18494
  "upload_file_metadata": {
@@ -18632,7 +18633,7 @@
18632
18633
  "title": "Start Time",
18633
18634
  "description": "Start time of the uploaded file",
18634
18635
  "examples": [
18635
- "2025-10-23T00:00:00Z"
18636
+ "2025-10-26T00:00:00Z"
18636
18637
  ]
18637
18638
  },
18638
18639
  "end_time": {
@@ -18648,7 +18649,7 @@
18648
18649
  "title": "End Time",
18649
18650
  "description": "End time of the uploaded file",
18650
18651
  "examples": [
18651
- "2025-10-24T00:00:00Z"
18652
+ "2025-10-27T00:00:00Z"
18652
18653
  ]
18653
18654
  },
18654
18655
  "error_message": {
@@ -18703,7 +18704,7 @@
18703
18704
  "title": "Created At",
18704
18705
  "description": "Timestamp at which insight upload file was created",
18705
18706
  "examples": [
18706
- "2025-10-23T00:00:00Z"
18707
+ "2025-10-26T00:00:00Z"
18707
18708
  ]
18708
18709
  }
18709
18710
  },
@@ -21876,7 +21877,7 @@
21876
21877
  "title": "Created At",
21877
21878
  "description": "Timestamp of campaign creation",
21878
21879
  "examples": [
21879
- "2025-10-24T00:00:00Z"
21880
+ "2025-10-27T00:00:00Z"
21880
21881
  ]
21881
21882
  },
21882
21883
  "updated_at": {
@@ -21885,7 +21886,7 @@
21885
21886
  "title": "Updated At",
21886
21887
  "description": "Timestamp of campaign update",
21887
21888
  "examples": [
21888
- "2025-10-24T00:00:00Z"
21889
+ "2025-10-27T00:00:00Z"
21889
21890
  ]
21890
21891
  },
21891
21892
  "last_updated_by": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syllable-sdk",
3
- "version": "1.0.7-rc.1",
3
+ "version": "1.0.7-rc.3",
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.7-rc.1",
64
+ sdkVersion: "1.0.7-rc.3",
65
65
  genVersion: "2.730.5",
66
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.1 2.730.5 0.0.2 syllable-sdk",
66
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.3 2.730.5 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.7-rc.1",
22
+ currentVersion: "1.0.7-rc.3",
23
23
  },
24
24
  });
25
25
 
@@ -182,7 +182,7 @@ export function createMCPServer(deps: {
182
182
  }) {
183
183
  const server = new McpServer({
184
184
  name: "SyllableSDK",
185
- version: "1.0.7-rc.1",
185
+ version: "1.0.7-rc.3",
186
186
  });
187
187
 
188
188
  const client = new SyllableSDKCore({
@@ -8,6 +8,7 @@ import { ClosedEnum } from "../../types/enums.js";
8
8
  export const DirectoryMemberProperties = {
9
9
  Id: "id",
10
10
  Name: "name",
11
+ NameExact: "name_exact",
11
12
  Type: "type",
12
13
  Extensions: "extensions",
13
14
  ContactTags: "contact_tags",