@closerplatform/spinner-openapi 0.12.820 → 0.12.822
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/dist/api.d.ts +6 -153
- package/dist/api.js +0 -300
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5140,6 +5140,12 @@ export interface OrgConfig {
|
|
|
5140
5140
|
* @memberof OrgConfig
|
|
5141
5141
|
*/
|
|
5142
5142
|
fingerprintEnabled: boolean;
|
|
5143
|
+
/**
|
|
5144
|
+
*
|
|
5145
|
+
* @type {string}
|
|
5146
|
+
* @memberof OrgConfig
|
|
5147
|
+
*/
|
|
5148
|
+
externalIntegrationName?: string;
|
|
5143
5149
|
}
|
|
5144
5150
|
/**
|
|
5145
5151
|
*
|
|
@@ -5234,27 +5240,6 @@ export interface OrgReasons {
|
|
|
5234
5240
|
*/
|
|
5235
5241
|
reasons?: Array<string>;
|
|
5236
5242
|
}
|
|
5237
|
-
/**
|
|
5238
|
-
*
|
|
5239
|
-
* @export
|
|
5240
|
-
* @interface OrgResponderLimit
|
|
5241
|
-
*/
|
|
5242
|
-
export interface OrgResponderLimit {
|
|
5243
|
-
/**
|
|
5244
|
-
*
|
|
5245
|
-
* @type {number}
|
|
5246
|
-
* @memberof OrgResponderLimit
|
|
5247
|
-
*/
|
|
5248
|
-
maxCharacters: number;
|
|
5249
|
-
}
|
|
5250
|
-
/**
|
|
5251
|
-
*
|
|
5252
|
-
* @export
|
|
5253
|
-
* @interface OrgResponderThresholds
|
|
5254
|
-
*/
|
|
5255
|
-
export interface OrgResponderThresholds {
|
|
5256
|
-
[key: string]: number;
|
|
5257
|
-
}
|
|
5258
5243
|
/**
|
|
5259
5244
|
*
|
|
5260
5245
|
* @export
|
|
@@ -11356,22 +11341,6 @@ export declare const OrgsApiFetchParamCreator: (configuration?: Configuration) =
|
|
|
11356
11341
|
* @throws {RequiredError}
|
|
11357
11342
|
*/
|
|
11358
11343
|
callOrg(X_Device_Id: string, id: string, options?: any): FetchArgs;
|
|
11359
|
-
/**
|
|
11360
|
-
*
|
|
11361
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
11362
|
-
* @param {string} id
|
|
11363
|
-
* @param {*} [options] Override http request option.
|
|
11364
|
-
* @throws {RequiredError}
|
|
11365
|
-
*/
|
|
11366
|
-
changeResponderLimit(id: string, options?: any): FetchArgs;
|
|
11367
|
-
/**
|
|
11368
|
-
*
|
|
11369
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
11370
|
-
* @param {string} id
|
|
11371
|
-
* @param {*} [options] Override http request option.
|
|
11372
|
-
* @throws {RequiredError}
|
|
11373
|
-
*/
|
|
11374
|
-
changeThresholds(id: string, options?: any): FetchArgs;
|
|
11375
11344
|
/**
|
|
11376
11345
|
*
|
|
11377
11346
|
* @summary Create free org and admin account
|
|
@@ -11509,22 +11478,6 @@ export declare const OrgsApiFetchParamCreator: (configuration?: Configuration) =
|
|
|
11509
11478
|
* @throws {RequiredError}
|
|
11510
11479
|
*/
|
|
11511
11480
|
getOrganizationConfig(id: string, options?: any): FetchArgs;
|
|
11512
|
-
/**
|
|
11513
|
-
*
|
|
11514
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
11515
|
-
* @param {string} id
|
|
11516
|
-
* @param {*} [options] Override http request option.
|
|
11517
|
-
* @throws {RequiredError}
|
|
11518
|
-
*/
|
|
11519
|
-
getResponderLimit(id: string, options?: any): FetchArgs;
|
|
11520
|
-
/**
|
|
11521
|
-
*
|
|
11522
|
-
* @summary Get confidence thresholds for autoresponder
|
|
11523
|
-
* @param {string} id
|
|
11524
|
-
* @param {*} [options] Override http request option.
|
|
11525
|
-
* @throws {RequiredError}
|
|
11526
|
-
*/
|
|
11527
|
-
getThreshold(id: string, options?: any): FetchArgs;
|
|
11528
11481
|
/**
|
|
11529
11482
|
*
|
|
11530
11483
|
* @summary Send email invitation to Closer
|
|
@@ -11575,22 +11528,6 @@ export declare const OrgsApiFp: (configuration?: Configuration) => {
|
|
|
11575
11528
|
* @throws {RequiredError}
|
|
11576
11529
|
*/
|
|
11577
11530
|
callOrg(X_Device_Id: string, id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Call>;
|
|
11578
|
-
/**
|
|
11579
|
-
*
|
|
11580
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
11581
|
-
* @param {string} id
|
|
11582
|
-
* @param {*} [options] Override http request option.
|
|
11583
|
-
* @throws {RequiredError}
|
|
11584
|
-
*/
|
|
11585
|
-
changeResponderLimit(id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Response>;
|
|
11586
|
-
/**
|
|
11587
|
-
*
|
|
11588
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
11589
|
-
* @param {string} id
|
|
11590
|
-
* @param {*} [options] Override http request option.
|
|
11591
|
-
* @throws {RequiredError}
|
|
11592
|
-
*/
|
|
11593
|
-
changeThresholds(id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Response>;
|
|
11594
11531
|
/**
|
|
11595
11532
|
*
|
|
11596
11533
|
* @summary Create free org and admin account
|
|
@@ -11728,22 +11665,6 @@ export declare const OrgsApiFp: (configuration?: Configuration) => {
|
|
|
11728
11665
|
* @throws {RequiredError}
|
|
11729
11666
|
*/
|
|
11730
11667
|
getOrganizationConfig(id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<OrgConfig>;
|
|
11731
|
-
/**
|
|
11732
|
-
*
|
|
11733
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
11734
|
-
* @param {string} id
|
|
11735
|
-
* @param {*} [options] Override http request option.
|
|
11736
|
-
* @throws {RequiredError}
|
|
11737
|
-
*/
|
|
11738
|
-
getResponderLimit(id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<OrgResponderLimit>;
|
|
11739
|
-
/**
|
|
11740
|
-
*
|
|
11741
|
-
* @summary Get confidence thresholds for autoresponder
|
|
11742
|
-
* @param {string} id
|
|
11743
|
-
* @param {*} [options] Override http request option.
|
|
11744
|
-
* @throws {RequiredError}
|
|
11745
|
-
*/
|
|
11746
|
-
getThreshold(id: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<OrgResponderThresholds>;
|
|
11747
11668
|
/**
|
|
11748
11669
|
*
|
|
11749
11670
|
* @summary Send email invitation to Closer
|
|
@@ -11794,22 +11715,6 @@ export declare const OrgsApiFactory: (configuration?: Configuration, fetch?: Fet
|
|
|
11794
11715
|
* @throws {RequiredError}
|
|
11795
11716
|
*/
|
|
11796
11717
|
callOrg(X_Device_Id: string, id: string, options?: any): Promise<Call>;
|
|
11797
|
-
/**
|
|
11798
|
-
*
|
|
11799
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
11800
|
-
* @param {string} id
|
|
11801
|
-
* @param {*} [options] Override http request option.
|
|
11802
|
-
* @throws {RequiredError}
|
|
11803
|
-
*/
|
|
11804
|
-
changeResponderLimit(id: string, options?: any): Promise<Response>;
|
|
11805
|
-
/**
|
|
11806
|
-
*
|
|
11807
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
11808
|
-
* @param {string} id
|
|
11809
|
-
* @param {*} [options] Override http request option.
|
|
11810
|
-
* @throws {RequiredError}
|
|
11811
|
-
*/
|
|
11812
|
-
changeThresholds(id: string, options?: any): Promise<Response>;
|
|
11813
11718
|
/**
|
|
11814
11719
|
*
|
|
11815
11720
|
* @summary Create free org and admin account
|
|
@@ -11947,22 +11852,6 @@ export declare const OrgsApiFactory: (configuration?: Configuration, fetch?: Fet
|
|
|
11947
11852
|
* @throws {RequiredError}
|
|
11948
11853
|
*/
|
|
11949
11854
|
getOrganizationConfig(id: string, options?: any): Promise<OrgConfig>;
|
|
11950
|
-
/**
|
|
11951
|
-
*
|
|
11952
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
11953
|
-
* @param {string} id
|
|
11954
|
-
* @param {*} [options] Override http request option.
|
|
11955
|
-
* @throws {RequiredError}
|
|
11956
|
-
*/
|
|
11957
|
-
getResponderLimit(id: string, options?: any): Promise<OrgResponderLimit>;
|
|
11958
|
-
/**
|
|
11959
|
-
*
|
|
11960
|
-
* @summary Get confidence thresholds for autoresponder
|
|
11961
|
-
* @param {string} id
|
|
11962
|
-
* @param {*} [options] Override http request option.
|
|
11963
|
-
* @throws {RequiredError}
|
|
11964
|
-
*/
|
|
11965
|
-
getThreshold(id: string, options?: any): Promise<OrgResponderThresholds>;
|
|
11966
11855
|
/**
|
|
11967
11856
|
*
|
|
11968
11857
|
* @summary Send email invitation to Closer
|
|
@@ -12017,24 +11906,6 @@ export declare class OrgsApi extends BaseAPI {
|
|
|
12017
11906
|
* @memberof OrgsApi
|
|
12018
11907
|
*/
|
|
12019
11908
|
callOrg(X_Device_Id: string, id: string, options?: any): Promise<Call>;
|
|
12020
|
-
/**
|
|
12021
|
-
*
|
|
12022
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
12023
|
-
* @param {string} id
|
|
12024
|
-
* @param {*} [options] Override http request option.
|
|
12025
|
-
* @throws {RequiredError}
|
|
12026
|
-
* @memberof OrgsApi
|
|
12027
|
-
*/
|
|
12028
|
-
changeResponderLimit(id: string, options?: any): Promise<Response>;
|
|
12029
|
-
/**
|
|
12030
|
-
*
|
|
12031
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
12032
|
-
* @param {string} id
|
|
12033
|
-
* @param {*} [options] Override http request option.
|
|
12034
|
-
* @throws {RequiredError}
|
|
12035
|
-
* @memberof OrgsApi
|
|
12036
|
-
*/
|
|
12037
|
-
changeThresholds(id: string, options?: any): Promise<Response>;
|
|
12038
11909
|
/**
|
|
12039
11910
|
*
|
|
12040
11911
|
* @summary Create free org and admin account
|
|
@@ -12189,24 +12060,6 @@ export declare class OrgsApi extends BaseAPI {
|
|
|
12189
12060
|
* @memberof OrgsApi
|
|
12190
12061
|
*/
|
|
12191
12062
|
getOrganizationConfig(id: string, options?: any): Promise<OrgConfig>;
|
|
12192
|
-
/**
|
|
12193
|
-
*
|
|
12194
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
12195
|
-
* @param {string} id
|
|
12196
|
-
* @param {*} [options] Override http request option.
|
|
12197
|
-
* @throws {RequiredError}
|
|
12198
|
-
* @memberof OrgsApi
|
|
12199
|
-
*/
|
|
12200
|
-
getResponderLimit(id: string, options?: any): Promise<OrgResponderLimit>;
|
|
12201
|
-
/**
|
|
12202
|
-
*
|
|
12203
|
-
* @summary Get confidence thresholds for autoresponder
|
|
12204
|
-
* @param {string} id
|
|
12205
|
-
* @param {*} [options] Override http request option.
|
|
12206
|
-
* @throws {RequiredError}
|
|
12207
|
-
* @memberof OrgsApi
|
|
12208
|
-
*/
|
|
12209
|
-
getThreshold(id: string, options?: any): Promise<OrgResponderThresholds>;
|
|
12210
12063
|
/**
|
|
12211
12064
|
*
|
|
12212
12065
|
* @summary Send email invitation to Closer
|
package/dist/api.js
CHANGED
|
@@ -9331,74 +9331,6 @@ const OrgsApiFetchParamCreator = function (configuration) {
|
|
|
9331
9331
|
options: localVarRequestOptions,
|
|
9332
9332
|
};
|
|
9333
9333
|
},
|
|
9334
|
-
/**
|
|
9335
|
-
*
|
|
9336
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
9337
|
-
* @param {string} id
|
|
9338
|
-
* @param {*} [options] Override http request option.
|
|
9339
|
-
* @throws {RequiredError}
|
|
9340
|
-
*/
|
|
9341
|
-
changeResponderLimit(id, options = {}) {
|
|
9342
|
-
// verify required parameter 'id' is not null or undefined
|
|
9343
|
-
if (id === null || id === undefined) {
|
|
9344
|
-
throw new RequiredError('id', 'Required parameter id was null or undefined when calling changeResponderLimit.');
|
|
9345
|
-
}
|
|
9346
|
-
const localVarPath = `/orgs/{id}/responder/limit`
|
|
9347
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
9348
|
-
const localVarUrlObj = url.parse(localVarPath, true);
|
|
9349
|
-
const localVarRequestOptions = Object.assign({ method: 'POST' }, options);
|
|
9350
|
-
const localVarHeaderParameter = {};
|
|
9351
|
-
const localVarQueryParameter = {};
|
|
9352
|
-
// authentication apiKey required
|
|
9353
|
-
if (configuration && configuration.apiKey) {
|
|
9354
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
9355
|
-
? configuration.apiKey("X-Api-Key")
|
|
9356
|
-
: configuration.apiKey;
|
|
9357
|
-
localVarHeaderParameter["X-Api-Key"] = localVarApiKeyValue;
|
|
9358
|
-
}
|
|
9359
|
-
localVarUrlObj.query = Object.assign({}, localVarUrlObj.query, localVarQueryParameter, options.query);
|
|
9360
|
-
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
9361
|
-
delete localVarUrlObj.search;
|
|
9362
|
-
localVarRequestOptions.headers = Object.assign({}, localVarHeaderParameter, options.headers);
|
|
9363
|
-
return {
|
|
9364
|
-
url: url.format(localVarUrlObj),
|
|
9365
|
-
options: localVarRequestOptions,
|
|
9366
|
-
};
|
|
9367
|
-
},
|
|
9368
|
-
/**
|
|
9369
|
-
*
|
|
9370
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
9371
|
-
* @param {string} id
|
|
9372
|
-
* @param {*} [options] Override http request option.
|
|
9373
|
-
* @throws {RequiredError}
|
|
9374
|
-
*/
|
|
9375
|
-
changeThresholds(id, options = {}) {
|
|
9376
|
-
// verify required parameter 'id' is not null or undefined
|
|
9377
|
-
if (id === null || id === undefined) {
|
|
9378
|
-
throw new RequiredError('id', 'Required parameter id was null or undefined when calling changeThresholds.');
|
|
9379
|
-
}
|
|
9380
|
-
const localVarPath = `/orgs/{id}/responder/thresholds`
|
|
9381
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
9382
|
-
const localVarUrlObj = url.parse(localVarPath, true);
|
|
9383
|
-
const localVarRequestOptions = Object.assign({ method: 'POST' }, options);
|
|
9384
|
-
const localVarHeaderParameter = {};
|
|
9385
|
-
const localVarQueryParameter = {};
|
|
9386
|
-
// authentication apiKey required
|
|
9387
|
-
if (configuration && configuration.apiKey) {
|
|
9388
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
9389
|
-
? configuration.apiKey("X-Api-Key")
|
|
9390
|
-
: configuration.apiKey;
|
|
9391
|
-
localVarHeaderParameter["X-Api-Key"] = localVarApiKeyValue;
|
|
9392
|
-
}
|
|
9393
|
-
localVarUrlObj.query = Object.assign({}, localVarUrlObj.query, localVarQueryParameter, options.query);
|
|
9394
|
-
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
9395
|
-
delete localVarUrlObj.search;
|
|
9396
|
-
localVarRequestOptions.headers = Object.assign({}, localVarHeaderParameter, options.headers);
|
|
9397
|
-
return {
|
|
9398
|
-
url: url.format(localVarUrlObj),
|
|
9399
|
-
options: localVarRequestOptions,
|
|
9400
|
-
};
|
|
9401
|
-
},
|
|
9402
9334
|
/**
|
|
9403
9335
|
*
|
|
9404
9336
|
* @summary Create free org and admin account
|
|
@@ -9968,74 +9900,6 @@ const OrgsApiFetchParamCreator = function (configuration) {
|
|
|
9968
9900
|
options: localVarRequestOptions,
|
|
9969
9901
|
};
|
|
9970
9902
|
},
|
|
9971
|
-
/**
|
|
9972
|
-
*
|
|
9973
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
9974
|
-
* @param {string} id
|
|
9975
|
-
* @param {*} [options] Override http request option.
|
|
9976
|
-
* @throws {RequiredError}
|
|
9977
|
-
*/
|
|
9978
|
-
getResponderLimit(id, options = {}) {
|
|
9979
|
-
// verify required parameter 'id' is not null or undefined
|
|
9980
|
-
if (id === null || id === undefined) {
|
|
9981
|
-
throw new RequiredError('id', 'Required parameter id was null or undefined when calling getResponderLimit.');
|
|
9982
|
-
}
|
|
9983
|
-
const localVarPath = `/orgs/{id}/responder/limit`
|
|
9984
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
9985
|
-
const localVarUrlObj = url.parse(localVarPath, true);
|
|
9986
|
-
const localVarRequestOptions = Object.assign({ method: 'GET' }, options);
|
|
9987
|
-
const localVarHeaderParameter = {};
|
|
9988
|
-
const localVarQueryParameter = {};
|
|
9989
|
-
// authentication apiKey required
|
|
9990
|
-
if (configuration && configuration.apiKey) {
|
|
9991
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
9992
|
-
? configuration.apiKey("X-Api-Key")
|
|
9993
|
-
: configuration.apiKey;
|
|
9994
|
-
localVarHeaderParameter["X-Api-Key"] = localVarApiKeyValue;
|
|
9995
|
-
}
|
|
9996
|
-
localVarUrlObj.query = Object.assign({}, localVarUrlObj.query, localVarQueryParameter, options.query);
|
|
9997
|
-
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
9998
|
-
delete localVarUrlObj.search;
|
|
9999
|
-
localVarRequestOptions.headers = Object.assign({}, localVarHeaderParameter, options.headers);
|
|
10000
|
-
return {
|
|
10001
|
-
url: url.format(localVarUrlObj),
|
|
10002
|
-
options: localVarRequestOptions,
|
|
10003
|
-
};
|
|
10004
|
-
},
|
|
10005
|
-
/**
|
|
10006
|
-
*
|
|
10007
|
-
* @summary Get confidence thresholds for autoresponder
|
|
10008
|
-
* @param {string} id
|
|
10009
|
-
* @param {*} [options] Override http request option.
|
|
10010
|
-
* @throws {RequiredError}
|
|
10011
|
-
*/
|
|
10012
|
-
getThreshold(id, options = {}) {
|
|
10013
|
-
// verify required parameter 'id' is not null or undefined
|
|
10014
|
-
if (id === null || id === undefined) {
|
|
10015
|
-
throw new RequiredError('id', 'Required parameter id was null or undefined when calling getThreshold.');
|
|
10016
|
-
}
|
|
10017
|
-
const localVarPath = `/orgs/{id}/responder/thresholds`
|
|
10018
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
10019
|
-
const localVarUrlObj = url.parse(localVarPath, true);
|
|
10020
|
-
const localVarRequestOptions = Object.assign({ method: 'GET' }, options);
|
|
10021
|
-
const localVarHeaderParameter = {};
|
|
10022
|
-
const localVarQueryParameter = {};
|
|
10023
|
-
// authentication apiKey required
|
|
10024
|
-
if (configuration && configuration.apiKey) {
|
|
10025
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
10026
|
-
? configuration.apiKey("X-Api-Key")
|
|
10027
|
-
: configuration.apiKey;
|
|
10028
|
-
localVarHeaderParameter["X-Api-Key"] = localVarApiKeyValue;
|
|
10029
|
-
}
|
|
10030
|
-
localVarUrlObj.query = Object.assign({}, localVarUrlObj.query, localVarQueryParameter, options.query);
|
|
10031
|
-
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
10032
|
-
delete localVarUrlObj.search;
|
|
10033
|
-
localVarRequestOptions.headers = Object.assign({}, localVarHeaderParameter, options.headers);
|
|
10034
|
-
return {
|
|
10035
|
-
url: url.format(localVarUrlObj),
|
|
10036
|
-
options: localVarRequestOptions,
|
|
10037
|
-
};
|
|
10038
|
-
},
|
|
10039
9903
|
/**
|
|
10040
9904
|
*
|
|
10041
9905
|
* @summary Send email invitation to Closer
|
|
@@ -10202,46 +10066,6 @@ const OrgsApiFp = function (configuration) {
|
|
|
10202
10066
|
});
|
|
10203
10067
|
};
|
|
10204
10068
|
},
|
|
10205
|
-
/**
|
|
10206
|
-
*
|
|
10207
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
10208
|
-
* @param {string} id
|
|
10209
|
-
* @param {*} [options] Override http request option.
|
|
10210
|
-
* @throws {RequiredError}
|
|
10211
|
-
*/
|
|
10212
|
-
changeResponderLimit(id, options) {
|
|
10213
|
-
const localVarFetchArgs = (0, exports.OrgsApiFetchParamCreator)(configuration).changeResponderLimit(id, options);
|
|
10214
|
-
return (fetch = isomorphicFetch, basePath = BASE_PATH) => {
|
|
10215
|
-
return fetch(basePath + localVarFetchArgs.url, localVarFetchArgs.options).then((response) => {
|
|
10216
|
-
if (response.status >= 200 && response.status < 300) {
|
|
10217
|
-
return response;
|
|
10218
|
-
}
|
|
10219
|
-
else {
|
|
10220
|
-
throw response;
|
|
10221
|
-
}
|
|
10222
|
-
});
|
|
10223
|
-
};
|
|
10224
|
-
},
|
|
10225
|
-
/**
|
|
10226
|
-
*
|
|
10227
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
10228
|
-
* @param {string} id
|
|
10229
|
-
* @param {*} [options] Override http request option.
|
|
10230
|
-
* @throws {RequiredError}
|
|
10231
|
-
*/
|
|
10232
|
-
changeThresholds(id, options) {
|
|
10233
|
-
const localVarFetchArgs = (0, exports.OrgsApiFetchParamCreator)(configuration).changeThresholds(id, options);
|
|
10234
|
-
return (fetch = isomorphicFetch, basePath = BASE_PATH) => {
|
|
10235
|
-
return fetch(basePath + localVarFetchArgs.url, localVarFetchArgs.options).then((response) => {
|
|
10236
|
-
if (response.status >= 200 && response.status < 300) {
|
|
10237
|
-
return response;
|
|
10238
|
-
}
|
|
10239
|
-
else {
|
|
10240
|
-
throw response;
|
|
10241
|
-
}
|
|
10242
|
-
});
|
|
10243
|
-
};
|
|
10244
|
-
},
|
|
10245
10069
|
/**
|
|
10246
10070
|
*
|
|
10247
10071
|
* @summary Create free org and admin account
|
|
@@ -10583,46 +10407,6 @@ const OrgsApiFp = function (configuration) {
|
|
|
10583
10407
|
});
|
|
10584
10408
|
};
|
|
10585
10409
|
},
|
|
10586
|
-
/**
|
|
10587
|
-
*
|
|
10588
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
10589
|
-
* @param {string} id
|
|
10590
|
-
* @param {*} [options] Override http request option.
|
|
10591
|
-
* @throws {RequiredError}
|
|
10592
|
-
*/
|
|
10593
|
-
getResponderLimit(id, options) {
|
|
10594
|
-
const localVarFetchArgs = (0, exports.OrgsApiFetchParamCreator)(configuration).getResponderLimit(id, options);
|
|
10595
|
-
return (fetch = isomorphicFetch, basePath = BASE_PATH) => {
|
|
10596
|
-
return fetch(basePath + localVarFetchArgs.url, localVarFetchArgs.options).then((response) => {
|
|
10597
|
-
if (response.status >= 200 && response.status < 300) {
|
|
10598
|
-
return response.json();
|
|
10599
|
-
}
|
|
10600
|
-
else {
|
|
10601
|
-
throw response;
|
|
10602
|
-
}
|
|
10603
|
-
});
|
|
10604
|
-
};
|
|
10605
|
-
},
|
|
10606
|
-
/**
|
|
10607
|
-
*
|
|
10608
|
-
* @summary Get confidence thresholds for autoresponder
|
|
10609
|
-
* @param {string} id
|
|
10610
|
-
* @param {*} [options] Override http request option.
|
|
10611
|
-
* @throws {RequiredError}
|
|
10612
|
-
*/
|
|
10613
|
-
getThreshold(id, options) {
|
|
10614
|
-
const localVarFetchArgs = (0, exports.OrgsApiFetchParamCreator)(configuration).getThreshold(id, options);
|
|
10615
|
-
return (fetch = isomorphicFetch, basePath = BASE_PATH) => {
|
|
10616
|
-
return fetch(basePath + localVarFetchArgs.url, localVarFetchArgs.options).then((response) => {
|
|
10617
|
-
if (response.status >= 200 && response.status < 300) {
|
|
10618
|
-
return response.json();
|
|
10619
|
-
}
|
|
10620
|
-
else {
|
|
10621
|
-
throw response;
|
|
10622
|
-
}
|
|
10623
|
-
});
|
|
10624
|
-
};
|
|
10625
|
-
},
|
|
10626
10410
|
/**
|
|
10627
10411
|
*
|
|
10628
10412
|
* @summary Send email invitation to Closer
|
|
@@ -10716,26 +10500,6 @@ const OrgsApiFactory = function (configuration, fetch, basePath) {
|
|
|
10716
10500
|
callOrg(X_Device_Id, id, options) {
|
|
10717
10501
|
return (0, exports.OrgsApiFp)(configuration).callOrg(X_Device_Id, id, options)(fetch, basePath);
|
|
10718
10502
|
},
|
|
10719
|
-
/**
|
|
10720
|
-
*
|
|
10721
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
10722
|
-
* @param {string} id
|
|
10723
|
-
* @param {*} [options] Override http request option.
|
|
10724
|
-
* @throws {RequiredError}
|
|
10725
|
-
*/
|
|
10726
|
-
changeResponderLimit(id, options) {
|
|
10727
|
-
return (0, exports.OrgsApiFp)(configuration).changeResponderLimit(id, options)(fetch, basePath);
|
|
10728
|
-
},
|
|
10729
|
-
/**
|
|
10730
|
-
*
|
|
10731
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
10732
|
-
* @param {string} id
|
|
10733
|
-
* @param {*} [options] Override http request option.
|
|
10734
|
-
* @throws {RequiredError}
|
|
10735
|
-
*/
|
|
10736
|
-
changeThresholds(id, options) {
|
|
10737
|
-
return (0, exports.OrgsApiFp)(configuration).changeThresholds(id, options)(fetch, basePath);
|
|
10738
|
-
},
|
|
10739
10503
|
/**
|
|
10740
10504
|
*
|
|
10741
10505
|
* @summary Create free org and admin account
|
|
@@ -10907,26 +10671,6 @@ const OrgsApiFactory = function (configuration, fetch, basePath) {
|
|
|
10907
10671
|
getOrganizationConfig(id, options) {
|
|
10908
10672
|
return (0, exports.OrgsApiFp)(configuration).getOrganizationConfig(id, options)(fetch, basePath);
|
|
10909
10673
|
},
|
|
10910
|
-
/**
|
|
10911
|
-
*
|
|
10912
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
10913
|
-
* @param {string} id
|
|
10914
|
-
* @param {*} [options] Override http request option.
|
|
10915
|
-
* @throws {RequiredError}
|
|
10916
|
-
*/
|
|
10917
|
-
getResponderLimit(id, options) {
|
|
10918
|
-
return (0, exports.OrgsApiFp)(configuration).getResponderLimit(id, options)(fetch, basePath);
|
|
10919
|
-
},
|
|
10920
|
-
/**
|
|
10921
|
-
*
|
|
10922
|
-
* @summary Get confidence thresholds for autoresponder
|
|
10923
|
-
* @param {string} id
|
|
10924
|
-
* @param {*} [options] Override http request option.
|
|
10925
|
-
* @throws {RequiredError}
|
|
10926
|
-
*/
|
|
10927
|
-
getThreshold(id, options) {
|
|
10928
|
-
return (0, exports.OrgsApiFp)(configuration).getThreshold(id, options)(fetch, basePath);
|
|
10929
|
-
},
|
|
10930
10674
|
/**
|
|
10931
10675
|
*
|
|
10932
10676
|
* @summary Send email invitation to Closer
|
|
@@ -10993,28 +10737,6 @@ class OrgsApi extends BaseAPI {
|
|
|
10993
10737
|
callOrg(X_Device_Id, id, options) {
|
|
10994
10738
|
return (0, exports.OrgsApiFp)(this.configuration).callOrg(X_Device_Id, id, options)(this.fetch, this.basePath);
|
|
10995
10739
|
}
|
|
10996
|
-
/**
|
|
10997
|
-
*
|
|
10998
|
-
* @summary Configure maxCharacters limit for messages handled by autoresponder
|
|
10999
|
-
* @param {string} id
|
|
11000
|
-
* @param {*} [options] Override http request option.
|
|
11001
|
-
* @throws {RequiredError}
|
|
11002
|
-
* @memberof OrgsApi
|
|
11003
|
-
*/
|
|
11004
|
-
changeResponderLimit(id, options) {
|
|
11005
|
-
return (0, exports.OrgsApiFp)(this.configuration).changeResponderLimit(id, options)(this.fetch, this.basePath);
|
|
11006
|
-
}
|
|
11007
|
-
/**
|
|
11008
|
-
*
|
|
11009
|
-
* @summary Configure confidence thresholds for autoresponder
|
|
11010
|
-
* @param {string} id
|
|
11011
|
-
* @param {*} [options] Override http request option.
|
|
11012
|
-
* @throws {RequiredError}
|
|
11013
|
-
* @memberof OrgsApi
|
|
11014
|
-
*/
|
|
11015
|
-
changeThresholds(id, options) {
|
|
11016
|
-
return (0, exports.OrgsApiFp)(this.configuration).changeThresholds(id, options)(this.fetch, this.basePath);
|
|
11017
|
-
}
|
|
11018
10740
|
/**
|
|
11019
10741
|
*
|
|
11020
10742
|
* @summary Create free org and admin account
|
|
@@ -11203,28 +10925,6 @@ class OrgsApi extends BaseAPI {
|
|
|
11203
10925
|
getOrganizationConfig(id, options) {
|
|
11204
10926
|
return (0, exports.OrgsApiFp)(this.configuration).getOrganizationConfig(id, options)(this.fetch, this.basePath);
|
|
11205
10927
|
}
|
|
11206
|
-
/**
|
|
11207
|
-
*
|
|
11208
|
-
* @summary Get maxCharacters limit for messages handled by autoresponder
|
|
11209
|
-
* @param {string} id
|
|
11210
|
-
* @param {*} [options] Override http request option.
|
|
11211
|
-
* @throws {RequiredError}
|
|
11212
|
-
* @memberof OrgsApi
|
|
11213
|
-
*/
|
|
11214
|
-
getResponderLimit(id, options) {
|
|
11215
|
-
return (0, exports.OrgsApiFp)(this.configuration).getResponderLimit(id, options)(this.fetch, this.basePath);
|
|
11216
|
-
}
|
|
11217
|
-
/**
|
|
11218
|
-
*
|
|
11219
|
-
* @summary Get confidence thresholds for autoresponder
|
|
11220
|
-
* @param {string} id
|
|
11221
|
-
* @param {*} [options] Override http request option.
|
|
11222
|
-
* @throws {RequiredError}
|
|
11223
|
-
* @memberof OrgsApi
|
|
11224
|
-
*/
|
|
11225
|
-
getThreshold(id, options) {
|
|
11226
|
-
return (0, exports.OrgsApiFp)(this.configuration).getThreshold(id, options)(this.fetch, this.basePath);
|
|
11227
|
-
}
|
|
11228
10928
|
/**
|
|
11229
10929
|
*
|
|
11230
10930
|
* @summary Send email invitation to Closer
|