@ember-home/unbound-ts-client 0.0.27 → 0.0.29
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 +577 -781
- package/dist/index.d.ts +577 -781
- package/dist/index.js +334 -1094
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +281 -1041
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -500,22 +500,22 @@ interface ContactCreate {
|
|
|
500
500
|
'locale'?: string | null;
|
|
501
501
|
/**
|
|
502
502
|
*
|
|
503
|
-
* @type {
|
|
503
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1>}
|
|
504
504
|
* @memberof ContactCreate
|
|
505
505
|
*/
|
|
506
|
-
'
|
|
506
|
+
'emails'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi1> | null;
|
|
507
507
|
/**
|
|
508
508
|
*
|
|
509
|
-
* @type {
|
|
509
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2>}
|
|
510
510
|
* @memberof ContactCreate
|
|
511
511
|
*/
|
|
512
|
-
'
|
|
512
|
+
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
513
513
|
/**
|
|
514
514
|
*
|
|
515
|
-
* @type {
|
|
515
|
+
* @type {Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi3>}
|
|
516
516
|
* @memberof ContactCreate
|
|
517
517
|
*/
|
|
518
|
-
'
|
|
518
|
+
'addresses'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi3> | null;
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
521
|
*
|
|
@@ -1466,7 +1466,13 @@ interface Conversations {
|
|
|
1466
1466
|
* @type {string}
|
|
1467
1467
|
* @memberof Conversations
|
|
1468
1468
|
*/
|
|
1469
|
-
'
|
|
1469
|
+
'providerType': string;
|
|
1470
|
+
/**
|
|
1471
|
+
*
|
|
1472
|
+
* @type {string}
|
|
1473
|
+
* @memberof Conversations
|
|
1474
|
+
*/
|
|
1475
|
+
'providerAccountId': string;
|
|
1470
1476
|
}
|
|
1471
1477
|
/**
|
|
1472
1478
|
*
|
|
@@ -1521,7 +1527,13 @@ interface ConversationsCreate {
|
|
|
1521
1527
|
* @type {string}
|
|
1522
1528
|
* @memberof ConversationsCreate
|
|
1523
1529
|
*/
|
|
1524
|
-
'
|
|
1530
|
+
'providerType': string;
|
|
1531
|
+
/**
|
|
1532
|
+
*
|
|
1533
|
+
* @type {string}
|
|
1534
|
+
* @memberof ConversationsCreate
|
|
1535
|
+
*/
|
|
1536
|
+
'providerAccountId': string;
|
|
1525
1537
|
}
|
|
1526
1538
|
/**
|
|
1527
1539
|
*
|
|
@@ -1576,7 +1588,13 @@ interface ConversationsGet {
|
|
|
1576
1588
|
* @type {string}
|
|
1577
1589
|
* @memberof ConversationsGet
|
|
1578
1590
|
*/
|
|
1579
|
-
'
|
|
1591
|
+
'providerType': string;
|
|
1592
|
+
/**
|
|
1593
|
+
*
|
|
1594
|
+
* @type {string}
|
|
1595
|
+
* @memberof ConversationsGet
|
|
1596
|
+
*/
|
|
1597
|
+
'providerAccountId': string;
|
|
1580
1598
|
}
|
|
1581
1599
|
/**
|
|
1582
1600
|
*
|
|
@@ -1631,13 +1649,19 @@ interface ConversationsUpdate {
|
|
|
1631
1649
|
* @type {string}
|
|
1632
1650
|
* @memberof ConversationsUpdate
|
|
1633
1651
|
*/
|
|
1634
|
-
'
|
|
1652
|
+
'providerType': string;
|
|
1653
|
+
/**
|
|
1654
|
+
*
|
|
1655
|
+
* @type {string}
|
|
1656
|
+
* @memberof ConversationsUpdate
|
|
1657
|
+
*/
|
|
1658
|
+
'providerAccountId': string;
|
|
1635
1659
|
}
|
|
1636
1660
|
/**
|
|
1637
1661
|
* @type Conversationtypedata
|
|
1638
1662
|
* @export
|
|
1639
1663
|
*/
|
|
1640
|
-
type Conversationtypedata =
|
|
1664
|
+
type Conversationtypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi4 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi5;
|
|
1641
1665
|
/**
|
|
1642
1666
|
* @type Conversationtypedata1
|
|
1643
1667
|
* @export
|
|
@@ -2022,7 +2046,13 @@ interface Listings {
|
|
|
2022
2046
|
* @type {string}
|
|
2023
2047
|
* @memberof Listings
|
|
2024
2048
|
*/
|
|
2025
|
-
'
|
|
2049
|
+
'providerType': string;
|
|
2050
|
+
/**
|
|
2051
|
+
*
|
|
2052
|
+
* @type {string}
|
|
2053
|
+
* @memberof Listings
|
|
2054
|
+
*/
|
|
2055
|
+
'providerAccountId': string;
|
|
2026
2056
|
}
|
|
2027
2057
|
/**
|
|
2028
2058
|
*
|
|
@@ -2059,7 +2089,13 @@ interface ListingsGet {
|
|
|
2059
2089
|
* @type {string}
|
|
2060
2090
|
* @memberof ListingsGet
|
|
2061
2091
|
*/
|
|
2062
|
-
'
|
|
2092
|
+
'providerType': string;
|
|
2093
|
+
/**
|
|
2094
|
+
*
|
|
2095
|
+
* @type {string}
|
|
2096
|
+
* @memberof ListingsGet
|
|
2097
|
+
*/
|
|
2098
|
+
'providerAccountId': string;
|
|
2063
2099
|
}
|
|
2064
2100
|
/**
|
|
2065
2101
|
*
|
|
@@ -2176,6 +2212,12 @@ interface MessageCreate {
|
|
|
2176
2212
|
* @memberof MessageCreate
|
|
2177
2213
|
*/
|
|
2178
2214
|
'body': string;
|
|
2215
|
+
/**
|
|
2216
|
+
*
|
|
2217
|
+
* @type {string}
|
|
2218
|
+
* @memberof MessageCreate
|
|
2219
|
+
*/
|
|
2220
|
+
'channelName': string;
|
|
2179
2221
|
/**
|
|
2180
2222
|
*
|
|
2181
2223
|
* @type {string}
|
|
@@ -2210,6 +2252,8 @@ declare const MessageStatus: {
|
|
|
2210
2252
|
readonly Delivered: "DELIVERED";
|
|
2211
2253
|
readonly Read: "READ";
|
|
2212
2254
|
readonly Failed: "FAILED";
|
|
2255
|
+
readonly Scheduled: "SCHEDULED";
|
|
2256
|
+
readonly Canceled: "CANCELED";
|
|
2213
2257
|
};
|
|
2214
2258
|
type MessageStatus = typeof MessageStatus[keyof typeof MessageStatus];
|
|
2215
2259
|
/**
|
|
@@ -2266,6 +2310,12 @@ interface Messages {
|
|
|
2266
2310
|
* @memberof Messages
|
|
2267
2311
|
*/
|
|
2268
2312
|
'body': string;
|
|
2313
|
+
/**
|
|
2314
|
+
*
|
|
2315
|
+
* @type {string}
|
|
2316
|
+
* @memberof Messages
|
|
2317
|
+
*/
|
|
2318
|
+
'channelName': string;
|
|
2269
2319
|
/**
|
|
2270
2320
|
*
|
|
2271
2321
|
* @type {string}
|
|
@@ -2313,7 +2363,13 @@ interface Messages {
|
|
|
2313
2363
|
* @type {string}
|
|
2314
2364
|
* @memberof Messages
|
|
2315
2365
|
*/
|
|
2316
|
-
'
|
|
2366
|
+
'providerType'?: string;
|
|
2367
|
+
/**
|
|
2368
|
+
*
|
|
2369
|
+
* @type {string}
|
|
2370
|
+
* @memberof Messages
|
|
2371
|
+
*/
|
|
2372
|
+
'providerAccountId'?: string;
|
|
2317
2373
|
}
|
|
2318
2374
|
/**
|
|
2319
2375
|
*
|
|
@@ -2369,6 +2425,12 @@ interface MessagesCreate {
|
|
|
2369
2425
|
* @memberof MessagesCreate
|
|
2370
2426
|
*/
|
|
2371
2427
|
'body': string;
|
|
2428
|
+
/**
|
|
2429
|
+
*
|
|
2430
|
+
* @type {string}
|
|
2431
|
+
* @memberof MessagesCreate
|
|
2432
|
+
*/
|
|
2433
|
+
'channelName': string;
|
|
2372
2434
|
/**
|
|
2373
2435
|
*
|
|
2374
2436
|
* @type {string}
|
|
@@ -2416,7 +2478,13 @@ interface MessagesCreate {
|
|
|
2416
2478
|
* @type {string}
|
|
2417
2479
|
* @memberof MessagesCreate
|
|
2418
2480
|
*/
|
|
2419
|
-
'
|
|
2481
|
+
'providerType'?: string;
|
|
2482
|
+
/**
|
|
2483
|
+
*
|
|
2484
|
+
* @type {string}
|
|
2485
|
+
* @memberof MessagesCreate
|
|
2486
|
+
*/
|
|
2487
|
+
'providerAccountId'?: string;
|
|
2420
2488
|
}
|
|
2421
2489
|
/**
|
|
2422
2490
|
*
|
|
@@ -2472,6 +2540,12 @@ interface MessagesGet {
|
|
|
2472
2540
|
* @memberof MessagesGet
|
|
2473
2541
|
*/
|
|
2474
2542
|
'body': string;
|
|
2543
|
+
/**
|
|
2544
|
+
*
|
|
2545
|
+
* @type {string}
|
|
2546
|
+
* @memberof MessagesGet
|
|
2547
|
+
*/
|
|
2548
|
+
'channelName': string;
|
|
2475
2549
|
/**
|
|
2476
2550
|
*
|
|
2477
2551
|
* @type {string}
|
|
@@ -2519,13 +2593,19 @@ interface MessagesGet {
|
|
|
2519
2593
|
* @type {string}
|
|
2520
2594
|
* @memberof MessagesGet
|
|
2521
2595
|
*/
|
|
2522
|
-
'
|
|
2596
|
+
'providerType'?: string;
|
|
2597
|
+
/**
|
|
2598
|
+
*
|
|
2599
|
+
* @type {string}
|
|
2600
|
+
* @memberof MessagesGet
|
|
2601
|
+
*/
|
|
2602
|
+
'providerAccountId'?: string;
|
|
2523
2603
|
}
|
|
2524
2604
|
/**
|
|
2525
2605
|
* @type Messagetypedata
|
|
2526
2606
|
* @export
|
|
2527
2607
|
*/
|
|
2528
|
-
type Messagetypedata =
|
|
2608
|
+
type Messagetypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi6 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi7;
|
|
2529
2609
|
/**
|
|
2530
2610
|
* @type Messagetypedata1
|
|
2531
2611
|
* @export
|
|
@@ -2979,6 +3059,29 @@ interface ProviderUpdate {
|
|
|
2979
3059
|
*/
|
|
2980
3060
|
'testAttr'?: string | null;
|
|
2981
3061
|
}
|
|
3062
|
+
/**
|
|
3063
|
+
*
|
|
3064
|
+
* @export
|
|
3065
|
+
* @enum {string}
|
|
3066
|
+
*/
|
|
3067
|
+
declare const ReservationChannelTypes: {
|
|
3068
|
+
readonly Airbnb: "AIRBNB";
|
|
3069
|
+
readonly Vrbo: "VRBO";
|
|
3070
|
+
readonly BookingCom: "BOOKING_COM";
|
|
3071
|
+
readonly Expedia: "EXPEDIA";
|
|
3072
|
+
readonly HomeawayIcal: "HOMEAWAY_ICAL";
|
|
3073
|
+
readonly VrboIcal: "VRBO_ICAL";
|
|
3074
|
+
readonly HostawayDirect: "HOSTAWAY_DIRECT";
|
|
3075
|
+
readonly HostawayBookingEngine: "HOSTAWAY_BOOKING_ENGINE";
|
|
3076
|
+
readonly CustomIcal: "CUSTOM_ICAL";
|
|
3077
|
+
readonly TripadvisorIcal: "TRIPADVISOR_ICAL";
|
|
3078
|
+
readonly Wordpress: "WORDPRESS";
|
|
3079
|
+
readonly Marriott: "MARRIOTT";
|
|
3080
|
+
readonly Partner: "PARTNER";
|
|
3081
|
+
readonly Gds: "GDS";
|
|
3082
|
+
readonly Google: "GOOGLE";
|
|
3083
|
+
};
|
|
3084
|
+
type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
|
|
2982
3085
|
/**
|
|
2983
3086
|
*
|
|
2984
3087
|
* @export
|
|
@@ -3027,6 +3130,18 @@ interface Reservations {
|
|
|
3027
3130
|
* @memberof Reservations
|
|
3028
3131
|
*/
|
|
3029
3132
|
'totalPrice': number;
|
|
3133
|
+
/**
|
|
3134
|
+
*
|
|
3135
|
+
* @type {ReservationChannelTypes}
|
|
3136
|
+
* @memberof Reservations
|
|
3137
|
+
*/
|
|
3138
|
+
'channelName': ReservationChannelTypes;
|
|
3139
|
+
/**
|
|
3140
|
+
*
|
|
3141
|
+
* @type {number}
|
|
3142
|
+
* @memberof Reservations
|
|
3143
|
+
*/
|
|
3144
|
+
'numberGuests'?: number | null;
|
|
3030
3145
|
/**
|
|
3031
3146
|
*
|
|
3032
3147
|
* @type {string}
|
|
@@ -3074,206 +3189,377 @@ interface Reservations {
|
|
|
3074
3189
|
* @type {string}
|
|
3075
3190
|
* @memberof Reservations
|
|
3076
3191
|
*/
|
|
3077
|
-
'
|
|
3192
|
+
'providerType': string;
|
|
3193
|
+
/**
|
|
3194
|
+
*
|
|
3195
|
+
* @type {string}
|
|
3196
|
+
* @memberof Reservations
|
|
3197
|
+
*/
|
|
3198
|
+
'providerAccountId': string;
|
|
3199
|
+
/**
|
|
3200
|
+
*
|
|
3201
|
+
* @type {string}
|
|
3202
|
+
* @memberof Reservations
|
|
3203
|
+
*/
|
|
3204
|
+
'providerUrl': string;
|
|
3078
3205
|
}
|
|
3079
|
-
/**
|
|
3080
|
-
* @type Sendertypedata
|
|
3081
|
-
* @export
|
|
3082
|
-
*/
|
|
3083
|
-
type Sendertypedata = TwilioInboundSenderTypeDataApi | TwilioOutboundSenderTypeDataApi;
|
|
3084
|
-
/**
|
|
3085
|
-
*
|
|
3086
|
-
* @export
|
|
3087
|
-
* @enum {string}
|
|
3088
|
-
*/
|
|
3089
|
-
declare const SortOrder: {
|
|
3090
|
-
readonly Asc: "asc";
|
|
3091
|
-
readonly Desc: "desc";
|
|
3092
|
-
};
|
|
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];
|
|
3103
3206
|
/**
|
|
3104
3207
|
*
|
|
3105
3208
|
* @export
|
|
3106
|
-
* @interface
|
|
3209
|
+
* @interface ReservationsGet
|
|
3107
3210
|
*/
|
|
3108
|
-
interface
|
|
3211
|
+
interface ReservationsGet {
|
|
3109
3212
|
/**
|
|
3110
3213
|
*
|
|
3111
3214
|
* @type {string}
|
|
3112
|
-
* @memberof
|
|
3215
|
+
* @memberof ReservationsGet
|
|
3113
3216
|
*/
|
|
3114
|
-
'
|
|
3217
|
+
'providerReservationId': string;
|
|
3115
3218
|
/**
|
|
3116
3219
|
*
|
|
3117
3220
|
* @type {string}
|
|
3118
|
-
* @memberof
|
|
3221
|
+
* @memberof ReservationsGet
|
|
3119
3222
|
*/
|
|
3120
|
-
'
|
|
3223
|
+
'providerListingId': string;
|
|
3121
3224
|
/**
|
|
3122
3225
|
*
|
|
3123
3226
|
* @type {string}
|
|
3124
|
-
* @memberof
|
|
3227
|
+
* @memberof ReservationsGet
|
|
3125
3228
|
*/
|
|
3126
|
-
'
|
|
3229
|
+
'reservationStatus': string;
|
|
3127
3230
|
/**
|
|
3128
3231
|
*
|
|
3129
3232
|
* @type {string}
|
|
3130
|
-
* @memberof
|
|
3233
|
+
* @memberof ReservationsGet
|
|
3131
3234
|
*/
|
|
3132
|
-
'
|
|
3235
|
+
'arrivalAtPropertyTz': string;
|
|
3133
3236
|
/**
|
|
3134
3237
|
*
|
|
3135
3238
|
* @type {string}
|
|
3136
|
-
* @memberof
|
|
3239
|
+
* @memberof ReservationsGet
|
|
3137
3240
|
*/
|
|
3138
|
-
'
|
|
3241
|
+
'departureAtPropertyTz': string;
|
|
3139
3242
|
/**
|
|
3140
3243
|
*
|
|
3141
|
-
* @type {
|
|
3142
|
-
* @memberof
|
|
3244
|
+
* @type {number}
|
|
3245
|
+
* @memberof ReservationsGet
|
|
3143
3246
|
*/
|
|
3144
|
-
'
|
|
3247
|
+
'nights': number;
|
|
3145
3248
|
/**
|
|
3146
3249
|
*
|
|
3147
|
-
* @type {
|
|
3148
|
-
* @memberof
|
|
3250
|
+
* @type {number}
|
|
3251
|
+
* @memberof ReservationsGet
|
|
3149
3252
|
*/
|
|
3150
|
-
'
|
|
3151
|
-
}
|
|
3152
|
-
/**
|
|
3153
|
-
*
|
|
3154
|
-
* @export
|
|
3155
|
-
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
3156
|
-
*/
|
|
3157
|
-
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi2 {
|
|
3253
|
+
'totalPrice': number;
|
|
3158
3254
|
/**
|
|
3159
3255
|
*
|
|
3160
|
-
* @type {
|
|
3161
|
-
* @memberof
|
|
3256
|
+
* @type {ReservationChannelTypes}
|
|
3257
|
+
* @memberof ReservationsGet
|
|
3162
3258
|
*/
|
|
3163
|
-
'
|
|
3259
|
+
'channelName': ReservationChannelTypes;
|
|
3164
3260
|
/**
|
|
3165
3261
|
*
|
|
3166
|
-
* @type {
|
|
3167
|
-
* @memberof
|
|
3262
|
+
* @type {number}
|
|
3263
|
+
* @memberof ReservationsGet
|
|
3168
3264
|
*/
|
|
3169
|
-
'
|
|
3265
|
+
'numberGuests'?: number | null;
|
|
3170
3266
|
/**
|
|
3171
3267
|
*
|
|
3172
|
-
* @type {
|
|
3173
|
-
* @memberof
|
|
3268
|
+
* @type {string}
|
|
3269
|
+
* @memberof ReservationsGet
|
|
3174
3270
|
*/
|
|
3175
|
-
'
|
|
3176
|
-
}
|
|
3177
|
-
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum: {
|
|
3178
|
-
readonly Twilio: "TWILIO";
|
|
3179
|
-
};
|
|
3180
|
-
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum];
|
|
3181
|
-
/**
|
|
3182
|
-
*
|
|
3183
|
-
* @export
|
|
3184
|
-
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3185
|
-
*/
|
|
3186
|
-
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 {
|
|
3271
|
+
'reservationId': string;
|
|
3187
3272
|
/**
|
|
3188
3273
|
*
|
|
3189
3274
|
* @type {string}
|
|
3190
|
-
* @memberof
|
|
3275
|
+
* @memberof ReservationsGet
|
|
3191
3276
|
*/
|
|
3192
|
-
'
|
|
3277
|
+
'listingId': string;
|
|
3193
3278
|
/**
|
|
3194
3279
|
*
|
|
3195
|
-
* @type {
|
|
3196
|
-
* @memberof
|
|
3280
|
+
* @type {string}
|
|
3281
|
+
* @memberof ReservationsGet
|
|
3197
3282
|
*/
|
|
3198
|
-
'
|
|
3199
|
-
}
|
|
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 {
|
|
3283
|
+
'listingTitle': string;
|
|
3210
3284
|
/**
|
|
3211
3285
|
*
|
|
3212
3286
|
* @type {string}
|
|
3213
|
-
* @memberof
|
|
3287
|
+
* @memberof ReservationsGet
|
|
3214
3288
|
*/
|
|
3215
|
-
'
|
|
3289
|
+
'createdAt': string;
|
|
3216
3290
|
/**
|
|
3217
3291
|
*
|
|
3218
3292
|
* @type {string}
|
|
3219
|
-
* @memberof
|
|
3293
|
+
* @memberof ReservationsGet
|
|
3220
3294
|
*/
|
|
3221
|
-
'
|
|
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 {
|
|
3295
|
+
'updatedAt': string;
|
|
3233
3296
|
/**
|
|
3234
3297
|
*
|
|
3235
3298
|
* @type {string}
|
|
3236
|
-
* @memberof
|
|
3299
|
+
* @memberof ReservationsGet
|
|
3237
3300
|
*/
|
|
3238
|
-
'
|
|
3301
|
+
'createdByName': string;
|
|
3239
3302
|
/**
|
|
3240
3303
|
*
|
|
3241
3304
|
* @type {string}
|
|
3242
|
-
* @memberof
|
|
3305
|
+
* @memberof ReservationsGet
|
|
3243
3306
|
*/
|
|
3244
|
-
'
|
|
3307
|
+
'updatedByName': string;
|
|
3245
3308
|
/**
|
|
3246
3309
|
*
|
|
3247
3310
|
* @type {string}
|
|
3248
|
-
* @memberof
|
|
3311
|
+
* @memberof ReservationsGet
|
|
3249
3312
|
*/
|
|
3250
|
-
'
|
|
3313
|
+
'providerType': string;
|
|
3251
3314
|
/**
|
|
3252
3315
|
*
|
|
3253
3316
|
* @type {string}
|
|
3254
|
-
* @memberof
|
|
3317
|
+
* @memberof ReservationsGet
|
|
3255
3318
|
*/
|
|
3256
|
-
'
|
|
3319
|
+
'providerAccountId': string;
|
|
3257
3320
|
/**
|
|
3258
3321
|
*
|
|
3259
3322
|
* @type {string}
|
|
3260
|
-
* @memberof
|
|
3323
|
+
* @memberof ReservationsGet
|
|
3261
3324
|
*/
|
|
3262
|
-
'
|
|
3325
|
+
'providerUrl': string;
|
|
3263
3326
|
}
|
|
3264
|
-
|
|
3265
|
-
|
|
3327
|
+
/**
|
|
3328
|
+
* @type Sendertypedata
|
|
3329
|
+
* @export
|
|
3330
|
+
*/
|
|
3331
|
+
type Sendertypedata = TwilioInboundSenderTypeDataApi | TwilioOutboundSenderTypeDataApi;
|
|
3332
|
+
/**
|
|
3333
|
+
*
|
|
3334
|
+
* @export
|
|
3335
|
+
* @enum {string}
|
|
3336
|
+
*/
|
|
3337
|
+
declare const SortOrder: {
|
|
3338
|
+
readonly Asc: "asc";
|
|
3339
|
+
readonly Desc: "desc";
|
|
3266
3340
|
};
|
|
3267
|
-
type
|
|
3341
|
+
type SortOrder = typeof SortOrder[keyof typeof SortOrder];
|
|
3268
3342
|
/**
|
|
3269
3343
|
*
|
|
3270
3344
|
* @export
|
|
3271
|
-
* @
|
|
3345
|
+
* @enum {string}
|
|
3272
3346
|
*/
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3347
|
+
declare const SrcResourceModelsConversationsModelConversationsModelConversationSortBy: {
|
|
3348
|
+
readonly UpdatedAt: "updated_at";
|
|
3349
|
+
};
|
|
3350
|
+
type SrcResourceModelsConversationsModelConversationsModelConversationSortBy = typeof SrcResourceModelsConversationsModelConversationsModelConversationSortBy[keyof typeof SrcResourceModelsConversationsModelConversationsModelConversationSortBy];
|
|
3351
|
+
/**
|
|
3352
|
+
*
|
|
3353
|
+
* @export
|
|
3354
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3355
|
+
*/
|
|
3356
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi1 {
|
|
3357
|
+
/**
|
|
3358
|
+
*
|
|
3359
|
+
* @type {string}
|
|
3360
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3361
|
+
*/
|
|
3362
|
+
'email': string;
|
|
3363
|
+
/**
|
|
3364
|
+
*
|
|
3365
|
+
* @type {boolean}
|
|
3366
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi1
|
|
3367
|
+
*/
|
|
3368
|
+
'isPrimary'?: boolean | null;
|
|
3369
|
+
}
|
|
3370
|
+
/**
|
|
3371
|
+
*
|
|
3372
|
+
* @export
|
|
3373
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
3374
|
+
*/
|
|
3375
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi2 {
|
|
3376
|
+
/**
|
|
3377
|
+
*
|
|
3378
|
+
* @type {string}
|
|
3379
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
3380
|
+
*/
|
|
3381
|
+
'phone': string;
|
|
3382
|
+
/**
|
|
3383
|
+
*
|
|
3384
|
+
* @type {boolean}
|
|
3385
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2
|
|
3386
|
+
*/
|
|
3387
|
+
'isPrimary'?: boolean | null;
|
|
3388
|
+
}
|
|
3389
|
+
/**
|
|
3390
|
+
*
|
|
3391
|
+
* @export
|
|
3392
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3393
|
+
*/
|
|
3394
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 {
|
|
3395
|
+
/**
|
|
3396
|
+
*
|
|
3397
|
+
* @type {string}
|
|
3398
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3399
|
+
*/
|
|
3400
|
+
'street1': string;
|
|
3401
|
+
/**
|
|
3402
|
+
*
|
|
3403
|
+
* @type {string}
|
|
3404
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3405
|
+
*/
|
|
3406
|
+
'street2'?: string | null;
|
|
3407
|
+
/**
|
|
3408
|
+
*
|
|
3409
|
+
* @type {string}
|
|
3410
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3411
|
+
*/
|
|
3412
|
+
'country': string;
|
|
3413
|
+
/**
|
|
3414
|
+
*
|
|
3415
|
+
* @type {string}
|
|
3416
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3417
|
+
*/
|
|
3418
|
+
'locality': string;
|
|
3419
|
+
/**
|
|
3420
|
+
*
|
|
3421
|
+
* @type {string}
|
|
3422
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3423
|
+
*/
|
|
3424
|
+
'postalCode': string;
|
|
3425
|
+
/**
|
|
3426
|
+
*
|
|
3427
|
+
* @type {string}
|
|
3428
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3429
|
+
*/
|
|
3430
|
+
'region': string;
|
|
3431
|
+
/**
|
|
3432
|
+
*
|
|
3433
|
+
* @type {boolean}
|
|
3434
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
|
|
3435
|
+
*/
|
|
3436
|
+
'isPrimary'?: boolean | null;
|
|
3437
|
+
}
|
|
3438
|
+
/**
|
|
3439
|
+
*
|
|
3440
|
+
* @export
|
|
3441
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3442
|
+
*/
|
|
3443
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4 {
|
|
3444
|
+
/**
|
|
3445
|
+
*
|
|
3446
|
+
* @type {string}
|
|
3447
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3448
|
+
*/
|
|
3449
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum;
|
|
3450
|
+
/**
|
|
3451
|
+
*
|
|
3452
|
+
* @type {string}
|
|
3453
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3454
|
+
*/
|
|
3455
|
+
'fromManagedPhoneId': string;
|
|
3456
|
+
/**
|
|
3457
|
+
*
|
|
3458
|
+
* @type {Array<string>}
|
|
3459
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
|
|
3460
|
+
*/
|
|
3461
|
+
'toContactPhoneIds'?: Array<string> | null;
|
|
3462
|
+
}
|
|
3463
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum: {
|
|
3464
|
+
readonly Twilio: "TWILIO";
|
|
3465
|
+
};
|
|
3466
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum];
|
|
3467
|
+
/**
|
|
3468
|
+
*
|
|
3469
|
+
* @export
|
|
3470
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3471
|
+
*/
|
|
3472
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi5 {
|
|
3473
|
+
/**
|
|
3474
|
+
*
|
|
3475
|
+
* @type {string}
|
|
3476
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3477
|
+
*/
|
|
3478
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum;
|
|
3479
|
+
/**
|
|
3480
|
+
*
|
|
3481
|
+
* @type {Array<string>}
|
|
3482
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5
|
|
3483
|
+
*/
|
|
3484
|
+
'emailIds'?: Array<string> | null;
|
|
3485
|
+
}
|
|
3486
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum: {
|
|
3487
|
+
readonly Email: "EMAIL";
|
|
3488
|
+
};
|
|
3489
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum];
|
|
3490
|
+
/**
|
|
3491
|
+
*
|
|
3492
|
+
* @export
|
|
3493
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi6
|
|
3494
|
+
*/
|
|
3495
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi6 {
|
|
3496
|
+
/**
|
|
3497
|
+
*
|
|
3498
|
+
* @type {string}
|
|
3499
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi6
|
|
3500
|
+
*/
|
|
3501
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum;
|
|
3502
|
+
/**
|
|
3503
|
+
*
|
|
3504
|
+
* @type {string}
|
|
3505
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi6
|
|
3506
|
+
*/
|
|
3507
|
+
'body': string;
|
|
3508
|
+
}
|
|
3509
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum: {
|
|
3510
|
+
readonly Twilio: "TWILIO";
|
|
3511
|
+
};
|
|
3512
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum];
|
|
3513
|
+
/**
|
|
3514
|
+
*
|
|
3515
|
+
* @export
|
|
3516
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3517
|
+
*/
|
|
3518
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi7 {
|
|
3519
|
+
/**
|
|
3520
|
+
*
|
|
3521
|
+
* @type {string}
|
|
3522
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3523
|
+
*/
|
|
3524
|
+
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum;
|
|
3525
|
+
/**
|
|
3526
|
+
*
|
|
3527
|
+
* @type {string}
|
|
3528
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3529
|
+
*/
|
|
3530
|
+
'outboundFromManagedEmailId'?: string | null;
|
|
3531
|
+
/**
|
|
3532
|
+
*
|
|
3533
|
+
* @type {string}
|
|
3534
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3535
|
+
*/
|
|
3536
|
+
'subject': string;
|
|
3537
|
+
/**
|
|
3538
|
+
*
|
|
3539
|
+
* @type {string}
|
|
3540
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3541
|
+
*/
|
|
3542
|
+
'htmlBody': string | null;
|
|
3543
|
+
/**
|
|
3544
|
+
*
|
|
3545
|
+
* @type {string}
|
|
3546
|
+
* @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7
|
|
3547
|
+
*/
|
|
3548
|
+
'plainBody': string | null;
|
|
3549
|
+
}
|
|
3550
|
+
declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum: {
|
|
3551
|
+
readonly Email: "EMAIL";
|
|
3552
|
+
};
|
|
3553
|
+
type SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum];
|
|
3554
|
+
/**
|
|
3555
|
+
*
|
|
3556
|
+
* @export
|
|
3557
|
+
* @interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1
|
|
3558
|
+
*/
|
|
3559
|
+
interface SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1 {
|
|
3560
|
+
/**
|
|
3561
|
+
*
|
|
3562
|
+
* @type {string}
|
|
3277
3563
|
* @memberof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1
|
|
3278
3564
|
*/
|
|
3279
3565
|
'conversationType': SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum;
|
|
@@ -3491,10 +3777,10 @@ declare class AccountsApi extends BaseAPI {
|
|
|
3491
3777
|
accountsList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseAccountsList, any>>;
|
|
3492
3778
|
}
|
|
3493
3779
|
/**
|
|
3494
|
-
*
|
|
3780
|
+
* ContactsApi - axios parameter creator
|
|
3495
3781
|
* @export
|
|
3496
3782
|
*/
|
|
3497
|
-
declare const
|
|
3783
|
+
declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3498
3784
|
/**
|
|
3499
3785
|
*
|
|
3500
3786
|
* @summary Addresses Create
|
|
@@ -3521,192 +3807,59 @@ declare const AddressesApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
3521
3807
|
* @throws {RequiredError}
|
|
3522
3808
|
*/
|
|
3523
3809
|
addressesUpdate: (addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3524
|
-
};
|
|
3525
|
-
/**
|
|
3526
|
-
* AddressesApi - functional programming interface
|
|
3527
|
-
* @export
|
|
3528
|
-
*/
|
|
3529
|
-
declare const AddressesApiFp: (configuration?: Configuration) => {
|
|
3530
3810
|
/**
|
|
3531
|
-
*
|
|
3532
|
-
* @summary
|
|
3811
|
+
* Associates a contact with a listing with the OWNER type.
|
|
3812
|
+
* @summary Create Contact Listing
|
|
3533
3813
|
* @param {string} contactId
|
|
3534
|
-
* @param {
|
|
3814
|
+
* @param {string} listingId
|
|
3815
|
+
* @param {CreateContactListing} createContactListing
|
|
3535
3816
|
* @param {*} [options] Override http request option.
|
|
3536
3817
|
* @throws {RequiredError}
|
|
3537
3818
|
*/
|
|
3538
|
-
|
|
3819
|
+
contactsAddListing: (contactId: string, listingId: string, createContactListing: CreateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3539
3820
|
/**
|
|
3540
3821
|
*
|
|
3541
|
-
* @summary
|
|
3542
|
-
* @param {
|
|
3822
|
+
* @summary Contacts Create
|
|
3823
|
+
* @param {ContactCreate} contactCreate
|
|
3543
3824
|
* @param {*} [options] Override http request option.
|
|
3544
3825
|
* @throws {RequiredError}
|
|
3545
3826
|
*/
|
|
3546
|
-
|
|
3827
|
+
contactsCreate: (contactCreate: ContactCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3547
3828
|
/**
|
|
3548
3829
|
*
|
|
3549
|
-
* @summary
|
|
3550
|
-
* @param {string}
|
|
3551
|
-
* @param {AddressUpdate} addressUpdate
|
|
3830
|
+
* @summary Contacts Delete
|
|
3831
|
+
* @param {string} contactId
|
|
3552
3832
|
* @param {*} [options] Override http request option.
|
|
3553
3833
|
* @throws {RequiredError}
|
|
3554
3834
|
*/
|
|
3555
|
-
|
|
3556
|
-
};
|
|
3557
|
-
/**
|
|
3558
|
-
* AddressesApi - factory interface
|
|
3559
|
-
* @export
|
|
3560
|
-
*/
|
|
3561
|
-
declare const AddressesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3835
|
+
contactsDelete: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3562
3836
|
/**
|
|
3563
3837
|
*
|
|
3564
|
-
* @summary
|
|
3838
|
+
* @summary Contacts Get
|
|
3565
3839
|
* @param {string} contactId
|
|
3566
|
-
* @param {AddressCreate} addressCreate
|
|
3567
3840
|
* @param {*} [options] Override http request option.
|
|
3568
3841
|
* @throws {RequiredError}
|
|
3569
3842
|
*/
|
|
3570
|
-
|
|
3843
|
+
contactsGet: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3571
3844
|
/**
|
|
3572
3845
|
*
|
|
3573
|
-
* @summary
|
|
3574
|
-
* @param {string}
|
|
3846
|
+
* @summary Contacts List
|
|
3847
|
+
* @param {string | null} [searchString]
|
|
3848
|
+
* @param {string | null} [cursor] Cursor for keyset paging
|
|
3849
|
+
* @param {number} [limit]
|
|
3850
|
+
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
3851
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
3852
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3575
3853
|
* @param {*} [options] Override http request option.
|
|
3576
3854
|
* @throws {RequiredError}
|
|
3577
3855
|
*/
|
|
3578
|
-
|
|
3856
|
+
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3579
3857
|
/**
|
|
3580
|
-
*
|
|
3581
|
-
* @summary
|
|
3582
|
-
* @param {string}
|
|
3583
|
-
* @param {
|
|
3584
|
-
* @param {
|
|
3585
|
-
* @throws {RequiredError}
|
|
3586
|
-
*/
|
|
3587
|
-
addressesUpdate(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): AxiosPromise<AddressesUpdate>;
|
|
3588
|
-
};
|
|
3589
|
-
/**
|
|
3590
|
-
* AddressesApi - object-oriented interface
|
|
3591
|
-
* @export
|
|
3592
|
-
* @class AddressesApi
|
|
3593
|
-
* @extends {BaseAPI}
|
|
3594
|
-
*/
|
|
3595
|
-
declare class AddressesApi extends BaseAPI {
|
|
3596
|
-
/**
|
|
3597
|
-
*
|
|
3598
|
-
* @summary Addresses Create
|
|
3599
|
-
* @param {string} contactId
|
|
3600
|
-
* @param {AddressCreate} addressCreate
|
|
3601
|
-
* @param {*} [options] Override http request option.
|
|
3602
|
-
* @throws {RequiredError}
|
|
3603
|
-
* @memberof AddressesApi
|
|
3604
|
-
*/
|
|
3605
|
-
addressesCreate(contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AddressesCreate, any>>;
|
|
3606
|
-
/**
|
|
3607
|
-
*
|
|
3608
|
-
* @summary Addresses Delete
|
|
3609
|
-
* @param {string} addressId
|
|
3610
|
-
* @param {*} [options] Override http request option.
|
|
3611
|
-
* @throws {RequiredError}
|
|
3612
|
-
* @memberof AddressesApi
|
|
3613
|
-
*/
|
|
3614
|
-
addressesDelete(addressId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
3615
|
-
/**
|
|
3616
|
-
*
|
|
3617
|
-
* @summary Addresses Update
|
|
3618
|
-
* @param {string} addressId
|
|
3619
|
-
* @param {AddressUpdate} addressUpdate
|
|
3620
|
-
* @param {*} [options] Override http request option.
|
|
3621
|
-
* @throws {RequiredError}
|
|
3622
|
-
* @memberof AddressesApi
|
|
3623
|
-
*/
|
|
3624
|
-
addressesUpdate(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AddressesUpdate, any>>;
|
|
3625
|
-
}
|
|
3626
|
-
/**
|
|
3627
|
-
* ContactsApi - axios parameter creator
|
|
3628
|
-
* @export
|
|
3629
|
-
*/
|
|
3630
|
-
declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3631
|
-
/**
|
|
3632
|
-
*
|
|
3633
|
-
* @summary Addresses Create
|
|
3634
|
-
* @param {string} contactId
|
|
3635
|
-
* @param {AddressCreate} addressCreate
|
|
3636
|
-
* @param {*} [options] Override http request option.
|
|
3637
|
-
* @throws {RequiredError}
|
|
3638
|
-
*/
|
|
3639
|
-
addressesCreate: (contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3640
|
-
/**
|
|
3641
|
-
*
|
|
3642
|
-
* @summary Addresses Delete
|
|
3643
|
-
* @param {string} addressId
|
|
3644
|
-
* @param {*} [options] Override http request option.
|
|
3645
|
-
* @throws {RequiredError}
|
|
3646
|
-
*/
|
|
3647
|
-
addressesDelete: (addressId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3648
|
-
/**
|
|
3649
|
-
*
|
|
3650
|
-
* @summary Addresses Update
|
|
3651
|
-
* @param {string} addressId
|
|
3652
|
-
* @param {AddressUpdate} addressUpdate
|
|
3653
|
-
* @param {*} [options] Override http request option.
|
|
3654
|
-
* @throws {RequiredError}
|
|
3655
|
-
*/
|
|
3656
|
-
addressesUpdate: (addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3657
|
-
/**
|
|
3658
|
-
* Associates a contact with a listing with the OWNER type.
|
|
3659
|
-
* @summary Create Contact Listing
|
|
3660
|
-
* @param {string} contactId
|
|
3661
|
-
* @param {string} listingId
|
|
3662
|
-
* @param {CreateContactListing} createContactListing
|
|
3663
|
-
* @param {*} [options] Override http request option.
|
|
3664
|
-
* @throws {RequiredError}
|
|
3665
|
-
*/
|
|
3666
|
-
contactsAddListing: (contactId: string, listingId: string, createContactListing: CreateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3667
|
-
/**
|
|
3668
|
-
*
|
|
3669
|
-
* @summary Contacts Create
|
|
3670
|
-
* @param {ContactCreate} contactCreate
|
|
3671
|
-
* @param {*} [options] Override http request option.
|
|
3672
|
-
* @throws {RequiredError}
|
|
3673
|
-
*/
|
|
3674
|
-
contactsCreate: (contactCreate: ContactCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3675
|
-
/**
|
|
3676
|
-
*
|
|
3677
|
-
* @summary Contacts Delete
|
|
3678
|
-
* @param {string} contactId
|
|
3679
|
-
* @param {*} [options] Override http request option.
|
|
3680
|
-
* @throws {RequiredError}
|
|
3681
|
-
*/
|
|
3682
|
-
contactsDelete: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3683
|
-
/**
|
|
3684
|
-
*
|
|
3685
|
-
* @summary Contacts Get
|
|
3686
|
-
* @param {string} contactId
|
|
3687
|
-
* @param {*} [options] Override http request option.
|
|
3688
|
-
* @throws {RequiredError}
|
|
3689
|
-
*/
|
|
3690
|
-
contactsGet: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3691
|
-
/**
|
|
3692
|
-
*
|
|
3693
|
-
* @summary Contacts List
|
|
3694
|
-
* @param {string | null} [searchString]
|
|
3695
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
3696
|
-
* @param {number} [limit]
|
|
3697
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
3698
|
-
* @param {ContactSortBy} [sortBy] Sort key
|
|
3699
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3700
|
-
* @param {*} [options] Override http request option.
|
|
3701
|
-
* @throws {RequiredError}
|
|
3702
|
-
*/
|
|
3703
|
-
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3704
|
-
/**
|
|
3705
|
-
* Removes an association between a contact and a listing.
|
|
3706
|
-
* @summary Delete Contact Listing
|
|
3707
|
-
* @param {string} contactId
|
|
3708
|
-
* @param {string} listingId
|
|
3709
|
-
* @param {DeleteContactListing} deleteContactListing
|
|
3858
|
+
* Removes an association between a contact and a listing.
|
|
3859
|
+
* @summary Delete Contact Listing
|
|
3860
|
+
* @param {string} contactId
|
|
3861
|
+
* @param {string} listingId
|
|
3862
|
+
* @param {DeleteContactListing} deleteContactListing
|
|
3710
3863
|
* @param {*} [options] Override http request option.
|
|
3711
3864
|
* @throws {RequiredError}
|
|
3712
3865
|
*/
|
|
@@ -4599,139 +4752,6 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
4599
4752
|
*/
|
|
4600
4753
|
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>>;
|
|
4601
4754
|
}
|
|
4602
|
-
/**
|
|
4603
|
-
* EmailsApi - axios parameter creator
|
|
4604
|
-
* @export
|
|
4605
|
-
*/
|
|
4606
|
-
declare const EmailsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4607
|
-
/**
|
|
4608
|
-
*
|
|
4609
|
-
* @summary Emails Create
|
|
4610
|
-
* @param {string} contactId
|
|
4611
|
-
* @param {EmailCreate} emailCreate
|
|
4612
|
-
* @param {*} [options] Override http request option.
|
|
4613
|
-
* @throws {RequiredError}
|
|
4614
|
-
*/
|
|
4615
|
-
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4616
|
-
/**
|
|
4617
|
-
*
|
|
4618
|
-
* @summary Emails Delete
|
|
4619
|
-
* @param {string} emailId
|
|
4620
|
-
* @param {*} [options] Override http request option.
|
|
4621
|
-
* @throws {RequiredError}
|
|
4622
|
-
*/
|
|
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>;
|
|
4633
|
-
};
|
|
4634
|
-
/**
|
|
4635
|
-
* EmailsApi - functional programming interface
|
|
4636
|
-
* @export
|
|
4637
|
-
*/
|
|
4638
|
-
declare const EmailsApiFp: (configuration?: Configuration) => {
|
|
4639
|
-
/**
|
|
4640
|
-
*
|
|
4641
|
-
* @summary Emails Create
|
|
4642
|
-
* @param {string} contactId
|
|
4643
|
-
* @param {EmailCreate} emailCreate
|
|
4644
|
-
* @param {*} [options] Override http request option.
|
|
4645
|
-
* @throws {RequiredError}
|
|
4646
|
-
*/
|
|
4647
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsCreate>>;
|
|
4648
|
-
/**
|
|
4649
|
-
*
|
|
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
|
|
4659
|
-
* @param {string} emailId
|
|
4660
|
-
* @param {EmailUpdate} emailUpdate
|
|
4661
|
-
* @param {*} [options] Override http request option.
|
|
4662
|
-
* @throws {RequiredError}
|
|
4663
|
-
*/
|
|
4664
|
-
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsUpdate>>;
|
|
4665
|
-
};
|
|
4666
|
-
/**
|
|
4667
|
-
* EmailsApi - factory interface
|
|
4668
|
-
* @export
|
|
4669
|
-
*/
|
|
4670
|
-
declare const EmailsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4671
|
-
/**
|
|
4672
|
-
*
|
|
4673
|
-
* @summary Emails Create
|
|
4674
|
-
* @param {string} contactId
|
|
4675
|
-
* @param {EmailCreate} emailCreate
|
|
4676
|
-
* @param {*} [options] Override http request option.
|
|
4677
|
-
* @throws {RequiredError}
|
|
4678
|
-
*/
|
|
4679
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsCreate>;
|
|
4680
|
-
/**
|
|
4681
|
-
*
|
|
4682
|
-
* @summary Emails Delete
|
|
4683
|
-
* @param {string} emailId
|
|
4684
|
-
* @param {*} [options] Override http request option.
|
|
4685
|
-
* @throws {RequiredError}
|
|
4686
|
-
*/
|
|
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>;
|
|
4697
|
-
};
|
|
4698
|
-
/**
|
|
4699
|
-
* EmailsApi - object-oriented interface
|
|
4700
|
-
* @export
|
|
4701
|
-
* @class EmailsApi
|
|
4702
|
-
* @extends {BaseAPI}
|
|
4703
|
-
*/
|
|
4704
|
-
declare class EmailsApi extends BaseAPI {
|
|
4705
|
-
/**
|
|
4706
|
-
*
|
|
4707
|
-
* @summary Emails Create
|
|
4708
|
-
* @param {string} contactId
|
|
4709
|
-
* @param {EmailCreate} emailCreate
|
|
4710
|
-
* @param {*} [options] Override http request option.
|
|
4711
|
-
* @throws {RequiredError}
|
|
4712
|
-
* @memberof EmailsApi
|
|
4713
|
-
*/
|
|
4714
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsCreate, any>>;
|
|
4715
|
-
/**
|
|
4716
|
-
*
|
|
4717
|
-
* @summary Emails Delete
|
|
4718
|
-
* @param {string} emailId
|
|
4719
|
-
* @param {*} [options] Override http request option.
|
|
4720
|
-
* @throws {RequiredError}
|
|
4721
|
-
* @memberof EmailsApi
|
|
4722
|
-
*/
|
|
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>>;
|
|
4734
|
-
}
|
|
4735
4755
|
/**
|
|
4736
4756
|
* HostawayApi - axios parameter creator
|
|
4737
4757
|
* @export
|
|
@@ -4836,480 +4856,190 @@ declare const InquiriesApiFactory: (configuration?: Configuration, basePath?: st
|
|
|
4836
4856
|
/**
|
|
4837
4857
|
* InquiriesApi - object-oriented interface
|
|
4838
4858
|
* @export
|
|
4839
|
-
* @class InquiriesApi
|
|
4840
|
-
* @extends {BaseAPI}
|
|
4841
|
-
*/
|
|
4842
|
-
declare class InquiriesApi extends BaseAPI {
|
|
4843
|
-
/**
|
|
4844
|
-
* List all listings
|
|
4845
|
-
* @summary Inquiries List
|
|
4846
|
-
* @param {string} [contactId]
|
|
4847
|
-
* @param {*} [options] Override http request option.
|
|
4848
|
-
* @throws {RequiredError}
|
|
4849
|
-
* @memberof InquiriesApi
|
|
4850
|
-
*/
|
|
4851
|
-
inquiriesList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseInquiriesList, any>>;
|
|
4852
|
-
}
|
|
4853
|
-
/**
|
|
4854
|
-
* ListingsApi - axios parameter creator
|
|
4855
|
-
* @export
|
|
4856
|
-
*/
|
|
4857
|
-
declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4858
|
-
/**
|
|
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
|
-
*
|
|
4868
|
-
* @summary Listings List
|
|
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
|
|
4876
|
-
* @param {*} [options] Override http request option.
|
|
4877
|
-
* @throws {RequiredError}
|
|
4878
|
-
*/
|
|
4879
|
-
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4880
|
-
};
|
|
4881
|
-
/**
|
|
4882
|
-
* ListingsApi - functional programming interface
|
|
4883
|
-
* @export
|
|
4884
|
-
*/
|
|
4885
|
-
declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
4886
|
-
/**
|
|
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
|
-
*
|
|
4896
|
-
* @summary Listings List
|
|
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
|
|
4904
|
-
* @param {*} [options] Override http request option.
|
|
4905
|
-
* @throws {RequiredError}
|
|
4906
|
-
*/
|
|
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>>;
|
|
4908
|
-
};
|
|
4909
|
-
/**
|
|
4910
|
-
* ListingsApi - factory interface
|
|
4911
|
-
* @export
|
|
4912
|
-
*/
|
|
4913
|
-
declare const ListingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4914
|
-
/**
|
|
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
|
-
*
|
|
4924
|
-
* @summary Listings List
|
|
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
|
|
4932
|
-
* @param {*} [options] Override http request option.
|
|
4933
|
-
* @throws {RequiredError}
|
|
4934
|
-
*/
|
|
4935
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
4936
|
-
};
|
|
4937
|
-
/**
|
|
4938
|
-
* ListingsApi - object-oriented interface
|
|
4939
|
-
* @export
|
|
4940
|
-
* @class ListingsApi
|
|
4941
|
-
* @extends {BaseAPI}
|
|
4942
|
-
*/
|
|
4943
|
-
declare class ListingsApi extends BaseAPI {
|
|
4944
|
-
/**
|
|
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
|
-
*
|
|
4955
|
-
* @summary Listings List
|
|
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
|
|
4963
|
-
* @param {*} [options] Override http request option.
|
|
4964
|
-
* @throws {RequiredError}
|
|
4965
|
-
* @memberof ListingsApi
|
|
4966
|
-
*/
|
|
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>>;
|
|
4968
|
-
}
|
|
4969
|
-
/**
|
|
4970
|
-
* ManagedPhoneNumbersApi - axios parameter creator
|
|
4971
|
-
* @export
|
|
4972
|
-
*/
|
|
4973
|
-
declare const ManagedPhoneNumbersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4974
|
-
/**
|
|
4975
|
-
*
|
|
4976
|
-
* @summary Managed_phone_numbers List
|
|
4977
|
-
* @param {*} [options] Override http request option.
|
|
4978
|
-
* @throws {RequiredError}
|
|
4979
|
-
*/
|
|
4980
|
-
managedPhoneNumbersList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4981
|
-
};
|
|
4982
|
-
/**
|
|
4983
|
-
* ManagedPhoneNumbersApi - functional programming interface
|
|
4984
|
-
* @export
|
|
4985
|
-
*/
|
|
4986
|
-
declare const ManagedPhoneNumbersApiFp: (configuration?: Configuration) => {
|
|
4987
|
-
/**
|
|
4988
|
-
*
|
|
4989
|
-
* @summary Managed_phone_numbers List
|
|
4990
|
-
* @param {*} [options] Override http request option.
|
|
4991
|
-
* @throws {RequiredError}
|
|
4992
|
-
*/
|
|
4993
|
-
managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseManagedPhoneNumbersList>>;
|
|
4994
|
-
};
|
|
4995
|
-
/**
|
|
4996
|
-
* ManagedPhoneNumbersApi - factory interface
|
|
4997
|
-
* @export
|
|
4998
|
-
*/
|
|
4999
|
-
declare const ManagedPhoneNumbersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5000
|
-
/**
|
|
5001
|
-
*
|
|
5002
|
-
* @summary Managed_phone_numbers List
|
|
5003
|
-
* @param {*} [options] Override http request option.
|
|
5004
|
-
* @throws {RequiredError}
|
|
5005
|
-
*/
|
|
5006
|
-
managedPhoneNumbersList(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseManagedPhoneNumbersList>;
|
|
5007
|
-
};
|
|
5008
|
-
/**
|
|
5009
|
-
* ManagedPhoneNumbersApi - object-oriented interface
|
|
5010
|
-
* @export
|
|
5011
|
-
* @class ManagedPhoneNumbersApi
|
|
4859
|
+
* @class InquiriesApi
|
|
5012
4860
|
* @extends {BaseAPI}
|
|
5013
4861
|
*/
|
|
5014
|
-
declare class
|
|
4862
|
+
declare class InquiriesApi extends BaseAPI {
|
|
5015
4863
|
/**
|
|
5016
|
-
*
|
|
5017
|
-
* @summary
|
|
4864
|
+
* List all listings
|
|
4865
|
+
* @summary Inquiries List
|
|
4866
|
+
* @param {string} [contactId]
|
|
5018
4867
|
* @param {*} [options] Override http request option.
|
|
5019
4868
|
* @throws {RequiredError}
|
|
5020
|
-
* @memberof
|
|
4869
|
+
* @memberof InquiriesApi
|
|
5021
4870
|
*/
|
|
5022
|
-
|
|
4871
|
+
inquiriesList(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseInquiriesList, any>>;
|
|
5023
4872
|
}
|
|
5024
4873
|
/**
|
|
5025
|
-
*
|
|
4874
|
+
* ListingsApi - axios parameter creator
|
|
5026
4875
|
* @export
|
|
5027
4876
|
*/
|
|
5028
|
-
declare const
|
|
5029
|
-
/**
|
|
5030
|
-
*
|
|
5031
|
-
* @summary Messages Create
|
|
5032
|
-
* @param {string} conversationId
|
|
5033
|
-
* @param {MessageCreate} messageCreate
|
|
5034
|
-
* @param {*} [options] Override http request option.
|
|
5035
|
-
* @throws {RequiredError}
|
|
5036
|
-
*/
|
|
5037
|
-
messagesCreate: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4877
|
+
declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5038
4878
|
/**
|
|
5039
4879
|
*
|
|
5040
|
-
* @summary
|
|
5041
|
-
* @param {string}
|
|
4880
|
+
* @summary Listings Get
|
|
4881
|
+
* @param {string} listingId
|
|
5042
4882
|
* @param {*} [options] Override http request option.
|
|
5043
4883
|
* @throws {RequiredError}
|
|
5044
4884
|
*/
|
|
5045
|
-
|
|
4885
|
+
listingsGet: (listingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5046
4886
|
/**
|
|
5047
4887
|
*
|
|
5048
|
-
* @summary
|
|
4888
|
+
* @summary Listings List
|
|
5049
4889
|
* @param {string | null} [searchString]
|
|
5050
4890
|
* @param {string | null} [contactId]
|
|
5051
|
-
* @param {string | null} [conversationId]
|
|
5052
4891
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5053
4892
|
* @param {number} [limit]
|
|
5054
4893
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5055
|
-
* @param {
|
|
4894
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
5056
4895
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5057
4896
|
* @param {*} [options] Override http request option.
|
|
5058
4897
|
* @throws {RequiredError}
|
|
5059
4898
|
*/
|
|
5060
|
-
|
|
4899
|
+
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5061
4900
|
};
|
|
5062
4901
|
/**
|
|
5063
|
-
*
|
|
4902
|
+
* ListingsApi - functional programming interface
|
|
5064
4903
|
* @export
|
|
5065
4904
|
*/
|
|
5066
|
-
declare const
|
|
5067
|
-
/**
|
|
5068
|
-
*
|
|
5069
|
-
* @summary Messages Create
|
|
5070
|
-
* @param {string} conversationId
|
|
5071
|
-
* @param {MessageCreate} messageCreate
|
|
5072
|
-
* @param {*} [options] Override http request option.
|
|
5073
|
-
* @throws {RequiredError}
|
|
5074
|
-
*/
|
|
5075
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesCreate>>;
|
|
4905
|
+
declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
5076
4906
|
/**
|
|
5077
4907
|
*
|
|
5078
|
-
* @summary
|
|
5079
|
-
* @param {string}
|
|
4908
|
+
* @summary Listings Get
|
|
4909
|
+
* @param {string} listingId
|
|
5080
4910
|
* @param {*} [options] Override http request option.
|
|
5081
4911
|
* @throws {RequiredError}
|
|
5082
4912
|
*/
|
|
5083
|
-
|
|
4913
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListingsGet>>;
|
|
5084
4914
|
/**
|
|
5085
4915
|
*
|
|
5086
|
-
* @summary
|
|
4916
|
+
* @summary Listings List
|
|
5087
4917
|
* @param {string | null} [searchString]
|
|
5088
4918
|
* @param {string | null} [contactId]
|
|
5089
|
-
* @param {string | null} [conversationId]
|
|
5090
4919
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5091
4920
|
* @param {number} [limit]
|
|
5092
4921
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5093
|
-
* @param {
|
|
4922
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
5094
4923
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5095
4924
|
* @param {*} [options] Override http request option.
|
|
5096
4925
|
* @throws {RequiredError}
|
|
5097
4926
|
*/
|
|
5098
|
-
|
|
4927
|
+
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>>;
|
|
5099
4928
|
};
|
|
5100
4929
|
/**
|
|
5101
|
-
*
|
|
4930
|
+
* ListingsApi - factory interface
|
|
5102
4931
|
* @export
|
|
5103
4932
|
*/
|
|
5104
|
-
declare const
|
|
5105
|
-
/**
|
|
5106
|
-
*
|
|
5107
|
-
* @summary Messages Create
|
|
5108
|
-
* @param {string} conversationId
|
|
5109
|
-
* @param {MessageCreate} messageCreate
|
|
5110
|
-
* @param {*} [options] Override http request option.
|
|
5111
|
-
* @throws {RequiredError}
|
|
5112
|
-
*/
|
|
5113
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<MessagesCreate>;
|
|
4933
|
+
declare const ListingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5114
4934
|
/**
|
|
5115
4935
|
*
|
|
5116
|
-
* @summary
|
|
5117
|
-
* @param {string}
|
|
4936
|
+
* @summary Listings Get
|
|
4937
|
+
* @param {string} listingId
|
|
5118
4938
|
* @param {*} [options] Override http request option.
|
|
5119
4939
|
* @throws {RequiredError}
|
|
5120
4940
|
*/
|
|
5121
|
-
|
|
4941
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListingsGet>;
|
|
5122
4942
|
/**
|
|
5123
4943
|
*
|
|
5124
|
-
* @summary
|
|
4944
|
+
* @summary Listings List
|
|
5125
4945
|
* @param {string | null} [searchString]
|
|
5126
4946
|
* @param {string | null} [contactId]
|
|
5127
|
-
* @param {string | null} [conversationId]
|
|
5128
4947
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5129
4948
|
* @param {number} [limit]
|
|
5130
4949
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5131
|
-
* @param {
|
|
4950
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
5132
4951
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5133
4952
|
* @param {*} [options] Override http request option.
|
|
5134
4953
|
* @throws {RequiredError}
|
|
5135
4954
|
*/
|
|
5136
|
-
|
|
4955
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
5137
4956
|
};
|
|
5138
4957
|
/**
|
|
5139
|
-
*
|
|
4958
|
+
* ListingsApi - object-oriented interface
|
|
5140
4959
|
* @export
|
|
5141
|
-
* @class
|
|
4960
|
+
* @class ListingsApi
|
|
5142
4961
|
* @extends {BaseAPI}
|
|
5143
4962
|
*/
|
|
5144
|
-
declare class
|
|
5145
|
-
/**
|
|
5146
|
-
*
|
|
5147
|
-
* @summary Messages Create
|
|
5148
|
-
* @param {string} conversationId
|
|
5149
|
-
* @param {MessageCreate} messageCreate
|
|
5150
|
-
* @param {*} [options] Override http request option.
|
|
5151
|
-
* @throws {RequiredError}
|
|
5152
|
-
* @memberof MessagesApi
|
|
5153
|
-
*/
|
|
5154
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesCreate, any>>;
|
|
4963
|
+
declare class ListingsApi extends BaseAPI {
|
|
5155
4964
|
/**
|
|
5156
4965
|
*
|
|
5157
|
-
* @summary
|
|
5158
|
-
* @param {string}
|
|
4966
|
+
* @summary Listings Get
|
|
4967
|
+
* @param {string} listingId
|
|
5159
4968
|
* @param {*} [options] Override http request option.
|
|
5160
4969
|
* @throws {RequiredError}
|
|
5161
|
-
* @memberof
|
|
4970
|
+
* @memberof ListingsApi
|
|
5162
4971
|
*/
|
|
5163
|
-
|
|
4972
|
+
listingsGet(listingId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListingsGet, any>>;
|
|
5164
4973
|
/**
|
|
5165
4974
|
*
|
|
5166
|
-
* @summary
|
|
4975
|
+
* @summary Listings List
|
|
5167
4976
|
* @param {string | null} [searchString]
|
|
5168
4977
|
* @param {string | null} [contactId]
|
|
5169
|
-
* @param {string | null} [conversationId]
|
|
5170
4978
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5171
4979
|
* @param {number} [limit]
|
|
5172
4980
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5173
|
-
* @param {
|
|
4981
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
5174
4982
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5175
4983
|
* @param {*} [options] Override http request option.
|
|
5176
4984
|
* @throws {RequiredError}
|
|
5177
|
-
* @memberof
|
|
4985
|
+
* @memberof ListingsApi
|
|
5178
4986
|
*/
|
|
5179
|
-
|
|
4987
|
+
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>>;
|
|
5180
4988
|
}
|
|
5181
4989
|
/**
|
|
5182
|
-
*
|
|
4990
|
+
* ManagedPhoneNumbersApi - axios parameter creator
|
|
5183
4991
|
* @export
|
|
5184
4992
|
*/
|
|
5185
|
-
declare const
|
|
5186
|
-
/**
|
|
5187
|
-
*
|
|
5188
|
-
* @summary Phone_numbers Create
|
|
5189
|
-
* @param {string} contactId
|
|
5190
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5191
|
-
* @param {*} [options] Override http request option.
|
|
5192
|
-
* @throws {RequiredError}
|
|
5193
|
-
*/
|
|
5194
|
-
phoneNumbersCreate: (contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5195
|
-
/**
|
|
5196
|
-
*
|
|
5197
|
-
* @summary Phone_numbers Delete
|
|
5198
|
-
* @param {string} phoneNumberId
|
|
5199
|
-
* @param {*} [options] Override http request option.
|
|
5200
|
-
* @throws {RequiredError}
|
|
5201
|
-
*/
|
|
5202
|
-
phoneNumbersDelete: (phoneNumberId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4993
|
+
declare const ManagedPhoneNumbersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5203
4994
|
/**
|
|
5204
4995
|
*
|
|
5205
|
-
* @summary
|
|
5206
|
-
* @param {string} phoneNumberId
|
|
5207
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
4996
|
+
* @summary Managed_phone_numbers List
|
|
5208
4997
|
* @param {*} [options] Override http request option.
|
|
5209
4998
|
* @throws {RequiredError}
|
|
5210
4999
|
*/
|
|
5211
|
-
|
|
5000
|
+
managedPhoneNumbersList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5212
5001
|
};
|
|
5213
5002
|
/**
|
|
5214
|
-
*
|
|
5003
|
+
* ManagedPhoneNumbersApi - functional programming interface
|
|
5215
5004
|
* @export
|
|
5216
5005
|
*/
|
|
5217
|
-
declare const
|
|
5218
|
-
/**
|
|
5219
|
-
*
|
|
5220
|
-
* @summary Phone_numbers Create
|
|
5221
|
-
* @param {string} contactId
|
|
5222
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5223
|
-
* @param {*} [options] Override http request option.
|
|
5224
|
-
* @throws {RequiredError}
|
|
5225
|
-
*/
|
|
5226
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersCreate>>;
|
|
5227
|
-
/**
|
|
5228
|
-
*
|
|
5229
|
-
* @summary Phone_numbers Delete
|
|
5230
|
-
* @param {string} phoneNumberId
|
|
5231
|
-
* @param {*} [options] Override http request option.
|
|
5232
|
-
* @throws {RequiredError}
|
|
5233
|
-
*/
|
|
5234
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
5006
|
+
declare const ManagedPhoneNumbersApiFp: (configuration?: Configuration) => {
|
|
5235
5007
|
/**
|
|
5236
5008
|
*
|
|
5237
|
-
* @summary
|
|
5238
|
-
* @param {string} phoneNumberId
|
|
5239
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5009
|
+
* @summary Managed_phone_numbers List
|
|
5240
5010
|
* @param {*} [options] Override http request option.
|
|
5241
5011
|
* @throws {RequiredError}
|
|
5242
5012
|
*/
|
|
5243
|
-
|
|
5013
|
+
managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseManagedPhoneNumbersList>>;
|
|
5244
5014
|
};
|
|
5245
5015
|
/**
|
|
5246
|
-
*
|
|
5016
|
+
* ManagedPhoneNumbersApi - factory interface
|
|
5247
5017
|
* @export
|
|
5248
5018
|
*/
|
|
5249
|
-
declare const
|
|
5250
|
-
/**
|
|
5251
|
-
*
|
|
5252
|
-
* @summary Phone_numbers Create
|
|
5253
|
-
* @param {string} contactId
|
|
5254
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5255
|
-
* @param {*} [options] Override http request option.
|
|
5256
|
-
* @throws {RequiredError}
|
|
5257
|
-
*/
|
|
5258
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersCreate>;
|
|
5259
|
-
/**
|
|
5260
|
-
*
|
|
5261
|
-
* @summary Phone_numbers Delete
|
|
5262
|
-
* @param {string} phoneNumberId
|
|
5263
|
-
* @param {*} [options] Override http request option.
|
|
5264
|
-
* @throws {RequiredError}
|
|
5265
|
-
*/
|
|
5266
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
5019
|
+
declare const ManagedPhoneNumbersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5267
5020
|
/**
|
|
5268
5021
|
*
|
|
5269
|
-
* @summary
|
|
5270
|
-
* @param {string} phoneNumberId
|
|
5271
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5022
|
+
* @summary Managed_phone_numbers List
|
|
5272
5023
|
* @param {*} [options] Override http request option.
|
|
5273
5024
|
* @throws {RequiredError}
|
|
5274
5025
|
*/
|
|
5275
|
-
|
|
5026
|
+
managedPhoneNumbersList(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseManagedPhoneNumbersList>;
|
|
5276
5027
|
};
|
|
5277
5028
|
/**
|
|
5278
|
-
*
|
|
5029
|
+
* ManagedPhoneNumbersApi - object-oriented interface
|
|
5279
5030
|
* @export
|
|
5280
|
-
* @class
|
|
5031
|
+
* @class ManagedPhoneNumbersApi
|
|
5281
5032
|
* @extends {BaseAPI}
|
|
5282
5033
|
*/
|
|
5283
|
-
declare class
|
|
5284
|
-
/**
|
|
5285
|
-
*
|
|
5286
|
-
* @summary Phone_numbers Create
|
|
5287
|
-
* @param {string} contactId
|
|
5288
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5289
|
-
* @param {*} [options] Override http request option.
|
|
5290
|
-
* @throws {RequiredError}
|
|
5291
|
-
* @memberof PhoneNumbersApi
|
|
5292
|
-
*/
|
|
5293
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersCreate, any>>;
|
|
5294
|
-
/**
|
|
5295
|
-
*
|
|
5296
|
-
* @summary Phone_numbers Delete
|
|
5297
|
-
* @param {string} phoneNumberId
|
|
5298
|
-
* @param {*} [options] Override http request option.
|
|
5299
|
-
* @throws {RequiredError}
|
|
5300
|
-
* @memberof PhoneNumbersApi
|
|
5301
|
-
*/
|
|
5302
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
5034
|
+
declare class ManagedPhoneNumbersApi extends BaseAPI {
|
|
5303
5035
|
/**
|
|
5304
5036
|
*
|
|
5305
|
-
* @summary
|
|
5306
|
-
* @param {string} phoneNumberId
|
|
5307
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5037
|
+
* @summary Managed_phone_numbers List
|
|
5308
5038
|
* @param {*} [options] Override http request option.
|
|
5309
5039
|
* @throws {RequiredError}
|
|
5310
|
-
* @memberof
|
|
5040
|
+
* @memberof ManagedPhoneNumbersApi
|
|
5311
5041
|
*/
|
|
5312
|
-
|
|
5042
|
+
managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseManagedPhoneNumbersList, any>>;
|
|
5313
5043
|
}
|
|
5314
5044
|
/**
|
|
5315
5045
|
* ProvidersApi - axios parameter creator
|
|
@@ -5474,6 +5204,14 @@ declare class ProvidersApi extends BaseAPI {
|
|
|
5474
5204
|
* @export
|
|
5475
5205
|
*/
|
|
5476
5206
|
declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5207
|
+
/**
|
|
5208
|
+
*
|
|
5209
|
+
* @summary Reservations Get
|
|
5210
|
+
* @param {string} reservationId
|
|
5211
|
+
* @param {*} [options] Override http request option.
|
|
5212
|
+
* @throws {RequiredError}
|
|
5213
|
+
*/
|
|
5214
|
+
reservationsGet: (reservationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5477
5215
|
/**
|
|
5478
5216
|
*
|
|
5479
5217
|
* @summary Reservations List
|
|
@@ -5494,6 +5232,14 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
5494
5232
|
* @export
|
|
5495
5233
|
*/
|
|
5496
5234
|
declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
5235
|
+
/**
|
|
5236
|
+
*
|
|
5237
|
+
* @summary Reservations Get
|
|
5238
|
+
* @param {string} reservationId
|
|
5239
|
+
* @param {*} [options] Override http request option.
|
|
5240
|
+
* @throws {RequiredError}
|
|
5241
|
+
*/
|
|
5242
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReservationsGet>>;
|
|
5497
5243
|
/**
|
|
5498
5244
|
*
|
|
5499
5245
|
* @summary Reservations List
|
|
@@ -5514,6 +5260,14 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
5514
5260
|
* @export
|
|
5515
5261
|
*/
|
|
5516
5262
|
declare const ReservationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5263
|
+
/**
|
|
5264
|
+
*
|
|
5265
|
+
* @summary Reservations Get
|
|
5266
|
+
* @param {string} reservationId
|
|
5267
|
+
* @param {*} [options] Override http request option.
|
|
5268
|
+
* @throws {RequiredError}
|
|
5269
|
+
*/
|
|
5270
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): AxiosPromise<ReservationsGet>;
|
|
5517
5271
|
/**
|
|
5518
5272
|
*
|
|
5519
5273
|
* @summary Reservations List
|
|
@@ -5536,6 +5290,15 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
5536
5290
|
* @extends {BaseAPI}
|
|
5537
5291
|
*/
|
|
5538
5292
|
declare class ReservationsApi extends BaseAPI {
|
|
5293
|
+
/**
|
|
5294
|
+
*
|
|
5295
|
+
* @summary Reservations Get
|
|
5296
|
+
* @param {string} reservationId
|
|
5297
|
+
* @param {*} [options] Override http request option.
|
|
5298
|
+
* @throws {RequiredError}
|
|
5299
|
+
* @memberof ReservationsApi
|
|
5300
|
+
*/
|
|
5301
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ReservationsGet, any>>;
|
|
5539
5302
|
/**
|
|
5540
5303
|
*
|
|
5541
5304
|
* @summary Reservations List
|
|
@@ -5858,6 +5621,14 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5858
5621
|
* @throws {RequiredError}
|
|
5859
5622
|
*/
|
|
5860
5623
|
providersUpdate: (providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5624
|
+
/**
|
|
5625
|
+
*
|
|
5626
|
+
* @summary Reservations Get
|
|
5627
|
+
* @param {string} reservationId
|
|
5628
|
+
* @param {*} [options] Override http request option.
|
|
5629
|
+
* @throws {RequiredError}
|
|
5630
|
+
*/
|
|
5631
|
+
reservationsGet: (reservationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5861
5632
|
/**
|
|
5862
5633
|
*
|
|
5863
5634
|
* @summary Reservations List
|
|
@@ -6187,6 +5958,14 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
6187
5958
|
* @throws {RequiredError}
|
|
6188
5959
|
*/
|
|
6189
5960
|
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
5961
|
+
/**
|
|
5962
|
+
*
|
|
5963
|
+
* @summary Reservations Get
|
|
5964
|
+
* @param {string} reservationId
|
|
5965
|
+
* @param {*} [options] Override http request option.
|
|
5966
|
+
* @throws {RequiredError}
|
|
5967
|
+
*/
|
|
5968
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReservationsGet>>;
|
|
6190
5969
|
/**
|
|
6191
5970
|
*
|
|
6192
5971
|
* @summary Reservations List
|
|
@@ -6516,6 +6295,14 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6516
6295
|
* @throws {RequiredError}
|
|
6517
6296
|
*/
|
|
6518
6297
|
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
6298
|
+
/**
|
|
6299
|
+
*
|
|
6300
|
+
* @summary Reservations Get
|
|
6301
|
+
* @param {string} reservationId
|
|
6302
|
+
* @param {*} [options] Override http request option.
|
|
6303
|
+
* @throws {RequiredError}
|
|
6304
|
+
*/
|
|
6305
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): AxiosPromise<ReservationsGet>;
|
|
6519
6306
|
/**
|
|
6520
6307
|
*
|
|
6521
6308
|
* @summary Reservations List
|
|
@@ -6880,6 +6667,15 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6880
6667
|
* @memberof UnboundApi
|
|
6881
6668
|
*/
|
|
6882
6669
|
providersUpdate(providerId: string, providerUpdate: ProviderUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
6670
|
+
/**
|
|
6671
|
+
*
|
|
6672
|
+
* @summary Reservations Get
|
|
6673
|
+
* @param {string} reservationId
|
|
6674
|
+
* @param {*} [options] Override http request option.
|
|
6675
|
+
* @throws {RequiredError}
|
|
6676
|
+
* @memberof UnboundApi
|
|
6677
|
+
*/
|
|
6678
|
+
reservationsGet(reservationId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ReservationsGet, any>>;
|
|
6883
6679
|
/**
|
|
6884
6680
|
*
|
|
6885
6681
|
* @summary Reservations List
|
|
@@ -6906,4 +6702,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6906
6702
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
6907
6703
|
}
|
|
6908
6704
|
|
|
6909
|
-
export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type AddressUpdate,
|
|
6705
|
+
export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type AddressUpdate, 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, 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, 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, type PhoneNumbersCreate, type PhoneNumbersUpdate, type ProviderCreate, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, type Reservations, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type ReservationsGet, type Sendertypedata, SortOrder, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi5, SrcResourceModelsHelperModelsCustomBaseModelCreateApi5ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi6, SrcResourceModelsHelperModelsCustomBaseModelCreateApi6ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi7, SrcResourceModelsHelperModelsCustomBaseModelCreateApi7ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|