@ember-home/unbound-ts-client 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2378 -502
- package/dist/index.d.ts +2378 -502
- package/dist/index.js +2090 -417
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1802 -129
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ interface AccountsList {
|
|
|
167
167
|
* @type {string}
|
|
168
168
|
* @memberof AccountsList
|
|
169
169
|
*/
|
|
170
|
-
'accountId': string
|
|
170
|
+
'accountId': string;
|
|
171
171
|
/**
|
|
172
172
|
*
|
|
173
173
|
* @type {string}
|
|
@@ -179,13 +179,13 @@ interface AccountsList {
|
|
|
179
179
|
* @type {string}
|
|
180
180
|
* @memberof AccountsList
|
|
181
181
|
*/
|
|
182
|
-
'createdAt'?: string
|
|
182
|
+
'createdAt'?: string;
|
|
183
183
|
/**
|
|
184
184
|
*
|
|
185
185
|
* @type {string}
|
|
186
186
|
* @memberof AccountsList
|
|
187
187
|
*/
|
|
188
|
-
'updatedAt'?: string
|
|
188
|
+
'updatedAt'?: string;
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
191
|
*
|
|
@@ -193,6 +193,18 @@ interface AccountsList {
|
|
|
193
193
|
* @interface AddressApi
|
|
194
194
|
*/
|
|
195
195
|
interface AddressApi {
|
|
196
|
+
/**
|
|
197
|
+
*
|
|
198
|
+
* @type {string}
|
|
199
|
+
* @memberof AddressApi
|
|
200
|
+
*/
|
|
201
|
+
'addressId': string;
|
|
202
|
+
/**
|
|
203
|
+
*
|
|
204
|
+
* @type {string}
|
|
205
|
+
* @memberof AddressApi
|
|
206
|
+
*/
|
|
207
|
+
'deletedAt'?: string | null;
|
|
196
208
|
/**
|
|
197
209
|
*
|
|
198
210
|
* @type {string}
|
|
@@ -229,6 +241,12 @@ interface AddressApi {
|
|
|
229
241
|
* @memberof AddressApi
|
|
230
242
|
*/
|
|
231
243
|
'region': string | null;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @type {boolean}
|
|
247
|
+
* @memberof AddressApi
|
|
248
|
+
*/
|
|
249
|
+
'isPrimary': boolean;
|
|
232
250
|
}
|
|
233
251
|
/**
|
|
234
252
|
*
|
|
@@ -272,73 +290,12 @@ interface AddressCreate {
|
|
|
272
290
|
* @memberof AddressCreate
|
|
273
291
|
*/
|
|
274
292
|
'region': string;
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
*
|
|
278
|
-
* @export
|
|
279
|
-
* @interface AddressItemApi
|
|
280
|
-
*/
|
|
281
|
-
interface AddressItemApi {
|
|
282
|
-
/**
|
|
283
|
-
*
|
|
284
|
-
* @type {string}
|
|
285
|
-
* @memberof AddressItemApi
|
|
286
|
-
*/
|
|
287
|
-
'street1': string | null;
|
|
288
|
-
/**
|
|
289
|
-
*
|
|
290
|
-
* @type {string}
|
|
291
|
-
* @memberof AddressItemApi
|
|
292
|
-
*/
|
|
293
|
-
'street2'?: string | null;
|
|
294
|
-
/**
|
|
295
|
-
*
|
|
296
|
-
* @type {string}
|
|
297
|
-
* @memberof AddressItemApi
|
|
298
|
-
*/
|
|
299
|
-
'country': string | null;
|
|
300
|
-
/**
|
|
301
|
-
*
|
|
302
|
-
* @type {string}
|
|
303
|
-
* @memberof AddressItemApi
|
|
304
|
-
*/
|
|
305
|
-
'locality': string | null;
|
|
306
|
-
/**
|
|
307
|
-
*
|
|
308
|
-
* @type {string}
|
|
309
|
-
* @memberof AddressItemApi
|
|
310
|
-
*/
|
|
311
|
-
'postalCode': string | null;
|
|
312
|
-
/**
|
|
313
|
-
*
|
|
314
|
-
* @type {string}
|
|
315
|
-
* @memberof AddressItemApi
|
|
316
|
-
*/
|
|
317
|
-
'region': string | null;
|
|
318
|
-
/**
|
|
319
|
-
*
|
|
320
|
-
* @type {string}
|
|
321
|
-
* @memberof AddressItemApi
|
|
322
|
-
*/
|
|
323
|
-
'addressId': string;
|
|
324
|
-
/**
|
|
325
|
-
*
|
|
326
|
-
* @type {string}
|
|
327
|
-
* @memberof AddressItemApi
|
|
328
|
-
*/
|
|
329
|
-
'providerId': string;
|
|
330
|
-
/**
|
|
331
|
-
*
|
|
332
|
-
* @type {string}
|
|
333
|
-
* @memberof AddressItemApi
|
|
334
|
-
*/
|
|
335
|
-
'deletedAt'?: string | null;
|
|
336
293
|
/**
|
|
337
294
|
*
|
|
338
295
|
* @type {boolean}
|
|
339
|
-
* @memberof
|
|
296
|
+
* @memberof AddressCreate
|
|
340
297
|
*/
|
|
341
|
-
'isPrimary'
|
|
298
|
+
'isPrimary'?: boolean | null;
|
|
342
299
|
}
|
|
343
300
|
/**
|
|
344
301
|
*
|
|
@@ -382,6 +339,12 @@ interface AddressUpdate {
|
|
|
382
339
|
* @memberof AddressUpdate
|
|
383
340
|
*/
|
|
384
341
|
'region'?: string | null;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @type {boolean}
|
|
345
|
+
* @memberof AddressUpdate
|
|
346
|
+
*/
|
|
347
|
+
'isPrimary'?: boolean | null;
|
|
385
348
|
}
|
|
386
349
|
/**
|
|
387
350
|
*
|
|
@@ -389,6 +352,18 @@ interface AddressUpdate {
|
|
|
389
352
|
* @interface AddressesCreate
|
|
390
353
|
*/
|
|
391
354
|
interface AddressesCreate {
|
|
355
|
+
/**
|
|
356
|
+
*
|
|
357
|
+
* @type {string}
|
|
358
|
+
* @memberof AddressesCreate
|
|
359
|
+
*/
|
|
360
|
+
'addressId': string;
|
|
361
|
+
/**
|
|
362
|
+
*
|
|
363
|
+
* @type {string}
|
|
364
|
+
* @memberof AddressesCreate
|
|
365
|
+
*/
|
|
366
|
+
'deletedAt'?: string | null;
|
|
392
367
|
/**
|
|
393
368
|
*
|
|
394
369
|
* @type {string}
|
|
@@ -425,6 +400,12 @@ interface AddressesCreate {
|
|
|
425
400
|
* @memberof AddressesCreate
|
|
426
401
|
*/
|
|
427
402
|
'region': string | null;
|
|
403
|
+
/**
|
|
404
|
+
*
|
|
405
|
+
* @type {boolean}
|
|
406
|
+
* @memberof AddressesCreate
|
|
407
|
+
*/
|
|
408
|
+
'isPrimary': boolean;
|
|
428
409
|
}
|
|
429
410
|
/**
|
|
430
411
|
*
|
|
@@ -432,6 +413,18 @@ interface AddressesCreate {
|
|
|
432
413
|
* @interface AddressesUpdate
|
|
433
414
|
*/
|
|
434
415
|
interface AddressesUpdate {
|
|
416
|
+
/**
|
|
417
|
+
*
|
|
418
|
+
* @type {string}
|
|
419
|
+
* @memberof AddressesUpdate
|
|
420
|
+
*/
|
|
421
|
+
'addressId': string;
|
|
422
|
+
/**
|
|
423
|
+
*
|
|
424
|
+
* @type {string}
|
|
425
|
+
* @memberof AddressesUpdate
|
|
426
|
+
*/
|
|
427
|
+
'deletedAt'?: string | null;
|
|
435
428
|
/**
|
|
436
429
|
*
|
|
437
430
|
* @type {string}
|
|
@@ -468,6 +461,12 @@ interface AddressesUpdate {
|
|
|
468
461
|
* @memberof AddressesUpdate
|
|
469
462
|
*/
|
|
470
463
|
'region': string | null;
|
|
464
|
+
/**
|
|
465
|
+
*
|
|
466
|
+
* @type {boolean}
|
|
467
|
+
* @memberof AddressesUpdate
|
|
468
|
+
*/
|
|
469
|
+
'isPrimary': boolean;
|
|
471
470
|
}
|
|
472
471
|
/**
|
|
473
472
|
*
|
|
@@ -511,6 +510,12 @@ interface ContactCreate {
|
|
|
511
510
|
* @memberof ContactCreate
|
|
512
511
|
*/
|
|
513
512
|
'primaryPhone'?: string | null;
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
* @type {SrcResourceModelsHelperModelsCustomBaseModelCreateApi1}
|
|
516
|
+
* @memberof ContactCreate
|
|
517
|
+
*/
|
|
518
|
+
'primaryAddress'?: SrcResourceModelsHelperModelsCustomBaseModelCreateApi1 | null;
|
|
514
519
|
}
|
|
515
520
|
/**
|
|
516
521
|
*
|
|
@@ -587,6 +592,12 @@ interface ContactUpdate {
|
|
|
587
592
|
* @memberof ContactUpdate
|
|
588
593
|
*/
|
|
589
594
|
'title'?: string | null;
|
|
595
|
+
/**
|
|
596
|
+
*
|
|
597
|
+
* @type {string}
|
|
598
|
+
* @memberof ContactUpdate
|
|
599
|
+
*/
|
|
600
|
+
'updatedBy'?: string;
|
|
590
601
|
/**
|
|
591
602
|
*
|
|
592
603
|
* @type {string}
|
|
@@ -690,18 +701,6 @@ interface Contacts {
|
|
|
690
701
|
* @memberof Contacts
|
|
691
702
|
*/
|
|
692
703
|
'deletedAt'?: string | null;
|
|
693
|
-
/**
|
|
694
|
-
*
|
|
695
|
-
* @type {string}
|
|
696
|
-
* @memberof Contacts
|
|
697
|
-
*/
|
|
698
|
-
'createdBy': string;
|
|
699
|
-
/**
|
|
700
|
-
*
|
|
701
|
-
* @type {string}
|
|
702
|
-
* @memberof Contacts
|
|
703
|
-
*/
|
|
704
|
-
'updatedBy': string;
|
|
705
704
|
/**
|
|
706
705
|
*
|
|
707
706
|
* @type {string}
|
|
@@ -788,16 +787,28 @@ interface Contacts {
|
|
|
788
787
|
'primaryAddress'?: AddressApi | null;
|
|
789
788
|
/**
|
|
790
789
|
*
|
|
791
|
-
* @type {Array<
|
|
790
|
+
* @type {Array<AddressApi>}
|
|
792
791
|
* @memberof Contacts
|
|
793
792
|
*/
|
|
794
|
-
'addresses'?: Array<
|
|
793
|
+
'addresses'?: Array<AddressApi>;
|
|
795
794
|
/**
|
|
796
795
|
*
|
|
797
796
|
* @type {ContactTypeDataApi}
|
|
798
797
|
* @memberof Contacts
|
|
799
798
|
*/
|
|
800
799
|
'contactTypeData'?: ContactTypeDataApi;
|
|
800
|
+
/**
|
|
801
|
+
*
|
|
802
|
+
* @type {string}
|
|
803
|
+
* @memberof Contacts
|
|
804
|
+
*/
|
|
805
|
+
'createdByName': string;
|
|
806
|
+
/**
|
|
807
|
+
*
|
|
808
|
+
* @type {string}
|
|
809
|
+
* @memberof Contacts
|
|
810
|
+
*/
|
|
811
|
+
'updatedByName': string;
|
|
801
812
|
}
|
|
802
813
|
/**
|
|
803
814
|
*
|
|
@@ -865,18 +876,6 @@ interface ContactsCreate {
|
|
|
865
876
|
* @memberof ContactsCreate
|
|
866
877
|
*/
|
|
867
878
|
'deletedAt'?: string | null;
|
|
868
|
-
/**
|
|
869
|
-
*
|
|
870
|
-
* @type {string}
|
|
871
|
-
* @memberof ContactsCreate
|
|
872
|
-
*/
|
|
873
|
-
'createdBy': string;
|
|
874
|
-
/**
|
|
875
|
-
*
|
|
876
|
-
* @type {string}
|
|
877
|
-
* @memberof ContactsCreate
|
|
878
|
-
*/
|
|
879
|
-
'updatedBy': string;
|
|
880
879
|
/**
|
|
881
880
|
*
|
|
882
881
|
* @type {string}
|
|
@@ -963,16 +962,28 @@ interface ContactsCreate {
|
|
|
963
962
|
'primaryAddress'?: AddressApi | null;
|
|
964
963
|
/**
|
|
965
964
|
*
|
|
966
|
-
* @type {Array<
|
|
965
|
+
* @type {Array<AddressApi>}
|
|
967
966
|
* @memberof ContactsCreate
|
|
968
967
|
*/
|
|
969
|
-
'addresses'?: Array<
|
|
968
|
+
'addresses'?: Array<AddressApi>;
|
|
970
969
|
/**
|
|
971
970
|
*
|
|
972
971
|
* @type {ContactTypeDataApi}
|
|
973
972
|
* @memberof ContactsCreate
|
|
974
973
|
*/
|
|
975
974
|
'contactTypeData'?: ContactTypeDataApi;
|
|
975
|
+
/**
|
|
976
|
+
*
|
|
977
|
+
* @type {string}
|
|
978
|
+
* @memberof ContactsCreate
|
|
979
|
+
*/
|
|
980
|
+
'createdByName': string;
|
|
981
|
+
/**
|
|
982
|
+
*
|
|
983
|
+
* @type {string}
|
|
984
|
+
* @memberof ContactsCreate
|
|
985
|
+
*/
|
|
986
|
+
'updatedByName': string;
|
|
976
987
|
}
|
|
977
988
|
/**
|
|
978
989
|
*
|
|
@@ -1040,18 +1051,6 @@ interface ContactsGet {
|
|
|
1040
1051
|
* @memberof ContactsGet
|
|
1041
1052
|
*/
|
|
1042
1053
|
'deletedAt'?: string | null;
|
|
1043
|
-
/**
|
|
1044
|
-
*
|
|
1045
|
-
* @type {string}
|
|
1046
|
-
* @memberof ContactsGet
|
|
1047
|
-
*/
|
|
1048
|
-
'createdBy': string;
|
|
1049
|
-
/**
|
|
1050
|
-
*
|
|
1051
|
-
* @type {string}
|
|
1052
|
-
* @memberof ContactsGet
|
|
1053
|
-
*/
|
|
1054
|
-
'updatedBy': string;
|
|
1055
1054
|
/**
|
|
1056
1055
|
*
|
|
1057
1056
|
* @type {string}
|
|
@@ -1138,16 +1137,28 @@ interface ContactsGet {
|
|
|
1138
1137
|
'primaryAddress'?: AddressApi | null;
|
|
1139
1138
|
/**
|
|
1140
1139
|
*
|
|
1141
|
-
* @type {Array<
|
|
1140
|
+
* @type {Array<AddressApi>}
|
|
1142
1141
|
* @memberof ContactsGet
|
|
1143
1142
|
*/
|
|
1144
|
-
'addresses'?: Array<
|
|
1143
|
+
'addresses'?: Array<AddressApi>;
|
|
1145
1144
|
/**
|
|
1146
1145
|
*
|
|
1147
1146
|
* @type {ContactTypeDataApi}
|
|
1148
1147
|
* @memberof ContactsGet
|
|
1149
1148
|
*/
|
|
1150
1149
|
'contactTypeData'?: ContactTypeDataApi;
|
|
1150
|
+
/**
|
|
1151
|
+
*
|
|
1152
|
+
* @type {string}
|
|
1153
|
+
* @memberof ContactsGet
|
|
1154
|
+
*/
|
|
1155
|
+
'createdByName': string;
|
|
1156
|
+
/**
|
|
1157
|
+
*
|
|
1158
|
+
* @type {string}
|
|
1159
|
+
* @memberof ContactsGet
|
|
1160
|
+
*/
|
|
1161
|
+
'updatedByName': string;
|
|
1151
1162
|
}
|
|
1152
1163
|
/**
|
|
1153
1164
|
*
|
|
@@ -1215,18 +1226,6 @@ interface ContactsUpdate {
|
|
|
1215
1226
|
* @memberof ContactsUpdate
|
|
1216
1227
|
*/
|
|
1217
1228
|
'deletedAt'?: string | null;
|
|
1218
|
-
/**
|
|
1219
|
-
*
|
|
1220
|
-
* @type {string}
|
|
1221
|
-
* @memberof ContactsUpdate
|
|
1222
|
-
*/
|
|
1223
|
-
'createdBy': string;
|
|
1224
|
-
/**
|
|
1225
|
-
*
|
|
1226
|
-
* @type {string}
|
|
1227
|
-
* @memberof ContactsUpdate
|
|
1228
|
-
*/
|
|
1229
|
-
'updatedBy': string;
|
|
1230
1229
|
/**
|
|
1231
1230
|
*
|
|
1232
1231
|
* @type {string}
|
|
@@ -1313,16 +1312,28 @@ interface ContactsUpdate {
|
|
|
1313
1312
|
'primaryAddress'?: AddressApi | null;
|
|
1314
1313
|
/**
|
|
1315
1314
|
*
|
|
1316
|
-
* @type {Array<
|
|
1315
|
+
* @type {Array<AddressApi>}
|
|
1317
1316
|
* @memberof ContactsUpdate
|
|
1318
1317
|
*/
|
|
1319
|
-
'addresses'?: Array<
|
|
1318
|
+
'addresses'?: Array<AddressApi>;
|
|
1320
1319
|
/**
|
|
1321
1320
|
*
|
|
1322
1321
|
* @type {ContactTypeDataApi}
|
|
1323
1322
|
* @memberof ContactsUpdate
|
|
1324
1323
|
*/
|
|
1325
1324
|
'contactTypeData'?: ContactTypeDataApi;
|
|
1325
|
+
/**
|
|
1326
|
+
*
|
|
1327
|
+
* @type {string}
|
|
1328
|
+
* @memberof ContactsUpdate
|
|
1329
|
+
*/
|
|
1330
|
+
'createdByName': string;
|
|
1331
|
+
/**
|
|
1332
|
+
*
|
|
1333
|
+
* @type {string}
|
|
1334
|
+
* @memberof ContactsUpdate
|
|
1335
|
+
*/
|
|
1336
|
+
'updatedByName': string;
|
|
1326
1337
|
}
|
|
1327
1338
|
/**
|
|
1328
1339
|
*
|
|
@@ -1332,16 +1343,28 @@ interface ContactsUpdate {
|
|
|
1332
1343
|
interface ConversationCreate {
|
|
1333
1344
|
/**
|
|
1334
1345
|
*
|
|
1335
|
-
* @type {
|
|
1346
|
+
* @type {string}
|
|
1336
1347
|
* @memberof ConversationCreate
|
|
1337
1348
|
*/
|
|
1338
|
-
'
|
|
1349
|
+
'providerUpdatedAt': string;
|
|
1339
1350
|
/**
|
|
1340
1351
|
*
|
|
1341
1352
|
* @type {ConversationStatus}
|
|
1342
1353
|
* @memberof ConversationCreate
|
|
1343
1354
|
*/
|
|
1344
1355
|
'status': ConversationStatus;
|
|
1356
|
+
/**
|
|
1357
|
+
*
|
|
1358
|
+
* @type {Conversationtypedata}
|
|
1359
|
+
* @memberof ConversationCreate
|
|
1360
|
+
*/
|
|
1361
|
+
'conversationTypeData': Conversationtypedata;
|
|
1362
|
+
/**
|
|
1363
|
+
*
|
|
1364
|
+
* @type {string}
|
|
1365
|
+
* @memberof ConversationCreate
|
|
1366
|
+
*/
|
|
1367
|
+
'providerConversationId': string;
|
|
1345
1368
|
}
|
|
1346
1369
|
/**
|
|
1347
1370
|
*
|
|
@@ -1359,6 +1382,18 @@ type ConversationStatus = typeof ConversationStatus[keyof typeof ConversationSta
|
|
|
1359
1382
|
* @interface ConversationUpdate
|
|
1360
1383
|
*/
|
|
1361
1384
|
interface ConversationUpdate {
|
|
1385
|
+
/**
|
|
1386
|
+
*
|
|
1387
|
+
* @type {string}
|
|
1388
|
+
* @memberof ConversationUpdate
|
|
1389
|
+
*/
|
|
1390
|
+
'providerUpdatedAt': string;
|
|
1391
|
+
/**
|
|
1392
|
+
*
|
|
1393
|
+
* @type {ConversationStatus}
|
|
1394
|
+
* @memberof ConversationUpdate
|
|
1395
|
+
*/
|
|
1396
|
+
'status': ConversationStatus;
|
|
1362
1397
|
/**
|
|
1363
1398
|
*
|
|
1364
1399
|
* @type {Conversationtypedata1}
|
|
@@ -1367,193 +1402,181 @@ interface ConversationUpdate {
|
|
|
1367
1402
|
'conversationTypeData': Conversationtypedata1;
|
|
1368
1403
|
/**
|
|
1369
1404
|
*
|
|
1370
|
-
* @type {
|
|
1405
|
+
* @type {string}
|
|
1406
|
+
* @memberof ConversationUpdate
|
|
1407
|
+
*/
|
|
1408
|
+
'updatedBy': string;
|
|
1409
|
+
/**
|
|
1410
|
+
*
|
|
1411
|
+
* @type {string}
|
|
1371
1412
|
* @memberof ConversationUpdate
|
|
1372
1413
|
*/
|
|
1373
|
-
'
|
|
1414
|
+
'lastReadMessageId'?: string | null;
|
|
1374
1415
|
}
|
|
1375
1416
|
/**
|
|
1376
1417
|
*
|
|
1377
1418
|
* @export
|
|
1378
|
-
* @interface
|
|
1419
|
+
* @interface Conversations
|
|
1379
1420
|
*/
|
|
1380
|
-
interface
|
|
1421
|
+
interface Conversations {
|
|
1381
1422
|
/**
|
|
1382
1423
|
*
|
|
1383
|
-
* @type {
|
|
1384
|
-
* @memberof
|
|
1424
|
+
* @type {ConversationStatus}
|
|
1425
|
+
* @memberof Conversations
|
|
1385
1426
|
*/
|
|
1386
|
-
'
|
|
1427
|
+
'status': ConversationStatus;
|
|
1387
1428
|
/**
|
|
1388
1429
|
*
|
|
1389
|
-
* @type {
|
|
1390
|
-
* @memberof
|
|
1430
|
+
* @type {string}
|
|
1431
|
+
* @memberof Conversations
|
|
1391
1432
|
*/
|
|
1392
|
-
'
|
|
1433
|
+
'conversationId': string;
|
|
1393
1434
|
/**
|
|
1394
1435
|
*
|
|
1395
1436
|
* @type {string}
|
|
1396
|
-
* @memberof
|
|
1437
|
+
* @memberof Conversations
|
|
1397
1438
|
*/
|
|
1398
1439
|
'createdAt': string;
|
|
1399
1440
|
/**
|
|
1400
1441
|
*
|
|
1401
1442
|
* @type {string}
|
|
1402
|
-
* @memberof
|
|
1443
|
+
* @memberof Conversations
|
|
1403
1444
|
*/
|
|
1404
1445
|
'updatedAt': string;
|
|
1405
1446
|
/**
|
|
1406
1447
|
*
|
|
1407
1448
|
* @type {string}
|
|
1408
|
-
* @memberof
|
|
1449
|
+
* @memberof Conversations
|
|
1409
1450
|
*/
|
|
1410
|
-
'
|
|
1451
|
+
'lastMessageAt'?: string | null;
|
|
1411
1452
|
/**
|
|
1412
1453
|
*
|
|
1413
1454
|
* @type {string}
|
|
1414
|
-
* @memberof
|
|
1455
|
+
* @memberof Conversations
|
|
1415
1456
|
*/
|
|
1416
|
-
'
|
|
1417
|
-
/**
|
|
1418
|
-
*
|
|
1419
|
-
* @type {string}
|
|
1420
|
-
* @memberof ConversationsCreate
|
|
1421
|
-
*/
|
|
1422
|
-
'lastMessageAt': string;
|
|
1457
|
+
'lastReadMessageId'?: string | null;
|
|
1423
1458
|
/**
|
|
1424
1459
|
*
|
|
1425
1460
|
* @type {number}
|
|
1426
|
-
* @memberof
|
|
1461
|
+
* @memberof Conversations
|
|
1427
1462
|
*/
|
|
1428
1463
|
'unreadCount': number;
|
|
1429
1464
|
/**
|
|
1430
1465
|
*
|
|
1431
|
-
* @type {
|
|
1432
|
-
* @memberof
|
|
1466
|
+
* @type {string}
|
|
1467
|
+
* @memberof Conversations
|
|
1433
1468
|
*/
|
|
1434
|
-
'
|
|
1469
|
+
'providerInstance': string;
|
|
1435
1470
|
}
|
|
1436
1471
|
/**
|
|
1437
1472
|
*
|
|
1438
1473
|
* @export
|
|
1439
|
-
* @interface
|
|
1474
|
+
* @interface ConversationsCreate
|
|
1440
1475
|
*/
|
|
1441
|
-
interface
|
|
1476
|
+
interface ConversationsCreate {
|
|
1442
1477
|
/**
|
|
1443
1478
|
*
|
|
1444
|
-
* @type {
|
|
1445
|
-
* @memberof
|
|
1479
|
+
* @type {ConversationStatus}
|
|
1480
|
+
* @memberof ConversationsCreate
|
|
1446
1481
|
*/
|
|
1447
|
-
'
|
|
1482
|
+
'status': ConversationStatus;
|
|
1448
1483
|
/**
|
|
1449
1484
|
*
|
|
1450
|
-
* @type {
|
|
1451
|
-
* @memberof
|
|
1485
|
+
* @type {string}
|
|
1486
|
+
* @memberof ConversationsCreate
|
|
1452
1487
|
*/
|
|
1453
|
-
'
|
|
1488
|
+
'conversationId': string;
|
|
1454
1489
|
/**
|
|
1455
1490
|
*
|
|
1456
1491
|
* @type {string}
|
|
1457
|
-
* @memberof
|
|
1492
|
+
* @memberof ConversationsCreate
|
|
1458
1493
|
*/
|
|
1459
1494
|
'createdAt': string;
|
|
1460
1495
|
/**
|
|
1461
1496
|
*
|
|
1462
1497
|
* @type {string}
|
|
1463
|
-
* @memberof
|
|
1498
|
+
* @memberof ConversationsCreate
|
|
1464
1499
|
*/
|
|
1465
1500
|
'updatedAt': string;
|
|
1466
1501
|
/**
|
|
1467
1502
|
*
|
|
1468
1503
|
* @type {string}
|
|
1469
|
-
* @memberof
|
|
1470
|
-
*/
|
|
1471
|
-
'createdBy': string;
|
|
1472
|
-
/**
|
|
1473
|
-
*
|
|
1474
|
-
* @type {string}
|
|
1475
|
-
* @memberof ConversationsGet
|
|
1504
|
+
* @memberof ConversationsCreate
|
|
1476
1505
|
*/
|
|
1477
|
-
'
|
|
1506
|
+
'lastMessageAt'?: string | null;
|
|
1478
1507
|
/**
|
|
1479
1508
|
*
|
|
1480
1509
|
* @type {string}
|
|
1481
|
-
* @memberof
|
|
1510
|
+
* @memberof ConversationsCreate
|
|
1482
1511
|
*/
|
|
1483
|
-
'
|
|
1512
|
+
'lastReadMessageId'?: string | null;
|
|
1484
1513
|
/**
|
|
1485
1514
|
*
|
|
1486
1515
|
* @type {number}
|
|
1487
|
-
* @memberof
|
|
1516
|
+
* @memberof ConversationsCreate
|
|
1488
1517
|
*/
|
|
1489
1518
|
'unreadCount': number;
|
|
1490
1519
|
/**
|
|
1491
1520
|
*
|
|
1492
|
-
* @type {
|
|
1493
|
-
* @memberof
|
|
1521
|
+
* @type {string}
|
|
1522
|
+
* @memberof ConversationsCreate
|
|
1494
1523
|
*/
|
|
1495
|
-
'
|
|
1524
|
+
'providerInstance': string;
|
|
1496
1525
|
}
|
|
1497
1526
|
/**
|
|
1498
1527
|
*
|
|
1499
1528
|
* @export
|
|
1500
|
-
* @interface
|
|
1529
|
+
* @interface ConversationsGet
|
|
1501
1530
|
*/
|
|
1502
|
-
interface
|
|
1531
|
+
interface ConversationsGet {
|
|
1503
1532
|
/**
|
|
1504
1533
|
*
|
|
1505
|
-
* @type {
|
|
1506
|
-
* @memberof
|
|
1534
|
+
* @type {ConversationStatus}
|
|
1535
|
+
* @memberof ConversationsGet
|
|
1507
1536
|
*/
|
|
1508
|
-
'
|
|
1537
|
+
'status': ConversationStatus;
|
|
1509
1538
|
/**
|
|
1510
1539
|
*
|
|
1511
|
-
* @type {
|
|
1512
|
-
* @memberof
|
|
1540
|
+
* @type {string}
|
|
1541
|
+
* @memberof ConversationsGet
|
|
1513
1542
|
*/
|
|
1514
|
-
'
|
|
1543
|
+
'conversationId': string;
|
|
1515
1544
|
/**
|
|
1516
1545
|
*
|
|
1517
1546
|
* @type {string}
|
|
1518
|
-
* @memberof
|
|
1547
|
+
* @memberof ConversationsGet
|
|
1519
1548
|
*/
|
|
1520
1549
|
'createdAt': string;
|
|
1521
1550
|
/**
|
|
1522
1551
|
*
|
|
1523
1552
|
* @type {string}
|
|
1524
|
-
* @memberof
|
|
1553
|
+
* @memberof ConversationsGet
|
|
1525
1554
|
*/
|
|
1526
1555
|
'updatedAt': string;
|
|
1527
1556
|
/**
|
|
1528
1557
|
*
|
|
1529
1558
|
* @type {string}
|
|
1530
|
-
* @memberof
|
|
1531
|
-
*/
|
|
1532
|
-
'createdBy': string;
|
|
1533
|
-
/**
|
|
1534
|
-
*
|
|
1535
|
-
* @type {string}
|
|
1536
|
-
* @memberof ConversationsList
|
|
1559
|
+
* @memberof ConversationsGet
|
|
1537
1560
|
*/
|
|
1538
|
-
'
|
|
1561
|
+
'lastMessageAt'?: string | null;
|
|
1539
1562
|
/**
|
|
1540
1563
|
*
|
|
1541
1564
|
* @type {string}
|
|
1542
|
-
* @memberof
|
|
1565
|
+
* @memberof ConversationsGet
|
|
1543
1566
|
*/
|
|
1544
|
-
'
|
|
1567
|
+
'lastReadMessageId'?: string | null;
|
|
1545
1568
|
/**
|
|
1546
1569
|
*
|
|
1547
1570
|
* @type {number}
|
|
1548
|
-
* @memberof
|
|
1571
|
+
* @memberof ConversationsGet
|
|
1549
1572
|
*/
|
|
1550
1573
|
'unreadCount': number;
|
|
1551
1574
|
/**
|
|
1552
1575
|
*
|
|
1553
|
-
* @type {
|
|
1554
|
-
* @memberof
|
|
1576
|
+
* @type {string}
|
|
1577
|
+
* @memberof ConversationsGet
|
|
1555
1578
|
*/
|
|
1556
|
-
'
|
|
1579
|
+
'providerInstance': string;
|
|
1557
1580
|
}
|
|
1558
1581
|
/**
|
|
1559
1582
|
*
|
|
@@ -1563,16 +1586,16 @@ interface ConversationsList {
|
|
|
1563
1586
|
interface ConversationsUpdate {
|
|
1564
1587
|
/**
|
|
1565
1588
|
*
|
|
1566
|
-
* @type {
|
|
1589
|
+
* @type {ConversationStatus}
|
|
1567
1590
|
* @memberof ConversationsUpdate
|
|
1568
1591
|
*/
|
|
1569
|
-
'
|
|
1592
|
+
'status': ConversationStatus;
|
|
1570
1593
|
/**
|
|
1571
1594
|
*
|
|
1572
|
-
* @type {
|
|
1595
|
+
* @type {string}
|
|
1573
1596
|
* @memberof ConversationsUpdate
|
|
1574
1597
|
*/
|
|
1575
|
-
'
|
|
1598
|
+
'conversationId': string;
|
|
1576
1599
|
/**
|
|
1577
1600
|
*
|
|
1578
1601
|
* @type {string}
|
|
@@ -1590,19 +1613,13 @@ interface ConversationsUpdate {
|
|
|
1590
1613
|
* @type {string}
|
|
1591
1614
|
* @memberof ConversationsUpdate
|
|
1592
1615
|
*/
|
|
1593
|
-
'
|
|
1594
|
-
/**
|
|
1595
|
-
*
|
|
1596
|
-
* @type {string}
|
|
1597
|
-
* @memberof ConversationsUpdate
|
|
1598
|
-
*/
|
|
1599
|
-
'updatedBy': string;
|
|
1616
|
+
'lastMessageAt'?: string | null;
|
|
1600
1617
|
/**
|
|
1601
1618
|
*
|
|
1602
1619
|
* @type {string}
|
|
1603
1620
|
* @memberof ConversationsUpdate
|
|
1604
1621
|
*/
|
|
1605
|
-
'
|
|
1622
|
+
'lastReadMessageId'?: string | null;
|
|
1606
1623
|
/**
|
|
1607
1624
|
*
|
|
1608
1625
|
* @type {number}
|
|
@@ -1611,26 +1628,21 @@ interface ConversationsUpdate {
|
|
|
1611
1628
|
'unreadCount': number;
|
|
1612
1629
|
/**
|
|
1613
1630
|
*
|
|
1614
|
-
* @type {
|
|
1631
|
+
* @type {string}
|
|
1615
1632
|
* @memberof ConversationsUpdate
|
|
1616
1633
|
*/
|
|
1617
|
-
'
|
|
1634
|
+
'providerInstance': string;
|
|
1618
1635
|
}
|
|
1619
1636
|
/**
|
|
1620
1637
|
* @type Conversationtypedata
|
|
1621
1638
|
* @export
|
|
1622
1639
|
*/
|
|
1623
|
-
type Conversationtypedata =
|
|
1640
|
+
type Conversationtypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi2 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi3;
|
|
1624
1641
|
/**
|
|
1625
1642
|
* @type Conversationtypedata1
|
|
1626
1643
|
* @export
|
|
1627
1644
|
*/
|
|
1628
1645
|
type Conversationtypedata1 = SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1 | SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2;
|
|
1629
|
-
/**
|
|
1630
|
-
* @type Conversationtypedata2
|
|
1631
|
-
* @export
|
|
1632
|
-
*/
|
|
1633
|
-
type Conversationtypedata2 = object;
|
|
1634
1646
|
/**
|
|
1635
1647
|
*
|
|
1636
1648
|
* @export
|
|
@@ -1725,6 +1737,25 @@ interface EmailCreate {
|
|
|
1725
1737
|
*/
|
|
1726
1738
|
'isPrimary'?: boolean | null;
|
|
1727
1739
|
}
|
|
1740
|
+
/**
|
|
1741
|
+
*
|
|
1742
|
+
* @export
|
|
1743
|
+
* @interface EmailUpdate
|
|
1744
|
+
*/
|
|
1745
|
+
interface EmailUpdate {
|
|
1746
|
+
/**
|
|
1747
|
+
*
|
|
1748
|
+
* @type {string}
|
|
1749
|
+
* @memberof EmailUpdate
|
|
1750
|
+
*/
|
|
1751
|
+
'email'?: string | null;
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
* @type {boolean}
|
|
1755
|
+
* @memberof EmailUpdate
|
|
1756
|
+
*/
|
|
1757
|
+
'isPrimary'?: boolean | null;
|
|
1758
|
+
}
|
|
1728
1759
|
/**
|
|
1729
1760
|
*
|
|
1730
1761
|
* @export
|
|
@@ -1762,6 +1793,43 @@ interface EmailsCreate {
|
|
|
1762
1793
|
*/
|
|
1763
1794
|
'deletedAt'?: string | null;
|
|
1764
1795
|
}
|
|
1796
|
+
/**
|
|
1797
|
+
*
|
|
1798
|
+
* @export
|
|
1799
|
+
* @interface EmailsUpdate
|
|
1800
|
+
*/
|
|
1801
|
+
interface EmailsUpdate {
|
|
1802
|
+
/**
|
|
1803
|
+
*
|
|
1804
|
+
* @type {string}
|
|
1805
|
+
* @memberof EmailsUpdate
|
|
1806
|
+
*/
|
|
1807
|
+
'emailId': string;
|
|
1808
|
+
/**
|
|
1809
|
+
*
|
|
1810
|
+
* @type {string}
|
|
1811
|
+
* @memberof EmailsUpdate
|
|
1812
|
+
*/
|
|
1813
|
+
'email': string;
|
|
1814
|
+
/**
|
|
1815
|
+
*
|
|
1816
|
+
* @type {boolean}
|
|
1817
|
+
* @memberof EmailsUpdate
|
|
1818
|
+
*/
|
|
1819
|
+
'isPrimary': boolean;
|
|
1820
|
+
/**
|
|
1821
|
+
*
|
|
1822
|
+
* @type {string}
|
|
1823
|
+
* @memberof EmailsUpdate
|
|
1824
|
+
*/
|
|
1825
|
+
'providerId': string;
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @type {string}
|
|
1829
|
+
* @memberof EmailsUpdate
|
|
1830
|
+
*/
|
|
1831
|
+
'deletedAt'?: string | null;
|
|
1832
|
+
}
|
|
1765
1833
|
/**
|
|
1766
1834
|
*
|
|
1767
1835
|
* @export
|
|
@@ -1871,19 +1939,6 @@ interface ListResponseAccountsList {
|
|
|
1871
1939
|
*/
|
|
1872
1940
|
'data': Array<AccountsList>;
|
|
1873
1941
|
}
|
|
1874
|
-
/**
|
|
1875
|
-
*
|
|
1876
|
-
* @export
|
|
1877
|
-
* @interface ListResponseConversationsList
|
|
1878
|
-
*/
|
|
1879
|
-
interface ListResponseConversationsList {
|
|
1880
|
-
/**
|
|
1881
|
-
*
|
|
1882
|
-
* @type {Array<ConversationsList>}
|
|
1883
|
-
* @memberof ListResponseConversationsList
|
|
1884
|
-
*/
|
|
1885
|
-
'data': Array<ConversationsList>;
|
|
1886
|
-
}
|
|
1887
1942
|
/**
|
|
1888
1943
|
*
|
|
1889
1944
|
* @export
|
|
@@ -1897,19 +1952,6 @@ interface ListResponseInquiriesList {
|
|
|
1897
1952
|
*/
|
|
1898
1953
|
'data': Array<object>;
|
|
1899
1954
|
}
|
|
1900
|
-
/**
|
|
1901
|
-
*
|
|
1902
|
-
* @export
|
|
1903
|
-
* @interface ListResponseListingsList
|
|
1904
|
-
*/
|
|
1905
|
-
interface ListResponseListingsList {
|
|
1906
|
-
/**
|
|
1907
|
-
*
|
|
1908
|
-
* @type {Array<ListingsList>}
|
|
1909
|
-
* @memberof ListResponseListingsList
|
|
1910
|
-
*/
|
|
1911
|
-
'data': Array<ListingsList>;
|
|
1912
|
-
}
|
|
1913
1955
|
/**
|
|
1914
1956
|
*
|
|
1915
1957
|
* @export
|
|
@@ -1926,65 +1968,98 @@ interface ListResponseManagedPhoneNumbersList {
|
|
|
1926
1968
|
/**
|
|
1927
1969
|
*
|
|
1928
1970
|
* @export
|
|
1929
|
-
* @interface
|
|
1971
|
+
* @interface ListResponseProvidersList
|
|
1930
1972
|
*/
|
|
1931
|
-
interface
|
|
1973
|
+
interface ListResponseProvidersList {
|
|
1932
1974
|
/**
|
|
1933
1975
|
*
|
|
1934
1976
|
* @type {Array<object>}
|
|
1935
|
-
* @memberof
|
|
1977
|
+
* @memberof ListResponseProvidersList
|
|
1936
1978
|
*/
|
|
1937
1979
|
'data': Array<object>;
|
|
1938
1980
|
}
|
|
1939
1981
|
/**
|
|
1940
1982
|
*
|
|
1941
1983
|
* @export
|
|
1942
|
-
* @
|
|
1984
|
+
* @enum {string}
|
|
1985
|
+
*/
|
|
1986
|
+
declare const ListingSortBy: {
|
|
1987
|
+
readonly Title: "title";
|
|
1988
|
+
};
|
|
1989
|
+
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
1990
|
+
/**
|
|
1991
|
+
*
|
|
1992
|
+
* @export
|
|
1993
|
+
* @interface Listings
|
|
1943
1994
|
*/
|
|
1944
|
-
interface
|
|
1995
|
+
interface Listings {
|
|
1996
|
+
/**
|
|
1997
|
+
*
|
|
1998
|
+
* @type {string}
|
|
1999
|
+
* @memberof Listings
|
|
2000
|
+
*/
|
|
2001
|
+
'providerListingId': string;
|
|
2002
|
+
/**
|
|
2003
|
+
*
|
|
2004
|
+
* @type {string}
|
|
2005
|
+
* @memberof Listings
|
|
2006
|
+
*/
|
|
2007
|
+
'title': string;
|
|
2008
|
+
/**
|
|
2009
|
+
*
|
|
2010
|
+
* @type {string}
|
|
2011
|
+
* @memberof Listings
|
|
2012
|
+
*/
|
|
2013
|
+
'nickName'?: string | null;
|
|
2014
|
+
/**
|
|
2015
|
+
*
|
|
2016
|
+
* @type {string}
|
|
2017
|
+
* @memberof Listings
|
|
2018
|
+
*/
|
|
2019
|
+
'listingId': string;
|
|
1945
2020
|
/**
|
|
1946
2021
|
*
|
|
1947
|
-
* @type {
|
|
1948
|
-
* @memberof
|
|
2022
|
+
* @type {string}
|
|
2023
|
+
* @memberof Listings
|
|
1949
2024
|
*/
|
|
1950
|
-
'
|
|
2025
|
+
'providerInstance': string;
|
|
1951
2026
|
}
|
|
1952
2027
|
/**
|
|
1953
2028
|
*
|
|
1954
2029
|
* @export
|
|
1955
|
-
* @interface
|
|
2030
|
+
* @interface ListingsGet
|
|
1956
2031
|
*/
|
|
1957
|
-
interface
|
|
2032
|
+
interface ListingsGet {
|
|
1958
2033
|
/**
|
|
1959
2034
|
*
|
|
1960
2035
|
* @type {string}
|
|
1961
|
-
* @memberof
|
|
2036
|
+
* @memberof ListingsGet
|
|
1962
2037
|
*/
|
|
1963
|
-
'
|
|
2038
|
+
'providerListingId': string;
|
|
1964
2039
|
/**
|
|
1965
2040
|
*
|
|
1966
2041
|
* @type {string}
|
|
1967
|
-
* @memberof
|
|
2042
|
+
* @memberof ListingsGet
|
|
1968
2043
|
*/
|
|
1969
|
-
'
|
|
2044
|
+
'title': string;
|
|
1970
2045
|
/**
|
|
1971
2046
|
*
|
|
1972
2047
|
* @type {string}
|
|
1973
|
-
* @memberof
|
|
2048
|
+
* @memberof ListingsGet
|
|
1974
2049
|
*/
|
|
1975
|
-
'
|
|
2050
|
+
'nickName'?: string | null;
|
|
1976
2051
|
/**
|
|
1977
2052
|
*
|
|
1978
2053
|
* @type {string}
|
|
1979
|
-
* @memberof
|
|
2054
|
+
* @memberof ListingsGet
|
|
1980
2055
|
*/
|
|
1981
|
-
'
|
|
2056
|
+
'listingId': string;
|
|
1982
2057
|
/**
|
|
1983
2058
|
*
|
|
1984
2059
|
* @type {string}
|
|
1985
|
-
* @memberof
|
|
2060
|
+
* @memberof ListingsGet
|
|
1986
2061
|
*/
|
|
1987
|
-
'
|
|
2062
|
+
'providerInstance': string;
|
|
1988
2063
|
}
|
|
1989
2064
|
/**
|
|
1990
2065
|
*
|
|
@@ -2046,103 +2121,624 @@ interface MessageCreate {
|
|
|
2046
2121
|
* @type {string}
|
|
2047
2122
|
* @memberof MessageCreate
|
|
2048
2123
|
*/
|
|
2049
|
-
'
|
|
2124
|
+
'providerMessageId'?: string;
|
|
2050
2125
|
/**
|
|
2051
2126
|
*
|
|
2052
|
-
* @type {
|
|
2127
|
+
* @type {string}
|
|
2053
2128
|
* @memberof MessageCreate
|
|
2054
2129
|
*/
|
|
2055
|
-
'
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
/**
|
|
2063
|
-
*
|
|
2064
|
-
* @export
|
|
2065
|
-
* @interface OwnerDataApi
|
|
2066
|
-
*/
|
|
2067
|
-
interface OwnerDataApi {
|
|
2130
|
+
'providerUpdatedAt'?: string;
|
|
2131
|
+
/**
|
|
2132
|
+
*
|
|
2133
|
+
* @type {MessageDirection}
|
|
2134
|
+
* @memberof MessageCreate
|
|
2135
|
+
*/
|
|
2136
|
+
'direction': MessageDirection;
|
|
2068
2137
|
/**
|
|
2069
2138
|
*
|
|
2070
2139
|
* @type {string}
|
|
2071
|
-
* @memberof
|
|
2140
|
+
* @memberof MessageCreate
|
|
2072
2141
|
*/
|
|
2073
|
-
'
|
|
2142
|
+
'sentAt'?: string | null;
|
|
2074
2143
|
/**
|
|
2075
2144
|
*
|
|
2076
2145
|
* @type {string}
|
|
2077
|
-
* @memberof
|
|
2146
|
+
* @memberof MessageCreate
|
|
2078
2147
|
*/
|
|
2079
|
-
'
|
|
2148
|
+
'deliveredAt'?: string | null;
|
|
2080
2149
|
/**
|
|
2081
2150
|
*
|
|
2082
|
-
* @type {
|
|
2083
|
-
* @memberof
|
|
2151
|
+
* @type {string}
|
|
2152
|
+
* @memberof MessageCreate
|
|
2084
2153
|
*/
|
|
2085
|
-
'
|
|
2154
|
+
'readAt'?: string | null;
|
|
2086
2155
|
/**
|
|
2087
2156
|
*
|
|
2088
|
-
* @type {
|
|
2089
|
-
* @memberof
|
|
2157
|
+
* @type {string}
|
|
2158
|
+
* @memberof MessageCreate
|
|
2090
2159
|
*/
|
|
2091
|
-
'
|
|
2092
|
-
}
|
|
2093
|
-
/**
|
|
2094
|
-
*
|
|
2095
|
-
* @export
|
|
2096
|
-
* @interface PaginatedResponseContacts
|
|
2097
|
-
*/
|
|
2098
|
-
interface PaginatedResponseContacts {
|
|
2160
|
+
'failedAt'?: string | null;
|
|
2099
2161
|
/**
|
|
2100
2162
|
*
|
|
2101
|
-
* @type {
|
|
2102
|
-
* @memberof
|
|
2163
|
+
* @type {string}
|
|
2164
|
+
* @memberof MessageCreate
|
|
2103
2165
|
*/
|
|
2104
|
-
'
|
|
2166
|
+
'scheduledAt'?: string | null;
|
|
2167
|
+
/**
|
|
2168
|
+
*
|
|
2169
|
+
* @type {MessageStatus}
|
|
2170
|
+
* @memberof MessageCreate
|
|
2171
|
+
*/
|
|
2172
|
+
'status'?: MessageStatus;
|
|
2105
2173
|
/**
|
|
2106
2174
|
*
|
|
2107
2175
|
* @type {string}
|
|
2108
|
-
* @memberof
|
|
2176
|
+
* @memberof MessageCreate
|
|
2109
2177
|
*/
|
|
2110
|
-
'
|
|
2178
|
+
'body': string;
|
|
2111
2179
|
/**
|
|
2112
2180
|
*
|
|
2113
2181
|
* @type {string}
|
|
2114
|
-
* @memberof
|
|
2182
|
+
* @memberof MessageCreate
|
|
2115
2183
|
*/
|
|
2116
|
-
'
|
|
2184
|
+
'conversationId': string;
|
|
2117
2185
|
/**
|
|
2118
2186
|
*
|
|
2119
|
-
* @type {
|
|
2120
|
-
* @memberof
|
|
2187
|
+
* @type {Messagetypedata}
|
|
2188
|
+
* @memberof MessageCreate
|
|
2121
2189
|
*/
|
|
2122
|
-
'
|
|
2190
|
+
'messageTypeData': Messagetypedata;
|
|
2123
2191
|
}
|
|
2124
2192
|
/**
|
|
2125
2193
|
*
|
|
2126
2194
|
* @export
|
|
2127
2195
|
* @enum {string}
|
|
2128
2196
|
*/
|
|
2129
|
-
declare const
|
|
2130
|
-
readonly
|
|
2131
|
-
readonly
|
|
2197
|
+
declare const MessageDirection: {
|
|
2198
|
+
readonly Inbound: "INBOUND";
|
|
2199
|
+
readonly Outbound: "OUTBOUND";
|
|
2132
2200
|
};
|
|
2133
|
-
type
|
|
2201
|
+
type MessageDirection = typeof MessageDirection[keyof typeof MessageDirection];
|
|
2134
2202
|
/**
|
|
2135
2203
|
*
|
|
2136
2204
|
* @export
|
|
2137
|
-
* @
|
|
2205
|
+
* @enum {string}
|
|
2138
2206
|
*/
|
|
2139
|
-
|
|
2207
|
+
declare const MessageStatus: {
|
|
2208
|
+
readonly Pending: "PENDING";
|
|
2209
|
+
readonly Sent: "SENT";
|
|
2210
|
+
readonly Delivered: "DELIVERED";
|
|
2211
|
+
readonly Read: "READ";
|
|
2212
|
+
readonly Failed: "FAILED";
|
|
2213
|
+
};
|
|
2214
|
+
type MessageStatus = typeof MessageStatus[keyof typeof MessageStatus];
|
|
2215
|
+
/**
|
|
2216
|
+
*
|
|
2217
|
+
* @export
|
|
2218
|
+
* @interface Messages
|
|
2219
|
+
*/
|
|
2220
|
+
interface Messages {
|
|
2140
2221
|
/**
|
|
2141
2222
|
*
|
|
2142
|
-
* @type {
|
|
2143
|
-
* @memberof
|
|
2223
|
+
* @type {MessageDirection}
|
|
2224
|
+
* @memberof Messages
|
|
2144
2225
|
*/
|
|
2145
|
-
'
|
|
2226
|
+
'direction': MessageDirection;
|
|
2227
|
+
/**
|
|
2228
|
+
*
|
|
2229
|
+
* @type {string}
|
|
2230
|
+
* @memberof Messages
|
|
2231
|
+
*/
|
|
2232
|
+
'sentAt'?: string | null;
|
|
2233
|
+
/**
|
|
2234
|
+
*
|
|
2235
|
+
* @type {string}
|
|
2236
|
+
* @memberof Messages
|
|
2237
|
+
*/
|
|
2238
|
+
'deliveredAt'?: string | null;
|
|
2239
|
+
/**
|
|
2240
|
+
*
|
|
2241
|
+
* @type {string}
|
|
2242
|
+
* @memberof Messages
|
|
2243
|
+
*/
|
|
2244
|
+
'readAt'?: string | null;
|
|
2245
|
+
/**
|
|
2246
|
+
*
|
|
2247
|
+
* @type {string}
|
|
2248
|
+
* @memberof Messages
|
|
2249
|
+
*/
|
|
2250
|
+
'failedAt'?: string | null;
|
|
2251
|
+
/**
|
|
2252
|
+
*
|
|
2253
|
+
* @type {string}
|
|
2254
|
+
* @memberof Messages
|
|
2255
|
+
*/
|
|
2256
|
+
'scheduledAt'?: string | null;
|
|
2257
|
+
/**
|
|
2258
|
+
*
|
|
2259
|
+
* @type {MessageStatus}
|
|
2260
|
+
* @memberof Messages
|
|
2261
|
+
*/
|
|
2262
|
+
'status'?: MessageStatus;
|
|
2263
|
+
/**
|
|
2264
|
+
*
|
|
2265
|
+
* @type {string}
|
|
2266
|
+
* @memberof Messages
|
|
2267
|
+
*/
|
|
2268
|
+
'body': string;
|
|
2269
|
+
/**
|
|
2270
|
+
*
|
|
2271
|
+
* @type {string}
|
|
2272
|
+
* @memberof Messages
|
|
2273
|
+
*/
|
|
2274
|
+
'messageId': string;
|
|
2275
|
+
/**
|
|
2276
|
+
*
|
|
2277
|
+
* @type {Messagetypedata1}
|
|
2278
|
+
* @memberof Messages
|
|
2279
|
+
*/
|
|
2280
|
+
'messageTypeData': Messagetypedata1;
|
|
2281
|
+
/**
|
|
2282
|
+
*
|
|
2283
|
+
* @type {string}
|
|
2284
|
+
* @memberof Messages
|
|
2285
|
+
*/
|
|
2286
|
+
'conversationId': string;
|
|
2287
|
+
/**
|
|
2288
|
+
*
|
|
2289
|
+
* @type {string}
|
|
2290
|
+
* @memberof Messages
|
|
2291
|
+
*/
|
|
2292
|
+
'createdAt': string;
|
|
2293
|
+
/**
|
|
2294
|
+
*
|
|
2295
|
+
* @type {string}
|
|
2296
|
+
* @memberof Messages
|
|
2297
|
+
*/
|
|
2298
|
+
'updatedAt': string;
|
|
2299
|
+
/**
|
|
2300
|
+
*
|
|
2301
|
+
* @type {string}
|
|
2302
|
+
* @memberof Messages
|
|
2303
|
+
*/
|
|
2304
|
+
'createdByName': string;
|
|
2305
|
+
/**
|
|
2306
|
+
*
|
|
2307
|
+
* @type {string}
|
|
2308
|
+
* @memberof Messages
|
|
2309
|
+
*/
|
|
2310
|
+
'updatedByName': string;
|
|
2311
|
+
/**
|
|
2312
|
+
*
|
|
2313
|
+
* @type {string}
|
|
2314
|
+
* @memberof Messages
|
|
2315
|
+
*/
|
|
2316
|
+
'providerInstance': string;
|
|
2317
|
+
}
|
|
2318
|
+
/**
|
|
2319
|
+
*
|
|
2320
|
+
* @export
|
|
2321
|
+
* @interface MessagesCreate
|
|
2322
|
+
*/
|
|
2323
|
+
interface MessagesCreate {
|
|
2324
|
+
/**
|
|
2325
|
+
*
|
|
2326
|
+
* @type {MessageDirection}
|
|
2327
|
+
* @memberof MessagesCreate
|
|
2328
|
+
*/
|
|
2329
|
+
'direction': MessageDirection;
|
|
2330
|
+
/**
|
|
2331
|
+
*
|
|
2332
|
+
* @type {string}
|
|
2333
|
+
* @memberof MessagesCreate
|
|
2334
|
+
*/
|
|
2335
|
+
'sentAt'?: string | null;
|
|
2336
|
+
/**
|
|
2337
|
+
*
|
|
2338
|
+
* @type {string}
|
|
2339
|
+
* @memberof MessagesCreate
|
|
2340
|
+
*/
|
|
2341
|
+
'deliveredAt'?: string | null;
|
|
2342
|
+
/**
|
|
2343
|
+
*
|
|
2344
|
+
* @type {string}
|
|
2345
|
+
* @memberof MessagesCreate
|
|
2346
|
+
*/
|
|
2347
|
+
'readAt'?: string | null;
|
|
2348
|
+
/**
|
|
2349
|
+
*
|
|
2350
|
+
* @type {string}
|
|
2351
|
+
* @memberof MessagesCreate
|
|
2352
|
+
*/
|
|
2353
|
+
'failedAt'?: string | null;
|
|
2354
|
+
/**
|
|
2355
|
+
*
|
|
2356
|
+
* @type {string}
|
|
2357
|
+
* @memberof MessagesCreate
|
|
2358
|
+
*/
|
|
2359
|
+
'scheduledAt'?: string | null;
|
|
2360
|
+
/**
|
|
2361
|
+
*
|
|
2362
|
+
* @type {MessageStatus}
|
|
2363
|
+
* @memberof MessagesCreate
|
|
2364
|
+
*/
|
|
2365
|
+
'status'?: MessageStatus;
|
|
2366
|
+
/**
|
|
2367
|
+
*
|
|
2368
|
+
* @type {string}
|
|
2369
|
+
* @memberof MessagesCreate
|
|
2370
|
+
*/
|
|
2371
|
+
'body': string;
|
|
2372
|
+
/**
|
|
2373
|
+
*
|
|
2374
|
+
* @type {string}
|
|
2375
|
+
* @memberof MessagesCreate
|
|
2376
|
+
*/
|
|
2377
|
+
'messageId': string;
|
|
2378
|
+
/**
|
|
2379
|
+
*
|
|
2380
|
+
* @type {Messagetypedata1}
|
|
2381
|
+
* @memberof MessagesCreate
|
|
2382
|
+
*/
|
|
2383
|
+
'messageTypeData': Messagetypedata1;
|
|
2384
|
+
/**
|
|
2385
|
+
*
|
|
2386
|
+
* @type {string}
|
|
2387
|
+
* @memberof MessagesCreate
|
|
2388
|
+
*/
|
|
2389
|
+
'conversationId': string;
|
|
2390
|
+
/**
|
|
2391
|
+
*
|
|
2392
|
+
* @type {string}
|
|
2393
|
+
* @memberof MessagesCreate
|
|
2394
|
+
*/
|
|
2395
|
+
'createdAt': string;
|
|
2396
|
+
/**
|
|
2397
|
+
*
|
|
2398
|
+
* @type {string}
|
|
2399
|
+
* @memberof MessagesCreate
|
|
2400
|
+
*/
|
|
2401
|
+
'updatedAt': string;
|
|
2402
|
+
/**
|
|
2403
|
+
*
|
|
2404
|
+
* @type {string}
|
|
2405
|
+
* @memberof MessagesCreate
|
|
2406
|
+
*/
|
|
2407
|
+
'createdByName': string;
|
|
2408
|
+
/**
|
|
2409
|
+
*
|
|
2410
|
+
* @type {string}
|
|
2411
|
+
* @memberof MessagesCreate
|
|
2412
|
+
*/
|
|
2413
|
+
'updatedByName': string;
|
|
2414
|
+
/**
|
|
2415
|
+
*
|
|
2416
|
+
* @type {string}
|
|
2417
|
+
* @memberof MessagesCreate
|
|
2418
|
+
*/
|
|
2419
|
+
'providerInstance': string;
|
|
2420
|
+
}
|
|
2421
|
+
/**
|
|
2422
|
+
*
|
|
2423
|
+
* @export
|
|
2424
|
+
* @interface MessagesGet
|
|
2425
|
+
*/
|
|
2426
|
+
interface MessagesGet {
|
|
2427
|
+
/**
|
|
2428
|
+
*
|
|
2429
|
+
* @type {MessageDirection}
|
|
2430
|
+
* @memberof MessagesGet
|
|
2431
|
+
*/
|
|
2432
|
+
'direction': MessageDirection;
|
|
2433
|
+
/**
|
|
2434
|
+
*
|
|
2435
|
+
* @type {string}
|
|
2436
|
+
* @memberof MessagesGet
|
|
2437
|
+
*/
|
|
2438
|
+
'sentAt'?: string | null;
|
|
2439
|
+
/**
|
|
2440
|
+
*
|
|
2441
|
+
* @type {string}
|
|
2442
|
+
* @memberof MessagesGet
|
|
2443
|
+
*/
|
|
2444
|
+
'deliveredAt'?: string | null;
|
|
2445
|
+
/**
|
|
2446
|
+
*
|
|
2447
|
+
* @type {string}
|
|
2448
|
+
* @memberof MessagesGet
|
|
2449
|
+
*/
|
|
2450
|
+
'readAt'?: string | null;
|
|
2451
|
+
/**
|
|
2452
|
+
*
|
|
2453
|
+
* @type {string}
|
|
2454
|
+
* @memberof MessagesGet
|
|
2455
|
+
*/
|
|
2456
|
+
'failedAt'?: string | null;
|
|
2457
|
+
/**
|
|
2458
|
+
*
|
|
2459
|
+
* @type {string}
|
|
2460
|
+
* @memberof MessagesGet
|
|
2461
|
+
*/
|
|
2462
|
+
'scheduledAt'?: string | null;
|
|
2463
|
+
/**
|
|
2464
|
+
*
|
|
2465
|
+
* @type {MessageStatus}
|
|
2466
|
+
* @memberof MessagesGet
|
|
2467
|
+
*/
|
|
2468
|
+
'status'?: MessageStatus;
|
|
2469
|
+
/**
|
|
2470
|
+
*
|
|
2471
|
+
* @type {string}
|
|
2472
|
+
* @memberof MessagesGet
|
|
2473
|
+
*/
|
|
2474
|
+
'body': string;
|
|
2475
|
+
/**
|
|
2476
|
+
*
|
|
2477
|
+
* @type {string}
|
|
2478
|
+
* @memberof MessagesGet
|
|
2479
|
+
*/
|
|
2480
|
+
'messageId': string;
|
|
2481
|
+
/**
|
|
2482
|
+
*
|
|
2483
|
+
* @type {Messagetypedata1}
|
|
2484
|
+
* @memberof MessagesGet
|
|
2485
|
+
*/
|
|
2486
|
+
'messageTypeData': Messagetypedata1;
|
|
2487
|
+
/**
|
|
2488
|
+
*
|
|
2489
|
+
* @type {string}
|
|
2490
|
+
* @memberof MessagesGet
|
|
2491
|
+
*/
|
|
2492
|
+
'conversationId': string;
|
|
2493
|
+
/**
|
|
2494
|
+
*
|
|
2495
|
+
* @type {string}
|
|
2496
|
+
* @memberof MessagesGet
|
|
2497
|
+
*/
|
|
2498
|
+
'createdAt': string;
|
|
2499
|
+
/**
|
|
2500
|
+
*
|
|
2501
|
+
* @type {string}
|
|
2502
|
+
* @memberof MessagesGet
|
|
2503
|
+
*/
|
|
2504
|
+
'updatedAt': string;
|
|
2505
|
+
/**
|
|
2506
|
+
*
|
|
2507
|
+
* @type {string}
|
|
2508
|
+
* @memberof MessagesGet
|
|
2509
|
+
*/
|
|
2510
|
+
'createdByName': string;
|
|
2511
|
+
/**
|
|
2512
|
+
*
|
|
2513
|
+
* @type {string}
|
|
2514
|
+
* @memberof MessagesGet
|
|
2515
|
+
*/
|
|
2516
|
+
'updatedByName': string;
|
|
2517
|
+
/**
|
|
2518
|
+
*
|
|
2519
|
+
* @type {string}
|
|
2520
|
+
* @memberof MessagesGet
|
|
2521
|
+
*/
|
|
2522
|
+
'providerInstance': string;
|
|
2523
|
+
}
|
|
2524
|
+
/**
|
|
2525
|
+
* @type Messagetypedata
|
|
2526
|
+
* @export
|
|
2527
|
+
*/
|
|
2528
|
+
type Messagetypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi4 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi5;
|
|
2529
|
+
/**
|
|
2530
|
+
* @type Messagetypedata1
|
|
2531
|
+
* @export
|
|
2532
|
+
*/
|
|
2533
|
+
type Messagetypedata1 = ProviderMessageApi | TwilioMessageApi | object;
|
|
2534
|
+
/**
|
|
2535
|
+
*
|
|
2536
|
+
* @export
|
|
2537
|
+
* @interface OwnerDataApi
|
|
2538
|
+
*/
|
|
2539
|
+
interface OwnerDataApi {
|
|
2540
|
+
/**
|
|
2541
|
+
*
|
|
2542
|
+
* @type {string}
|
|
2543
|
+
* @memberof OwnerDataApi
|
|
2544
|
+
*/
|
|
2545
|
+
'firstBookedAt'?: string;
|
|
2546
|
+
/**
|
|
2547
|
+
*
|
|
2548
|
+
* @type {string}
|
|
2549
|
+
* @memberof OwnerDataApi
|
|
2550
|
+
*/
|
|
2551
|
+
'firstStayAt'?: string;
|
|
2552
|
+
/**
|
|
2553
|
+
*
|
|
2554
|
+
* @type {number}
|
|
2555
|
+
* @memberof OwnerDataApi
|
|
2556
|
+
*/
|
|
2557
|
+
'totalNightsStayed'?: number;
|
|
2558
|
+
/**
|
|
2559
|
+
*
|
|
2560
|
+
* @type {Array<string>}
|
|
2561
|
+
* @memberof OwnerDataApi
|
|
2562
|
+
*/
|
|
2563
|
+
'listingIds': Array<string>;
|
|
2564
|
+
}
|
|
2565
|
+
/**
|
|
2566
|
+
*
|
|
2567
|
+
* @export
|
|
2568
|
+
* @interface PaginatedResponseContacts
|
|
2569
|
+
*/
|
|
2570
|
+
interface PaginatedResponseContacts {
|
|
2571
|
+
/**
|
|
2572
|
+
*
|
|
2573
|
+
* @type {Array<Contacts>}
|
|
2574
|
+
* @memberof PaginatedResponseContacts
|
|
2575
|
+
*/
|
|
2576
|
+
'data': Array<Contacts>;
|
|
2577
|
+
/**
|
|
2578
|
+
*
|
|
2579
|
+
* @type {string}
|
|
2580
|
+
* @memberof PaginatedResponseContacts
|
|
2581
|
+
*/
|
|
2582
|
+
'prevPageCursor'?: string | null;
|
|
2583
|
+
/**
|
|
2584
|
+
*
|
|
2585
|
+
* @type {string}
|
|
2586
|
+
* @memberof PaginatedResponseContacts
|
|
2587
|
+
*/
|
|
2588
|
+
'nextPageCursor'?: string | null;
|
|
2589
|
+
/**
|
|
2590
|
+
*
|
|
2591
|
+
* @type {number}
|
|
2592
|
+
* @memberof PaginatedResponseContacts
|
|
2593
|
+
*/
|
|
2594
|
+
'total'?: number;
|
|
2595
|
+
}
|
|
2596
|
+
/**
|
|
2597
|
+
*
|
|
2598
|
+
* @export
|
|
2599
|
+
* @interface PaginatedResponseConversations
|
|
2600
|
+
*/
|
|
2601
|
+
interface PaginatedResponseConversations {
|
|
2602
|
+
/**
|
|
2603
|
+
*
|
|
2604
|
+
* @type {Array<Conversations>}
|
|
2605
|
+
* @memberof PaginatedResponseConversations
|
|
2606
|
+
*/
|
|
2607
|
+
'data': Array<Conversations>;
|
|
2608
|
+
/**
|
|
2609
|
+
*
|
|
2610
|
+
* @type {string}
|
|
2611
|
+
* @memberof PaginatedResponseConversations
|
|
2612
|
+
*/
|
|
2613
|
+
'prevPageCursor'?: string | null;
|
|
2614
|
+
/**
|
|
2615
|
+
*
|
|
2616
|
+
* @type {string}
|
|
2617
|
+
* @memberof PaginatedResponseConversations
|
|
2618
|
+
*/
|
|
2619
|
+
'nextPageCursor'?: string | null;
|
|
2620
|
+
/**
|
|
2621
|
+
*
|
|
2622
|
+
* @type {number}
|
|
2623
|
+
* @memberof PaginatedResponseConversations
|
|
2624
|
+
*/
|
|
2625
|
+
'total'?: number;
|
|
2626
|
+
}
|
|
2627
|
+
/**
|
|
2628
|
+
*
|
|
2629
|
+
* @export
|
|
2630
|
+
* @interface PaginatedResponseListings
|
|
2631
|
+
*/
|
|
2632
|
+
interface PaginatedResponseListings {
|
|
2633
|
+
/**
|
|
2634
|
+
*
|
|
2635
|
+
* @type {Array<Listings>}
|
|
2636
|
+
* @memberof PaginatedResponseListings
|
|
2637
|
+
*/
|
|
2638
|
+
'data': Array<Listings>;
|
|
2639
|
+
/**
|
|
2640
|
+
*
|
|
2641
|
+
* @type {string}
|
|
2642
|
+
* @memberof PaginatedResponseListings
|
|
2643
|
+
*/
|
|
2644
|
+
'prevPageCursor'?: string | null;
|
|
2645
|
+
/**
|
|
2646
|
+
*
|
|
2647
|
+
* @type {string}
|
|
2648
|
+
* @memberof PaginatedResponseListings
|
|
2649
|
+
*/
|
|
2650
|
+
'nextPageCursor'?: string | null;
|
|
2651
|
+
/**
|
|
2652
|
+
*
|
|
2653
|
+
* @type {number}
|
|
2654
|
+
* @memberof PaginatedResponseListings
|
|
2655
|
+
*/
|
|
2656
|
+
'total'?: number;
|
|
2657
|
+
}
|
|
2658
|
+
/**
|
|
2659
|
+
*
|
|
2660
|
+
* @export
|
|
2661
|
+
* @interface PaginatedResponseMessages
|
|
2662
|
+
*/
|
|
2663
|
+
interface PaginatedResponseMessages {
|
|
2664
|
+
/**
|
|
2665
|
+
*
|
|
2666
|
+
* @type {Array<Messages>}
|
|
2667
|
+
* @memberof PaginatedResponseMessages
|
|
2668
|
+
*/
|
|
2669
|
+
'data': Array<Messages>;
|
|
2670
|
+
/**
|
|
2671
|
+
*
|
|
2672
|
+
* @type {string}
|
|
2673
|
+
* @memberof PaginatedResponseMessages
|
|
2674
|
+
*/
|
|
2675
|
+
'prevPageCursor'?: string | null;
|
|
2676
|
+
/**
|
|
2677
|
+
*
|
|
2678
|
+
* @type {string}
|
|
2679
|
+
* @memberof PaginatedResponseMessages
|
|
2680
|
+
*/
|
|
2681
|
+
'nextPageCursor'?: string | null;
|
|
2682
|
+
/**
|
|
2683
|
+
*
|
|
2684
|
+
* @type {number}
|
|
2685
|
+
* @memberof PaginatedResponseMessages
|
|
2686
|
+
*/
|
|
2687
|
+
'total'?: number;
|
|
2688
|
+
}
|
|
2689
|
+
/**
|
|
2690
|
+
*
|
|
2691
|
+
* @export
|
|
2692
|
+
* @interface PaginatedResponseReservations
|
|
2693
|
+
*/
|
|
2694
|
+
interface PaginatedResponseReservations {
|
|
2695
|
+
/**
|
|
2696
|
+
*
|
|
2697
|
+
* @type {Array<Reservations>}
|
|
2698
|
+
* @memberof PaginatedResponseReservations
|
|
2699
|
+
*/
|
|
2700
|
+
'data': Array<Reservations>;
|
|
2701
|
+
/**
|
|
2702
|
+
*
|
|
2703
|
+
* @type {string}
|
|
2704
|
+
* @memberof PaginatedResponseReservations
|
|
2705
|
+
*/
|
|
2706
|
+
'prevPageCursor'?: string | null;
|
|
2707
|
+
/**
|
|
2708
|
+
*
|
|
2709
|
+
* @type {string}
|
|
2710
|
+
* @memberof PaginatedResponseReservations
|
|
2711
|
+
*/
|
|
2712
|
+
'nextPageCursor'?: string | null;
|
|
2713
|
+
/**
|
|
2714
|
+
*
|
|
2715
|
+
* @type {number}
|
|
2716
|
+
* @memberof PaginatedResponseReservations
|
|
2717
|
+
*/
|
|
2718
|
+
'total'?: number;
|
|
2719
|
+
}
|
|
2720
|
+
/**
|
|
2721
|
+
*
|
|
2722
|
+
* @export
|
|
2723
|
+
* @enum {string}
|
|
2724
|
+
*/
|
|
2725
|
+
declare const PaginationDirection: {
|
|
2726
|
+
readonly Forward: "forward";
|
|
2727
|
+
readonly Backward: "backward";
|
|
2728
|
+
};
|
|
2729
|
+
type PaginationDirection = typeof PaginationDirection[keyof typeof PaginationDirection];
|
|
2730
|
+
/**
|
|
2731
|
+
*
|
|
2732
|
+
* @export
|
|
2733
|
+
* @interface PhoneApi
|
|
2734
|
+
*/
|
|
2735
|
+
interface PhoneApi {
|
|
2736
|
+
/**
|
|
2737
|
+
*
|
|
2738
|
+
* @type {string}
|
|
2739
|
+
* @memberof PhoneApi
|
|
2740
|
+
*/
|
|
2741
|
+
'phoneId': string;
|
|
2146
2742
|
/**
|
|
2147
2743
|
*
|
|
2148
2744
|
* @type {string}
|
|
@@ -2158,127 +2754,333 @@ interface PhoneApi {
|
|
|
2158
2754
|
/**
|
|
2159
2755
|
*
|
|
2160
2756
|
* @type {string}
|
|
2161
|
-
* @memberof PhoneApi
|
|
2757
|
+
* @memberof PhoneApi
|
|
2758
|
+
*/
|
|
2759
|
+
'deletedAt'?: string | null;
|
|
2760
|
+
/**
|
|
2761
|
+
*
|
|
2762
|
+
* @type {boolean}
|
|
2763
|
+
* @memberof PhoneApi
|
|
2764
|
+
*/
|
|
2765
|
+
'isPrimary': boolean;
|
|
2766
|
+
}
|
|
2767
|
+
/**
|
|
2768
|
+
*
|
|
2769
|
+
* @export
|
|
2770
|
+
* @interface PhoneNumberCreate
|
|
2771
|
+
*/
|
|
2772
|
+
interface PhoneNumberCreate {
|
|
2773
|
+
/**
|
|
2774
|
+
*
|
|
2775
|
+
* @type {string}
|
|
2776
|
+
* @memberof PhoneNumberCreate
|
|
2777
|
+
*/
|
|
2778
|
+
'phone': string;
|
|
2779
|
+
/**
|
|
2780
|
+
*
|
|
2781
|
+
* @type {boolean}
|
|
2782
|
+
* @memberof PhoneNumberCreate
|
|
2783
|
+
*/
|
|
2784
|
+
'isPrimary'?: boolean | null;
|
|
2785
|
+
}
|
|
2786
|
+
/**
|
|
2787
|
+
*
|
|
2788
|
+
* @export
|
|
2789
|
+
* @interface PhoneNumberUpdate
|
|
2790
|
+
*/
|
|
2791
|
+
interface PhoneNumberUpdate {
|
|
2792
|
+
/**
|
|
2793
|
+
*
|
|
2794
|
+
* @type {string}
|
|
2795
|
+
* @memberof PhoneNumberUpdate
|
|
2796
|
+
*/
|
|
2797
|
+
'phone'?: string | null;
|
|
2798
|
+
/**
|
|
2799
|
+
*
|
|
2800
|
+
* @type {boolean}
|
|
2801
|
+
* @memberof PhoneNumberUpdate
|
|
2802
|
+
*/
|
|
2803
|
+
'isPrimary'?: boolean | null;
|
|
2804
|
+
}
|
|
2805
|
+
/**
|
|
2806
|
+
*
|
|
2807
|
+
* @export
|
|
2808
|
+
* @interface PhoneNumbersCreate
|
|
2809
|
+
*/
|
|
2810
|
+
interface PhoneNumbersCreate {
|
|
2811
|
+
/**
|
|
2812
|
+
*
|
|
2813
|
+
* @type {string}
|
|
2814
|
+
* @memberof PhoneNumbersCreate
|
|
2815
|
+
*/
|
|
2816
|
+
'phoneId': string;
|
|
2817
|
+
/**
|
|
2818
|
+
*
|
|
2819
|
+
* @type {string}
|
|
2820
|
+
* @memberof PhoneNumbersCreate
|
|
2821
|
+
*/
|
|
2822
|
+
'phone': string;
|
|
2823
|
+
/**
|
|
2824
|
+
*
|
|
2825
|
+
* @type {string}
|
|
2826
|
+
* @memberof PhoneNumbersCreate
|
|
2827
|
+
*/
|
|
2828
|
+
'providerId': string;
|
|
2829
|
+
/**
|
|
2830
|
+
*
|
|
2831
|
+
* @type {string}
|
|
2832
|
+
* @memberof PhoneNumbersCreate
|
|
2833
|
+
*/
|
|
2834
|
+
'deletedAt'?: string | null;
|
|
2835
|
+
/**
|
|
2836
|
+
*
|
|
2837
|
+
* @type {boolean}
|
|
2838
|
+
* @memberof PhoneNumbersCreate
|
|
2839
|
+
*/
|
|
2840
|
+
'isPrimary': boolean;
|
|
2841
|
+
}
|
|
2842
|
+
/**
|
|
2843
|
+
*
|
|
2844
|
+
* @export
|
|
2845
|
+
* @interface PhoneNumbersUpdate
|
|
2846
|
+
*/
|
|
2847
|
+
interface PhoneNumbersUpdate {
|
|
2848
|
+
/**
|
|
2849
|
+
*
|
|
2850
|
+
* @type {string}
|
|
2851
|
+
* @memberof PhoneNumbersUpdate
|
|
2852
|
+
*/
|
|
2853
|
+
'phoneId': string;
|
|
2854
|
+
/**
|
|
2855
|
+
*
|
|
2856
|
+
* @type {string}
|
|
2857
|
+
* @memberof PhoneNumbersUpdate
|
|
2858
|
+
*/
|
|
2859
|
+
'phone': string;
|
|
2860
|
+
/**
|
|
2861
|
+
*
|
|
2862
|
+
* @type {string}
|
|
2863
|
+
* @memberof PhoneNumbersUpdate
|
|
2864
|
+
*/
|
|
2865
|
+
'providerId': string;
|
|
2866
|
+
/**
|
|
2867
|
+
*
|
|
2868
|
+
* @type {string}
|
|
2869
|
+
* @memberof PhoneNumbersUpdate
|
|
2162
2870
|
*/
|
|
2163
2871
|
'deletedAt'?: string | null;
|
|
2164
2872
|
/**
|
|
2165
2873
|
*
|
|
2166
2874
|
* @type {boolean}
|
|
2167
|
-
* @memberof
|
|
2875
|
+
* @memberof PhoneNumbersUpdate
|
|
2168
2876
|
*/
|
|
2169
2877
|
'isPrimary': boolean;
|
|
2170
2878
|
}
|
|
2171
2879
|
/**
|
|
2172
2880
|
*
|
|
2173
2881
|
* @export
|
|
2174
|
-
* @interface
|
|
2882
|
+
* @interface ProviderCreate
|
|
2175
2883
|
*/
|
|
2176
|
-
interface
|
|
2884
|
+
interface ProviderCreate {
|
|
2177
2885
|
/**
|
|
2178
2886
|
*
|
|
2179
2887
|
* @type {string}
|
|
2180
|
-
* @memberof
|
|
2888
|
+
* @memberof ProviderCreate
|
|
2181
2889
|
*/
|
|
2182
|
-
'
|
|
2890
|
+
'providerApiLogin'?: string | null;
|
|
2183
2891
|
/**
|
|
2184
2892
|
*
|
|
2185
|
-
* @type {
|
|
2186
|
-
* @memberof
|
|
2893
|
+
* @type {string}
|
|
2894
|
+
* @memberof ProviderCreate
|
|
2187
2895
|
*/
|
|
2188
|
-
'
|
|
2896
|
+
'providerApiKey'?: string | null;
|
|
2897
|
+
/**
|
|
2898
|
+
*
|
|
2899
|
+
* @type {string}
|
|
2900
|
+
* @memberof ProviderCreate
|
|
2901
|
+
*/
|
|
2902
|
+
'webhookLogin'?: string | null;
|
|
2903
|
+
/**
|
|
2904
|
+
*
|
|
2905
|
+
* @type {string}
|
|
2906
|
+
* @memberof ProviderCreate
|
|
2907
|
+
*/
|
|
2908
|
+
'webhookPassword'?: string | null;
|
|
2909
|
+
/**
|
|
2910
|
+
*
|
|
2911
|
+
* @type {string}
|
|
2912
|
+
* @memberof ProviderCreate
|
|
2913
|
+
*/
|
|
2914
|
+
'providerId'?: string | null;
|
|
2915
|
+
/**
|
|
2916
|
+
*
|
|
2917
|
+
* @type {string}
|
|
2918
|
+
* @memberof ProviderCreate
|
|
2919
|
+
*/
|
|
2920
|
+
'providerType': string;
|
|
2921
|
+
/**
|
|
2922
|
+
*
|
|
2923
|
+
* @type {string}
|
|
2924
|
+
* @memberof ProviderCreate
|
|
2925
|
+
*/
|
|
2926
|
+
'providerAccountId': string;
|
|
2189
2927
|
}
|
|
2190
2928
|
/**
|
|
2191
2929
|
*
|
|
2192
2930
|
* @export
|
|
2193
|
-
* @interface
|
|
2931
|
+
* @interface ProviderMessageApi
|
|
2194
2932
|
*/
|
|
2195
|
-
interface
|
|
2933
|
+
interface ProviderMessageApi {
|
|
2196
2934
|
/**
|
|
2197
2935
|
*
|
|
2198
2936
|
* @type {string}
|
|
2199
|
-
* @memberof
|
|
2937
|
+
* @memberof ProviderMessageApi
|
|
2200
2938
|
*/
|
|
2201
|
-
'
|
|
2939
|
+
'conversationType': ProviderMessageApiConversationTypeEnum;
|
|
2940
|
+
}
|
|
2941
|
+
declare const ProviderMessageApiConversationTypeEnum: {
|
|
2942
|
+
readonly Provider: "PROVIDER";
|
|
2943
|
+
};
|
|
2944
|
+
type ProviderMessageApiConversationTypeEnum = typeof ProviderMessageApiConversationTypeEnum[keyof typeof ProviderMessageApiConversationTypeEnum];
|
|
2945
|
+
/**
|
|
2946
|
+
*
|
|
2947
|
+
* @export
|
|
2948
|
+
* @interface ProviderUpdate
|
|
2949
|
+
*/
|
|
2950
|
+
interface ProviderUpdate {
|
|
2202
2951
|
/**
|
|
2203
2952
|
*
|
|
2204
2953
|
* @type {string}
|
|
2205
|
-
* @memberof
|
|
2954
|
+
* @memberof ProviderUpdate
|
|
2206
2955
|
*/
|
|
2207
|
-
'
|
|
2956
|
+
'providerApiLogin'?: string | null;
|
|
2208
2957
|
/**
|
|
2209
2958
|
*
|
|
2210
2959
|
* @type {string}
|
|
2211
|
-
* @memberof
|
|
2960
|
+
* @memberof ProviderUpdate
|
|
2212
2961
|
*/
|
|
2213
|
-
'
|
|
2962
|
+
'providerApiKey'?: string | null;
|
|
2214
2963
|
/**
|
|
2215
2964
|
*
|
|
2216
2965
|
* @type {string}
|
|
2217
|
-
* @memberof
|
|
2966
|
+
* @memberof ProviderUpdate
|
|
2218
2967
|
*/
|
|
2219
|
-
'
|
|
2968
|
+
'webhookLogin'?: string | null;
|
|
2220
2969
|
/**
|
|
2221
2970
|
*
|
|
2222
|
-
* @type {
|
|
2223
|
-
* @memberof
|
|
2971
|
+
* @type {string}
|
|
2972
|
+
* @memberof ProviderUpdate
|
|
2224
2973
|
*/
|
|
2225
|
-
'
|
|
2974
|
+
'webhookPassword'?: string | null;
|
|
2975
|
+
/**
|
|
2976
|
+
*
|
|
2977
|
+
* @type {string}
|
|
2978
|
+
* @memberof ProviderUpdate
|
|
2979
|
+
*/
|
|
2980
|
+
'testAttr'?: string | null;
|
|
2226
2981
|
}
|
|
2227
2982
|
/**
|
|
2228
2983
|
*
|
|
2229
2984
|
* @export
|
|
2230
|
-
* @interface
|
|
2985
|
+
* @interface Reservations
|
|
2231
2986
|
*/
|
|
2232
|
-
interface
|
|
2233
|
-
/**
|
|
2234
|
-
*
|
|
2235
|
-
* @type {string}
|
|
2236
|
-
* @memberof ReservationsList
|
|
2237
|
-
*/
|
|
2238
|
-
'providerId': string;
|
|
2987
|
+
interface Reservations {
|
|
2239
2988
|
/**
|
|
2240
2989
|
*
|
|
2241
2990
|
* @type {string}
|
|
2242
|
-
* @memberof
|
|
2991
|
+
* @memberof Reservations
|
|
2243
2992
|
*/
|
|
2244
2993
|
'providerReservationId': string;
|
|
2245
2994
|
/**
|
|
2246
2995
|
*
|
|
2247
2996
|
* @type {string}
|
|
2248
|
-
* @memberof
|
|
2997
|
+
* @memberof Reservations
|
|
2249
2998
|
*/
|
|
2250
2999
|
'providerListingId': string;
|
|
2251
3000
|
/**
|
|
2252
3001
|
*
|
|
2253
3002
|
* @type {string}
|
|
2254
|
-
* @memberof
|
|
3003
|
+
* @memberof Reservations
|
|
2255
3004
|
*/
|
|
2256
3005
|
'reservationStatus': string;
|
|
2257
3006
|
/**
|
|
2258
3007
|
*
|
|
2259
3008
|
* @type {string}
|
|
2260
|
-
* @memberof
|
|
3009
|
+
* @memberof Reservations
|
|
2261
3010
|
*/
|
|
2262
3011
|
'arrivalAtPropertyTz': string;
|
|
2263
3012
|
/**
|
|
2264
3013
|
*
|
|
2265
3014
|
* @type {string}
|
|
2266
|
-
* @memberof
|
|
3015
|
+
* @memberof Reservations
|
|
2267
3016
|
*/
|
|
2268
3017
|
'departureAtPropertyTz': string;
|
|
2269
3018
|
/**
|
|
2270
3019
|
*
|
|
2271
3020
|
* @type {number}
|
|
2272
|
-
* @memberof
|
|
3021
|
+
* @memberof Reservations
|
|
2273
3022
|
*/
|
|
2274
3023
|
'nights': number;
|
|
2275
3024
|
/**
|
|
2276
3025
|
*
|
|
2277
3026
|
* @type {number}
|
|
2278
|
-
* @memberof
|
|
3027
|
+
* @memberof Reservations
|
|
2279
3028
|
*/
|
|
2280
3029
|
'totalPrice': number;
|
|
3030
|
+
/**
|
|
3031
|
+
*
|
|
3032
|
+
* @type {string}
|
|
3033
|
+
* @memberof Reservations
|
|
3034
|
+
*/
|
|
3035
|
+
'reservationId': string;
|
|
3036
|
+
/**
|
|
3037
|
+
*
|
|
3038
|
+
* @type {string}
|
|
3039
|
+
* @memberof Reservations
|
|
3040
|
+
*/
|
|
3041
|
+
'listingId': string;
|
|
3042
|
+
/**
|
|
3043
|
+
*
|
|
3044
|
+
* @type {string}
|
|
3045
|
+
* @memberof Reservations
|
|
3046
|
+
*/
|
|
3047
|
+
'listingTitle': string;
|
|
3048
|
+
/**
|
|
3049
|
+
*
|
|
3050
|
+
* @type {string}
|
|
3051
|
+
* @memberof Reservations
|
|
3052
|
+
*/
|
|
3053
|
+
'createdAt': string;
|
|
3054
|
+
/**
|
|
3055
|
+
*
|
|
3056
|
+
* @type {string}
|
|
3057
|
+
* @memberof Reservations
|
|
3058
|
+
*/
|
|
3059
|
+
'updatedAt': string;
|
|
3060
|
+
/**
|
|
3061
|
+
*
|
|
3062
|
+
* @type {string}
|
|
3063
|
+
* @memberof Reservations
|
|
3064
|
+
*/
|
|
3065
|
+
'createdByName': string;
|
|
3066
|
+
/**
|
|
3067
|
+
*
|
|
3068
|
+
* @type {string}
|
|
3069
|
+
* @memberof Reservations
|
|
3070
|
+
*/
|
|
3071
|
+
'updatedByName': string;
|
|
3072
|
+
/**
|
|
3073
|
+
*
|
|
3074
|
+
* @type {string}
|
|
3075
|
+
* @memberof Reservations
|
|
3076
|
+
*/
|
|
3077
|
+
'providerInstance': string;
|
|
2281
3078
|
}
|
|
3079
|
+
/**
|
|
3080
|
+
* @type Sendertypedata
|
|
3081
|
+
* @export
|
|
3082
|
+
*/
|
|
3083
|
+
type Sendertypedata = TwilioInboundSenderTypeDataApi | TwilioOutboundSenderTypeDataApi;
|
|
2282
3084
|
/**
|
|
2283
3085
|
*
|
|
2284
3086
|
* @export
|
|
@@ -2289,6 +3091,15 @@ declare const SortOrder: {
|
|
|
2289
3091
|
readonly Desc: "desc";
|
|
2290
3092
|
};
|
|
2291
3093
|
type SortOrder = typeof SortOrder[keyof typeof SortOrder];
|
|
3094
|
+
/**
|
|
3095
|
+
*
|
|
3096
|
+
* @export
|
|
3097
|
+
* @enum {string}
|
|
3098
|
+
*/
|
|
3099
|
+
declare const SrcResourceModelsConversationsModelConversationsModelConversationSortBy: {
|
|
3100
|
+
readonly UpdatedAt: "updated_at";
|
|
3101
|
+
};
|
|
3102
|
+
type SrcResourceModelsConversationsModelConversationsModelConversationSortBy = typeof SrcResourceModelsConversationsModelConversationsModelConversationSortBy[keyof typeof SrcResourceModelsConversationsModelConversationsModelConversationSortBy];
|
|
2292
3103
|
/**
|
|
2293
3104
|
*
|
|
2294
3105
|
* @export
|
|
@@ -2300,24 +3111,44 @@ interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi1 {
|
|
|
2300
3111
|
* @type {string}
|
|
2301
3112
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
2302
3113
|
*/
|
|
2303
|
-
'
|
|
3114
|
+
'street1': string;
|
|
2304
3115
|
/**
|
|
2305
3116
|
*
|
|
2306
3117
|
* @type {string}
|
|
2307
3118
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
2308
3119
|
*/
|
|
2309
|
-
'
|
|
3120
|
+
'street2'?: string | null;
|
|
2310
3121
|
/**
|
|
2311
3122
|
*
|
|
2312
|
-
* @type {
|
|
3123
|
+
* @type {string}
|
|
2313
3124
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
2314
3125
|
*/
|
|
2315
|
-
'
|
|
3126
|
+
'country': string;
|
|
3127
|
+
/**
|
|
3128
|
+
*
|
|
3129
|
+
* @type {string}
|
|
3130
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3131
|
+
*/
|
|
3132
|
+
'locality': string;
|
|
3133
|
+
/**
|
|
3134
|
+
*
|
|
3135
|
+
* @type {string}
|
|
3136
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3137
|
+
*/
|
|
3138
|
+
'postalCode': string;
|
|
3139
|
+
/**
|
|
3140
|
+
*
|
|
3141
|
+
* @type {string}
|
|
3142
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3143
|
+
*/
|
|
3144
|
+
'region': string;
|
|
3145
|
+
/**
|
|
3146
|
+
*
|
|
3147
|
+
* @type {boolean}
|
|
3148
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3149
|
+
*/
|
|
3150
|
+
'isPrimary'?: boolean | null;
|
|
2316
3151
|
}
|
|
2317
|
-
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum: {
|
|
2318
|
-
readonly Twilio: "TWILIO";
|
|
2319
|
-
};
|
|
2320
|
-
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum];
|
|
2321
3152
|
/**
|
|
2322
3153
|
*
|
|
2323
3154
|
* @export
|
|
@@ -2330,15 +3161,21 @@ interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi2 {
|
|
|
2330
3161
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
2331
3162
|
*/
|
|
2332
3163
|
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum;
|
|
3164
|
+
/**
|
|
3165
|
+
*
|
|
3166
|
+
* @type {string}
|
|
3167
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
3168
|
+
*/
|
|
3169
|
+
'fromManagedPhoneId': string;
|
|
2333
3170
|
/**
|
|
2334
3171
|
*
|
|
2335
3172
|
* @type {Array<string>}
|
|
2336
3173
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
2337
3174
|
*/
|
|
2338
|
-
'
|
|
3175
|
+
'toContactPhoneIds'?: Array<string> | null;
|
|
2339
3176
|
}
|
|
2340
3177
|
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum: {
|
|
2341
|
-
readonly
|
|
3178
|
+
readonly Twilio: "TWILIO";
|
|
2342
3179
|
};
|
|
2343
3180
|
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum];
|
|
2344
3181
|
/**
|
|
@@ -2355,102 +3192,224 @@ interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 {
|
|
|
2355
3192
|
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum;
|
|
2356
3193
|
/**
|
|
2357
3194
|
*
|
|
2358
|
-
* @type {string}
|
|
3195
|
+
* @type {Array<string>}
|
|
2359
3196
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
2360
3197
|
*/
|
|
2361
|
-
'
|
|
3198
|
+
'emailIds'?: Array<string> | null;
|
|
2362
3199
|
}
|
|
2363
3200
|
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum: {
|
|
3201
|
+
readonly Email: "EMAIL";
|
|
3202
|
+
};
|
|
3203
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum];
|
|
3204
|
+
/**
|
|
3205
|
+
*
|
|
3206
|
+
* @export
|
|
3207
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3208
|
+
*/
|
|
3209
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4 {
|
|
3210
|
+
/**
|
|
3211
|
+
*
|
|
3212
|
+
* @type {string}
|
|
3213
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3214
|
+
*/
|
|
3215
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum;
|
|
3216
|
+
/**
|
|
3217
|
+
*
|
|
3218
|
+
* @type {string}
|
|
3219
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3220
|
+
*/
|
|
3221
|
+
'body': string;
|
|
3222
|
+
}
|
|
3223
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum: {
|
|
3224
|
+
readonly Twilio: "TWILIO";
|
|
3225
|
+
};
|
|
3226
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum];
|
|
3227
|
+
/**
|
|
3228
|
+
*
|
|
3229
|
+
* @export
|
|
3230
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3231
|
+
*/
|
|
3232
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi5 {
|
|
3233
|
+
/**
|
|
3234
|
+
*
|
|
3235
|
+
* @type {string}
|
|
3236
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3237
|
+
*/
|
|
3238
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum;
|
|
3239
|
+
/**
|
|
3240
|
+
*
|
|
3241
|
+
* @type {string}
|
|
3242
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3243
|
+
*/
|
|
3244
|
+
'outboundFromManagedEmailId'?: string | null;
|
|
3245
|
+
/**
|
|
3246
|
+
*
|
|
3247
|
+
* @type {string}
|
|
3248
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3249
|
+
*/
|
|
3250
|
+
'subject': string;
|
|
3251
|
+
/**
|
|
3252
|
+
*
|
|
3253
|
+
* @type {string}
|
|
3254
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3255
|
+
*/
|
|
3256
|
+
'htmlBody': string | null;
|
|
3257
|
+
/**
|
|
3258
|
+
*
|
|
3259
|
+
* @type {string}
|
|
3260
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3261
|
+
*/
|
|
3262
|
+
'plainBody': string | null;
|
|
3263
|
+
}
|
|
3264
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum: {
|
|
3265
|
+
readonly Email: "EMAIL";
|
|
3266
|
+
};
|
|
3267
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum];
|
|
3268
|
+
/**
|
|
3269
|
+
*
|
|
3270
|
+
* @export
|
|
3271
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1
|
|
3272
|
+
*/
|
|
3273
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1 {
|
|
3274
|
+
/**
|
|
3275
|
+
*
|
|
3276
|
+
* @type {string}
|
|
3277
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1
|
|
3278
|
+
*/
|
|
3279
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum;
|
|
3280
|
+
/**
|
|
3281
|
+
*
|
|
3282
|
+
* @type {Array<string>}
|
|
3283
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1
|
|
3284
|
+
*/
|
|
3285
|
+
'toContactPhoneIds'?: Array<string> | null;
|
|
3286
|
+
}
|
|
3287
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum: {
|
|
2364
3288
|
readonly Twilio: "TWILIO";
|
|
2365
3289
|
};
|
|
2366
|
-
type
|
|
3290
|
+
type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum];
|
|
3291
|
+
/**
|
|
3292
|
+
*
|
|
3293
|
+
* @export
|
|
3294
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2
|
|
3295
|
+
*/
|
|
3296
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2 {
|
|
3297
|
+
/**
|
|
3298
|
+
*
|
|
3299
|
+
* @type {string}
|
|
3300
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2
|
|
3301
|
+
*/
|
|
3302
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum;
|
|
3303
|
+
/**
|
|
3304
|
+
*
|
|
3305
|
+
* @type {Array<string>}
|
|
3306
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2
|
|
3307
|
+
*/
|
|
3308
|
+
'emailIds'?: Array<string> | null;
|
|
3309
|
+
}
|
|
3310
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum: {
|
|
3311
|
+
readonly Email: "EMAIL";
|
|
3312
|
+
};
|
|
3313
|
+
type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum];
|
|
3314
|
+
/**
|
|
3315
|
+
*
|
|
3316
|
+
* @export
|
|
3317
|
+
* @enum {string}
|
|
3318
|
+
*/
|
|
3319
|
+
declare const SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy: {
|
|
3320
|
+
readonly CreatedAt: "created_at";
|
|
3321
|
+
};
|
|
3322
|
+
type SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy = typeof SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy[keyof typeof SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy];
|
|
2367
3323
|
/**
|
|
2368
3324
|
*
|
|
2369
3325
|
* @export
|
|
2370
|
-
* @
|
|
3326
|
+
* @enum {string}
|
|
2371
3327
|
*/
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
2383
|
-
*/
|
|
2384
|
-
'outboundFromManagedEmailId'?: string | null;
|
|
2385
|
-
/**
|
|
2386
|
-
*
|
|
2387
|
-
* @type {string}
|
|
2388
|
-
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
2389
|
-
*/
|
|
2390
|
-
'subject': string;
|
|
3328
|
+
declare const SrcResourceModelsReservationsModelReservationBaseModelSortBy: {
|
|
3329
|
+
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
3330
|
+
};
|
|
3331
|
+
type SrcResourceModelsReservationsModelReservationBaseModelSortBy = typeof SrcResourceModelsReservationsModelReservationBaseModelSortBy[keyof typeof SrcResourceModelsReservationsModelReservationBaseModelSortBy];
|
|
3332
|
+
/**
|
|
3333
|
+
*
|
|
3334
|
+
* @export
|
|
3335
|
+
* @interface TwilioInboundSenderTypeDataApi
|
|
3336
|
+
*/
|
|
3337
|
+
interface TwilioInboundSenderTypeDataApi {
|
|
2391
3338
|
/**
|
|
2392
3339
|
*
|
|
2393
3340
|
* @type {string}
|
|
2394
|
-
* @memberof
|
|
3341
|
+
* @memberof TwilioInboundSenderTypeDataApi
|
|
2395
3342
|
*/
|
|
2396
|
-
'
|
|
3343
|
+
'direction': TwilioInboundSenderTypeDataApiDirectionEnum;
|
|
2397
3344
|
/**
|
|
2398
3345
|
*
|
|
2399
3346
|
* @type {string}
|
|
2400
|
-
* @memberof
|
|
3347
|
+
* @memberof TwilioInboundSenderTypeDataApi
|
|
2401
3348
|
*/
|
|
2402
|
-
'
|
|
3349
|
+
'fromPhoneId'?: string | null;
|
|
2403
3350
|
}
|
|
2404
|
-
declare const
|
|
2405
|
-
readonly
|
|
3351
|
+
declare const TwilioInboundSenderTypeDataApiDirectionEnum: {
|
|
3352
|
+
readonly Inbound: "INBOUND";
|
|
2406
3353
|
};
|
|
2407
|
-
type
|
|
3354
|
+
type TwilioInboundSenderTypeDataApiDirectionEnum = typeof TwilioInboundSenderTypeDataApiDirectionEnum[keyof typeof TwilioInboundSenderTypeDataApiDirectionEnum];
|
|
2408
3355
|
/**
|
|
2409
3356
|
*
|
|
2410
3357
|
* @export
|
|
2411
|
-
* @interface
|
|
3358
|
+
* @interface TwilioMessageApi
|
|
2412
3359
|
*/
|
|
2413
|
-
interface
|
|
3360
|
+
interface TwilioMessageApi {
|
|
2414
3361
|
/**
|
|
2415
3362
|
*
|
|
2416
3363
|
* @type {string}
|
|
2417
|
-
* @memberof
|
|
3364
|
+
* @memberof TwilioMessageApi
|
|
2418
3365
|
*/
|
|
2419
|
-
'conversationType':
|
|
3366
|
+
'conversationType': TwilioMessageApiConversationTypeEnum;
|
|
3367
|
+
/**
|
|
3368
|
+
*
|
|
3369
|
+
* @type {string}
|
|
3370
|
+
* @memberof TwilioMessageApi
|
|
3371
|
+
*/
|
|
3372
|
+
'body'?: string | null;
|
|
2420
3373
|
/**
|
|
2421
3374
|
*
|
|
2422
3375
|
* @type {Array<string>}
|
|
2423
|
-
* @memberof
|
|
3376
|
+
* @memberof TwilioMessageApi
|
|
2424
3377
|
*/
|
|
2425
|
-
'
|
|
3378
|
+
'mediaUrl'?: Array<string> | null;
|
|
3379
|
+
/**
|
|
3380
|
+
*
|
|
3381
|
+
* @type {Sendertypedata}
|
|
3382
|
+
* @memberof TwilioMessageApi
|
|
3383
|
+
*/
|
|
3384
|
+
'senderTypeData': Sendertypedata;
|
|
2426
3385
|
}
|
|
2427
|
-
declare const
|
|
3386
|
+
declare const TwilioMessageApiConversationTypeEnum: {
|
|
2428
3387
|
readonly Twilio: "TWILIO";
|
|
2429
3388
|
};
|
|
2430
|
-
type
|
|
3389
|
+
type TwilioMessageApiConversationTypeEnum = typeof TwilioMessageApiConversationTypeEnum[keyof typeof TwilioMessageApiConversationTypeEnum];
|
|
2431
3390
|
/**
|
|
2432
3391
|
*
|
|
2433
3392
|
* @export
|
|
2434
|
-
* @interface
|
|
3393
|
+
* @interface TwilioOutboundSenderTypeDataApi
|
|
2435
3394
|
*/
|
|
2436
|
-
interface
|
|
3395
|
+
interface TwilioOutboundSenderTypeDataApi {
|
|
2437
3396
|
/**
|
|
2438
3397
|
*
|
|
2439
3398
|
* @type {string}
|
|
2440
|
-
* @memberof
|
|
3399
|
+
* @memberof TwilioOutboundSenderTypeDataApi
|
|
2441
3400
|
*/
|
|
2442
|
-
'
|
|
3401
|
+
'direction': TwilioOutboundSenderTypeDataApiDirectionEnum;
|
|
2443
3402
|
/**
|
|
2444
3403
|
*
|
|
2445
|
-
* @type {
|
|
2446
|
-
* @memberof
|
|
3404
|
+
* @type {string}
|
|
3405
|
+
* @memberof TwilioOutboundSenderTypeDataApi
|
|
2447
3406
|
*/
|
|
2448
|
-
'
|
|
3407
|
+
'fromManagedPhoneId': string;
|
|
2449
3408
|
}
|
|
2450
|
-
declare const
|
|
2451
|
-
readonly
|
|
3409
|
+
declare const TwilioOutboundSenderTypeDataApiDirectionEnum: {
|
|
3410
|
+
readonly Outbound: "OUTBOUND";
|
|
2452
3411
|
};
|
|
2453
|
-
type
|
|
3412
|
+
type TwilioOutboundSenderTypeDataApiDirectionEnum = typeof TwilioOutboundSenderTypeDataApiDirectionEnum[keyof typeof TwilioOutboundSenderTypeDataApiDirectionEnum];
|
|
2454
3413
|
/**
|
|
2455
3414
|
*
|
|
2456
3415
|
* @export
|
|
@@ -2788,6 +3747,15 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2788
3747
|
* @throws {RequiredError}
|
|
2789
3748
|
*/
|
|
2790
3749
|
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3750
|
+
/**
|
|
3751
|
+
*
|
|
3752
|
+
* @summary Emails Update
|
|
3753
|
+
* @param {string} emailId
|
|
3754
|
+
* @param {EmailUpdate} emailUpdate
|
|
3755
|
+
* @param {*} [options] Override http request option.
|
|
3756
|
+
* @throws {RequiredError}
|
|
3757
|
+
*/
|
|
3758
|
+
emailsUpdate: (emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2791
3759
|
/**
|
|
2792
3760
|
*
|
|
2793
3761
|
* @summary Phone_numbers Create
|
|
@@ -2805,6 +3773,15 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2805
3773
|
* @throws {RequiredError}
|
|
2806
3774
|
*/
|
|
2807
3775
|
phoneNumbersDelete: (phoneNumberId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3776
|
+
/**
|
|
3777
|
+
*
|
|
3778
|
+
* @summary Phone_numbers Update
|
|
3779
|
+
* @param {string} phoneNumberId
|
|
3780
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
3781
|
+
* @param {*} [options] Override http request option.
|
|
3782
|
+
* @throws {RequiredError}
|
|
3783
|
+
*/
|
|
3784
|
+
phoneNumbersUpdate: (phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2808
3785
|
};
|
|
2809
3786
|
/**
|
|
2810
3787
|
* ContactsApi - functional programming interface
|
|
@@ -2930,6 +3907,15 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
2930
3907
|
* @throws {RequiredError}
|
|
2931
3908
|
*/
|
|
2932
3909
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3910
|
+
/**
|
|
3911
|
+
*
|
|
3912
|
+
* @summary Emails Update
|
|
3913
|
+
* @param {string} emailId
|
|
3914
|
+
* @param {EmailUpdate} emailUpdate
|
|
3915
|
+
* @param {*} [options] Override http request option.
|
|
3916
|
+
* @throws {RequiredError}
|
|
3917
|
+
*/
|
|
3918
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsUpdate>>;
|
|
2933
3919
|
/**
|
|
2934
3920
|
*
|
|
2935
3921
|
* @summary Phone_numbers Create
|
|
@@ -2947,6 +3933,15 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
2947
3933
|
* @throws {RequiredError}
|
|
2948
3934
|
*/
|
|
2949
3935
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3936
|
+
/**
|
|
3937
|
+
*
|
|
3938
|
+
* @summary Phone_numbers Update
|
|
3939
|
+
* @param {string} phoneNumberId
|
|
3940
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
3941
|
+
* @param {*} [options] Override http request option.
|
|
3942
|
+
* @throws {RequiredError}
|
|
3943
|
+
*/
|
|
3944
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersUpdate>>;
|
|
2950
3945
|
};
|
|
2951
3946
|
/**
|
|
2952
3947
|
* ContactsApi - factory interface
|
|
@@ -3072,6 +4067,15 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
3072
4067
|
* @throws {RequiredError}
|
|
3073
4068
|
*/
|
|
3074
4069
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4070
|
+
/**
|
|
4071
|
+
*
|
|
4072
|
+
* @summary Emails Update
|
|
4073
|
+
* @param {string} emailId
|
|
4074
|
+
* @param {EmailUpdate} emailUpdate
|
|
4075
|
+
* @param {*} [options] Override http request option.
|
|
4076
|
+
* @throws {RequiredError}
|
|
4077
|
+
*/
|
|
4078
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsUpdate>;
|
|
3075
4079
|
/**
|
|
3076
4080
|
*
|
|
3077
4081
|
* @summary Phone_numbers Create
|
|
@@ -3089,6 +4093,15 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
3089
4093
|
* @throws {RequiredError}
|
|
3090
4094
|
*/
|
|
3091
4095
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4096
|
+
/**
|
|
4097
|
+
*
|
|
4098
|
+
* @summary Phone_numbers Update
|
|
4099
|
+
* @param {string} phoneNumberId
|
|
4100
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
4101
|
+
* @param {*} [options] Override http request option.
|
|
4102
|
+
* @throws {RequiredError}
|
|
4103
|
+
*/
|
|
4104
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersUpdate>;
|
|
3092
4105
|
};
|
|
3093
4106
|
/**
|
|
3094
4107
|
* ContactsApi - object-oriented interface
|
|
@@ -3229,6 +4242,16 @@ declare class ContactsApi extends BaseAPI {
|
|
|
3229
4242
|
* @memberof ContactsApi
|
|
3230
4243
|
*/
|
|
3231
4244
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
4245
|
+
/**
|
|
4246
|
+
*
|
|
4247
|
+
* @summary Emails Update
|
|
4248
|
+
* @param {string} emailId
|
|
4249
|
+
* @param {EmailUpdate} emailUpdate
|
|
4250
|
+
* @param {*} [options] Override http request option.
|
|
4251
|
+
* @throws {RequiredError}
|
|
4252
|
+
* @memberof ContactsApi
|
|
4253
|
+
*/
|
|
4254
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsUpdate, any>>;
|
|
3232
4255
|
/**
|
|
3233
4256
|
*
|
|
3234
4257
|
* @summary Phone_numbers Create
|
|
@@ -3248,6 +4271,16 @@ declare class ContactsApi extends BaseAPI {
|
|
|
3248
4271
|
* @memberof ContactsApi
|
|
3249
4272
|
*/
|
|
3250
4273
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
4274
|
+
/**
|
|
4275
|
+
*
|
|
4276
|
+
* @summary Phone_numbers Update
|
|
4277
|
+
* @param {string} phoneNumberId
|
|
4278
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
4279
|
+
* @param {*} [options] Override http request option.
|
|
4280
|
+
* @throws {RequiredError}
|
|
4281
|
+
* @memberof ContactsApi
|
|
4282
|
+
*/
|
|
4283
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersUpdate, any>>;
|
|
3251
4284
|
}
|
|
3252
4285
|
/**
|
|
3253
4286
|
* ConversationsApi - axios parameter creator
|
|
@@ -3273,11 +4306,17 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3273
4306
|
/**
|
|
3274
4307
|
* List all conversations, optionally filtered by contact_id
|
|
3275
4308
|
* @summary Conversations List
|
|
3276
|
-
* @param {string} [
|
|
4309
|
+
* @param {string | null} [searchString]
|
|
4310
|
+
* @param {string | null} [contactId]
|
|
4311
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4312
|
+
* @param {number} [limit]
|
|
4313
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4314
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
4315
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3277
4316
|
* @param {*} [options] Override http request option.
|
|
3278
4317
|
* @throws {RequiredError}
|
|
3279
4318
|
*/
|
|
3280
|
-
conversationsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4319
|
+
conversationsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3281
4320
|
/**
|
|
3282
4321
|
*
|
|
3283
4322
|
* @summary Conversations Update
|
|
@@ -3287,6 +4326,38 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3287
4326
|
* @throws {RequiredError}
|
|
3288
4327
|
*/
|
|
3289
4328
|
conversationsUpdate: (conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4329
|
+
/**
|
|
4330
|
+
*
|
|
4331
|
+
* @summary Messages Create
|
|
4332
|
+
* @param {string} conversationId
|
|
4333
|
+
* @param {MessageCreate} messageCreate
|
|
4334
|
+
* @param {*} [options] Override http request option.
|
|
4335
|
+
* @throws {RequiredError}
|
|
4336
|
+
*/
|
|
4337
|
+
messagesCreate: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4338
|
+
/**
|
|
4339
|
+
*
|
|
4340
|
+
* @summary Messages Get
|
|
4341
|
+
* @param {string} messageId
|
|
4342
|
+
* @param {*} [options] Override http request option.
|
|
4343
|
+
* @throws {RequiredError}
|
|
4344
|
+
*/
|
|
4345
|
+
messagesGet: (messageId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4346
|
+
/**
|
|
4347
|
+
*
|
|
4348
|
+
* @summary Messages List
|
|
4349
|
+
* @param {string | null} [searchString]
|
|
4350
|
+
* @param {string | null} [contactId]
|
|
4351
|
+
* @param {string | null} [conversationId]
|
|
4352
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4353
|
+
* @param {number} [limit]
|
|
4354
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4355
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
4356
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4357
|
+
* @param {*} [options] Override http request option.
|
|
4358
|
+
* @throws {RequiredError}
|
|
4359
|
+
*/
|
|
4360
|
+
messagesList: (searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3290
4361
|
};
|
|
3291
4362
|
/**
|
|
3292
4363
|
* ConversationsApi - functional programming interface
|
|
@@ -3312,11 +4383,17 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
3312
4383
|
/**
|
|
3313
4384
|
* List all conversations, optionally filtered by contact_id
|
|
3314
4385
|
* @summary Conversations List
|
|
3315
|
-
* @param {string} [
|
|
4386
|
+
* @param {string | null} [searchString]
|
|
4387
|
+
* @param {string | null} [contactId]
|
|
4388
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4389
|
+
* @param {number} [limit]
|
|
4390
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4391
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
4392
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3316
4393
|
* @param {*} [options] Override http request option.
|
|
3317
4394
|
* @throws {RequiredError}
|
|
3318
4395
|
*/
|
|
3319
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
4396
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversations>>;
|
|
3320
4397
|
/**
|
|
3321
4398
|
*
|
|
3322
4399
|
* @summary Conversations Update
|
|
@@ -3326,6 +4403,38 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
3326
4403
|
* @throws {RequiredError}
|
|
3327
4404
|
*/
|
|
3328
4405
|
conversationsUpdate(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConversationsUpdate>>;
|
|
4406
|
+
/**
|
|
4407
|
+
*
|
|
4408
|
+
* @summary Messages Create
|
|
4409
|
+
* @param {string} conversationId
|
|
4410
|
+
* @param {MessageCreate} messageCreate
|
|
4411
|
+
* @param {*} [options] Override http request option.
|
|
4412
|
+
* @throws {RequiredError}
|
|
4413
|
+
*/
|
|
4414
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesCreate>>;
|
|
4415
|
+
/**
|
|
4416
|
+
*
|
|
4417
|
+
* @summary Messages Get
|
|
4418
|
+
* @param {string} messageId
|
|
4419
|
+
* @param {*} [options] Override http request option.
|
|
4420
|
+
* @throws {RequiredError}
|
|
4421
|
+
*/
|
|
4422
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesGet>>;
|
|
4423
|
+
/**
|
|
4424
|
+
*
|
|
4425
|
+
* @summary Messages List
|
|
4426
|
+
* @param {string | null} [searchString]
|
|
4427
|
+
* @param {string | null} [contactId]
|
|
4428
|
+
* @param {string | null} [conversationId]
|
|
4429
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4430
|
+
* @param {number} [limit]
|
|
4431
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4432
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
4433
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4434
|
+
* @param {*} [options] Override http request option.
|
|
4435
|
+
* @throws {RequiredError}
|
|
4436
|
+
*/
|
|
4437
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessages>>;
|
|
3329
4438
|
};
|
|
3330
4439
|
/**
|
|
3331
4440
|
* ConversationsApi - factory interface
|
|
@@ -3351,11 +4460,17 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
3351
4460
|
/**
|
|
3352
4461
|
* List all conversations, optionally filtered by contact_id
|
|
3353
4462
|
* @summary Conversations List
|
|
3354
|
-
* @param {string} [
|
|
4463
|
+
* @param {string | null} [searchString]
|
|
4464
|
+
* @param {string | null} [contactId]
|
|
4465
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4466
|
+
* @param {number} [limit]
|
|
4467
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4468
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
4469
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3355
4470
|
* @param {*} [options] Override http request option.
|
|
3356
4471
|
* @throws {RequiredError}
|
|
3357
4472
|
*/
|
|
3358
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
4473
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversations>;
|
|
3359
4474
|
/**
|
|
3360
4475
|
*
|
|
3361
4476
|
* @summary Conversations Update
|
|
@@ -3365,6 +4480,38 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
3365
4480
|
* @throws {RequiredError}
|
|
3366
4481
|
*/
|
|
3367
4482
|
conversationsUpdate(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): AxiosPromise<ConversationsUpdate>;
|
|
4483
|
+
/**
|
|
4484
|
+
*
|
|
4485
|
+
* @summary Messages Create
|
|
4486
|
+
* @param {string} conversationId
|
|
4487
|
+
* @param {MessageCreate} messageCreate
|
|
4488
|
+
* @param {*} [options] Override http request option.
|
|
4489
|
+
* @throws {RequiredError}
|
|
4490
|
+
*/
|
|
4491
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<MessagesCreate>;
|
|
4492
|
+
/**
|
|
4493
|
+
*
|
|
4494
|
+
* @summary Messages Get
|
|
4495
|
+
* @param {string} messageId
|
|
4496
|
+
* @param {*} [options] Override http request option.
|
|
4497
|
+
* @throws {RequiredError}
|
|
4498
|
+
*/
|
|
4499
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<MessagesGet>;
|
|
4500
|
+
/**
|
|
4501
|
+
*
|
|
4502
|
+
* @summary Messages List
|
|
4503
|
+
* @param {string | null} [searchString]
|
|
4504
|
+
* @param {string | null} [contactId]
|
|
4505
|
+
* @param {string | null} [conversationId]
|
|
4506
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4507
|
+
* @param {number} [limit]
|
|
4508
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4509
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
4510
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4511
|
+
* @param {*} [options] Override http request option.
|
|
4512
|
+
* @throws {RequiredError}
|
|
4513
|
+
*/
|
|
4514
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessages>;
|
|
3368
4515
|
};
|
|
3369
4516
|
/**
|
|
3370
4517
|
* ConversationsApi - object-oriented interface
|
|
@@ -3394,12 +4541,18 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
3394
4541
|
/**
|
|
3395
4542
|
* List all conversations, optionally filtered by contact_id
|
|
3396
4543
|
* @summary Conversations List
|
|
3397
|
-
* @param {string} [
|
|
4544
|
+
* @param {string | null} [searchString]
|
|
4545
|
+
* @param {string | null} [contactId]
|
|
4546
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4547
|
+
* @param {number} [limit]
|
|
4548
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4549
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
4550
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3398
4551
|
* @param {*} [options] Override http request option.
|
|
3399
4552
|
* @throws {RequiredError}
|
|
3400
4553
|
* @memberof ConversationsApi
|
|
3401
4554
|
*/
|
|
3402
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
4555
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversations, any>>;
|
|
3403
4556
|
/**
|
|
3404
4557
|
*
|
|
3405
4558
|
* @summary Conversations Update
|
|
@@ -3410,6 +4563,41 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
3410
4563
|
* @memberof ConversationsApi
|
|
3411
4564
|
*/
|
|
3412
4565
|
conversationsUpdate(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ConversationsUpdate, any>>;
|
|
4566
|
+
/**
|
|
4567
|
+
*
|
|
4568
|
+
* @summary Messages Create
|
|
4569
|
+
* @param {string} conversationId
|
|
4570
|
+
* @param {MessageCreate} messageCreate
|
|
4571
|
+
* @param {*} [options] Override http request option.
|
|
4572
|
+
* @throws {RequiredError}
|
|
4573
|
+
* @memberof ConversationsApi
|
|
4574
|
+
*/
|
|
4575
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesCreate, any>>;
|
|
4576
|
+
/**
|
|
4577
|
+
*
|
|
4578
|
+
* @summary Messages Get
|
|
4579
|
+
* @param {string} messageId
|
|
4580
|
+
* @param {*} [options] Override http request option.
|
|
4581
|
+
* @throws {RequiredError}
|
|
4582
|
+
* @memberof ConversationsApi
|
|
4583
|
+
*/
|
|
4584
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesGet, any>>;
|
|
4585
|
+
/**
|
|
4586
|
+
*
|
|
4587
|
+
* @summary Messages List
|
|
4588
|
+
* @param {string | null} [searchString]
|
|
4589
|
+
* @param {string | null} [contactId]
|
|
4590
|
+
* @param {string | null} [conversationId]
|
|
4591
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4592
|
+
* @param {number} [limit]
|
|
4593
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4594
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
4595
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4596
|
+
* @param {*} [options] Override http request option.
|
|
4597
|
+
* @throws {RequiredError}
|
|
4598
|
+
* @memberof ConversationsApi
|
|
4599
|
+
*/
|
|
4600
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessages, any>>;
|
|
3413
4601
|
}
|
|
3414
4602
|
/**
|
|
3415
4603
|
* EmailsApi - axios parameter creator
|
|
@@ -3433,6 +4621,15 @@ declare const EmailsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3433
4621
|
* @throws {RequiredError}
|
|
3434
4622
|
*/
|
|
3435
4623
|
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4624
|
+
/**
|
|
4625
|
+
*
|
|
4626
|
+
* @summary Emails Update
|
|
4627
|
+
* @param {string} emailId
|
|
4628
|
+
* @param {EmailUpdate} emailUpdate
|
|
4629
|
+
* @param {*} [options] Override http request option.
|
|
4630
|
+
* @throws {RequiredError}
|
|
4631
|
+
*/
|
|
4632
|
+
emailsUpdate: (emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3436
4633
|
};
|
|
3437
4634
|
/**
|
|
3438
4635
|
* EmailsApi - functional programming interface
|
|
@@ -3450,12 +4647,21 @@ declare const EmailsApiFp: (configuration?: Configuration) => {
|
|
|
3450
4647
|
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsCreate>>;
|
|
3451
4648
|
/**
|
|
3452
4649
|
*
|
|
3453
|
-
* @summary Emails Delete
|
|
4650
|
+
* @summary Emails Delete
|
|
4651
|
+
* @param {string} emailId
|
|
4652
|
+
* @param {*} [options] Override http request option.
|
|
4653
|
+
* @throws {RequiredError}
|
|
4654
|
+
*/
|
|
4655
|
+
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
4656
|
+
/**
|
|
4657
|
+
*
|
|
4658
|
+
* @summary Emails Update
|
|
3454
4659
|
* @param {string} emailId
|
|
4660
|
+
* @param {EmailUpdate} emailUpdate
|
|
3455
4661
|
* @param {*} [options] Override http request option.
|
|
3456
4662
|
* @throws {RequiredError}
|
|
3457
4663
|
*/
|
|
3458
|
-
|
|
4664
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsUpdate>>;
|
|
3459
4665
|
};
|
|
3460
4666
|
/**
|
|
3461
4667
|
* EmailsApi - factory interface
|
|
@@ -3479,6 +4685,15 @@ declare const EmailsApiFactory: (configuration?: Configuration, basePath?: strin
|
|
|
3479
4685
|
* @throws {RequiredError}
|
|
3480
4686
|
*/
|
|
3481
4687
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4688
|
+
/**
|
|
4689
|
+
*
|
|
4690
|
+
* @summary Emails Update
|
|
4691
|
+
* @param {string} emailId
|
|
4692
|
+
* @param {EmailUpdate} emailUpdate
|
|
4693
|
+
* @param {*} [options] Override http request option.
|
|
4694
|
+
* @throws {RequiredError}
|
|
4695
|
+
*/
|
|
4696
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsUpdate>;
|
|
3482
4697
|
};
|
|
3483
4698
|
/**
|
|
3484
4699
|
* EmailsApi - object-oriented interface
|
|
@@ -3506,6 +4721,16 @@ declare class EmailsApi extends BaseAPI {
|
|
|
3506
4721
|
* @memberof EmailsApi
|
|
3507
4722
|
*/
|
|
3508
4723
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
4724
|
+
/**
|
|
4725
|
+
*
|
|
4726
|
+
* @summary Emails Update
|
|
4727
|
+
* @param {string} emailId
|
|
4728
|
+
* @param {EmailUpdate} emailUpdate
|
|
4729
|
+
* @param {*} [options] Override http request option.
|
|
4730
|
+
* @throws {RequiredError}
|
|
4731
|
+
* @memberof EmailsApi
|
|
4732
|
+
*/
|
|
4733
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsUpdate, any>>;
|
|
3509
4734
|
}
|
|
3510
4735
|
/**
|
|
3511
4736
|
* HostawayApi - axios parameter creator
|
|
@@ -3631,13 +4856,27 @@ declare class InquiriesApi extends BaseAPI {
|
|
|
3631
4856
|
*/
|
|
3632
4857
|
declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3633
4858
|
/**
|
|
3634
|
-
*
|
|
4859
|
+
*
|
|
4860
|
+
* @summary Listings Get
|
|
4861
|
+
* @param {string} listingId
|
|
4862
|
+
* @param {*} [options] Override http request option.
|
|
4863
|
+
* @throws {RequiredError}
|
|
4864
|
+
*/
|
|
4865
|
+
listingsGet: (listingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4866
|
+
/**
|
|
4867
|
+
*
|
|
3635
4868
|
* @summary Listings List
|
|
3636
|
-
* @param {string} [
|
|
4869
|
+
* @param {string | null} [searchString]
|
|
4870
|
+
* @param {string | null} [contactId]
|
|
4871
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4872
|
+
* @param {number} [limit]
|
|
4873
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4874
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
4875
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3637
4876
|
* @param {*} [options] Override http request option.
|
|
3638
4877
|
* @throws {RequiredError}
|
|
3639
4878
|
*/
|
|
3640
|
-
listingsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4879
|
+
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3641
4880
|
};
|
|
3642
4881
|
/**
|
|
3643
4882
|
* ListingsApi - functional programming interface
|
|
@@ -3645,13 +4884,27 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3645
4884
|
*/
|
|
3646
4885
|
declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
3647
4886
|
/**
|
|
3648
|
-
*
|
|
4887
|
+
*
|
|
4888
|
+
* @summary Listings Get
|
|
4889
|
+
* @param {string} listingId
|
|
4890
|
+
* @param {*} [options] Override http request option.
|
|
4891
|
+
* @throws {RequiredError}
|
|
4892
|
+
*/
|
|
4893
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListingsGet>>;
|
|
4894
|
+
/**
|
|
4895
|
+
*
|
|
3649
4896
|
* @summary Listings List
|
|
3650
|
-
* @param {string} [
|
|
4897
|
+
* @param {string | null} [searchString]
|
|
4898
|
+
* @param {string | null} [contactId]
|
|
4899
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4900
|
+
* @param {number} [limit]
|
|
4901
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4902
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
4903
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3651
4904
|
* @param {*} [options] Override http request option.
|
|
3652
4905
|
* @throws {RequiredError}
|
|
3653
4906
|
*/
|
|
3654
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
4907
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListings>>;
|
|
3655
4908
|
};
|
|
3656
4909
|
/**
|
|
3657
4910
|
* ListingsApi - factory interface
|
|
@@ -3659,13 +4912,27 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
3659
4912
|
*/
|
|
3660
4913
|
declare const ListingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3661
4914
|
/**
|
|
3662
|
-
*
|
|
4915
|
+
*
|
|
4916
|
+
* @summary Listings Get
|
|
4917
|
+
* @param {string} listingId
|
|
4918
|
+
* @param {*} [options] Override http request option.
|
|
4919
|
+
* @throws {RequiredError}
|
|
4920
|
+
*/
|
|
4921
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListingsGet>;
|
|
4922
|
+
/**
|
|
4923
|
+
*
|
|
3663
4924
|
* @summary Listings List
|
|
3664
|
-
* @param {string} [
|
|
4925
|
+
* @param {string | null} [searchString]
|
|
4926
|
+
* @param {string | null} [contactId]
|
|
4927
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4928
|
+
* @param {number} [limit]
|
|
4929
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4930
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
4931
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3665
4932
|
* @param {*} [options] Override http request option.
|
|
3666
4933
|
* @throws {RequiredError}
|
|
3667
4934
|
*/
|
|
3668
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
4935
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
3669
4936
|
};
|
|
3670
4937
|
/**
|
|
3671
4938
|
* ListingsApi - object-oriented interface
|
|
@@ -3675,14 +4942,29 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
3675
4942
|
*/
|
|
3676
4943
|
declare class ListingsApi extends BaseAPI {
|
|
3677
4944
|
/**
|
|
3678
|
-
*
|
|
4945
|
+
*
|
|
4946
|
+
* @summary Listings Get
|
|
4947
|
+
* @param {string} listingId
|
|
4948
|
+
* @param {*} [options] Override http request option.
|
|
4949
|
+
* @throws {RequiredError}
|
|
4950
|
+
* @memberof ListingsApi
|
|
4951
|
+
*/
|
|
4952
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListingsGet, any>>;
|
|
4953
|
+
/**
|
|
4954
|
+
*
|
|
3679
4955
|
* @summary Listings List
|
|
3680
|
-
* @param {string} [
|
|
4956
|
+
* @param {string | null} [searchString]
|
|
4957
|
+
* @param {string | null} [contactId]
|
|
4958
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4959
|
+
* @param {number} [limit]
|
|
4960
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4961
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
4962
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3681
4963
|
* @param {*} [options] Override http request option.
|
|
3682
4964
|
* @throws {RequiredError}
|
|
3683
4965
|
* @memberof ListingsApi
|
|
3684
4966
|
*/
|
|
3685
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
4967
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListings, any>>;
|
|
3686
4968
|
}
|
|
3687
4969
|
/**
|
|
3688
4970
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -3747,11 +5029,12 @@ declare const MessagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3747
5029
|
/**
|
|
3748
5030
|
*
|
|
3749
5031
|
* @summary Messages Create
|
|
5032
|
+
* @param {string} conversationId
|
|
3750
5033
|
* @param {MessageCreate} messageCreate
|
|
3751
5034
|
* @param {*} [options] Override http request option.
|
|
3752
5035
|
* @throws {RequiredError}
|
|
3753
5036
|
*/
|
|
3754
|
-
messagesCreate: (messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5037
|
+
messagesCreate: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3755
5038
|
/**
|
|
3756
5039
|
*
|
|
3757
5040
|
* @summary Messages Get
|
|
@@ -3763,11 +5046,18 @@ declare const MessagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
3763
5046
|
/**
|
|
3764
5047
|
*
|
|
3765
5048
|
* @summary Messages List
|
|
3766
|
-
* @param {string} [
|
|
5049
|
+
* @param {string | null} [searchString]
|
|
5050
|
+
* @param {string | null} [contactId]
|
|
5051
|
+
* @param {string | null} [conversationId]
|
|
5052
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5053
|
+
* @param {number} [limit]
|
|
5054
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5055
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5056
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3767
5057
|
* @param {*} [options] Override http request option.
|
|
3768
5058
|
* @throws {RequiredError}
|
|
3769
5059
|
*/
|
|
3770
|
-
messagesList: (conversationId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5060
|
+
messagesList: (searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3771
5061
|
};
|
|
3772
5062
|
/**
|
|
3773
5063
|
* MessagesApi - functional programming interface
|
|
@@ -3777,11 +5067,12 @@ declare const MessagesApiFp: (configuration?: Configuration) => {
|
|
|
3777
5067
|
/**
|
|
3778
5068
|
*
|
|
3779
5069
|
* @summary Messages Create
|
|
5070
|
+
* @param {string} conversationId
|
|
3780
5071
|
* @param {MessageCreate} messageCreate
|
|
3781
5072
|
* @param {*} [options] Override http request option.
|
|
3782
5073
|
* @throws {RequiredError}
|
|
3783
5074
|
*/
|
|
3784
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5075
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesCreate>>;
|
|
3785
5076
|
/**
|
|
3786
5077
|
*
|
|
3787
5078
|
* @summary Messages Get
|
|
@@ -3789,15 +5080,22 @@ declare const MessagesApiFp: (configuration?: Configuration) => {
|
|
|
3789
5080
|
* @param {*} [options] Override http request option.
|
|
3790
5081
|
* @throws {RequiredError}
|
|
3791
5082
|
*/
|
|
3792
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5083
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesGet>>;
|
|
3793
5084
|
/**
|
|
3794
5085
|
*
|
|
3795
5086
|
* @summary Messages List
|
|
3796
|
-
* @param {string} [
|
|
5087
|
+
* @param {string | null} [searchString]
|
|
5088
|
+
* @param {string | null} [contactId]
|
|
5089
|
+
* @param {string | null} [conversationId]
|
|
5090
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5091
|
+
* @param {number} [limit]
|
|
5092
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5093
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5094
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3797
5095
|
* @param {*} [options] Override http request option.
|
|
3798
5096
|
* @throws {RequiredError}
|
|
3799
5097
|
*/
|
|
3800
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5098
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessages>>;
|
|
3801
5099
|
};
|
|
3802
5100
|
/**
|
|
3803
5101
|
* MessagesApi - factory interface
|
|
@@ -3807,11 +5105,12 @@ declare const MessagesApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
3807
5105
|
/**
|
|
3808
5106
|
*
|
|
3809
5107
|
* @summary Messages Create
|
|
5108
|
+
* @param {string} conversationId
|
|
3810
5109
|
* @param {MessageCreate} messageCreate
|
|
3811
5110
|
* @param {*} [options] Override http request option.
|
|
3812
5111
|
* @throws {RequiredError}
|
|
3813
5112
|
*/
|
|
3814
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
5113
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<MessagesCreate>;
|
|
3815
5114
|
/**
|
|
3816
5115
|
*
|
|
3817
5116
|
* @summary Messages Get
|
|
@@ -3819,15 +5118,22 @@ declare const MessagesApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
3819
5118
|
* @param {*} [options] Override http request option.
|
|
3820
5119
|
* @throws {RequiredError}
|
|
3821
5120
|
*/
|
|
3822
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
5121
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<MessagesGet>;
|
|
3823
5122
|
/**
|
|
3824
5123
|
*
|
|
3825
5124
|
* @summary Messages List
|
|
3826
|
-
* @param {string} [
|
|
5125
|
+
* @param {string | null} [searchString]
|
|
5126
|
+
* @param {string | null} [contactId]
|
|
5127
|
+
* @param {string | null} [conversationId]
|
|
5128
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5129
|
+
* @param {number} [limit]
|
|
5130
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5131
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5132
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3827
5133
|
* @param {*} [options] Override http request option.
|
|
3828
5134
|
* @throws {RequiredError}
|
|
3829
5135
|
*/
|
|
3830
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
5136
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessages>;
|
|
3831
5137
|
};
|
|
3832
5138
|
/**
|
|
3833
5139
|
* MessagesApi - object-oriented interface
|
|
@@ -3839,12 +5145,13 @@ declare class MessagesApi extends BaseAPI {
|
|
|
3839
5145
|
/**
|
|
3840
5146
|
*
|
|
3841
5147
|
* @summary Messages Create
|
|
5148
|
+
* @param {string} conversationId
|
|
3842
5149
|
* @param {MessageCreate} messageCreate
|
|
3843
5150
|
* @param {*} [options] Override http request option.
|
|
3844
5151
|
* @throws {RequiredError}
|
|
3845
5152
|
* @memberof MessagesApi
|
|
3846
5153
|
*/
|
|
3847
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
5154
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesCreate, any>>;
|
|
3848
5155
|
/**
|
|
3849
5156
|
*
|
|
3850
5157
|
* @summary Messages Get
|
|
@@ -3853,16 +5160,23 @@ declare class MessagesApi extends BaseAPI {
|
|
|
3853
5160
|
* @throws {RequiredError}
|
|
3854
5161
|
* @memberof MessagesApi
|
|
3855
5162
|
*/
|
|
3856
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
5163
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesGet, any>>;
|
|
3857
5164
|
/**
|
|
3858
5165
|
*
|
|
3859
5166
|
* @summary Messages List
|
|
3860
|
-
* @param {string} [
|
|
5167
|
+
* @param {string | null} [searchString]
|
|
5168
|
+
* @param {string | null} [contactId]
|
|
5169
|
+
* @param {string | null} [conversationId]
|
|
5170
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5171
|
+
* @param {number} [limit]
|
|
5172
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5173
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5174
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3861
5175
|
* @param {*} [options] Override http request option.
|
|
3862
5176
|
* @throws {RequiredError}
|
|
3863
5177
|
* @memberof MessagesApi
|
|
3864
5178
|
*/
|
|
3865
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
5179
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessages, any>>;
|
|
3866
5180
|
}
|
|
3867
5181
|
/**
|
|
3868
5182
|
* PhoneNumbersApi - axios parameter creator
|
|
@@ -3886,6 +5200,15 @@ declare const PhoneNumbersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3886
5200
|
* @throws {RequiredError}
|
|
3887
5201
|
*/
|
|
3888
5202
|
phoneNumbersDelete: (phoneNumberId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5203
|
+
/**
|
|
5204
|
+
*
|
|
5205
|
+
* @summary Phone_numbers Update
|
|
5206
|
+
* @param {string} phoneNumberId
|
|
5207
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5208
|
+
* @param {*} [options] Override http request option.
|
|
5209
|
+
* @throws {RequiredError}
|
|
5210
|
+
*/
|
|
5211
|
+
phoneNumbersUpdate: (phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3889
5212
|
};
|
|
3890
5213
|
/**
|
|
3891
5214
|
* PhoneNumbersApi - functional programming interface
|
|
@@ -3909,6 +5232,15 @@ declare const PhoneNumbersApiFp: (configuration?: Configuration) => {
|
|
|
3909
5232
|
* @throws {RequiredError}
|
|
3910
5233
|
*/
|
|
3911
5234
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
5235
|
+
/**
|
|
5236
|
+
*
|
|
5237
|
+
* @summary Phone_numbers Update
|
|
5238
|
+
* @param {string} phoneNumberId
|
|
5239
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5240
|
+
* @param {*} [options] Override http request option.
|
|
5241
|
+
* @throws {RequiredError}
|
|
5242
|
+
*/
|
|
5243
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersUpdate>>;
|
|
3912
5244
|
};
|
|
3913
5245
|
/**
|
|
3914
5246
|
* PhoneNumbersApi - factory interface
|
|
@@ -3932,6 +5264,15 @@ declare const PhoneNumbersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
3932
5264
|
* @throws {RequiredError}
|
|
3933
5265
|
*/
|
|
3934
5266
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
5267
|
+
/**
|
|
5268
|
+
*
|
|
5269
|
+
* @summary Phone_numbers Update
|
|
5270
|
+
* @param {string} phoneNumberId
|
|
5271
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5272
|
+
* @param {*} [options] Override http request option.
|
|
5273
|
+
* @throws {RequiredError}
|
|
5274
|
+
*/
|
|
5275
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersUpdate>;
|
|
3935
5276
|
};
|
|
3936
5277
|
/**
|
|
3937
5278
|
* PhoneNumbersApi - object-oriented interface
|
|
@@ -3959,6 +5300,174 @@ declare class PhoneNumbersApi extends BaseAPI {
|
|
|
3959
5300
|
* @memberof PhoneNumbersApi
|
|
3960
5301
|
*/
|
|
3961
5302
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
5303
|
+
/**
|
|
5304
|
+
*
|
|
5305
|
+
* @summary Phone_numbers Update
|
|
5306
|
+
* @param {string} phoneNumberId
|
|
5307
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5308
|
+
* @param {*} [options] Override http request option.
|
|
5309
|
+
* @throws {RequiredError}
|
|
5310
|
+
* @memberof PhoneNumbersApi
|
|
5311
|
+
*/
|
|
5312
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersUpdate, any>>;
|
|
5313
|
+
}
|
|
5314
|
+
/**
|
|
5315
|
+
* ProvidersApi - axios parameter creator
|
|
5316
|
+
* @export
|
|
5317
|
+
*/
|
|
5318
|
+
declare const ProvidersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5319
|
+
/**
|
|
5320
|
+
*
|
|
5321
|
+
* @summary Providers Create
|
|
5322
|
+
* @param {ProviderCreate} providerCreate
|
|
5323
|
+
* @param {*} [options] Override http request option.
|
|
5324
|
+
* @throws {RequiredError}
|
|
5325
|
+
*/
|
|
5326
|
+
providersCreate: (providerCreate: ProviderCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5327
|
+
/**
|
|
5328
|
+
*
|
|
5329
|
+
* @summary Providers Get
|
|
5330
|
+
* @param {string} providerId
|
|
5331
|
+
* @param {*} [options] Override http request option.
|
|
5332
|
+
* @throws {RequiredError}
|
|
5333
|
+
*/
|
|
5334
|
+
providersGet: (providerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5335
|
+
/**
|
|
5336
|
+
*
|
|
5337
|
+
* @summary Providers List
|
|
5338
|
+
* @param {*} [options] Override http request option.
|
|
5339
|
+
* @throws {RequiredError}
|
|
5340
|
+
*/
|
|
5341
|
+
providersList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5342
|
+
/**
|
|
5343
|
+
*
|
|
5344
|
+
* @summary Providers Update
|
|
5345
|
+
* @param {string} providerId
|
|
5346
|
+
* @param {ProviderUpdate} providerUpdate
|
|
5347
|
+
* @param {*} [options] Override http request option.
|
|
5348
|
+
* @throws {RequiredError}
|
|
5349
|
+
*/
|
|
5350
|
+
providersUpdate: (providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5351
|
+
};
|
|
5352
|
+
/**
|
|
5353
|
+
* ProvidersApi - functional programming interface
|
|
5354
|
+
* @export
|
|
5355
|
+
*/
|
|
5356
|
+
declare const ProvidersApiFp: (configuration?: Configuration) => {
|
|
5357
|
+
/**
|
|
5358
|
+
*
|
|
5359
|
+
* @summary Providers Create
|
|
5360
|
+
* @param {ProviderCreate} providerCreate
|
|
5361
|
+
* @param {*} [options] Override http request option.
|
|
5362
|
+
* @throws {RequiredError}
|
|
5363
|
+
*/
|
|
5364
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
5365
|
+
/**
|
|
5366
|
+
*
|
|
5367
|
+
* @summary Providers Get
|
|
5368
|
+
* @param {string} providerId
|
|
5369
|
+
* @param {*} [options] Override http request option.
|
|
5370
|
+
* @throws {RequiredError}
|
|
5371
|
+
*/
|
|
5372
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
5373
|
+
/**
|
|
5374
|
+
*
|
|
5375
|
+
* @summary Providers List
|
|
5376
|
+
* @param {*} [options] Override http request option.
|
|
5377
|
+
* @throws {RequiredError}
|
|
5378
|
+
*/
|
|
5379
|
+
providersList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseProvidersList>>;
|
|
5380
|
+
/**
|
|
5381
|
+
*
|
|
5382
|
+
* @summary Providers Update
|
|
5383
|
+
* @param {string} providerId
|
|
5384
|
+
* @param {ProviderUpdate} providerUpdate
|
|
5385
|
+
* @param {*} [options] Override http request option.
|
|
5386
|
+
* @throws {RequiredError}
|
|
5387
|
+
*/
|
|
5388
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
5389
|
+
};
|
|
5390
|
+
/**
|
|
5391
|
+
* ProvidersApi - factory interface
|
|
5392
|
+
* @export
|
|
5393
|
+
*/
|
|
5394
|
+
declare const ProvidersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5395
|
+
/**
|
|
5396
|
+
*
|
|
5397
|
+
* @summary Providers Create
|
|
5398
|
+
* @param {ProviderCreate} providerCreate
|
|
5399
|
+
* @param {*} [options] Override http request option.
|
|
5400
|
+
* @throws {RequiredError}
|
|
5401
|
+
*/
|
|
5402
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
5403
|
+
/**
|
|
5404
|
+
*
|
|
5405
|
+
* @summary Providers Get
|
|
5406
|
+
* @param {string} providerId
|
|
5407
|
+
* @param {*} [options] Override http request option.
|
|
5408
|
+
* @throws {RequiredError}
|
|
5409
|
+
*/
|
|
5410
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
5411
|
+
/**
|
|
5412
|
+
*
|
|
5413
|
+
* @summary Providers List
|
|
5414
|
+
* @param {*} [options] Override http request option.
|
|
5415
|
+
* @throws {RequiredError}
|
|
5416
|
+
*/
|
|
5417
|
+
providersList(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseProvidersList>;
|
|
5418
|
+
/**
|
|
5419
|
+
*
|
|
5420
|
+
* @summary Providers Update
|
|
5421
|
+
* @param {string} providerId
|
|
5422
|
+
* @param {ProviderUpdate} providerUpdate
|
|
5423
|
+
* @param {*} [options] Override http request option.
|
|
5424
|
+
* @throws {RequiredError}
|
|
5425
|
+
*/
|
|
5426
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
5427
|
+
};
|
|
5428
|
+
/**
|
|
5429
|
+
* ProvidersApi - object-oriented interface
|
|
5430
|
+
* @export
|
|
5431
|
+
* @class ProvidersApi
|
|
5432
|
+
* @extends {BaseAPI}
|
|
5433
|
+
*/
|
|
5434
|
+
declare class ProvidersApi extends BaseAPI {
|
|
5435
|
+
/**
|
|
5436
|
+
*
|
|
5437
|
+
* @summary Providers Create
|
|
5438
|
+
* @param {ProviderCreate} providerCreate
|
|
5439
|
+
* @param {*} [options] Override http request option.
|
|
5440
|
+
* @throws {RequiredError}
|
|
5441
|
+
* @memberof ProvidersApi
|
|
5442
|
+
*/
|
|
5443
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
5444
|
+
/**
|
|
5445
|
+
*
|
|
5446
|
+
* @summary Providers Get
|
|
5447
|
+
* @param {string} providerId
|
|
5448
|
+
* @param {*} [options] Override http request option.
|
|
5449
|
+
* @throws {RequiredError}
|
|
5450
|
+
* @memberof ProvidersApi
|
|
5451
|
+
*/
|
|
5452
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
5453
|
+
/**
|
|
5454
|
+
*
|
|
5455
|
+
* @summary Providers List
|
|
5456
|
+
* @param {*} [options] Override http request option.
|
|
5457
|
+
* @throws {RequiredError}
|
|
5458
|
+
* @memberof ProvidersApi
|
|
5459
|
+
*/
|
|
5460
|
+
providersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseProvidersList, any>>;
|
|
5461
|
+
/**
|
|
5462
|
+
*
|
|
5463
|
+
* @summary Providers Update
|
|
5464
|
+
* @param {string} providerId
|
|
5465
|
+
* @param {ProviderUpdate} providerUpdate
|
|
5466
|
+
* @param {*} [options] Override http request option.
|
|
5467
|
+
* @throws {RequiredError}
|
|
5468
|
+
* @memberof ProvidersApi
|
|
5469
|
+
*/
|
|
5470
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
3962
5471
|
}
|
|
3963
5472
|
/**
|
|
3964
5473
|
* ReservationsApi - axios parameter creator
|
|
@@ -3968,11 +5477,17 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3968
5477
|
/**
|
|
3969
5478
|
*
|
|
3970
5479
|
* @summary Reservations List
|
|
3971
|
-
* @param {string} [
|
|
5480
|
+
* @param {string | null} [searchString]
|
|
5481
|
+
* @param {string | null} [contactId]
|
|
5482
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5483
|
+
* @param {number} [limit]
|
|
5484
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5485
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
5486
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3972
5487
|
* @param {*} [options] Override http request option.
|
|
3973
5488
|
* @throws {RequiredError}
|
|
3974
5489
|
*/
|
|
3975
|
-
reservationsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5490
|
+
reservationsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3976
5491
|
};
|
|
3977
5492
|
/**
|
|
3978
5493
|
* ReservationsApi - functional programming interface
|
|
@@ -3982,11 +5497,17 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
3982
5497
|
/**
|
|
3983
5498
|
*
|
|
3984
5499
|
* @summary Reservations List
|
|
3985
|
-
* @param {string} [
|
|
5500
|
+
* @param {string | null} [searchString]
|
|
5501
|
+
* @param {string | null} [contactId]
|
|
5502
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5503
|
+
* @param {number} [limit]
|
|
5504
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5505
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
5506
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3986
5507
|
* @param {*} [options] Override http request option.
|
|
3987
5508
|
* @throws {RequiredError}
|
|
3988
5509
|
*/
|
|
3989
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5510
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservations>>;
|
|
3990
5511
|
};
|
|
3991
5512
|
/**
|
|
3992
5513
|
* ReservationsApi - factory interface
|
|
@@ -3996,11 +5517,17 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
3996
5517
|
/**
|
|
3997
5518
|
*
|
|
3998
5519
|
* @summary Reservations List
|
|
3999
|
-
* @param {string} [
|
|
5520
|
+
* @param {string | null} [searchString]
|
|
5521
|
+
* @param {string | null} [contactId]
|
|
5522
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5523
|
+
* @param {number} [limit]
|
|
5524
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5525
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
5526
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4000
5527
|
* @param {*} [options] Override http request option.
|
|
4001
5528
|
* @throws {RequiredError}
|
|
4002
5529
|
*/
|
|
4003
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
5530
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservations>;
|
|
4004
5531
|
};
|
|
4005
5532
|
/**
|
|
4006
5533
|
* ReservationsApi - object-oriented interface
|
|
@@ -4012,12 +5539,18 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
4012
5539
|
/**
|
|
4013
5540
|
*
|
|
4014
5541
|
* @summary Reservations List
|
|
4015
|
-
* @param {string} [
|
|
5542
|
+
* @param {string | null} [searchString]
|
|
5543
|
+
* @param {string | null} [contactId]
|
|
5544
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5545
|
+
* @param {number} [limit]
|
|
5546
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5547
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
5548
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4016
5549
|
* @param {*} [options] Override http request option.
|
|
4017
5550
|
* @throws {RequiredError}
|
|
4018
5551
|
* @memberof ReservationsApi
|
|
4019
5552
|
*/
|
|
4020
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
5553
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservations, any>>;
|
|
4021
5554
|
}
|
|
4022
5555
|
/**
|
|
4023
5556
|
* UnboundApi - axios parameter creator
|
|
@@ -4152,11 +5685,17 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4152
5685
|
/**
|
|
4153
5686
|
* List all conversations, optionally filtered by contact_id
|
|
4154
5687
|
* @summary Conversations List
|
|
4155
|
-
* @param {string} [
|
|
5688
|
+
* @param {string | null} [searchString]
|
|
5689
|
+
* @param {string | null} [contactId]
|
|
5690
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5691
|
+
* @param {number} [limit]
|
|
5692
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5693
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
5694
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4156
5695
|
* @param {*} [options] Override http request option.
|
|
4157
5696
|
* @throws {RequiredError}
|
|
4158
5697
|
*/
|
|
4159
|
-
conversationsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5698
|
+
conversationsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4160
5699
|
/**
|
|
4161
5700
|
*
|
|
4162
5701
|
* @summary Conversations Update
|
|
@@ -4174,15 +5713,24 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4174
5713
|
* @param {*} [options] Override http request option.
|
|
4175
5714
|
* @throws {RequiredError}
|
|
4176
5715
|
*/
|
|
4177
|
-
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5716
|
+
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5717
|
+
/**
|
|
5718
|
+
*
|
|
5719
|
+
* @summary Emails Delete
|
|
5720
|
+
* @param {string} emailId
|
|
5721
|
+
* @param {*} [options] Override http request option.
|
|
5722
|
+
* @throws {RequiredError}
|
|
5723
|
+
*/
|
|
5724
|
+
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4178
5725
|
/**
|
|
4179
5726
|
*
|
|
4180
|
-
* @summary Emails
|
|
5727
|
+
* @summary Emails Update
|
|
4181
5728
|
* @param {string} emailId
|
|
5729
|
+
* @param {EmailUpdate} emailUpdate
|
|
4182
5730
|
* @param {*} [options] Override http request option.
|
|
4183
5731
|
* @throws {RequiredError}
|
|
4184
5732
|
*/
|
|
4185
|
-
|
|
5733
|
+
emailsUpdate: (emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4186
5734
|
/**
|
|
4187
5735
|
* List all listings
|
|
4188
5736
|
* @summary Inquiries List
|
|
@@ -4192,13 +5740,27 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4192
5740
|
*/
|
|
4193
5741
|
inquiriesList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4194
5742
|
/**
|
|
4195
|
-
*
|
|
5743
|
+
*
|
|
5744
|
+
* @summary Listings Get
|
|
5745
|
+
* @param {string} listingId
|
|
5746
|
+
* @param {*} [options] Override http request option.
|
|
5747
|
+
* @throws {RequiredError}
|
|
5748
|
+
*/
|
|
5749
|
+
listingsGet: (listingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5750
|
+
/**
|
|
5751
|
+
*
|
|
4196
5752
|
* @summary Listings List
|
|
4197
|
-
* @param {string} [
|
|
5753
|
+
* @param {string | null} [searchString]
|
|
5754
|
+
* @param {string | null} [contactId]
|
|
5755
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5756
|
+
* @param {number} [limit]
|
|
5757
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5758
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
5759
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4198
5760
|
* @param {*} [options] Override http request option.
|
|
4199
5761
|
* @throws {RequiredError}
|
|
4200
5762
|
*/
|
|
4201
|
-
listingsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5763
|
+
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4202
5764
|
/**
|
|
4203
5765
|
*
|
|
4204
5766
|
* @summary Managed_phone_numbers List
|
|
@@ -4209,11 +5771,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4209
5771
|
/**
|
|
4210
5772
|
*
|
|
4211
5773
|
* @summary Messages Create
|
|
5774
|
+
* @param {string} conversationId
|
|
4212
5775
|
* @param {MessageCreate} messageCreate
|
|
4213
5776
|
* @param {*} [options] Override http request option.
|
|
4214
5777
|
* @throws {RequiredError}
|
|
4215
5778
|
*/
|
|
4216
|
-
messagesCreate: (messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5779
|
+
messagesCreate: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4217
5780
|
/**
|
|
4218
5781
|
*
|
|
4219
5782
|
* @summary Messages Get
|
|
@@ -4225,11 +5788,18 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4225
5788
|
/**
|
|
4226
5789
|
*
|
|
4227
5790
|
* @summary Messages List
|
|
4228
|
-
* @param {string} [
|
|
5791
|
+
* @param {string | null} [searchString]
|
|
5792
|
+
* @param {string | null} [contactId]
|
|
5793
|
+
* @param {string | null} [conversationId]
|
|
5794
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5795
|
+
* @param {number} [limit]
|
|
5796
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5797
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5798
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4229
5799
|
* @param {*} [options] Override http request option.
|
|
4230
5800
|
* @throws {RequiredError}
|
|
4231
5801
|
*/
|
|
4232
|
-
messagesList: (conversationId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5802
|
+
messagesList: (searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4233
5803
|
/**
|
|
4234
5804
|
*
|
|
4235
5805
|
* @summary Phone_numbers Create
|
|
@@ -4247,14 +5817,61 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4247
5817
|
* @throws {RequiredError}
|
|
4248
5818
|
*/
|
|
4249
5819
|
phoneNumbersDelete: (phoneNumberId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5820
|
+
/**
|
|
5821
|
+
*
|
|
5822
|
+
* @summary Phone_numbers Update
|
|
5823
|
+
* @param {string} phoneNumberId
|
|
5824
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5825
|
+
* @param {*} [options] Override http request option.
|
|
5826
|
+
* @throws {RequiredError}
|
|
5827
|
+
*/
|
|
5828
|
+
phoneNumbersUpdate: (phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5829
|
+
/**
|
|
5830
|
+
*
|
|
5831
|
+
* @summary Providers Create
|
|
5832
|
+
* @param {ProviderCreate} providerCreate
|
|
5833
|
+
* @param {*} [options] Override http request option.
|
|
5834
|
+
* @throws {RequiredError}
|
|
5835
|
+
*/
|
|
5836
|
+
providersCreate: (providerCreate: ProviderCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5837
|
+
/**
|
|
5838
|
+
*
|
|
5839
|
+
* @summary Providers Get
|
|
5840
|
+
* @param {string} providerId
|
|
5841
|
+
* @param {*} [options] Override http request option.
|
|
5842
|
+
* @throws {RequiredError}
|
|
5843
|
+
*/
|
|
5844
|
+
providersGet: (providerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5845
|
+
/**
|
|
5846
|
+
*
|
|
5847
|
+
* @summary Providers List
|
|
5848
|
+
* @param {*} [options] Override http request option.
|
|
5849
|
+
* @throws {RequiredError}
|
|
5850
|
+
*/
|
|
5851
|
+
providersList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5852
|
+
/**
|
|
5853
|
+
*
|
|
5854
|
+
* @summary Providers Update
|
|
5855
|
+
* @param {string} providerId
|
|
5856
|
+
* @param {ProviderUpdate} providerUpdate
|
|
5857
|
+
* @param {*} [options] Override http request option.
|
|
5858
|
+
* @throws {RequiredError}
|
|
5859
|
+
*/
|
|
5860
|
+
providersUpdate: (providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4250
5861
|
/**
|
|
4251
5862
|
*
|
|
4252
5863
|
* @summary Reservations List
|
|
4253
|
-
* @param {string} [
|
|
5864
|
+
* @param {string | null} [searchString]
|
|
5865
|
+
* @param {string | null} [contactId]
|
|
5866
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5867
|
+
* @param {number} [limit]
|
|
5868
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5869
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
5870
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4254
5871
|
* @param {*} [options] Override http request option.
|
|
4255
5872
|
* @throws {RequiredError}
|
|
4256
5873
|
*/
|
|
4257
|
-
reservationsList: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5874
|
+
reservationsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4258
5875
|
/**
|
|
4259
5876
|
*
|
|
4260
5877
|
* @summary Unifiedwebhook
|
|
@@ -4397,11 +6014,17 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4397
6014
|
/**
|
|
4398
6015
|
* List all conversations, optionally filtered by contact_id
|
|
4399
6016
|
* @summary Conversations List
|
|
4400
|
-
* @param {string} [
|
|
6017
|
+
* @param {string | null} [searchString]
|
|
6018
|
+
* @param {string | null} [contactId]
|
|
6019
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6020
|
+
* @param {number} [limit]
|
|
6021
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6022
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
6023
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4401
6024
|
* @param {*} [options] Override http request option.
|
|
4402
6025
|
* @throws {RequiredError}
|
|
4403
6026
|
*/
|
|
4404
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6027
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversations>>;
|
|
4405
6028
|
/**
|
|
4406
6029
|
*
|
|
4407
6030
|
* @summary Conversations Update
|
|
@@ -4428,6 +6051,15 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4428
6051
|
* @throws {RequiredError}
|
|
4429
6052
|
*/
|
|
4430
6053
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6054
|
+
/**
|
|
6055
|
+
*
|
|
6056
|
+
* @summary Emails Update
|
|
6057
|
+
* @param {string} emailId
|
|
6058
|
+
* @param {EmailUpdate} emailUpdate
|
|
6059
|
+
* @param {*} [options] Override http request option.
|
|
6060
|
+
* @throws {RequiredError}
|
|
6061
|
+
*/
|
|
6062
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsUpdate>>;
|
|
4431
6063
|
/**
|
|
4432
6064
|
* List all listings
|
|
4433
6065
|
* @summary Inquiries List
|
|
@@ -4437,13 +6069,27 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4437
6069
|
*/
|
|
4438
6070
|
inquiriesList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseInquiriesList>>;
|
|
4439
6071
|
/**
|
|
4440
|
-
*
|
|
6072
|
+
*
|
|
6073
|
+
* @summary Listings Get
|
|
6074
|
+
* @param {string} listingId
|
|
6075
|
+
* @param {*} [options] Override http request option.
|
|
6076
|
+
* @throws {RequiredError}
|
|
6077
|
+
*/
|
|
6078
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListingsGet>>;
|
|
6079
|
+
/**
|
|
6080
|
+
*
|
|
4441
6081
|
* @summary Listings List
|
|
4442
|
-
* @param {string} [
|
|
6082
|
+
* @param {string | null} [searchString]
|
|
6083
|
+
* @param {string | null} [contactId]
|
|
6084
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6085
|
+
* @param {number} [limit]
|
|
6086
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6087
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
6088
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4443
6089
|
* @param {*} [options] Override http request option.
|
|
4444
6090
|
* @throws {RequiredError}
|
|
4445
6091
|
*/
|
|
4446
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6092
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListings>>;
|
|
4447
6093
|
/**
|
|
4448
6094
|
*
|
|
4449
6095
|
* @summary Managed_phone_numbers List
|
|
@@ -4454,11 +6100,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4454
6100
|
/**
|
|
4455
6101
|
*
|
|
4456
6102
|
* @summary Messages Create
|
|
6103
|
+
* @param {string} conversationId
|
|
4457
6104
|
* @param {MessageCreate} messageCreate
|
|
4458
6105
|
* @param {*} [options] Override http request option.
|
|
4459
6106
|
* @throws {RequiredError}
|
|
4460
6107
|
*/
|
|
4461
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6108
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesCreate>>;
|
|
4462
6109
|
/**
|
|
4463
6110
|
*
|
|
4464
6111
|
* @summary Messages Get
|
|
@@ -4466,15 +6113,22 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4466
6113
|
* @param {*} [options] Override http request option.
|
|
4467
6114
|
* @throws {RequiredError}
|
|
4468
6115
|
*/
|
|
4469
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6116
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesGet>>;
|
|
4470
6117
|
/**
|
|
4471
6118
|
*
|
|
4472
6119
|
* @summary Messages List
|
|
4473
|
-
* @param {string} [
|
|
6120
|
+
* @param {string | null} [searchString]
|
|
6121
|
+
* @param {string | null} [contactId]
|
|
6122
|
+
* @param {string | null} [conversationId]
|
|
6123
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6124
|
+
* @param {number} [limit]
|
|
6125
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6126
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
6127
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4474
6128
|
* @param {*} [options] Override http request option.
|
|
4475
6129
|
* @throws {RequiredError}
|
|
4476
6130
|
*/
|
|
4477
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6131
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessages>>;
|
|
4478
6132
|
/**
|
|
4479
6133
|
*
|
|
4480
6134
|
* @summary Phone_numbers Create
|
|
@@ -4492,14 +6146,61 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4492
6146
|
* @throws {RequiredError}
|
|
4493
6147
|
*/
|
|
4494
6148
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6149
|
+
/**
|
|
6150
|
+
*
|
|
6151
|
+
* @summary Phone_numbers Update
|
|
6152
|
+
* @param {string} phoneNumberId
|
|
6153
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
6154
|
+
* @param {*} [options] Override http request option.
|
|
6155
|
+
* @throws {RequiredError}
|
|
6156
|
+
*/
|
|
6157
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersUpdate>>;
|
|
6158
|
+
/**
|
|
6159
|
+
*
|
|
6160
|
+
* @summary Providers Create
|
|
6161
|
+
* @param {ProviderCreate} providerCreate
|
|
6162
|
+
* @param {*} [options] Override http request option.
|
|
6163
|
+
* @throws {RequiredError}
|
|
6164
|
+
*/
|
|
6165
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
6166
|
+
/**
|
|
6167
|
+
*
|
|
6168
|
+
* @summary Providers Get
|
|
6169
|
+
* @param {string} providerId
|
|
6170
|
+
* @param {*} [options] Override http request option.
|
|
6171
|
+
* @throws {RequiredError}
|
|
6172
|
+
*/
|
|
6173
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
6174
|
+
/**
|
|
6175
|
+
*
|
|
6176
|
+
* @summary Providers List
|
|
6177
|
+
* @param {*} [options] Override http request option.
|
|
6178
|
+
* @throws {RequiredError}
|
|
6179
|
+
*/
|
|
6180
|
+
providersList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseProvidersList>>;
|
|
6181
|
+
/**
|
|
6182
|
+
*
|
|
6183
|
+
* @summary Providers Update
|
|
6184
|
+
* @param {string} providerId
|
|
6185
|
+
* @param {ProviderUpdate} providerUpdate
|
|
6186
|
+
* @param {*} [options] Override http request option.
|
|
6187
|
+
* @throws {RequiredError}
|
|
6188
|
+
*/
|
|
6189
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
4495
6190
|
/**
|
|
4496
6191
|
*
|
|
4497
6192
|
* @summary Reservations List
|
|
4498
|
-
* @param {string} [
|
|
6193
|
+
* @param {string | null} [searchString]
|
|
6194
|
+
* @param {string | null} [contactId]
|
|
6195
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6196
|
+
* @param {number} [limit]
|
|
6197
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6198
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
6199
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4499
6200
|
* @param {*} [options] Override http request option.
|
|
4500
6201
|
* @throws {RequiredError}
|
|
4501
6202
|
*/
|
|
4502
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6203
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservations>>;
|
|
4503
6204
|
/**
|
|
4504
6205
|
*
|
|
4505
6206
|
* @summary Unifiedwebhook
|
|
@@ -4642,11 +6343,17 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4642
6343
|
/**
|
|
4643
6344
|
* List all conversations, optionally filtered by contact_id
|
|
4644
6345
|
* @summary Conversations List
|
|
4645
|
-
* @param {string} [
|
|
6346
|
+
* @param {string | null} [searchString]
|
|
6347
|
+
* @param {string | null} [contactId]
|
|
6348
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6349
|
+
* @param {number} [limit]
|
|
6350
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6351
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
6352
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4646
6353
|
* @param {*} [options] Override http request option.
|
|
4647
6354
|
* @throws {RequiredError}
|
|
4648
6355
|
*/
|
|
4649
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6356
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversations>;
|
|
4650
6357
|
/**
|
|
4651
6358
|
*
|
|
4652
6359
|
* @summary Conversations Update
|
|
@@ -4673,6 +6380,15 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4673
6380
|
* @throws {RequiredError}
|
|
4674
6381
|
*/
|
|
4675
6382
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6383
|
+
/**
|
|
6384
|
+
*
|
|
6385
|
+
* @summary Emails Update
|
|
6386
|
+
* @param {string} emailId
|
|
6387
|
+
* @param {EmailUpdate} emailUpdate
|
|
6388
|
+
* @param {*} [options] Override http request option.
|
|
6389
|
+
* @throws {RequiredError}
|
|
6390
|
+
*/
|
|
6391
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsUpdate>;
|
|
4676
6392
|
/**
|
|
4677
6393
|
* List all listings
|
|
4678
6394
|
* @summary Inquiries List
|
|
@@ -4682,13 +6398,27 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4682
6398
|
*/
|
|
4683
6399
|
inquiriesList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<ListResponseInquiriesList>;
|
|
4684
6400
|
/**
|
|
4685
|
-
*
|
|
6401
|
+
*
|
|
6402
|
+
* @summary Listings Get
|
|
6403
|
+
* @param {string} listingId
|
|
6404
|
+
* @param {*} [options] Override http request option.
|
|
6405
|
+
* @throws {RequiredError}
|
|
6406
|
+
*/
|
|
6407
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListingsGet>;
|
|
6408
|
+
/**
|
|
6409
|
+
*
|
|
4686
6410
|
* @summary Listings List
|
|
4687
|
-
* @param {string} [
|
|
6411
|
+
* @param {string | null} [searchString]
|
|
6412
|
+
* @param {string | null} [contactId]
|
|
6413
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6414
|
+
* @param {number} [limit]
|
|
6415
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6416
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
6417
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4688
6418
|
* @param {*} [options] Override http request option.
|
|
4689
6419
|
* @throws {RequiredError}
|
|
4690
6420
|
*/
|
|
4691
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6421
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
4692
6422
|
/**
|
|
4693
6423
|
*
|
|
4694
6424
|
* @summary Managed_phone_numbers List
|
|
@@ -4699,11 +6429,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4699
6429
|
/**
|
|
4700
6430
|
*
|
|
4701
6431
|
* @summary Messages Create
|
|
6432
|
+
* @param {string} conversationId
|
|
4702
6433
|
* @param {MessageCreate} messageCreate
|
|
4703
6434
|
* @param {*} [options] Override http request option.
|
|
4704
6435
|
* @throws {RequiredError}
|
|
4705
6436
|
*/
|
|
4706
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6437
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<MessagesCreate>;
|
|
4707
6438
|
/**
|
|
4708
6439
|
*
|
|
4709
6440
|
* @summary Messages Get
|
|
@@ -4711,15 +6442,22 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4711
6442
|
* @param {*} [options] Override http request option.
|
|
4712
6443
|
* @throws {RequiredError}
|
|
4713
6444
|
*/
|
|
4714
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6445
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<MessagesGet>;
|
|
4715
6446
|
/**
|
|
4716
6447
|
*
|
|
4717
6448
|
* @summary Messages List
|
|
4718
|
-
* @param {string} [
|
|
6449
|
+
* @param {string | null} [searchString]
|
|
6450
|
+
* @param {string | null} [contactId]
|
|
6451
|
+
* @param {string | null} [conversationId]
|
|
6452
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6453
|
+
* @param {number} [limit]
|
|
6454
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6455
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
6456
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4719
6457
|
* @param {*} [options] Override http request option.
|
|
4720
6458
|
* @throws {RequiredError}
|
|
4721
6459
|
*/
|
|
4722
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6460
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessages>;
|
|
4723
6461
|
/**
|
|
4724
6462
|
*
|
|
4725
6463
|
* @summary Phone_numbers Create
|
|
@@ -4737,14 +6475,61 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4737
6475
|
* @throws {RequiredError}
|
|
4738
6476
|
*/
|
|
4739
6477
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6478
|
+
/**
|
|
6479
|
+
*
|
|
6480
|
+
* @summary Phone_numbers Update
|
|
6481
|
+
* @param {string} phoneNumberId
|
|
6482
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
6483
|
+
* @param {*} [options] Override http request option.
|
|
6484
|
+
* @throws {RequiredError}
|
|
6485
|
+
*/
|
|
6486
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersUpdate>;
|
|
6487
|
+
/**
|
|
6488
|
+
*
|
|
6489
|
+
* @summary Providers Create
|
|
6490
|
+
* @param {ProviderCreate} providerCreate
|
|
6491
|
+
* @param {*} [options] Override http request option.
|
|
6492
|
+
* @throws {RequiredError}
|
|
6493
|
+
*/
|
|
6494
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
6495
|
+
/**
|
|
6496
|
+
*
|
|
6497
|
+
* @summary Providers Get
|
|
6498
|
+
* @param {string} providerId
|
|
6499
|
+
* @param {*} [options] Override http request option.
|
|
6500
|
+
* @throws {RequiredError}
|
|
6501
|
+
*/
|
|
6502
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
6503
|
+
/**
|
|
6504
|
+
*
|
|
6505
|
+
* @summary Providers List
|
|
6506
|
+
* @param {*} [options] Override http request option.
|
|
6507
|
+
* @throws {RequiredError}
|
|
6508
|
+
*/
|
|
6509
|
+
providersList(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseProvidersList>;
|
|
6510
|
+
/**
|
|
6511
|
+
*
|
|
6512
|
+
* @summary Providers Update
|
|
6513
|
+
* @param {string} providerId
|
|
6514
|
+
* @param {ProviderUpdate} providerUpdate
|
|
6515
|
+
* @param {*} [options] Override http request option.
|
|
6516
|
+
* @throws {RequiredError}
|
|
6517
|
+
*/
|
|
6518
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
4740
6519
|
/**
|
|
4741
6520
|
*
|
|
4742
6521
|
* @summary Reservations List
|
|
4743
|
-
* @param {string} [
|
|
6522
|
+
* @param {string | null} [searchString]
|
|
6523
|
+
* @param {string | null} [contactId]
|
|
6524
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6525
|
+
* @param {number} [limit]
|
|
6526
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6527
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
6528
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4744
6529
|
* @param {*} [options] Override http request option.
|
|
4745
6530
|
* @throws {RequiredError}
|
|
4746
6531
|
*/
|
|
4747
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
6532
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservations>;
|
|
4748
6533
|
/**
|
|
4749
6534
|
*
|
|
4750
6535
|
* @summary Unifiedwebhook
|
|
@@ -4903,12 +6688,18 @@ declare class UnboundApi extends BaseAPI {
|
|
|
4903
6688
|
/**
|
|
4904
6689
|
* List all conversations, optionally filtered by contact_id
|
|
4905
6690
|
* @summary Conversations List
|
|
4906
|
-
* @param {string} [
|
|
6691
|
+
* @param {string | null} [searchString]
|
|
6692
|
+
* @param {string | null} [contactId]
|
|
6693
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6694
|
+
* @param {number} [limit]
|
|
6695
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6696
|
+
* @param {SrcResourceModelsConversationsModelConversationsModelConversationSortBy} [sortBy] Sort key
|
|
6697
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4907
6698
|
* @param {*} [options] Override http request option.
|
|
4908
6699
|
* @throws {RequiredError}
|
|
4909
6700
|
* @memberof UnboundApi
|
|
4910
6701
|
*/
|
|
4911
|
-
conversationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6702
|
+
conversationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsConversationsModelConversationsModelConversationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversations, any>>;
|
|
4912
6703
|
/**
|
|
4913
6704
|
*
|
|
4914
6705
|
* @summary Conversations Update
|
|
@@ -4938,6 +6729,16 @@ declare class UnboundApi extends BaseAPI {
|
|
|
4938
6729
|
* @memberof UnboundApi
|
|
4939
6730
|
*/
|
|
4940
6731
|
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6732
|
+
/**
|
|
6733
|
+
*
|
|
6734
|
+
* @summary Emails Update
|
|
6735
|
+
* @param {string} emailId
|
|
6736
|
+
* @param {EmailUpdate} emailUpdate
|
|
6737
|
+
* @param {*} [options] Override http request option.
|
|
6738
|
+
* @throws {RequiredError}
|
|
6739
|
+
* @memberof UnboundApi
|
|
6740
|
+
*/
|
|
6741
|
+
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsUpdate, any>>;
|
|
4941
6742
|
/**
|
|
4942
6743
|
* List all listings
|
|
4943
6744
|
* @summary Inquiries List
|
|
@@ -4948,14 +6749,29 @@ declare class UnboundApi extends BaseAPI {
|
|
|
4948
6749
|
*/
|
|
4949
6750
|
inquiriesList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseInquiriesList, any>>;
|
|
4950
6751
|
/**
|
|
4951
|
-
*
|
|
6752
|
+
*
|
|
6753
|
+
* @summary Listings Get
|
|
6754
|
+
* @param {string} listingId
|
|
6755
|
+
* @param {*} [options] Override http request option.
|
|
6756
|
+
* @throws {RequiredError}
|
|
6757
|
+
* @memberof UnboundApi
|
|
6758
|
+
*/
|
|
6759
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListingsGet, any>>;
|
|
6760
|
+
/**
|
|
6761
|
+
*
|
|
4952
6762
|
* @summary Listings List
|
|
4953
|
-
* @param {string} [
|
|
6763
|
+
* @param {string | null} [searchString]
|
|
6764
|
+
* @param {string | null} [contactId]
|
|
6765
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6766
|
+
* @param {number} [limit]
|
|
6767
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6768
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
6769
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4954
6770
|
* @param {*} [options] Override http request option.
|
|
4955
6771
|
* @throws {RequiredError}
|
|
4956
6772
|
* @memberof UnboundApi
|
|
4957
6773
|
*/
|
|
4958
|
-
listingsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6774
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListings, any>>;
|
|
4959
6775
|
/**
|
|
4960
6776
|
*
|
|
4961
6777
|
* @summary Managed_phone_numbers List
|
|
@@ -4967,12 +6783,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
4967
6783
|
/**
|
|
4968
6784
|
*
|
|
4969
6785
|
* @summary Messages Create
|
|
6786
|
+
* @param {string} conversationId
|
|
4970
6787
|
* @param {MessageCreate} messageCreate
|
|
4971
6788
|
* @param {*} [options] Override http request option.
|
|
4972
6789
|
* @throws {RequiredError}
|
|
4973
6790
|
* @memberof UnboundApi
|
|
4974
6791
|
*/
|
|
4975
|
-
messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6792
|
+
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesCreate, any>>;
|
|
4976
6793
|
/**
|
|
4977
6794
|
*
|
|
4978
6795
|
* @summary Messages Get
|
|
@@ -4981,16 +6798,23 @@ declare class UnboundApi extends BaseAPI {
|
|
|
4981
6798
|
* @throws {RequiredError}
|
|
4982
6799
|
* @memberof UnboundApi
|
|
4983
6800
|
*/
|
|
4984
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6801
|
+
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesGet, any>>;
|
|
4985
6802
|
/**
|
|
4986
6803
|
*
|
|
4987
6804
|
* @summary Messages List
|
|
4988
|
-
* @param {string} [
|
|
6805
|
+
* @param {string | null} [searchString]
|
|
6806
|
+
* @param {string | null} [contactId]
|
|
6807
|
+
* @param {string | null} [conversationId]
|
|
6808
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6809
|
+
* @param {number} [limit]
|
|
6810
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6811
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
6812
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4989
6813
|
* @param {*} [options] Override http request option.
|
|
4990
6814
|
* @throws {RequiredError}
|
|
4991
6815
|
* @memberof UnboundApi
|
|
4992
6816
|
*/
|
|
4993
|
-
messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6817
|
+
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessages, any>>;
|
|
4994
6818
|
/**
|
|
4995
6819
|
*
|
|
4996
6820
|
* @summary Phone_numbers Create
|
|
@@ -5010,15 +6834,67 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5010
6834
|
* @memberof UnboundApi
|
|
5011
6835
|
*/
|
|
5012
6836
|
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6837
|
+
/**
|
|
6838
|
+
*
|
|
6839
|
+
* @summary Phone_numbers Update
|
|
6840
|
+
* @param {string} phoneNumberId
|
|
6841
|
+
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
6842
|
+
* @param {*} [options] Override http request option.
|
|
6843
|
+
* @throws {RequiredError}
|
|
6844
|
+
* @memberof UnboundApi
|
|
6845
|
+
*/
|
|
6846
|
+
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersUpdate, any>>;
|
|
6847
|
+
/**
|
|
6848
|
+
*
|
|
6849
|
+
* @summary Providers Create
|
|
6850
|
+
* @param {ProviderCreate} providerCreate
|
|
6851
|
+
* @param {*} [options] Override http request option.
|
|
6852
|
+
* @throws {RequiredError}
|
|
6853
|
+
* @memberof UnboundApi
|
|
6854
|
+
*/
|
|
6855
|
+
providersCreate(providerCreate: ProviderCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
6856
|
+
/**
|
|
6857
|
+
*
|
|
6858
|
+
* @summary Providers Get
|
|
6859
|
+
* @param {string} providerId
|
|
6860
|
+
* @param {*} [options] Override http request option.
|
|
6861
|
+
* @throws {RequiredError}
|
|
6862
|
+
* @memberof UnboundApi
|
|
6863
|
+
*/
|
|
6864
|
+
providersGet(providerId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
6865
|
+
/**
|
|
6866
|
+
*
|
|
6867
|
+
* @summary Providers List
|
|
6868
|
+
* @param {*} [options] Override http request option.
|
|
6869
|
+
* @throws {RequiredError}
|
|
6870
|
+
* @memberof UnboundApi
|
|
6871
|
+
*/
|
|
6872
|
+
providersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseProvidersList, any>>;
|
|
6873
|
+
/**
|
|
6874
|
+
*
|
|
6875
|
+
* @summary Providers Update
|
|
6876
|
+
* @param {string} providerId
|
|
6877
|
+
* @param {ProviderUpdate} providerUpdate
|
|
6878
|
+
* @param {*} [options] Override http request option.
|
|
6879
|
+
* @throws {RequiredError}
|
|
6880
|
+
* @memberof UnboundApi
|
|
6881
|
+
*/
|
|
6882
|
+
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
5013
6883
|
/**
|
|
5014
6884
|
*
|
|
5015
6885
|
* @summary Reservations List
|
|
5016
|
-
* @param {string} [
|
|
6886
|
+
* @param {string | null} [searchString]
|
|
6887
|
+
* @param {string | null} [contactId]
|
|
6888
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6889
|
+
* @param {number} [limit]
|
|
6890
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6891
|
+
* @param {SrcResourceModelsReservationsModelReservationBaseModelSortBy} [sortBy] Sort key
|
|
6892
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5017
6893
|
* @param {*} [options] Override http request option.
|
|
5018
6894
|
* @throws {RequiredError}
|
|
5019
6895
|
* @memberof UnboundApi
|
|
5020
6896
|
*/
|
|
5021
|
-
reservationsList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
6897
|
+
reservationsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsReservationsModelReservationBaseModelSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservations, any>>;
|
|
5022
6898
|
/**
|
|
5023
6899
|
*
|
|
5024
6900
|
* @summary Unifiedwebhook
|
|
@@ -5030,4 +6906,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5030
6906
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
5031
6907
|
}
|
|
5032
6908
|
|
|
5033
|
-
export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type
|
|
6909
|
+
export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type AddressUpdate, AddressesApi, AddressesApiAxiosParamCreator, AddressesApiFactory, AddressesApiFp, type AddressesCreate, type AddressesUpdate, Configuration, type ConfigurationParameters, type ContactCreate, ContactListingType, ContactSortBy, type ContactTypeDataApi, type ContactUpdate, type Contacts, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, type ContactsCreate, type ContactsGet, type ContactsUpdate, type ConversationCreate, ConversationStatus, type ConversationUpdate, type Conversations, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type ConversationsCreate, type ConversationsGet, type ConversationsUpdate, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailCreate, type EmailUpdate, EmailsApi, EmailsApiAxiosParamCreator, EmailsApiFactory, EmailsApiFp, type EmailsCreate, type EmailsUpdate, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAccountsList, type ListResponseInquiriesList, type ListResponseManagedPhoneNumbersList, type ListResponseProvidersList, ListingSortBy, type Listings, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ListingsGet, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type ManagedPhoneNumbersList, type MessageCreate, MessageDirection, MessageStatus, type Messages, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type MessagesCreate, type MessagesGet, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseContacts, type PaginatedResponseConversations, type PaginatedResponseListings, type PaginatedResponseMessages, type PaginatedResponseReservations, PaginationDirection, type PhoneApi, type PhoneNumberCreate, type PhoneNumberUpdate, PhoneNumbersApi, PhoneNumbersApiAxiosParamCreator, PhoneNumbersApiFactory, PhoneNumbersApiFp, type PhoneNumbersCreate, type PhoneNumbersUpdate, type ProviderCreate, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, type Reservations, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi5, SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|