syllable-sdk 1.0.16-rc.7 → 1.0.16-rc.9
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/bin/mcp-server.js +663 -548
- package/bin/mcp-server.js.map +21 -18
- package/examples/package-lock.json +1 -1
- package/funcs/directoryCreate.d.ts +2 -1
- package/funcs/directoryCreate.d.ts.map +1 -1
- package/funcs/directoryCreate.js +9 -2
- package/funcs/directoryCreate.js.map +1 -1
- package/funcs/directoryDirectoryMemberDownload.d.ts +3 -1
- package/funcs/directoryDirectoryMemberDownload.d.ts.map +1 -1
- package/funcs/directoryDirectoryMemberDownload.js +23 -5
- package/funcs/directoryDirectoryMemberDownload.js.map +1 -1
- package/funcs/directoryGetById.js +4 -0
- package/funcs/directoryGetById.js.map +1 -1
- package/funcs/directoryList.js +1 -0
- package/funcs/directoryList.js.map +1 -1
- package/funcs/directoryUpdate.js +4 -0
- package/funcs/directoryUpdate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/directoryCreate.d.ts +2 -2
- package/mcp-server/tools/directoryCreate.js +2 -2
- package/mcp-server/tools/directoryCreate.js.map +1 -1
- package/mcp-server/tools/directoryDirectoryMemberDownload.d.ts +6 -1
- package/mcp-server/tools/directoryDirectoryMemberDownload.d.ts.map +1 -1
- package/mcp-server/tools/directoryDirectoryMemberDownload.js +40 -2
- package/mcp-server/tools/directoryDirectoryMemberDownload.js.map +1 -1
- package/models/components/directoryresponseformat.d.ts +18 -0
- package/models/components/directoryresponseformat.d.ts.map +1 -0
- package/models/components/directoryresponseformat.js +52 -0
- package/models/components/directoryresponseformat.js.map +1 -0
- 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/operations/directorymembercreate.d.ts +23 -0
- package/models/operations/directorymembercreate.d.ts.map +1 -0
- package/models/operations/directorymembercreate.js +72 -0
- package/models/operations/directorymembercreate.js.map +1 -0
- package/models/operations/directorymemberdownload.d.ts +21 -0
- package/models/operations/directorymemberdownload.d.ts.map +1 -0
- package/models/operations/directorymemberdownload.js +68 -0
- package/models/operations/directorymemberdownload.js.map +1 -0
- package/models/operations/directorymembergetbyid.d.ts +6 -0
- package/models/operations/directorymembergetbyid.d.ts.map +1 -1
- package/models/operations/directorymembergetbyid.js +5 -0
- package/models/operations/directorymembergetbyid.js.map +1 -1
- package/models/operations/directorymemberlist.d.ts +14 -9
- package/models/operations/directorymemberlist.d.ts.map +1 -1
- package/models/operations/directorymemberlist.js +4 -0
- package/models/operations/directorymemberlist.js.map +1 -1
- package/models/operations/directorymemberupdate.d.ts +5 -0
- package/models/operations/directorymemberupdate.d.ts.map +1 -1
- package/models/operations/directorymemberupdate.js +4 -0
- package/models/operations/directorymemberupdate.js.map +1 -1
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/openapi.json +136 -79
- package/package.json +1 -1
- package/sdk/directory.d.ts +2 -2
- package/sdk/directory.d.ts.map +1 -1
- package/sdk/directory.js +2 -2
- package/sdk/directory.js.map +1 -1
- package/src/funcs/directoryCreate.ts +14 -5
- package/src/funcs/directoryDirectoryMemberDownload.ts +35 -2
- package/src/funcs/directoryGetById.ts +6 -1
- package/src/funcs/directoryList.ts +1 -0
- package/src/funcs/directoryUpdate.ts +6 -1
- package/src/lib/config.ts +4 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/directoryCreate.ts +2 -2
- package/src/mcp-server/tools/directoryDirectoryMemberDownload.ts +11 -2
- package/src/models/components/directoryresponseformat.ts +29 -0
- package/src/models/components/index.ts +1 -0
- package/src/models/operations/directorymembercreate.ts +72 -0
- package/src/models/operations/directorymemberdownload.ts +66 -0
- package/src/models/operations/directorymembergetbyid.ts +10 -0
- package/src/models/operations/directorymemberlist.ts +18 -9
- package/src/models/operations/directorymemberupdate.ts +9 -0
- package/src/models/operations/index.ts +2 -0
- package/src/sdk/directory.ts +3 -1
package/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "SyllableSDK",
|
|
5
5
|
"description": "\n# Syllable Platform SDK\n\nSyllable SDK gives you the power of awesome AI agentry. 🚀\n\n## Overview\n\nThe Syllable SDK provides a comprehensive set of tools and APIs to integrate powerful AI\ncapabilities into your communication applications. Whether you're building phone agents, chatbots,\nvirtual assistants, or any other AI-driven solutions, Syllable SDK has got you covered.\n\n## Features\n\n- **Agent Configuration**: Create and manage agents that can interact with users across various \nchannels.\n- **Channel Management**: Configure channels like SMS, web chat, and more to connect agents with \nusers.\n- **Custom Messages**: Set up custom messages that agents can deliver as greetings or responses.\n- **Conversations**: Track and manage conversations between users and agents, including session \nmanagement.\n- **Tools and Workflows**: Leverage tools and workflows to enhance agent capabilities, such as data \nprocessing and API calls.\n- **Data Sources**: Integrate data sources to provide agents with additional context and \ninformation.\n- **Insights and Analytics**: Analyze conversations and sessions to gain insights into user \ninteractions.\n- **Permissions and Security**: Manage permissions to control access to various features and \nfunctionalities.\n- **Language Support**: Define language groups to enable multilingual support for agents.\n- **Outbound Campaigns**: Create and manage outbound communication campaigns to reach users \neffectively.\n- **Session Labels**: Label sessions with evaluations of quality and descriptions of issues \nencountered.\n- **Incident Management**: Track and manage incidents related to agent interactions.\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.3"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
9
9
|
{
|
|
@@ -8747,6 +8747,17 @@
|
|
|
8747
8747
|
}
|
|
8748
8748
|
],
|
|
8749
8749
|
"parameters": [
|
|
8750
|
+
{
|
|
8751
|
+
"name": "response_format",
|
|
8752
|
+
"in": "query",
|
|
8753
|
+
"required": false,
|
|
8754
|
+
"schema": {
|
|
8755
|
+
"$ref": "#/components/schemas/DirectoryResponseFormat",
|
|
8756
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.",
|
|
8757
|
+
"default": "normalized"
|
|
8758
|
+
},
|
|
8759
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values."
|
|
8760
|
+
},
|
|
8750
8761
|
{
|
|
8751
8762
|
"name": "page",
|
|
8752
8763
|
"in": "query",
|
|
@@ -8761,14 +8772,11 @@
|
|
|
8761
8772
|
"type": "null"
|
|
8762
8773
|
}
|
|
8763
8774
|
],
|
|
8764
|
-
"description": "
|
|
8765
|
-
"examples": [
|
|
8766
|
-
0
|
|
8767
|
-
],
|
|
8775
|
+
"description": "Page number (0-based)",
|
|
8768
8776
|
"default": 0,
|
|
8769
8777
|
"title": "Page"
|
|
8770
8778
|
},
|
|
8771
|
-
"description": "
|
|
8779
|
+
"description": "Page number (0-based)"
|
|
8772
8780
|
},
|
|
8773
8781
|
{
|
|
8774
8782
|
"name": "limit",
|
|
@@ -8777,14 +8785,11 @@
|
|
|
8777
8785
|
"schema": {
|
|
8778
8786
|
"type": "integer",
|
|
8779
8787
|
"minimum": 0,
|
|
8780
|
-
"description": "
|
|
8781
|
-
"examples": [
|
|
8782
|
-
25
|
|
8783
|
-
],
|
|
8788
|
+
"description": "Items per page",
|
|
8784
8789
|
"default": 25,
|
|
8785
8790
|
"title": "Limit"
|
|
8786
8791
|
},
|
|
8787
|
-
"description": "
|
|
8792
|
+
"description": "Items per page"
|
|
8788
8793
|
},
|
|
8789
8794
|
{
|
|
8790
8795
|
"name": "search_fields",
|
|
@@ -8795,14 +8800,11 @@
|
|
|
8795
8800
|
"items": {
|
|
8796
8801
|
"$ref": "#/components/schemas/DirectoryMemberProperties"
|
|
8797
8802
|
},
|
|
8798
|
-
"description": "
|
|
8799
|
-
"examples": [
|
|
8800
|
-
"name"
|
|
8801
|
-
],
|
|
8803
|
+
"description": "Fields to search; aligns with search_field_values",
|
|
8802
8804
|
"default": [],
|
|
8803
8805
|
"title": "Search Fields"
|
|
8804
8806
|
},
|
|
8805
|
-
"description": "
|
|
8807
|
+
"description": "Fields to search; aligns with search_field_values"
|
|
8806
8808
|
},
|
|
8807
8809
|
{
|
|
8808
8810
|
"name": "search_field_values",
|
|
@@ -8813,14 +8815,11 @@
|
|
|
8813
8815
|
"items": {
|
|
8814
8816
|
"type": "string"
|
|
8815
8817
|
},
|
|
8816
|
-
"description": "Values
|
|
8817
|
-
"examples": [
|
|
8818
|
-
"Some Object Name"
|
|
8819
|
-
],
|
|
8818
|
+
"description": "Values for search_fields in matching order",
|
|
8820
8819
|
"default": [],
|
|
8821
8820
|
"title": "Search Field Values"
|
|
8822
8821
|
},
|
|
8823
|
-
"description": "Values
|
|
8822
|
+
"description": "Values for search_fields in matching order"
|
|
8824
8823
|
},
|
|
8825
8824
|
{
|
|
8826
8825
|
"name": "order_by",
|
|
@@ -8835,13 +8834,10 @@
|
|
|
8835
8834
|
"type": "null"
|
|
8836
8835
|
}
|
|
8837
8836
|
],
|
|
8838
|
-
"description": "
|
|
8839
|
-
"examples": [
|
|
8840
|
-
"name"
|
|
8841
|
-
],
|
|
8837
|
+
"description": "Field to order results by",
|
|
8842
8838
|
"title": "Order By"
|
|
8843
8839
|
},
|
|
8844
|
-
"description": "
|
|
8840
|
+
"description": "Field to order results by"
|
|
8845
8841
|
},
|
|
8846
8842
|
{
|
|
8847
8843
|
"name": "order_by_direction",
|
|
@@ -8856,10 +8852,10 @@
|
|
|
8856
8852
|
"type": "null"
|
|
8857
8853
|
}
|
|
8858
8854
|
],
|
|
8859
|
-
"description": "
|
|
8855
|
+
"description": "Direction to order results",
|
|
8860
8856
|
"title": "Order By Direction"
|
|
8861
8857
|
},
|
|
8862
|
-
"description": "
|
|
8858
|
+
"description": "Direction to order results"
|
|
8863
8859
|
},
|
|
8864
8860
|
{
|
|
8865
8861
|
"name": "fields",
|
|
@@ -8877,11 +8873,11 @@
|
|
|
8877
8873
|
"type": "null"
|
|
8878
8874
|
}
|
|
8879
8875
|
],
|
|
8880
|
-
"description": "
|
|
8876
|
+
"description": "Fields to include in response",
|
|
8881
8877
|
"default": [],
|
|
8882
8878
|
"title": "Fields"
|
|
8883
8879
|
},
|
|
8884
|
-
"description": "
|
|
8880
|
+
"description": "Fields to include in response"
|
|
8885
8881
|
},
|
|
8886
8882
|
{
|
|
8887
8883
|
"name": "start_datetime",
|
|
@@ -8896,13 +8892,10 @@
|
|
|
8896
8892
|
"type": "null"
|
|
8897
8893
|
}
|
|
8898
8894
|
],
|
|
8899
|
-
"description": "
|
|
8900
|
-
"examples": [
|
|
8901
|
-
"2023-01-01T00:00:00Z"
|
|
8902
|
-
],
|
|
8895
|
+
"description": "Start datetime for filtering results",
|
|
8903
8896
|
"title": "Start Datetime"
|
|
8904
8897
|
},
|
|
8905
|
-
"description": "
|
|
8898
|
+
"description": "Start datetime for filtering results"
|
|
8906
8899
|
},
|
|
8907
8900
|
{
|
|
8908
8901
|
"name": "end_datetime",
|
|
@@ -8917,13 +8910,10 @@
|
|
|
8917
8910
|
"type": "null"
|
|
8918
8911
|
}
|
|
8919
8912
|
],
|
|
8920
|
-
"description": "
|
|
8921
|
-
"examples": [
|
|
8922
|
-
"2024-01-01T00:00:00Z"
|
|
8923
|
-
],
|
|
8913
|
+
"description": "End datetime for filtering results",
|
|
8924
8914
|
"title": "End Datetime"
|
|
8925
8915
|
},
|
|
8926
|
-
"description": "
|
|
8916
|
+
"description": "End datetime for filtering results"
|
|
8927
8917
|
}
|
|
8928
8918
|
],
|
|
8929
8919
|
"responses": {
|
|
@@ -8961,6 +8951,19 @@
|
|
|
8961
8951
|
"APIKeyHeader": []
|
|
8962
8952
|
}
|
|
8963
8953
|
],
|
|
8954
|
+
"parameters": [
|
|
8955
|
+
{
|
|
8956
|
+
"name": "response_format",
|
|
8957
|
+
"in": "query",
|
|
8958
|
+
"required": false,
|
|
8959
|
+
"schema": {
|
|
8960
|
+
"$ref": "#/components/schemas/DirectoryResponseFormat",
|
|
8961
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.",
|
|
8962
|
+
"default": "normalized"
|
|
8963
|
+
},
|
|
8964
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values."
|
|
8965
|
+
}
|
|
8966
|
+
],
|
|
8964
8967
|
"requestBody": {
|
|
8965
8968
|
"required": true,
|
|
8966
8969
|
"content": {
|
|
@@ -9017,6 +9020,17 @@
|
|
|
9017
9020
|
"type": "integer",
|
|
9018
9021
|
"title": "Member Id"
|
|
9019
9022
|
}
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
"name": "response_format",
|
|
9026
|
+
"in": "query",
|
|
9027
|
+
"required": false,
|
|
9028
|
+
"schema": {
|
|
9029
|
+
"$ref": "#/components/schemas/DirectoryResponseFormat",
|
|
9030
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.",
|
|
9031
|
+
"default": "normalized"
|
|
9032
|
+
},
|
|
9033
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values."
|
|
9020
9034
|
}
|
|
9021
9035
|
],
|
|
9022
9036
|
"responses": {
|
|
@@ -9063,6 +9077,17 @@
|
|
|
9063
9077
|
"type": "integer",
|
|
9064
9078
|
"title": "Member Id"
|
|
9065
9079
|
}
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
"name": "response_format",
|
|
9083
|
+
"in": "query",
|
|
9084
|
+
"required": false,
|
|
9085
|
+
"schema": {
|
|
9086
|
+
"$ref": "#/components/schemas/DirectoryResponseFormat",
|
|
9087
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.",
|
|
9088
|
+
"default": "normalized"
|
|
9089
|
+
},
|
|
9090
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values."
|
|
9066
9091
|
}
|
|
9067
9092
|
],
|
|
9068
9093
|
"requestBody": {
|
|
@@ -9306,6 +9331,24 @@
|
|
|
9306
9331
|
"summary": "Download Directory Members",
|
|
9307
9332
|
"description": "Download the entire directory as a JSON file.",
|
|
9308
9333
|
"operationId": "directory_member_download",
|
|
9334
|
+
"security": [
|
|
9335
|
+
{
|
|
9336
|
+
"APIKeyHeader": []
|
|
9337
|
+
}
|
|
9338
|
+
],
|
|
9339
|
+
"parameters": [
|
|
9340
|
+
{
|
|
9341
|
+
"name": "response_format",
|
|
9342
|
+
"in": "query",
|
|
9343
|
+
"required": false,
|
|
9344
|
+
"schema": {
|
|
9345
|
+
"$ref": "#/components/schemas/DirectoryResponseFormat",
|
|
9346
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.",
|
|
9347
|
+
"default": "normalized"
|
|
9348
|
+
},
|
|
9349
|
+
"description": "Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values."
|
|
9350
|
+
}
|
|
9351
|
+
],
|
|
9309
9352
|
"responses": {
|
|
9310
9353
|
"200": {
|
|
9311
9354
|
"description": "Directory downloaded successfully",
|
|
@@ -9317,13 +9360,18 @@
|
|
|
9317
9360
|
},
|
|
9318
9361
|
"500": {
|
|
9319
9362
|
"description": "Internal Server Error"
|
|
9363
|
+
},
|
|
9364
|
+
"422": {
|
|
9365
|
+
"description": "Validation Error",
|
|
9366
|
+
"content": {
|
|
9367
|
+
"application/json": {
|
|
9368
|
+
"schema": {
|
|
9369
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
9370
|
+
}
|
|
9371
|
+
}
|
|
9372
|
+
}
|
|
9320
9373
|
}
|
|
9321
|
-
}
|
|
9322
|
-
"security": [
|
|
9323
|
-
{
|
|
9324
|
-
"APIKeyHeader": []
|
|
9325
|
-
}
|
|
9326
|
-
]
|
|
9374
|
+
}
|
|
9327
9375
|
}
|
|
9328
9376
|
},
|
|
9329
9377
|
"/api/v1/dashboards/list": {
|
|
@@ -13942,7 +13990,7 @@
|
|
|
13942
13990
|
"title": "Batch Id",
|
|
13943
13991
|
"description": "Unique ID for conversation batch",
|
|
13944
13992
|
"examples": [
|
|
13945
|
-
"
|
|
13993
|
+
"20251215.9"
|
|
13946
13994
|
]
|
|
13947
13995
|
},
|
|
13948
13996
|
"campaign_id": {
|
|
@@ -13966,7 +14014,7 @@
|
|
|
13966
14014
|
"title": "Expires On",
|
|
13967
14015
|
"description": "Timestamp of batch expiration",
|
|
13968
14016
|
"examples": [
|
|
13969
|
-
"2025-12-
|
|
14017
|
+
"2025-12-16T00:00:00Z"
|
|
13970
14018
|
]
|
|
13971
14019
|
},
|
|
13972
14020
|
"paused": {
|
|
@@ -14019,7 +14067,7 @@
|
|
|
14019
14067
|
"title": "Created At",
|
|
14020
14068
|
"description": "Timestamp of batch creation",
|
|
14021
14069
|
"examples": [
|
|
14022
|
-
"2025-12-
|
|
14070
|
+
"2025-12-15T00:00:00Z"
|
|
14023
14071
|
]
|
|
14024
14072
|
},
|
|
14025
14073
|
"deleted_at": {
|
|
@@ -14035,7 +14083,7 @@
|
|
|
14035
14083
|
"title": "Deleted At",
|
|
14036
14084
|
"description": "Timestamp of batch deletion",
|
|
14037
14085
|
"examples": [
|
|
14038
|
-
"2025-12-
|
|
14086
|
+
"2025-12-15T00:00:00Z"
|
|
14039
14087
|
]
|
|
14040
14088
|
},
|
|
14041
14089
|
"deleted_reason": {
|
|
@@ -14066,7 +14114,7 @@
|
|
|
14066
14114
|
"title": "Last Updated At",
|
|
14067
14115
|
"description": "Timestamp of last change to batch",
|
|
14068
14116
|
"examples": [
|
|
14069
|
-
"2025-12-
|
|
14117
|
+
"2025-12-15T00:00:00Z"
|
|
14070
14118
|
]
|
|
14071
14119
|
},
|
|
14072
14120
|
"last_updated_by": {
|
|
@@ -14973,7 +15021,7 @@
|
|
|
14973
15021
|
"title": "Batch Id",
|
|
14974
15022
|
"description": "Unique ID for conversation batch",
|
|
14975
15023
|
"examples": [
|
|
14976
|
-
"
|
|
15024
|
+
"20251215.9"
|
|
14977
15025
|
]
|
|
14978
15026
|
},
|
|
14979
15027
|
"campaign_id": {
|
|
@@ -14997,7 +15045,7 @@
|
|
|
14997
15045
|
"title": "Expires On",
|
|
14998
15046
|
"description": "Timestamp of batch expiration",
|
|
14999
15047
|
"examples": [
|
|
15000
|
-
"2025-12-
|
|
15048
|
+
"2025-12-16T00:00:00Z"
|
|
15001
15049
|
]
|
|
15002
15050
|
},
|
|
15003
15051
|
"paused": {
|
|
@@ -15050,7 +15098,7 @@
|
|
|
15050
15098
|
"title": "Created At",
|
|
15051
15099
|
"description": "Timestamp of batch creation",
|
|
15052
15100
|
"examples": [
|
|
15053
|
-
"2025-12-
|
|
15101
|
+
"2025-12-15T00:00:00Z"
|
|
15054
15102
|
]
|
|
15055
15103
|
},
|
|
15056
15104
|
"deleted_at": {
|
|
@@ -15066,7 +15114,7 @@
|
|
|
15066
15114
|
"title": "Deleted At",
|
|
15067
15115
|
"description": "Timestamp of batch deletion",
|
|
15068
15116
|
"examples": [
|
|
15069
|
-
"2025-12-
|
|
15117
|
+
"2025-12-15T00:00:00Z"
|
|
15070
15118
|
]
|
|
15071
15119
|
},
|
|
15072
15120
|
"deleted_reason": {
|
|
@@ -15097,7 +15145,7 @@
|
|
|
15097
15145
|
"title": "Last Updated At",
|
|
15098
15146
|
"description": "Timestamp of last change to batch",
|
|
15099
15147
|
"examples": [
|
|
15100
|
-
"2025-12-
|
|
15148
|
+
"2025-12-15T00:00:00Z"
|
|
15101
15149
|
]
|
|
15102
15150
|
},
|
|
15103
15151
|
"last_updated_by": {
|
|
@@ -15140,7 +15188,7 @@
|
|
|
15140
15188
|
"title": "Batch Id",
|
|
15141
15189
|
"description": "Unique ID for conversation batch",
|
|
15142
15190
|
"examples": [
|
|
15143
|
-
"
|
|
15191
|
+
"20251215.9"
|
|
15144
15192
|
]
|
|
15145
15193
|
},
|
|
15146
15194
|
"campaign_id": {
|
|
@@ -15164,7 +15212,7 @@
|
|
|
15164
15212
|
"title": "Expires On",
|
|
15165
15213
|
"description": "Timestamp of batch expiration",
|
|
15166
15214
|
"examples": [
|
|
15167
|
-
"2025-12-
|
|
15215
|
+
"2025-12-16T00:00:00Z"
|
|
15168
15216
|
]
|
|
15169
15217
|
},
|
|
15170
15218
|
"paused": {
|
|
@@ -15313,7 +15361,7 @@
|
|
|
15313
15361
|
"title": "Created At",
|
|
15314
15362
|
"description": "Timestamp of request creation",
|
|
15315
15363
|
"examples": [
|
|
15316
|
-
"2025-12-
|
|
15364
|
+
"2025-12-14T00:00:00Z"
|
|
15317
15365
|
]
|
|
15318
15366
|
},
|
|
15319
15367
|
"sent_at": {
|
|
@@ -15329,7 +15377,7 @@
|
|
|
15329
15377
|
"title": "Sent At",
|
|
15330
15378
|
"description": "Timestamp at which request was sent",
|
|
15331
15379
|
"examples": [
|
|
15332
|
-
"2025-12-
|
|
15380
|
+
"2025-12-15T00:00:00Z"
|
|
15333
15381
|
]
|
|
15334
15382
|
},
|
|
15335
15383
|
"attempt_count": {
|
|
@@ -17654,6 +17702,15 @@
|
|
|
17654
17702
|
"title": "DirectoryMemberUpdate",
|
|
17655
17703
|
"description": "Request model to update a directory member."
|
|
17656
17704
|
},
|
|
17705
|
+
"DirectoryResponseFormat": {
|
|
17706
|
+
"type": "string",
|
|
17707
|
+
"enum": [
|
|
17708
|
+
"normalized",
|
|
17709
|
+
"raw"
|
|
17710
|
+
],
|
|
17711
|
+
"title": "DirectoryResponseFormat",
|
|
17712
|
+
"description": "Response shape selector for directory member APIs."
|
|
17713
|
+
},
|
|
17657
17714
|
"Event": {
|
|
17658
17715
|
"properties": {
|
|
17659
17716
|
"timestamp": {
|
|
@@ -18204,7 +18261,7 @@
|
|
|
18204
18261
|
"title": "Created At",
|
|
18205
18262
|
"description": "Timestamp at which insight upload folder was created",
|
|
18206
18263
|
"examples": [
|
|
18207
|
-
"2025-12-
|
|
18264
|
+
"2025-12-14T00:00:00Z"
|
|
18208
18265
|
]
|
|
18209
18266
|
},
|
|
18210
18267
|
"updated_at": {
|
|
@@ -18213,7 +18270,7 @@
|
|
|
18213
18270
|
"title": "Updated At",
|
|
18214
18271
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
18215
18272
|
"examples": [
|
|
18216
|
-
"2025-12-
|
|
18273
|
+
"2025-12-15T00:00:00Z"
|
|
18217
18274
|
]
|
|
18218
18275
|
},
|
|
18219
18276
|
"last_updated_by": {
|
|
@@ -19183,7 +19240,7 @@
|
|
|
19183
19240
|
"title": "Created At",
|
|
19184
19241
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
19185
19242
|
"examples": [
|
|
19186
|
-
"2025-12-
|
|
19243
|
+
"2025-12-14T00:00:00Z"
|
|
19187
19244
|
]
|
|
19188
19245
|
},
|
|
19189
19246
|
"updated_at": {
|
|
@@ -19192,7 +19249,7 @@
|
|
|
19192
19249
|
"title": "Updated At",
|
|
19193
19250
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
19194
19251
|
"examples": [
|
|
19195
|
-
"2025-12-
|
|
19252
|
+
"2025-12-15T00:00:00Z"
|
|
19196
19253
|
]
|
|
19197
19254
|
},
|
|
19198
19255
|
"last_updated_by": {
|
|
@@ -19573,7 +19630,7 @@
|
|
|
19573
19630
|
"title": "Start Datetime",
|
|
19574
19631
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19575
19632
|
"examples": [
|
|
19576
|
-
"2025-12-
|
|
19633
|
+
"2025-12-14T00:00:00Z"
|
|
19577
19634
|
]
|
|
19578
19635
|
},
|
|
19579
19636
|
"end_datetime": {
|
|
@@ -19589,7 +19646,7 @@
|
|
|
19589
19646
|
"title": "End Datetime",
|
|
19590
19647
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19591
19648
|
"examples": [
|
|
19592
|
-
"2025-12-
|
|
19649
|
+
"2025-12-15T00:00:00Z"
|
|
19593
19650
|
]
|
|
19594
19651
|
}
|
|
19595
19652
|
},
|
|
@@ -19664,7 +19721,7 @@
|
|
|
19664
19721
|
"title": "Start Datetime",
|
|
19665
19722
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
19666
19723
|
"examples": [
|
|
19667
|
-
"2025-12-
|
|
19724
|
+
"2025-12-14T00:00:00Z"
|
|
19668
19725
|
]
|
|
19669
19726
|
},
|
|
19670
19727
|
"end_datetime": {
|
|
@@ -19680,7 +19737,7 @@
|
|
|
19680
19737
|
"title": "End Datetime",
|
|
19681
19738
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
19682
19739
|
"examples": [
|
|
19683
|
-
"2025-12-
|
|
19740
|
+
"2025-12-15T00:00:00Z"
|
|
19684
19741
|
]
|
|
19685
19742
|
},
|
|
19686
19743
|
"id": {
|
|
@@ -19733,7 +19790,7 @@
|
|
|
19733
19790
|
"title": "Created At",
|
|
19734
19791
|
"description": "Timestamp at which the insight workflow was created",
|
|
19735
19792
|
"examples": [
|
|
19736
|
-
"2025-12-
|
|
19793
|
+
"2025-12-14T00:00:00Z"
|
|
19737
19794
|
]
|
|
19738
19795
|
},
|
|
19739
19796
|
"updated_at": {
|
|
@@ -19742,7 +19799,7 @@
|
|
|
19742
19799
|
"title": "Updated At",
|
|
19743
19800
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
19744
19801
|
"examples": [
|
|
19745
|
-
"2025-12-
|
|
19802
|
+
"2025-12-15T00:00:00Z"
|
|
19746
19803
|
]
|
|
19747
19804
|
},
|
|
19748
19805
|
"last_updated_by": {
|
|
@@ -19838,7 +19895,7 @@
|
|
|
19838
19895
|
"title": "Created At",
|
|
19839
19896
|
"description": "Timestamp at which insight upload folder was created",
|
|
19840
19897
|
"examples": [
|
|
19841
|
-
"2025-12-
|
|
19898
|
+
"2025-12-14T00:00:00Z"
|
|
19842
19899
|
]
|
|
19843
19900
|
},
|
|
19844
19901
|
"updated_at": {
|
|
@@ -19847,7 +19904,7 @@
|
|
|
19847
19904
|
"title": "Updated At",
|
|
19848
19905
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
19849
19906
|
"examples": [
|
|
19850
|
-
"2025-12-
|
|
19907
|
+
"2025-12-15T00:00:00Z"
|
|
19851
19908
|
]
|
|
19852
19909
|
},
|
|
19853
19910
|
"last_updated_by": {
|
|
@@ -20082,7 +20139,7 @@
|
|
|
20082
20139
|
"title": "Created At",
|
|
20083
20140
|
"description": "Timestamp at which insight tool result was created",
|
|
20084
20141
|
"examples": [
|
|
20085
|
-
"2025-12-
|
|
20142
|
+
"2025-12-14T00:00:00Z"
|
|
20086
20143
|
]
|
|
20087
20144
|
},
|
|
20088
20145
|
"updated_at": {
|
|
@@ -20091,7 +20148,7 @@
|
|
|
20091
20148
|
"title": "Updated At",
|
|
20092
20149
|
"description": "Timestamp at which insight tool result was last updated",
|
|
20093
20150
|
"examples": [
|
|
20094
|
-
"2025-12-
|
|
20151
|
+
"2025-12-15T00:00:00Z"
|
|
20095
20152
|
]
|
|
20096
20153
|
},
|
|
20097
20154
|
"upload_file_metadata": {
|
|
@@ -20236,7 +20293,7 @@
|
|
|
20236
20293
|
"title": "Start Time",
|
|
20237
20294
|
"description": "Start time of the uploaded file",
|
|
20238
20295
|
"examples": [
|
|
20239
|
-
"2025-12-
|
|
20296
|
+
"2025-12-14T00:00:00Z"
|
|
20240
20297
|
]
|
|
20241
20298
|
},
|
|
20242
20299
|
"end_time": {
|
|
@@ -20252,7 +20309,7 @@
|
|
|
20252
20309
|
"title": "End Time",
|
|
20253
20310
|
"description": "End time of the uploaded file",
|
|
20254
20311
|
"examples": [
|
|
20255
|
-
"2025-12-
|
|
20312
|
+
"2025-12-15T00:00:00Z"
|
|
20256
20313
|
]
|
|
20257
20314
|
},
|
|
20258
20315
|
"error_message": {
|
|
@@ -20307,7 +20364,7 @@
|
|
|
20307
20364
|
"title": "Created At",
|
|
20308
20365
|
"description": "Timestamp at which insight upload file was created",
|
|
20309
20366
|
"examples": [
|
|
20310
|
-
"2025-12-
|
|
20367
|
+
"2025-12-14T00:00:00Z"
|
|
20311
20368
|
]
|
|
20312
20369
|
}
|
|
20313
20370
|
},
|
|
@@ -23666,7 +23723,7 @@
|
|
|
23666
23723
|
"title": "Created At",
|
|
23667
23724
|
"description": "Timestamp of campaign creation",
|
|
23668
23725
|
"examples": [
|
|
23669
|
-
"2025-12-
|
|
23726
|
+
"2025-12-15T00:00:00Z"
|
|
23670
23727
|
]
|
|
23671
23728
|
},
|
|
23672
23729
|
"updated_at": {
|
|
@@ -23675,7 +23732,7 @@
|
|
|
23675
23732
|
"title": "Updated At",
|
|
23676
23733
|
"description": "Timestamp of campaign update",
|
|
23677
23734
|
"examples": [
|
|
23678
|
-
"2025-12-
|
|
23735
|
+
"2025-12-15T00:00:00Z"
|
|
23679
23736
|
]
|
|
23680
23737
|
},
|
|
23681
23738
|
"last_updated_by": {
|
package/package.json
CHANGED
package/sdk/directory.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare class Directory extends ClientSDK {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* Create a new member in the directory
|
|
17
17
|
*/
|
|
18
|
-
create(request:
|
|
18
|
+
create(request: operations.DirectoryMemberCreateRequest, options?: RequestOptions): Promise<components.DirectoryMember>;
|
|
19
19
|
/**
|
|
20
20
|
* Get Directory Member By Id
|
|
21
21
|
*
|
|
@@ -57,6 +57,6 @@ export declare class Directory extends ClientSDK {
|
|
|
57
57
|
* @remarks
|
|
58
58
|
* Download the entire directory as a JSON file.
|
|
59
59
|
*/
|
|
60
|
-
directoryMemberDownload(options?: RequestOptions): Promise<any>;
|
|
60
|
+
directoryMemberDownload(request: operations.DirectoryMemberDownloadRequest, options?: RequestOptions): Promise<any>;
|
|
61
61
|
}
|
|
62
62
|
//# sourceMappingURL=directory.d.ts.map
|
package/sdk/directory.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directory.d.ts","sourceRoot":"","sources":["../src/sdk/directory.ts"],"names":[],"mappings":"AAYA,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;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"directory.d.ts","sourceRoot":"","sources":["../src/sdk/directory.ts"],"names":[],"mappings":"AAYA,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;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAQtC;;;;;OAKG;IACG,OAAO,CACX,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAQtC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAQtC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC;IAQf;;;;;OAKG;IACG,4BAA4B,CAChC,OAAO,EAAE,UAAU,CAAC,mCAAmC,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;;;;OAKG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC;IAQf;;;;;OAKG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC;CAOhB"}
|
package/sdk/directory.js
CHANGED
|
@@ -84,8 +84,8 @@ class Directory extends sdks_js_1.ClientSDK {
|
|
|
84
84
|
* @remarks
|
|
85
85
|
* Download the entire directory as a JSON file.
|
|
86
86
|
*/
|
|
87
|
-
async directoryMemberDownload(options) {
|
|
88
|
-
return (0, fp_js_1.unwrapAsync)((0, directoryDirectoryMemberDownload_js_1.directoryDirectoryMemberDownload)(this, options));
|
|
87
|
+
async directoryMemberDownload(request, options) {
|
|
88
|
+
return (0, fp_js_1.unwrapAsync)((0, directoryDirectoryMemberDownload_js_1.directoryDirectoryMemberDownload)(this, request, options));
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
exports.Directory = Directory;
|
package/sdk/directory.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directory.js","sourceRoot":"","sources":["../src/sdk/directory.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,oEAA8D;AAC9D,oEAA8D;AAC9D,sGAAgG;AAChG,sGAAgG;AAChG,gHAA0G;AAC1G,sEAAgE;AAChE,gEAA0D;AAC1D,oEAA8D;AAC9D,4CAA2D;AAG3D,0CAA6C;AAE7C,MAAa,SAAU,SAAQ,mBAAS;IACtC;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,OAA8C,EAC9C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gCAAa,EAC9B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,
|
|
1
|
+
{"version":3,"file":"directory.js","sourceRoot":"","sources":["../src/sdk/directory.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,oEAA8D;AAC9D,oEAA8D;AAC9D,sGAAgG;AAChG,sGAAgG;AAChG,gHAA0G;AAC1G,sEAAgE;AAChE,gEAA0D;AAC1D,oEAA8D;AAC9D,4CAA2D;AAG3D,0CAA6C;AAE7C,MAAa,SAAU,SAAQ,mBAAS;IACtC;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,OAA8C,EAC9C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gCAAa,EAC9B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAAgD,EAChD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,oCAAe,EAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,OAAO,CACX,OAAiD,EACjD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sCAAgB,EACjC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAAgD,EAChD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,oCAAe,EAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAAgD,EAChD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,oCAAe,EAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,4BAA4B,CAChC,OAAuD,EACvD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gFAAqC,EACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,uBAAuB,CAC3B,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sEAAgC,EACjD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,uBAAuB,CAC3B,OAAkD,EAClD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,sEAAgC,EACjD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AAxID,8BAwIC"}
|