@ember-home/unbound-ts-client 0.0.33 → 0.0.35
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/index.d.mts +1256 -2061
- package/dist/index.d.ts +1256 -2061
- package/dist/index.js +317 -317
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +318 -318
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -131,16 +131,16 @@ var SrcResourceModelsContactsModelContactsModelContactSortBy = {
|
|
|
131
131
|
var SrcResourceModelsConversationsModelConversationsModelConversationSortBy = {
|
|
132
132
|
UpdatedAt: "updated_at"
|
|
133
133
|
};
|
|
134
|
-
var
|
|
134
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum = {
|
|
135
135
|
Twilio: "TWILIO"
|
|
136
136
|
};
|
|
137
|
-
var
|
|
137
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = {
|
|
138
138
|
Email: "EMAIL"
|
|
139
139
|
};
|
|
140
|
-
var
|
|
140
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = {
|
|
141
141
|
Twilio: "TWILIO"
|
|
142
142
|
};
|
|
143
|
-
var
|
|
143
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = {
|
|
144
144
|
Email: "EMAIL"
|
|
145
145
|
};
|
|
146
146
|
var SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum = {
|
|
@@ -244,13 +244,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
244
244
|
* Addresses Create
|
|
245
245
|
* @summary Addresses Create
|
|
246
246
|
* @param {string} contactId
|
|
247
|
-
* @param {
|
|
247
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
251
|
-
addressesCreate: async (contactId,
|
|
251
|
+
addressesCreate: async (contactId, aPIAddressCreate, options = {}) => {
|
|
252
252
|
assertParamExists("addressesCreate", "contactId", contactId);
|
|
253
|
-
assertParamExists("addressesCreate", "
|
|
253
|
+
assertParamExists("addressesCreate", "aPIAddressCreate", aPIAddressCreate);
|
|
254
254
|
const localVarPath = `/contacts/{contactId}/addresses`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
255
255
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
256
256
|
let baseOptions;
|
|
@@ -264,7 +264,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
264
264
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
265
265
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
266
266
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
267
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
267
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIAddressCreate, localVarRequestOptions, configuration);
|
|
268
268
|
return {
|
|
269
269
|
url: toPathString(localVarUrlObj),
|
|
270
270
|
options: localVarRequestOptions
|
|
@@ -300,13 +300,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
300
300
|
* Addresses Update
|
|
301
301
|
* @summary Addresses Update
|
|
302
302
|
* @param {string} addressId
|
|
303
|
-
* @param {
|
|
303
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
306
306
|
*/
|
|
307
|
-
addressesUpdate: async (addressId,
|
|
307
|
+
addressesUpdate: async (addressId, aPIAddressUpdate, options = {}) => {
|
|
308
308
|
assertParamExists("addressesUpdate", "addressId", addressId);
|
|
309
|
-
assertParamExists("addressesUpdate", "
|
|
309
|
+
assertParamExists("addressesUpdate", "aPIAddressUpdate", aPIAddressUpdate);
|
|
310
310
|
const localVarPath = `/addresses/{addressId}`.replace(`{${"addressId"}}`, encodeURIComponent(String(addressId)));
|
|
311
311
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
312
312
|
let baseOptions;
|
|
@@ -320,7 +320,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
320
320
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
321
321
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
322
322
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
323
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
323
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIAddressUpdate, localVarRequestOptions, configuration);
|
|
324
324
|
return {
|
|
325
325
|
url: toPathString(localVarUrlObj),
|
|
326
326
|
options: localVarRequestOptions
|
|
@@ -522,13 +522,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
522
522
|
* Contacts Update
|
|
523
523
|
* @summary Contacts Update
|
|
524
524
|
* @param {string} contactId
|
|
525
|
-
* @param {
|
|
525
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
526
526
|
* @param {*} [options] Override http request option.
|
|
527
527
|
* @throws {RequiredError}
|
|
528
528
|
*/
|
|
529
|
-
contactsUpdate: async (contactId,
|
|
529
|
+
contactsUpdate: async (contactId, aPIContactUpdate, options = {}) => {
|
|
530
530
|
assertParamExists("contactsUpdate", "contactId", contactId);
|
|
531
|
-
assertParamExists("contactsUpdate", "
|
|
531
|
+
assertParamExists("contactsUpdate", "aPIContactUpdate", aPIContactUpdate);
|
|
532
532
|
const localVarPath = `/contacts/{contactId}`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
533
533
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
534
534
|
let baseOptions;
|
|
@@ -542,7 +542,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
542
542
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
543
543
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
544
544
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
545
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
545
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIContactUpdate, localVarRequestOptions, configuration);
|
|
546
546
|
return {
|
|
547
547
|
url: toPathString(localVarUrlObj),
|
|
548
548
|
options: localVarRequestOptions
|
|
@@ -584,13 +584,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
584
584
|
* Emails Create
|
|
585
585
|
* @summary Emails Create
|
|
586
586
|
* @param {string} contactId
|
|
587
|
-
* @param {
|
|
587
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
588
588
|
* @param {*} [options] Override http request option.
|
|
589
589
|
* @throws {RequiredError}
|
|
590
590
|
*/
|
|
591
|
-
emailsCreate: async (contactId,
|
|
591
|
+
emailsCreate: async (contactId, aPIEmailCreate, options = {}) => {
|
|
592
592
|
assertParamExists("emailsCreate", "contactId", contactId);
|
|
593
|
-
assertParamExists("emailsCreate", "
|
|
593
|
+
assertParamExists("emailsCreate", "aPIEmailCreate", aPIEmailCreate);
|
|
594
594
|
const localVarPath = `/contacts/{contactId}/emails`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
595
595
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
596
596
|
let baseOptions;
|
|
@@ -604,7 +604,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
604
604
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
605
605
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
606
606
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
607
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
607
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIEmailCreate, localVarRequestOptions, configuration);
|
|
608
608
|
return {
|
|
609
609
|
url: toPathString(localVarUrlObj),
|
|
610
610
|
options: localVarRequestOptions
|
|
@@ -640,13 +640,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
640
640
|
* Emails Update
|
|
641
641
|
* @summary Emails Update
|
|
642
642
|
* @param {string} emailId
|
|
643
|
-
* @param {
|
|
643
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
644
644
|
* @param {*} [options] Override http request option.
|
|
645
645
|
* @throws {RequiredError}
|
|
646
646
|
*/
|
|
647
|
-
emailsUpdate: async (emailId,
|
|
647
|
+
emailsUpdate: async (emailId, aPIEmailUpdate, options = {}) => {
|
|
648
648
|
assertParamExists("emailsUpdate", "emailId", emailId);
|
|
649
|
-
assertParamExists("emailsUpdate", "
|
|
649
|
+
assertParamExists("emailsUpdate", "aPIEmailUpdate", aPIEmailUpdate);
|
|
650
650
|
const localVarPath = `/emails/{emailId}`.replace(`{${"emailId"}}`, encodeURIComponent(String(emailId)));
|
|
651
651
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
652
652
|
let baseOptions;
|
|
@@ -660,7 +660,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
660
660
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
661
661
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
662
662
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
663
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
663
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIEmailUpdate, localVarRequestOptions, configuration);
|
|
664
664
|
return {
|
|
665
665
|
url: toPathString(localVarUrlObj),
|
|
666
666
|
options: localVarRequestOptions
|
|
@@ -670,13 +670,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
670
670
|
* PhoneNumbers Create
|
|
671
671
|
* @summary PhoneNumbers Create
|
|
672
672
|
* @param {string} contactId
|
|
673
|
-
* @param {
|
|
673
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
674
674
|
* @param {*} [options] Override http request option.
|
|
675
675
|
* @throws {RequiredError}
|
|
676
676
|
*/
|
|
677
|
-
phoneNumbersCreate: async (contactId,
|
|
677
|
+
phoneNumbersCreate: async (contactId, aPIPhoneNumberCreate, options = {}) => {
|
|
678
678
|
assertParamExists("phoneNumbersCreate", "contactId", contactId);
|
|
679
|
-
assertParamExists("phoneNumbersCreate", "
|
|
679
|
+
assertParamExists("phoneNumbersCreate", "aPIPhoneNumberCreate", aPIPhoneNumberCreate);
|
|
680
680
|
const localVarPath = `/contacts/{contactId}/phoneNumbers`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
681
681
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
682
682
|
let baseOptions;
|
|
@@ -690,7 +690,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
690
690
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
691
691
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
692
692
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
693
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
693
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIPhoneNumberCreate, localVarRequestOptions, configuration);
|
|
694
694
|
return {
|
|
695
695
|
url: toPathString(localVarUrlObj),
|
|
696
696
|
options: localVarRequestOptions
|
|
@@ -726,13 +726,13 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
726
726
|
* PhoneNumbers Update
|
|
727
727
|
* @summary PhoneNumbers Update
|
|
728
728
|
* @param {string} phoneNumberId
|
|
729
|
-
* @param {
|
|
729
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
730
730
|
* @param {*} [options] Override http request option.
|
|
731
731
|
* @throws {RequiredError}
|
|
732
732
|
*/
|
|
733
|
-
phoneNumbersUpdate: async (phoneNumberId,
|
|
733
|
+
phoneNumbersUpdate: async (phoneNumberId, aPIPhoneNumberUpdate, options = {}) => {
|
|
734
734
|
assertParamExists("phoneNumbersUpdate", "phoneNumberId", phoneNumberId);
|
|
735
|
-
assertParamExists("phoneNumbersUpdate", "
|
|
735
|
+
assertParamExists("phoneNumbersUpdate", "aPIPhoneNumberUpdate", aPIPhoneNumberUpdate);
|
|
736
736
|
const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
|
|
737
737
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
738
738
|
let baseOptions;
|
|
@@ -746,7 +746,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
|
|
|
746
746
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
747
747
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
748
748
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
749
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
749
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIPhoneNumberUpdate, localVarRequestOptions, configuration);
|
|
750
750
|
return {
|
|
751
751
|
url: toPathString(localVarUrlObj),
|
|
752
752
|
options: localVarRequestOptions
|
|
@@ -761,12 +761,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
761
761
|
* Addresses Create
|
|
762
762
|
* @summary Addresses Create
|
|
763
763
|
* @param {string} contactId
|
|
764
|
-
* @param {
|
|
764
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
765
765
|
* @param {*} [options] Override http request option.
|
|
766
766
|
* @throws {RequiredError}
|
|
767
767
|
*/
|
|
768
|
-
async addressesCreate(contactId,
|
|
769
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesCreate(contactId,
|
|
768
|
+
async addressesCreate(contactId, aPIAddressCreate, options) {
|
|
769
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesCreate(contactId, aPIAddressCreate, options);
|
|
770
770
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _6 => _6.serverIndex]), () => ( 0));
|
|
771
771
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _7 => _7["ContactsApi.addressesCreate"], 'optionalAccess', _8 => _8[localVarOperationServerIndex], 'optionalAccess', _9 => _9.url]);
|
|
772
772
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -788,12 +788,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
788
788
|
* Addresses Update
|
|
789
789
|
* @summary Addresses Update
|
|
790
790
|
* @param {string} addressId
|
|
791
|
-
* @param {
|
|
791
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
792
792
|
* @param {*} [options] Override http request option.
|
|
793
793
|
* @throws {RequiredError}
|
|
794
794
|
*/
|
|
795
|
-
async addressesUpdate(addressId,
|
|
796
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesUpdate(addressId,
|
|
795
|
+
async addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
796
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesUpdate(addressId, aPIAddressUpdate, options);
|
|
797
797
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _14 => _14.serverIndex]), () => ( 0));
|
|
798
798
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _15 => _15["ContactsApi.addressesUpdate"], 'optionalAccess', _16 => _16[localVarOperationServerIndex], 'optionalAccess', _17 => _17.url]);
|
|
799
799
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -889,12 +889,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
889
889
|
* Contacts Update
|
|
890
890
|
* @summary Contacts Update
|
|
891
891
|
* @param {string} contactId
|
|
892
|
-
* @param {
|
|
892
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
893
893
|
* @param {*} [options] Override http request option.
|
|
894
894
|
* @throws {RequiredError}
|
|
895
895
|
*/
|
|
896
|
-
async contactsUpdate(contactId,
|
|
897
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdate(contactId,
|
|
896
|
+
async contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
897
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdate(contactId, aPIContactUpdate, options);
|
|
898
898
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _42 => _42.serverIndex]), () => ( 0));
|
|
899
899
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _43 => _43["ContactsApi.contactsUpdate"], 'optionalAccess', _44 => _44[localVarOperationServerIndex], 'optionalAccess', _45 => _45.url]);
|
|
900
900
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -918,12 +918,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
918
918
|
* Emails Create
|
|
919
919
|
* @summary Emails Create
|
|
920
920
|
* @param {string} contactId
|
|
921
|
-
* @param {
|
|
921
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
922
922
|
* @param {*} [options] Override http request option.
|
|
923
923
|
* @throws {RequiredError}
|
|
924
924
|
*/
|
|
925
|
-
async emailsCreate(contactId,
|
|
926
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsCreate(contactId,
|
|
925
|
+
async emailsCreate(contactId, aPIEmailCreate, options) {
|
|
926
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsCreate(contactId, aPIEmailCreate, options);
|
|
927
927
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _50 => _50.serverIndex]), () => ( 0));
|
|
928
928
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _51 => _51["ContactsApi.emailsCreate"], 'optionalAccess', _52 => _52[localVarOperationServerIndex], 'optionalAccess', _53 => _53.url]);
|
|
929
929
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -945,12 +945,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
945
945
|
* Emails Update
|
|
946
946
|
* @summary Emails Update
|
|
947
947
|
* @param {string} emailId
|
|
948
|
-
* @param {
|
|
948
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
949
949
|
* @param {*} [options] Override http request option.
|
|
950
950
|
* @throws {RequiredError}
|
|
951
951
|
*/
|
|
952
|
-
async emailsUpdate(emailId,
|
|
953
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsUpdate(emailId,
|
|
952
|
+
async emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
953
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsUpdate(emailId, aPIEmailUpdate, options);
|
|
954
954
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _58 => _58.serverIndex]), () => ( 0));
|
|
955
955
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _59 => _59["ContactsApi.emailsUpdate"], 'optionalAccess', _60 => _60[localVarOperationServerIndex], 'optionalAccess', _61 => _61.url]);
|
|
956
956
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -959,12 +959,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
959
959
|
* PhoneNumbers Create
|
|
960
960
|
* @summary PhoneNumbers Create
|
|
961
961
|
* @param {string} contactId
|
|
962
|
-
* @param {
|
|
962
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
963
963
|
* @param {*} [options] Override http request option.
|
|
964
964
|
* @throws {RequiredError}
|
|
965
965
|
*/
|
|
966
|
-
async phoneNumbersCreate(contactId,
|
|
967
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersCreate(contactId,
|
|
966
|
+
async phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
967
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options);
|
|
968
968
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _62 => _62.serverIndex]), () => ( 0));
|
|
969
969
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _63 => _63["ContactsApi.phoneNumbersCreate"], 'optionalAccess', _64 => _64[localVarOperationServerIndex], 'optionalAccess', _65 => _65.url]);
|
|
970
970
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -986,12 +986,12 @@ var ContactsApiFp = function(configuration) {
|
|
|
986
986
|
* PhoneNumbers Update
|
|
987
987
|
* @summary PhoneNumbers Update
|
|
988
988
|
* @param {string} phoneNumberId
|
|
989
|
-
* @param {
|
|
989
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
990
990
|
* @param {*} [options] Override http request option.
|
|
991
991
|
* @throws {RequiredError}
|
|
992
992
|
*/
|
|
993
|
-
async phoneNumbersUpdate(phoneNumberId,
|
|
994
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersUpdate(phoneNumberId,
|
|
993
|
+
async phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
994
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options);
|
|
995
995
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _70 => _70.serverIndex]), () => ( 0));
|
|
996
996
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _71 => _71["ContactsApi.phoneNumbersUpdate"], 'optionalAccess', _72 => _72[localVarOperationServerIndex], 'optionalAccess', _73 => _73.url]);
|
|
997
997
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1005,12 +1005,12 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1005
1005
|
* Addresses Create
|
|
1006
1006
|
* @summary Addresses Create
|
|
1007
1007
|
* @param {string} contactId
|
|
1008
|
-
* @param {
|
|
1008
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
1009
1009
|
* @param {*} [options] Override http request option.
|
|
1010
1010
|
* @throws {RequiredError}
|
|
1011
1011
|
*/
|
|
1012
|
-
addressesCreate(contactId,
|
|
1013
|
-
return localVarFp.addressesCreate(contactId,
|
|
1012
|
+
addressesCreate(contactId, aPIAddressCreate, options) {
|
|
1013
|
+
return localVarFp.addressesCreate(contactId, aPIAddressCreate, options).then((request) => request(axios, basePath));
|
|
1014
1014
|
},
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Addresses Delete
|
|
@@ -1026,12 +1026,12 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1026
1026
|
* Addresses Update
|
|
1027
1027
|
* @summary Addresses Update
|
|
1028
1028
|
* @param {string} addressId
|
|
1029
|
-
* @param {
|
|
1029
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
1030
1030
|
* @param {*} [options] Override http request option.
|
|
1031
1031
|
* @throws {RequiredError}
|
|
1032
1032
|
*/
|
|
1033
|
-
addressesUpdate(addressId,
|
|
1034
|
-
return localVarFp.addressesUpdate(addressId,
|
|
1033
|
+
addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
1034
|
+
return localVarFp.addressesUpdate(addressId, aPIAddressUpdate, options).then((request) => request(axios, basePath));
|
|
1035
1035
|
},
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Associates a contact with a listing with the OWNER type.
|
|
@@ -1106,12 +1106,12 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1106
1106
|
* Contacts Update
|
|
1107
1107
|
* @summary Contacts Update
|
|
1108
1108
|
* @param {string} contactId
|
|
1109
|
-
* @param {
|
|
1109
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
1110
1110
|
* @param {*} [options] Override http request option.
|
|
1111
1111
|
* @throws {RequiredError}
|
|
1112
1112
|
*/
|
|
1113
|
-
contactsUpdate(contactId,
|
|
1114
|
-
return localVarFp.contactsUpdate(contactId,
|
|
1113
|
+
contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
1114
|
+
return localVarFp.contactsUpdate(contactId, aPIContactUpdate, options).then((request) => request(axios, basePath));
|
|
1115
1115
|
},
|
|
1116
1116
|
/**
|
|
1117
1117
|
* Updates an association between a contact and a listing.
|
|
@@ -1129,12 +1129,12 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1129
1129
|
* Emails Create
|
|
1130
1130
|
* @summary Emails Create
|
|
1131
1131
|
* @param {string} contactId
|
|
1132
|
-
* @param {
|
|
1132
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
1133
1133
|
* @param {*} [options] Override http request option.
|
|
1134
1134
|
* @throws {RequiredError}
|
|
1135
1135
|
*/
|
|
1136
|
-
emailsCreate(contactId,
|
|
1137
|
-
return localVarFp.emailsCreate(contactId,
|
|
1136
|
+
emailsCreate(contactId, aPIEmailCreate, options) {
|
|
1137
|
+
return localVarFp.emailsCreate(contactId, aPIEmailCreate, options).then((request) => request(axios, basePath));
|
|
1138
1138
|
},
|
|
1139
1139
|
/**
|
|
1140
1140
|
* Emails Delete
|
|
@@ -1150,23 +1150,23 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1150
1150
|
* Emails Update
|
|
1151
1151
|
* @summary Emails Update
|
|
1152
1152
|
* @param {string} emailId
|
|
1153
|
-
* @param {
|
|
1153
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
1154
1154
|
* @param {*} [options] Override http request option.
|
|
1155
1155
|
* @throws {RequiredError}
|
|
1156
1156
|
*/
|
|
1157
|
-
emailsUpdate(emailId,
|
|
1158
|
-
return localVarFp.emailsUpdate(emailId,
|
|
1157
|
+
emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
1158
|
+
return localVarFp.emailsUpdate(emailId, aPIEmailUpdate, options).then((request) => request(axios, basePath));
|
|
1159
1159
|
},
|
|
1160
1160
|
/**
|
|
1161
1161
|
* PhoneNumbers Create
|
|
1162
1162
|
* @summary PhoneNumbers Create
|
|
1163
1163
|
* @param {string} contactId
|
|
1164
|
-
* @param {
|
|
1164
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
1165
1165
|
* @param {*} [options] Override http request option.
|
|
1166
1166
|
* @throws {RequiredError}
|
|
1167
1167
|
*/
|
|
1168
|
-
phoneNumbersCreate(contactId,
|
|
1169
|
-
return localVarFp.phoneNumbersCreate(contactId,
|
|
1168
|
+
phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
1169
|
+
return localVarFp.phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options).then((request) => request(axios, basePath));
|
|
1170
1170
|
},
|
|
1171
1171
|
/**
|
|
1172
1172
|
* PhoneNumbers Delete
|
|
@@ -1182,12 +1182,12 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
|
|
|
1182
1182
|
* PhoneNumbers Update
|
|
1183
1183
|
* @summary PhoneNumbers Update
|
|
1184
1184
|
* @param {string} phoneNumberId
|
|
1185
|
-
* @param {
|
|
1185
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
1186
1186
|
* @param {*} [options] Override http request option.
|
|
1187
1187
|
* @throws {RequiredError}
|
|
1188
1188
|
*/
|
|
1189
|
-
phoneNumbersUpdate(phoneNumberId,
|
|
1190
|
-
return localVarFp.phoneNumbersUpdate(phoneNumberId,
|
|
1189
|
+
phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
1190
|
+
return localVarFp.phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options).then((request) => request(axios, basePath));
|
|
1191
1191
|
}
|
|
1192
1192
|
};
|
|
1193
1193
|
};
|
|
@@ -1196,13 +1196,13 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1196
1196
|
* Addresses Create
|
|
1197
1197
|
* @summary Addresses Create
|
|
1198
1198
|
* @param {string} contactId
|
|
1199
|
-
* @param {
|
|
1199
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
1200
1200
|
* @param {*} [options] Override http request option.
|
|
1201
1201
|
* @throws {RequiredError}
|
|
1202
1202
|
* @memberof ContactsApi
|
|
1203
1203
|
*/
|
|
1204
|
-
addressesCreate(contactId,
|
|
1205
|
-
return ContactsApiFp(this.configuration).addressesCreate(contactId,
|
|
1204
|
+
addressesCreate(contactId, aPIAddressCreate, options) {
|
|
1205
|
+
return ContactsApiFp(this.configuration).addressesCreate(contactId, aPIAddressCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1206
1206
|
}
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Addresses Delete
|
|
@@ -1219,13 +1219,13 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1219
1219
|
* Addresses Update
|
|
1220
1220
|
* @summary Addresses Update
|
|
1221
1221
|
* @param {string} addressId
|
|
1222
|
-
* @param {
|
|
1222
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
1223
1223
|
* @param {*} [options] Override http request option.
|
|
1224
1224
|
* @throws {RequiredError}
|
|
1225
1225
|
* @memberof ContactsApi
|
|
1226
1226
|
*/
|
|
1227
|
-
addressesUpdate(addressId,
|
|
1228
|
-
return ContactsApiFp(this.configuration).addressesUpdate(addressId,
|
|
1227
|
+
addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
1228
|
+
return ContactsApiFp(this.configuration).addressesUpdate(addressId, aPIAddressUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1229
1229
|
}
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Associates a contact with a listing with the OWNER type.
|
|
@@ -1306,13 +1306,13 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1306
1306
|
* Contacts Update
|
|
1307
1307
|
* @summary Contacts Update
|
|
1308
1308
|
* @param {string} contactId
|
|
1309
|
-
* @param {
|
|
1309
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
1310
1310
|
* @param {*} [options] Override http request option.
|
|
1311
1311
|
* @throws {RequiredError}
|
|
1312
1312
|
* @memberof ContactsApi
|
|
1313
1313
|
*/
|
|
1314
|
-
contactsUpdate(contactId,
|
|
1315
|
-
return ContactsApiFp(this.configuration).contactsUpdate(contactId,
|
|
1314
|
+
contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
1315
|
+
return ContactsApiFp(this.configuration).contactsUpdate(contactId, aPIContactUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1316
1316
|
}
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Updates an association between a contact and a listing.
|
|
@@ -1331,13 +1331,13 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1331
1331
|
* Emails Create
|
|
1332
1332
|
* @summary Emails Create
|
|
1333
1333
|
* @param {string} contactId
|
|
1334
|
-
* @param {
|
|
1334
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
1335
1335
|
* @param {*} [options] Override http request option.
|
|
1336
1336
|
* @throws {RequiredError}
|
|
1337
1337
|
* @memberof ContactsApi
|
|
1338
1338
|
*/
|
|
1339
|
-
emailsCreate(contactId,
|
|
1340
|
-
return ContactsApiFp(this.configuration).emailsCreate(contactId,
|
|
1339
|
+
emailsCreate(contactId, aPIEmailCreate, options) {
|
|
1340
|
+
return ContactsApiFp(this.configuration).emailsCreate(contactId, aPIEmailCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1341
1341
|
}
|
|
1342
1342
|
/**
|
|
1343
1343
|
* Emails Delete
|
|
@@ -1354,25 +1354,25 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1354
1354
|
* Emails Update
|
|
1355
1355
|
* @summary Emails Update
|
|
1356
1356
|
* @param {string} emailId
|
|
1357
|
-
* @param {
|
|
1357
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
1358
1358
|
* @param {*} [options] Override http request option.
|
|
1359
1359
|
* @throws {RequiredError}
|
|
1360
1360
|
* @memberof ContactsApi
|
|
1361
1361
|
*/
|
|
1362
|
-
emailsUpdate(emailId,
|
|
1363
|
-
return ContactsApiFp(this.configuration).emailsUpdate(emailId,
|
|
1362
|
+
emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
1363
|
+
return ContactsApiFp(this.configuration).emailsUpdate(emailId, aPIEmailUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1364
1364
|
}
|
|
1365
1365
|
/**
|
|
1366
1366
|
* PhoneNumbers Create
|
|
1367
1367
|
* @summary PhoneNumbers Create
|
|
1368
1368
|
* @param {string} contactId
|
|
1369
|
-
* @param {
|
|
1369
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
1370
1370
|
* @param {*} [options] Override http request option.
|
|
1371
1371
|
* @throws {RequiredError}
|
|
1372
1372
|
* @memberof ContactsApi
|
|
1373
1373
|
*/
|
|
1374
|
-
phoneNumbersCreate(contactId,
|
|
1375
|
-
return ContactsApiFp(this.configuration).phoneNumbersCreate(contactId,
|
|
1374
|
+
phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
1375
|
+
return ContactsApiFp(this.configuration).phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1376
1376
|
}
|
|
1377
1377
|
/**
|
|
1378
1378
|
* PhoneNumbers Delete
|
|
@@ -1389,13 +1389,13 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1389
1389
|
* PhoneNumbers Update
|
|
1390
1390
|
* @summary PhoneNumbers Update
|
|
1391
1391
|
* @param {string} phoneNumberId
|
|
1392
|
-
* @param {
|
|
1392
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
1393
1393
|
* @param {*} [options] Override http request option.
|
|
1394
1394
|
* @throws {RequiredError}
|
|
1395
1395
|
* @memberof ContactsApi
|
|
1396
1396
|
*/
|
|
1397
|
-
phoneNumbersUpdate(phoneNumberId,
|
|
1398
|
-
return ContactsApiFp(this.configuration).phoneNumbersUpdate(phoneNumberId,
|
|
1397
|
+
phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
1398
|
+
return ContactsApiFp(this.configuration).phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1399
1399
|
}
|
|
1400
1400
|
};
|
|
1401
1401
|
var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
@@ -1403,12 +1403,12 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1403
1403
|
/**
|
|
1404
1404
|
* Conversations Create
|
|
1405
1405
|
* @summary Conversations Create
|
|
1406
|
-
* @param {
|
|
1406
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
1407
1407
|
* @param {*} [options] Override http request option.
|
|
1408
1408
|
* @throws {RequiredError}
|
|
1409
1409
|
*/
|
|
1410
|
-
conversationsCreate: async (
|
|
1411
|
-
assertParamExists("conversationsCreate", "
|
|
1410
|
+
conversationsCreate: async (aPIConversationCreate, options = {}) => {
|
|
1411
|
+
assertParamExists("conversationsCreate", "aPIConversationCreate", aPIConversationCreate);
|
|
1412
1412
|
const localVarPath = `/conversations`;
|
|
1413
1413
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1414
1414
|
let baseOptions;
|
|
@@ -1422,7 +1422,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1422
1422
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1423
1423
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1424
1424
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1425
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
1425
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationCreate, localVarRequestOptions, configuration);
|
|
1426
1426
|
return {
|
|
1427
1427
|
url: toPathString(localVarUrlObj),
|
|
1428
1428
|
options: localVarRequestOptions
|
|
@@ -1510,13 +1510,13 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1510
1510
|
* Conversations Update
|
|
1511
1511
|
* @summary Conversations Update
|
|
1512
1512
|
* @param {string} conversationId
|
|
1513
|
-
* @param {
|
|
1513
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1514
1514
|
* @param {*} [options] Override http request option.
|
|
1515
1515
|
* @throws {RequiredError}
|
|
1516
1516
|
*/
|
|
1517
|
-
conversationsUpdate: async (conversationId,
|
|
1517
|
+
conversationsUpdate: async (conversationId, aPIConversationUpdate, options = {}) => {
|
|
1518
1518
|
assertParamExists("conversationsUpdate", "conversationId", conversationId);
|
|
1519
|
-
assertParamExists("conversationsUpdate", "
|
|
1519
|
+
assertParamExists("conversationsUpdate", "aPIConversationUpdate", aPIConversationUpdate);
|
|
1520
1520
|
const localVarPath = `/conversations/{conversationId}`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
1521
1521
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1522
1522
|
let baseOptions;
|
|
@@ -1530,7 +1530,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1530
1530
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1531
1531
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1532
1532
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1533
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
1533
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationUpdate, localVarRequestOptions, configuration);
|
|
1534
1534
|
return {
|
|
1535
1535
|
url: toPathString(localVarUrlObj),
|
|
1536
1536
|
options: localVarRequestOptions
|
|
@@ -1540,13 +1540,13 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1540
1540
|
* Messages Create
|
|
1541
1541
|
* @summary Messages Create
|
|
1542
1542
|
* @param {string} conversationId
|
|
1543
|
-
* @param {
|
|
1543
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
1544
1544
|
* @param {*} [options] Override http request option.
|
|
1545
1545
|
* @throws {RequiredError}
|
|
1546
1546
|
*/
|
|
1547
|
-
messagesCreate: async (conversationId,
|
|
1547
|
+
messagesCreate: async (conversationId, aPIMessageCreate, options = {}) => {
|
|
1548
1548
|
assertParamExists("messagesCreate", "conversationId", conversationId);
|
|
1549
|
-
assertParamExists("messagesCreate", "
|
|
1549
|
+
assertParamExists("messagesCreate", "aPIMessageCreate", aPIMessageCreate);
|
|
1550
1550
|
const localVarPath = `/conversations/{conversationId}/messages`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
1551
1551
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1552
1552
|
let baseOptions;
|
|
@@ -1560,7 +1560,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1560
1560
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1561
1561
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1562
1562
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1563
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
1563
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIMessageCreate, localVarRequestOptions, configuration);
|
|
1564
1564
|
return {
|
|
1565
1565
|
url: toPathString(localVarUrlObj),
|
|
1566
1566
|
options: localVarRequestOptions
|
|
@@ -1656,12 +1656,12 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Conversations Create
|
|
1658
1658
|
* @summary Conversations Create
|
|
1659
|
-
* @param {
|
|
1659
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
1660
1660
|
* @param {*} [options] Override http request option.
|
|
1661
1661
|
* @throws {RequiredError}
|
|
1662
1662
|
*/
|
|
1663
|
-
async conversationsCreate(
|
|
1664
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(
|
|
1663
|
+
async conversationsCreate(aPIConversationCreate, options) {
|
|
1664
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(aPIConversationCreate, options);
|
|
1665
1665
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _74 => _74.serverIndex]), () => ( 0));
|
|
1666
1666
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _75 => _75["ConversationsApi.conversationsCreate"], 'optionalAccess', _76 => _76[localVarOperationServerIndex], 'optionalAccess', _77 => _77.url]);
|
|
1667
1667
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1702,12 +1702,12 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1702
1702
|
* Conversations Update
|
|
1703
1703
|
* @summary Conversations Update
|
|
1704
1704
|
* @param {string} conversationId
|
|
1705
|
-
* @param {
|
|
1705
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1706
1706
|
* @param {*} [options] Override http request option.
|
|
1707
1707
|
* @throws {RequiredError}
|
|
1708
1708
|
*/
|
|
1709
|
-
async conversationsUpdate(conversationId,
|
|
1710
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId,
|
|
1709
|
+
async conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
1710
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId, aPIConversationUpdate, options);
|
|
1711
1711
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _86 => _86.serverIndex]), () => ( 0));
|
|
1712
1712
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _87 => _87["ConversationsApi.conversationsUpdate"], 'optionalAccess', _88 => _88[localVarOperationServerIndex], 'optionalAccess', _89 => _89.url]);
|
|
1713
1713
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1716,12 +1716,12 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1716
1716
|
* Messages Create
|
|
1717
1717
|
* @summary Messages Create
|
|
1718
1718
|
* @param {string} conversationId
|
|
1719
|
-
* @param {
|
|
1719
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
1720
1720
|
* @param {*} [options] Override http request option.
|
|
1721
1721
|
* @throws {RequiredError}
|
|
1722
1722
|
*/
|
|
1723
|
-
async messagesCreate(conversationId,
|
|
1724
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId,
|
|
1723
|
+
async messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
1724
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId, aPIMessageCreate, options);
|
|
1725
1725
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _90 => _90.serverIndex]), () => ( 0));
|
|
1726
1726
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _91 => _91["ConversationsApi.messagesCreate"], 'optionalAccess', _92 => _92[localVarOperationServerIndex], 'optionalAccess', _93 => _93.url]);
|
|
1727
1727
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1767,12 +1767,12 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
|
1767
1767
|
/**
|
|
1768
1768
|
* Conversations Create
|
|
1769
1769
|
* @summary Conversations Create
|
|
1770
|
-
* @param {
|
|
1770
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
1771
1771
|
* @param {*} [options] Override http request option.
|
|
1772
1772
|
* @throws {RequiredError}
|
|
1773
1773
|
*/
|
|
1774
|
-
conversationsCreate(
|
|
1775
|
-
return localVarFp.conversationsCreate(
|
|
1774
|
+
conversationsCreate(aPIConversationCreate, options) {
|
|
1775
|
+
return localVarFp.conversationsCreate(aPIConversationCreate, options).then((request) => request(axios, basePath));
|
|
1776
1776
|
},
|
|
1777
1777
|
/**
|
|
1778
1778
|
* Conversations Get
|
|
@@ -1804,23 +1804,23 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
|
1804
1804
|
* Conversations Update
|
|
1805
1805
|
* @summary Conversations Update
|
|
1806
1806
|
* @param {string} conversationId
|
|
1807
|
-
* @param {
|
|
1807
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1808
1808
|
* @param {*} [options] Override http request option.
|
|
1809
1809
|
* @throws {RequiredError}
|
|
1810
1810
|
*/
|
|
1811
|
-
conversationsUpdate(conversationId,
|
|
1812
|
-
return localVarFp.conversationsUpdate(conversationId,
|
|
1811
|
+
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
1812
|
+
return localVarFp.conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(axios, basePath));
|
|
1813
1813
|
},
|
|
1814
1814
|
/**
|
|
1815
1815
|
* Messages Create
|
|
1816
1816
|
* @summary Messages Create
|
|
1817
1817
|
* @param {string} conversationId
|
|
1818
|
-
* @param {
|
|
1818
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
1819
1819
|
* @param {*} [options] Override http request option.
|
|
1820
1820
|
* @throws {RequiredError}
|
|
1821
1821
|
*/
|
|
1822
|
-
messagesCreate(conversationId,
|
|
1823
|
-
return localVarFp.messagesCreate(conversationId,
|
|
1822
|
+
messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
1823
|
+
return localVarFp.messagesCreate(conversationId, aPIMessageCreate, options).then((request) => request(axios, basePath));
|
|
1824
1824
|
},
|
|
1825
1825
|
/**
|
|
1826
1826
|
* Messages Get
|
|
@@ -1855,13 +1855,13 @@ var ConversationsApi = class extends BaseAPI {
|
|
|
1855
1855
|
/**
|
|
1856
1856
|
* Conversations Create
|
|
1857
1857
|
* @summary Conversations Create
|
|
1858
|
-
* @param {
|
|
1858
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
1859
1859
|
* @param {*} [options] Override http request option.
|
|
1860
1860
|
* @throws {RequiredError}
|
|
1861
1861
|
* @memberof ConversationsApi
|
|
1862
1862
|
*/
|
|
1863
|
-
conversationsCreate(
|
|
1864
|
-
return ConversationsApiFp(this.configuration).conversationsCreate(
|
|
1863
|
+
conversationsCreate(aPIConversationCreate, options) {
|
|
1864
|
+
return ConversationsApiFp(this.configuration).conversationsCreate(aPIConversationCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1865
1865
|
}
|
|
1866
1866
|
/**
|
|
1867
1867
|
* Conversations Get
|
|
@@ -1895,25 +1895,25 @@ var ConversationsApi = class extends BaseAPI {
|
|
|
1895
1895
|
* Conversations Update
|
|
1896
1896
|
* @summary Conversations Update
|
|
1897
1897
|
* @param {string} conversationId
|
|
1898
|
-
* @param {
|
|
1898
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1899
1899
|
* @param {*} [options] Override http request option.
|
|
1900
1900
|
* @throws {RequiredError}
|
|
1901
1901
|
* @memberof ConversationsApi
|
|
1902
1902
|
*/
|
|
1903
|
-
conversationsUpdate(conversationId,
|
|
1904
|
-
return ConversationsApiFp(this.configuration).conversationsUpdate(conversationId,
|
|
1903
|
+
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
1904
|
+
return ConversationsApiFp(this.configuration).conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1905
1905
|
}
|
|
1906
1906
|
/**
|
|
1907
1907
|
* Messages Create
|
|
1908
1908
|
* @summary Messages Create
|
|
1909
1909
|
* @param {string} conversationId
|
|
1910
|
-
* @param {
|
|
1910
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
1911
1911
|
* @param {*} [options] Override http request option.
|
|
1912
1912
|
* @throws {RequiredError}
|
|
1913
1913
|
* @memberof ConversationsApi
|
|
1914
1914
|
*/
|
|
1915
|
-
messagesCreate(conversationId,
|
|
1916
|
-
return ConversationsApiFp(this.configuration).messagesCreate(conversationId,
|
|
1915
|
+
messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
1916
|
+
return ConversationsApiFp(this.configuration).messagesCreate(conversationId, aPIMessageCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1917
1917
|
}
|
|
1918
1918
|
/**
|
|
1919
1919
|
* Messages Get
|
|
@@ -2358,12 +2358,12 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
|
|
|
2358
2358
|
/**
|
|
2359
2359
|
* Providers Create
|
|
2360
2360
|
* @summary Providers Create
|
|
2361
|
-
* @param {
|
|
2361
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
2362
2362
|
* @param {*} [options] Override http request option.
|
|
2363
2363
|
* @throws {RequiredError}
|
|
2364
2364
|
*/
|
|
2365
|
-
providersCreate: async (
|
|
2366
|
-
assertParamExists("providersCreate", "
|
|
2365
|
+
providersCreate: async (aPIProviderCreate, options = {}) => {
|
|
2366
|
+
assertParamExists("providersCreate", "aPIProviderCreate", aPIProviderCreate);
|
|
2367
2367
|
const localVarPath = `/providers`;
|
|
2368
2368
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2369
2369
|
let baseOptions;
|
|
@@ -2377,7 +2377,7 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
|
|
|
2377
2377
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2378
2378
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2379
2379
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2380
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
2380
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIProviderCreate, localVarRequestOptions, configuration);
|
|
2381
2381
|
return {
|
|
2382
2382
|
url: toPathString(localVarUrlObj),
|
|
2383
2383
|
options: localVarRequestOptions
|
|
@@ -2437,13 +2437,13 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
|
|
|
2437
2437
|
* Providers Update
|
|
2438
2438
|
* @summary Providers Update
|
|
2439
2439
|
* @param {string} providerId
|
|
2440
|
-
* @param {
|
|
2440
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
2441
2441
|
* @param {*} [options] Override http request option.
|
|
2442
2442
|
* @throws {RequiredError}
|
|
2443
2443
|
*/
|
|
2444
|
-
providersUpdate: async (providerId,
|
|
2444
|
+
providersUpdate: async (providerId, aPIProviderUpdate, options = {}) => {
|
|
2445
2445
|
assertParamExists("providersUpdate", "providerId", providerId);
|
|
2446
|
-
assertParamExists("providersUpdate", "
|
|
2446
|
+
assertParamExists("providersUpdate", "aPIProviderUpdate", aPIProviderUpdate);
|
|
2447
2447
|
const localVarPath = `/providers/{providerId}`.replace(`{${"providerId"}}`, encodeURIComponent(String(providerId)));
|
|
2448
2448
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2449
2449
|
let baseOptions;
|
|
@@ -2457,7 +2457,7 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
|
|
|
2457
2457
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2458
2458
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2459
2459
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2460
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
2460
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIProviderUpdate, localVarRequestOptions, configuration);
|
|
2461
2461
|
return {
|
|
2462
2462
|
url: toPathString(localVarUrlObj),
|
|
2463
2463
|
options: localVarRequestOptions
|
|
@@ -2471,12 +2471,12 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2471
2471
|
/**
|
|
2472
2472
|
* Providers Create
|
|
2473
2473
|
* @summary Providers Create
|
|
2474
|
-
* @param {
|
|
2474
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
2475
2475
|
* @param {*} [options] Override http request option.
|
|
2476
2476
|
* @throws {RequiredError}
|
|
2477
2477
|
*/
|
|
2478
|
-
async providersCreate(
|
|
2479
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(
|
|
2478
|
+
async providersCreate(aPIProviderCreate, options) {
|
|
2479
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(aPIProviderCreate, options);
|
|
2480
2480
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _122 => _122.serverIndex]), () => ( 0));
|
|
2481
2481
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _123 => _123["ProvidersApi.providersCreate"], 'optionalAccess', _124 => _124[localVarOperationServerIndex], 'optionalAccess', _125 => _125.url]);
|
|
2482
2482
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2510,12 +2510,12 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2510
2510
|
* Providers Update
|
|
2511
2511
|
* @summary Providers Update
|
|
2512
2512
|
* @param {string} providerId
|
|
2513
|
-
* @param {
|
|
2513
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
2514
2514
|
* @param {*} [options] Override http request option.
|
|
2515
2515
|
* @throws {RequiredError}
|
|
2516
2516
|
*/
|
|
2517
|
-
async providersUpdate(providerId,
|
|
2518
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId,
|
|
2517
|
+
async providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
2518
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId, aPIProviderUpdate, options);
|
|
2519
2519
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _134 => _134.serverIndex]), () => ( 0));
|
|
2520
2520
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _135 => _135["ProvidersApi.providersUpdate"], 'optionalAccess', _136 => _136[localVarOperationServerIndex], 'optionalAccess', _137 => _137.url]);
|
|
2521
2521
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2528,12 +2528,12 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
|
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Providers Create
|
|
2530
2530
|
* @summary Providers Create
|
|
2531
|
-
* @param {
|
|
2531
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
2532
2532
|
* @param {*} [options] Override http request option.
|
|
2533
2533
|
* @throws {RequiredError}
|
|
2534
2534
|
*/
|
|
2535
|
-
providersCreate(
|
|
2536
|
-
return localVarFp.providersCreate(
|
|
2535
|
+
providersCreate(aPIProviderCreate, options) {
|
|
2536
|
+
return localVarFp.providersCreate(aPIProviderCreate, options).then((request) => request(axios, basePath));
|
|
2537
2537
|
},
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Providers Get
|
|
@@ -2558,12 +2558,12 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
|
|
|
2558
2558
|
* Providers Update
|
|
2559
2559
|
* @summary Providers Update
|
|
2560
2560
|
* @param {string} providerId
|
|
2561
|
-
* @param {
|
|
2561
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
2562
2562
|
* @param {*} [options] Override http request option.
|
|
2563
2563
|
* @throws {RequiredError}
|
|
2564
2564
|
*/
|
|
2565
|
-
providersUpdate(providerId,
|
|
2566
|
-
return localVarFp.providersUpdate(providerId,
|
|
2565
|
+
providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
2566
|
+
return localVarFp.providersUpdate(providerId, aPIProviderUpdate, options).then((request) => request(axios, basePath));
|
|
2567
2567
|
}
|
|
2568
2568
|
};
|
|
2569
2569
|
};
|
|
@@ -2571,13 +2571,13 @@ var ProvidersApi = class extends BaseAPI {
|
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Providers Create
|
|
2573
2573
|
* @summary Providers Create
|
|
2574
|
-
* @param {
|
|
2574
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
2575
2575
|
* @param {*} [options] Override http request option.
|
|
2576
2576
|
* @throws {RequiredError}
|
|
2577
2577
|
* @memberof ProvidersApi
|
|
2578
2578
|
*/
|
|
2579
|
-
providersCreate(
|
|
2580
|
-
return ProvidersApiFp(this.configuration).providersCreate(
|
|
2579
|
+
providersCreate(aPIProviderCreate, options) {
|
|
2580
|
+
return ProvidersApiFp(this.configuration).providersCreate(aPIProviderCreate, options).then((request) => request(this.axios, this.basePath));
|
|
2581
2581
|
}
|
|
2582
2582
|
/**
|
|
2583
2583
|
* Providers Get
|
|
@@ -2604,13 +2604,13 @@ var ProvidersApi = class extends BaseAPI {
|
|
|
2604
2604
|
* Providers Update
|
|
2605
2605
|
* @summary Providers Update
|
|
2606
2606
|
* @param {string} providerId
|
|
2607
|
-
* @param {
|
|
2607
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
2608
2608
|
* @param {*} [options] Override http request option.
|
|
2609
2609
|
* @throws {RequiredError}
|
|
2610
2610
|
* @memberof ProvidersApi
|
|
2611
2611
|
*/
|
|
2612
|
-
providersUpdate(providerId,
|
|
2613
|
-
return ProvidersApiFp(this.configuration).providersUpdate(providerId,
|
|
2612
|
+
providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
2613
|
+
return ProvidersApiFp(this.configuration).providersUpdate(providerId, aPIProviderUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
2614
2614
|
}
|
|
2615
2615
|
};
|
|
2616
2616
|
var ReservationsApiAxiosParamCreator = function(configuration) {
|
|
@@ -2823,13 +2823,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
2823
2823
|
* Addresses Create
|
|
2824
2824
|
* @summary Addresses Create
|
|
2825
2825
|
* @param {string} contactId
|
|
2826
|
-
* @param {
|
|
2826
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
2827
2827
|
* @param {*} [options] Override http request option.
|
|
2828
2828
|
* @throws {RequiredError}
|
|
2829
2829
|
*/
|
|
2830
|
-
addressesCreate: async (contactId,
|
|
2830
|
+
addressesCreate: async (contactId, aPIAddressCreate, options = {}) => {
|
|
2831
2831
|
assertParamExists("addressesCreate", "contactId", contactId);
|
|
2832
|
-
assertParamExists("addressesCreate", "
|
|
2832
|
+
assertParamExists("addressesCreate", "aPIAddressCreate", aPIAddressCreate);
|
|
2833
2833
|
const localVarPath = `/contacts/{contactId}/addresses`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
2834
2834
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2835
2835
|
let baseOptions;
|
|
@@ -2843,7 +2843,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
2843
2843
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2844
2844
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2845
2845
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2846
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
2846
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIAddressCreate, localVarRequestOptions, configuration);
|
|
2847
2847
|
return {
|
|
2848
2848
|
url: toPathString(localVarUrlObj),
|
|
2849
2849
|
options: localVarRequestOptions
|
|
@@ -2879,13 +2879,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
2879
2879
|
* Addresses Update
|
|
2880
2880
|
* @summary Addresses Update
|
|
2881
2881
|
* @param {string} addressId
|
|
2882
|
-
* @param {
|
|
2882
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
2883
2883
|
* @param {*} [options] Override http request option.
|
|
2884
2884
|
* @throws {RequiredError}
|
|
2885
2885
|
*/
|
|
2886
|
-
addressesUpdate: async (addressId,
|
|
2886
|
+
addressesUpdate: async (addressId, aPIAddressUpdate, options = {}) => {
|
|
2887
2887
|
assertParamExists("addressesUpdate", "addressId", addressId);
|
|
2888
|
-
assertParamExists("addressesUpdate", "
|
|
2888
|
+
assertParamExists("addressesUpdate", "aPIAddressUpdate", aPIAddressUpdate);
|
|
2889
2889
|
const localVarPath = `/addresses/{addressId}`.replace(`{${"addressId"}}`, encodeURIComponent(String(addressId)));
|
|
2890
2890
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2891
2891
|
let baseOptions;
|
|
@@ -2899,7 +2899,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
2899
2899
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2900
2900
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2901
2901
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
2902
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
2902
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIAddressUpdate, localVarRequestOptions, configuration);
|
|
2903
2903
|
return {
|
|
2904
2904
|
url: toPathString(localVarUrlObj),
|
|
2905
2905
|
options: localVarRequestOptions
|
|
@@ -3101,13 +3101,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3101
3101
|
* Contacts Update
|
|
3102
3102
|
* @summary Contacts Update
|
|
3103
3103
|
* @param {string} contactId
|
|
3104
|
-
* @param {
|
|
3104
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
3105
3105
|
* @param {*} [options] Override http request option.
|
|
3106
3106
|
* @throws {RequiredError}
|
|
3107
3107
|
*/
|
|
3108
|
-
contactsUpdate: async (contactId,
|
|
3108
|
+
contactsUpdate: async (contactId, aPIContactUpdate, options = {}) => {
|
|
3109
3109
|
assertParamExists("contactsUpdate", "contactId", contactId);
|
|
3110
|
-
assertParamExists("contactsUpdate", "
|
|
3110
|
+
assertParamExists("contactsUpdate", "aPIContactUpdate", aPIContactUpdate);
|
|
3111
3111
|
const localVarPath = `/contacts/{contactId}`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
3112
3112
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3113
3113
|
let baseOptions;
|
|
@@ -3121,7 +3121,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3121
3121
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3122
3122
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3123
3123
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3124
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3124
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIContactUpdate, localVarRequestOptions, configuration);
|
|
3125
3125
|
return {
|
|
3126
3126
|
url: toPathString(localVarUrlObj),
|
|
3127
3127
|
options: localVarRequestOptions
|
|
@@ -3162,12 +3162,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3162
3162
|
/**
|
|
3163
3163
|
* Conversations Create
|
|
3164
3164
|
* @summary Conversations Create
|
|
3165
|
-
* @param {
|
|
3165
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
3166
3166
|
* @param {*} [options] Override http request option.
|
|
3167
3167
|
* @throws {RequiredError}
|
|
3168
3168
|
*/
|
|
3169
|
-
conversationsCreate: async (
|
|
3170
|
-
assertParamExists("conversationsCreate", "
|
|
3169
|
+
conversationsCreate: async (aPIConversationCreate, options = {}) => {
|
|
3170
|
+
assertParamExists("conversationsCreate", "aPIConversationCreate", aPIConversationCreate);
|
|
3171
3171
|
const localVarPath = `/conversations`;
|
|
3172
3172
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3173
3173
|
let baseOptions;
|
|
@@ -3181,7 +3181,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3181
3181
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3182
3182
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3183
3183
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3184
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3184
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationCreate, localVarRequestOptions, configuration);
|
|
3185
3185
|
return {
|
|
3186
3186
|
url: toPathString(localVarUrlObj),
|
|
3187
3187
|
options: localVarRequestOptions
|
|
@@ -3269,13 +3269,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3269
3269
|
* Conversations Update
|
|
3270
3270
|
* @summary Conversations Update
|
|
3271
3271
|
* @param {string} conversationId
|
|
3272
|
-
* @param {
|
|
3272
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
3273
3273
|
* @param {*} [options] Override http request option.
|
|
3274
3274
|
* @throws {RequiredError}
|
|
3275
3275
|
*/
|
|
3276
|
-
conversationsUpdate: async (conversationId,
|
|
3276
|
+
conversationsUpdate: async (conversationId, aPIConversationUpdate, options = {}) => {
|
|
3277
3277
|
assertParamExists("conversationsUpdate", "conversationId", conversationId);
|
|
3278
|
-
assertParamExists("conversationsUpdate", "
|
|
3278
|
+
assertParamExists("conversationsUpdate", "aPIConversationUpdate", aPIConversationUpdate);
|
|
3279
3279
|
const localVarPath = `/conversations/{conversationId}`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
3280
3280
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3281
3281
|
let baseOptions;
|
|
@@ -3289,7 +3289,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3289
3289
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3290
3290
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3291
3291
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3292
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3292
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationUpdate, localVarRequestOptions, configuration);
|
|
3293
3293
|
return {
|
|
3294
3294
|
url: toPathString(localVarUrlObj),
|
|
3295
3295
|
options: localVarRequestOptions
|
|
@@ -3299,13 +3299,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3299
3299
|
* Emails Create
|
|
3300
3300
|
* @summary Emails Create
|
|
3301
3301
|
* @param {string} contactId
|
|
3302
|
-
* @param {
|
|
3302
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
3303
3303
|
* @param {*} [options] Override http request option.
|
|
3304
3304
|
* @throws {RequiredError}
|
|
3305
3305
|
*/
|
|
3306
|
-
emailsCreate: async (contactId,
|
|
3306
|
+
emailsCreate: async (contactId, aPIEmailCreate, options = {}) => {
|
|
3307
3307
|
assertParamExists("emailsCreate", "contactId", contactId);
|
|
3308
|
-
assertParamExists("emailsCreate", "
|
|
3308
|
+
assertParamExists("emailsCreate", "aPIEmailCreate", aPIEmailCreate);
|
|
3309
3309
|
const localVarPath = `/contacts/{contactId}/emails`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
3310
3310
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3311
3311
|
let baseOptions;
|
|
@@ -3319,7 +3319,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3319
3319
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3320
3320
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3321
3321
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3322
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3322
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIEmailCreate, localVarRequestOptions, configuration);
|
|
3323
3323
|
return {
|
|
3324
3324
|
url: toPathString(localVarUrlObj),
|
|
3325
3325
|
options: localVarRequestOptions
|
|
@@ -3355,13 +3355,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3355
3355
|
* Emails Update
|
|
3356
3356
|
* @summary Emails Update
|
|
3357
3357
|
* @param {string} emailId
|
|
3358
|
-
* @param {
|
|
3358
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
3359
3359
|
* @param {*} [options] Override http request option.
|
|
3360
3360
|
* @throws {RequiredError}
|
|
3361
3361
|
*/
|
|
3362
|
-
emailsUpdate: async (emailId,
|
|
3362
|
+
emailsUpdate: async (emailId, aPIEmailUpdate, options = {}) => {
|
|
3363
3363
|
assertParamExists("emailsUpdate", "emailId", emailId);
|
|
3364
|
-
assertParamExists("emailsUpdate", "
|
|
3364
|
+
assertParamExists("emailsUpdate", "aPIEmailUpdate", aPIEmailUpdate);
|
|
3365
3365
|
const localVarPath = `/emails/{emailId}`.replace(`{${"emailId"}}`, encodeURIComponent(String(emailId)));
|
|
3366
3366
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3367
3367
|
let baseOptions;
|
|
@@ -3375,7 +3375,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3375
3375
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3376
3376
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3377
3377
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3378
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3378
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIEmailUpdate, localVarRequestOptions, configuration);
|
|
3379
3379
|
return {
|
|
3380
3380
|
url: toPathString(localVarUrlObj),
|
|
3381
3381
|
options: localVarRequestOptions
|
|
@@ -3515,13 +3515,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3515
3515
|
* Messages Create
|
|
3516
3516
|
* @summary Messages Create
|
|
3517
3517
|
* @param {string} conversationId
|
|
3518
|
-
* @param {
|
|
3518
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
3519
3519
|
* @param {*} [options] Override http request option.
|
|
3520
3520
|
* @throws {RequiredError}
|
|
3521
3521
|
*/
|
|
3522
|
-
messagesCreate: async (conversationId,
|
|
3522
|
+
messagesCreate: async (conversationId, aPIMessageCreate, options = {}) => {
|
|
3523
3523
|
assertParamExists("messagesCreate", "conversationId", conversationId);
|
|
3524
|
-
assertParamExists("messagesCreate", "
|
|
3524
|
+
assertParamExists("messagesCreate", "aPIMessageCreate", aPIMessageCreate);
|
|
3525
3525
|
const localVarPath = `/conversations/{conversationId}/messages`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
3526
3526
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3527
3527
|
let baseOptions;
|
|
@@ -3535,7 +3535,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3535
3535
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3536
3536
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3537
3537
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3538
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3538
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIMessageCreate, localVarRequestOptions, configuration);
|
|
3539
3539
|
return {
|
|
3540
3540
|
url: toPathString(localVarUrlObj),
|
|
3541
3541
|
options: localVarRequestOptions
|
|
@@ -3627,13 +3627,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3627
3627
|
* PhoneNumbers Create
|
|
3628
3628
|
* @summary PhoneNumbers Create
|
|
3629
3629
|
* @param {string} contactId
|
|
3630
|
-
* @param {
|
|
3630
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
3631
3631
|
* @param {*} [options] Override http request option.
|
|
3632
3632
|
* @throws {RequiredError}
|
|
3633
3633
|
*/
|
|
3634
|
-
phoneNumbersCreate: async (contactId,
|
|
3634
|
+
phoneNumbersCreate: async (contactId, aPIPhoneNumberCreate, options = {}) => {
|
|
3635
3635
|
assertParamExists("phoneNumbersCreate", "contactId", contactId);
|
|
3636
|
-
assertParamExists("phoneNumbersCreate", "
|
|
3636
|
+
assertParamExists("phoneNumbersCreate", "aPIPhoneNumberCreate", aPIPhoneNumberCreate);
|
|
3637
3637
|
const localVarPath = `/contacts/{contactId}/phoneNumbers`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
|
|
3638
3638
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3639
3639
|
let baseOptions;
|
|
@@ -3647,7 +3647,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3647
3647
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3648
3648
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3649
3649
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3650
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3650
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIPhoneNumberCreate, localVarRequestOptions, configuration);
|
|
3651
3651
|
return {
|
|
3652
3652
|
url: toPathString(localVarUrlObj),
|
|
3653
3653
|
options: localVarRequestOptions
|
|
@@ -3683,13 +3683,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3683
3683
|
* PhoneNumbers Update
|
|
3684
3684
|
* @summary PhoneNumbers Update
|
|
3685
3685
|
* @param {string} phoneNumberId
|
|
3686
|
-
* @param {
|
|
3686
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
3687
3687
|
* @param {*} [options] Override http request option.
|
|
3688
3688
|
* @throws {RequiredError}
|
|
3689
3689
|
*/
|
|
3690
|
-
phoneNumbersUpdate: async (phoneNumberId,
|
|
3690
|
+
phoneNumbersUpdate: async (phoneNumberId, aPIPhoneNumberUpdate, options = {}) => {
|
|
3691
3691
|
assertParamExists("phoneNumbersUpdate", "phoneNumberId", phoneNumberId);
|
|
3692
|
-
assertParamExists("phoneNumbersUpdate", "
|
|
3692
|
+
assertParamExists("phoneNumbersUpdate", "aPIPhoneNumberUpdate", aPIPhoneNumberUpdate);
|
|
3693
3693
|
const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
|
|
3694
3694
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3695
3695
|
let baseOptions;
|
|
@@ -3703,7 +3703,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3703
3703
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3704
3704
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3705
3705
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3706
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3706
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIPhoneNumberUpdate, localVarRequestOptions, configuration);
|
|
3707
3707
|
return {
|
|
3708
3708
|
url: toPathString(localVarUrlObj),
|
|
3709
3709
|
options: localVarRequestOptions
|
|
@@ -3712,12 +3712,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3712
3712
|
/**
|
|
3713
3713
|
* Providers Create
|
|
3714
3714
|
* @summary Providers Create
|
|
3715
|
-
* @param {
|
|
3715
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
3716
3716
|
* @param {*} [options] Override http request option.
|
|
3717
3717
|
* @throws {RequiredError}
|
|
3718
3718
|
*/
|
|
3719
|
-
providersCreate: async (
|
|
3720
|
-
assertParamExists("providersCreate", "
|
|
3719
|
+
providersCreate: async (aPIProviderCreate, options = {}) => {
|
|
3720
|
+
assertParamExists("providersCreate", "aPIProviderCreate", aPIProviderCreate);
|
|
3721
3721
|
const localVarPath = `/providers`;
|
|
3722
3722
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3723
3723
|
let baseOptions;
|
|
@@ -3731,7 +3731,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3731
3731
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3732
3732
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3733
3733
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3734
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3734
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIProviderCreate, localVarRequestOptions, configuration);
|
|
3735
3735
|
return {
|
|
3736
3736
|
url: toPathString(localVarUrlObj),
|
|
3737
3737
|
options: localVarRequestOptions
|
|
@@ -3791,13 +3791,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3791
3791
|
* Providers Update
|
|
3792
3792
|
* @summary Providers Update
|
|
3793
3793
|
* @param {string} providerId
|
|
3794
|
-
* @param {
|
|
3794
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
3795
3795
|
* @param {*} [options] Override http request option.
|
|
3796
3796
|
* @throws {RequiredError}
|
|
3797
3797
|
*/
|
|
3798
|
-
providersUpdate: async (providerId,
|
|
3798
|
+
providersUpdate: async (providerId, aPIProviderUpdate, options = {}) => {
|
|
3799
3799
|
assertParamExists("providersUpdate", "providerId", providerId);
|
|
3800
|
-
assertParamExists("providersUpdate", "
|
|
3800
|
+
assertParamExists("providersUpdate", "aPIProviderUpdate", aPIProviderUpdate);
|
|
3801
3801
|
const localVarPath = `/providers/{providerId}`.replace(`{${"providerId"}}`, encodeURIComponent(String(providerId)));
|
|
3802
3802
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3803
3803
|
let baseOptions;
|
|
@@ -3811,7 +3811,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3811
3811
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3812
3812
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3813
3813
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3814
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3814
|
+
localVarRequestOptions.data = serializeDataIfNeeded(aPIProviderUpdate, localVarRequestOptions, configuration);
|
|
3815
3815
|
return {
|
|
3816
3816
|
url: toPathString(localVarUrlObj),
|
|
3817
3817
|
options: localVarRequestOptions
|
|
@@ -3945,12 +3945,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
3945
3945
|
* Addresses Create
|
|
3946
3946
|
* @summary Addresses Create
|
|
3947
3947
|
* @param {string} contactId
|
|
3948
|
-
* @param {
|
|
3948
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
3949
3949
|
* @param {*} [options] Override http request option.
|
|
3950
3950
|
* @throws {RequiredError}
|
|
3951
3951
|
*/
|
|
3952
|
-
async addressesCreate(contactId,
|
|
3953
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesCreate(contactId,
|
|
3952
|
+
async addressesCreate(contactId, aPIAddressCreate, options) {
|
|
3953
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesCreate(contactId, aPIAddressCreate, options);
|
|
3954
3954
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _150 => _150.serverIndex]), () => ( 0));
|
|
3955
3955
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _151 => _151["UnboundApi.addressesCreate"], 'optionalAccess', _152 => _152[localVarOperationServerIndex], 'optionalAccess', _153 => _153.url]);
|
|
3956
3956
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3972,12 +3972,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
3972
3972
|
* Addresses Update
|
|
3973
3973
|
* @summary Addresses Update
|
|
3974
3974
|
* @param {string} addressId
|
|
3975
|
-
* @param {
|
|
3975
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
3976
3976
|
* @param {*} [options] Override http request option.
|
|
3977
3977
|
* @throws {RequiredError}
|
|
3978
3978
|
*/
|
|
3979
|
-
async addressesUpdate(addressId,
|
|
3980
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesUpdate(addressId,
|
|
3979
|
+
async addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
3980
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesUpdate(addressId, aPIAddressUpdate, options);
|
|
3981
3981
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _158 => _158.serverIndex]), () => ( 0));
|
|
3982
3982
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _159 => _159["UnboundApi.addressesUpdate"], 'optionalAccess', _160 => _160[localVarOperationServerIndex], 'optionalAccess', _161 => _161.url]);
|
|
3983
3983
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4073,12 +4073,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4073
4073
|
* Contacts Update
|
|
4074
4074
|
* @summary Contacts Update
|
|
4075
4075
|
* @param {string} contactId
|
|
4076
|
-
* @param {
|
|
4076
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
4077
4077
|
* @param {*} [options] Override http request option.
|
|
4078
4078
|
* @throws {RequiredError}
|
|
4079
4079
|
*/
|
|
4080
|
-
async contactsUpdate(contactId,
|
|
4081
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdate(contactId,
|
|
4080
|
+
async contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
4081
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdate(contactId, aPIContactUpdate, options);
|
|
4082
4082
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _186 => _186.serverIndex]), () => ( 0));
|
|
4083
4083
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _187 => _187["UnboundApi.contactsUpdate"], 'optionalAccess', _188 => _188[localVarOperationServerIndex], 'optionalAccess', _189 => _189.url]);
|
|
4084
4084
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4101,12 +4101,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4101
4101
|
/**
|
|
4102
4102
|
* Conversations Create
|
|
4103
4103
|
* @summary Conversations Create
|
|
4104
|
-
* @param {
|
|
4104
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
4105
4105
|
* @param {*} [options] Override http request option.
|
|
4106
4106
|
* @throws {RequiredError}
|
|
4107
4107
|
*/
|
|
4108
|
-
async conversationsCreate(
|
|
4109
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(
|
|
4108
|
+
async conversationsCreate(aPIConversationCreate, options) {
|
|
4109
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(aPIConversationCreate, options);
|
|
4110
4110
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _194 => _194.serverIndex]), () => ( 0));
|
|
4111
4111
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _195 => _195["UnboundApi.conversationsCreate"], 'optionalAccess', _196 => _196[localVarOperationServerIndex], 'optionalAccess', _197 => _197.url]);
|
|
4112
4112
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4147,12 +4147,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4147
4147
|
* Conversations Update
|
|
4148
4148
|
* @summary Conversations Update
|
|
4149
4149
|
* @param {string} conversationId
|
|
4150
|
-
* @param {
|
|
4150
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
4151
4151
|
* @param {*} [options] Override http request option.
|
|
4152
4152
|
* @throws {RequiredError}
|
|
4153
4153
|
*/
|
|
4154
|
-
async conversationsUpdate(conversationId,
|
|
4155
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId,
|
|
4154
|
+
async conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
4155
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId, aPIConversationUpdate, options);
|
|
4156
4156
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _206 => _206.serverIndex]), () => ( 0));
|
|
4157
4157
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _207 => _207["UnboundApi.conversationsUpdate"], 'optionalAccess', _208 => _208[localVarOperationServerIndex], 'optionalAccess', _209 => _209.url]);
|
|
4158
4158
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4161,12 +4161,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4161
4161
|
* Emails Create
|
|
4162
4162
|
* @summary Emails Create
|
|
4163
4163
|
* @param {string} contactId
|
|
4164
|
-
* @param {
|
|
4164
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
4165
4165
|
* @param {*} [options] Override http request option.
|
|
4166
4166
|
* @throws {RequiredError}
|
|
4167
4167
|
*/
|
|
4168
|
-
async emailsCreate(contactId,
|
|
4169
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsCreate(contactId,
|
|
4168
|
+
async emailsCreate(contactId, aPIEmailCreate, options) {
|
|
4169
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsCreate(contactId, aPIEmailCreate, options);
|
|
4170
4170
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _210 => _210.serverIndex]), () => ( 0));
|
|
4171
4171
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _211 => _211["UnboundApi.emailsCreate"], 'optionalAccess', _212 => _212[localVarOperationServerIndex], 'optionalAccess', _213 => _213.url]);
|
|
4172
4172
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4188,12 +4188,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4188
4188
|
* Emails Update
|
|
4189
4189
|
* @summary Emails Update
|
|
4190
4190
|
* @param {string} emailId
|
|
4191
|
-
* @param {
|
|
4191
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
4192
4192
|
* @param {*} [options] Override http request option.
|
|
4193
4193
|
* @throws {RequiredError}
|
|
4194
4194
|
*/
|
|
4195
|
-
async emailsUpdate(emailId,
|
|
4196
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsUpdate(emailId,
|
|
4195
|
+
async emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
4196
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsUpdate(emailId, aPIEmailUpdate, options);
|
|
4197
4197
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _218 => _218.serverIndex]), () => ( 0));
|
|
4198
4198
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _219 => _219["UnboundApi.emailsUpdate"], 'optionalAccess', _220 => _220[localVarOperationServerIndex], 'optionalAccess', _221 => _221.url]);
|
|
4199
4199
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4259,12 +4259,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4259
4259
|
* Messages Create
|
|
4260
4260
|
* @summary Messages Create
|
|
4261
4261
|
* @param {string} conversationId
|
|
4262
|
-
* @param {
|
|
4262
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
4263
4263
|
* @param {*} [options] Override http request option.
|
|
4264
4264
|
* @throws {RequiredError}
|
|
4265
4265
|
*/
|
|
4266
|
-
async messagesCreate(conversationId,
|
|
4267
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId,
|
|
4266
|
+
async messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
4267
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId, aPIMessageCreate, options);
|
|
4268
4268
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _238 => _238.serverIndex]), () => ( 0));
|
|
4269
4269
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _239 => _239["UnboundApi.messagesCreate"], 'optionalAccess', _240 => _240[localVarOperationServerIndex], 'optionalAccess', _241 => _241.url]);
|
|
4270
4270
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4306,12 +4306,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4306
4306
|
* PhoneNumbers Create
|
|
4307
4307
|
* @summary PhoneNumbers Create
|
|
4308
4308
|
* @param {string} contactId
|
|
4309
|
-
* @param {
|
|
4309
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
4310
4310
|
* @param {*} [options] Override http request option.
|
|
4311
4311
|
* @throws {RequiredError}
|
|
4312
4312
|
*/
|
|
4313
|
-
async phoneNumbersCreate(contactId,
|
|
4314
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersCreate(contactId,
|
|
4313
|
+
async phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
4314
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options);
|
|
4315
4315
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _250 => _250.serverIndex]), () => ( 0));
|
|
4316
4316
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _251 => _251["UnboundApi.phoneNumbersCreate"], 'optionalAccess', _252 => _252[localVarOperationServerIndex], 'optionalAccess', _253 => _253.url]);
|
|
4317
4317
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4333,12 +4333,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4333
4333
|
* PhoneNumbers Update
|
|
4334
4334
|
* @summary PhoneNumbers Update
|
|
4335
4335
|
* @param {string} phoneNumberId
|
|
4336
|
-
* @param {
|
|
4336
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
4337
4337
|
* @param {*} [options] Override http request option.
|
|
4338
4338
|
* @throws {RequiredError}
|
|
4339
4339
|
*/
|
|
4340
|
-
async phoneNumbersUpdate(phoneNumberId,
|
|
4341
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersUpdate(phoneNumberId,
|
|
4340
|
+
async phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
4341
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options);
|
|
4342
4342
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _258 => _258.serverIndex]), () => ( 0));
|
|
4343
4343
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _259 => _259["UnboundApi.phoneNumbersUpdate"], 'optionalAccess', _260 => _260[localVarOperationServerIndex], 'optionalAccess', _261 => _261.url]);
|
|
4344
4344
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4346,12 +4346,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4346
4346
|
/**
|
|
4347
4347
|
* Providers Create
|
|
4348
4348
|
* @summary Providers Create
|
|
4349
|
-
* @param {
|
|
4349
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
4350
4350
|
* @param {*} [options] Override http request option.
|
|
4351
4351
|
* @throws {RequiredError}
|
|
4352
4352
|
*/
|
|
4353
|
-
async providersCreate(
|
|
4354
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(
|
|
4353
|
+
async providersCreate(aPIProviderCreate, options) {
|
|
4354
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(aPIProviderCreate, options);
|
|
4355
4355
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _262 => _262.serverIndex]), () => ( 0));
|
|
4356
4356
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _263 => _263["UnboundApi.providersCreate"], 'optionalAccess', _264 => _264[localVarOperationServerIndex], 'optionalAccess', _265 => _265.url]);
|
|
4357
4357
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4385,12 +4385,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4385
4385
|
* Providers Update
|
|
4386
4386
|
* @summary Providers Update
|
|
4387
4387
|
* @param {string} providerId
|
|
4388
|
-
* @param {
|
|
4388
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
4389
4389
|
* @param {*} [options] Override http request option.
|
|
4390
4390
|
* @throws {RequiredError}
|
|
4391
4391
|
*/
|
|
4392
|
-
async providersUpdate(providerId,
|
|
4393
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId,
|
|
4392
|
+
async providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
4393
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId, aPIProviderUpdate, options);
|
|
4394
4394
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _274 => _274.serverIndex]), () => ( 0));
|
|
4395
4395
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _275 => _275["UnboundApi.providersUpdate"], 'optionalAccess', _276 => _276[localVarOperationServerIndex], 'optionalAccess', _277 => _277.url]);
|
|
4396
4396
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4458,12 +4458,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4458
4458
|
* Addresses Create
|
|
4459
4459
|
* @summary Addresses Create
|
|
4460
4460
|
* @param {string} contactId
|
|
4461
|
-
* @param {
|
|
4461
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
4462
4462
|
* @param {*} [options] Override http request option.
|
|
4463
4463
|
* @throws {RequiredError}
|
|
4464
4464
|
*/
|
|
4465
|
-
addressesCreate(contactId,
|
|
4466
|
-
return localVarFp.addressesCreate(contactId,
|
|
4465
|
+
addressesCreate(contactId, aPIAddressCreate, options) {
|
|
4466
|
+
return localVarFp.addressesCreate(contactId, aPIAddressCreate, options).then((request) => request(axios, basePath));
|
|
4467
4467
|
},
|
|
4468
4468
|
/**
|
|
4469
4469
|
* Addresses Delete
|
|
@@ -4479,12 +4479,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4479
4479
|
* Addresses Update
|
|
4480
4480
|
* @summary Addresses Update
|
|
4481
4481
|
* @param {string} addressId
|
|
4482
|
-
* @param {
|
|
4482
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
4483
4483
|
* @param {*} [options] Override http request option.
|
|
4484
4484
|
* @throws {RequiredError}
|
|
4485
4485
|
*/
|
|
4486
|
-
addressesUpdate(addressId,
|
|
4487
|
-
return localVarFp.addressesUpdate(addressId,
|
|
4486
|
+
addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
4487
|
+
return localVarFp.addressesUpdate(addressId, aPIAddressUpdate, options).then((request) => request(axios, basePath));
|
|
4488
4488
|
},
|
|
4489
4489
|
/**
|
|
4490
4490
|
* Associates a contact with a listing with the OWNER type.
|
|
@@ -4559,12 +4559,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4559
4559
|
* Contacts Update
|
|
4560
4560
|
* @summary Contacts Update
|
|
4561
4561
|
* @param {string} contactId
|
|
4562
|
-
* @param {
|
|
4562
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
4563
4563
|
* @param {*} [options] Override http request option.
|
|
4564
4564
|
* @throws {RequiredError}
|
|
4565
4565
|
*/
|
|
4566
|
-
contactsUpdate(contactId,
|
|
4567
|
-
return localVarFp.contactsUpdate(contactId,
|
|
4566
|
+
contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
4567
|
+
return localVarFp.contactsUpdate(contactId, aPIContactUpdate, options).then((request) => request(axios, basePath));
|
|
4568
4568
|
},
|
|
4569
4569
|
/**
|
|
4570
4570
|
* Updates an association between a contact and a listing.
|
|
@@ -4581,12 +4581,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4581
4581
|
/**
|
|
4582
4582
|
* Conversations Create
|
|
4583
4583
|
* @summary Conversations Create
|
|
4584
|
-
* @param {
|
|
4584
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
4585
4585
|
* @param {*} [options] Override http request option.
|
|
4586
4586
|
* @throws {RequiredError}
|
|
4587
4587
|
*/
|
|
4588
|
-
conversationsCreate(
|
|
4589
|
-
return localVarFp.conversationsCreate(
|
|
4588
|
+
conversationsCreate(aPIConversationCreate, options) {
|
|
4589
|
+
return localVarFp.conversationsCreate(aPIConversationCreate, options).then((request) => request(axios, basePath));
|
|
4590
4590
|
},
|
|
4591
4591
|
/**
|
|
4592
4592
|
* Conversations Get
|
|
@@ -4618,23 +4618,23 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4618
4618
|
* Conversations Update
|
|
4619
4619
|
* @summary Conversations Update
|
|
4620
4620
|
* @param {string} conversationId
|
|
4621
|
-
* @param {
|
|
4621
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
4622
4622
|
* @param {*} [options] Override http request option.
|
|
4623
4623
|
* @throws {RequiredError}
|
|
4624
4624
|
*/
|
|
4625
|
-
conversationsUpdate(conversationId,
|
|
4626
|
-
return localVarFp.conversationsUpdate(conversationId,
|
|
4625
|
+
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
4626
|
+
return localVarFp.conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(axios, basePath));
|
|
4627
4627
|
},
|
|
4628
4628
|
/**
|
|
4629
4629
|
* Emails Create
|
|
4630
4630
|
* @summary Emails Create
|
|
4631
4631
|
* @param {string} contactId
|
|
4632
|
-
* @param {
|
|
4632
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
4633
4633
|
* @param {*} [options] Override http request option.
|
|
4634
4634
|
* @throws {RequiredError}
|
|
4635
4635
|
*/
|
|
4636
|
-
emailsCreate(contactId,
|
|
4637
|
-
return localVarFp.emailsCreate(contactId,
|
|
4636
|
+
emailsCreate(contactId, aPIEmailCreate, options) {
|
|
4637
|
+
return localVarFp.emailsCreate(contactId, aPIEmailCreate, options).then((request) => request(axios, basePath));
|
|
4638
4638
|
},
|
|
4639
4639
|
/**
|
|
4640
4640
|
* Emails Delete
|
|
@@ -4650,12 +4650,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4650
4650
|
* Emails Update
|
|
4651
4651
|
* @summary Emails Update
|
|
4652
4652
|
* @param {string} emailId
|
|
4653
|
-
* @param {
|
|
4653
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
4654
4654
|
* @param {*} [options] Override http request option.
|
|
4655
4655
|
* @throws {RequiredError}
|
|
4656
4656
|
*/
|
|
4657
|
-
emailsUpdate(emailId,
|
|
4658
|
-
return localVarFp.emailsUpdate(emailId,
|
|
4657
|
+
emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
4658
|
+
return localVarFp.emailsUpdate(emailId, aPIEmailUpdate, options).then((request) => request(axios, basePath));
|
|
4659
4659
|
},
|
|
4660
4660
|
/**
|
|
4661
4661
|
* List all listings
|
|
@@ -4706,12 +4706,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4706
4706
|
* Messages Create
|
|
4707
4707
|
* @summary Messages Create
|
|
4708
4708
|
* @param {string} conversationId
|
|
4709
|
-
* @param {
|
|
4709
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
4710
4710
|
* @param {*} [options] Override http request option.
|
|
4711
4711
|
* @throws {RequiredError}
|
|
4712
4712
|
*/
|
|
4713
|
-
messagesCreate(conversationId,
|
|
4714
|
-
return localVarFp.messagesCreate(conversationId,
|
|
4713
|
+
messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
4714
|
+
return localVarFp.messagesCreate(conversationId, aPIMessageCreate, options).then((request) => request(axios, basePath));
|
|
4715
4715
|
},
|
|
4716
4716
|
/**
|
|
4717
4717
|
* Messages Get
|
|
@@ -4744,12 +4744,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4744
4744
|
* PhoneNumbers Create
|
|
4745
4745
|
* @summary PhoneNumbers Create
|
|
4746
4746
|
* @param {string} contactId
|
|
4747
|
-
* @param {
|
|
4747
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
4748
4748
|
* @param {*} [options] Override http request option.
|
|
4749
4749
|
* @throws {RequiredError}
|
|
4750
4750
|
*/
|
|
4751
|
-
phoneNumbersCreate(contactId,
|
|
4752
|
-
return localVarFp.phoneNumbersCreate(contactId,
|
|
4751
|
+
phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
4752
|
+
return localVarFp.phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options).then((request) => request(axios, basePath));
|
|
4753
4753
|
},
|
|
4754
4754
|
/**
|
|
4755
4755
|
* PhoneNumbers Delete
|
|
@@ -4765,22 +4765,22 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4765
4765
|
* PhoneNumbers Update
|
|
4766
4766
|
* @summary PhoneNumbers Update
|
|
4767
4767
|
* @param {string} phoneNumberId
|
|
4768
|
-
* @param {
|
|
4768
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
4769
4769
|
* @param {*} [options] Override http request option.
|
|
4770
4770
|
* @throws {RequiredError}
|
|
4771
4771
|
*/
|
|
4772
|
-
phoneNumbersUpdate(phoneNumberId,
|
|
4773
|
-
return localVarFp.phoneNumbersUpdate(phoneNumberId,
|
|
4772
|
+
phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
4773
|
+
return localVarFp.phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options).then((request) => request(axios, basePath));
|
|
4774
4774
|
},
|
|
4775
4775
|
/**
|
|
4776
4776
|
* Providers Create
|
|
4777
4777
|
* @summary Providers Create
|
|
4778
|
-
* @param {
|
|
4778
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
4779
4779
|
* @param {*} [options] Override http request option.
|
|
4780
4780
|
* @throws {RequiredError}
|
|
4781
4781
|
*/
|
|
4782
|
-
providersCreate(
|
|
4783
|
-
return localVarFp.providersCreate(
|
|
4782
|
+
providersCreate(aPIProviderCreate, options) {
|
|
4783
|
+
return localVarFp.providersCreate(aPIProviderCreate, options).then((request) => request(axios, basePath));
|
|
4784
4784
|
},
|
|
4785
4785
|
/**
|
|
4786
4786
|
* Providers Get
|
|
@@ -4805,12 +4805,12 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4805
4805
|
* Providers Update
|
|
4806
4806
|
* @summary Providers Update
|
|
4807
4807
|
* @param {string} providerId
|
|
4808
|
-
* @param {
|
|
4808
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
4809
4809
|
* @param {*} [options] Override http request option.
|
|
4810
4810
|
* @throws {RequiredError}
|
|
4811
4811
|
*/
|
|
4812
|
-
providersUpdate(providerId,
|
|
4813
|
-
return localVarFp.providersUpdate(providerId,
|
|
4812
|
+
providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
4813
|
+
return localVarFp.providersUpdate(providerId, aPIProviderUpdate, options).then((request) => request(axios, basePath));
|
|
4814
4814
|
},
|
|
4815
4815
|
/**
|
|
4816
4816
|
* Reservations Get
|
|
@@ -4865,13 +4865,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
4865
4865
|
* Addresses Create
|
|
4866
4866
|
* @summary Addresses Create
|
|
4867
4867
|
* @param {string} contactId
|
|
4868
|
-
* @param {
|
|
4868
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
4869
4869
|
* @param {*} [options] Override http request option.
|
|
4870
4870
|
* @throws {RequiredError}
|
|
4871
4871
|
* @memberof UnboundApi
|
|
4872
4872
|
*/
|
|
4873
|
-
addressesCreate(contactId,
|
|
4874
|
-
return UnboundApiFp(this.configuration).addressesCreate(contactId,
|
|
4873
|
+
addressesCreate(contactId, aPIAddressCreate, options) {
|
|
4874
|
+
return UnboundApiFp(this.configuration).addressesCreate(contactId, aPIAddressCreate, options).then((request) => request(this.axios, this.basePath));
|
|
4875
4875
|
}
|
|
4876
4876
|
/**
|
|
4877
4877
|
* Addresses Delete
|
|
@@ -4888,13 +4888,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
4888
4888
|
* Addresses Update
|
|
4889
4889
|
* @summary Addresses Update
|
|
4890
4890
|
* @param {string} addressId
|
|
4891
|
-
* @param {
|
|
4891
|
+
* @param {APIAddressUpdate} aPIAddressUpdate
|
|
4892
4892
|
* @param {*} [options] Override http request option.
|
|
4893
4893
|
* @throws {RequiredError}
|
|
4894
4894
|
* @memberof UnboundApi
|
|
4895
4895
|
*/
|
|
4896
|
-
addressesUpdate(addressId,
|
|
4897
|
-
return UnboundApiFp(this.configuration).addressesUpdate(addressId,
|
|
4896
|
+
addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
4897
|
+
return UnboundApiFp(this.configuration).addressesUpdate(addressId, aPIAddressUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
4898
4898
|
}
|
|
4899
4899
|
/**
|
|
4900
4900
|
* Associates a contact with a listing with the OWNER type.
|
|
@@ -4975,13 +4975,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
4975
4975
|
* Contacts Update
|
|
4976
4976
|
* @summary Contacts Update
|
|
4977
4977
|
* @param {string} contactId
|
|
4978
|
-
* @param {
|
|
4978
|
+
* @param {APIContactUpdate} aPIContactUpdate
|
|
4979
4979
|
* @param {*} [options] Override http request option.
|
|
4980
4980
|
* @throws {RequiredError}
|
|
4981
4981
|
* @memberof UnboundApi
|
|
4982
4982
|
*/
|
|
4983
|
-
contactsUpdate(contactId,
|
|
4984
|
-
return UnboundApiFp(this.configuration).contactsUpdate(contactId,
|
|
4983
|
+
contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
4984
|
+
return UnboundApiFp(this.configuration).contactsUpdate(contactId, aPIContactUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
4985
4985
|
}
|
|
4986
4986
|
/**
|
|
4987
4987
|
* Updates an association between a contact and a listing.
|
|
@@ -4999,13 +4999,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
4999
4999
|
/**
|
|
5000
5000
|
* Conversations Create
|
|
5001
5001
|
* @summary Conversations Create
|
|
5002
|
-
* @param {
|
|
5002
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
5003
5003
|
* @param {*} [options] Override http request option.
|
|
5004
5004
|
* @throws {RequiredError}
|
|
5005
5005
|
* @memberof UnboundApi
|
|
5006
5006
|
*/
|
|
5007
|
-
conversationsCreate(
|
|
5008
|
-
return UnboundApiFp(this.configuration).conversationsCreate(
|
|
5007
|
+
conversationsCreate(aPIConversationCreate, options) {
|
|
5008
|
+
return UnboundApiFp(this.configuration).conversationsCreate(aPIConversationCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5009
5009
|
}
|
|
5010
5010
|
/**
|
|
5011
5011
|
* Conversations Get
|
|
@@ -5039,25 +5039,25 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5039
5039
|
* Conversations Update
|
|
5040
5040
|
* @summary Conversations Update
|
|
5041
5041
|
* @param {string} conversationId
|
|
5042
|
-
* @param {
|
|
5042
|
+
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
5043
5043
|
* @param {*} [options] Override http request option.
|
|
5044
5044
|
* @throws {RequiredError}
|
|
5045
5045
|
* @memberof UnboundApi
|
|
5046
5046
|
*/
|
|
5047
|
-
conversationsUpdate(conversationId,
|
|
5048
|
-
return UnboundApiFp(this.configuration).conversationsUpdate(conversationId,
|
|
5047
|
+
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
5048
|
+
return UnboundApiFp(this.configuration).conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
5049
5049
|
}
|
|
5050
5050
|
/**
|
|
5051
5051
|
* Emails Create
|
|
5052
5052
|
* @summary Emails Create
|
|
5053
5053
|
* @param {string} contactId
|
|
5054
|
-
* @param {
|
|
5054
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
5055
5055
|
* @param {*} [options] Override http request option.
|
|
5056
5056
|
* @throws {RequiredError}
|
|
5057
5057
|
* @memberof UnboundApi
|
|
5058
5058
|
*/
|
|
5059
|
-
emailsCreate(contactId,
|
|
5060
|
-
return UnboundApiFp(this.configuration).emailsCreate(contactId,
|
|
5059
|
+
emailsCreate(contactId, aPIEmailCreate, options) {
|
|
5060
|
+
return UnboundApiFp(this.configuration).emailsCreate(contactId, aPIEmailCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5061
5061
|
}
|
|
5062
5062
|
/**
|
|
5063
5063
|
* Emails Delete
|
|
@@ -5074,13 +5074,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5074
5074
|
* Emails Update
|
|
5075
5075
|
* @summary Emails Update
|
|
5076
5076
|
* @param {string} emailId
|
|
5077
|
-
* @param {
|
|
5077
|
+
* @param {APIEmailUpdate} aPIEmailUpdate
|
|
5078
5078
|
* @param {*} [options] Override http request option.
|
|
5079
5079
|
* @throws {RequiredError}
|
|
5080
5080
|
* @memberof UnboundApi
|
|
5081
5081
|
*/
|
|
5082
|
-
emailsUpdate(emailId,
|
|
5083
|
-
return UnboundApiFp(this.configuration).emailsUpdate(emailId,
|
|
5082
|
+
emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
5083
|
+
return UnboundApiFp(this.configuration).emailsUpdate(emailId, aPIEmailUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
5084
5084
|
}
|
|
5085
5085
|
/**
|
|
5086
5086
|
* List all listings
|
|
@@ -5135,13 +5135,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5135
5135
|
* Messages Create
|
|
5136
5136
|
* @summary Messages Create
|
|
5137
5137
|
* @param {string} conversationId
|
|
5138
|
-
* @param {
|
|
5138
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
5139
5139
|
* @param {*} [options] Override http request option.
|
|
5140
5140
|
* @throws {RequiredError}
|
|
5141
5141
|
* @memberof UnboundApi
|
|
5142
5142
|
*/
|
|
5143
|
-
messagesCreate(conversationId,
|
|
5144
|
-
return UnboundApiFp(this.configuration).messagesCreate(conversationId,
|
|
5143
|
+
messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
5144
|
+
return UnboundApiFp(this.configuration).messagesCreate(conversationId, aPIMessageCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5145
5145
|
}
|
|
5146
5146
|
/**
|
|
5147
5147
|
* Messages Get
|
|
@@ -5176,13 +5176,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5176
5176
|
* PhoneNumbers Create
|
|
5177
5177
|
* @summary PhoneNumbers Create
|
|
5178
5178
|
* @param {string} contactId
|
|
5179
|
-
* @param {
|
|
5179
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
5180
5180
|
* @param {*} [options] Override http request option.
|
|
5181
5181
|
* @throws {RequiredError}
|
|
5182
5182
|
* @memberof UnboundApi
|
|
5183
5183
|
*/
|
|
5184
|
-
phoneNumbersCreate(contactId,
|
|
5185
|
-
return UnboundApiFp(this.configuration).phoneNumbersCreate(contactId,
|
|
5184
|
+
phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options) {
|
|
5185
|
+
return UnboundApiFp(this.configuration).phoneNumbersCreate(contactId, aPIPhoneNumberCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5186
5186
|
}
|
|
5187
5187
|
/**
|
|
5188
5188
|
* PhoneNumbers Delete
|
|
@@ -5199,24 +5199,24 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5199
5199
|
* PhoneNumbers Update
|
|
5200
5200
|
* @summary PhoneNumbers Update
|
|
5201
5201
|
* @param {string} phoneNumberId
|
|
5202
|
-
* @param {
|
|
5202
|
+
* @param {APIPhoneNumberUpdate} aPIPhoneNumberUpdate
|
|
5203
5203
|
* @param {*} [options] Override http request option.
|
|
5204
5204
|
* @throws {RequiredError}
|
|
5205
5205
|
* @memberof UnboundApi
|
|
5206
5206
|
*/
|
|
5207
|
-
phoneNumbersUpdate(phoneNumberId,
|
|
5208
|
-
return UnboundApiFp(this.configuration).phoneNumbersUpdate(phoneNumberId,
|
|
5207
|
+
phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options) {
|
|
5208
|
+
return UnboundApiFp(this.configuration).phoneNumbersUpdate(phoneNumberId, aPIPhoneNumberUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
5209
5209
|
}
|
|
5210
5210
|
/**
|
|
5211
5211
|
* Providers Create
|
|
5212
5212
|
* @summary Providers Create
|
|
5213
|
-
* @param {
|
|
5213
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
5214
5214
|
* @param {*} [options] Override http request option.
|
|
5215
5215
|
* @throws {RequiredError}
|
|
5216
5216
|
* @memberof UnboundApi
|
|
5217
5217
|
*/
|
|
5218
|
-
providersCreate(
|
|
5219
|
-
return UnboundApiFp(this.configuration).providersCreate(
|
|
5218
|
+
providersCreate(aPIProviderCreate, options) {
|
|
5219
|
+
return UnboundApiFp(this.configuration).providersCreate(aPIProviderCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5220
5220
|
}
|
|
5221
5221
|
/**
|
|
5222
5222
|
* Providers Get
|
|
@@ -5243,13 +5243,13 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5243
5243
|
* Providers Update
|
|
5244
5244
|
* @summary Providers Update
|
|
5245
5245
|
* @param {string} providerId
|
|
5246
|
-
* @param {
|
|
5246
|
+
* @param {APIProviderUpdate} aPIProviderUpdate
|
|
5247
5247
|
* @param {*} [options] Override http request option.
|
|
5248
5248
|
* @throws {RequiredError}
|
|
5249
5249
|
* @memberof UnboundApi
|
|
5250
5250
|
*/
|
|
5251
|
-
providersUpdate(providerId,
|
|
5252
|
-
return UnboundApiFp(this.configuration).providersUpdate(providerId,
|
|
5251
|
+
providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
5252
|
+
return UnboundApiFp(this.configuration).providersUpdate(providerId, aPIProviderUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
5253
5253
|
}
|
|
5254
5254
|
/**
|
|
5255
5255
|
* Reservations Get
|
|
@@ -5444,5 +5444,5 @@ var Configuration = class {
|
|
|
5444
5444
|
|
|
5445
5445
|
|
|
5446
5446
|
|
|
5447
|
-
exports.AccountsApi = AccountsApi; exports.AccountsApiAxiosParamCreator = AccountsApiAxiosParamCreator; exports.AccountsApiFactory = AccountsApiFactory; exports.AccountsApiFp = AccountsApiFp; exports.Configuration = Configuration; exports.ContactListingType = ContactListingType; exports.ContactsApi = ContactsApi; exports.ContactsApiAxiosParamCreator = ContactsApiAxiosParamCreator; exports.ContactsApiFactory = ContactsApiFactory; exports.ContactsApiFp = ContactsApiFp; exports.ConversationStatus = ConversationStatus; exports.ConversationsApi = ConversationsApi; exports.ConversationsApiAxiosParamCreator = ConversationsApiAxiosParamCreator; exports.ConversationsApiFactory = ConversationsApiFactory; exports.ConversationsApiFp = ConversationsApiFp; exports.HostawayApi = HostawayApi; exports.HostawayApiAxiosParamCreator = HostawayApiAxiosParamCreator; exports.HostawayApiFactory = HostawayApiFactory; exports.HostawayApiFp = HostawayApiFp; exports.InquiriesApi = InquiriesApi; exports.InquiriesApiAxiosParamCreator = InquiriesApiAxiosParamCreator; exports.InquiriesApiFactory = InquiriesApiFactory; exports.InquiriesApiFp = InquiriesApiFp; exports.ListingsApi = ListingsApi; exports.ListingsApiAxiosParamCreator = ListingsApiAxiosParamCreator; exports.ListingsApiFactory = ListingsApiFactory; exports.ListingsApiFp = ListingsApiFp; exports.ManagedPhoneNumbersApi = ManagedPhoneNumbersApi; exports.ManagedPhoneNumbersApiAxiosParamCreator = ManagedPhoneNumbersApiAxiosParamCreator; exports.ManagedPhoneNumbersApiFactory = ManagedPhoneNumbersApiFactory; exports.ManagedPhoneNumbersApiFp = ManagedPhoneNumbersApiFp; exports.MessageDirection = MessageDirection; exports.MessageStatus = MessageStatus; exports.PaginationDirection = PaginationDirection; exports.ProviderMessageApiConversationTypeEnum = ProviderMessageApiConversationTypeEnum; exports.ProvidersApi = ProvidersApi; exports.ProvidersApiAxiosParamCreator = ProvidersApiAxiosParamCreator; exports.ProvidersApiFactory = ProvidersApiFactory; exports.ProvidersApiFp = ProvidersApiFp; exports.ReservationChannelTypes = ReservationChannelTypes; exports.ReservationsApi = ReservationsApi; exports.ReservationsApiAxiosParamCreator = ReservationsApiAxiosParamCreator; exports.ReservationsApiFactory = ReservationsApiFactory; exports.ReservationsApiFp = ReservationsApiFp; exports.SortOrder = SortOrder; exports.SrcResourceModelsContactsModelContactsModelContactSortBy = SrcResourceModelsContactsModelContactsModelContactSortBy; exports.SrcResourceModelsConversationsModelConversationsModelConversationSortBy = SrcResourceModelsConversationsModelConversationsModelConversationSortBy; exports.
|
|
5447
|
+
exports.AccountsApi = AccountsApi; exports.AccountsApiAxiosParamCreator = AccountsApiAxiosParamCreator; exports.AccountsApiFactory = AccountsApiFactory; exports.AccountsApiFp = AccountsApiFp; exports.Configuration = Configuration; exports.ContactListingType = ContactListingType; exports.ContactsApi = ContactsApi; exports.ContactsApiAxiosParamCreator = ContactsApiAxiosParamCreator; exports.ContactsApiFactory = ContactsApiFactory; exports.ContactsApiFp = ContactsApiFp; exports.ConversationStatus = ConversationStatus; exports.ConversationsApi = ConversationsApi; exports.ConversationsApiAxiosParamCreator = ConversationsApiAxiosParamCreator; exports.ConversationsApiFactory = ConversationsApiFactory; exports.ConversationsApiFp = ConversationsApiFp; exports.HostawayApi = HostawayApi; exports.HostawayApiAxiosParamCreator = HostawayApiAxiosParamCreator; exports.HostawayApiFactory = HostawayApiFactory; exports.HostawayApiFp = HostawayApiFp; exports.InquiriesApi = InquiriesApi; exports.InquiriesApiAxiosParamCreator = InquiriesApiAxiosParamCreator; exports.InquiriesApiFactory = InquiriesApiFactory; exports.InquiriesApiFp = InquiriesApiFp; exports.ListingsApi = ListingsApi; exports.ListingsApiAxiosParamCreator = ListingsApiAxiosParamCreator; exports.ListingsApiFactory = ListingsApiFactory; exports.ListingsApiFp = ListingsApiFp; exports.ManagedPhoneNumbersApi = ManagedPhoneNumbersApi; exports.ManagedPhoneNumbersApiAxiosParamCreator = ManagedPhoneNumbersApiAxiosParamCreator; exports.ManagedPhoneNumbersApiFactory = ManagedPhoneNumbersApiFactory; exports.ManagedPhoneNumbersApiFp = ManagedPhoneNumbersApiFp; exports.MessageDirection = MessageDirection; exports.MessageStatus = MessageStatus; exports.PaginationDirection = PaginationDirection; exports.ProviderMessageApiConversationTypeEnum = ProviderMessageApiConversationTypeEnum; exports.ProvidersApi = ProvidersApi; exports.ProvidersApiAxiosParamCreator = ProvidersApiAxiosParamCreator; exports.ProvidersApiFactory = ProvidersApiFactory; exports.ProvidersApiFp = ProvidersApiFp; exports.ReservationChannelTypes = ReservationChannelTypes; exports.ReservationsApi = ReservationsApi; exports.ReservationsApiAxiosParamCreator = ReservationsApiAxiosParamCreator; exports.ReservationsApiFactory = ReservationsApiFactory; exports.ReservationsApiFp = ReservationsApiFp; exports.SortOrder = SortOrder; exports.SrcResourceModelsContactsModelContactsModelContactSortBy = SrcResourceModelsContactsModelContactsModelContactSortBy; exports.SrcResourceModelsConversationsModelConversationsModelConversationSortBy = SrcResourceModelsConversationsModelConversationsModelConversationSortBy; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum; exports.SrcResourceModelsListingsModelListingBaseSortBy = SrcResourceModelsListingsModelListingBaseSortBy; exports.SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy = SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy; exports.SrcResourceModelsReservationsModelReservationBaseModelSortBy = SrcResourceModelsReservationsModelReservationBaseModelSortBy; exports.TwilioInboundSenderTypeDataApiDirectionEnum = TwilioInboundSenderTypeDataApiDirectionEnum; exports.TwilioMessageApiConversationTypeEnum = TwilioMessageApiConversationTypeEnum; exports.TwilioOutboundSenderTypeDataApiDirectionEnum = TwilioOutboundSenderTypeDataApiDirectionEnum; exports.UnboundApi = UnboundApi; exports.UnboundApiAxiosParamCreator = UnboundApiAxiosParamCreator; exports.UnboundApiFactory = UnboundApiFactory; exports.UnboundApiFp = UnboundApiFp;
|
|
5448
5448
|
//# sourceMappingURL=index.js.map
|