syllable-sdk 0.1.0-alpha.143 → 0.1.0-alpha.149
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 +8 -0
- package/docs/sdks/batches/README.md +4 -4
- package/docs/sdks/campaigns/README.md +78 -0
- package/docs/sdks/folders/README.md +168 -0
- package/docs/sdks/numbers/README.md +1 -1
- package/docs/sdks/syllablesdktools/README.md +80 -0
- package/docs/sdks/workflows/README.md +9 -9
- package/funcs/insightsFoldersDelete.d.ts +13 -0
- package/funcs/insightsFoldersDelete.d.ts.map +1 -0
- package/funcs/insightsFoldersDelete.js +105 -0
- package/funcs/insightsFoldersDelete.js.map +1 -0
- package/funcs/insightsFoldersMoveFiles.d.ts +14 -0
- package/funcs/insightsFoldersMoveFiles.d.ts.map +1 -0
- package/funcs/insightsFoldersMoveFiles.js +109 -0
- package/funcs/insightsFoldersMoveFiles.js.map +1 -0
- package/funcs/insightsToolsDelete.d.ts +16 -0
- package/funcs/insightsToolsDelete.d.ts.map +1 -0
- package/funcs/insightsToolsDelete.js +108 -0
- package/funcs/insightsToolsDelete.js.map +1 -0
- package/funcs/outboundCampaignsDelete.d.ts +13 -0
- package/funcs/outboundCampaignsDelete.d.ts.map +1 -0
- package/funcs/outboundCampaignsDelete.js +105 -0
- package/funcs/outboundCampaignsDelete.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/insightsfolderfilemove.d.ts +40 -0
- package/models/components/insightsfolderfilemove.d.ts.map +1 -0
- package/models/components/insightsfolderfilemove.js +72 -0
- package/models/components/insightsfolderfilemove.js.map +1 -0
- package/models/components/insightsfolderproperties.d.ts +3 -0
- package/models/components/insightsfolderproperties.d.ts.map +1 -1
- package/models/components/insightsfolderproperties.js +1 -0
- package/models/components/insightsfolderproperties.js.map +1 -1
- package/models/components/insighttoolproperties.d.ts +3 -0
- package/models/components/insighttoolproperties.d.ts.map +1 -1
- package/models/components/insighttoolproperties.js +1 -0
- package/models/components/insighttoolproperties.js.map +1 -1
- package/models/components/insighttooltestinput.d.ts +8 -3
- package/models/components/insighttooltestinput.d.ts.map +1 -1
- package/models/components/insighttooltestinput.js +6 -2
- package/models/components/insighttooltestinput.js.map +1 -1
- package/models/components/insightworkflowproperties.d.ts +3 -0
- package/models/components/insightworkflowproperties.d.ts.map +1 -1
- package/models/components/insightworkflowproperties.js +1 -0
- package/models/components/insightworkflowproperties.js.map +1 -1
- package/models/operations/index.d.ts +4 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/insightsfolderdelete.d.ts +29 -0
- package/models/operations/insightsfolderdelete.d.ts.map +1 -0
- package/models/operations/insightsfolderdelete.js +68 -0
- package/models/operations/insightsfolderdelete.js.map +1 -0
- package/models/operations/insightstooldelete.d.ts +29 -0
- package/models/operations/insightstooldelete.d.ts.map +1 -0
- package/models/operations/insightstooldelete.js +68 -0
- package/models/operations/insightstooldelete.js.map +1 -0
- package/models/operations/insightsuploadmovefiles.d.ts +32 -0
- package/models/operations/insightsuploadmovefiles.d.ts.map +1 -0
- package/models/operations/insightsuploadmovefiles.js +73 -0
- package/models/operations/insightsuploadmovefiles.js.map +1 -0
- package/models/operations/outboundcampaigndelete.d.ts +29 -0
- package/models/operations/outboundcampaigndelete.d.ts.map +1 -0
- package/models/operations/outboundcampaigndelete.js +68 -0
- package/models/operations/outboundcampaigndelete.js.map +1 -0
- package/openapi.json +303 -39
- package/package.json +1 -1
- package/sdk/campaigns.d.ts +4 -0
- package/sdk/campaigns.d.ts.map +1 -1
- package/sdk/campaigns.js +7 -0
- package/sdk/campaigns.js.map +1 -1
- package/sdk/folders.d.ts +8 -0
- package/sdk/folders.d.ts.map +1 -1
- package/sdk/folders.js +14 -0
- package/sdk/folders.js.map +1 -1
- package/sdk/syllablesdktools.d.ts +7 -0
- package/sdk/syllablesdktools.d.ts.map +1 -1
- package/sdk/syllablesdktools.js +10 -0
- package/sdk/syllablesdktools.js.map +1 -1
- package/src/funcs/insightsFoldersDelete.ts +140 -0
- package/src/funcs/insightsFoldersMoveFiles.ts +146 -0
- package/src/funcs/insightsToolsDelete.ts +144 -0
- package/src/funcs/outboundCampaignsDelete.ts +142 -0
- package/src/lib/config.ts +2 -2
- package/src/models/components/index.ts +1 -0
- package/src/models/components/insightsfolderfilemove.ts +90 -0
- package/src/models/components/insightsfolderproperties.ts +1 -0
- package/src/models/components/insighttoolproperties.ts +1 -0
- package/src/models/components/insighttooltestinput.ts +14 -5
- package/src/models/components/insightworkflowproperties.ts +1 -0
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/insightsfolderdelete.ts +77 -0
- package/src/models/operations/insightstooldelete.ts +75 -0
- package/src/models/operations/insightsuploadmovefiles.ts +84 -0
- package/src/models/operations/outboundcampaigndelete.ts +77 -0
- package/src/sdk/campaigns.ts +15 -0
- package/src/sdk/folders.ts +30 -0
- package/src/sdk/syllablesdktools.ts +18 -0
package/openapi.json
CHANGED
|
@@ -2742,6 +2742,52 @@
|
|
|
2742
2742
|
}
|
|
2743
2743
|
}
|
|
2744
2744
|
},
|
|
2745
|
+
"delete": {
|
|
2746
|
+
"tags": [
|
|
2747
|
+
"insights.folders"
|
|
2748
|
+
],
|
|
2749
|
+
"summary": "Delete Insights Folder",
|
|
2750
|
+
"operationId": "insights_folder_delete",
|
|
2751
|
+
"security": [
|
|
2752
|
+
{
|
|
2753
|
+
"APIKeyHeader": []
|
|
2754
|
+
}
|
|
2755
|
+
],
|
|
2756
|
+
"parameters": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "folder_id",
|
|
2759
|
+
"in": "path",
|
|
2760
|
+
"required": true,
|
|
2761
|
+
"schema": {
|
|
2762
|
+
"type": "integer",
|
|
2763
|
+
"title": "Folder Id"
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
],
|
|
2767
|
+
"responses": {
|
|
2768
|
+
"200": {
|
|
2769
|
+
"description": "Successful Response",
|
|
2770
|
+
"content": {
|
|
2771
|
+
"application/json": {
|
|
2772
|
+
"schema": {
|
|
2773
|
+
"type": "boolean",
|
|
2774
|
+
"title": "Response Insights Folder Delete"
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
"422": {
|
|
2780
|
+
"description": "Validation Error",
|
|
2781
|
+
"content": {
|
|
2782
|
+
"application/json": {
|
|
2783
|
+
"schema": {
|
|
2784
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2745
2791
|
"put": {
|
|
2746
2792
|
"tags": [
|
|
2747
2793
|
"insights.folders"
|
|
@@ -3198,6 +3244,67 @@
|
|
|
3198
3244
|
}
|
|
3199
3245
|
}
|
|
3200
3246
|
},
|
|
3247
|
+
"/api/v1/insights/folders/{folder_id}/move-files": {
|
|
3248
|
+
"post": {
|
|
3249
|
+
"tags": [
|
|
3250
|
+
"insights.folders"
|
|
3251
|
+
],
|
|
3252
|
+
"summary": "Move Insights Upload Files",
|
|
3253
|
+
"operationId": "insights_upload_move_files",
|
|
3254
|
+
"security": [
|
|
3255
|
+
{
|
|
3256
|
+
"APIKeyHeader": []
|
|
3257
|
+
}
|
|
3258
|
+
],
|
|
3259
|
+
"parameters": [
|
|
3260
|
+
{
|
|
3261
|
+
"name": "folder_id",
|
|
3262
|
+
"in": "path",
|
|
3263
|
+
"required": true,
|
|
3264
|
+
"schema": {
|
|
3265
|
+
"type": "integer",
|
|
3266
|
+
"title": "Folder Id"
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"requestBody": {
|
|
3271
|
+
"required": true,
|
|
3272
|
+
"content": {
|
|
3273
|
+
"application/json": {
|
|
3274
|
+
"schema": {
|
|
3275
|
+
"$ref": "#/components/schemas/InsightsFolderFileMove"
|
|
3276
|
+
}
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
"responses": {
|
|
3281
|
+
"200": {
|
|
3282
|
+
"description": "Successful Response",
|
|
3283
|
+
"content": {
|
|
3284
|
+
"application/json": {
|
|
3285
|
+
"schema": {
|
|
3286
|
+
"type": "array",
|
|
3287
|
+
"items": {
|
|
3288
|
+
"$ref": "#/components/schemas/InsightsUploadFile"
|
|
3289
|
+
},
|
|
3290
|
+
"title": "Response Insights Upload Move Files"
|
|
3291
|
+
}
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
"422": {
|
|
3296
|
+
"description": "Validation Error",
|
|
3297
|
+
"content": {
|
|
3298
|
+
"application/json": {
|
|
3299
|
+
"schema": {
|
|
3300
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3201
3308
|
"/api/v1/insights/workflows/": {
|
|
3202
3309
|
"get": {
|
|
3203
3310
|
"tags": [
|
|
@@ -4116,6 +4223,62 @@
|
|
|
4116
4223
|
}
|
|
4117
4224
|
}
|
|
4118
4225
|
},
|
|
4226
|
+
"delete": {
|
|
4227
|
+
"tags": [
|
|
4228
|
+
"insights.tools"
|
|
4229
|
+
],
|
|
4230
|
+
"summary": "Delete Insight Tool Configuration",
|
|
4231
|
+
"description": "Delete an Insights tool configuration.",
|
|
4232
|
+
"operationId": "insights_tool_delete",
|
|
4233
|
+
"security": [
|
|
4234
|
+
{
|
|
4235
|
+
"APIKeyHeader": []
|
|
4236
|
+
}
|
|
4237
|
+
],
|
|
4238
|
+
"parameters": [
|
|
4239
|
+
{
|
|
4240
|
+
"name": "tool_id",
|
|
4241
|
+
"in": "path",
|
|
4242
|
+
"required": true,
|
|
4243
|
+
"schema": {
|
|
4244
|
+
"type": "integer",
|
|
4245
|
+
"title": "Tool Id"
|
|
4246
|
+
}
|
|
4247
|
+
}
|
|
4248
|
+
],
|
|
4249
|
+
"responses": {
|
|
4250
|
+
"200": {
|
|
4251
|
+
"description": "Successful Response",
|
|
4252
|
+
"content": {
|
|
4253
|
+
"application/json": {
|
|
4254
|
+
"schema": {}
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"400": {
|
|
4259
|
+
"description": "Bad Request"
|
|
4260
|
+
},
|
|
4261
|
+
"404": {
|
|
4262
|
+
"description": "Not Found"
|
|
4263
|
+
},
|
|
4264
|
+
"412": {
|
|
4265
|
+
"description": "Precondition Failed"
|
|
4266
|
+
},
|
|
4267
|
+
"500": {
|
|
4268
|
+
"description": "Internal Server Error"
|
|
4269
|
+
},
|
|
4270
|
+
"422": {
|
|
4271
|
+
"description": "Validation Error",
|
|
4272
|
+
"content": {
|
|
4273
|
+
"application/json": {
|
|
4274
|
+
"schema": {
|
|
4275
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
},
|
|
4119
4282
|
"put": {
|
|
4120
4283
|
"tags": [
|
|
4121
4284
|
"insights.tools"
|
|
@@ -9582,6 +9745,49 @@
|
|
|
9582
9745
|
}
|
|
9583
9746
|
}
|
|
9584
9747
|
}
|
|
9748
|
+
},
|
|
9749
|
+
"delete": {
|
|
9750
|
+
"tags": [
|
|
9751
|
+
"outbound.campaigns"
|
|
9752
|
+
],
|
|
9753
|
+
"summary": "Delete Outbound Communication Campaign",
|
|
9754
|
+
"operationId": "outbound_campaign_delete",
|
|
9755
|
+
"security": [
|
|
9756
|
+
{
|
|
9757
|
+
"APIKeyHeader": []
|
|
9758
|
+
}
|
|
9759
|
+
],
|
|
9760
|
+
"parameters": [
|
|
9761
|
+
{
|
|
9762
|
+
"name": "campaign_id",
|
|
9763
|
+
"in": "path",
|
|
9764
|
+
"required": true,
|
|
9765
|
+
"schema": {
|
|
9766
|
+
"type": "integer",
|
|
9767
|
+
"title": "Campaign Id"
|
|
9768
|
+
}
|
|
9769
|
+
}
|
|
9770
|
+
],
|
|
9771
|
+
"responses": {
|
|
9772
|
+
"200": {
|
|
9773
|
+
"description": "Successful Response",
|
|
9774
|
+
"content": {
|
|
9775
|
+
"application/json": {
|
|
9776
|
+
"schema": {}
|
|
9777
|
+
}
|
|
9778
|
+
}
|
|
9779
|
+
},
|
|
9780
|
+
"422": {
|
|
9781
|
+
"description": "Validation Error",
|
|
9782
|
+
"content": {
|
|
9783
|
+
"application/json": {
|
|
9784
|
+
"schema": {
|
|
9785
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
9786
|
+
}
|
|
9787
|
+
}
|
|
9788
|
+
}
|
|
9789
|
+
}
|
|
9790
|
+
}
|
|
9585
9791
|
}
|
|
9586
9792
|
},
|
|
9587
9793
|
"/api/v1/language_groups/": {
|
|
@@ -11329,7 +11535,7 @@
|
|
|
11329
11535
|
"title": "Batch Id",
|
|
11330
11536
|
"description": "Unique ID for conversation batch",
|
|
11331
11537
|
"examples": [
|
|
11332
|
-
"
|
|
11538
|
+
"20250514.9"
|
|
11333
11539
|
]
|
|
11334
11540
|
},
|
|
11335
11541
|
"campaign_id": {
|
|
@@ -11353,7 +11559,7 @@
|
|
|
11353
11559
|
"title": "Expires On",
|
|
11354
11560
|
"description": "Timestamp of batch expiration",
|
|
11355
11561
|
"examples": [
|
|
11356
|
-
"2025-05-
|
|
11562
|
+
"2025-05-15T00:00:00Z"
|
|
11357
11563
|
]
|
|
11358
11564
|
},
|
|
11359
11565
|
"paused": {
|
|
@@ -11406,7 +11612,7 @@
|
|
|
11406
11612
|
"title": "Created At",
|
|
11407
11613
|
"description": "Timestamp of batch creation",
|
|
11408
11614
|
"examples": [
|
|
11409
|
-
"2025-05-
|
|
11615
|
+
"2025-05-14T00:00:00Z"
|
|
11410
11616
|
]
|
|
11411
11617
|
},
|
|
11412
11618
|
"deleted_at": {
|
|
@@ -11422,7 +11628,7 @@
|
|
|
11422
11628
|
"title": "Deleted At",
|
|
11423
11629
|
"description": "Timestamp of batch deletion",
|
|
11424
11630
|
"examples": [
|
|
11425
|
-
"2025-05-
|
|
11631
|
+
"2025-05-14T00:00:00Z"
|
|
11426
11632
|
]
|
|
11427
11633
|
},
|
|
11428
11634
|
"deleted_reason": {
|
|
@@ -11453,7 +11659,7 @@
|
|
|
11453
11659
|
"title": "Last Updated At",
|
|
11454
11660
|
"description": "Timestamp of last change to batch",
|
|
11455
11661
|
"examples": [
|
|
11456
|
-
"2025-05-
|
|
11662
|
+
"2025-05-14T00:00:00Z"
|
|
11457
11663
|
]
|
|
11458
11664
|
},
|
|
11459
11665
|
"last_updated_by": {
|
|
@@ -11968,7 +12174,7 @@
|
|
|
11968
12174
|
"title": "Batch Id",
|
|
11969
12175
|
"description": "Unique ID for conversation batch",
|
|
11970
12176
|
"examples": [
|
|
11971
|
-
"
|
|
12177
|
+
"20250514.9"
|
|
11972
12178
|
]
|
|
11973
12179
|
},
|
|
11974
12180
|
"campaign_id": {
|
|
@@ -11992,7 +12198,7 @@
|
|
|
11992
12198
|
"title": "Expires On",
|
|
11993
12199
|
"description": "Timestamp of batch expiration",
|
|
11994
12200
|
"examples": [
|
|
11995
|
-
"2025-05-
|
|
12201
|
+
"2025-05-15T00:00:00Z"
|
|
11996
12202
|
]
|
|
11997
12203
|
},
|
|
11998
12204
|
"paused": {
|
|
@@ -12045,7 +12251,7 @@
|
|
|
12045
12251
|
"title": "Created At",
|
|
12046
12252
|
"description": "Timestamp of batch creation",
|
|
12047
12253
|
"examples": [
|
|
12048
|
-
"2025-05-
|
|
12254
|
+
"2025-05-14T00:00:00Z"
|
|
12049
12255
|
]
|
|
12050
12256
|
},
|
|
12051
12257
|
"deleted_at": {
|
|
@@ -12061,7 +12267,7 @@
|
|
|
12061
12267
|
"title": "Deleted At",
|
|
12062
12268
|
"description": "Timestamp of batch deletion",
|
|
12063
12269
|
"examples": [
|
|
12064
|
-
"2025-05-
|
|
12270
|
+
"2025-05-14T00:00:00Z"
|
|
12065
12271
|
]
|
|
12066
12272
|
},
|
|
12067
12273
|
"deleted_reason": {
|
|
@@ -12092,7 +12298,7 @@
|
|
|
12092
12298
|
"title": "Last Updated At",
|
|
12093
12299
|
"description": "Timestamp of last change to batch",
|
|
12094
12300
|
"examples": [
|
|
12095
|
-
"2025-05-
|
|
12301
|
+
"2025-05-14T00:00:00Z"
|
|
12096
12302
|
]
|
|
12097
12303
|
},
|
|
12098
12304
|
"last_updated_by": {
|
|
@@ -12135,7 +12341,7 @@
|
|
|
12135
12341
|
"title": "Batch Id",
|
|
12136
12342
|
"description": "Unique ID for conversation batch",
|
|
12137
12343
|
"examples": [
|
|
12138
|
-
"
|
|
12344
|
+
"20250514.9"
|
|
12139
12345
|
]
|
|
12140
12346
|
},
|
|
12141
12347
|
"campaign_id": {
|
|
@@ -12159,7 +12365,7 @@
|
|
|
12159
12365
|
"title": "Expires On",
|
|
12160
12366
|
"description": "Timestamp of batch expiration",
|
|
12161
12367
|
"examples": [
|
|
12162
|
-
"2025-05-
|
|
12368
|
+
"2025-05-15T00:00:00Z"
|
|
12163
12369
|
]
|
|
12164
12370
|
},
|
|
12165
12371
|
"paused": {
|
|
@@ -12300,7 +12506,7 @@
|
|
|
12300
12506
|
"title": "Created At",
|
|
12301
12507
|
"description": "Timestamp of request creation",
|
|
12302
12508
|
"examples": [
|
|
12303
|
-
"2025-05-
|
|
12509
|
+
"2025-05-13T00:00:00Z"
|
|
12304
12510
|
]
|
|
12305
12511
|
},
|
|
12306
12512
|
"sent_at": {
|
|
@@ -12316,7 +12522,7 @@
|
|
|
12316
12522
|
"title": "Sent At",
|
|
12317
12523
|
"description": "Timestamp at which request was sent",
|
|
12318
12524
|
"examples": [
|
|
12319
|
-
"2025-05-
|
|
12525
|
+
"2025-05-14T00:00:00Z"
|
|
12320
12526
|
]
|
|
12321
12527
|
},
|
|
12322
12528
|
"attempt_count": {
|
|
@@ -14215,7 +14421,7 @@
|
|
|
14215
14421
|
"title": "Created At",
|
|
14216
14422
|
"description": "Timestamp at which insight upload folder was created",
|
|
14217
14423
|
"examples": [
|
|
14218
|
-
"2025-05-
|
|
14424
|
+
"2025-05-13T00:00:00Z"
|
|
14219
14425
|
]
|
|
14220
14426
|
},
|
|
14221
14427
|
"updated_at": {
|
|
@@ -14224,7 +14430,7 @@
|
|
|
14224
14430
|
"title": "Updated At",
|
|
14225
14431
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
14226
14432
|
"examples": [
|
|
14227
|
-
"2025-05-
|
|
14433
|
+
"2025-05-14T00:00:00Z"
|
|
14228
14434
|
]
|
|
14229
14435
|
},
|
|
14230
14436
|
"last_updated_by": {
|
|
@@ -14939,7 +15145,7 @@
|
|
|
14939
15145
|
"title": "Created At",
|
|
14940
15146
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
14941
15147
|
"examples": [
|
|
14942
|
-
"2025-05-
|
|
15148
|
+
"2025-05-13T00:00:00Z"
|
|
14943
15149
|
]
|
|
14944
15150
|
},
|
|
14945
15151
|
"updated_at": {
|
|
@@ -14948,7 +15154,7 @@
|
|
|
14948
15154
|
"title": "Updated At",
|
|
14949
15155
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
14950
15156
|
"examples": [
|
|
14951
|
-
"2025-05-
|
|
15157
|
+
"2025-05-14T00:00:00Z"
|
|
14952
15158
|
]
|
|
14953
15159
|
},
|
|
14954
15160
|
"last_updated_by": {
|
|
@@ -14978,6 +15184,7 @@
|
|
|
14978
15184
|
"enum": [
|
|
14979
15185
|
"id",
|
|
14980
15186
|
"name",
|
|
15187
|
+
"name_exact",
|
|
14981
15188
|
"description",
|
|
14982
15189
|
"tool_arguments",
|
|
14983
15190
|
"insight_tool_definition_id",
|
|
@@ -14996,9 +15203,31 @@
|
|
|
14996
15203
|
]
|
|
14997
15204
|
},
|
|
14998
15205
|
"session_id": {
|
|
14999
|
-
"
|
|
15206
|
+
"anyOf": [
|
|
15207
|
+
{
|
|
15208
|
+
"type": "integer"
|
|
15209
|
+
},
|
|
15210
|
+
{
|
|
15211
|
+
"type": "null"
|
|
15212
|
+
}
|
|
15213
|
+
],
|
|
15000
15214
|
"title": "Session Id",
|
|
15001
|
-
"description": "The session ID of the session to run the tool
|
|
15215
|
+
"description": "The session ID of the session against which to run the tool",
|
|
15216
|
+
"examples": [
|
|
15217
|
+
"283467"
|
|
15218
|
+
]
|
|
15219
|
+
},
|
|
15220
|
+
"upload_file_id": {
|
|
15221
|
+
"anyOf": [
|
|
15222
|
+
{
|
|
15223
|
+
"type": "integer"
|
|
15224
|
+
},
|
|
15225
|
+
{
|
|
15226
|
+
"type": "null"
|
|
15227
|
+
}
|
|
15228
|
+
],
|
|
15229
|
+
"title": "Upload File Id",
|
|
15230
|
+
"description": "The file ID of the uploaded file against which to run the tool",
|
|
15002
15231
|
"examples": [
|
|
15003
15232
|
"283467"
|
|
15004
15233
|
]
|
|
@@ -15006,8 +15235,7 @@
|
|
|
15006
15235
|
},
|
|
15007
15236
|
"type": "object",
|
|
15008
15237
|
"required": [
|
|
15009
|
-
"tool_name"
|
|
15010
|
-
"session_id"
|
|
15238
|
+
"tool_name"
|
|
15011
15239
|
],
|
|
15012
15240
|
"title": "InsightToolTestInput",
|
|
15013
15241
|
"description": "Request model to test an insight tool."
|
|
@@ -15271,7 +15499,7 @@
|
|
|
15271
15499
|
"title": "Start Datetime",
|
|
15272
15500
|
"description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
|
|
15273
15501
|
"examples": [
|
|
15274
|
-
"2025-05-
|
|
15502
|
+
"2025-05-13T00:00:00Z"
|
|
15275
15503
|
]
|
|
15276
15504
|
},
|
|
15277
15505
|
"end_datetime": {
|
|
@@ -15287,7 +15515,7 @@
|
|
|
15287
15515
|
"title": "End Datetime",
|
|
15288
15516
|
"description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
|
|
15289
15517
|
"examples": [
|
|
15290
|
-
"2025-05-
|
|
15518
|
+
"2025-05-14T00:00:00Z"
|
|
15291
15519
|
]
|
|
15292
15520
|
}
|
|
15293
15521
|
},
|
|
@@ -15361,7 +15589,7 @@
|
|
|
15361
15589
|
"title": "Start Datetime",
|
|
15362
15590
|
"description": "Timestamp for when the insight workflow should start. An empty value indicates start on activation",
|
|
15363
15591
|
"examples": [
|
|
15364
|
-
"2025-05-
|
|
15592
|
+
"2025-05-13T00:00:00Z"
|
|
15365
15593
|
]
|
|
15366
15594
|
},
|
|
15367
15595
|
"end_datetime": {
|
|
@@ -15377,7 +15605,7 @@
|
|
|
15377
15605
|
"title": "End Datetime",
|
|
15378
15606
|
"description": "Timestamp of when the insight workflow should end. An empty value indicates no end",
|
|
15379
15607
|
"examples": [
|
|
15380
|
-
"2025-05-
|
|
15608
|
+
"2025-05-14T00:00:00Z"
|
|
15381
15609
|
]
|
|
15382
15610
|
},
|
|
15383
15611
|
"id": {
|
|
@@ -15415,7 +15643,7 @@
|
|
|
15415
15643
|
"title": "Created At",
|
|
15416
15644
|
"description": "Timestamp at which the insight workflow was created",
|
|
15417
15645
|
"examples": [
|
|
15418
|
-
"2025-05-
|
|
15646
|
+
"2025-05-13T00:00:00Z"
|
|
15419
15647
|
]
|
|
15420
15648
|
},
|
|
15421
15649
|
"updated_at": {
|
|
@@ -15424,7 +15652,7 @@
|
|
|
15424
15652
|
"title": "Updated At",
|
|
15425
15653
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
15426
15654
|
"examples": [
|
|
15427
|
-
"2025-05-
|
|
15655
|
+
"2025-05-14T00:00:00Z"
|
|
15428
15656
|
]
|
|
15429
15657
|
},
|
|
15430
15658
|
"last_updated_by": {
|
|
@@ -15457,6 +15685,7 @@
|
|
|
15457
15685
|
"enum": [
|
|
15458
15686
|
"id",
|
|
15459
15687
|
"name",
|
|
15688
|
+
"name_exact",
|
|
15460
15689
|
"description",
|
|
15461
15690
|
"status",
|
|
15462
15691
|
"conditions",
|
|
@@ -15519,7 +15748,7 @@
|
|
|
15519
15748
|
"title": "Created At",
|
|
15520
15749
|
"description": "Timestamp at which insight upload folder was created",
|
|
15521
15750
|
"examples": [
|
|
15522
|
-
"2025-05-
|
|
15751
|
+
"2025-05-13T00:00:00Z"
|
|
15523
15752
|
]
|
|
15524
15753
|
},
|
|
15525
15754
|
"updated_at": {
|
|
@@ -15528,7 +15757,7 @@
|
|
|
15528
15757
|
"title": "Updated At",
|
|
15529
15758
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
15530
15759
|
"examples": [
|
|
15531
|
-
"2025-05-
|
|
15760
|
+
"2025-05-14T00:00:00Z"
|
|
15532
15761
|
]
|
|
15533
15762
|
},
|
|
15534
15763
|
"last_updated_by": {
|
|
@@ -15549,6 +15778,36 @@
|
|
|
15549
15778
|
"title": "InsightsFolder",
|
|
15550
15779
|
"description": "Response model for an insight upload folder."
|
|
15551
15780
|
},
|
|
15781
|
+
"InsightsFolderFileMove": {
|
|
15782
|
+
"properties": {
|
|
15783
|
+
"destination_folder_id": {
|
|
15784
|
+
"type": "integer",
|
|
15785
|
+
"title": "Destination Folder Id",
|
|
15786
|
+
"description": "System-assign folder ID",
|
|
15787
|
+
"examples": [
|
|
15788
|
+
182764
|
|
15789
|
+
]
|
|
15790
|
+
},
|
|
15791
|
+
"file_id_list": {
|
|
15792
|
+
"items": {
|
|
15793
|
+
"type": "integer"
|
|
15794
|
+
},
|
|
15795
|
+
"type": "array",
|
|
15796
|
+
"title": "File Id List",
|
|
15797
|
+
"description": "List of system-assigned IDs for the files to be moved",
|
|
15798
|
+
"examples": [
|
|
15799
|
+
"[12334,23445,34556]"
|
|
15800
|
+
]
|
|
15801
|
+
}
|
|
15802
|
+
},
|
|
15803
|
+
"type": "object",
|
|
15804
|
+
"required": [
|
|
15805
|
+
"destination_folder_id",
|
|
15806
|
+
"file_id_list"
|
|
15807
|
+
],
|
|
15808
|
+
"title": "InsightsFolderFileMove",
|
|
15809
|
+
"description": "Request model to move files between insight upload folders."
|
|
15810
|
+
},
|
|
15552
15811
|
"InsightsFolderInput": {
|
|
15553
15812
|
"properties": {
|
|
15554
15813
|
"name": {
|
|
@@ -15602,6 +15861,7 @@
|
|
|
15602
15861
|
"enum": [
|
|
15603
15862
|
"id",
|
|
15604
15863
|
"name",
|
|
15864
|
+
"name_exact",
|
|
15605
15865
|
"label",
|
|
15606
15866
|
"updated_at"
|
|
15607
15867
|
],
|
|
@@ -15732,7 +15992,7 @@
|
|
|
15732
15992
|
"title": "Created At",
|
|
15733
15993
|
"description": "Timestamp at which insight tool result was created",
|
|
15734
15994
|
"examples": [
|
|
15735
|
-
"2025-05-
|
|
15995
|
+
"2025-05-13T00:00:00Z"
|
|
15736
15996
|
]
|
|
15737
15997
|
},
|
|
15738
15998
|
"updated_at": {
|
|
@@ -15741,7 +16001,7 @@
|
|
|
15741
16001
|
"title": "Updated At",
|
|
15742
16002
|
"description": "Timestamp at which insight tool result was last updated",
|
|
15743
16003
|
"examples": [
|
|
15744
|
-
"2025-05-
|
|
16004
|
+
"2025-05-14T00:00:00Z"
|
|
15745
16005
|
]
|
|
15746
16006
|
}
|
|
15747
16007
|
},
|
|
@@ -15876,7 +16136,7 @@
|
|
|
15876
16136
|
"title": "Start Time",
|
|
15877
16137
|
"description": "Start time of the uploaded file",
|
|
15878
16138
|
"examples": [
|
|
15879
|
-
"2025-05-
|
|
16139
|
+
"2025-05-13T00:00:00Z"
|
|
15880
16140
|
]
|
|
15881
16141
|
},
|
|
15882
16142
|
"end_time": {
|
|
@@ -15892,7 +16152,7 @@
|
|
|
15892
16152
|
"title": "End Time",
|
|
15893
16153
|
"description": "End time of the uploaded file",
|
|
15894
16154
|
"examples": [
|
|
15895
|
-
"2025-05-
|
|
16155
|
+
"2025-05-14T00:00:00Z"
|
|
15896
16156
|
]
|
|
15897
16157
|
},
|
|
15898
16158
|
"error_message": {
|
|
@@ -15947,7 +16207,7 @@
|
|
|
15947
16207
|
"title": "Created At",
|
|
15948
16208
|
"description": "Timestamp at which insight upload file was created",
|
|
15949
16209
|
"examples": [
|
|
15950
|
-
"2025-05-
|
|
16210
|
+
"2025-05-13T00:00:00Z"
|
|
15951
16211
|
]
|
|
15952
16212
|
}
|
|
15953
16213
|
},
|
|
@@ -18368,7 +18628,7 @@
|
|
|
18368
18628
|
"title": "Created At",
|
|
18369
18629
|
"description": "Timestamp of campaign creation",
|
|
18370
18630
|
"examples": [
|
|
18371
|
-
"2025-05-
|
|
18631
|
+
"2025-05-14T00:00:00Z"
|
|
18372
18632
|
]
|
|
18373
18633
|
},
|
|
18374
18634
|
"updated_at": {
|
|
@@ -18377,7 +18637,7 @@
|
|
|
18377
18637
|
"title": "Updated At",
|
|
18378
18638
|
"description": "Timestamp of campaign update",
|
|
18379
18639
|
"examples": [
|
|
18380
|
-
"2025-05-
|
|
18640
|
+
"2025-05-14T00:00:00Z"
|
|
18381
18641
|
]
|
|
18382
18642
|
},
|
|
18383
18643
|
"last_updated_by": {
|
|
@@ -21713,7 +21973,7 @@
|
|
|
21713
21973
|
},
|
|
21714
21974
|
{
|
|
21715
21975
|
"name": "channels.twilio.numbers",
|
|
21716
|
-
"description": "Operations related to setting up phone numbers in Twilio for use in
|
|
21976
|
+
"description": "Operations related to setting up phone numbers in Twilio for use in channels."
|
|
21717
21977
|
},
|
|
21718
21978
|
{
|
|
21719
21979
|
"name": "channels.targets",
|
|
@@ -21761,7 +22021,7 @@
|
|
|
21761
22021
|
},
|
|
21762
22022
|
{
|
|
21763
22023
|
"name": "insights.workflows",
|
|
21764
|
-
"description": "Operations related to insights workflows. An workflow is series of tool invocations that processes conversation data to extract information and generate
|
|
22024
|
+
"description": "Operations related to insights workflows. An workflow is series of tool invocations that processes conversation data to extract information and generate reports."
|
|
21765
22025
|
},
|
|
21766
22026
|
{
|
|
21767
22027
|
"name": "language_groups",
|
|
@@ -21853,6 +22113,10 @@
|
|
|
21853
22113
|
"operationId": ".*_list_files$",
|
|
21854
22114
|
"methodNameOverride": "list_files"
|
|
21855
22115
|
},
|
|
22116
|
+
{
|
|
22117
|
+
"operationId": ".*_move_files$",
|
|
22118
|
+
"methodNameOverride": "move_files"
|
|
22119
|
+
},
|
|
21856
22120
|
{
|
|
21857
22121
|
"operationId": ".*_upload_file$",
|
|
21858
22122
|
"methodNameOverride": "upload_file"
|
package/package.json
CHANGED
package/sdk/campaigns.d.ts
CHANGED
|
@@ -18,5 +18,9 @@ export declare class Campaigns extends ClientSDK {
|
|
|
18
18
|
* Update Outbound Communication Campaign
|
|
19
19
|
*/
|
|
20
20
|
update(request: operations.OutboundCampaignUpdateRequest, options?: RequestOptions): Promise<components.OutboundCampaign>;
|
|
21
|
+
/**
|
|
22
|
+
* Delete Outbound Communication Campaign
|
|
23
|
+
*/
|
|
24
|
+
delete(request: operations.OutboundCampaignDeleteRequest, options?: RequestOptions): Promise<any>;
|
|
21
25
|
}
|
|
22
26
|
//# sourceMappingURL=campaigns.d.ts.map
|
package/sdk/campaigns.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"campaigns.d.ts","sourceRoot":"","sources":["../src/sdk/campaigns.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"campaigns.d.ts","sourceRoot":"","sources":["../src/sdk/campaigns.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,SAAU,SAAQ,SAAS;IACtC;;OAEG;IACG,IAAI,CACR,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAQnD;;OAEG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAQvC;;OAEG;IACG,OAAO,CACX,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAQvC;;OAEG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAQvC;;OAEG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC;CAOhB"}
|