@ember-home/unbound-ts-client 0.0.34 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +461 -468
- package/dist/index.d.ts +461 -468
- package/dist/index.js +156 -156
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +156 -156
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -218,6 +218,55 @@ interface APIAddress {
|
|
|
218
218
|
*/
|
|
219
219
|
'isPrimary': boolean;
|
|
220
220
|
}
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @export
|
|
224
|
+
* @interface APIAddressCreate
|
|
225
|
+
*/
|
|
226
|
+
interface APIAddressCreate {
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {string}
|
|
230
|
+
* @memberof APIAddressCreate
|
|
231
|
+
*/
|
|
232
|
+
'street1'?: string | null;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {string}
|
|
236
|
+
* @memberof APIAddressCreate
|
|
237
|
+
*/
|
|
238
|
+
'street2'?: string | null;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @type {string}
|
|
242
|
+
* @memberof APIAddressCreate
|
|
243
|
+
*/
|
|
244
|
+
'country'?: string | null;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @type {string}
|
|
248
|
+
* @memberof APIAddressCreate
|
|
249
|
+
*/
|
|
250
|
+
'locality'?: string | null;
|
|
251
|
+
/**
|
|
252
|
+
*
|
|
253
|
+
* @type {string}
|
|
254
|
+
* @memberof APIAddressCreate
|
|
255
|
+
*/
|
|
256
|
+
'postalCode'?: string | null;
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @type {string}
|
|
260
|
+
* @memberof APIAddressCreate
|
|
261
|
+
*/
|
|
262
|
+
'region'?: string | null;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @type {boolean}
|
|
266
|
+
* @memberof APIAddressCreate
|
|
267
|
+
*/
|
|
268
|
+
'isPrimary'?: boolean | null;
|
|
269
|
+
}
|
|
221
270
|
/**
|
|
222
271
|
*
|
|
223
272
|
* @export
|
|
@@ -442,6 +491,92 @@ interface APIContact {
|
|
|
442
491
|
*/
|
|
443
492
|
'updatedByName': string;
|
|
444
493
|
}
|
|
494
|
+
/**
|
|
495
|
+
*
|
|
496
|
+
* @export
|
|
497
|
+
* @interface APIContactCreate1
|
|
498
|
+
*/
|
|
499
|
+
interface APIContactCreate1 {
|
|
500
|
+
/**
|
|
501
|
+
*
|
|
502
|
+
* @type {string}
|
|
503
|
+
* @memberof APIContactCreate1
|
|
504
|
+
*/
|
|
505
|
+
'locale'?: string | null;
|
|
506
|
+
/**
|
|
507
|
+
*
|
|
508
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1>}
|
|
509
|
+
* @memberof APIContactCreate1
|
|
510
|
+
*/
|
|
511
|
+
'emails'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1> | null;
|
|
512
|
+
/**
|
|
513
|
+
*
|
|
514
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2>}
|
|
515
|
+
* @memberof APIContactCreate1
|
|
516
|
+
*/
|
|
517
|
+
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
518
|
+
/**
|
|
519
|
+
*
|
|
520
|
+
* @type {string}
|
|
521
|
+
* @memberof APIContactCreate1
|
|
522
|
+
*/
|
|
523
|
+
'firstName': string;
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof APIContactCreate1
|
|
528
|
+
*/
|
|
529
|
+
'lastName': string;
|
|
530
|
+
/**
|
|
531
|
+
*
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof APIContactCreate1
|
|
534
|
+
*/
|
|
535
|
+
'company'?: string | null;
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
*
|
|
539
|
+
* @export
|
|
540
|
+
* @interface APIContactCreate2
|
|
541
|
+
*/
|
|
542
|
+
interface APIContactCreate2 {
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @type {string}
|
|
546
|
+
* @memberof APIContactCreate2
|
|
547
|
+
*/
|
|
548
|
+
'locale'?: string | null;
|
|
549
|
+
/**
|
|
550
|
+
*
|
|
551
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1>}
|
|
552
|
+
* @memberof APIContactCreate2
|
|
553
|
+
*/
|
|
554
|
+
'emails'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1> | null;
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2>}
|
|
558
|
+
* @memberof APIContactCreate2
|
|
559
|
+
*/
|
|
560
|
+
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
561
|
+
/**
|
|
562
|
+
*
|
|
563
|
+
* @type {string}
|
|
564
|
+
* @memberof APIContactCreate2
|
|
565
|
+
*/
|
|
566
|
+
'company': string;
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @type {string}
|
|
570
|
+
* @memberof APIContactCreate2
|
|
571
|
+
*/
|
|
572
|
+
'firstName'?: string | null;
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @type {string}
|
|
576
|
+
* @memberof APIContactCreate2
|
|
577
|
+
*/
|
|
578
|
+
'lastName'?: string | null;
|
|
579
|
+
}
|
|
445
580
|
/**
|
|
446
581
|
*
|
|
447
582
|
* @export
|
|
@@ -576,6 +711,37 @@ interface APIConversation {
|
|
|
576
711
|
*/
|
|
577
712
|
'providerAccountId': string;
|
|
578
713
|
}
|
|
714
|
+
/**
|
|
715
|
+
*
|
|
716
|
+
* @export
|
|
717
|
+
* @interface APIConversationCreate
|
|
718
|
+
*/
|
|
719
|
+
interface APIConversationCreate {
|
|
720
|
+
/**
|
|
721
|
+
*
|
|
722
|
+
* @type {string}
|
|
723
|
+
* @memberof APIConversationCreate
|
|
724
|
+
*/
|
|
725
|
+
'providerUpdatedAt': string;
|
|
726
|
+
/**
|
|
727
|
+
*
|
|
728
|
+
* @type {ConversationStatus}
|
|
729
|
+
* @memberof APIConversationCreate
|
|
730
|
+
*/
|
|
731
|
+
'status': ConversationStatus;
|
|
732
|
+
/**
|
|
733
|
+
*
|
|
734
|
+
* @type {Conversationtypedata}
|
|
735
|
+
* @memberof APIConversationCreate
|
|
736
|
+
*/
|
|
737
|
+
'conversationTypeData': Conversationtypedata;
|
|
738
|
+
/**
|
|
739
|
+
*
|
|
740
|
+
* @type {string}
|
|
741
|
+
* @memberof APIConversationCreate
|
|
742
|
+
*/
|
|
743
|
+
'providerConversationId': string;
|
|
744
|
+
}
|
|
579
745
|
/**
|
|
580
746
|
*
|
|
581
747
|
* @export
|
|
@@ -596,10 +762,10 @@ interface APIConversationUpdate {
|
|
|
596
762
|
'status': ConversationStatus;
|
|
597
763
|
/**
|
|
598
764
|
*
|
|
599
|
-
* @type {
|
|
765
|
+
* @type {Conversationtypedata1}
|
|
600
766
|
* @memberof APIConversationUpdate
|
|
601
767
|
*/
|
|
602
|
-
'conversationTypeData':
|
|
768
|
+
'conversationTypeData': Conversationtypedata1;
|
|
603
769
|
/**
|
|
604
770
|
*
|
|
605
771
|
* @type {string}
|
|
@@ -645,10 +811,29 @@ interface APIEmail {
|
|
|
645
811
|
'providerId': string;
|
|
646
812
|
/**
|
|
647
813
|
*
|
|
648
|
-
* @type {
|
|
814
|
+
* @type {string}
|
|
649
815
|
* @memberof APIEmail
|
|
650
816
|
*/
|
|
651
|
-
'deletedAt'?:
|
|
817
|
+
'deletedAt'?: string | null;
|
|
818
|
+
}
|
|
819
|
+
/**
|
|
820
|
+
*
|
|
821
|
+
* @export
|
|
822
|
+
* @interface APIEmailCreate
|
|
823
|
+
*/
|
|
824
|
+
interface APIEmailCreate {
|
|
825
|
+
/**
|
|
826
|
+
*
|
|
827
|
+
* @type {string}
|
|
828
|
+
* @memberof APIEmailCreate
|
|
829
|
+
*/
|
|
830
|
+
'email': string;
|
|
831
|
+
/**
|
|
832
|
+
*
|
|
833
|
+
* @type {boolean}
|
|
834
|
+
* @memberof APIEmailCreate
|
|
835
|
+
*/
|
|
836
|
+
'isPrimary'?: boolean | null;
|
|
652
837
|
}
|
|
653
838
|
/**
|
|
654
839
|
*
|
|
@@ -876,6 +1061,91 @@ interface APIMessage {
|
|
|
876
1061
|
*/
|
|
877
1062
|
'providerAccountId'?: string;
|
|
878
1063
|
}
|
|
1064
|
+
/**
|
|
1065
|
+
*
|
|
1066
|
+
* @export
|
|
1067
|
+
* @interface APIMessageCreate
|
|
1068
|
+
*/
|
|
1069
|
+
interface APIMessageCreate {
|
|
1070
|
+
/**
|
|
1071
|
+
*
|
|
1072
|
+
* @type {string}
|
|
1073
|
+
* @memberof APIMessageCreate
|
|
1074
|
+
*/
|
|
1075
|
+
'providerMessageId'?: string;
|
|
1076
|
+
/**
|
|
1077
|
+
*
|
|
1078
|
+
* @type {string}
|
|
1079
|
+
* @memberof APIMessageCreate
|
|
1080
|
+
*/
|
|
1081
|
+
'providerUpdatedAt'?: string;
|
|
1082
|
+
/**
|
|
1083
|
+
*
|
|
1084
|
+
* @type {MessageDirection}
|
|
1085
|
+
* @memberof APIMessageCreate
|
|
1086
|
+
*/
|
|
1087
|
+
'direction': MessageDirection;
|
|
1088
|
+
/**
|
|
1089
|
+
*
|
|
1090
|
+
* @type {string}
|
|
1091
|
+
* @memberof APIMessageCreate
|
|
1092
|
+
*/
|
|
1093
|
+
'sentAt'?: string | null;
|
|
1094
|
+
/**
|
|
1095
|
+
*
|
|
1096
|
+
* @type {string}
|
|
1097
|
+
* @memberof APIMessageCreate
|
|
1098
|
+
*/
|
|
1099
|
+
'deliveredAt'?: string | null;
|
|
1100
|
+
/**
|
|
1101
|
+
*
|
|
1102
|
+
* @type {string}
|
|
1103
|
+
* @memberof APIMessageCreate
|
|
1104
|
+
*/
|
|
1105
|
+
'readAt'?: string | null;
|
|
1106
|
+
/**
|
|
1107
|
+
*
|
|
1108
|
+
* @type {string}
|
|
1109
|
+
* @memberof APIMessageCreate
|
|
1110
|
+
*/
|
|
1111
|
+
'failedAt'?: string | null;
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @type {string}
|
|
1115
|
+
* @memberof APIMessageCreate
|
|
1116
|
+
*/
|
|
1117
|
+
'scheduledAt'?: string | null;
|
|
1118
|
+
/**
|
|
1119
|
+
*
|
|
1120
|
+
* @type {MessageStatus}
|
|
1121
|
+
* @memberof APIMessageCreate
|
|
1122
|
+
*/
|
|
1123
|
+
'status'?: MessageStatus;
|
|
1124
|
+
/**
|
|
1125
|
+
*
|
|
1126
|
+
* @type {string}
|
|
1127
|
+
* @memberof APIMessageCreate
|
|
1128
|
+
*/
|
|
1129
|
+
'body': string;
|
|
1130
|
+
/**
|
|
1131
|
+
*
|
|
1132
|
+
* @type {string}
|
|
1133
|
+
* @memberof APIMessageCreate
|
|
1134
|
+
*/
|
|
1135
|
+
'channelName': string;
|
|
1136
|
+
/**
|
|
1137
|
+
*
|
|
1138
|
+
* @type {string}
|
|
1139
|
+
* @memberof APIMessageCreate
|
|
1140
|
+
*/
|
|
1141
|
+
'conversationId': string;
|
|
1142
|
+
/**
|
|
1143
|
+
*
|
|
1144
|
+
* @type {Messagetypedata1}
|
|
1145
|
+
* @memberof APIMessageCreate
|
|
1146
|
+
*/
|
|
1147
|
+
'messageTypeData': Messagetypedata1;
|
|
1148
|
+
}
|
|
879
1149
|
/**
|
|
880
1150
|
*
|
|
881
1151
|
* @export
|
|
@@ -913,6 +1183,25 @@ interface APIPhoneNumber {
|
|
|
913
1183
|
*/
|
|
914
1184
|
'isPrimary': boolean;
|
|
915
1185
|
}
|
|
1186
|
+
/**
|
|
1187
|
+
*
|
|
1188
|
+
* @export
|
|
1189
|
+
* @interface APIPhoneNumberCreate
|
|
1190
|
+
*/
|
|
1191
|
+
interface APIPhoneNumberCreate {
|
|
1192
|
+
/**
|
|
1193
|
+
*
|
|
1194
|
+
* @type {string}
|
|
1195
|
+
* @memberof APIPhoneNumberCreate
|
|
1196
|
+
*/
|
|
1197
|
+
'phone': string;
|
|
1198
|
+
/**
|
|
1199
|
+
*
|
|
1200
|
+
* @type {boolean}
|
|
1201
|
+
* @memberof APIPhoneNumberCreate
|
|
1202
|
+
*/
|
|
1203
|
+
'isPrimary'?: boolean | null;
|
|
1204
|
+
}
|
|
916
1205
|
/**
|
|
917
1206
|
*
|
|
918
1207
|
* @export
|
|
@@ -935,46 +1224,95 @@ interface APIPhoneNumberUpdate {
|
|
|
935
1224
|
/**
|
|
936
1225
|
*
|
|
937
1226
|
* @export
|
|
938
|
-
* @interface
|
|
1227
|
+
* @interface APIProviderCreate
|
|
939
1228
|
*/
|
|
940
|
-
interface
|
|
1229
|
+
interface APIProviderCreate {
|
|
941
1230
|
/**
|
|
942
1231
|
*
|
|
943
1232
|
* @type {string}
|
|
944
|
-
* @memberof
|
|
1233
|
+
* @memberof APIProviderCreate
|
|
945
1234
|
*/
|
|
946
1235
|
'providerApiLogin'?: string | null;
|
|
947
1236
|
/**
|
|
948
1237
|
*
|
|
949
1238
|
* @type {string}
|
|
950
|
-
* @memberof
|
|
1239
|
+
* @memberof APIProviderCreate
|
|
951
1240
|
*/
|
|
952
1241
|
'providerApiKey'?: string | null;
|
|
953
1242
|
/**
|
|
954
1243
|
*
|
|
955
1244
|
* @type {string}
|
|
956
|
-
* @memberof
|
|
1245
|
+
* @memberof APIProviderCreate
|
|
957
1246
|
*/
|
|
958
1247
|
'webhookLogin'?: string | null;
|
|
959
1248
|
/**
|
|
960
1249
|
*
|
|
961
1250
|
* @type {string}
|
|
962
|
-
* @memberof
|
|
1251
|
+
* @memberof APIProviderCreate
|
|
963
1252
|
*/
|
|
964
1253
|
'webhookPassword'?: string | null;
|
|
965
1254
|
/**
|
|
966
1255
|
*
|
|
967
1256
|
* @type {string}
|
|
968
|
-
* @memberof
|
|
1257
|
+
* @memberof APIProviderCreate
|
|
969
1258
|
*/
|
|
970
|
-
'
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
1259
|
+
'providerId'?: string | null;
|
|
1260
|
+
/**
|
|
1261
|
+
*
|
|
1262
|
+
* @type {string}
|
|
1263
|
+
* @memberof APIProviderCreate
|
|
1264
|
+
*/
|
|
1265
|
+
'providerType': string;
|
|
1266
|
+
/**
|
|
1267
|
+
*
|
|
1268
|
+
* @type {string}
|
|
1269
|
+
* @memberof APIProviderCreate
|
|
1270
|
+
*/
|
|
1271
|
+
'providerAccountId': string;
|
|
1272
|
+
}
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @export
|
|
1276
|
+
* @interface APIProviderUpdate
|
|
1277
|
+
*/
|
|
1278
|
+
interface APIProviderUpdate {
|
|
1279
|
+
/**
|
|
1280
|
+
*
|
|
1281
|
+
* @type {string}
|
|
1282
|
+
* @memberof APIProviderUpdate
|
|
1283
|
+
*/
|
|
1284
|
+
'providerApiLogin'?: string | null;
|
|
1285
|
+
/**
|
|
1286
|
+
*
|
|
1287
|
+
* @type {string}
|
|
1288
|
+
* @memberof APIProviderUpdate
|
|
1289
|
+
*/
|
|
1290
|
+
'providerApiKey'?: string | null;
|
|
1291
|
+
/**
|
|
1292
|
+
*
|
|
1293
|
+
* @type {string}
|
|
1294
|
+
* @memberof APIProviderUpdate
|
|
1295
|
+
*/
|
|
1296
|
+
'webhookLogin'?: string | null;
|
|
1297
|
+
/**
|
|
1298
|
+
*
|
|
1299
|
+
* @type {string}
|
|
1300
|
+
* @memberof APIProviderUpdate
|
|
1301
|
+
*/
|
|
1302
|
+
'webhookPassword'?: string | null;
|
|
1303
|
+
/**
|
|
1304
|
+
*
|
|
1305
|
+
* @type {string}
|
|
1306
|
+
* @memberof APIProviderUpdate
|
|
1307
|
+
*/
|
|
1308
|
+
'testAttr'?: string | null;
|
|
1309
|
+
}
|
|
1310
|
+
/**
|
|
1311
|
+
*
|
|
1312
|
+
* @export
|
|
1313
|
+
* @interface APIReservation
|
|
1314
|
+
*/
|
|
1315
|
+
interface APIReservation {
|
|
978
1316
|
/**
|
|
979
1317
|
*
|
|
980
1318
|
* @type {string}
|
|
@@ -1181,141 +1519,6 @@ interface AddressApi {
|
|
|
1181
1519
|
*/
|
|
1182
1520
|
'isPrimary': boolean;
|
|
1183
1521
|
}
|
|
1184
|
-
/**
|
|
1185
|
-
*
|
|
1186
|
-
* @export
|
|
1187
|
-
* @interface AddressCreate
|
|
1188
|
-
*/
|
|
1189
|
-
interface AddressCreate {
|
|
1190
|
-
/**
|
|
1191
|
-
*
|
|
1192
|
-
* @type {string}
|
|
1193
|
-
* @memberof AddressCreate
|
|
1194
|
-
*/
|
|
1195
|
-
'street1'?: string | null;
|
|
1196
|
-
/**
|
|
1197
|
-
*
|
|
1198
|
-
* @type {string}
|
|
1199
|
-
* @memberof AddressCreate
|
|
1200
|
-
*/
|
|
1201
|
-
'street2'?: string | null;
|
|
1202
|
-
/**
|
|
1203
|
-
*
|
|
1204
|
-
* @type {string}
|
|
1205
|
-
* @memberof AddressCreate
|
|
1206
|
-
*/
|
|
1207
|
-
'country'?: string | null;
|
|
1208
|
-
/**
|
|
1209
|
-
*
|
|
1210
|
-
* @type {string}
|
|
1211
|
-
* @memberof AddressCreate
|
|
1212
|
-
*/
|
|
1213
|
-
'locality'?: string | null;
|
|
1214
|
-
/**
|
|
1215
|
-
*
|
|
1216
|
-
* @type {string}
|
|
1217
|
-
* @memberof AddressCreate
|
|
1218
|
-
*/
|
|
1219
|
-
'postalCode'?: string | null;
|
|
1220
|
-
/**
|
|
1221
|
-
*
|
|
1222
|
-
* @type {string}
|
|
1223
|
-
* @memberof AddressCreate
|
|
1224
|
-
*/
|
|
1225
|
-
'region'?: string | null;
|
|
1226
|
-
/**
|
|
1227
|
-
*
|
|
1228
|
-
* @type {boolean}
|
|
1229
|
-
* @memberof AddressCreate
|
|
1230
|
-
*/
|
|
1231
|
-
'isPrimary'?: boolean | null;
|
|
1232
|
-
}
|
|
1233
|
-
/**
|
|
1234
|
-
*
|
|
1235
|
-
* @export
|
|
1236
|
-
* @interface ContactCreate1
|
|
1237
|
-
*/
|
|
1238
|
-
interface ContactCreate1 {
|
|
1239
|
-
/**
|
|
1240
|
-
*
|
|
1241
|
-
* @type {string}
|
|
1242
|
-
* @memberof ContactCreate1
|
|
1243
|
-
*/
|
|
1244
|
-
'locale'?: string | null;
|
|
1245
|
-
/**
|
|
1246
|
-
*
|
|
1247
|
-
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1>}
|
|
1248
|
-
* @memberof ContactCreate1
|
|
1249
|
-
*/
|
|
1250
|
-
'emails'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1> | null;
|
|
1251
|
-
/**
|
|
1252
|
-
*
|
|
1253
|
-
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2>}
|
|
1254
|
-
* @memberof ContactCreate1
|
|
1255
|
-
*/
|
|
1256
|
-
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
1257
|
-
/**
|
|
1258
|
-
*
|
|
1259
|
-
* @type {string}
|
|
1260
|
-
* @memberof ContactCreate1
|
|
1261
|
-
*/
|
|
1262
|
-
'firstName': string;
|
|
1263
|
-
/**
|
|
1264
|
-
*
|
|
1265
|
-
* @type {string}
|
|
1266
|
-
* @memberof ContactCreate1
|
|
1267
|
-
*/
|
|
1268
|
-
'lastName': string;
|
|
1269
|
-
/**
|
|
1270
|
-
*
|
|
1271
|
-
* @type {string}
|
|
1272
|
-
* @memberof ContactCreate1
|
|
1273
|
-
*/
|
|
1274
|
-
'company'?: string | null;
|
|
1275
|
-
}
|
|
1276
|
-
/**
|
|
1277
|
-
*
|
|
1278
|
-
* @export
|
|
1279
|
-
* @interface ContactCreate2
|
|
1280
|
-
*/
|
|
1281
|
-
interface ContactCreate2 {
|
|
1282
|
-
/**
|
|
1283
|
-
*
|
|
1284
|
-
* @type {string}
|
|
1285
|
-
* @memberof ContactCreate2
|
|
1286
|
-
*/
|
|
1287
|
-
'locale'?: string | null;
|
|
1288
|
-
/**
|
|
1289
|
-
*
|
|
1290
|
-
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1>}
|
|
1291
|
-
* @memberof ContactCreate2
|
|
1292
|
-
*/
|
|
1293
|
-
'emails'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1> | null;
|
|
1294
|
-
/**
|
|
1295
|
-
*
|
|
1296
|
-
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2>}
|
|
1297
|
-
* @memberof ContactCreate2
|
|
1298
|
-
*/
|
|
1299
|
-
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
1300
|
-
/**
|
|
1301
|
-
*
|
|
1302
|
-
* @type {string}
|
|
1303
|
-
* @memberof ContactCreate2
|
|
1304
|
-
*/
|
|
1305
|
-
'company': string;
|
|
1306
|
-
/**
|
|
1307
|
-
*
|
|
1308
|
-
* @type {string}
|
|
1309
|
-
* @memberof ContactCreate2
|
|
1310
|
-
*/
|
|
1311
|
-
'firstName'?: string | null;
|
|
1312
|
-
/**
|
|
1313
|
-
*
|
|
1314
|
-
* @type {string}
|
|
1315
|
-
* @memberof ContactCreate2
|
|
1316
|
-
*/
|
|
1317
|
-
'lastName'?: string | null;
|
|
1318
|
-
}
|
|
1319
1522
|
/**
|
|
1320
1523
|
*
|
|
1321
1524
|
* @export
|
|
@@ -1354,38 +1557,7 @@ interface ContactTypeDataApi {
|
|
|
1354
1557
|
* @type Contactcreate
|
|
1355
1558
|
* @export
|
|
1356
1559
|
*/
|
|
1357
|
-
type Contactcreate =
|
|
1358
|
-
/**
|
|
1359
|
-
*
|
|
1360
|
-
* @export
|
|
1361
|
-
* @interface ConversationCreate
|
|
1362
|
-
*/
|
|
1363
|
-
interface ConversationCreate {
|
|
1364
|
-
/**
|
|
1365
|
-
*
|
|
1366
|
-
* @type {string}
|
|
1367
|
-
* @memberof ConversationCreate
|
|
1368
|
-
*/
|
|
1369
|
-
'providerUpdatedAt': string;
|
|
1370
|
-
/**
|
|
1371
|
-
*
|
|
1372
|
-
* @type {ConversationStatus}
|
|
1373
|
-
* @memberof ConversationCreate
|
|
1374
|
-
*/
|
|
1375
|
-
'status': ConversationStatus;
|
|
1376
|
-
/**
|
|
1377
|
-
*
|
|
1378
|
-
* @type {Conversationtypedata1}
|
|
1379
|
-
* @memberof ConversationCreate
|
|
1380
|
-
*/
|
|
1381
|
-
'conversationTypeData': Conversationtypedata1;
|
|
1382
|
-
/**
|
|
1383
|
-
*
|
|
1384
|
-
* @type {string}
|
|
1385
|
-
* @memberof ConversationCreate
|
|
1386
|
-
*/
|
|
1387
|
-
'providerConversationId': string;
|
|
1388
|
-
}
|
|
1560
|
+
type Contactcreate = APIContactCreate1 | APIContactCreate2;
|
|
1389
1561
|
/**
|
|
1390
1562
|
*
|
|
1391
1563
|
* @export
|
|
@@ -1400,12 +1572,12 @@ type ConversationStatus = typeof ConversationStatus[keyof typeof ConversationSta
|
|
|
1400
1572
|
* @type Conversationtypedata
|
|
1401
1573
|
* @export
|
|
1402
1574
|
*/
|
|
1403
|
-
type Conversationtypedata =
|
|
1575
|
+
type Conversationtypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi4;
|
|
1404
1576
|
/**
|
|
1405
1577
|
* @type Conversationtypedata1
|
|
1406
1578
|
* @export
|
|
1407
1579
|
*/
|
|
1408
|
-
type Conversationtypedata1 =
|
|
1580
|
+
type Conversationtypedata1 = SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1 | SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2;
|
|
1409
1581
|
/**
|
|
1410
1582
|
*
|
|
1411
1583
|
* @export
|
|
@@ -1444,11 +1616,6 @@ interface DeleteContactListing {
|
|
|
1444
1616
|
*/
|
|
1445
1617
|
'type': ContactListingType;
|
|
1446
1618
|
}
|
|
1447
|
-
/**
|
|
1448
|
-
* @type Deletedat
|
|
1449
|
-
* @export
|
|
1450
|
-
*/
|
|
1451
|
-
type Deletedat = string;
|
|
1452
1619
|
/**
|
|
1453
1620
|
*
|
|
1454
1621
|
* @export
|
|
@@ -1479,31 +1646,12 @@ interface EmailApi {
|
|
|
1479
1646
|
* @memberof EmailApi
|
|
1480
1647
|
*/
|
|
1481
1648
|
'providerId': string;
|
|
1482
|
-
/**
|
|
1483
|
-
*
|
|
1484
|
-
* @type {Deletedat}
|
|
1485
|
-
* @memberof EmailApi
|
|
1486
|
-
*/
|
|
1487
|
-
'deletedAt'?: Deletedat | null;
|
|
1488
|
-
}
|
|
1489
|
-
/**
|
|
1490
|
-
*
|
|
1491
|
-
* @export
|
|
1492
|
-
* @interface EmailCreate
|
|
1493
|
-
*/
|
|
1494
|
-
interface EmailCreate {
|
|
1495
1649
|
/**
|
|
1496
1650
|
*
|
|
1497
1651
|
* @type {string}
|
|
1498
|
-
* @memberof
|
|
1499
|
-
*/
|
|
1500
|
-
'email': string;
|
|
1501
|
-
/**
|
|
1502
|
-
*
|
|
1503
|
-
* @type {boolean}
|
|
1504
|
-
* @memberof EmailCreate
|
|
1652
|
+
* @memberof EmailApi
|
|
1505
1653
|
*/
|
|
1506
|
-
'
|
|
1654
|
+
'deletedAt'?: string | null;
|
|
1507
1655
|
}
|
|
1508
1656
|
/**
|
|
1509
1657
|
*
|
|
@@ -1581,12 +1729,10 @@ interface HostawayWebhook {
|
|
|
1581
1729
|
'accountId': number;
|
|
1582
1730
|
/**
|
|
1583
1731
|
*
|
|
1584
|
-
* @type {
|
|
1732
|
+
* @type {object}
|
|
1585
1733
|
* @memberof HostawayWebhook
|
|
1586
1734
|
*/
|
|
1587
|
-
'data':
|
|
1588
|
-
[key: string]: any;
|
|
1589
|
-
};
|
|
1735
|
+
'data': object;
|
|
1590
1736
|
}
|
|
1591
1737
|
/**
|
|
1592
1738
|
*
|
|
@@ -1653,91 +1799,6 @@ interface ListResponseAPIProvider {
|
|
|
1653
1799
|
*/
|
|
1654
1800
|
'data': Array<object>;
|
|
1655
1801
|
}
|
|
1656
|
-
/**
|
|
1657
|
-
*
|
|
1658
|
-
* @export
|
|
1659
|
-
* @interface MessageCreate
|
|
1660
|
-
*/
|
|
1661
|
-
interface MessageCreate {
|
|
1662
|
-
/**
|
|
1663
|
-
*
|
|
1664
|
-
* @type {string}
|
|
1665
|
-
* @memberof MessageCreate
|
|
1666
|
-
*/
|
|
1667
|
-
'providerMessageId'?: string;
|
|
1668
|
-
/**
|
|
1669
|
-
*
|
|
1670
|
-
* @type {string}
|
|
1671
|
-
* @memberof MessageCreate
|
|
1672
|
-
*/
|
|
1673
|
-
'providerUpdatedAt'?: string;
|
|
1674
|
-
/**
|
|
1675
|
-
*
|
|
1676
|
-
* @type {MessageDirection}
|
|
1677
|
-
* @memberof MessageCreate
|
|
1678
|
-
*/
|
|
1679
|
-
'direction': MessageDirection;
|
|
1680
|
-
/**
|
|
1681
|
-
*
|
|
1682
|
-
* @type {string}
|
|
1683
|
-
* @memberof MessageCreate
|
|
1684
|
-
*/
|
|
1685
|
-
'sentAt'?: string | null;
|
|
1686
|
-
/**
|
|
1687
|
-
*
|
|
1688
|
-
* @type {string}
|
|
1689
|
-
* @memberof MessageCreate
|
|
1690
|
-
*/
|
|
1691
|
-
'deliveredAt'?: string | null;
|
|
1692
|
-
/**
|
|
1693
|
-
*
|
|
1694
|
-
* @type {string}
|
|
1695
|
-
* @memberof MessageCreate
|
|
1696
|
-
*/
|
|
1697
|
-
'readAt'?: string | null;
|
|
1698
|
-
/**
|
|
1699
|
-
*
|
|
1700
|
-
* @type {string}
|
|
1701
|
-
* @memberof MessageCreate
|
|
1702
|
-
*/
|
|
1703
|
-
'failedAt'?: string | null;
|
|
1704
|
-
/**
|
|
1705
|
-
*
|
|
1706
|
-
* @type {string}
|
|
1707
|
-
* @memberof MessageCreate
|
|
1708
|
-
*/
|
|
1709
|
-
'scheduledAt'?: string | null;
|
|
1710
|
-
/**
|
|
1711
|
-
*
|
|
1712
|
-
* @type {MessageStatus}
|
|
1713
|
-
* @memberof MessageCreate
|
|
1714
|
-
*/
|
|
1715
|
-
'status'?: MessageStatus;
|
|
1716
|
-
/**
|
|
1717
|
-
*
|
|
1718
|
-
* @type {string}
|
|
1719
|
-
* @memberof MessageCreate
|
|
1720
|
-
*/
|
|
1721
|
-
'body': string;
|
|
1722
|
-
/**
|
|
1723
|
-
*
|
|
1724
|
-
* @type {string}
|
|
1725
|
-
* @memberof MessageCreate
|
|
1726
|
-
*/
|
|
1727
|
-
'channelName': string;
|
|
1728
|
-
/**
|
|
1729
|
-
*
|
|
1730
|
-
* @type {string}
|
|
1731
|
-
* @memberof MessageCreate
|
|
1732
|
-
*/
|
|
1733
|
-
'conversationId': string;
|
|
1734
|
-
/**
|
|
1735
|
-
*
|
|
1736
|
-
* @type {Messagetypedata1}
|
|
1737
|
-
* @memberof MessageCreate
|
|
1738
|
-
*/
|
|
1739
|
-
'messageTypeData': Messagetypedata1;
|
|
1740
|
-
}
|
|
1741
1802
|
/**
|
|
1742
1803
|
*
|
|
1743
1804
|
* @export
|
|
@@ -2006,74 +2067,6 @@ interface PhoneApi {
|
|
|
2006
2067
|
*/
|
|
2007
2068
|
'isPrimary': boolean;
|
|
2008
2069
|
}
|
|
2009
|
-
/**
|
|
2010
|
-
*
|
|
2011
|
-
* @export
|
|
2012
|
-
* @interface PhoneNumberCreate
|
|
2013
|
-
*/
|
|
2014
|
-
interface PhoneNumberCreate {
|
|
2015
|
-
/**
|
|
2016
|
-
*
|
|
2017
|
-
* @type {string}
|
|
2018
|
-
* @memberof PhoneNumberCreate
|
|
2019
|
-
*/
|
|
2020
|
-
'phone': string;
|
|
2021
|
-
/**
|
|
2022
|
-
*
|
|
2023
|
-
* @type {boolean}
|
|
2024
|
-
* @memberof PhoneNumberCreate
|
|
2025
|
-
*/
|
|
2026
|
-
'isPrimary'?: boolean | null;
|
|
2027
|
-
}
|
|
2028
|
-
/**
|
|
2029
|
-
*
|
|
2030
|
-
* @export
|
|
2031
|
-
* @interface ProviderCreate
|
|
2032
|
-
*/
|
|
2033
|
-
interface ProviderCreate {
|
|
2034
|
-
/**
|
|
2035
|
-
*
|
|
2036
|
-
* @type {string}
|
|
2037
|
-
* @memberof ProviderCreate
|
|
2038
|
-
*/
|
|
2039
|
-
'providerApiLogin'?: string | null;
|
|
2040
|
-
/**
|
|
2041
|
-
*
|
|
2042
|
-
* @type {string}
|
|
2043
|
-
* @memberof ProviderCreate
|
|
2044
|
-
*/
|
|
2045
|
-
'providerApiKey'?: string | null;
|
|
2046
|
-
/**
|
|
2047
|
-
*
|
|
2048
|
-
* @type {string}
|
|
2049
|
-
* @memberof ProviderCreate
|
|
2050
|
-
*/
|
|
2051
|
-
'webhookLogin'?: string | null;
|
|
2052
|
-
/**
|
|
2053
|
-
*
|
|
2054
|
-
* @type {string}
|
|
2055
|
-
* @memberof ProviderCreate
|
|
2056
|
-
*/
|
|
2057
|
-
'webhookPassword'?: string | null;
|
|
2058
|
-
/**
|
|
2059
|
-
*
|
|
2060
|
-
* @type {string}
|
|
2061
|
-
* @memberof ProviderCreate
|
|
2062
|
-
*/
|
|
2063
|
-
'providerId'?: string | null;
|
|
2064
|
-
/**
|
|
2065
|
-
*
|
|
2066
|
-
* @type {string}
|
|
2067
|
-
* @memberof ProviderCreate
|
|
2068
|
-
*/
|
|
2069
|
-
'providerType': string;
|
|
2070
|
-
/**
|
|
2071
|
-
*
|
|
2072
|
-
* @type {string}
|
|
2073
|
-
* @memberof ProviderCreate
|
|
2074
|
-
*/
|
|
2075
|
-
'providerAccountId': string;
|
|
2076
|
-
}
|
|
2077
2070
|
/**
|
|
2078
2071
|
*
|
|
2079
2072
|
* @export
|
|
@@ -2546,11 +2539,11 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2546
2539
|
* Addresses Create
|
|
2547
2540
|
* @summary Addresses Create
|
|
2548
2541
|
* @param {string} contactId
|
|
2549
|
-
* @param {
|
|
2542
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
2550
2543
|
* @param {*} [options] Override http request option.
|
|
2551
2544
|
* @throws {RequiredError}
|
|
2552
2545
|
*/
|
|
2553
|
-
addressesCreate: (contactId: string,
|
|
2546
|
+
addressesCreate: (contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2554
2547
|
/**
|
|
2555
2548
|
* Addresses Delete
|
|
2556
2549
|
* @summary Addresses Delete
|
|
@@ -2648,11 +2641,11 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2648
2641
|
* Emails Create
|
|
2649
2642
|
* @summary Emails Create
|
|
2650
2643
|
* @param {string} contactId
|
|
2651
|
-
* @param {
|
|
2644
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
2652
2645
|
* @param {*} [options] Override http request option.
|
|
2653
2646
|
* @throws {RequiredError}
|
|
2654
2647
|
*/
|
|
2655
|
-
emailsCreate: (contactId: string,
|
|
2648
|
+
emailsCreate: (contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2656
2649
|
/**
|
|
2657
2650
|
* Emails Delete
|
|
2658
2651
|
* @summary Emails Delete
|
|
@@ -2674,11 +2667,11 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
2674
2667
|
* PhoneNumbers Create
|
|
2675
2668
|
* @summary PhoneNumbers Create
|
|
2676
2669
|
* @param {string} contactId
|
|
2677
|
-
* @param {
|
|
2670
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
2678
2671
|
* @param {*} [options] Override http request option.
|
|
2679
2672
|
* @throws {RequiredError}
|
|
2680
2673
|
*/
|
|
2681
|
-
phoneNumbersCreate: (contactId: string,
|
|
2674
|
+
phoneNumbersCreate: (contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
2682
2675
|
/**
|
|
2683
2676
|
* PhoneNumbers Delete
|
|
2684
2677
|
* @summary PhoneNumbers Delete
|
|
@@ -2706,11 +2699,11 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
2706
2699
|
* Addresses Create
|
|
2707
2700
|
* @summary Addresses Create
|
|
2708
2701
|
* @param {string} contactId
|
|
2709
|
-
* @param {
|
|
2702
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
2710
2703
|
* @param {*} [options] Override http request option.
|
|
2711
2704
|
* @throws {RequiredError}
|
|
2712
2705
|
*/
|
|
2713
|
-
addressesCreate(contactId: string,
|
|
2706
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIAddress>>;
|
|
2714
2707
|
/**
|
|
2715
2708
|
* Addresses Delete
|
|
2716
2709
|
* @summary Addresses Delete
|
|
@@ -2808,11 +2801,11 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
2808
2801
|
* Emails Create
|
|
2809
2802
|
* @summary Emails Create
|
|
2810
2803
|
* @param {string} contactId
|
|
2811
|
-
* @param {
|
|
2804
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
2812
2805
|
* @param {*} [options] Override http request option.
|
|
2813
2806
|
* @throws {RequiredError}
|
|
2814
2807
|
*/
|
|
2815
|
-
emailsCreate(contactId: string,
|
|
2808
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIEmail>>;
|
|
2816
2809
|
/**
|
|
2817
2810
|
* Emails Delete
|
|
2818
2811
|
* @summary Emails Delete
|
|
@@ -2834,11 +2827,11 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
2834
2827
|
* PhoneNumbers Create
|
|
2835
2828
|
* @summary PhoneNumbers Create
|
|
2836
2829
|
* @param {string} contactId
|
|
2837
|
-
* @param {
|
|
2830
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
2838
2831
|
* @param {*} [options] Override http request option.
|
|
2839
2832
|
* @throws {RequiredError}
|
|
2840
2833
|
*/
|
|
2841
|
-
phoneNumbersCreate(contactId: string,
|
|
2834
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIPhoneNumber>>;
|
|
2842
2835
|
/**
|
|
2843
2836
|
* PhoneNumbers Delete
|
|
2844
2837
|
* @summary PhoneNumbers Delete
|
|
@@ -2866,11 +2859,11 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
2866
2859
|
* Addresses Create
|
|
2867
2860
|
* @summary Addresses Create
|
|
2868
2861
|
* @param {string} contactId
|
|
2869
|
-
* @param {
|
|
2862
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
2870
2863
|
* @param {*} [options] Override http request option.
|
|
2871
2864
|
* @throws {RequiredError}
|
|
2872
2865
|
*/
|
|
2873
|
-
addressesCreate(contactId: string,
|
|
2866
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIAddress>;
|
|
2874
2867
|
/**
|
|
2875
2868
|
* Addresses Delete
|
|
2876
2869
|
* @summary Addresses Delete
|
|
@@ -2968,11 +2961,11 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
2968
2961
|
* Emails Create
|
|
2969
2962
|
* @summary Emails Create
|
|
2970
2963
|
* @param {string} contactId
|
|
2971
|
-
* @param {
|
|
2964
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
2972
2965
|
* @param {*} [options] Override http request option.
|
|
2973
2966
|
* @throws {RequiredError}
|
|
2974
2967
|
*/
|
|
2975
|
-
emailsCreate(contactId: string,
|
|
2968
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIEmail>;
|
|
2976
2969
|
/**
|
|
2977
2970
|
* Emails Delete
|
|
2978
2971
|
* @summary Emails Delete
|
|
@@ -2994,11 +2987,11 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
2994
2987
|
* PhoneNumbers Create
|
|
2995
2988
|
* @summary PhoneNumbers Create
|
|
2996
2989
|
* @param {string} contactId
|
|
2997
|
-
* @param {
|
|
2990
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
2998
2991
|
* @param {*} [options] Override http request option.
|
|
2999
2992
|
* @throws {RequiredError}
|
|
3000
2993
|
*/
|
|
3001
|
-
phoneNumbersCreate(contactId: string,
|
|
2994
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIPhoneNumber>;
|
|
3002
2995
|
/**
|
|
3003
2996
|
* PhoneNumbers Delete
|
|
3004
2997
|
* @summary PhoneNumbers Delete
|
|
@@ -3028,12 +3021,12 @@ declare class ContactsApi extends BaseAPI {
|
|
|
3028
3021
|
* Addresses Create
|
|
3029
3022
|
* @summary Addresses Create
|
|
3030
3023
|
* @param {string} contactId
|
|
3031
|
-
* @param {
|
|
3024
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
3032
3025
|
* @param {*} [options] Override http request option.
|
|
3033
3026
|
* @throws {RequiredError}
|
|
3034
3027
|
* @memberof ContactsApi
|
|
3035
3028
|
*/
|
|
3036
|
-
addressesCreate(contactId: string,
|
|
3029
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIAddress, any>>;
|
|
3037
3030
|
/**
|
|
3038
3031
|
* Addresses Delete
|
|
3039
3032
|
* @summary Addresses Delete
|
|
@@ -3141,12 +3134,12 @@ declare class ContactsApi extends BaseAPI {
|
|
|
3141
3134
|
* Emails Create
|
|
3142
3135
|
* @summary Emails Create
|
|
3143
3136
|
* @param {string} contactId
|
|
3144
|
-
* @param {
|
|
3137
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
3145
3138
|
* @param {*} [options] Override http request option.
|
|
3146
3139
|
* @throws {RequiredError}
|
|
3147
3140
|
* @memberof ContactsApi
|
|
3148
3141
|
*/
|
|
3149
|
-
emailsCreate(contactId: string,
|
|
3142
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIEmail, any>>;
|
|
3150
3143
|
/**
|
|
3151
3144
|
* Emails Delete
|
|
3152
3145
|
* @summary Emails Delete
|
|
@@ -3170,12 +3163,12 @@ declare class ContactsApi extends BaseAPI {
|
|
|
3170
3163
|
* PhoneNumbers Create
|
|
3171
3164
|
* @summary PhoneNumbers Create
|
|
3172
3165
|
* @param {string} contactId
|
|
3173
|
-
* @param {
|
|
3166
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
3174
3167
|
* @param {*} [options] Override http request option.
|
|
3175
3168
|
* @throws {RequiredError}
|
|
3176
3169
|
* @memberof ContactsApi
|
|
3177
3170
|
*/
|
|
3178
|
-
phoneNumbersCreate(contactId: string,
|
|
3171
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIPhoneNumber, any>>;
|
|
3179
3172
|
/**
|
|
3180
3173
|
* PhoneNumbers Delete
|
|
3181
3174
|
* @summary PhoneNumbers Delete
|
|
@@ -3204,11 +3197,11 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3204
3197
|
/**
|
|
3205
3198
|
* Conversations Create
|
|
3206
3199
|
* @summary Conversations Create
|
|
3207
|
-
* @param {
|
|
3200
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
3208
3201
|
* @param {*} [options] Override http request option.
|
|
3209
3202
|
* @throws {RequiredError}
|
|
3210
3203
|
*/
|
|
3211
|
-
conversationsCreate: (
|
|
3204
|
+
conversationsCreate: (aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3212
3205
|
/**
|
|
3213
3206
|
* Conversations Get
|
|
3214
3207
|
* @summary Conversations Get
|
|
@@ -3244,11 +3237,11 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3244
3237
|
* Messages Create
|
|
3245
3238
|
* @summary Messages Create
|
|
3246
3239
|
* @param {string} conversationId
|
|
3247
|
-
* @param {
|
|
3240
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
3248
3241
|
* @param {*} [options] Override http request option.
|
|
3249
3242
|
* @throws {RequiredError}
|
|
3250
3243
|
*/
|
|
3251
|
-
messagesCreate: (conversationId: string,
|
|
3244
|
+
messagesCreate: (conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3252
3245
|
/**
|
|
3253
3246
|
* Messages Get
|
|
3254
3247
|
* @summary Messages Get
|
|
@@ -3281,11 +3274,11 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
3281
3274
|
/**
|
|
3282
3275
|
* Conversations Create
|
|
3283
3276
|
* @summary Conversations Create
|
|
3284
|
-
* @param {
|
|
3277
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
3285
3278
|
* @param {*} [options] Override http request option.
|
|
3286
3279
|
* @throws {RequiredError}
|
|
3287
3280
|
*/
|
|
3288
|
-
conversationsCreate(
|
|
3281
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIConversation>>;
|
|
3289
3282
|
/**
|
|
3290
3283
|
* Conversations Get
|
|
3291
3284
|
* @summary Conversations Get
|
|
@@ -3321,11 +3314,11 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
3321
3314
|
* Messages Create
|
|
3322
3315
|
* @summary Messages Create
|
|
3323
3316
|
* @param {string} conversationId
|
|
3324
|
-
* @param {
|
|
3317
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
3325
3318
|
* @param {*} [options] Override http request option.
|
|
3326
3319
|
* @throws {RequiredError}
|
|
3327
3320
|
*/
|
|
3328
|
-
messagesCreate(conversationId: string,
|
|
3321
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIMessage>>;
|
|
3329
3322
|
/**
|
|
3330
3323
|
* Messages Get
|
|
3331
3324
|
* @summary Messages Get
|
|
@@ -3358,11 +3351,11 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
3358
3351
|
/**
|
|
3359
3352
|
* Conversations Create
|
|
3360
3353
|
* @summary Conversations Create
|
|
3361
|
-
* @param {
|
|
3354
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
3362
3355
|
* @param {*} [options] Override http request option.
|
|
3363
3356
|
* @throws {RequiredError}
|
|
3364
3357
|
*/
|
|
3365
|
-
conversationsCreate(
|
|
3358
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIConversation>;
|
|
3366
3359
|
/**
|
|
3367
3360
|
* Conversations Get
|
|
3368
3361
|
* @summary Conversations Get
|
|
@@ -3398,11 +3391,11 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
3398
3391
|
* Messages Create
|
|
3399
3392
|
* @summary Messages Create
|
|
3400
3393
|
* @param {string} conversationId
|
|
3401
|
-
* @param {
|
|
3394
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
3402
3395
|
* @param {*} [options] Override http request option.
|
|
3403
3396
|
* @throws {RequiredError}
|
|
3404
3397
|
*/
|
|
3405
|
-
messagesCreate(conversationId: string,
|
|
3398
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIMessage>;
|
|
3406
3399
|
/**
|
|
3407
3400
|
* Messages Get
|
|
3408
3401
|
* @summary Messages Get
|
|
@@ -3437,12 +3430,12 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
3437
3430
|
/**
|
|
3438
3431
|
* Conversations Create
|
|
3439
3432
|
* @summary Conversations Create
|
|
3440
|
-
* @param {
|
|
3433
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
3441
3434
|
* @param {*} [options] Override http request option.
|
|
3442
3435
|
* @throws {RequiredError}
|
|
3443
3436
|
* @memberof ConversationsApi
|
|
3444
3437
|
*/
|
|
3445
|
-
conversationsCreate(
|
|
3438
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIConversation, any>>;
|
|
3446
3439
|
/**
|
|
3447
3440
|
* Conversations Get
|
|
3448
3441
|
* @summary Conversations Get
|
|
@@ -3481,12 +3474,12 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
3481
3474
|
* Messages Create
|
|
3482
3475
|
* @summary Messages Create
|
|
3483
3476
|
* @param {string} conversationId
|
|
3484
|
-
* @param {
|
|
3477
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
3485
3478
|
* @param {*} [options] Override http request option.
|
|
3486
3479
|
* @throws {RequiredError}
|
|
3487
3480
|
* @memberof ConversationsApi
|
|
3488
3481
|
*/
|
|
3489
|
-
messagesCreate(conversationId: string,
|
|
3482
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIMessage, any>>;
|
|
3490
3483
|
/**
|
|
3491
3484
|
* Messages Get
|
|
3492
3485
|
* @summary Messages Get
|
|
@@ -3810,11 +3803,11 @@ declare const ProvidersApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
3810
3803
|
/**
|
|
3811
3804
|
* Providers Create
|
|
3812
3805
|
* @summary Providers Create
|
|
3813
|
-
* @param {
|
|
3806
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
3814
3807
|
* @param {*} [options] Override http request option.
|
|
3815
3808
|
* @throws {RequiredError}
|
|
3816
3809
|
*/
|
|
3817
|
-
providersCreate: (
|
|
3810
|
+
providersCreate: (aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3818
3811
|
/**
|
|
3819
3812
|
* Providers Get
|
|
3820
3813
|
* @summary Providers Get
|
|
@@ -3848,11 +3841,11 @@ declare const ProvidersApiFp: (configuration?: Configuration) => {
|
|
|
3848
3841
|
/**
|
|
3849
3842
|
* Providers Create
|
|
3850
3843
|
* @summary Providers Create
|
|
3851
|
-
* @param {
|
|
3844
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
3852
3845
|
* @param {*} [options] Override http request option.
|
|
3853
3846
|
* @throws {RequiredError}
|
|
3854
3847
|
*/
|
|
3855
|
-
providersCreate(
|
|
3848
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
3856
3849
|
/**
|
|
3857
3850
|
* Providers Get
|
|
3858
3851
|
* @summary Providers Get
|
|
@@ -3886,11 +3879,11 @@ declare const ProvidersApiFactory: (configuration?: Configuration, basePath?: st
|
|
|
3886
3879
|
/**
|
|
3887
3880
|
* Providers Create
|
|
3888
3881
|
* @summary Providers Create
|
|
3889
|
-
* @param {
|
|
3882
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
3890
3883
|
* @param {*} [options] Override http request option.
|
|
3891
3884
|
* @throws {RequiredError}
|
|
3892
3885
|
*/
|
|
3893
|
-
providersCreate(
|
|
3886
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
3894
3887
|
/**
|
|
3895
3888
|
* Providers Get
|
|
3896
3889
|
* @summary Providers Get
|
|
@@ -3926,12 +3919,12 @@ declare class ProvidersApi extends BaseAPI {
|
|
|
3926
3919
|
/**
|
|
3927
3920
|
* Providers Create
|
|
3928
3921
|
* @summary Providers Create
|
|
3929
|
-
* @param {
|
|
3922
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
3930
3923
|
* @param {*} [options] Override http request option.
|
|
3931
3924
|
* @throws {RequiredError}
|
|
3932
3925
|
* @memberof ProvidersApi
|
|
3933
3926
|
*/
|
|
3934
|
-
providersCreate(
|
|
3927
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
3935
3928
|
/**
|
|
3936
3929
|
* Providers Get
|
|
3937
3930
|
* @summary Providers Get
|
|
@@ -4092,11 +4085,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4092
4085
|
* Addresses Create
|
|
4093
4086
|
* @summary Addresses Create
|
|
4094
4087
|
* @param {string} contactId
|
|
4095
|
-
* @param {
|
|
4088
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
4096
4089
|
* @param {*} [options] Override http request option.
|
|
4097
4090
|
* @throws {RequiredError}
|
|
4098
4091
|
*/
|
|
4099
|
-
addressesCreate: (contactId: string,
|
|
4092
|
+
addressesCreate: (contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4100
4093
|
/**
|
|
4101
4094
|
* Addresses Delete
|
|
4102
4095
|
* @summary Addresses Delete
|
|
@@ -4193,11 +4186,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4193
4186
|
/**
|
|
4194
4187
|
* Conversations Create
|
|
4195
4188
|
* @summary Conversations Create
|
|
4196
|
-
* @param {
|
|
4189
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
4197
4190
|
* @param {*} [options] Override http request option.
|
|
4198
4191
|
* @throws {RequiredError}
|
|
4199
4192
|
*/
|
|
4200
|
-
conversationsCreate: (
|
|
4193
|
+
conversationsCreate: (aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4201
4194
|
/**
|
|
4202
4195
|
* Conversations Get
|
|
4203
4196
|
* @summary Conversations Get
|
|
@@ -4233,11 +4226,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4233
4226
|
* Emails Create
|
|
4234
4227
|
* @summary Emails Create
|
|
4235
4228
|
* @param {string} contactId
|
|
4236
|
-
* @param {
|
|
4229
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
4237
4230
|
* @param {*} [options] Override http request option.
|
|
4238
4231
|
* @throws {RequiredError}
|
|
4239
4232
|
*/
|
|
4240
|
-
emailsCreate: (contactId: string,
|
|
4233
|
+
emailsCreate: (contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4241
4234
|
/**
|
|
4242
4235
|
* Emails Delete
|
|
4243
4236
|
* @summary Emails Delete
|
|
@@ -4296,11 +4289,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4296
4289
|
* Messages Create
|
|
4297
4290
|
* @summary Messages Create
|
|
4298
4291
|
* @param {string} conversationId
|
|
4299
|
-
* @param {
|
|
4292
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
4300
4293
|
* @param {*} [options] Override http request option.
|
|
4301
4294
|
* @throws {RequiredError}
|
|
4302
4295
|
*/
|
|
4303
|
-
messagesCreate: (conversationId: string,
|
|
4296
|
+
messagesCreate: (conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4304
4297
|
/**
|
|
4305
4298
|
* Messages Get
|
|
4306
4299
|
* @summary Messages Get
|
|
@@ -4328,11 +4321,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4328
4321
|
* PhoneNumbers Create
|
|
4329
4322
|
* @summary PhoneNumbers Create
|
|
4330
4323
|
* @param {string} contactId
|
|
4331
|
-
* @param {
|
|
4324
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
4332
4325
|
* @param {*} [options] Override http request option.
|
|
4333
4326
|
* @throws {RequiredError}
|
|
4334
4327
|
*/
|
|
4335
|
-
phoneNumbersCreate: (contactId: string,
|
|
4328
|
+
phoneNumbersCreate: (contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4336
4329
|
/**
|
|
4337
4330
|
* PhoneNumbers Delete
|
|
4338
4331
|
* @summary PhoneNumbers Delete
|
|
@@ -4353,11 +4346,11 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4353
4346
|
/**
|
|
4354
4347
|
* Providers Create
|
|
4355
4348
|
* @summary Providers Create
|
|
4356
|
-
* @param {
|
|
4349
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
4357
4350
|
* @param {*} [options] Override http request option.
|
|
4358
4351
|
* @throws {RequiredError}
|
|
4359
4352
|
*/
|
|
4360
|
-
providersCreate: (
|
|
4353
|
+
providersCreate: (aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4361
4354
|
/**
|
|
4362
4355
|
* Providers Get
|
|
4363
4356
|
* @summary Providers Get
|
|
@@ -4429,11 +4422,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4429
4422
|
* Addresses Create
|
|
4430
4423
|
* @summary Addresses Create
|
|
4431
4424
|
* @param {string} contactId
|
|
4432
|
-
* @param {
|
|
4425
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
4433
4426
|
* @param {*} [options] Override http request option.
|
|
4434
4427
|
* @throws {RequiredError}
|
|
4435
4428
|
*/
|
|
4436
|
-
addressesCreate(contactId: string,
|
|
4429
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIAddress>>;
|
|
4437
4430
|
/**
|
|
4438
4431
|
* Addresses Delete
|
|
4439
4432
|
* @summary Addresses Delete
|
|
@@ -4530,11 +4523,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4530
4523
|
/**
|
|
4531
4524
|
* Conversations Create
|
|
4532
4525
|
* @summary Conversations Create
|
|
4533
|
-
* @param {
|
|
4526
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
4534
4527
|
* @param {*} [options] Override http request option.
|
|
4535
4528
|
* @throws {RequiredError}
|
|
4536
4529
|
*/
|
|
4537
|
-
conversationsCreate(
|
|
4530
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIConversation>>;
|
|
4538
4531
|
/**
|
|
4539
4532
|
* Conversations Get
|
|
4540
4533
|
* @summary Conversations Get
|
|
@@ -4570,11 +4563,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4570
4563
|
* Emails Create
|
|
4571
4564
|
* @summary Emails Create
|
|
4572
4565
|
* @param {string} contactId
|
|
4573
|
-
* @param {
|
|
4566
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
4574
4567
|
* @param {*} [options] Override http request option.
|
|
4575
4568
|
* @throws {RequiredError}
|
|
4576
4569
|
*/
|
|
4577
|
-
emailsCreate(contactId: string,
|
|
4570
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIEmail>>;
|
|
4578
4571
|
/**
|
|
4579
4572
|
* Emails Delete
|
|
4580
4573
|
* @summary Emails Delete
|
|
@@ -4633,11 +4626,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4633
4626
|
* Messages Create
|
|
4634
4627
|
* @summary Messages Create
|
|
4635
4628
|
* @param {string} conversationId
|
|
4636
|
-
* @param {
|
|
4629
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
4637
4630
|
* @param {*} [options] Override http request option.
|
|
4638
4631
|
* @throws {RequiredError}
|
|
4639
4632
|
*/
|
|
4640
|
-
messagesCreate(conversationId: string,
|
|
4633
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIMessage>>;
|
|
4641
4634
|
/**
|
|
4642
4635
|
* Messages Get
|
|
4643
4636
|
* @summary Messages Get
|
|
@@ -4665,11 +4658,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4665
4658
|
* PhoneNumbers Create
|
|
4666
4659
|
* @summary PhoneNumbers Create
|
|
4667
4660
|
* @param {string} contactId
|
|
4668
|
-
* @param {
|
|
4661
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
4669
4662
|
* @param {*} [options] Override http request option.
|
|
4670
4663
|
* @throws {RequiredError}
|
|
4671
4664
|
*/
|
|
4672
|
-
phoneNumbersCreate(contactId: string,
|
|
4665
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIPhoneNumber>>;
|
|
4673
4666
|
/**
|
|
4674
4667
|
* PhoneNumbers Delete
|
|
4675
4668
|
* @summary PhoneNumbers Delete
|
|
@@ -4690,11 +4683,11 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
4690
4683
|
/**
|
|
4691
4684
|
* Providers Create
|
|
4692
4685
|
* @summary Providers Create
|
|
4693
|
-
* @param {
|
|
4686
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
4694
4687
|
* @param {*} [options] Override http request option.
|
|
4695
4688
|
* @throws {RequiredError}
|
|
4696
4689
|
*/
|
|
4697
|
-
providersCreate(
|
|
4690
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
4698
4691
|
/**
|
|
4699
4692
|
* Providers Get
|
|
4700
4693
|
* @summary Providers Get
|
|
@@ -4766,11 +4759,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4766
4759
|
* Addresses Create
|
|
4767
4760
|
* @summary Addresses Create
|
|
4768
4761
|
* @param {string} contactId
|
|
4769
|
-
* @param {
|
|
4762
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
4770
4763
|
* @param {*} [options] Override http request option.
|
|
4771
4764
|
* @throws {RequiredError}
|
|
4772
4765
|
*/
|
|
4773
|
-
addressesCreate(contactId: string,
|
|
4766
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIAddress>;
|
|
4774
4767
|
/**
|
|
4775
4768
|
* Addresses Delete
|
|
4776
4769
|
* @summary Addresses Delete
|
|
@@ -4867,11 +4860,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4867
4860
|
/**
|
|
4868
4861
|
* Conversations Create
|
|
4869
4862
|
* @summary Conversations Create
|
|
4870
|
-
* @param {
|
|
4863
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
4871
4864
|
* @param {*} [options] Override http request option.
|
|
4872
4865
|
* @throws {RequiredError}
|
|
4873
4866
|
*/
|
|
4874
|
-
conversationsCreate(
|
|
4867
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIConversation>;
|
|
4875
4868
|
/**
|
|
4876
4869
|
* Conversations Get
|
|
4877
4870
|
* @summary Conversations Get
|
|
@@ -4907,11 +4900,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4907
4900
|
* Emails Create
|
|
4908
4901
|
* @summary Emails Create
|
|
4909
4902
|
* @param {string} contactId
|
|
4910
|
-
* @param {
|
|
4903
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
4911
4904
|
* @param {*} [options] Override http request option.
|
|
4912
4905
|
* @throws {RequiredError}
|
|
4913
4906
|
*/
|
|
4914
|
-
emailsCreate(contactId: string,
|
|
4907
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIEmail>;
|
|
4915
4908
|
/**
|
|
4916
4909
|
* Emails Delete
|
|
4917
4910
|
* @summary Emails Delete
|
|
@@ -4970,11 +4963,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
4970
4963
|
* Messages Create
|
|
4971
4964
|
* @summary Messages Create
|
|
4972
4965
|
* @param {string} conversationId
|
|
4973
|
-
* @param {
|
|
4966
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
4974
4967
|
* @param {*} [options] Override http request option.
|
|
4975
4968
|
* @throws {RequiredError}
|
|
4976
4969
|
*/
|
|
4977
|
-
messagesCreate(conversationId: string,
|
|
4970
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIMessage>;
|
|
4978
4971
|
/**
|
|
4979
4972
|
* Messages Get
|
|
4980
4973
|
* @summary Messages Get
|
|
@@ -5002,11 +4995,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
5002
4995
|
* PhoneNumbers Create
|
|
5003
4996
|
* @summary PhoneNumbers Create
|
|
5004
4997
|
* @param {string} contactId
|
|
5005
|
-
* @param {
|
|
4998
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
5006
4999
|
* @param {*} [options] Override http request option.
|
|
5007
5000
|
* @throws {RequiredError}
|
|
5008
5001
|
*/
|
|
5009
|
-
phoneNumbersCreate(contactId: string,
|
|
5002
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIPhoneNumber>;
|
|
5010
5003
|
/**
|
|
5011
5004
|
* PhoneNumbers Delete
|
|
5012
5005
|
* @summary PhoneNumbers Delete
|
|
@@ -5027,11 +5020,11 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
5027
5020
|
/**
|
|
5028
5021
|
* Providers Create
|
|
5029
5022
|
* @summary Providers Create
|
|
5030
|
-
* @param {
|
|
5023
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
5031
5024
|
* @param {*} [options] Override http request option.
|
|
5032
5025
|
* @throws {RequiredError}
|
|
5033
5026
|
*/
|
|
5034
|
-
providersCreate(
|
|
5027
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
5035
5028
|
/**
|
|
5036
5029
|
* Providers Get
|
|
5037
5030
|
* @summary Providers Get
|
|
@@ -5106,12 +5099,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5106
5099
|
* Addresses Create
|
|
5107
5100
|
* @summary Addresses Create
|
|
5108
5101
|
* @param {string} contactId
|
|
5109
|
-
* @param {
|
|
5102
|
+
* @param {APIAddressCreate} aPIAddressCreate
|
|
5110
5103
|
* @param {*} [options] Override http request option.
|
|
5111
5104
|
* @throws {RequiredError}
|
|
5112
5105
|
* @memberof UnboundApi
|
|
5113
5106
|
*/
|
|
5114
|
-
addressesCreate(contactId: string,
|
|
5107
|
+
addressesCreate(contactId: string, aPIAddressCreate: APIAddressCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIAddress, any>>;
|
|
5115
5108
|
/**
|
|
5116
5109
|
* Addresses Delete
|
|
5117
5110
|
* @summary Addresses Delete
|
|
@@ -5218,12 +5211,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5218
5211
|
/**
|
|
5219
5212
|
* Conversations Create
|
|
5220
5213
|
* @summary Conversations Create
|
|
5221
|
-
* @param {
|
|
5214
|
+
* @param {APIConversationCreate} aPIConversationCreate
|
|
5222
5215
|
* @param {*} [options] Override http request option.
|
|
5223
5216
|
* @throws {RequiredError}
|
|
5224
5217
|
* @memberof UnboundApi
|
|
5225
5218
|
*/
|
|
5226
|
-
conversationsCreate(
|
|
5219
|
+
conversationsCreate(aPIConversationCreate: APIConversationCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIConversation, any>>;
|
|
5227
5220
|
/**
|
|
5228
5221
|
* Conversations Get
|
|
5229
5222
|
* @summary Conversations Get
|
|
@@ -5262,12 +5255,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5262
5255
|
* Emails Create
|
|
5263
5256
|
* @summary Emails Create
|
|
5264
5257
|
* @param {string} contactId
|
|
5265
|
-
* @param {
|
|
5258
|
+
* @param {APIEmailCreate} aPIEmailCreate
|
|
5266
5259
|
* @param {*} [options] Override http request option.
|
|
5267
5260
|
* @throws {RequiredError}
|
|
5268
5261
|
* @memberof UnboundApi
|
|
5269
5262
|
*/
|
|
5270
|
-
emailsCreate(contactId: string,
|
|
5263
|
+
emailsCreate(contactId: string, aPIEmailCreate: APIEmailCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIEmail, any>>;
|
|
5271
5264
|
/**
|
|
5272
5265
|
* Emails Delete
|
|
5273
5266
|
* @summary Emails Delete
|
|
@@ -5332,12 +5325,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5332
5325
|
* Messages Create
|
|
5333
5326
|
* @summary Messages Create
|
|
5334
5327
|
* @param {string} conversationId
|
|
5335
|
-
* @param {
|
|
5328
|
+
* @param {APIMessageCreate} aPIMessageCreate
|
|
5336
5329
|
* @param {*} [options] Override http request option.
|
|
5337
5330
|
* @throws {RequiredError}
|
|
5338
5331
|
* @memberof UnboundApi
|
|
5339
5332
|
*/
|
|
5340
|
-
messagesCreate(conversationId: string,
|
|
5333
|
+
messagesCreate(conversationId: string, aPIMessageCreate: APIMessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIMessage, any>>;
|
|
5341
5334
|
/**
|
|
5342
5335
|
* Messages Get
|
|
5343
5336
|
* @summary Messages Get
|
|
@@ -5367,12 +5360,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5367
5360
|
* PhoneNumbers Create
|
|
5368
5361
|
* @summary PhoneNumbers Create
|
|
5369
5362
|
* @param {string} contactId
|
|
5370
|
-
* @param {
|
|
5363
|
+
* @param {APIPhoneNumberCreate} aPIPhoneNumberCreate
|
|
5371
5364
|
* @param {*} [options] Override http request option.
|
|
5372
5365
|
* @throws {RequiredError}
|
|
5373
5366
|
* @memberof UnboundApi
|
|
5374
5367
|
*/
|
|
5375
|
-
phoneNumbersCreate(contactId: string,
|
|
5368
|
+
phoneNumbersCreate(contactId: string, aPIPhoneNumberCreate: APIPhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIPhoneNumber, any>>;
|
|
5376
5369
|
/**
|
|
5377
5370
|
* PhoneNumbers Delete
|
|
5378
5371
|
* @summary PhoneNumbers Delete
|
|
@@ -5395,12 +5388,12 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5395
5388
|
/**
|
|
5396
5389
|
* Providers Create
|
|
5397
5390
|
* @summary Providers Create
|
|
5398
|
-
* @param {
|
|
5391
|
+
* @param {APIProviderCreate} aPIProviderCreate
|
|
5399
5392
|
* @param {*} [options] Override http request option.
|
|
5400
5393
|
* @throws {RequiredError}
|
|
5401
5394
|
* @memberof UnboundApi
|
|
5402
5395
|
*/
|
|
5403
|
-
providersCreate(
|
|
5396
|
+
providersCreate(aPIProviderCreate: APIProviderCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
5404
5397
|
/**
|
|
5405
5398
|
* Providers Get
|
|
5406
5399
|
* @summary Providers Get
|
|
@@ -5463,4 +5456,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5463
5456
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
5464
5457
|
}
|
|
5465
5458
|
|
|
5466
|
-
export { type APIAccount, type APIAddress, type APIAddressUpdate, type APIContact, type APIContactUpdate, type APIConversation, type APIConversationUpdate, type APIEmail, type APIEmailUpdate, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIPhoneNumber, type APIPhoneNumberUpdate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi,
|
|
5459
|
+
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationCreate, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate, type APIPhoneNumber, type APIPhoneNumberCreate, type APIPhoneNumberUpdate, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type PhoneApi, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi5, SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi6, SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|