@ember-home/unbound-ts-client 0.0.30 → 0.0.32

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.js CHANGED
@@ -131,16 +131,16 @@ var SrcResourceModelsContactsModelContactsModelContactSortBy = {
131
131
  var SrcResourceModelsConversationsModelConversationsModelConversationSortBy = {
132
132
  UpdatedAt: "updated_at"
133
133
  };
134
- var SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = {
134
+ var SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = {
135
135
  Twilio: "TWILIO"
136
136
  };
137
- var SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = {
137
+ var SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = {
138
138
  Email: "EMAIL"
139
139
  };
140
- var SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = {
140
+ var SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum = {
141
141
  Twilio: "TWILIO"
142
142
  };
143
- var SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum = {
143
+ var SrcResourceModelsHelperModelsCustomBaseModelCreateApi8ConversationTypeEnum = {
144
144
  Email: "EMAIL"
145
145
  };
146
146
  var SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum = {
@@ -170,7 +170,7 @@ var TwilioOutboundSenderTypeDataApiDirectionEnum = {
170
170
  var AccountsApiAxiosParamCreator = function(configuration) {
171
171
  return {
172
172
  /**
173
- *
173
+ * Accounts List
174
174
  * @summary Accounts List
175
175
  * @param {*} [options] Override http request option.
176
176
  * @throws {RequiredError}
@@ -199,7 +199,7 @@ var AccountsApiFp = function(configuration) {
199
199
  const localVarAxiosParamCreator = AccountsApiAxiosParamCreator(configuration);
200
200
  return {
201
201
  /**
202
- *
202
+ * Accounts List
203
203
  * @summary Accounts List
204
204
  * @param {*} [options] Override http request option.
205
205
  * @throws {RequiredError}
@@ -216,7 +216,7 @@ var AccountsApiFactory = function(configuration, basePath, axios) {
216
216
  const localVarFp = AccountsApiFp(configuration);
217
217
  return {
218
218
  /**
219
- *
219
+ * Accounts List
220
220
  * @summary Accounts List
221
221
  * @param {*} [options] Override http request option.
222
222
  * @throws {RequiredError}
@@ -228,7 +228,7 @@ var AccountsApiFactory = function(configuration, basePath, axios) {
228
228
  };
229
229
  var AccountsApi = class extends BaseAPI {
230
230
  /**
231
- *
231
+ * Accounts List
232
232
  * @summary Accounts List
233
233
  * @param {*} [options] Override http request option.
234
234
  * @throws {RequiredError}
@@ -241,7 +241,7 @@ var AccountsApi = class extends BaseAPI {
241
241
  var ContactsApiAxiosParamCreator = function(configuration) {
242
242
  return {
243
243
  /**
244
- *
244
+ * Addresses Create
245
245
  * @summary Addresses Create
246
246
  * @param {string} contactId
247
247
  * @param {AddressCreate} addressCreate
@@ -271,7 +271,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
271
271
  };
272
272
  },
273
273
  /**
274
- *
274
+ * Addresses Delete
275
275
  * @summary Addresses Delete
276
276
  * @param {string} addressId
277
277
  * @param {*} [options] Override http request option.
@@ -297,7 +297,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
297
297
  };
298
298
  },
299
299
  /**
300
- *
300
+ * Addresses Update
301
301
  * @summary Addresses Update
302
302
  * @param {string} addressId
303
303
  * @param {AddressUpdate} addressUpdate
@@ -359,14 +359,14 @@ var ContactsApiAxiosParamCreator = function(configuration) {
359
359
  };
360
360
  },
361
361
  /**
362
- *
362
+ * Contacts Create
363
363
  * @summary Contacts Create
364
- * @param {ContactCreate} contactCreate
364
+ * @param {Contactcreate} contactcreate
365
365
  * @param {*} [options] Override http request option.
366
366
  * @throws {RequiredError}
367
367
  */
368
- contactsCreate: async (contactCreate, options = {}) => {
369
- assertParamExists("contactsCreate", "contactCreate", contactCreate);
368
+ contactsCreate: async (contactcreate, options = {}) => {
369
+ assertParamExists("contactsCreate", "contactcreate", contactcreate);
370
370
  const localVarPath = `/contacts`;
371
371
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
372
372
  let baseOptions;
@@ -380,14 +380,14 @@ var ContactsApiAxiosParamCreator = function(configuration) {
380
380
  setSearchParams(localVarUrlObj, localVarQueryParameter);
381
381
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
382
382
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
383
- localVarRequestOptions.data = serializeDataIfNeeded(contactCreate, localVarRequestOptions, configuration);
383
+ localVarRequestOptions.data = serializeDataIfNeeded(contactcreate, localVarRequestOptions, configuration);
384
384
  return {
385
385
  url: toPathString(localVarUrlObj),
386
386
  options: localVarRequestOptions
387
387
  };
388
388
  },
389
389
  /**
390
- *
390
+ * Contacts Delete
391
391
  * @summary Contacts Delete
392
392
  * @param {string} contactId
393
393
  * @param {*} [options] Override http request option.
@@ -413,7 +413,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
413
413
  };
414
414
  },
415
415
  /**
416
- *
416
+ * Contacts Get
417
417
  * @summary Contacts Get
418
418
  * @param {string} contactId
419
419
  * @param {*} [options] Override http request option.
@@ -439,7 +439,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
439
439
  };
440
440
  },
441
441
  /**
442
- *
442
+ * Contacts List
443
443
  * @summary Contacts List
444
444
  * @param {string | null} [searchString]
445
445
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -519,7 +519,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
519
519
  };
520
520
  },
521
521
  /**
522
- *
522
+ * Contacts Update
523
523
  * @summary Contacts Update
524
524
  * @param {string} contactId
525
525
  * @param {ContactUpdate} contactUpdate
@@ -581,7 +581,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
581
581
  };
582
582
  },
583
583
  /**
584
- *
584
+ * Emails Create
585
585
  * @summary Emails Create
586
586
  * @param {string} contactId
587
587
  * @param {EmailCreate} emailCreate
@@ -611,7 +611,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
611
611
  };
612
612
  },
613
613
  /**
614
- *
614
+ * Emails Delete
615
615
  * @summary Emails Delete
616
616
  * @param {string} emailId
617
617
  * @param {*} [options] Override http request option.
@@ -637,7 +637,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
637
637
  };
638
638
  },
639
639
  /**
640
- *
640
+ * Emails Update
641
641
  * @summary Emails Update
642
642
  * @param {string} emailId
643
643
  * @param {EmailUpdate} emailUpdate
@@ -667,8 +667,8 @@ var ContactsApiAxiosParamCreator = function(configuration) {
667
667
  };
668
668
  },
669
669
  /**
670
- *
671
- * @summary Phone_numbers Create
670
+ * PhoneNumbers Create
671
+ * @summary PhoneNumbers Create
672
672
  * @param {string} contactId
673
673
  * @param {PhoneNumberCreate} phoneNumberCreate
674
674
  * @param {*} [options] Override http request option.
@@ -677,7 +677,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
677
677
  phoneNumbersCreate: async (contactId, phoneNumberCreate, options = {}) => {
678
678
  assertParamExists("phoneNumbersCreate", "contactId", contactId);
679
679
  assertParamExists("phoneNumbersCreate", "phoneNumberCreate", phoneNumberCreate);
680
- const localVarPath = `/contacts/{contactId}/phone_numbers`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
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;
683
683
  if (configuration) {
@@ -697,15 +697,15 @@ var ContactsApiAxiosParamCreator = function(configuration) {
697
697
  };
698
698
  },
699
699
  /**
700
- *
701
- * @summary Phone_numbers Delete
700
+ * PhoneNumbers Delete
701
+ * @summary PhoneNumbers Delete
702
702
  * @param {string} phoneNumberId
703
703
  * @param {*} [options] Override http request option.
704
704
  * @throws {RequiredError}
705
705
  */
706
706
  phoneNumbersDelete: async (phoneNumberId, options = {}) => {
707
707
  assertParamExists("phoneNumbersDelete", "phoneNumberId", phoneNumberId);
708
- const localVarPath = `/phone_numbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
708
+ const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
709
709
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
710
710
  let baseOptions;
711
711
  if (configuration) {
@@ -723,8 +723,8 @@ var ContactsApiAxiosParamCreator = function(configuration) {
723
723
  };
724
724
  },
725
725
  /**
726
- *
727
- * @summary Phone_numbers Update
726
+ * PhoneNumbers Update
727
+ * @summary PhoneNumbers Update
728
728
  * @param {string} phoneNumberId
729
729
  * @param {PhoneNumberUpdate} phoneNumberUpdate
730
730
  * @param {*} [options] Override http request option.
@@ -733,7 +733,7 @@ var ContactsApiAxiosParamCreator = function(configuration) {
733
733
  phoneNumbersUpdate: async (phoneNumberId, phoneNumberUpdate, options = {}) => {
734
734
  assertParamExists("phoneNumbersUpdate", "phoneNumberId", phoneNumberId);
735
735
  assertParamExists("phoneNumbersUpdate", "phoneNumberUpdate", phoneNumberUpdate);
736
- const localVarPath = `/phone_numbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
736
+ const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
737
737
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
738
738
  let baseOptions;
739
739
  if (configuration) {
@@ -758,7 +758,7 @@ var ContactsApiFp = function(configuration) {
758
758
  const localVarAxiosParamCreator = ContactsApiAxiosParamCreator(configuration);
759
759
  return {
760
760
  /**
761
- *
761
+ * Addresses Create
762
762
  * @summary Addresses Create
763
763
  * @param {string} contactId
764
764
  * @param {AddressCreate} addressCreate
@@ -772,7 +772,7 @@ var ContactsApiFp = function(configuration) {
772
772
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
773
773
  },
774
774
  /**
775
- *
775
+ * Addresses Delete
776
776
  * @summary Addresses Delete
777
777
  * @param {string} addressId
778
778
  * @param {*} [options] Override http request option.
@@ -785,7 +785,7 @@ var ContactsApiFp = function(configuration) {
785
785
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
786
786
  },
787
787
  /**
788
- *
788
+ * Addresses Update
789
789
  * @summary Addresses Update
790
790
  * @param {string} addressId
791
791
  * @param {AddressUpdate} addressUpdate
@@ -814,20 +814,20 @@ var ContactsApiFp = function(configuration) {
814
814
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
815
815
  },
816
816
  /**
817
- *
817
+ * Contacts Create
818
818
  * @summary Contacts Create
819
- * @param {ContactCreate} contactCreate
819
+ * @param {Contactcreate} contactcreate
820
820
  * @param {*} [options] Override http request option.
821
821
  * @throws {RequiredError}
822
822
  */
823
- async contactsCreate(contactCreate, options) {
824
- const localVarAxiosArgs = await localVarAxiosParamCreator.contactsCreate(contactCreate, options);
823
+ async contactsCreate(contactcreate, options) {
824
+ const localVarAxiosArgs = await localVarAxiosParamCreator.contactsCreate(contactcreate, options);
825
825
  const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _22 => _22.serverIndex]), () => ( 0));
826
826
  const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _23 => _23["ContactsApi.contactsCreate"], 'optionalAccess', _24 => _24[localVarOperationServerIndex], 'optionalAccess', _25 => _25.url]);
827
827
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
828
828
  },
829
829
  /**
830
- *
830
+ * Contacts Delete
831
831
  * @summary Contacts Delete
832
832
  * @param {string} contactId
833
833
  * @param {*} [options] Override http request option.
@@ -840,7 +840,7 @@ var ContactsApiFp = function(configuration) {
840
840
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
841
841
  },
842
842
  /**
843
- *
843
+ * Contacts Get
844
844
  * @summary Contacts Get
845
845
  * @param {string} contactId
846
846
  * @param {*} [options] Override http request option.
@@ -853,7 +853,7 @@ var ContactsApiFp = function(configuration) {
853
853
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
854
854
  },
855
855
  /**
856
- *
856
+ * Contacts List
857
857
  * @summary Contacts List
858
858
  * @param {string | null} [searchString]
859
859
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -886,7 +886,7 @@ var ContactsApiFp = function(configuration) {
886
886
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
887
887
  },
888
888
  /**
889
- *
889
+ * Contacts Update
890
890
  * @summary Contacts Update
891
891
  * @param {string} contactId
892
892
  * @param {ContactUpdate} contactUpdate
@@ -915,7 +915,7 @@ var ContactsApiFp = function(configuration) {
915
915
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
916
916
  },
917
917
  /**
918
- *
918
+ * Emails Create
919
919
  * @summary Emails Create
920
920
  * @param {string} contactId
921
921
  * @param {EmailCreate} emailCreate
@@ -929,7 +929,7 @@ var ContactsApiFp = function(configuration) {
929
929
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
930
930
  },
931
931
  /**
932
- *
932
+ * Emails Delete
933
933
  * @summary Emails Delete
934
934
  * @param {string} emailId
935
935
  * @param {*} [options] Override http request option.
@@ -942,7 +942,7 @@ var ContactsApiFp = function(configuration) {
942
942
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
943
943
  },
944
944
  /**
945
- *
945
+ * Emails Update
946
946
  * @summary Emails Update
947
947
  * @param {string} emailId
948
948
  * @param {EmailUpdate} emailUpdate
@@ -956,8 +956,8 @@ var ContactsApiFp = function(configuration) {
956
956
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
957
957
  },
958
958
  /**
959
- *
960
- * @summary Phone_numbers Create
959
+ * PhoneNumbers Create
960
+ * @summary PhoneNumbers Create
961
961
  * @param {string} contactId
962
962
  * @param {PhoneNumberCreate} phoneNumberCreate
963
963
  * @param {*} [options] Override http request option.
@@ -970,8 +970,8 @@ var ContactsApiFp = function(configuration) {
970
970
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
971
971
  },
972
972
  /**
973
- *
974
- * @summary Phone_numbers Delete
973
+ * PhoneNumbers Delete
974
+ * @summary PhoneNumbers Delete
975
975
  * @param {string} phoneNumberId
976
976
  * @param {*} [options] Override http request option.
977
977
  * @throws {RequiredError}
@@ -983,8 +983,8 @@ var ContactsApiFp = function(configuration) {
983
983
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
984
984
  },
985
985
  /**
986
- *
987
- * @summary Phone_numbers Update
986
+ * PhoneNumbers Update
987
+ * @summary PhoneNumbers Update
988
988
  * @param {string} phoneNumberId
989
989
  * @param {PhoneNumberUpdate} phoneNumberUpdate
990
990
  * @param {*} [options] Override http request option.
@@ -1002,7 +1002,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1002
1002
  const localVarFp = ContactsApiFp(configuration);
1003
1003
  return {
1004
1004
  /**
1005
- *
1005
+ * Addresses Create
1006
1006
  * @summary Addresses Create
1007
1007
  * @param {string} contactId
1008
1008
  * @param {AddressCreate} addressCreate
@@ -1013,7 +1013,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1013
1013
  return localVarFp.addressesCreate(contactId, addressCreate, options).then((request) => request(axios, basePath));
1014
1014
  },
1015
1015
  /**
1016
- *
1016
+ * Addresses Delete
1017
1017
  * @summary Addresses Delete
1018
1018
  * @param {string} addressId
1019
1019
  * @param {*} [options] Override http request option.
@@ -1023,7 +1023,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1023
1023
  return localVarFp.addressesDelete(addressId, options).then((request) => request(axios, basePath));
1024
1024
  },
1025
1025
  /**
1026
- *
1026
+ * Addresses Update
1027
1027
  * @summary Addresses Update
1028
1028
  * @param {string} addressId
1029
1029
  * @param {AddressUpdate} addressUpdate
@@ -1046,17 +1046,17 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1046
1046
  return localVarFp.contactsAddListing(contactId, listingId, createContactListing, options).then((request) => request(axios, basePath));
1047
1047
  },
1048
1048
  /**
1049
- *
1049
+ * Contacts Create
1050
1050
  * @summary Contacts Create
1051
- * @param {ContactCreate} contactCreate
1051
+ * @param {Contactcreate} contactcreate
1052
1052
  * @param {*} [options] Override http request option.
1053
1053
  * @throws {RequiredError}
1054
1054
  */
1055
- contactsCreate(contactCreate, options) {
1056
- return localVarFp.contactsCreate(contactCreate, options).then((request) => request(axios, basePath));
1055
+ contactsCreate(contactcreate, options) {
1056
+ return localVarFp.contactsCreate(contactcreate, options).then((request) => request(axios, basePath));
1057
1057
  },
1058
1058
  /**
1059
- *
1059
+ * Contacts Delete
1060
1060
  * @summary Contacts Delete
1061
1061
  * @param {string} contactId
1062
1062
  * @param {*} [options] Override http request option.
@@ -1066,7 +1066,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1066
1066
  return localVarFp.contactsDelete(contactId, options).then((request) => request(axios, basePath));
1067
1067
  },
1068
1068
  /**
1069
- *
1069
+ * Contacts Get
1070
1070
  * @summary Contacts Get
1071
1071
  * @param {string} contactId
1072
1072
  * @param {*} [options] Override http request option.
@@ -1076,7 +1076,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1076
1076
  return localVarFp.contactsGet(contactId, options).then((request) => request(axios, basePath));
1077
1077
  },
1078
1078
  /**
1079
- *
1079
+ * Contacts List
1080
1080
  * @summary Contacts List
1081
1081
  * @param {string | null} [searchString]
1082
1082
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -1103,7 +1103,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1103
1103
  return localVarFp.contactsRemoveListing(contactId, listingId, deleteContactListing, options).then((request) => request(axios, basePath));
1104
1104
  },
1105
1105
  /**
1106
- *
1106
+ * Contacts Update
1107
1107
  * @summary Contacts Update
1108
1108
  * @param {string} contactId
1109
1109
  * @param {ContactUpdate} contactUpdate
@@ -1126,7 +1126,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1126
1126
  return localVarFp.contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(axios, basePath));
1127
1127
  },
1128
1128
  /**
1129
- *
1129
+ * Emails Create
1130
1130
  * @summary Emails Create
1131
1131
  * @param {string} contactId
1132
1132
  * @param {EmailCreate} emailCreate
@@ -1137,7 +1137,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1137
1137
  return localVarFp.emailsCreate(contactId, emailCreate, options).then((request) => request(axios, basePath));
1138
1138
  },
1139
1139
  /**
1140
- *
1140
+ * Emails Delete
1141
1141
  * @summary Emails Delete
1142
1142
  * @param {string} emailId
1143
1143
  * @param {*} [options] Override http request option.
@@ -1147,7 +1147,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1147
1147
  return localVarFp.emailsDelete(emailId, options).then((request) => request(axios, basePath));
1148
1148
  },
1149
1149
  /**
1150
- *
1150
+ * Emails Update
1151
1151
  * @summary Emails Update
1152
1152
  * @param {string} emailId
1153
1153
  * @param {EmailUpdate} emailUpdate
@@ -1158,8 +1158,8 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1158
1158
  return localVarFp.emailsUpdate(emailId, emailUpdate, options).then((request) => request(axios, basePath));
1159
1159
  },
1160
1160
  /**
1161
- *
1162
- * @summary Phone_numbers Create
1161
+ * PhoneNumbers Create
1162
+ * @summary PhoneNumbers Create
1163
1163
  * @param {string} contactId
1164
1164
  * @param {PhoneNumberCreate} phoneNumberCreate
1165
1165
  * @param {*} [options] Override http request option.
@@ -1169,8 +1169,8 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1169
1169
  return localVarFp.phoneNumbersCreate(contactId, phoneNumberCreate, options).then((request) => request(axios, basePath));
1170
1170
  },
1171
1171
  /**
1172
- *
1173
- * @summary Phone_numbers Delete
1172
+ * PhoneNumbers Delete
1173
+ * @summary PhoneNumbers Delete
1174
1174
  * @param {string} phoneNumberId
1175
1175
  * @param {*} [options] Override http request option.
1176
1176
  * @throws {RequiredError}
@@ -1179,8 +1179,8 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1179
1179
  return localVarFp.phoneNumbersDelete(phoneNumberId, options).then((request) => request(axios, basePath));
1180
1180
  },
1181
1181
  /**
1182
- *
1183
- * @summary Phone_numbers Update
1182
+ * PhoneNumbers Update
1183
+ * @summary PhoneNumbers Update
1184
1184
  * @param {string} phoneNumberId
1185
1185
  * @param {PhoneNumberUpdate} phoneNumberUpdate
1186
1186
  * @param {*} [options] Override http request option.
@@ -1193,7 +1193,7 @@ var ContactsApiFactory = function(configuration, basePath, axios) {
1193
1193
  };
1194
1194
  var ContactsApi = class extends BaseAPI {
1195
1195
  /**
1196
- *
1196
+ * Addresses Create
1197
1197
  * @summary Addresses Create
1198
1198
  * @param {string} contactId
1199
1199
  * @param {AddressCreate} addressCreate
@@ -1205,7 +1205,7 @@ var ContactsApi = class extends BaseAPI {
1205
1205
  return ContactsApiFp(this.configuration).addressesCreate(contactId, addressCreate, options).then((request) => request(this.axios, this.basePath));
1206
1206
  }
1207
1207
  /**
1208
- *
1208
+ * Addresses Delete
1209
1209
  * @summary Addresses Delete
1210
1210
  * @param {string} addressId
1211
1211
  * @param {*} [options] Override http request option.
@@ -1216,7 +1216,7 @@ var ContactsApi = class extends BaseAPI {
1216
1216
  return ContactsApiFp(this.configuration).addressesDelete(addressId, options).then((request) => request(this.axios, this.basePath));
1217
1217
  }
1218
1218
  /**
1219
- *
1219
+ * Addresses Update
1220
1220
  * @summary Addresses Update
1221
1221
  * @param {string} addressId
1222
1222
  * @param {AddressUpdate} addressUpdate
@@ -1241,18 +1241,18 @@ var ContactsApi = class extends BaseAPI {
1241
1241
  return ContactsApiFp(this.configuration).contactsAddListing(contactId, listingId, createContactListing, options).then((request) => request(this.axios, this.basePath));
1242
1242
  }
1243
1243
  /**
1244
- *
1244
+ * Contacts Create
1245
1245
  * @summary Contacts Create
1246
- * @param {ContactCreate} contactCreate
1246
+ * @param {Contactcreate} contactcreate
1247
1247
  * @param {*} [options] Override http request option.
1248
1248
  * @throws {RequiredError}
1249
1249
  * @memberof ContactsApi
1250
1250
  */
1251
- contactsCreate(contactCreate, options) {
1252
- return ContactsApiFp(this.configuration).contactsCreate(contactCreate, options).then((request) => request(this.axios, this.basePath));
1251
+ contactsCreate(contactcreate, options) {
1252
+ return ContactsApiFp(this.configuration).contactsCreate(contactcreate, options).then((request) => request(this.axios, this.basePath));
1253
1253
  }
1254
1254
  /**
1255
- *
1255
+ * Contacts Delete
1256
1256
  * @summary Contacts Delete
1257
1257
  * @param {string} contactId
1258
1258
  * @param {*} [options] Override http request option.
@@ -1263,7 +1263,7 @@ var ContactsApi = class extends BaseAPI {
1263
1263
  return ContactsApiFp(this.configuration).contactsDelete(contactId, options).then((request) => request(this.axios, this.basePath));
1264
1264
  }
1265
1265
  /**
1266
- *
1266
+ * Contacts Get
1267
1267
  * @summary Contacts Get
1268
1268
  * @param {string} contactId
1269
1269
  * @param {*} [options] Override http request option.
@@ -1274,7 +1274,7 @@ var ContactsApi = class extends BaseAPI {
1274
1274
  return ContactsApiFp(this.configuration).contactsGet(contactId, options).then((request) => request(this.axios, this.basePath));
1275
1275
  }
1276
1276
  /**
1277
- *
1277
+ * Contacts List
1278
1278
  * @summary Contacts List
1279
1279
  * @param {string | null} [searchString]
1280
1280
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -1303,7 +1303,7 @@ var ContactsApi = class extends BaseAPI {
1303
1303
  return ContactsApiFp(this.configuration).contactsRemoveListing(contactId, listingId, deleteContactListing, options).then((request) => request(this.axios, this.basePath));
1304
1304
  }
1305
1305
  /**
1306
- *
1306
+ * Contacts Update
1307
1307
  * @summary Contacts Update
1308
1308
  * @param {string} contactId
1309
1309
  * @param {ContactUpdate} contactUpdate
@@ -1328,7 +1328,7 @@ var ContactsApi = class extends BaseAPI {
1328
1328
  return ContactsApiFp(this.configuration).contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(this.axios, this.basePath));
1329
1329
  }
1330
1330
  /**
1331
- *
1331
+ * Emails Create
1332
1332
  * @summary Emails Create
1333
1333
  * @param {string} contactId
1334
1334
  * @param {EmailCreate} emailCreate
@@ -1340,7 +1340,7 @@ var ContactsApi = class extends BaseAPI {
1340
1340
  return ContactsApiFp(this.configuration).emailsCreate(contactId, emailCreate, options).then((request) => request(this.axios, this.basePath));
1341
1341
  }
1342
1342
  /**
1343
- *
1343
+ * Emails Delete
1344
1344
  * @summary Emails Delete
1345
1345
  * @param {string} emailId
1346
1346
  * @param {*} [options] Override http request option.
@@ -1351,7 +1351,7 @@ var ContactsApi = class extends BaseAPI {
1351
1351
  return ContactsApiFp(this.configuration).emailsDelete(emailId, options).then((request) => request(this.axios, this.basePath));
1352
1352
  }
1353
1353
  /**
1354
- *
1354
+ * Emails Update
1355
1355
  * @summary Emails Update
1356
1356
  * @param {string} emailId
1357
1357
  * @param {EmailUpdate} emailUpdate
@@ -1363,8 +1363,8 @@ var ContactsApi = class extends BaseAPI {
1363
1363
  return ContactsApiFp(this.configuration).emailsUpdate(emailId, emailUpdate, options).then((request) => request(this.axios, this.basePath));
1364
1364
  }
1365
1365
  /**
1366
- *
1367
- * @summary Phone_numbers Create
1366
+ * PhoneNumbers Create
1367
+ * @summary PhoneNumbers Create
1368
1368
  * @param {string} contactId
1369
1369
  * @param {PhoneNumberCreate} phoneNumberCreate
1370
1370
  * @param {*} [options] Override http request option.
@@ -1375,8 +1375,8 @@ var ContactsApi = class extends BaseAPI {
1375
1375
  return ContactsApiFp(this.configuration).phoneNumbersCreate(contactId, phoneNumberCreate, options).then((request) => request(this.axios, this.basePath));
1376
1376
  }
1377
1377
  /**
1378
- *
1379
- * @summary Phone_numbers Delete
1378
+ * PhoneNumbers Delete
1379
+ * @summary PhoneNumbers Delete
1380
1380
  * @param {string} phoneNumberId
1381
1381
  * @param {*} [options] Override http request option.
1382
1382
  * @throws {RequiredError}
@@ -1386,8 +1386,8 @@ var ContactsApi = class extends BaseAPI {
1386
1386
  return ContactsApiFp(this.configuration).phoneNumbersDelete(phoneNumberId, options).then((request) => request(this.axios, this.basePath));
1387
1387
  }
1388
1388
  /**
1389
- *
1390
- * @summary Phone_numbers Update
1389
+ * PhoneNumbers Update
1390
+ * @summary PhoneNumbers Update
1391
1391
  * @param {string} phoneNumberId
1392
1392
  * @param {PhoneNumberUpdate} phoneNumberUpdate
1393
1393
  * @param {*} [options] Override http request option.
@@ -1401,7 +1401,7 @@ var ContactsApi = class extends BaseAPI {
1401
1401
  var ConversationsApiAxiosParamCreator = function(configuration) {
1402
1402
  return {
1403
1403
  /**
1404
- *
1404
+ * Conversations Create
1405
1405
  * @summary Conversations Create
1406
1406
  * @param {ConversationCreate} conversationCreate
1407
1407
  * @param {*} [options] Override http request option.
@@ -1429,7 +1429,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
1429
1429
  };
1430
1430
  },
1431
1431
  /**
1432
- *
1432
+ * Conversations Get
1433
1433
  * @summary Conversations Get
1434
1434
  * @param {string} conversationId
1435
1435
  * @param {*} [options] Override http request option.
@@ -1507,7 +1507,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
1507
1507
  };
1508
1508
  },
1509
1509
  /**
1510
- *
1510
+ * Conversations Update
1511
1511
  * @summary Conversations Update
1512
1512
  * @param {string} conversationId
1513
1513
  * @param {ConversationUpdate} conversationUpdate
@@ -1537,7 +1537,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
1537
1537
  };
1538
1538
  },
1539
1539
  /**
1540
- *
1540
+ * Messages Create
1541
1541
  * @summary Messages Create
1542
1542
  * @param {string} conversationId
1543
1543
  * @param {MessageCreate} messageCreate
@@ -1567,7 +1567,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
1567
1567
  };
1568
1568
  },
1569
1569
  /**
1570
- *
1570
+ * Messages Get
1571
1571
  * @summary Messages Get
1572
1572
  * @param {string} messageId
1573
1573
  * @param {*} [options] Override http request option.
@@ -1593,7 +1593,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
1593
1593
  };
1594
1594
  },
1595
1595
  /**
1596
- *
1596
+ * Messages List
1597
1597
  * @summary Messages List
1598
1598
  * @param {string | null} [searchString]
1599
1599
  * @param {string | null} [contactId]
@@ -1654,7 +1654,7 @@ var ConversationsApiFp = function(configuration) {
1654
1654
  const localVarAxiosParamCreator = ConversationsApiAxiosParamCreator(configuration);
1655
1655
  return {
1656
1656
  /**
1657
- *
1657
+ * Conversations Create
1658
1658
  * @summary Conversations Create
1659
1659
  * @param {ConversationCreate} conversationCreate
1660
1660
  * @param {*} [options] Override http request option.
@@ -1667,7 +1667,7 @@ var ConversationsApiFp = function(configuration) {
1667
1667
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1668
1668
  },
1669
1669
  /**
1670
- *
1670
+ * Conversations Get
1671
1671
  * @summary Conversations Get
1672
1672
  * @param {string} conversationId
1673
1673
  * @param {*} [options] Override http request option.
@@ -1699,7 +1699,7 @@ var ConversationsApiFp = function(configuration) {
1699
1699
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1700
1700
  },
1701
1701
  /**
1702
- *
1702
+ * Conversations Update
1703
1703
  * @summary Conversations Update
1704
1704
  * @param {string} conversationId
1705
1705
  * @param {ConversationUpdate} conversationUpdate
@@ -1713,7 +1713,7 @@ var ConversationsApiFp = function(configuration) {
1713
1713
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1714
1714
  },
1715
1715
  /**
1716
- *
1716
+ * Messages Create
1717
1717
  * @summary Messages Create
1718
1718
  * @param {string} conversationId
1719
1719
  * @param {MessageCreate} messageCreate
@@ -1727,7 +1727,7 @@ var ConversationsApiFp = function(configuration) {
1727
1727
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1728
1728
  },
1729
1729
  /**
1730
- *
1730
+ * Messages Get
1731
1731
  * @summary Messages Get
1732
1732
  * @param {string} messageId
1733
1733
  * @param {*} [options] Override http request option.
@@ -1740,7 +1740,7 @@ var ConversationsApiFp = function(configuration) {
1740
1740
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1741
1741
  },
1742
1742
  /**
1743
- *
1743
+ * Messages List
1744
1744
  * @summary Messages List
1745
1745
  * @param {string | null} [searchString]
1746
1746
  * @param {string | null} [contactId]
@@ -1765,7 +1765,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1765
1765
  const localVarFp = ConversationsApiFp(configuration);
1766
1766
  return {
1767
1767
  /**
1768
- *
1768
+ * Conversations Create
1769
1769
  * @summary Conversations Create
1770
1770
  * @param {ConversationCreate} conversationCreate
1771
1771
  * @param {*} [options] Override http request option.
@@ -1775,7 +1775,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1775
1775
  return localVarFp.conversationsCreate(conversationCreate, options).then((request) => request(axios, basePath));
1776
1776
  },
1777
1777
  /**
1778
- *
1778
+ * Conversations Get
1779
1779
  * @summary Conversations Get
1780
1780
  * @param {string} conversationId
1781
1781
  * @param {*} [options] Override http request option.
@@ -1801,7 +1801,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1801
1801
  return localVarFp.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
1802
1802
  },
1803
1803
  /**
1804
- *
1804
+ * Conversations Update
1805
1805
  * @summary Conversations Update
1806
1806
  * @param {string} conversationId
1807
1807
  * @param {ConversationUpdate} conversationUpdate
@@ -1812,7 +1812,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1812
1812
  return localVarFp.conversationsUpdate(conversationId, conversationUpdate, 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
1818
  * @param {MessageCreate} messageCreate
@@ -1823,7 +1823,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1823
1823
  return localVarFp.messagesCreate(conversationId, messageCreate, options).then((request) => request(axios, basePath));
1824
1824
  },
1825
1825
  /**
1826
- *
1826
+ * Messages Get
1827
1827
  * @summary Messages Get
1828
1828
  * @param {string} messageId
1829
1829
  * @param {*} [options] Override http request option.
@@ -1833,7 +1833,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1833
1833
  return localVarFp.messagesGet(messageId, options).then((request) => request(axios, basePath));
1834
1834
  },
1835
1835
  /**
1836
- *
1836
+ * Messages List
1837
1837
  * @summary Messages List
1838
1838
  * @param {string | null} [searchString]
1839
1839
  * @param {string | null} [contactId]
@@ -1853,7 +1853,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
1853
1853
  };
1854
1854
  var ConversationsApi = class extends BaseAPI {
1855
1855
  /**
1856
- *
1856
+ * Conversations Create
1857
1857
  * @summary Conversations Create
1858
1858
  * @param {ConversationCreate} conversationCreate
1859
1859
  * @param {*} [options] Override http request option.
@@ -1864,7 +1864,7 @@ var ConversationsApi = class extends BaseAPI {
1864
1864
  return ConversationsApiFp(this.configuration).conversationsCreate(conversationCreate, options).then((request) => request(this.axios, this.basePath));
1865
1865
  }
1866
1866
  /**
1867
- *
1867
+ * Conversations Get
1868
1868
  * @summary Conversations Get
1869
1869
  * @param {string} conversationId
1870
1870
  * @param {*} [options] Override http request option.
@@ -1892,7 +1892,7 @@ var ConversationsApi = class extends BaseAPI {
1892
1892
  return ConversationsApiFp(this.configuration).conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
1893
1893
  }
1894
1894
  /**
1895
- *
1895
+ * Conversations Update
1896
1896
  * @summary Conversations Update
1897
1897
  * @param {string} conversationId
1898
1898
  * @param {ConversationUpdate} conversationUpdate
@@ -1904,7 +1904,7 @@ var ConversationsApi = class extends BaseAPI {
1904
1904
  return ConversationsApiFp(this.configuration).conversationsUpdate(conversationId, conversationUpdate, 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
1910
  * @param {MessageCreate} messageCreate
@@ -1916,7 +1916,7 @@ var ConversationsApi = class extends BaseAPI {
1916
1916
  return ConversationsApiFp(this.configuration).messagesCreate(conversationId, messageCreate, options).then((request) => request(this.axios, this.basePath));
1917
1917
  }
1918
1918
  /**
1919
- *
1919
+ * Messages Get
1920
1920
  * @summary Messages Get
1921
1921
  * @param {string} messageId
1922
1922
  * @param {*} [options] Override http request option.
@@ -1927,7 +1927,7 @@ var ConversationsApi = class extends BaseAPI {
1927
1927
  return ConversationsApiFp(this.configuration).messagesGet(messageId, options).then((request) => request(this.axios, this.basePath));
1928
1928
  }
1929
1929
  /**
1930
- *
1930
+ * Messages List
1931
1931
  * @summary Messages List
1932
1932
  * @param {string | null} [searchString]
1933
1933
  * @param {string | null} [contactId]
@@ -2105,7 +2105,7 @@ var InquiriesApi = class extends BaseAPI {
2105
2105
  var ListingsApiAxiosParamCreator = function(configuration) {
2106
2106
  return {
2107
2107
  /**
2108
- *
2108
+ * Listings Get
2109
2109
  * @summary Listings Get
2110
2110
  * @param {string} listingId
2111
2111
  * @param {*} [options] Override http request option.
@@ -2131,7 +2131,7 @@ var ListingsApiAxiosParamCreator = function(configuration) {
2131
2131
  };
2132
2132
  },
2133
2133
  /**
2134
- *
2134
+ * Listings List
2135
2135
  * @summary Listings List
2136
2136
  * @param {string | null} [searchString]
2137
2137
  * @param {string | null} [contactId]
@@ -2188,7 +2188,7 @@ var ListingsApiFp = function(configuration) {
2188
2188
  const localVarAxiosParamCreator = ListingsApiAxiosParamCreator(configuration);
2189
2189
  return {
2190
2190
  /**
2191
- *
2191
+ * Listings Get
2192
2192
  * @summary Listings Get
2193
2193
  * @param {string} listingId
2194
2194
  * @param {*} [options] Override http request option.
@@ -2201,7 +2201,7 @@ var ListingsApiFp = function(configuration) {
2201
2201
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2202
2202
  },
2203
2203
  /**
2204
- *
2204
+ * Listings List
2205
2205
  * @summary Listings List
2206
2206
  * @param {string | null} [searchString]
2207
2207
  * @param {string | null} [contactId]
@@ -2225,7 +2225,7 @@ var ListingsApiFactory = function(configuration, basePath, axios) {
2225
2225
  const localVarFp = ListingsApiFp(configuration);
2226
2226
  return {
2227
2227
  /**
2228
- *
2228
+ * Listings Get
2229
2229
  * @summary Listings Get
2230
2230
  * @param {string} listingId
2231
2231
  * @param {*} [options] Override http request option.
@@ -2235,7 +2235,7 @@ var ListingsApiFactory = function(configuration, basePath, axios) {
2235
2235
  return localVarFp.listingsGet(listingId, options).then((request) => request(axios, basePath));
2236
2236
  },
2237
2237
  /**
2238
- *
2238
+ * Listings List
2239
2239
  * @summary Listings List
2240
2240
  * @param {string | null} [searchString]
2241
2241
  * @param {string | null} [contactId]
@@ -2254,7 +2254,7 @@ var ListingsApiFactory = function(configuration, basePath, axios) {
2254
2254
  };
2255
2255
  var ListingsApi = class extends BaseAPI {
2256
2256
  /**
2257
- *
2257
+ * Listings Get
2258
2258
  * @summary Listings Get
2259
2259
  * @param {string} listingId
2260
2260
  * @param {*} [options] Override http request option.
@@ -2265,7 +2265,7 @@ var ListingsApi = class extends BaseAPI {
2265
2265
  return ListingsApiFp(this.configuration).listingsGet(listingId, options).then((request) => request(this.axios, this.basePath));
2266
2266
  }
2267
2267
  /**
2268
- *
2268
+ * Listings List
2269
2269
  * @summary Listings List
2270
2270
  * @param {string | null} [searchString]
2271
2271
  * @param {string | null} [contactId]
@@ -2285,13 +2285,13 @@ var ListingsApi = class extends BaseAPI {
2285
2285
  var ManagedPhoneNumbersApiAxiosParamCreator = function(configuration) {
2286
2286
  return {
2287
2287
  /**
2288
- *
2289
- * @summary Managed_phone_numbers List
2288
+ * ManagedPhoneNumbers List
2289
+ * @summary ManagedPhoneNumbers List
2290
2290
  * @param {*} [options] Override http request option.
2291
2291
  * @throws {RequiredError}
2292
2292
  */
2293
2293
  managedPhoneNumbersList: async (options = {}) => {
2294
- const localVarPath = `/managed_phone_numbers`;
2294
+ const localVarPath = `/managedPhoneNumbers`;
2295
2295
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2296
2296
  let baseOptions;
2297
2297
  if (configuration) {
@@ -2314,8 +2314,8 @@ var ManagedPhoneNumbersApiFp = function(configuration) {
2314
2314
  const localVarAxiosParamCreator = ManagedPhoneNumbersApiAxiosParamCreator(configuration);
2315
2315
  return {
2316
2316
  /**
2317
- *
2318
- * @summary Managed_phone_numbers List
2317
+ * ManagedPhoneNumbers List
2318
+ * @summary ManagedPhoneNumbers List
2319
2319
  * @param {*} [options] Override http request option.
2320
2320
  * @throws {RequiredError}
2321
2321
  */
@@ -2331,8 +2331,8 @@ var ManagedPhoneNumbersApiFactory = function(configuration, basePath, axios) {
2331
2331
  const localVarFp = ManagedPhoneNumbersApiFp(configuration);
2332
2332
  return {
2333
2333
  /**
2334
- *
2335
- * @summary Managed_phone_numbers List
2334
+ * ManagedPhoneNumbers List
2335
+ * @summary ManagedPhoneNumbers List
2336
2336
  * @param {*} [options] Override http request option.
2337
2337
  * @throws {RequiredError}
2338
2338
  */
@@ -2343,8 +2343,8 @@ var ManagedPhoneNumbersApiFactory = function(configuration, basePath, axios) {
2343
2343
  };
2344
2344
  var ManagedPhoneNumbersApi = class extends BaseAPI {
2345
2345
  /**
2346
- *
2347
- * @summary Managed_phone_numbers List
2346
+ * ManagedPhoneNumbers List
2347
+ * @summary ManagedPhoneNumbers List
2348
2348
  * @param {*} [options] Override http request option.
2349
2349
  * @throws {RequiredError}
2350
2350
  * @memberof ManagedPhoneNumbersApi
@@ -2356,7 +2356,7 @@ var ManagedPhoneNumbersApi = class extends BaseAPI {
2356
2356
  var ProvidersApiAxiosParamCreator = function(configuration) {
2357
2357
  return {
2358
2358
  /**
2359
- *
2359
+ * Providers Create
2360
2360
  * @summary Providers Create
2361
2361
  * @param {ProviderCreate} providerCreate
2362
2362
  * @param {*} [options] Override http request option.
@@ -2384,7 +2384,7 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
2384
2384
  };
2385
2385
  },
2386
2386
  /**
2387
- *
2387
+ * Providers Get
2388
2388
  * @summary Providers Get
2389
2389
  * @param {string} providerId
2390
2390
  * @param {*} [options] Override http request option.
@@ -2410,7 +2410,7 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
2410
2410
  };
2411
2411
  },
2412
2412
  /**
2413
- *
2413
+ * Providers List
2414
2414
  * @summary Providers List
2415
2415
  * @param {*} [options] Override http request option.
2416
2416
  * @throws {RequiredError}
@@ -2434,7 +2434,7 @@ var ProvidersApiAxiosParamCreator = function(configuration) {
2434
2434
  };
2435
2435
  },
2436
2436
  /**
2437
- *
2437
+ * Providers Update
2438
2438
  * @summary Providers Update
2439
2439
  * @param {string} providerId
2440
2440
  * @param {ProviderUpdate} providerUpdate
@@ -2469,7 +2469,7 @@ var ProvidersApiFp = function(configuration) {
2469
2469
  const localVarAxiosParamCreator = ProvidersApiAxiosParamCreator(configuration);
2470
2470
  return {
2471
2471
  /**
2472
- *
2472
+ * Providers Create
2473
2473
  * @summary Providers Create
2474
2474
  * @param {ProviderCreate} providerCreate
2475
2475
  * @param {*} [options] Override http request option.
@@ -2482,7 +2482,7 @@ var ProvidersApiFp = function(configuration) {
2482
2482
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2483
2483
  },
2484
2484
  /**
2485
- *
2485
+ * Providers Get
2486
2486
  * @summary Providers Get
2487
2487
  * @param {string} providerId
2488
2488
  * @param {*} [options] Override http request option.
@@ -2495,7 +2495,7 @@ var ProvidersApiFp = function(configuration) {
2495
2495
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2496
2496
  },
2497
2497
  /**
2498
- *
2498
+ * Providers List
2499
2499
  * @summary Providers List
2500
2500
  * @param {*} [options] Override http request option.
2501
2501
  * @throws {RequiredError}
@@ -2507,7 +2507,7 @@ var ProvidersApiFp = function(configuration) {
2507
2507
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2508
2508
  },
2509
2509
  /**
2510
- *
2510
+ * Providers Update
2511
2511
  * @summary Providers Update
2512
2512
  * @param {string} providerId
2513
2513
  * @param {ProviderUpdate} providerUpdate
@@ -2526,7 +2526,7 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
2526
2526
  const localVarFp = ProvidersApiFp(configuration);
2527
2527
  return {
2528
2528
  /**
2529
- *
2529
+ * Providers Create
2530
2530
  * @summary Providers Create
2531
2531
  * @param {ProviderCreate} providerCreate
2532
2532
  * @param {*} [options] Override http request option.
@@ -2536,7 +2536,7 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
2536
2536
  return localVarFp.providersCreate(providerCreate, options).then((request) => request(axios, basePath));
2537
2537
  },
2538
2538
  /**
2539
- *
2539
+ * Providers Get
2540
2540
  * @summary Providers Get
2541
2541
  * @param {string} providerId
2542
2542
  * @param {*} [options] Override http request option.
@@ -2546,7 +2546,7 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
2546
2546
  return localVarFp.providersGet(providerId, options).then((request) => request(axios, basePath));
2547
2547
  },
2548
2548
  /**
2549
- *
2549
+ * Providers List
2550
2550
  * @summary Providers List
2551
2551
  * @param {*} [options] Override http request option.
2552
2552
  * @throws {RequiredError}
@@ -2555,7 +2555,7 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
2555
2555
  return localVarFp.providersList(options).then((request) => request(axios, basePath));
2556
2556
  },
2557
2557
  /**
2558
- *
2558
+ * Providers Update
2559
2559
  * @summary Providers Update
2560
2560
  * @param {string} providerId
2561
2561
  * @param {ProviderUpdate} providerUpdate
@@ -2569,7 +2569,7 @@ var ProvidersApiFactory = function(configuration, basePath, axios) {
2569
2569
  };
2570
2570
  var ProvidersApi = class extends BaseAPI {
2571
2571
  /**
2572
- *
2572
+ * Providers Create
2573
2573
  * @summary Providers Create
2574
2574
  * @param {ProviderCreate} providerCreate
2575
2575
  * @param {*} [options] Override http request option.
@@ -2580,7 +2580,7 @@ var ProvidersApi = class extends BaseAPI {
2580
2580
  return ProvidersApiFp(this.configuration).providersCreate(providerCreate, options).then((request) => request(this.axios, this.basePath));
2581
2581
  }
2582
2582
  /**
2583
- *
2583
+ * Providers Get
2584
2584
  * @summary Providers Get
2585
2585
  * @param {string} providerId
2586
2586
  * @param {*} [options] Override http request option.
@@ -2591,7 +2591,7 @@ var ProvidersApi = class extends BaseAPI {
2591
2591
  return ProvidersApiFp(this.configuration).providersGet(providerId, options).then((request) => request(this.axios, this.basePath));
2592
2592
  }
2593
2593
  /**
2594
- *
2594
+ * Providers List
2595
2595
  * @summary Providers List
2596
2596
  * @param {*} [options] Override http request option.
2597
2597
  * @throws {RequiredError}
@@ -2601,7 +2601,7 @@ var ProvidersApi = class extends BaseAPI {
2601
2601
  return ProvidersApiFp(this.configuration).providersList(options).then((request) => request(this.axios, this.basePath));
2602
2602
  }
2603
2603
  /**
2604
- *
2604
+ * Providers Update
2605
2605
  * @summary Providers Update
2606
2606
  * @param {string} providerId
2607
2607
  * @param {ProviderUpdate} providerUpdate
@@ -2616,7 +2616,7 @@ var ProvidersApi = class extends BaseAPI {
2616
2616
  var ReservationsApiAxiosParamCreator = function(configuration) {
2617
2617
  return {
2618
2618
  /**
2619
- *
2619
+ * Reservations Get
2620
2620
  * @summary Reservations Get
2621
2621
  * @param {string} reservationId
2622
2622
  * @param {*} [options] Override http request option.
@@ -2642,7 +2642,7 @@ var ReservationsApiAxiosParamCreator = function(configuration) {
2642
2642
  };
2643
2643
  },
2644
2644
  /**
2645
- *
2645
+ * Reservations List
2646
2646
  * @summary Reservations List
2647
2647
  * @param {string | null} [searchString]
2648
2648
  * @param {string | null} [contactId]
@@ -2699,7 +2699,7 @@ var ReservationsApiFp = function(configuration) {
2699
2699
  const localVarAxiosParamCreator = ReservationsApiAxiosParamCreator(configuration);
2700
2700
  return {
2701
2701
  /**
2702
- *
2702
+ * Reservations Get
2703
2703
  * @summary Reservations Get
2704
2704
  * @param {string} reservationId
2705
2705
  * @param {*} [options] Override http request option.
@@ -2712,7 +2712,7 @@ var ReservationsApiFp = function(configuration) {
2712
2712
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2713
2713
  },
2714
2714
  /**
2715
- *
2715
+ * Reservations List
2716
2716
  * @summary Reservations List
2717
2717
  * @param {string | null} [searchString]
2718
2718
  * @param {string | null} [contactId]
@@ -2736,7 +2736,7 @@ var ReservationsApiFactory = function(configuration, basePath, axios) {
2736
2736
  const localVarFp = ReservationsApiFp(configuration);
2737
2737
  return {
2738
2738
  /**
2739
- *
2739
+ * Reservations Get
2740
2740
  * @summary Reservations Get
2741
2741
  * @param {string} reservationId
2742
2742
  * @param {*} [options] Override http request option.
@@ -2746,7 +2746,7 @@ var ReservationsApiFactory = function(configuration, basePath, axios) {
2746
2746
  return localVarFp.reservationsGet(reservationId, options).then((request) => request(axios, basePath));
2747
2747
  },
2748
2748
  /**
2749
- *
2749
+ * Reservations List
2750
2750
  * @summary Reservations List
2751
2751
  * @param {string | null} [searchString]
2752
2752
  * @param {string | null} [contactId]
@@ -2765,7 +2765,7 @@ var ReservationsApiFactory = function(configuration, basePath, axios) {
2765
2765
  };
2766
2766
  var ReservationsApi = class extends BaseAPI {
2767
2767
  /**
2768
- *
2768
+ * Reservations Get
2769
2769
  * @summary Reservations Get
2770
2770
  * @param {string} reservationId
2771
2771
  * @param {*} [options] Override http request option.
@@ -2776,7 +2776,7 @@ var ReservationsApi = class extends BaseAPI {
2776
2776
  return ReservationsApiFp(this.configuration).reservationsGet(reservationId, options).then((request) => request(this.axios, this.basePath));
2777
2777
  }
2778
2778
  /**
2779
- *
2779
+ * Reservations List
2780
2780
  * @summary Reservations List
2781
2781
  * @param {string | null} [searchString]
2782
2782
  * @param {string | null} [contactId]
@@ -2796,7 +2796,7 @@ var ReservationsApi = class extends BaseAPI {
2796
2796
  var UnboundApiAxiosParamCreator = function(configuration) {
2797
2797
  return {
2798
2798
  /**
2799
- *
2799
+ * Accounts List
2800
2800
  * @summary Accounts List
2801
2801
  * @param {*} [options] Override http request option.
2802
2802
  * @throws {RequiredError}
@@ -2820,7 +2820,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2820
2820
  };
2821
2821
  },
2822
2822
  /**
2823
- *
2823
+ * Addresses Create
2824
2824
  * @summary Addresses Create
2825
2825
  * @param {string} contactId
2826
2826
  * @param {AddressCreate} addressCreate
@@ -2850,7 +2850,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2850
2850
  };
2851
2851
  },
2852
2852
  /**
2853
- *
2853
+ * Addresses Delete
2854
2854
  * @summary Addresses Delete
2855
2855
  * @param {string} addressId
2856
2856
  * @param {*} [options] Override http request option.
@@ -2876,7 +2876,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2876
2876
  };
2877
2877
  },
2878
2878
  /**
2879
- *
2879
+ * Addresses Update
2880
2880
  * @summary Addresses Update
2881
2881
  * @param {string} addressId
2882
2882
  * @param {AddressUpdate} addressUpdate
@@ -2938,14 +2938,14 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2938
2938
  };
2939
2939
  },
2940
2940
  /**
2941
- *
2941
+ * Contacts Create
2942
2942
  * @summary Contacts Create
2943
- * @param {ContactCreate} contactCreate
2943
+ * @param {Contactcreate} contactcreate
2944
2944
  * @param {*} [options] Override http request option.
2945
2945
  * @throws {RequiredError}
2946
2946
  */
2947
- contactsCreate: async (contactCreate, options = {}) => {
2948
- assertParamExists("contactsCreate", "contactCreate", contactCreate);
2947
+ contactsCreate: async (contactcreate, options = {}) => {
2948
+ assertParamExists("contactsCreate", "contactcreate", contactcreate);
2949
2949
  const localVarPath = `/contacts`;
2950
2950
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2951
2951
  let baseOptions;
@@ -2959,14 +2959,14 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2959
2959
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2960
2960
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2961
2961
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
2962
- localVarRequestOptions.data = serializeDataIfNeeded(contactCreate, localVarRequestOptions, configuration);
2962
+ localVarRequestOptions.data = serializeDataIfNeeded(contactcreate, localVarRequestOptions, configuration);
2963
2963
  return {
2964
2964
  url: toPathString(localVarUrlObj),
2965
2965
  options: localVarRequestOptions
2966
2966
  };
2967
2967
  },
2968
2968
  /**
2969
- *
2969
+ * Contacts Delete
2970
2970
  * @summary Contacts Delete
2971
2971
  * @param {string} contactId
2972
2972
  * @param {*} [options] Override http request option.
@@ -2992,7 +2992,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
2992
2992
  };
2993
2993
  },
2994
2994
  /**
2995
- *
2995
+ * Contacts Get
2996
2996
  * @summary Contacts Get
2997
2997
  * @param {string} contactId
2998
2998
  * @param {*} [options] Override http request option.
@@ -3018,7 +3018,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3018
3018
  };
3019
3019
  },
3020
3020
  /**
3021
- *
3021
+ * Contacts List
3022
3022
  * @summary Contacts List
3023
3023
  * @param {string | null} [searchString]
3024
3024
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -3098,7 +3098,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3098
3098
  };
3099
3099
  },
3100
3100
  /**
3101
- *
3101
+ * Contacts Update
3102
3102
  * @summary Contacts Update
3103
3103
  * @param {string} contactId
3104
3104
  * @param {ContactUpdate} contactUpdate
@@ -3160,7 +3160,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3160
3160
  };
3161
3161
  },
3162
3162
  /**
3163
- *
3163
+ * Conversations Create
3164
3164
  * @summary Conversations Create
3165
3165
  * @param {ConversationCreate} conversationCreate
3166
3166
  * @param {*} [options] Override http request option.
@@ -3188,7 +3188,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3188
3188
  };
3189
3189
  },
3190
3190
  /**
3191
- *
3191
+ * Conversations Get
3192
3192
  * @summary Conversations Get
3193
3193
  * @param {string} conversationId
3194
3194
  * @param {*} [options] Override http request option.
@@ -3266,7 +3266,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3266
3266
  };
3267
3267
  },
3268
3268
  /**
3269
- *
3269
+ * Conversations Update
3270
3270
  * @summary Conversations Update
3271
3271
  * @param {string} conversationId
3272
3272
  * @param {ConversationUpdate} conversationUpdate
@@ -3296,7 +3296,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3296
3296
  };
3297
3297
  },
3298
3298
  /**
3299
- *
3299
+ * Emails Create
3300
3300
  * @summary Emails Create
3301
3301
  * @param {string} contactId
3302
3302
  * @param {EmailCreate} emailCreate
@@ -3326,7 +3326,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3326
3326
  };
3327
3327
  },
3328
3328
  /**
3329
- *
3329
+ * Emails Delete
3330
3330
  * @summary Emails Delete
3331
3331
  * @param {string} emailId
3332
3332
  * @param {*} [options] Override http request option.
@@ -3352,7 +3352,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3352
3352
  };
3353
3353
  },
3354
3354
  /**
3355
- *
3355
+ * Emails Update
3356
3356
  * @summary Emails Update
3357
3357
  * @param {string} emailId
3358
3358
  * @param {EmailUpdate} emailUpdate
@@ -3410,7 +3410,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3410
3410
  };
3411
3411
  },
3412
3412
  /**
3413
- *
3413
+ * Listings Get
3414
3414
  * @summary Listings Get
3415
3415
  * @param {string} listingId
3416
3416
  * @param {*} [options] Override http request option.
@@ -3436,7 +3436,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3436
3436
  };
3437
3437
  },
3438
3438
  /**
3439
- *
3439
+ * Listings List
3440
3440
  * @summary Listings List
3441
3441
  * @param {string | null} [searchString]
3442
3442
  * @param {string | null} [contactId]
@@ -3488,13 +3488,13 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3488
3488
  };
3489
3489
  },
3490
3490
  /**
3491
- *
3492
- * @summary Managed_phone_numbers List
3491
+ * ManagedPhoneNumbers List
3492
+ * @summary ManagedPhoneNumbers List
3493
3493
  * @param {*} [options] Override http request option.
3494
3494
  * @throws {RequiredError}
3495
3495
  */
3496
3496
  managedPhoneNumbersList: async (options = {}) => {
3497
- const localVarPath = `/managed_phone_numbers`;
3497
+ const localVarPath = `/managedPhoneNumbers`;
3498
3498
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3499
3499
  let baseOptions;
3500
3500
  if (configuration) {
@@ -3512,7 +3512,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3512
3512
  };
3513
3513
  },
3514
3514
  /**
3515
- *
3515
+ * Messages Create
3516
3516
  * @summary Messages Create
3517
3517
  * @param {string} conversationId
3518
3518
  * @param {MessageCreate} messageCreate
@@ -3542,7 +3542,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3542
3542
  };
3543
3543
  },
3544
3544
  /**
3545
- *
3545
+ * Messages Get
3546
3546
  * @summary Messages Get
3547
3547
  * @param {string} messageId
3548
3548
  * @param {*} [options] Override http request option.
@@ -3568,7 +3568,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3568
3568
  };
3569
3569
  },
3570
3570
  /**
3571
- *
3571
+ * Messages List
3572
3572
  * @summary Messages List
3573
3573
  * @param {string | null} [searchString]
3574
3574
  * @param {string | null} [contactId]
@@ -3624,8 +3624,8 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3624
3624
  };
3625
3625
  },
3626
3626
  /**
3627
- *
3628
- * @summary Phone_numbers Create
3627
+ * PhoneNumbers Create
3628
+ * @summary PhoneNumbers Create
3629
3629
  * @param {string} contactId
3630
3630
  * @param {PhoneNumberCreate} phoneNumberCreate
3631
3631
  * @param {*} [options] Override http request option.
@@ -3634,7 +3634,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3634
3634
  phoneNumbersCreate: async (contactId, phoneNumberCreate, options = {}) => {
3635
3635
  assertParamExists("phoneNumbersCreate", "contactId", contactId);
3636
3636
  assertParamExists("phoneNumbersCreate", "phoneNumberCreate", phoneNumberCreate);
3637
- const localVarPath = `/contacts/{contactId}/phone_numbers`.replace(`{${"contactId"}}`, encodeURIComponent(String(contactId)));
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;
3640
3640
  if (configuration) {
@@ -3654,15 +3654,15 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3654
3654
  };
3655
3655
  },
3656
3656
  /**
3657
- *
3658
- * @summary Phone_numbers Delete
3657
+ * PhoneNumbers Delete
3658
+ * @summary PhoneNumbers Delete
3659
3659
  * @param {string} phoneNumberId
3660
3660
  * @param {*} [options] Override http request option.
3661
3661
  * @throws {RequiredError}
3662
3662
  */
3663
3663
  phoneNumbersDelete: async (phoneNumberId, options = {}) => {
3664
3664
  assertParamExists("phoneNumbersDelete", "phoneNumberId", phoneNumberId);
3665
- const localVarPath = `/phone_numbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
3665
+ const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
3666
3666
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3667
3667
  let baseOptions;
3668
3668
  if (configuration) {
@@ -3680,8 +3680,8 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3680
3680
  };
3681
3681
  },
3682
3682
  /**
3683
- *
3684
- * @summary Phone_numbers Update
3683
+ * PhoneNumbers Update
3684
+ * @summary PhoneNumbers Update
3685
3685
  * @param {string} phoneNumberId
3686
3686
  * @param {PhoneNumberUpdate} phoneNumberUpdate
3687
3687
  * @param {*} [options] Override http request option.
@@ -3690,7 +3690,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3690
3690
  phoneNumbersUpdate: async (phoneNumberId, phoneNumberUpdate, options = {}) => {
3691
3691
  assertParamExists("phoneNumbersUpdate", "phoneNumberId", phoneNumberId);
3692
3692
  assertParamExists("phoneNumbersUpdate", "phoneNumberUpdate", phoneNumberUpdate);
3693
- const localVarPath = `/phone_numbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
3693
+ const localVarPath = `/phoneNumbers/{phoneNumberId}`.replace(`{${"phoneNumberId"}}`, encodeURIComponent(String(phoneNumberId)));
3694
3694
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3695
3695
  let baseOptions;
3696
3696
  if (configuration) {
@@ -3710,7 +3710,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3710
3710
  };
3711
3711
  },
3712
3712
  /**
3713
- *
3713
+ * Providers Create
3714
3714
  * @summary Providers Create
3715
3715
  * @param {ProviderCreate} providerCreate
3716
3716
  * @param {*} [options] Override http request option.
@@ -3738,7 +3738,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3738
3738
  };
3739
3739
  },
3740
3740
  /**
3741
- *
3741
+ * Providers Get
3742
3742
  * @summary Providers Get
3743
3743
  * @param {string} providerId
3744
3744
  * @param {*} [options] Override http request option.
@@ -3764,7 +3764,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3764
3764
  };
3765
3765
  },
3766
3766
  /**
3767
- *
3767
+ * Providers List
3768
3768
  * @summary Providers List
3769
3769
  * @param {*} [options] Override http request option.
3770
3770
  * @throws {RequiredError}
@@ -3788,7 +3788,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3788
3788
  };
3789
3789
  },
3790
3790
  /**
3791
- *
3791
+ * Providers Update
3792
3792
  * @summary Providers Update
3793
3793
  * @param {string} providerId
3794
3794
  * @param {ProviderUpdate} providerUpdate
@@ -3818,7 +3818,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3818
3818
  };
3819
3819
  },
3820
3820
  /**
3821
- *
3821
+ * Reservations Get
3822
3822
  * @summary Reservations Get
3823
3823
  * @param {string} reservationId
3824
3824
  * @param {*} [options] Override http request option.
@@ -3844,7 +3844,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
3844
3844
  };
3845
3845
  },
3846
3846
  /**
3847
- *
3847
+ * Reservations List
3848
3848
  * @summary Reservations List
3849
3849
  * @param {string | null} [searchString]
3850
3850
  * @param {string | null} [contactId]
@@ -3930,7 +3930,7 @@ var UnboundApiFp = function(configuration) {
3930
3930
  const localVarAxiosParamCreator = UnboundApiAxiosParamCreator(configuration);
3931
3931
  return {
3932
3932
  /**
3933
- *
3933
+ * Accounts List
3934
3934
  * @summary Accounts List
3935
3935
  * @param {*} [options] Override http request option.
3936
3936
  * @throws {RequiredError}
@@ -3942,7 +3942,7 @@ var UnboundApiFp = function(configuration) {
3942
3942
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3943
3943
  },
3944
3944
  /**
3945
- *
3945
+ * Addresses Create
3946
3946
  * @summary Addresses Create
3947
3947
  * @param {string} contactId
3948
3948
  * @param {AddressCreate} addressCreate
@@ -3956,7 +3956,7 @@ var UnboundApiFp = function(configuration) {
3956
3956
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3957
3957
  },
3958
3958
  /**
3959
- *
3959
+ * Addresses Delete
3960
3960
  * @summary Addresses Delete
3961
3961
  * @param {string} addressId
3962
3962
  * @param {*} [options] Override http request option.
@@ -3969,7 +3969,7 @@ var UnboundApiFp = function(configuration) {
3969
3969
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3970
3970
  },
3971
3971
  /**
3972
- *
3972
+ * Addresses Update
3973
3973
  * @summary Addresses Update
3974
3974
  * @param {string} addressId
3975
3975
  * @param {AddressUpdate} addressUpdate
@@ -3998,20 +3998,20 @@ var UnboundApiFp = function(configuration) {
3998
3998
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3999
3999
  },
4000
4000
  /**
4001
- *
4001
+ * Contacts Create
4002
4002
  * @summary Contacts Create
4003
- * @param {ContactCreate} contactCreate
4003
+ * @param {Contactcreate} contactcreate
4004
4004
  * @param {*} [options] Override http request option.
4005
4005
  * @throws {RequiredError}
4006
4006
  */
4007
- async contactsCreate(contactCreate, options) {
4008
- const localVarAxiosArgs = await localVarAxiosParamCreator.contactsCreate(contactCreate, options);
4007
+ async contactsCreate(contactcreate, options) {
4008
+ const localVarAxiosArgs = await localVarAxiosParamCreator.contactsCreate(contactcreate, options);
4009
4009
  const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _166 => _166.serverIndex]), () => ( 0));
4010
4010
  const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _167 => _167["UnboundApi.contactsCreate"], 'optionalAccess', _168 => _168[localVarOperationServerIndex], 'optionalAccess', _169 => _169.url]);
4011
4011
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4012
4012
  },
4013
4013
  /**
4014
- *
4014
+ * Contacts Delete
4015
4015
  * @summary Contacts Delete
4016
4016
  * @param {string} contactId
4017
4017
  * @param {*} [options] Override http request option.
@@ -4024,7 +4024,7 @@ var UnboundApiFp = function(configuration) {
4024
4024
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4025
4025
  },
4026
4026
  /**
4027
- *
4027
+ * Contacts Get
4028
4028
  * @summary Contacts Get
4029
4029
  * @param {string} contactId
4030
4030
  * @param {*} [options] Override http request option.
@@ -4037,7 +4037,7 @@ var UnboundApiFp = function(configuration) {
4037
4037
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4038
4038
  },
4039
4039
  /**
4040
- *
4040
+ * Contacts List
4041
4041
  * @summary Contacts List
4042
4042
  * @param {string | null} [searchString]
4043
4043
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -4070,7 +4070,7 @@ var UnboundApiFp = function(configuration) {
4070
4070
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4071
4071
  },
4072
4072
  /**
4073
- *
4073
+ * Contacts Update
4074
4074
  * @summary Contacts Update
4075
4075
  * @param {string} contactId
4076
4076
  * @param {ContactUpdate} contactUpdate
@@ -4099,7 +4099,7 @@ var UnboundApiFp = function(configuration) {
4099
4099
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4100
4100
  },
4101
4101
  /**
4102
- *
4102
+ * Conversations Create
4103
4103
  * @summary Conversations Create
4104
4104
  * @param {ConversationCreate} conversationCreate
4105
4105
  * @param {*} [options] Override http request option.
@@ -4112,7 +4112,7 @@ var UnboundApiFp = function(configuration) {
4112
4112
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4113
4113
  },
4114
4114
  /**
4115
- *
4115
+ * Conversations Get
4116
4116
  * @summary Conversations Get
4117
4117
  * @param {string} conversationId
4118
4118
  * @param {*} [options] Override http request option.
@@ -4144,7 +4144,7 @@ var UnboundApiFp = function(configuration) {
4144
4144
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4145
4145
  },
4146
4146
  /**
4147
- *
4147
+ * Conversations Update
4148
4148
  * @summary Conversations Update
4149
4149
  * @param {string} conversationId
4150
4150
  * @param {ConversationUpdate} conversationUpdate
@@ -4158,7 +4158,7 @@ var UnboundApiFp = function(configuration) {
4158
4158
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4159
4159
  },
4160
4160
  /**
4161
- *
4161
+ * Emails Create
4162
4162
  * @summary Emails Create
4163
4163
  * @param {string} contactId
4164
4164
  * @param {EmailCreate} emailCreate
@@ -4172,7 +4172,7 @@ var UnboundApiFp = function(configuration) {
4172
4172
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4173
4173
  },
4174
4174
  /**
4175
- *
4175
+ * Emails Delete
4176
4176
  * @summary Emails Delete
4177
4177
  * @param {string} emailId
4178
4178
  * @param {*} [options] Override http request option.
@@ -4185,7 +4185,7 @@ var UnboundApiFp = function(configuration) {
4185
4185
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4186
4186
  },
4187
4187
  /**
4188
- *
4188
+ * Emails Update
4189
4189
  * @summary Emails Update
4190
4190
  * @param {string} emailId
4191
4191
  * @param {EmailUpdate} emailUpdate
@@ -4212,7 +4212,7 @@ var UnboundApiFp = function(configuration) {
4212
4212
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4213
4213
  },
4214
4214
  /**
4215
- *
4215
+ * Listings Get
4216
4216
  * @summary Listings Get
4217
4217
  * @param {string} listingId
4218
4218
  * @param {*} [options] Override http request option.
@@ -4225,7 +4225,7 @@ var UnboundApiFp = function(configuration) {
4225
4225
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4226
4226
  },
4227
4227
  /**
4228
- *
4228
+ * Listings List
4229
4229
  * @summary Listings List
4230
4230
  * @param {string | null} [searchString]
4231
4231
  * @param {string | null} [contactId]
@@ -4244,8 +4244,8 @@ var UnboundApiFp = function(configuration) {
4244
4244
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4245
4245
  },
4246
4246
  /**
4247
- *
4248
- * @summary Managed_phone_numbers List
4247
+ * ManagedPhoneNumbers List
4248
+ * @summary ManagedPhoneNumbers List
4249
4249
  * @param {*} [options] Override http request option.
4250
4250
  * @throws {RequiredError}
4251
4251
  */
@@ -4256,7 +4256,7 @@ var UnboundApiFp = function(configuration) {
4256
4256
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4257
4257
  },
4258
4258
  /**
4259
- *
4259
+ * Messages Create
4260
4260
  * @summary Messages Create
4261
4261
  * @param {string} conversationId
4262
4262
  * @param {MessageCreate} messageCreate
@@ -4270,7 +4270,7 @@ var UnboundApiFp = function(configuration) {
4270
4270
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4271
4271
  },
4272
4272
  /**
4273
- *
4273
+ * Messages Get
4274
4274
  * @summary Messages Get
4275
4275
  * @param {string} messageId
4276
4276
  * @param {*} [options] Override http request option.
@@ -4283,7 +4283,7 @@ var UnboundApiFp = function(configuration) {
4283
4283
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4284
4284
  },
4285
4285
  /**
4286
- *
4286
+ * Messages List
4287
4287
  * @summary Messages List
4288
4288
  * @param {string | null} [searchString]
4289
4289
  * @param {string | null} [contactId]
@@ -4303,8 +4303,8 @@ var UnboundApiFp = function(configuration) {
4303
4303
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4304
4304
  },
4305
4305
  /**
4306
- *
4307
- * @summary Phone_numbers Create
4306
+ * PhoneNumbers Create
4307
+ * @summary PhoneNumbers Create
4308
4308
  * @param {string} contactId
4309
4309
  * @param {PhoneNumberCreate} phoneNumberCreate
4310
4310
  * @param {*} [options] Override http request option.
@@ -4317,8 +4317,8 @@ var UnboundApiFp = function(configuration) {
4317
4317
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4318
4318
  },
4319
4319
  /**
4320
- *
4321
- * @summary Phone_numbers Delete
4320
+ * PhoneNumbers Delete
4321
+ * @summary PhoneNumbers Delete
4322
4322
  * @param {string} phoneNumberId
4323
4323
  * @param {*} [options] Override http request option.
4324
4324
  * @throws {RequiredError}
@@ -4330,8 +4330,8 @@ var UnboundApiFp = function(configuration) {
4330
4330
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4331
4331
  },
4332
4332
  /**
4333
- *
4334
- * @summary Phone_numbers Update
4333
+ * PhoneNumbers Update
4334
+ * @summary PhoneNumbers Update
4335
4335
  * @param {string} phoneNumberId
4336
4336
  * @param {PhoneNumberUpdate} phoneNumberUpdate
4337
4337
  * @param {*} [options] Override http request option.
@@ -4344,7 +4344,7 @@ var UnboundApiFp = function(configuration) {
4344
4344
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4345
4345
  },
4346
4346
  /**
4347
- *
4347
+ * Providers Create
4348
4348
  * @summary Providers Create
4349
4349
  * @param {ProviderCreate} providerCreate
4350
4350
  * @param {*} [options] Override http request option.
@@ -4357,7 +4357,7 @@ var UnboundApiFp = function(configuration) {
4357
4357
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4358
4358
  },
4359
4359
  /**
4360
- *
4360
+ * Providers Get
4361
4361
  * @summary Providers Get
4362
4362
  * @param {string} providerId
4363
4363
  * @param {*} [options] Override http request option.
@@ -4370,7 +4370,7 @@ var UnboundApiFp = function(configuration) {
4370
4370
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4371
4371
  },
4372
4372
  /**
4373
- *
4373
+ * Providers List
4374
4374
  * @summary Providers List
4375
4375
  * @param {*} [options] Override http request option.
4376
4376
  * @throws {RequiredError}
@@ -4382,7 +4382,7 @@ var UnboundApiFp = function(configuration) {
4382
4382
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4383
4383
  },
4384
4384
  /**
4385
- *
4385
+ * Providers Update
4386
4386
  * @summary Providers Update
4387
4387
  * @param {string} providerId
4388
4388
  * @param {ProviderUpdate} providerUpdate
@@ -4396,7 +4396,7 @@ var UnboundApiFp = function(configuration) {
4396
4396
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4397
4397
  },
4398
4398
  /**
4399
- *
4399
+ * Reservations Get
4400
4400
  * @summary Reservations Get
4401
4401
  * @param {string} reservationId
4402
4402
  * @param {*} [options] Override http request option.
@@ -4409,7 +4409,7 @@ var UnboundApiFp = function(configuration) {
4409
4409
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4410
4410
  },
4411
4411
  /**
4412
- *
4412
+ * Reservations List
4413
4413
  * @summary Reservations List
4414
4414
  * @param {string | null} [searchString]
4415
4415
  * @param {string | null} [contactId]
@@ -4446,7 +4446,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4446
4446
  const localVarFp = UnboundApiFp(configuration);
4447
4447
  return {
4448
4448
  /**
4449
- *
4449
+ * Accounts List
4450
4450
  * @summary Accounts List
4451
4451
  * @param {*} [options] Override http request option.
4452
4452
  * @throws {RequiredError}
@@ -4455,7 +4455,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4455
4455
  return localVarFp.accountsList(options).then((request) => request(axios, basePath));
4456
4456
  },
4457
4457
  /**
4458
- *
4458
+ * Addresses Create
4459
4459
  * @summary Addresses Create
4460
4460
  * @param {string} contactId
4461
4461
  * @param {AddressCreate} addressCreate
@@ -4466,7 +4466,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4466
4466
  return localVarFp.addressesCreate(contactId, addressCreate, options).then((request) => request(axios, basePath));
4467
4467
  },
4468
4468
  /**
4469
- *
4469
+ * Addresses Delete
4470
4470
  * @summary Addresses Delete
4471
4471
  * @param {string} addressId
4472
4472
  * @param {*} [options] Override http request option.
@@ -4476,7 +4476,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4476
4476
  return localVarFp.addressesDelete(addressId, options).then((request) => request(axios, basePath));
4477
4477
  },
4478
4478
  /**
4479
- *
4479
+ * Addresses Update
4480
4480
  * @summary Addresses Update
4481
4481
  * @param {string} addressId
4482
4482
  * @param {AddressUpdate} addressUpdate
@@ -4499,17 +4499,17 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4499
4499
  return localVarFp.contactsAddListing(contactId, listingId, createContactListing, options).then((request) => request(axios, basePath));
4500
4500
  },
4501
4501
  /**
4502
- *
4502
+ * Contacts Create
4503
4503
  * @summary Contacts Create
4504
- * @param {ContactCreate} contactCreate
4504
+ * @param {Contactcreate} contactcreate
4505
4505
  * @param {*} [options] Override http request option.
4506
4506
  * @throws {RequiredError}
4507
4507
  */
4508
- contactsCreate(contactCreate, options) {
4509
- return localVarFp.contactsCreate(contactCreate, options).then((request) => request(axios, basePath));
4508
+ contactsCreate(contactcreate, options) {
4509
+ return localVarFp.contactsCreate(contactcreate, options).then((request) => request(axios, basePath));
4510
4510
  },
4511
4511
  /**
4512
- *
4512
+ * Contacts Delete
4513
4513
  * @summary Contacts Delete
4514
4514
  * @param {string} contactId
4515
4515
  * @param {*} [options] Override http request option.
@@ -4519,7 +4519,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4519
4519
  return localVarFp.contactsDelete(contactId, options).then((request) => request(axios, basePath));
4520
4520
  },
4521
4521
  /**
4522
- *
4522
+ * Contacts Get
4523
4523
  * @summary Contacts Get
4524
4524
  * @param {string} contactId
4525
4525
  * @param {*} [options] Override http request option.
@@ -4529,7 +4529,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4529
4529
  return localVarFp.contactsGet(contactId, options).then((request) => request(axios, basePath));
4530
4530
  },
4531
4531
  /**
4532
- *
4532
+ * Contacts List
4533
4533
  * @summary Contacts List
4534
4534
  * @param {string | null} [searchString]
4535
4535
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -4556,7 +4556,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4556
4556
  return localVarFp.contactsRemoveListing(contactId, listingId, deleteContactListing, options).then((request) => request(axios, basePath));
4557
4557
  },
4558
4558
  /**
4559
- *
4559
+ * Contacts Update
4560
4560
  * @summary Contacts Update
4561
4561
  * @param {string} contactId
4562
4562
  * @param {ContactUpdate} contactUpdate
@@ -4579,7 +4579,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4579
4579
  return localVarFp.contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(axios, basePath));
4580
4580
  },
4581
4581
  /**
4582
- *
4582
+ * Conversations Create
4583
4583
  * @summary Conversations Create
4584
4584
  * @param {ConversationCreate} conversationCreate
4585
4585
  * @param {*} [options] Override http request option.
@@ -4589,7 +4589,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4589
4589
  return localVarFp.conversationsCreate(conversationCreate, options).then((request) => request(axios, basePath));
4590
4590
  },
4591
4591
  /**
4592
- *
4592
+ * Conversations Get
4593
4593
  * @summary Conversations Get
4594
4594
  * @param {string} conversationId
4595
4595
  * @param {*} [options] Override http request option.
@@ -4615,7 +4615,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4615
4615
  return localVarFp.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
4616
4616
  },
4617
4617
  /**
4618
- *
4618
+ * Conversations Update
4619
4619
  * @summary Conversations Update
4620
4620
  * @param {string} conversationId
4621
4621
  * @param {ConversationUpdate} conversationUpdate
@@ -4626,7 +4626,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4626
4626
  return localVarFp.conversationsUpdate(conversationId, conversationUpdate, 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
4632
  * @param {EmailCreate} emailCreate
@@ -4637,7 +4637,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4637
4637
  return localVarFp.emailsCreate(contactId, emailCreate, options).then((request) => request(axios, basePath));
4638
4638
  },
4639
4639
  /**
4640
- *
4640
+ * Emails Delete
4641
4641
  * @summary Emails Delete
4642
4642
  * @param {string} emailId
4643
4643
  * @param {*} [options] Override http request option.
@@ -4647,7 +4647,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4647
4647
  return localVarFp.emailsDelete(emailId, options).then((request) => request(axios, basePath));
4648
4648
  },
4649
4649
  /**
4650
- *
4650
+ * Emails Update
4651
4651
  * @summary Emails Update
4652
4652
  * @param {string} emailId
4653
4653
  * @param {EmailUpdate} emailUpdate
@@ -4668,7 +4668,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4668
4668
  return localVarFp.inquiriesList(contactId, options).then((request) => request(axios, basePath));
4669
4669
  },
4670
4670
  /**
4671
- *
4671
+ * Listings Get
4672
4672
  * @summary Listings Get
4673
4673
  * @param {string} listingId
4674
4674
  * @param {*} [options] Override http request option.
@@ -4678,7 +4678,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4678
4678
  return localVarFp.listingsGet(listingId, options).then((request) => request(axios, basePath));
4679
4679
  },
4680
4680
  /**
4681
- *
4681
+ * Listings List
4682
4682
  * @summary Listings List
4683
4683
  * @param {string | null} [searchString]
4684
4684
  * @param {string | null} [contactId]
@@ -4694,8 +4694,8 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4694
4694
  return localVarFp.listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
4695
4695
  },
4696
4696
  /**
4697
- *
4698
- * @summary Managed_phone_numbers List
4697
+ * ManagedPhoneNumbers List
4698
+ * @summary ManagedPhoneNumbers List
4699
4699
  * @param {*} [options] Override http request option.
4700
4700
  * @throws {RequiredError}
4701
4701
  */
@@ -4703,7 +4703,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4703
4703
  return localVarFp.managedPhoneNumbersList(options).then((request) => request(axios, basePath));
4704
4704
  },
4705
4705
  /**
4706
- *
4706
+ * Messages Create
4707
4707
  * @summary Messages Create
4708
4708
  * @param {string} conversationId
4709
4709
  * @param {MessageCreate} messageCreate
@@ -4714,7 +4714,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4714
4714
  return localVarFp.messagesCreate(conversationId, messageCreate, options).then((request) => request(axios, basePath));
4715
4715
  },
4716
4716
  /**
4717
- *
4717
+ * Messages Get
4718
4718
  * @summary Messages Get
4719
4719
  * @param {string} messageId
4720
4720
  * @param {*} [options] Override http request option.
@@ -4724,7 +4724,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4724
4724
  return localVarFp.messagesGet(messageId, options).then((request) => request(axios, basePath));
4725
4725
  },
4726
4726
  /**
4727
- *
4727
+ * Messages List
4728
4728
  * @summary Messages List
4729
4729
  * @param {string | null} [searchString]
4730
4730
  * @param {string | null} [contactId]
@@ -4741,8 +4741,8 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4741
4741
  return localVarFp.messagesList(searchString, contactId, conversationId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
4742
4742
  },
4743
4743
  /**
4744
- *
4745
- * @summary Phone_numbers Create
4744
+ * PhoneNumbers Create
4745
+ * @summary PhoneNumbers Create
4746
4746
  * @param {string} contactId
4747
4747
  * @param {PhoneNumberCreate} phoneNumberCreate
4748
4748
  * @param {*} [options] Override http request option.
@@ -4752,8 +4752,8 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4752
4752
  return localVarFp.phoneNumbersCreate(contactId, phoneNumberCreate, options).then((request) => request(axios, basePath));
4753
4753
  },
4754
4754
  /**
4755
- *
4756
- * @summary Phone_numbers Delete
4755
+ * PhoneNumbers Delete
4756
+ * @summary PhoneNumbers Delete
4757
4757
  * @param {string} phoneNumberId
4758
4758
  * @param {*} [options] Override http request option.
4759
4759
  * @throws {RequiredError}
@@ -4762,8 +4762,8 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4762
4762
  return localVarFp.phoneNumbersDelete(phoneNumberId, options).then((request) => request(axios, basePath));
4763
4763
  },
4764
4764
  /**
4765
- *
4766
- * @summary Phone_numbers Update
4765
+ * PhoneNumbers Update
4766
+ * @summary PhoneNumbers Update
4767
4767
  * @param {string} phoneNumberId
4768
4768
  * @param {PhoneNumberUpdate} phoneNumberUpdate
4769
4769
  * @param {*} [options] Override http request option.
@@ -4773,7 +4773,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4773
4773
  return localVarFp.phoneNumbersUpdate(phoneNumberId, phoneNumberUpdate, options).then((request) => request(axios, basePath));
4774
4774
  },
4775
4775
  /**
4776
- *
4776
+ * Providers Create
4777
4777
  * @summary Providers Create
4778
4778
  * @param {ProviderCreate} providerCreate
4779
4779
  * @param {*} [options] Override http request option.
@@ -4783,7 +4783,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4783
4783
  return localVarFp.providersCreate(providerCreate, options).then((request) => request(axios, basePath));
4784
4784
  },
4785
4785
  /**
4786
- *
4786
+ * Providers Get
4787
4787
  * @summary Providers Get
4788
4788
  * @param {string} providerId
4789
4789
  * @param {*} [options] Override http request option.
@@ -4793,7 +4793,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4793
4793
  return localVarFp.providersGet(providerId, options).then((request) => request(axios, basePath));
4794
4794
  },
4795
4795
  /**
4796
- *
4796
+ * Providers List
4797
4797
  * @summary Providers List
4798
4798
  * @param {*} [options] Override http request option.
4799
4799
  * @throws {RequiredError}
@@ -4802,7 +4802,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4802
4802
  return localVarFp.providersList(options).then((request) => request(axios, basePath));
4803
4803
  },
4804
4804
  /**
4805
- *
4805
+ * Providers Update
4806
4806
  * @summary Providers Update
4807
4807
  * @param {string} providerId
4808
4808
  * @param {ProviderUpdate} providerUpdate
@@ -4813,7 +4813,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4813
4813
  return localVarFp.providersUpdate(providerId, providerUpdate, options).then((request) => request(axios, basePath));
4814
4814
  },
4815
4815
  /**
4816
- *
4816
+ * Reservations Get
4817
4817
  * @summary Reservations Get
4818
4818
  * @param {string} reservationId
4819
4819
  * @param {*} [options] Override http request option.
@@ -4823,7 +4823,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4823
4823
  return localVarFp.reservationsGet(reservationId, options).then((request) => request(axios, basePath));
4824
4824
  },
4825
4825
  /**
4826
- *
4826
+ * Reservations List
4827
4827
  * @summary Reservations List
4828
4828
  * @param {string | null} [searchString]
4829
4829
  * @param {string | null} [contactId]
@@ -4852,7 +4852,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
4852
4852
  };
4853
4853
  var UnboundApi = class extends BaseAPI {
4854
4854
  /**
4855
- *
4855
+ * Accounts List
4856
4856
  * @summary Accounts List
4857
4857
  * @param {*} [options] Override http request option.
4858
4858
  * @throws {RequiredError}
@@ -4862,7 +4862,7 @@ var UnboundApi = class extends BaseAPI {
4862
4862
  return UnboundApiFp(this.configuration).accountsList(options).then((request) => request(this.axios, this.basePath));
4863
4863
  }
4864
4864
  /**
4865
- *
4865
+ * Addresses Create
4866
4866
  * @summary Addresses Create
4867
4867
  * @param {string} contactId
4868
4868
  * @param {AddressCreate} addressCreate
@@ -4874,7 +4874,7 @@ var UnboundApi = class extends BaseAPI {
4874
4874
  return UnboundApiFp(this.configuration).addressesCreate(contactId, addressCreate, options).then((request) => request(this.axios, this.basePath));
4875
4875
  }
4876
4876
  /**
4877
- *
4877
+ * Addresses Delete
4878
4878
  * @summary Addresses Delete
4879
4879
  * @param {string} addressId
4880
4880
  * @param {*} [options] Override http request option.
@@ -4885,7 +4885,7 @@ var UnboundApi = class extends BaseAPI {
4885
4885
  return UnboundApiFp(this.configuration).addressesDelete(addressId, options).then((request) => request(this.axios, this.basePath));
4886
4886
  }
4887
4887
  /**
4888
- *
4888
+ * Addresses Update
4889
4889
  * @summary Addresses Update
4890
4890
  * @param {string} addressId
4891
4891
  * @param {AddressUpdate} addressUpdate
@@ -4910,18 +4910,18 @@ var UnboundApi = class extends BaseAPI {
4910
4910
  return UnboundApiFp(this.configuration).contactsAddListing(contactId, listingId, createContactListing, options).then((request) => request(this.axios, this.basePath));
4911
4911
  }
4912
4912
  /**
4913
- *
4913
+ * Contacts Create
4914
4914
  * @summary Contacts Create
4915
- * @param {ContactCreate} contactCreate
4915
+ * @param {Contactcreate} contactcreate
4916
4916
  * @param {*} [options] Override http request option.
4917
4917
  * @throws {RequiredError}
4918
4918
  * @memberof UnboundApi
4919
4919
  */
4920
- contactsCreate(contactCreate, options) {
4921
- return UnboundApiFp(this.configuration).contactsCreate(contactCreate, options).then((request) => request(this.axios, this.basePath));
4920
+ contactsCreate(contactcreate, options) {
4921
+ return UnboundApiFp(this.configuration).contactsCreate(contactcreate, options).then((request) => request(this.axios, this.basePath));
4922
4922
  }
4923
4923
  /**
4924
- *
4924
+ * Contacts Delete
4925
4925
  * @summary Contacts Delete
4926
4926
  * @param {string} contactId
4927
4927
  * @param {*} [options] Override http request option.
@@ -4932,7 +4932,7 @@ var UnboundApi = class extends BaseAPI {
4932
4932
  return UnboundApiFp(this.configuration).contactsDelete(contactId, options).then((request) => request(this.axios, this.basePath));
4933
4933
  }
4934
4934
  /**
4935
- *
4935
+ * Contacts Get
4936
4936
  * @summary Contacts Get
4937
4937
  * @param {string} contactId
4938
4938
  * @param {*} [options] Override http request option.
@@ -4943,7 +4943,7 @@ var UnboundApi = class extends BaseAPI {
4943
4943
  return UnboundApiFp(this.configuration).contactsGet(contactId, options).then((request) => request(this.axios, this.basePath));
4944
4944
  }
4945
4945
  /**
4946
- *
4946
+ * Contacts List
4947
4947
  * @summary Contacts List
4948
4948
  * @param {string | null} [searchString]
4949
4949
  * @param {string | null} [cursor] Cursor for keyset paging
@@ -4972,7 +4972,7 @@ var UnboundApi = class extends BaseAPI {
4972
4972
  return UnboundApiFp(this.configuration).contactsRemoveListing(contactId, listingId, deleteContactListing, options).then((request) => request(this.axios, this.basePath));
4973
4973
  }
4974
4974
  /**
4975
- *
4975
+ * Contacts Update
4976
4976
  * @summary Contacts Update
4977
4977
  * @param {string} contactId
4978
4978
  * @param {ContactUpdate} contactUpdate
@@ -4997,7 +4997,7 @@ var UnboundApi = class extends BaseAPI {
4997
4997
  return UnboundApiFp(this.configuration).contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(this.axios, this.basePath));
4998
4998
  }
4999
4999
  /**
5000
- *
5000
+ * Conversations Create
5001
5001
  * @summary Conversations Create
5002
5002
  * @param {ConversationCreate} conversationCreate
5003
5003
  * @param {*} [options] Override http request option.
@@ -5008,7 +5008,7 @@ var UnboundApi = class extends BaseAPI {
5008
5008
  return UnboundApiFp(this.configuration).conversationsCreate(conversationCreate, options).then((request) => request(this.axios, this.basePath));
5009
5009
  }
5010
5010
  /**
5011
- *
5011
+ * Conversations Get
5012
5012
  * @summary Conversations Get
5013
5013
  * @param {string} conversationId
5014
5014
  * @param {*} [options] Override http request option.
@@ -5036,7 +5036,7 @@ var UnboundApi = class extends BaseAPI {
5036
5036
  return UnboundApiFp(this.configuration).conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
5037
5037
  }
5038
5038
  /**
5039
- *
5039
+ * Conversations Update
5040
5040
  * @summary Conversations Update
5041
5041
  * @param {string} conversationId
5042
5042
  * @param {ConversationUpdate} conversationUpdate
@@ -5048,7 +5048,7 @@ var UnboundApi = class extends BaseAPI {
5048
5048
  return UnboundApiFp(this.configuration).conversationsUpdate(conversationId, conversationUpdate, 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
5054
  * @param {EmailCreate} emailCreate
@@ -5060,7 +5060,7 @@ var UnboundApi = class extends BaseAPI {
5060
5060
  return UnboundApiFp(this.configuration).emailsCreate(contactId, emailCreate, options).then((request) => request(this.axios, this.basePath));
5061
5061
  }
5062
5062
  /**
5063
- *
5063
+ * Emails Delete
5064
5064
  * @summary Emails Delete
5065
5065
  * @param {string} emailId
5066
5066
  * @param {*} [options] Override http request option.
@@ -5071,7 +5071,7 @@ var UnboundApi = class extends BaseAPI {
5071
5071
  return UnboundApiFp(this.configuration).emailsDelete(emailId, options).then((request) => request(this.axios, this.basePath));
5072
5072
  }
5073
5073
  /**
5074
- *
5074
+ * Emails Update
5075
5075
  * @summary Emails Update
5076
5076
  * @param {string} emailId
5077
5077
  * @param {EmailUpdate} emailUpdate
@@ -5094,7 +5094,7 @@ var UnboundApi = class extends BaseAPI {
5094
5094
  return UnboundApiFp(this.configuration).inquiriesList(contactId, options).then((request) => request(this.axios, this.basePath));
5095
5095
  }
5096
5096
  /**
5097
- *
5097
+ * Listings Get
5098
5098
  * @summary Listings Get
5099
5099
  * @param {string} listingId
5100
5100
  * @param {*} [options] Override http request option.
@@ -5105,7 +5105,7 @@ var UnboundApi = class extends BaseAPI {
5105
5105
  return UnboundApiFp(this.configuration).listingsGet(listingId, options).then((request) => request(this.axios, this.basePath));
5106
5106
  }
5107
5107
  /**
5108
- *
5108
+ * Listings List
5109
5109
  * @summary Listings List
5110
5110
  * @param {string | null} [searchString]
5111
5111
  * @param {string | null} [contactId]
@@ -5122,8 +5122,8 @@ var UnboundApi = class extends BaseAPI {
5122
5122
  return UnboundApiFp(this.configuration).listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
5123
5123
  }
5124
5124
  /**
5125
- *
5126
- * @summary Managed_phone_numbers List
5125
+ * ManagedPhoneNumbers List
5126
+ * @summary ManagedPhoneNumbers List
5127
5127
  * @param {*} [options] Override http request option.
5128
5128
  * @throws {RequiredError}
5129
5129
  * @memberof UnboundApi
@@ -5132,7 +5132,7 @@ var UnboundApi = class extends BaseAPI {
5132
5132
  return UnboundApiFp(this.configuration).managedPhoneNumbersList(options).then((request) => request(this.axios, this.basePath));
5133
5133
  }
5134
5134
  /**
5135
- *
5135
+ * Messages Create
5136
5136
  * @summary Messages Create
5137
5137
  * @param {string} conversationId
5138
5138
  * @param {MessageCreate} messageCreate
@@ -5144,7 +5144,7 @@ var UnboundApi = class extends BaseAPI {
5144
5144
  return UnboundApiFp(this.configuration).messagesCreate(conversationId, messageCreate, options).then((request) => request(this.axios, this.basePath));
5145
5145
  }
5146
5146
  /**
5147
- *
5147
+ * Messages Get
5148
5148
  * @summary Messages Get
5149
5149
  * @param {string} messageId
5150
5150
  * @param {*} [options] Override http request option.
@@ -5155,7 +5155,7 @@ var UnboundApi = class extends BaseAPI {
5155
5155
  return UnboundApiFp(this.configuration).messagesGet(messageId, options).then((request) => request(this.axios, this.basePath));
5156
5156
  }
5157
5157
  /**
5158
- *
5158
+ * Messages List
5159
5159
  * @summary Messages List
5160
5160
  * @param {string | null} [searchString]
5161
5161
  * @param {string | null} [contactId]
@@ -5173,8 +5173,8 @@ var UnboundApi = class extends BaseAPI {
5173
5173
  return UnboundApiFp(this.configuration).messagesList(searchString, contactId, conversationId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
5174
5174
  }
5175
5175
  /**
5176
- *
5177
- * @summary Phone_numbers Create
5176
+ * PhoneNumbers Create
5177
+ * @summary PhoneNumbers Create
5178
5178
  * @param {string} contactId
5179
5179
  * @param {PhoneNumberCreate} phoneNumberCreate
5180
5180
  * @param {*} [options] Override http request option.
@@ -5185,8 +5185,8 @@ var UnboundApi = class extends BaseAPI {
5185
5185
  return UnboundApiFp(this.configuration).phoneNumbersCreate(contactId, phoneNumberCreate, options).then((request) => request(this.axios, this.basePath));
5186
5186
  }
5187
5187
  /**
5188
- *
5189
- * @summary Phone_numbers Delete
5188
+ * PhoneNumbers Delete
5189
+ * @summary PhoneNumbers Delete
5190
5190
  * @param {string} phoneNumberId
5191
5191
  * @param {*} [options] Override http request option.
5192
5192
  * @throws {RequiredError}
@@ -5196,8 +5196,8 @@ var UnboundApi = class extends BaseAPI {
5196
5196
  return UnboundApiFp(this.configuration).phoneNumbersDelete(phoneNumberId, options).then((request) => request(this.axios, this.basePath));
5197
5197
  }
5198
5198
  /**
5199
- *
5200
- * @summary Phone_numbers Update
5199
+ * PhoneNumbers Update
5200
+ * @summary PhoneNumbers Update
5201
5201
  * @param {string} phoneNumberId
5202
5202
  * @param {PhoneNumberUpdate} phoneNumberUpdate
5203
5203
  * @param {*} [options] Override http request option.
@@ -5208,7 +5208,7 @@ var UnboundApi = class extends BaseAPI {
5208
5208
  return UnboundApiFp(this.configuration).phoneNumbersUpdate(phoneNumberId, phoneNumberUpdate, options).then((request) => request(this.axios, this.basePath));
5209
5209
  }
5210
5210
  /**
5211
- *
5211
+ * Providers Create
5212
5212
  * @summary Providers Create
5213
5213
  * @param {ProviderCreate} providerCreate
5214
5214
  * @param {*} [options] Override http request option.
@@ -5219,7 +5219,7 @@ var UnboundApi = class extends BaseAPI {
5219
5219
  return UnboundApiFp(this.configuration).providersCreate(providerCreate, options).then((request) => request(this.axios, this.basePath));
5220
5220
  }
5221
5221
  /**
5222
- *
5222
+ * Providers Get
5223
5223
  * @summary Providers Get
5224
5224
  * @param {string} providerId
5225
5225
  * @param {*} [options] Override http request option.
@@ -5230,7 +5230,7 @@ var UnboundApi = class extends BaseAPI {
5230
5230
  return UnboundApiFp(this.configuration).providersGet(providerId, options).then((request) => request(this.axios, this.basePath));
5231
5231
  }
5232
5232
  /**
5233
- *
5233
+ * Providers List
5234
5234
  * @summary Providers List
5235
5235
  * @param {*} [options] Override http request option.
5236
5236
  * @throws {RequiredError}
@@ -5240,7 +5240,7 @@ var UnboundApi = class extends BaseAPI {
5240
5240
  return UnboundApiFp(this.configuration).providersList(options).then((request) => request(this.axios, this.basePath));
5241
5241
  }
5242
5242
  /**
5243
- *
5243
+ * Providers Update
5244
5244
  * @summary Providers Update
5245
5245
  * @param {string} providerId
5246
5246
  * @param {ProviderUpdate} providerUpdate
@@ -5252,7 +5252,7 @@ var UnboundApi = class extends BaseAPI {
5252
5252
  return UnboundApiFp(this.configuration).providersUpdate(providerId, providerUpdate, options).then((request) => request(this.axios, this.basePath));
5253
5253
  }
5254
5254
  /**
5255
- *
5255
+ * Reservations Get
5256
5256
  * @summary Reservations Get
5257
5257
  * @param {string} reservationId
5258
5258
  * @param {*} [options] Override http request option.
@@ -5263,7 +5263,7 @@ var UnboundApi = class extends BaseAPI {
5263
5263
  return UnboundApiFp(this.configuration).reservationsGet(reservationId, options).then((request) => request(this.axios, this.basePath));
5264
5264
  }
5265
5265
  /**
5266
- *
5266
+ * Reservations List
5267
5267
  * @summary Reservations List
5268
5268
  * @param {string | null} [searchString]
5269
5269
  * @param {string | null} [contactId]
@@ -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.SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum; 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;
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.SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi8ConversationTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi8ConversationTypeEnum; 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