syllable-sdk 1.0.2-rc.1 → 1.0.2-rc.11
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/README.md +2 -0
- package/bin/mcp-server.js +269 -142
- package/bin/mcp-server.js.map +26 -23
- package/docs/sdks/batches/README.md +4 -4
- package/docs/sdks/campaigns/README.md +24 -0
- package/docs/sdks/incidents/README.md +0 -8
- package/docs/sdks/prompts/README.md +4 -2
- package/docs/sdks/pronunciations/README.md +74 -5
- package/docs/sdks/workflows/README.md +8 -8
- package/examples/package-lock.json +1 -1
- package/funcs/pronunciationsPronunciationsDeleteCsv.d.ts +13 -0
- package/funcs/pronunciationsPronunciationsDeleteCsv.d.ts.map +1 -0
- package/funcs/pronunciationsPronunciationsDeleteCsv.js +101 -0
- package/funcs/pronunciationsPronunciationsDeleteCsv.js.map +1 -0
- package/funcs/pronunciationsPronunciationsDownloadCsv.d.ts +2 -1
- package/funcs/pronunciationsPronunciationsDownloadCsv.d.ts.map +1 -1
- package/funcs/pronunciationsPronunciationsDownloadCsv.js +10 -3
- package/funcs/pronunciationsPronunciationsDownloadCsv.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +3 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/pronunciationsPronunciationsDeleteCsv.d.ts +3 -0
- package/mcp-server/tools/pronunciationsPronunciationsDeleteCsv.d.ts.map +1 -0
- package/mcp-server/tools/pronunciationsPronunciationsDeleteCsv.js +23 -0
- package/mcp-server/tools/pronunciationsPronunciationsDeleteCsv.js.map +1 -0
- package/mcp-server/tools/pronunciationsPronunciationsDownloadCsv.d.ts.map +1 -1
- package/mcp-server/tools/pronunciationsPronunciationsDownloadCsv.js +2 -1
- package/mcp-server/tools/pronunciationsPronunciationsDownloadCsv.js.map +1 -1
- package/models/components/campaignproperties.d.ts +3 -0
- package/models/components/campaignproperties.d.ts.map +1 -1
- package/models/components/campaignproperties.js +1 -0
- package/models/components/campaignproperties.js.map +1 -1
- package/models/components/dictionarymetadata.d.ts +2 -2
- package/models/components/dictionarymetadata.d.ts.map +1 -1
- package/models/components/dictionarymetadata.js +2 -2
- package/models/components/dictionarymetadata.js.map +1 -1
- package/models/components/incidentcreaterequest.d.ts +3 -1
- package/models/components/incidentcreaterequest.d.ts.map +1 -1
- package/models/components/incidentcreaterequest.js.map +1 -1
- package/models/components/incidentresponse.d.ts +3 -1
- package/models/components/incidentresponse.d.ts.map +1 -1
- package/models/components/incidentresponse.js.map +1 -1
- package/models/components/incidentupdaterequest.d.ts +3 -11
- package/models/components/incidentupdaterequest.d.ts.map +1 -1
- package/models/components/incidentupdaterequest.js +0 -8
- package/models/components/incidentupdaterequest.js.map +1 -1
- package/models/components/matchtype.d.ts +3 -0
- package/models/components/matchtype.d.ts.map +1 -1
- package/models/components/matchtype.js +1 -0
- package/models/components/matchtype.js.map +1 -1
- package/models/components/outboundcampaign.d.ts +9 -0
- package/models/components/outboundcampaign.d.ts.map +1 -1
- package/models/components/outboundcampaign.js +4 -0
- package/models/components/outboundcampaign.js.map +1 -1
- package/models/components/outboundcampaigninput.d.ts +9 -0
- package/models/components/outboundcampaigninput.d.ts.map +1 -1
- package/models/components/outboundcampaigninput.js +4 -0
- package/models/components/outboundcampaigninput.js.map +1 -1
- package/models/components/promptcreaterequest.d.ts +5 -0
- package/models/components/promptcreaterequest.d.ts.map +1 -1
- package/models/components/promptcreaterequest.js +4 -0
- package/models/components/promptcreaterequest.js.map +1 -1
- package/models/components/promptresponse.d.ts +5 -5
- package/models/components/promptresponse.d.ts.map +1 -1
- package/models/components/promptresponse.js +2 -2
- package/models/components/promptresponse.js.map +1 -1
- package/models/components/promptupdaterequest.d.ts +5 -5
- package/models/components/promptupdaterequest.d.ts.map +1 -1
- package/models/components/promptupdaterequest.js +2 -2
- package/models/components/promptupdaterequest.js.map +1 -1
- package/models/components/pronunciationoverride.d.ts +8 -29
- package/models/components/pronunciationoverride.d.ts.map +1 -1
- package/models/components/pronunciationoverride.js +9 -32
- package/models/components/pronunciationoverride.js.map +1 -1
- package/models/components/pronunciationscsvuploadresponse.d.ts +6 -6
- package/models/components/pronunciationscsvuploadresponse.d.ts.map +1 -1
- package/models/components/pronunciationscsvuploadresponse.js +6 -6
- package/models/components/pronunciationscsvuploadresponse.js.map +1 -1
- package/models/components/voicesamplecreaterequest.d.ts +10 -0
- package/models/components/voicesamplecreaterequest.d.ts.map +1 -1
- package/models/components/voicesamplecreaterequest.js +6 -0
- package/models/components/voicesamplecreaterequest.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/pronunciationsdownloadcsv.d.ts +35 -0
- package/models/operations/pronunciationsdownloadcsv.d.ts.map +1 -0
- package/models/operations/pronunciationsdownloadcsv.js +82 -0
- package/models/operations/pronunciationsdownloadcsv.js.map +1 -0
- package/openapi.json +202 -164
- package/package.json +1 -1
- package/sdk/pronunciations.d.ts +6 -1
- package/sdk/pronunciations.d.ts.map +1 -1
- package/sdk/pronunciations.js +7 -0
- package/sdk/pronunciations.js.map +1 -1
- package/src/funcs/pronunciationsPronunciationsDeleteCsv.ts +139 -0
- package/src/funcs/pronunciationsPronunciationsDownloadCsv.ts +15 -7
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/pronunciationsPronunciationsDeleteCsv.ts +26 -0
- package/src/mcp-server/tools/pronunciationsPronunciationsDownloadCsv.ts +3 -1
- package/src/models/components/campaignproperties.ts +1 -0
- package/src/models/components/dictionarymetadata.ts +4 -4
- package/src/models/components/incidentcreaterequest.ts +3 -1
- package/src/models/components/incidentresponse.ts +3 -1
- package/src/models/components/incidentupdaterequest.ts +3 -23
- package/src/models/components/matchtype.ts +1 -0
- package/src/models/components/outboundcampaign.ts +9 -0
- package/src/models/components/outboundcampaigninput.ts +9 -0
- package/src/models/components/promptcreaterequest.ts +9 -0
- package/src/models/components/promptresponse.ts +7 -7
- package/src/models/components/promptupdaterequest.ts +7 -7
- package/src/models/components/pronunciationoverride.ts +16 -62
- package/src/models/components/pronunciationscsvuploadresponse.ts +12 -12
- package/src/models/components/voicesamplecreaterequest.ts +16 -0
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/pronunciationsdownloadcsv.ts +84 -0
- package/src/sdk/pronunciations.ts +15 -1
package/openapi.json
CHANGED
|
@@ -5614,7 +5614,22 @@
|
|
|
5614
5614
|
"operationId": "pronunciations_download_csv",
|
|
5615
5615
|
"responses": {
|
|
5616
5616
|
"200": {
|
|
5617
|
-
"description": "
|
|
5617
|
+
"description": "CSV download",
|
|
5618
|
+
"headers": {
|
|
5619
|
+
"Content-Disposition": {
|
|
5620
|
+
"schema": {
|
|
5621
|
+
"type": "string"
|
|
5622
|
+
}
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
"content": {
|
|
5626
|
+
"text/csv": {
|
|
5627
|
+
"schema": {
|
|
5628
|
+
"type": "string",
|
|
5629
|
+
"format": "binary"
|
|
5630
|
+
}
|
|
5631
|
+
}
|
|
5632
|
+
}
|
|
5618
5633
|
}
|
|
5619
5634
|
},
|
|
5620
5635
|
"security": [
|
|
@@ -5666,6 +5681,23 @@
|
|
|
5666
5681
|
"APIKeyHeader": []
|
|
5667
5682
|
}
|
|
5668
5683
|
]
|
|
5684
|
+
},
|
|
5685
|
+
"delete": {
|
|
5686
|
+
"tags": [
|
|
5687
|
+
"pronunciations"
|
|
5688
|
+
],
|
|
5689
|
+
"summary": "Delete Pronunciations Dictionary",
|
|
5690
|
+
"operationId": "pronunciations_delete_csv",
|
|
5691
|
+
"responses": {
|
|
5692
|
+
"204": {
|
|
5693
|
+
"description": "Successful Response"
|
|
5694
|
+
}
|
|
5695
|
+
},
|
|
5696
|
+
"security": [
|
|
5697
|
+
{
|
|
5698
|
+
"APIKeyHeader": []
|
|
5699
|
+
}
|
|
5700
|
+
]
|
|
5669
5701
|
}
|
|
5670
5702
|
},
|
|
5671
5703
|
"/api/v1/roles/": {
|
|
@@ -13155,7 +13187,7 @@
|
|
|
13155
13187
|
"title": "Batch Id",
|
|
13156
13188
|
"description": "Unique ID for conversation batch",
|
|
13157
13189
|
"examples": [
|
|
13158
|
-
"
|
|
13190
|
+
"20251013.9"
|
|
13159
13191
|
]
|
|
13160
13192
|
},
|
|
13161
13193
|
"campaign_id": {
|
|
@@ -13179,7 +13211,7 @@
|
|
|
13179
13211
|
"title": "Expires On",
|
|
13180
13212
|
"description": "Timestamp of batch expiration",
|
|
13181
13213
|
"examples": [
|
|
13182
|
-
"2025-10-
|
|
13214
|
+
"2025-10-14T00:00:00Z"
|
|
13183
13215
|
]
|
|
13184
13216
|
},
|
|
13185
13217
|
"paused": {
|
|
@@ -13232,7 +13264,7 @@
|
|
|
13232
13264
|
"title": "Created At",
|
|
13233
13265
|
"description": "Timestamp of batch creation",
|
|
13234
13266
|
"examples": [
|
|
13235
|
-
"2025-10-
|
|
13267
|
+
"2025-10-13T00:00:00Z"
|
|
13236
13268
|
]
|
|
13237
13269
|
},
|
|
13238
13270
|
"deleted_at": {
|
|
@@ -13248,7 +13280,7 @@
|
|
|
13248
13280
|
"title": "Deleted At",
|
|
13249
13281
|
"description": "Timestamp of batch deletion",
|
|
13250
13282
|
"examples": [
|
|
13251
|
-
"2025-10-
|
|
13283
|
+
"2025-10-13T00:00:00Z"
|
|
13252
13284
|
]
|
|
13253
13285
|
},
|
|
13254
13286
|
"deleted_reason": {
|
|
@@ -13279,7 +13311,7 @@
|
|
|
13279
13311
|
"title": "Last Updated At",
|
|
13280
13312
|
"description": "Timestamp of last change to batch",
|
|
13281
13313
|
"examples": [
|
|
13282
|
-
"2025-10-
|
|
13314
|
+
"2025-10-13T00:00:00Z"
|
|
13283
13315
|
]
|
|
13284
13316
|
},
|
|
13285
13317
|
"last_updated_by": {
|
|
@@ -13618,7 +13650,8 @@
|
|
|
13618
13650
|
"caller_id",
|
|
13619
13651
|
"updated_at",
|
|
13620
13652
|
"label",
|
|
13621
|
-
"labels"
|
|
13653
|
+
"labels",
|
|
13654
|
+
"voicemail_detection"
|
|
13622
13655
|
],
|
|
13623
13656
|
"title": "CampaignProperties"
|
|
13624
13657
|
},
|
|
@@ -14033,7 +14066,7 @@
|
|
|
14033
14066
|
"title": "Batch Id",
|
|
14034
14067
|
"description": "Unique ID for conversation batch",
|
|
14035
14068
|
"examples": [
|
|
14036
|
-
"
|
|
14069
|
+
"20251013.9"
|
|
14037
14070
|
]
|
|
14038
14071
|
},
|
|
14039
14072
|
"campaign_id": {
|
|
@@ -14057,7 +14090,7 @@
|
|
|
14057
14090
|
"title": "Expires On",
|
|
14058
14091
|
"description": "Timestamp of batch expiration",
|
|
14059
14092
|
"examples": [
|
|
14060
|
-
"2025-10-
|
|
14093
|
+
"2025-10-14T00:00:00Z"
|
|
14061
14094
|
]
|
|
14062
14095
|
},
|
|
14063
14096
|
"paused": {
|
|
@@ -14110,7 +14143,7 @@
|
|
|
14110
14143
|
"title": "Created At",
|
|
14111
14144
|
"description": "Timestamp of batch creation",
|
|
14112
14145
|
"examples": [
|
|
14113
|
-
"2025-10-
|
|
14146
|
+
"2025-10-13T00:00:00Z"
|
|
14114
14147
|
]
|
|
14115
14148
|
},
|
|
14116
14149
|
"deleted_at": {
|
|
@@ -14126,7 +14159,7 @@
|
|
|
14126
14159
|
"title": "Deleted At",
|
|
14127
14160
|
"description": "Timestamp of batch deletion",
|
|
14128
14161
|
"examples": [
|
|
14129
|
-
"2025-10-
|
|
14162
|
+
"2025-10-13T00:00:00Z"
|
|
14130
14163
|
]
|
|
14131
14164
|
},
|
|
14132
14165
|
"deleted_reason": {
|
|
@@ -14157,7 +14190,7 @@
|
|
|
14157
14190
|
"title": "Last Updated At",
|
|
14158
14191
|
"description": "Timestamp of last change to batch",
|
|
14159
14192
|
"examples": [
|
|
14160
|
-
"2025-10-
|
|
14193
|
+
"2025-10-13T00:00:00Z"
|
|
14161
14194
|
]
|
|
14162
14195
|
},
|
|
14163
14196
|
"last_updated_by": {
|
|
@@ -14200,7 +14233,7 @@
|
|
|
14200
14233
|
"title": "Batch Id",
|
|
14201
14234
|
"description": "Unique ID for conversation batch",
|
|
14202
14235
|
"examples": [
|
|
14203
|
-
"
|
|
14236
|
+
"20251013.9"
|
|
14204
14237
|
]
|
|
14205
14238
|
},
|
|
14206
14239
|
"campaign_id": {
|
|
@@ -14224,7 +14257,7 @@
|
|
|
14224
14257
|
"title": "Expires On",
|
|
14225
14258
|
"description": "Timestamp of batch expiration",
|
|
14226
14259
|
"examples": [
|
|
14227
|
-
"2025-10-
|
|
14260
|
+
"2025-10-14T00:00:00Z"
|
|
14228
14261
|
]
|
|
14229
14262
|
},
|
|
14230
14263
|
"paused": {
|
|
@@ -14373,7 +14406,7 @@
|
|
|
14373
14406
|
"title": "Created At",
|
|
14374
14407
|
"description": "Timestamp of request creation",
|
|
14375
14408
|
"examples": [
|
|
14376
|
-
"2025-10-
|
|
14409
|
+
"2025-10-12T00:00:00Z"
|
|
14377
14410
|
]
|
|
14378
14411
|
},
|
|
14379
14412
|
"sent_at": {
|
|
@@ -14389,7 +14422,7 @@
|
|
|
14389
14422
|
"title": "Sent At",
|
|
14390
14423
|
"description": "Timestamp at which request was sent",
|
|
14391
14424
|
"examples": [
|
|
14392
|
-
"2025-10-
|
|
14425
|
+
"2025-10-13T00:00:00Z"
|
|
14393
14426
|
]
|
|
14394
14427
|
},
|
|
14395
14428
|
"attempt_count": {
|
|
@@ -15859,15 +15892,9 @@
|
|
|
15859
15892
|
"title": "Hash"
|
|
15860
15893
|
},
|
|
15861
15894
|
"source": {
|
|
15862
|
-
"
|
|
15863
|
-
|
|
15864
|
-
|
|
15865
|
-
},
|
|
15866
|
-
{
|
|
15867
|
-
"type": "null"
|
|
15868
|
-
}
|
|
15869
|
-
],
|
|
15870
|
-
"title": "Source"
|
|
15895
|
+
"type": "string",
|
|
15896
|
+
"title": "Source",
|
|
15897
|
+
"default": ""
|
|
15871
15898
|
}
|
|
15872
15899
|
},
|
|
15873
15900
|
"additionalProperties": false,
|
|
@@ -16336,7 +16363,7 @@
|
|
|
16336
16363
|
"title": "Created At",
|
|
16337
16364
|
"description": "Timestamp at which insight upload folder was created",
|
|
16338
16365
|
"examples": [
|
|
16339
|
-
"2025-10-
|
|
16366
|
+
"2025-10-12T00:00:00Z"
|
|
16340
16367
|
]
|
|
16341
16368
|
},
|
|
16342
16369
|
"updated_at": {
|
|
@@ -16345,7 +16372,7 @@
|
|
|
16345
16372
|
"title": "Updated At",
|
|
16346
16373
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
16347
16374
|
"examples": [
|
|
16348
|
-
"2025-10-
|
|
16375
|
+
"2025-10-13T00:00:00Z"
|
|
16349
16376
|
]
|
|
16350
16377
|
},
|
|
16351
16378
|
"last_updated_by": {
|
|
@@ -16497,7 +16524,8 @@
|
|
|
16497
16524
|
}
|
|
16498
16525
|
],
|
|
16499
16526
|
"title": "Sub Organization",
|
|
16500
|
-
"description": "The name of the sub-organization",
|
|
16527
|
+
"description": "The name of the sub-organization (DEPRECATED)",
|
|
16528
|
+
"deprecated": true,
|
|
16501
16529
|
"examples": [
|
|
16502
16530
|
"SubOrg A"
|
|
16503
16531
|
]
|
|
@@ -16649,7 +16677,8 @@
|
|
|
16649
16677
|
}
|
|
16650
16678
|
],
|
|
16651
16679
|
"title": "Sub Organization",
|
|
16652
|
-
"description": "The name of the sub-organization",
|
|
16680
|
+
"description": "The name of the sub-organization (DEPRECATED)",
|
|
16681
|
+
"deprecated": true,
|
|
16653
16682
|
"examples": [
|
|
16654
16683
|
"SubOrg A"
|
|
16655
16684
|
]
|
|
@@ -16816,7 +16845,8 @@
|
|
|
16816
16845
|
}
|
|
16817
16846
|
],
|
|
16818
16847
|
"title": "Sub Organization",
|
|
16819
|
-
"description": "The name of the sub-organization",
|
|
16848
|
+
"description": "The name of the sub-organization (DEPRECATED)",
|
|
16849
|
+
"deprecated": true,
|
|
16820
16850
|
"examples": [
|
|
16821
16851
|
"SubOrg A"
|
|
16822
16852
|
]
|
|
@@ -16828,38 +16858,6 @@
|
|
|
16828
16858
|
"examples": [
|
|
16829
16859
|
1
|
|
16830
16860
|
]
|
|
16831
|
-
},
|
|
16832
|
-
"created_at": {
|
|
16833
|
-
"anyOf": [
|
|
16834
|
-
{
|
|
16835
|
-
"type": "string",
|
|
16836
|
-
"format": "date-time"
|
|
16837
|
-
},
|
|
16838
|
-
{
|
|
16839
|
-
"type": "null"
|
|
16840
|
-
}
|
|
16841
|
-
],
|
|
16842
|
-
"title": "Created At",
|
|
16843
|
-
"description": "Creation time of the incident",
|
|
16844
|
-
"examples": [
|
|
16845
|
-
"2023-10-01T08:00:00Z"
|
|
16846
|
-
]
|
|
16847
|
-
},
|
|
16848
|
-
"updated_at": {
|
|
16849
|
-
"anyOf": [
|
|
16850
|
-
{
|
|
16851
|
-
"type": "string",
|
|
16852
|
-
"format": "date-time"
|
|
16853
|
-
},
|
|
16854
|
-
{
|
|
16855
|
-
"type": "null"
|
|
16856
|
-
}
|
|
16857
|
-
],
|
|
16858
|
-
"title": "Updated At",
|
|
16859
|
-
"description": "Last update time of the incident",
|
|
16860
|
-
"examples": [
|
|
16861
|
-
"2023-10-01T08:00:00Z"
|
|
16862
|
-
]
|
|
16863
16861
|
}
|
|
16864
16862
|
},
|
|
16865
16863
|
"type": "object",
|
|
@@ -17060,7 +17058,7 @@
|
|
|
17060
17058
|
"title": "Created At",
|
|
17061
17059
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
17062
17060
|
"examples": [
|
|
17063
|
-
"2025-10-
|
|
17061
|
+
"2025-10-12T00:00:00Z"
|
|
17064
17062
|
]
|
|
17065
17063
|
},
|
|
17066
17064
|
"updated_at": {
|
|
@@ -17069,7 +17067,7 @@
|
|
|
17069
17067
|
"title": "Updated At",
|
|
17070
17068
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
17071
17069
|
"examples": [
|
|
17072
|
-
"2025-10-
|
|
17070
|
+
"2025-10-13T00:00:00Z"
|
|
17073
17071
|
]
|
|
17074
17072
|
},
|
|
17075
17073
|
"last_updated_by": {
|
|
@@ -17450,7 +17448,7 @@
|
|
|
17450
17448
|
"title": "Start Datetime",
|
|
17451
17449
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
17452
17450
|
"examples": [
|
|
17453
|
-
"2025-10-
|
|
17451
|
+
"2025-10-12T00:00:00Z"
|
|
17454
17452
|
]
|
|
17455
17453
|
},
|
|
17456
17454
|
"end_datetime": {
|
|
@@ -17466,7 +17464,7 @@
|
|
|
17466
17464
|
"title": "End Datetime",
|
|
17467
17465
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
17468
17466
|
"examples": [
|
|
17469
|
-
"2025-10-
|
|
17467
|
+
"2025-10-13T00:00:00Z"
|
|
17470
17468
|
]
|
|
17471
17469
|
}
|
|
17472
17470
|
},
|
|
@@ -17541,7 +17539,7 @@
|
|
|
17541
17539
|
"title": "Start Datetime",
|
|
17542
17540
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
17543
17541
|
"examples": [
|
|
17544
|
-
"2025-10-
|
|
17542
|
+
"2025-10-12T00:00:00Z"
|
|
17545
17543
|
]
|
|
17546
17544
|
},
|
|
17547
17545
|
"end_datetime": {
|
|
@@ -17557,7 +17555,7 @@
|
|
|
17557
17555
|
"title": "End Datetime",
|
|
17558
17556
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
17559
17557
|
"examples": [
|
|
17560
|
-
"2025-10-
|
|
17558
|
+
"2025-10-13T00:00:00Z"
|
|
17561
17559
|
]
|
|
17562
17560
|
},
|
|
17563
17561
|
"id": {
|
|
@@ -17610,7 +17608,7 @@
|
|
|
17610
17608
|
"title": "Created At",
|
|
17611
17609
|
"description": "Timestamp at which the insight workflow was created",
|
|
17612
17610
|
"examples": [
|
|
17613
|
-
"2025-10-
|
|
17611
|
+
"2025-10-12T00:00:00Z"
|
|
17614
17612
|
]
|
|
17615
17613
|
},
|
|
17616
17614
|
"updated_at": {
|
|
@@ -17619,7 +17617,7 @@
|
|
|
17619
17617
|
"title": "Updated At",
|
|
17620
17618
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
17621
17619
|
"examples": [
|
|
17622
|
-
"2025-10-
|
|
17620
|
+
"2025-10-13T00:00:00Z"
|
|
17623
17621
|
]
|
|
17624
17622
|
},
|
|
17625
17623
|
"last_updated_by": {
|
|
@@ -17715,7 +17713,7 @@
|
|
|
17715
17713
|
"title": "Created At",
|
|
17716
17714
|
"description": "Timestamp at which insight upload folder was created",
|
|
17717
17715
|
"examples": [
|
|
17718
|
-
"2025-10-
|
|
17716
|
+
"2025-10-12T00:00:00Z"
|
|
17719
17717
|
]
|
|
17720
17718
|
},
|
|
17721
17719
|
"updated_at": {
|
|
@@ -17724,7 +17722,7 @@
|
|
|
17724
17722
|
"title": "Updated At",
|
|
17725
17723
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
17726
17724
|
"examples": [
|
|
17727
|
-
"2025-10-
|
|
17725
|
+
"2025-10-13T00:00:00Z"
|
|
17728
17726
|
]
|
|
17729
17727
|
},
|
|
17730
17728
|
"last_updated_by": {
|
|
@@ -17959,7 +17957,7 @@
|
|
|
17959
17957
|
"title": "Created At",
|
|
17960
17958
|
"description": "Timestamp at which insight tool result was created",
|
|
17961
17959
|
"examples": [
|
|
17962
|
-
"2025-10-
|
|
17960
|
+
"2025-10-12T00:00:00Z"
|
|
17963
17961
|
]
|
|
17964
17962
|
},
|
|
17965
17963
|
"updated_at": {
|
|
@@ -17968,7 +17966,7 @@
|
|
|
17968
17966
|
"title": "Updated At",
|
|
17969
17967
|
"description": "Timestamp at which insight tool result was last updated",
|
|
17970
17968
|
"examples": [
|
|
17971
|
-
"2025-10-
|
|
17969
|
+
"2025-10-13T00:00:00Z"
|
|
17972
17970
|
]
|
|
17973
17971
|
}
|
|
17974
17972
|
},
|
|
@@ -18103,7 +18101,7 @@
|
|
|
18103
18101
|
"title": "Start Time",
|
|
18104
18102
|
"description": "Start time of the uploaded file",
|
|
18105
18103
|
"examples": [
|
|
18106
|
-
"2025-10-
|
|
18104
|
+
"2025-10-12T00:00:00Z"
|
|
18107
18105
|
]
|
|
18108
18106
|
},
|
|
18109
18107
|
"end_time": {
|
|
@@ -18119,7 +18117,7 @@
|
|
|
18119
18117
|
"title": "End Time",
|
|
18120
18118
|
"description": "End time of the uploaded file",
|
|
18121
18119
|
"examples": [
|
|
18122
|
-
"2025-10-
|
|
18120
|
+
"2025-10-13T00:00:00Z"
|
|
18123
18121
|
]
|
|
18124
18122
|
},
|
|
18125
18123
|
"error_message": {
|
|
@@ -18174,7 +18172,7 @@
|
|
|
18174
18172
|
"title": "Created At",
|
|
18175
18173
|
"description": "Timestamp at which insight upload file was created",
|
|
18176
18174
|
"examples": [
|
|
18177
|
-
"2025-10-
|
|
18175
|
+
"2025-10-12T00:00:00Z"
|
|
18178
18176
|
]
|
|
18179
18177
|
}
|
|
18180
18178
|
},
|
|
@@ -20543,7 +20541,8 @@
|
|
|
20543
20541
|
"MatchType": {
|
|
20544
20542
|
"type": "string",
|
|
20545
20543
|
"enum": [
|
|
20546
|
-
"exact"
|
|
20544
|
+
"exact",
|
|
20545
|
+
"substring"
|
|
20547
20546
|
],
|
|
20548
20547
|
"title": "MatchType",
|
|
20549
20548
|
"description": "Matching strategy for override text."
|
|
@@ -21101,6 +21100,35 @@
|
|
|
21101
21100
|
"[\"mon\", \"tue\", \"wed\", \"thu\", \"fri\"]"
|
|
21102
21101
|
]
|
|
21103
21102
|
},
|
|
21103
|
+
"voicemail_detection": {
|
|
21104
|
+
"anyOf": [
|
|
21105
|
+
{
|
|
21106
|
+
"additionalProperties": {
|
|
21107
|
+
"type": "number"
|
|
21108
|
+
},
|
|
21109
|
+
"type": "object"
|
|
21110
|
+
},
|
|
21111
|
+
{
|
|
21112
|
+
"type": "null"
|
|
21113
|
+
}
|
|
21114
|
+
],
|
|
21115
|
+
"title": "Voicemail Detection",
|
|
21116
|
+
"description": "Config for voicemail detection for voice campaigns",
|
|
21117
|
+
"default": {
|
|
21118
|
+
"voicemail_detection_overall_timeout": 30.0,
|
|
21119
|
+
"voicemail_detection_speech_threshold": 2.4,
|
|
21120
|
+
"voicemail_detection_pre_speech_timeout": 5.0,
|
|
21121
|
+
"voicemail_detection_post_speech_timeout": 1.2
|
|
21122
|
+
},
|
|
21123
|
+
"examples": [
|
|
21124
|
+
{
|
|
21125
|
+
"voicemail_detection_overall_timeout": 30.0,
|
|
21126
|
+
"voicemail_detection_post_speech_timeout": 1.2,
|
|
21127
|
+
"voicemail_detection_pre_speech_timeout": 5.0,
|
|
21128
|
+
"voicemail_detection_speech_threshold": 2.4
|
|
21129
|
+
}
|
|
21130
|
+
]
|
|
21131
|
+
},
|
|
21104
21132
|
"id": {
|
|
21105
21133
|
"type": "integer",
|
|
21106
21134
|
"title": "Id",
|
|
@@ -21130,7 +21158,7 @@
|
|
|
21130
21158
|
"title": "Created At",
|
|
21131
21159
|
"description": "Timestamp of campaign creation",
|
|
21132
21160
|
"examples": [
|
|
21133
|
-
"2025-10-
|
|
21161
|
+
"2025-10-13T00:00:00Z"
|
|
21134
21162
|
]
|
|
21135
21163
|
},
|
|
21136
21164
|
"updated_at": {
|
|
@@ -21139,7 +21167,7 @@
|
|
|
21139
21167
|
"title": "Updated At",
|
|
21140
21168
|
"description": "Timestamp of campaign update",
|
|
21141
21169
|
"examples": [
|
|
21142
|
-
"2025-10-
|
|
21170
|
+
"2025-10-13T00:00:00Z"
|
|
21143
21171
|
]
|
|
21144
21172
|
},
|
|
21145
21173
|
"last_updated_by": {
|
|
@@ -21376,6 +21404,35 @@
|
|
|
21376
21404
|
"examples": [
|
|
21377
21405
|
"[\"mon\", \"tue\", \"wed\", \"thu\", \"fri\"]"
|
|
21378
21406
|
]
|
|
21407
|
+
},
|
|
21408
|
+
"voicemail_detection": {
|
|
21409
|
+
"anyOf": [
|
|
21410
|
+
{
|
|
21411
|
+
"additionalProperties": {
|
|
21412
|
+
"type": "number"
|
|
21413
|
+
},
|
|
21414
|
+
"type": "object"
|
|
21415
|
+
},
|
|
21416
|
+
{
|
|
21417
|
+
"type": "null"
|
|
21418
|
+
}
|
|
21419
|
+
],
|
|
21420
|
+
"title": "Voicemail Detection",
|
|
21421
|
+
"description": "Config for voicemail detection for voice campaigns",
|
|
21422
|
+
"default": {
|
|
21423
|
+
"voicemail_detection_overall_timeout": 30.0,
|
|
21424
|
+
"voicemail_detection_speech_threshold": 2.4,
|
|
21425
|
+
"voicemail_detection_pre_speech_timeout": 5.0,
|
|
21426
|
+
"voicemail_detection_post_speech_timeout": 1.2
|
|
21427
|
+
},
|
|
21428
|
+
"examples": [
|
|
21429
|
+
{
|
|
21430
|
+
"voicemail_detection_overall_timeout": 30.0,
|
|
21431
|
+
"voicemail_detection_post_speech_timeout": 1.2,
|
|
21432
|
+
"voicemail_detection_pre_speech_timeout": 5.0,
|
|
21433
|
+
"voicemail_detection_speech_threshold": 2.4
|
|
21434
|
+
}
|
|
21435
|
+
]
|
|
21379
21436
|
}
|
|
21380
21437
|
},
|
|
21381
21438
|
"type": "object",
|
|
@@ -21545,6 +21602,21 @@
|
|
|
21545
21602
|
false
|
|
21546
21603
|
]
|
|
21547
21604
|
},
|
|
21605
|
+
"edit_comments": {
|
|
21606
|
+
"anyOf": [
|
|
21607
|
+
{
|
|
21608
|
+
"type": "string"
|
|
21609
|
+
},
|
|
21610
|
+
{
|
|
21611
|
+
"type": "null"
|
|
21612
|
+
}
|
|
21613
|
+
],
|
|
21614
|
+
"title": "Edit Comments",
|
|
21615
|
+
"description": "The comments for the most recent edit to the prompt",
|
|
21616
|
+
"examples": [
|
|
21617
|
+
"Updated prompt text to include requirement to not answer questions that aren't about weather."
|
|
21618
|
+
]
|
|
21619
|
+
},
|
|
21548
21620
|
"include_default_tools": {
|
|
21549
21621
|
"type": "boolean",
|
|
21550
21622
|
"title": "Include Default Tools",
|
|
@@ -21929,14 +22001,6 @@
|
|
|
21929
22001
|
false
|
|
21930
22002
|
]
|
|
21931
22003
|
},
|
|
21932
|
-
"id": {
|
|
21933
|
-
"type": "integer",
|
|
21934
|
-
"title": "Id",
|
|
21935
|
-
"description": "The internal ID of the prompt",
|
|
21936
|
-
"examples": [
|
|
21937
|
-
1
|
|
21938
|
-
]
|
|
21939
|
-
},
|
|
21940
22004
|
"edit_comments": {
|
|
21941
22005
|
"anyOf": [
|
|
21942
22006
|
{
|
|
@@ -21952,6 +22016,14 @@
|
|
|
21952
22016
|
"Updated prompt text to include requirement to not answer questions that aren't about weather."
|
|
21953
22017
|
]
|
|
21954
22018
|
},
|
|
22019
|
+
"id": {
|
|
22020
|
+
"type": "integer",
|
|
22021
|
+
"title": "Id",
|
|
22022
|
+
"description": "The internal ID of the prompt",
|
|
22023
|
+
"examples": [
|
|
22024
|
+
1
|
|
22025
|
+
]
|
|
22026
|
+
},
|
|
21955
22027
|
"last_updated": {
|
|
21956
22028
|
"anyOf": [
|
|
21957
22029
|
{
|
|
@@ -22120,14 +22192,6 @@
|
|
|
22120
22192
|
false
|
|
22121
22193
|
]
|
|
22122
22194
|
},
|
|
22123
|
-
"id": {
|
|
22124
|
-
"type": "integer",
|
|
22125
|
-
"title": "Id",
|
|
22126
|
-
"description": "The internal ID of the prompt",
|
|
22127
|
-
"examples": [
|
|
22128
|
-
1
|
|
22129
|
-
]
|
|
22130
|
-
},
|
|
22131
22195
|
"edit_comments": {
|
|
22132
22196
|
"anyOf": [
|
|
22133
22197
|
{
|
|
@@ -22143,6 +22207,14 @@
|
|
|
22143
22207
|
"Updated prompt text to include requirement to not answer questions that aren't about weather."
|
|
22144
22208
|
]
|
|
22145
22209
|
},
|
|
22210
|
+
"id": {
|
|
22211
|
+
"type": "integer",
|
|
22212
|
+
"title": "Id",
|
|
22213
|
+
"description": "The internal ID of the prompt",
|
|
22214
|
+
"examples": [
|
|
22215
|
+
1
|
|
22216
|
+
]
|
|
22217
|
+
},
|
|
22146
22218
|
"include_default_tools": {
|
|
22147
22219
|
"type": "boolean",
|
|
22148
22220
|
"title": "Include Default Tools",
|
|
@@ -22175,44 +22247,22 @@
|
|
|
22175
22247
|
"minLength": 1,
|
|
22176
22248
|
"title": "Replacement"
|
|
22177
22249
|
},
|
|
22178
|
-
"
|
|
22179
|
-
"
|
|
22180
|
-
|
|
22181
|
-
|
|
22182
|
-
|
|
22183
|
-
|
|
22184
|
-
"items": {
|
|
22185
|
-
"type": "string"
|
|
22186
|
-
},
|
|
22187
|
-
"type": "array"
|
|
22188
|
-
},
|
|
22189
|
-
{
|
|
22190
|
-
"type": "null"
|
|
22191
|
-
}
|
|
22192
|
-
],
|
|
22193
|
-
"title": "Language"
|
|
22250
|
+
"languages": {
|
|
22251
|
+
"items": {
|
|
22252
|
+
"type": "string"
|
|
22253
|
+
},
|
|
22254
|
+
"type": "array",
|
|
22255
|
+
"title": "Languages"
|
|
22194
22256
|
},
|
|
22195
22257
|
"provider": {
|
|
22196
|
-
"
|
|
22197
|
-
|
|
22198
|
-
|
|
22199
|
-
},
|
|
22200
|
-
{
|
|
22201
|
-
"type": "null"
|
|
22202
|
-
}
|
|
22203
|
-
],
|
|
22204
|
-
"title": "Provider"
|
|
22258
|
+
"type": "string",
|
|
22259
|
+
"title": "Provider",
|
|
22260
|
+
"default": ""
|
|
22205
22261
|
},
|
|
22206
22262
|
"voice": {
|
|
22207
|
-
"
|
|
22208
|
-
|
|
22209
|
-
|
|
22210
|
-
},
|
|
22211
|
-
{
|
|
22212
|
-
"type": "null"
|
|
22213
|
-
}
|
|
22214
|
-
],
|
|
22215
|
-
"title": "Voice"
|
|
22263
|
+
"type": "string",
|
|
22264
|
+
"title": "Voice",
|
|
22265
|
+
"default": ""
|
|
22216
22266
|
},
|
|
22217
22267
|
"match_type": {
|
|
22218
22268
|
"$ref": "#/components/schemas/MatchType",
|
|
@@ -22231,15 +22281,9 @@
|
|
|
22231
22281
|
"default": true
|
|
22232
22282
|
},
|
|
22233
22283
|
"notes": {
|
|
22234
|
-
"
|
|
22235
|
-
|
|
22236
|
-
|
|
22237
|
-
},
|
|
22238
|
-
{
|
|
22239
|
-
"type": "null"
|
|
22240
|
-
}
|
|
22241
|
-
],
|
|
22242
|
-
"title": "Notes"
|
|
22284
|
+
"type": "string",
|
|
22285
|
+
"title": "Notes",
|
|
22286
|
+
"default": ""
|
|
22243
22287
|
}
|
|
22244
22288
|
},
|
|
22245
22289
|
"additionalProperties": false,
|
|
@@ -22293,25 +22337,11 @@
|
|
|
22293
22337
|
"title": "Revision"
|
|
22294
22338
|
},
|
|
22295
22339
|
"hash": {
|
|
22296
|
-
"
|
|
22297
|
-
{
|
|
22298
|
-
"type": "string"
|
|
22299
|
-
},
|
|
22300
|
-
{
|
|
22301
|
-
"type": "null"
|
|
22302
|
-
}
|
|
22303
|
-
],
|
|
22340
|
+
"type": "string",
|
|
22304
22341
|
"title": "Hash"
|
|
22305
22342
|
},
|
|
22306
22343
|
"entries": {
|
|
22307
|
-
"
|
|
22308
|
-
{
|
|
22309
|
-
"type": "integer"
|
|
22310
|
-
},
|
|
22311
|
-
{
|
|
22312
|
-
"type": "null"
|
|
22313
|
-
}
|
|
22314
|
-
],
|
|
22344
|
+
"type": "integer",
|
|
22315
22345
|
"title": "Entries"
|
|
22316
22346
|
},
|
|
22317
22347
|
"uploaded_at": {
|
|
@@ -22320,20 +22350,16 @@
|
|
|
22320
22350
|
"title": "Uploaded At"
|
|
22321
22351
|
},
|
|
22322
22352
|
"uploaded_by": {
|
|
22323
|
-
"
|
|
22324
|
-
{
|
|
22325
|
-
"type": "string"
|
|
22326
|
-
},
|
|
22327
|
-
{
|
|
22328
|
-
"type": "null"
|
|
22329
|
-
}
|
|
22330
|
-
],
|
|
22353
|
+
"type": "string",
|
|
22331
22354
|
"title": "Uploaded By"
|
|
22332
22355
|
}
|
|
22333
22356
|
},
|
|
22334
22357
|
"type": "object",
|
|
22335
22358
|
"required": [
|
|
22336
|
-
"revision"
|
|
22359
|
+
"revision",
|
|
22360
|
+
"hash",
|
|
22361
|
+
"entries",
|
|
22362
|
+
"uploaded_by"
|
|
22337
22363
|
],
|
|
22338
22364
|
"title": "PronunciationsCsvUploadResponse",
|
|
22339
22365
|
"description": "Placeholder response returned after accepting a pronunciations CSV upload."
|
|
@@ -25821,6 +25847,18 @@
|
|
|
25821
25847
|
"examples": [
|
|
25822
25848
|
0.0
|
|
25823
25849
|
]
|
|
25850
|
+
},
|
|
25851
|
+
"text": {
|
|
25852
|
+
"type": "string",
|
|
25853
|
+
"title": "Text",
|
|
25854
|
+
"description": "Text to generate for this voice.",
|
|
25855
|
+
"default": ""
|
|
25856
|
+
},
|
|
25857
|
+
"apply_pronunciation_overrides": {
|
|
25858
|
+
"type": "boolean",
|
|
25859
|
+
"title": "Apply Pronunciation Overrides",
|
|
25860
|
+
"description": "Apply TTS pronunciation fixes.",
|
|
25861
|
+
"default": false
|
|
25824
25862
|
}
|
|
25825
25863
|
},
|
|
25826
25864
|
"type": "object",
|