@scout9/admin 1.0.0-alpha.0.0.70 → 1.0.0-alpha.0.0.72
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/build/api.d.ts +6 -6
- package/build/api.js +65 -65
- package/package.json +3 -2
- package/src/api.ts +71 -71
- package/tsconfig.tsbuildinfo +1 -1
package/build/api.d.ts
CHANGED
|
@@ -3326,11 +3326,11 @@ export interface GenerateRequestOneOf {
|
|
|
3326
3326
|
*/
|
|
3327
3327
|
'customerIdOrPhoneOrEmail'?: string;
|
|
3328
3328
|
/**
|
|
3329
|
-
* Custom
|
|
3329
|
+
* Custom Workflow Action ids to execute for supported custom business logic
|
|
3330
3330
|
* @type {Array<string>}
|
|
3331
3331
|
* @memberof GenerateRequestOneOf
|
|
3332
3332
|
*/
|
|
3333
|
-
'
|
|
3333
|
+
'actions'?: Array<string>;
|
|
3334
3334
|
}
|
|
3335
3335
|
/**
|
|
3336
3336
|
*
|
|
@@ -3369,11 +3369,11 @@ export interface GenerateRequestOneOf1 {
|
|
|
3369
3369
|
*/
|
|
3370
3370
|
'pmt'?: PmtConfig;
|
|
3371
3371
|
/**
|
|
3372
|
-
* Custom
|
|
3372
|
+
* Custom Workflow Action ids to execute for supported custom business logic
|
|
3373
3373
|
* @type {Array<string>}
|
|
3374
3374
|
* @memberof GenerateRequestOneOf1
|
|
3375
3375
|
*/
|
|
3376
|
-
'
|
|
3376
|
+
'actions'?: Array<string>;
|
|
3377
3377
|
}
|
|
3378
3378
|
/**
|
|
3379
3379
|
* @type GenerateRequestOneOf1Persona
|
|
@@ -5992,11 +5992,11 @@ export interface MessageCreateRequest {
|
|
|
5992
5992
|
*/
|
|
5993
5993
|
'messageHtml'?: string;
|
|
5994
5994
|
/**
|
|
5995
|
-
* Custom
|
|
5995
|
+
* Custom Workflow Action ids to execute for supported custom business logic
|
|
5996
5996
|
* @type {Array<string>}
|
|
5997
5997
|
* @memberof MessageCreateRequest
|
|
5998
5998
|
*/
|
|
5999
|
-
'
|
|
5999
|
+
'actions'?: Array<string>;
|
|
6000
6000
|
/**
|
|
6001
6001
|
*
|
|
6002
6002
|
* @type {LlmConfig}
|
package/build/api.js
CHANGED
|
@@ -529,7 +529,7 @@ const NoopApiAxiosParamCreator = function (configuration) {
|
|
|
529
529
|
ping: async (pingRequest, options = {}) => {
|
|
530
530
|
// verify required parameter 'pingRequest' is not null or undefined
|
|
531
531
|
(0, common_1.assertParamExists)('ping', 'pingRequest', pingRequest);
|
|
532
|
-
const localVarPath = `/v1
|
|
532
|
+
const localVarPath = `/v1/utils-ping`;
|
|
533
533
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
534
534
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
535
535
|
let baseOptions;
|
|
@@ -635,7 +635,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
635
635
|
(0, common_1.assertParamExists)('addEntity', 'id', id);
|
|
636
636
|
// verify required parameter 'entityData' is not null or undefined
|
|
637
637
|
(0, common_1.assertParamExists)('addEntity', 'entityData', entityData);
|
|
638
|
-
const localVarPath = `/v1
|
|
638
|
+
const localVarPath = `/v1/entity/{type}/{id}`
|
|
639
639
|
.replace(`{${"type"}}`, encodeURIComponent(String(type)))
|
|
640
640
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
641
641
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -667,7 +667,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
667
667
|
agent: async (id, options = {}) => {
|
|
668
668
|
// verify required parameter 'id' is not null or undefined
|
|
669
669
|
(0, common_1.assertParamExists)('agent', 'id', id);
|
|
670
|
-
const localVarPath = `/v1
|
|
670
|
+
const localVarPath = `/v1/agent`;
|
|
671
671
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
672
672
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
673
673
|
let baseOptions;
|
|
@@ -698,7 +698,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
698
698
|
agentDelete: async (id, options = {}) => {
|
|
699
699
|
// verify required parameter 'id' is not null or undefined
|
|
700
700
|
(0, common_1.assertParamExists)('agentDelete', 'id', id);
|
|
701
|
-
const localVarPath = `/v1
|
|
701
|
+
const localVarPath = `/v1/agent`;
|
|
702
702
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
703
703
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
704
704
|
let baseOptions;
|
|
@@ -729,7 +729,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
729
729
|
agentRegister: async (createAgentRequest, options = {}) => {
|
|
730
730
|
// verify required parameter 'createAgentRequest' is not null or undefined
|
|
731
731
|
(0, common_1.assertParamExists)('agentRegister', 'createAgentRequest', createAgentRequest);
|
|
732
|
-
const localVarPath = `/v1
|
|
732
|
+
const localVarPath = `/v1/agent`;
|
|
733
733
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
734
734
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
735
735
|
let baseOptions;
|
|
@@ -759,7 +759,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
759
759
|
agentUpdate: async (updateAgentRequest, options = {}) => {
|
|
760
760
|
// verify required parameter 'updateAgentRequest' is not null or undefined
|
|
761
761
|
(0, common_1.assertParamExists)('agentUpdate', 'updateAgentRequest', updateAgentRequest);
|
|
762
|
-
const localVarPath = `/v1
|
|
762
|
+
const localVarPath = `/v1/agent`;
|
|
763
763
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
764
764
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
765
765
|
let baseOptions;
|
|
@@ -788,7 +788,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
788
788
|
* @throws {RequiredError}
|
|
789
789
|
*/
|
|
790
790
|
agents: async (q, id, options = {}) => {
|
|
791
|
-
const localVarPath = `/v1
|
|
791
|
+
const localVarPath = `/v1/agents`;
|
|
792
792
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
793
793
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
794
794
|
let baseOptions;
|
|
@@ -822,7 +822,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
822
822
|
agentsCreate: async (createAgentsRequest, options = {}) => {
|
|
823
823
|
// verify required parameter 'createAgentsRequest' is not null or undefined
|
|
824
824
|
(0, common_1.assertParamExists)('agentsCreate', 'createAgentsRequest', createAgentsRequest);
|
|
825
|
-
const localVarPath = `/v1
|
|
825
|
+
const localVarPath = `/v1/agents`;
|
|
826
826
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
827
827
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
828
828
|
let baseOptions;
|
|
@@ -850,7 +850,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
850
850
|
* @throws {RequiredError}
|
|
851
851
|
*/
|
|
852
852
|
agentsDelete: async (id, options = {}) => {
|
|
853
|
-
const localVarPath = `/v1
|
|
853
|
+
const localVarPath = `/v1/agents`;
|
|
854
854
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
855
855
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
856
856
|
let baseOptions;
|
|
@@ -881,7 +881,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
881
881
|
agentsUpdate: async (updateAgentsRequest, options = {}) => {
|
|
882
882
|
// verify required parameter 'updateAgentsRequest' is not null or undefined
|
|
883
883
|
(0, common_1.assertParamExists)('agentsUpdate', 'updateAgentsRequest', updateAgentsRequest);
|
|
884
|
-
const localVarPath = `/v1
|
|
884
|
+
const localVarPath = `/v1/agents`;
|
|
885
885
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
886
886
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
887
887
|
let baseOptions;
|
|
@@ -911,7 +911,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
911
911
|
captureContext: async (macroContextInput, options = {}) => {
|
|
912
912
|
// verify required parameter 'macroContextInput' is not null or undefined
|
|
913
913
|
(0, common_1.assertParamExists)('captureContext', 'macroContextInput', macroContextInput);
|
|
914
|
-
const localVarPath = `/v1
|
|
914
|
+
const localVarPath = `/v1/utils-macros-context`;
|
|
915
915
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
916
916
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
917
917
|
let baseOptions;
|
|
@@ -938,7 +938,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
938
938
|
* @throws {RequiredError}
|
|
939
939
|
*/
|
|
940
940
|
config: async (options = {}) => {
|
|
941
|
-
const localVarPath = `/v1
|
|
941
|
+
const localVarPath = `/v1/config`;
|
|
942
942
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
943
943
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
944
944
|
let baseOptions;
|
|
@@ -966,7 +966,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
966
966
|
contextualize: async (contextualizerRequest, options = {}) => {
|
|
967
967
|
// verify required parameter 'contextualizerRequest' is not null or undefined
|
|
968
968
|
(0, common_1.assertParamExists)('contextualize', 'contextualizerRequest', contextualizerRequest);
|
|
969
|
-
const localVarPath = `/v1
|
|
969
|
+
const localVarPath = `/v1/contextualize`;
|
|
970
970
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
971
971
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
972
972
|
let baseOptions;
|
|
@@ -996,7 +996,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
996
996
|
conversation: async (id, options = {}) => {
|
|
997
997
|
// verify required parameter 'id' is not null or undefined
|
|
998
998
|
(0, common_1.assertParamExists)('conversation', 'id', id);
|
|
999
|
-
const localVarPath = `/v1
|
|
999
|
+
const localVarPath = `/v1/conversation`;
|
|
1000
1000
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1001
1001
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1002
1002
|
let baseOptions;
|
|
@@ -1027,7 +1027,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1027
1027
|
conversationContext: async (id, options = {}) => {
|
|
1028
1028
|
// verify required parameter 'id' is not null or undefined
|
|
1029
1029
|
(0, common_1.assertParamExists)('conversationContext', 'id', id);
|
|
1030
|
-
const localVarPath = `/v1
|
|
1030
|
+
const localVarPath = `/v1/conversationContext`;
|
|
1031
1031
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1032
1032
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1033
1033
|
let baseOptions;
|
|
@@ -1058,7 +1058,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1058
1058
|
conversationContextUpdate: async (conversationContextUpdateRequest, options = {}) => {
|
|
1059
1059
|
// verify required parameter 'conversationContextUpdateRequest' is not null or undefined
|
|
1060
1060
|
(0, common_1.assertParamExists)('conversationContextUpdate', 'conversationContextUpdateRequest', conversationContextUpdateRequest);
|
|
1061
|
-
const localVarPath = `/v1
|
|
1061
|
+
const localVarPath = `/v1/conversationContext`;
|
|
1062
1062
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1063
1063
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1064
1064
|
let baseOptions;
|
|
@@ -1088,7 +1088,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1088
1088
|
conversationCreate: async (conversationCreateRequest, options = {}) => {
|
|
1089
1089
|
// verify required parameter 'conversationCreateRequest' is not null or undefined
|
|
1090
1090
|
(0, common_1.assertParamExists)('conversationCreate', 'conversationCreateRequest', conversationCreateRequest);
|
|
1091
|
-
const localVarPath = `/v1
|
|
1091
|
+
const localVarPath = `/v1/conversation`;
|
|
1092
1092
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1093
1093
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1094
1094
|
let baseOptions;
|
|
@@ -1118,7 +1118,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1118
1118
|
conversationDelete: async (id, options = {}) => {
|
|
1119
1119
|
// verify required parameter 'id' is not null or undefined
|
|
1120
1120
|
(0, common_1.assertParamExists)('conversationDelete', 'id', id);
|
|
1121
|
-
const localVarPath = `/v1
|
|
1121
|
+
const localVarPath = `/v1/conversation`;
|
|
1122
1122
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1123
1123
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1124
1124
|
let baseOptions;
|
|
@@ -1149,7 +1149,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1149
1149
|
conversationUpdate: async (conversationUpdateRequest, options = {}) => {
|
|
1150
1150
|
// verify required parameter 'conversationUpdateRequest' is not null or undefined
|
|
1151
1151
|
(0, common_1.assertParamExists)('conversationUpdate', 'conversationUpdateRequest', conversationUpdateRequest);
|
|
1152
|
-
const localVarPath = `/v1
|
|
1152
|
+
const localVarPath = `/v1/conversation`;
|
|
1153
1153
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1154
1154
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1155
1155
|
let baseOptions;
|
|
@@ -1178,7 +1178,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1178
1178
|
* @throws {RequiredError}
|
|
1179
1179
|
*/
|
|
1180
1180
|
conversations: async (q, id, options = {}) => {
|
|
1181
|
-
const localVarPath = `/v1
|
|
1181
|
+
const localVarPath = `/v1/conversations`;
|
|
1182
1182
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1183
1183
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1184
1184
|
let baseOptions;
|
|
@@ -1213,7 +1213,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1213
1213
|
customer: async (idOrEmailOrPhone, resolve, options = {}) => {
|
|
1214
1214
|
// verify required parameter 'idOrEmailOrPhone' is not null or undefined
|
|
1215
1215
|
(0, common_1.assertParamExists)('customer', 'idOrEmailOrPhone', idOrEmailOrPhone);
|
|
1216
|
-
const localVarPath = `/v1
|
|
1216
|
+
const localVarPath = `/v1/customer`;
|
|
1217
1217
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1218
1218
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1219
1219
|
let baseOptions;
|
|
@@ -1247,7 +1247,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1247
1247
|
customerCreate: async (body, options = {}) => {
|
|
1248
1248
|
// verify required parameter 'body' is not null or undefined
|
|
1249
1249
|
(0, common_1.assertParamExists)('customerCreate', 'body', body);
|
|
1250
|
-
const localVarPath = `/v1
|
|
1250
|
+
const localVarPath = `/v1/customer`;
|
|
1251
1251
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1252
1252
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1253
1253
|
let baseOptions;
|
|
@@ -1277,7 +1277,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1277
1277
|
customerDelete: async (id, options = {}) => {
|
|
1278
1278
|
// verify required parameter 'id' is not null or undefined
|
|
1279
1279
|
(0, common_1.assertParamExists)('customerDelete', 'id', id);
|
|
1280
|
-
const localVarPath = `/v1
|
|
1280
|
+
const localVarPath = `/v1/customer`;
|
|
1281
1281
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1282
1282
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1283
1283
|
let baseOptions;
|
|
@@ -1308,7 +1308,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1308
1308
|
customerGroup: async (id, options = {}) => {
|
|
1309
1309
|
// verify required parameter 'id' is not null or undefined
|
|
1310
1310
|
(0, common_1.assertParamExists)('customerGroup', 'id', id);
|
|
1311
|
-
const localVarPath = `/v1
|
|
1311
|
+
const localVarPath = `/v1/customerGroup`;
|
|
1312
1312
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1313
1313
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1314
1314
|
let baseOptions;
|
|
@@ -1339,7 +1339,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1339
1339
|
customerGroupCreate: async (createCustomerGroupRequest, options = {}) => {
|
|
1340
1340
|
// verify required parameter 'createCustomerGroupRequest' is not null or undefined
|
|
1341
1341
|
(0, common_1.assertParamExists)('customerGroupCreate', 'createCustomerGroupRequest', createCustomerGroupRequest);
|
|
1342
|
-
const localVarPath = `/v1
|
|
1342
|
+
const localVarPath = `/v1/customerGroup`;
|
|
1343
1343
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1344
1344
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1345
1345
|
let baseOptions;
|
|
@@ -1369,7 +1369,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1369
1369
|
customerGroupDelete: async (id, options = {}) => {
|
|
1370
1370
|
// verify required parameter 'id' is not null or undefined
|
|
1371
1371
|
(0, common_1.assertParamExists)('customerGroupDelete', 'id', id);
|
|
1372
|
-
const localVarPath = `/v1
|
|
1372
|
+
const localVarPath = `/v1/customerGroup`;
|
|
1373
1373
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1374
1374
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1375
1375
|
let baseOptions;
|
|
@@ -1400,7 +1400,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1400
1400
|
customerGroupUpdate: async (updateCustomerGroupRequest, options = {}) => {
|
|
1401
1401
|
// verify required parameter 'updateCustomerGroupRequest' is not null or undefined
|
|
1402
1402
|
(0, common_1.assertParamExists)('customerGroupUpdate', 'updateCustomerGroupRequest', updateCustomerGroupRequest);
|
|
1403
|
-
const localVarPath = `/v1
|
|
1403
|
+
const localVarPath = `/v1/customerGroup`;
|
|
1404
1404
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1405
1405
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1406
1406
|
let baseOptions;
|
|
@@ -1429,7 +1429,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1429
1429
|
* @throws {RequiredError}
|
|
1430
1430
|
*/
|
|
1431
1431
|
customerGroups: async (q, id, options = {}) => {
|
|
1432
|
-
const localVarPath = `/v1
|
|
1432
|
+
const localVarPath = `/v1/customerGroups`;
|
|
1433
1433
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1434
1434
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1435
1435
|
let baseOptions;
|
|
@@ -1463,7 +1463,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1463
1463
|
customerGroupsCreate: async (createCustomerGroupsRequest, options = {}) => {
|
|
1464
1464
|
// verify required parameter 'createCustomerGroupsRequest' is not null or undefined
|
|
1465
1465
|
(0, common_1.assertParamExists)('customerGroupsCreate', 'createCustomerGroupsRequest', createCustomerGroupsRequest);
|
|
1466
|
-
const localVarPath = `/v1
|
|
1466
|
+
const localVarPath = `/v1/customerGroups`;
|
|
1467
1467
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1468
1468
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1469
1469
|
let baseOptions;
|
|
@@ -1491,7 +1491,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1491
1491
|
* @throws {RequiredError}
|
|
1492
1492
|
*/
|
|
1493
1493
|
customerGroupsDelete: async (id, options = {}) => {
|
|
1494
|
-
const localVarPath = `/v1
|
|
1494
|
+
const localVarPath = `/v1/customerGroups`;
|
|
1495
1495
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1496
1496
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1497
1497
|
let baseOptions;
|
|
@@ -1522,7 +1522,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1522
1522
|
customerGroupsUpdate: async (updateCustomerGroupsRequest, options = {}) => {
|
|
1523
1523
|
// verify required parameter 'updateCustomerGroupsRequest' is not null or undefined
|
|
1524
1524
|
(0, common_1.assertParamExists)('customerGroupsUpdate', 'updateCustomerGroupsRequest', updateCustomerGroupsRequest);
|
|
1525
|
-
const localVarPath = `/v1
|
|
1525
|
+
const localVarPath = `/v1/customerGroups`;
|
|
1526
1526
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1527
1527
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1528
1528
|
let baseOptions;
|
|
@@ -1552,7 +1552,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1552
1552
|
customerUpdate: async (updateCustomerRequest, options = {}) => {
|
|
1553
1553
|
// verify required parameter 'updateCustomerRequest' is not null or undefined
|
|
1554
1554
|
(0, common_1.assertParamExists)('customerUpdate', 'updateCustomerRequest', updateCustomerRequest);
|
|
1555
|
-
const localVarPath = `/v1
|
|
1555
|
+
const localVarPath = `/v1/customer`;
|
|
1556
1556
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1557
1557
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1558
1558
|
let baseOptions;
|
|
@@ -1581,7 +1581,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1581
1581
|
* @throws {RequiredError}
|
|
1582
1582
|
*/
|
|
1583
1583
|
customers: async (q, id, options = {}) => {
|
|
1584
|
-
const localVarPath = `/v1
|
|
1584
|
+
const localVarPath = `/v1/customers`;
|
|
1585
1585
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1586
1586
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1587
1587
|
let baseOptions;
|
|
@@ -1615,7 +1615,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1615
1615
|
customersCreate: async (createCustomersRequest, options = {}) => {
|
|
1616
1616
|
// verify required parameter 'createCustomersRequest' is not null or undefined
|
|
1617
1617
|
(0, common_1.assertParamExists)('customersCreate', 'createCustomersRequest', createCustomersRequest);
|
|
1618
|
-
const localVarPath = `/v1
|
|
1618
|
+
const localVarPath = `/v1/customers`;
|
|
1619
1619
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1620
1620
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1621
1621
|
let baseOptions;
|
|
@@ -1643,7 +1643,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1643
1643
|
* @throws {RequiredError}
|
|
1644
1644
|
*/
|
|
1645
1645
|
customersDelete: async (id, options = {}) => {
|
|
1646
|
-
const localVarPath = `/v1
|
|
1646
|
+
const localVarPath = `/v1/customers`;
|
|
1647
1647
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1648
1648
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1649
1649
|
let baseOptions;
|
|
@@ -1674,7 +1674,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1674
1674
|
customersUpdate: async (updateCustomersRequest, options = {}) => {
|
|
1675
1675
|
// verify required parameter 'updateCustomersRequest' is not null or undefined
|
|
1676
1676
|
(0, common_1.assertParamExists)('customersUpdate', 'updateCustomersRequest', updateCustomersRequest);
|
|
1677
|
-
const localVarPath = `/v1
|
|
1677
|
+
const localVarPath = `/v1/customers`;
|
|
1678
1678
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1679
1679
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1680
1680
|
let baseOptions;
|
|
@@ -1707,7 +1707,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1707
1707
|
(0, common_1.assertParamExists)('deleteEntity', 'type', type);
|
|
1708
1708
|
// verify required parameter 'id' is not null or undefined
|
|
1709
1709
|
(0, common_1.assertParamExists)('deleteEntity', 'id', id);
|
|
1710
|
-
const localVarPath = `/v1
|
|
1710
|
+
const localVarPath = `/v1/entity/{type}/{id}`
|
|
1711
1711
|
.replace(`{${"type"}}`, encodeURIComponent(String(type)))
|
|
1712
1712
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1713
1713
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -1737,7 +1737,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1737
1737
|
did: async (macroDidInput, options = {}) => {
|
|
1738
1738
|
// verify required parameter 'macroDidInput' is not null or undefined
|
|
1739
1739
|
(0, common_1.assertParamExists)('did', 'macroDidInput', macroDidInput);
|
|
1740
|
-
const localVarPath = `/v1
|
|
1740
|
+
const localVarPath = `/v1/utils-macros-did`;
|
|
1741
1741
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1742
1742
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1743
1743
|
let baseOptions;
|
|
@@ -1767,7 +1767,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1767
1767
|
does: async (macroDoesInput, options = {}) => {
|
|
1768
1768
|
// verify required parameter 'macroDoesInput' is not null or undefined
|
|
1769
1769
|
(0, common_1.assertParamExists)('does', 'macroDoesInput', macroDoesInput);
|
|
1770
|
-
const localVarPath = `/v1
|
|
1770
|
+
const localVarPath = `/v1/utils-macros-does`;
|
|
1771
1771
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1772
1772
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1773
1773
|
let baseOptions;
|
|
@@ -1800,7 +1800,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1800
1800
|
(0, common_1.assertParamExists)('entity', 'type', type);
|
|
1801
1801
|
// verify required parameter 'id' is not null or undefined
|
|
1802
1802
|
(0, common_1.assertParamExists)('entity', 'id', id);
|
|
1803
|
-
const localVarPath = `/v1
|
|
1803
|
+
const localVarPath = `/v1/entity/{type}/{id}`
|
|
1804
1804
|
.replace(`{${"type"}}`, encodeURIComponent(String(type)))
|
|
1805
1805
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1806
1806
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -1832,7 +1832,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1832
1832
|
file: async (purpose, entity, agent, options = {}) => {
|
|
1833
1833
|
// verify required parameter 'purpose' is not null or undefined
|
|
1834
1834
|
(0, common_1.assertParamExists)('file', 'purpose', purpose);
|
|
1835
|
-
const localVarPath = `/v1
|
|
1835
|
+
const localVarPath = `/v1/utils-file`;
|
|
1836
1836
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1837
1837
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1838
1838
|
let baseOptions;
|
|
@@ -1873,7 +1873,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1873
1873
|
(0, common_1.assertParamExists)('fileRemove', 'purpose', purpose);
|
|
1874
1874
|
// verify required parameter 'entity' is not null or undefined
|
|
1875
1875
|
(0, common_1.assertParamExists)('fileRemove', 'entity', entity);
|
|
1876
|
-
const localVarPath = `/v1
|
|
1876
|
+
const localVarPath = `/v1/utils-file`;
|
|
1877
1877
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1878
1878
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1879
1879
|
let baseOptions;
|
|
@@ -1914,7 +1914,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1914
1914
|
fileUpload: async (file, purpose, context, entity, $agent, options = {}) => {
|
|
1915
1915
|
// verify required parameter 'file' is not null or undefined
|
|
1916
1916
|
(0, common_1.assertParamExists)('fileUpload', 'file', file);
|
|
1917
|
-
const localVarPath = `/v1
|
|
1917
|
+
const localVarPath = `/v1/utils-file`;
|
|
1918
1918
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1919
1919
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1920
1920
|
let baseOptions;
|
|
@@ -1961,7 +1961,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1961
1961
|
files: async (purpose, agent, options = {}) => {
|
|
1962
1962
|
// verify required parameter 'purpose' is not null or undefined
|
|
1963
1963
|
(0, common_1.assertParamExists)('files', 'purpose', purpose);
|
|
1964
|
-
const localVarPath = `/v1
|
|
1964
|
+
const localVarPath = `/v1/utils-files`;
|
|
1965
1965
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1966
1966
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1967
1967
|
let baseOptions;
|
|
@@ -1995,7 +1995,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
1995
1995
|
forward: async (forwardRequest, options = {}) => {
|
|
1996
1996
|
// verify required parameter 'forwardRequest' is not null or undefined
|
|
1997
1997
|
(0, common_1.assertParamExists)('forward', 'forwardRequest', forwardRequest);
|
|
1998
|
-
const localVarPath = `/v1
|
|
1998
|
+
const localVarPath = `/v1/forward`;
|
|
1999
1999
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2000
2000
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2001
2001
|
let baseOptions;
|
|
@@ -2026,7 +2026,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2026
2026
|
generate: async (generateRequest, convo, options = {}) => {
|
|
2027
2027
|
// verify required parameter 'generateRequest' is not null or undefined
|
|
2028
2028
|
(0, common_1.assertParamExists)('generate', 'generateRequest', generateRequest);
|
|
2029
|
-
const localVarPath = `/v1
|
|
2029
|
+
const localVarPath = `/v1/generate`;
|
|
2030
2030
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2031
2031
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2032
2032
|
let baseOptions;
|
|
@@ -2058,7 +2058,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2058
2058
|
* @throws {RequiredError}
|
|
2059
2059
|
*/
|
|
2060
2060
|
logs: async (start, end, options = {}) => {
|
|
2061
|
-
const localVarPath = `/v1
|
|
2061
|
+
const localVarPath = `/v1/utils-platform-logs`;
|
|
2062
2062
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2063
2063
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2064
2064
|
let baseOptions;
|
|
@@ -2092,7 +2092,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2092
2092
|
message: async (messageCreateRequest, options = {}) => {
|
|
2093
2093
|
// verify required parameter 'messageCreateRequest' is not null or undefined
|
|
2094
2094
|
(0, common_1.assertParamExists)('message', 'messageCreateRequest', messageCreateRequest);
|
|
2095
|
-
const localVarPath = `/v1
|
|
2095
|
+
const localVarPath = `/v1/messages`;
|
|
2096
2096
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2097
2097
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2098
2098
|
let baseOptions;
|
|
@@ -2123,7 +2123,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2123
2123
|
messages: async (id, q, options = {}) => {
|
|
2124
2124
|
// verify required parameter 'id' is not null or undefined
|
|
2125
2125
|
(0, common_1.assertParamExists)('messages', 'id', id);
|
|
2126
|
-
const localVarPath = `/v1
|
|
2126
|
+
const localVarPath = `/v1/messages`;
|
|
2127
2127
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2128
2128
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2129
2129
|
let baseOptions;
|
|
@@ -2157,7 +2157,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2157
2157
|
operation: async (id, options = {}) => {
|
|
2158
2158
|
// verify required parameter 'id' is not null or undefined
|
|
2159
2159
|
(0, common_1.assertParamExists)('operation', 'id', id);
|
|
2160
|
-
const localVarPath = `/v1
|
|
2160
|
+
const localVarPath = `/v1/utils-operation`;
|
|
2161
2161
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2162
2162
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2163
2163
|
let baseOptions;
|
|
@@ -2187,7 +2187,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2187
2187
|
* @throws {RequiredError}
|
|
2188
2188
|
*/
|
|
2189
2189
|
operations: async (q, id, options = {}) => {
|
|
2190
|
-
const localVarPath = `/v1
|
|
2190
|
+
const localVarPath = `/v1/utils-operations`;
|
|
2191
2191
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2192
2192
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2193
2193
|
let baseOptions;
|
|
@@ -2221,7 +2221,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2221
2221
|
parse: async (parseRequest, options = {}) => {
|
|
2222
2222
|
// verify required parameter 'parseRequest' is not null or undefined
|
|
2223
2223
|
(0, common_1.assertParamExists)('parse', 'parseRequest', parseRequest);
|
|
2224
|
-
const localVarPath = `/v1
|
|
2224
|
+
const localVarPath = `/v1/parse`;
|
|
2225
2225
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2226
2226
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2227
2227
|
let baseOptions;
|
|
@@ -2249,7 +2249,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2249
2249
|
* @throws {RequiredError}
|
|
2250
2250
|
*/
|
|
2251
2251
|
purchasePhone: async (purchasePhoneRequest, options = {}) => {
|
|
2252
|
-
const localVarPath = `/v1
|
|
2252
|
+
const localVarPath = `/v1/purchases-phone`;
|
|
2253
2253
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2254
2254
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2255
2255
|
let baseOptions;
|
|
@@ -2285,7 +2285,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2285
2285
|
(0, common_1.assertParamExists)('replaceEntity', 'id', id);
|
|
2286
2286
|
// verify required parameter 'entityData' is not null or undefined
|
|
2287
2287
|
(0, common_1.assertParamExists)('replaceEntity', 'entityData', entityData);
|
|
2288
|
-
const localVarPath = `/v1
|
|
2288
|
+
const localVarPath = `/v1/entity/{type}/{id}`
|
|
2289
2289
|
.replace(`{${"type"}}`, encodeURIComponent(String(type)))
|
|
2290
2290
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
2291
2291
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -2317,7 +2317,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2317
2317
|
runPlatform: async (workflowEvent, options = {}) => {
|
|
2318
2318
|
// verify required parameter 'workflowEvent' is not null or undefined
|
|
2319
2319
|
(0, common_1.assertParamExists)('runPlatform', 'workflowEvent', workflowEvent);
|
|
2320
|
-
const localVarPath = `/v1
|
|
2320
|
+
const localVarPath = `/v1/utils-platform-run`;
|
|
2321
2321
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2322
2322
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2323
2323
|
let baseOptions;
|
|
@@ -2344,7 +2344,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2344
2344
|
* @throws {RequiredError}
|
|
2345
2345
|
*/
|
|
2346
2346
|
runPlatformConfig: async (options = {}) => {
|
|
2347
|
-
const localVarPath = `/v1
|
|
2347
|
+
const localVarPath = `/v1/utils-platform-run`;
|
|
2348
2348
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2349
2349
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2350
2350
|
let baseOptions;
|
|
@@ -2373,7 +2373,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2373
2373
|
temp: async (generateRequest, convo, options = {}) => {
|
|
2374
2374
|
// verify required parameter 'generateRequest' is not null or undefined
|
|
2375
2375
|
(0, common_1.assertParamExists)('temp', 'generateRequest', generateRequest);
|
|
2376
|
-
const localVarPath = `/v1
|
|
2376
|
+
const localVarPath = `/v1/temp`;
|
|
2377
2377
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2378
2378
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2379
2379
|
let baseOptions;
|
|
@@ -2406,7 +2406,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2406
2406
|
train: async (pmtTrainRequest, options = {}) => {
|
|
2407
2407
|
// verify required parameter 'pmtTrainRequest' is not null or undefined
|
|
2408
2408
|
(0, common_1.assertParamExists)('train', 'pmtTrainRequest', pmtTrainRequest);
|
|
2409
|
-
const localVarPath = `/v1
|
|
2409
|
+
const localVarPath = `/v1/pmt-train`;
|
|
2410
2410
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2411
2411
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2412
2412
|
let baseOptions;
|
|
@@ -2436,7 +2436,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2436
2436
|
transform: async (pmtTransformRequest, options = {}) => {
|
|
2437
2437
|
// verify required parameter 'pmtTransformRequest' is not null or undefined
|
|
2438
2438
|
(0, common_1.assertParamExists)('transform', 'pmtTransformRequest', pmtTransformRequest);
|
|
2439
|
-
const localVarPath = `/v1
|
|
2439
|
+
const localVarPath = `/v1/pmt-transform`;
|
|
2440
2440
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2441
2441
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2442
2442
|
let baseOptions;
|
|
@@ -2472,7 +2472,7 @@ const Scout9ApiAxiosParamCreator = function (configuration) {
|
|
|
2472
2472
|
(0, common_1.assertParamExists)('updateEntity', 'id', id);
|
|
2473
2473
|
// verify required parameter 'entityData' is not null or undefined
|
|
2474
2474
|
(0, common_1.assertParamExists)('updateEntity', 'entityData', entityData);
|
|
2475
|
-
const localVarPath = `/v1
|
|
2475
|
+
const localVarPath = `/v1/entity/{type}/{id}`
|
|
2476
2476
|
.replace(`{${"type"}}`, encodeURIComponent(String(type)))
|
|
2477
2477
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
2478
2478
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -4512,7 +4512,7 @@ class Scout9Api extends Scout9ApiGenerated {
|
|
|
4512
4512
|
}
|
|
4513
4513
|
return this.axios.request({
|
|
4514
4514
|
method: 'POST',
|
|
4515
|
-
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1
|
|
4515
|
+
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1/organizationLogo`,
|
|
4516
4516
|
data: formData,
|
|
4517
4517
|
headers: {
|
|
4518
4518
|
'Content-Type': 'multipart/form-data',
|
|
@@ -4535,7 +4535,7 @@ class Scout9Api extends Scout9ApiGenerated {
|
|
|
4535
4535
|
}
|
|
4536
4536
|
return this.axios.request({
|
|
4537
4537
|
method: 'POST',
|
|
4538
|
-
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1
|
|
4538
|
+
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1/organizationIcon`,
|
|
4539
4539
|
data: formData,
|
|
4540
4540
|
headers: {
|
|
4541
4541
|
'Content-Type': 'multipart/form-data',
|
|
@@ -4562,7 +4562,7 @@ class Scout9Api extends Scout9ApiGenerated {
|
|
|
4562
4562
|
}
|
|
4563
4563
|
return this.axios.request({
|
|
4564
4564
|
method: 'POST',
|
|
4565
|
-
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1
|
|
4565
|
+
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1/agentImg`,
|
|
4566
4566
|
data: formData,
|
|
4567
4567
|
headers: {
|
|
4568
4568
|
'Content-Type': 'multipart/form-data',
|
|
@@ -4591,7 +4591,7 @@ class Scout9Api extends Scout9ApiGenerated {
|
|
|
4591
4591
|
});
|
|
4592
4592
|
return this.axios.request({
|
|
4593
4593
|
method: 'POST',
|
|
4594
|
-
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1
|
|
4594
|
+
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1/agentTranscripts`,
|
|
4595
4595
|
data: formData,
|
|
4596
4596
|
headers: {
|
|
4597
4597
|
'Content-Type': 'multipart/form-data',
|
|
@@ -4620,7 +4620,7 @@ class Scout9Api extends Scout9ApiGenerated {
|
|
|
4620
4620
|
});
|
|
4621
4621
|
return this.axios.request({
|
|
4622
4622
|
method: 'POST',
|
|
4623
|
-
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1
|
|
4623
|
+
url: `${this.configuration?.basePath || base_1.BASE_PATH}/v1/agentAudios`,
|
|
4624
4624
|
data: formData,
|
|
4625
4625
|
headers: {
|
|
4626
4626
|
'Content-Type': 'multipart/form-data',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scout9/admin",
|
|
3
|
-
"version": "1.0.0-alpha.0.0.
|
|
3
|
+
"version": "1.0.0-alpha.0.0.72",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"John Dusto <john@scout9.com>"
|
|
28
28
|
],
|
|
29
29
|
"publishConfig": {
|
|
30
|
-
"access": "public"
|
|
30
|
+
"access": "public",
|
|
31
|
+
"tag": "alpha"
|
|
31
32
|
},
|
|
32
33
|
"tags": [
|
|
33
34
|
"scout9",
|