@ember-home/unbound-ts-client 0.0.28 → 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 +167 -574
- package/dist/index.d.ts +167 -574
- package/dist/index.js +275 -1157
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -927
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -512,10 +512,10 @@ interface ContactCreate {
|
|
|
512
512
|
'phones'?: Array<SrcResourceModelsHelperModelsCustomBaseModelCreateApi2> | null;
|
|
513
513
|
/**
|
|
514
514
|
*
|
|
515
|
-
* @type {SrcResourceModelsHelperModelsCustomBaseModelCreateApi3}
|
|
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,7 +1649,13 @@ 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
|
|
@@ -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}
|
|
@@ -2268,6 +2310,12 @@ interface Messages {
|
|
|
2268
2310
|
* @memberof Messages
|
|
2269
2311
|
*/
|
|
2270
2312
|
'body': string;
|
|
2313
|
+
/**
|
|
2314
|
+
*
|
|
2315
|
+
* @type {string}
|
|
2316
|
+
* @memberof Messages
|
|
2317
|
+
*/
|
|
2318
|
+
'channelName': string;
|
|
2271
2319
|
/**
|
|
2272
2320
|
*
|
|
2273
2321
|
* @type {string}
|
|
@@ -2315,7 +2363,13 @@ interface Messages {
|
|
|
2315
2363
|
* @type {string}
|
|
2316
2364
|
* @memberof Messages
|
|
2317
2365
|
*/
|
|
2318
|
-
'
|
|
2366
|
+
'providerType'?: string;
|
|
2367
|
+
/**
|
|
2368
|
+
*
|
|
2369
|
+
* @type {string}
|
|
2370
|
+
* @memberof Messages
|
|
2371
|
+
*/
|
|
2372
|
+
'providerAccountId'?: string;
|
|
2319
2373
|
}
|
|
2320
2374
|
/**
|
|
2321
2375
|
*
|
|
@@ -2371,6 +2425,12 @@ interface MessagesCreate {
|
|
|
2371
2425
|
* @memberof MessagesCreate
|
|
2372
2426
|
*/
|
|
2373
2427
|
'body': string;
|
|
2428
|
+
/**
|
|
2429
|
+
*
|
|
2430
|
+
* @type {string}
|
|
2431
|
+
* @memberof MessagesCreate
|
|
2432
|
+
*/
|
|
2433
|
+
'channelName': string;
|
|
2374
2434
|
/**
|
|
2375
2435
|
*
|
|
2376
2436
|
* @type {string}
|
|
@@ -2418,7 +2478,13 @@ interface MessagesCreate {
|
|
|
2418
2478
|
* @type {string}
|
|
2419
2479
|
* @memberof MessagesCreate
|
|
2420
2480
|
*/
|
|
2421
|
-
'
|
|
2481
|
+
'providerType'?: string;
|
|
2482
|
+
/**
|
|
2483
|
+
*
|
|
2484
|
+
* @type {string}
|
|
2485
|
+
* @memberof MessagesCreate
|
|
2486
|
+
*/
|
|
2487
|
+
'providerAccountId'?: string;
|
|
2422
2488
|
}
|
|
2423
2489
|
/**
|
|
2424
2490
|
*
|
|
@@ -2474,6 +2540,12 @@ interface MessagesGet {
|
|
|
2474
2540
|
* @memberof MessagesGet
|
|
2475
2541
|
*/
|
|
2476
2542
|
'body': string;
|
|
2543
|
+
/**
|
|
2544
|
+
*
|
|
2545
|
+
* @type {string}
|
|
2546
|
+
* @memberof MessagesGet
|
|
2547
|
+
*/
|
|
2548
|
+
'channelName': string;
|
|
2477
2549
|
/**
|
|
2478
2550
|
*
|
|
2479
2551
|
* @type {string}
|
|
@@ -2521,7 +2593,13 @@ interface MessagesGet {
|
|
|
2521
2593
|
* @type {string}
|
|
2522
2594
|
* @memberof MessagesGet
|
|
2523
2595
|
*/
|
|
2524
|
-
'
|
|
2596
|
+
'providerType'?: string;
|
|
2597
|
+
/**
|
|
2598
|
+
*
|
|
2599
|
+
* @type {string}
|
|
2600
|
+
* @memberof MessagesGet
|
|
2601
|
+
*/
|
|
2602
|
+
'providerAccountId'?: string;
|
|
2525
2603
|
}
|
|
2526
2604
|
/**
|
|
2527
2605
|
* @type Messagetypedata
|
|
@@ -2981,6 +3059,29 @@ interface ProviderUpdate {
|
|
|
2981
3059
|
*/
|
|
2982
3060
|
'testAttr'?: string | null;
|
|
2983
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];
|
|
2984
3085
|
/**
|
|
2985
3086
|
*
|
|
2986
3087
|
* @export
|
|
@@ -3029,6 +3130,18 @@ interface Reservations {
|
|
|
3029
3130
|
* @memberof Reservations
|
|
3030
3131
|
*/
|
|
3031
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;
|
|
3032
3145
|
/**
|
|
3033
3146
|
*
|
|
3034
3147
|
* @type {string}
|
|
@@ -3076,7 +3189,19 @@ interface Reservations {
|
|
|
3076
3189
|
* @type {string}
|
|
3077
3190
|
* @memberof Reservations
|
|
3078
3191
|
*/
|
|
3079
|
-
'
|
|
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;
|
|
3080
3205
|
}
|
|
3081
3206
|
/**
|
|
3082
3207
|
*
|
|
@@ -3126,6 +3251,18 @@ interface ReservationsGet {
|
|
|
3126
3251
|
* @memberof ReservationsGet
|
|
3127
3252
|
*/
|
|
3128
3253
|
'totalPrice': number;
|
|
3254
|
+
/**
|
|
3255
|
+
*
|
|
3256
|
+
* @type {ReservationChannelTypes}
|
|
3257
|
+
* @memberof ReservationsGet
|
|
3258
|
+
*/
|
|
3259
|
+
'channelName': ReservationChannelTypes;
|
|
3260
|
+
/**
|
|
3261
|
+
*
|
|
3262
|
+
* @type {number}
|
|
3263
|
+
* @memberof ReservationsGet
|
|
3264
|
+
*/
|
|
3265
|
+
'numberGuests'?: number | null;
|
|
3129
3266
|
/**
|
|
3130
3267
|
*
|
|
3131
3268
|
* @type {string}
|
|
@@ -3173,7 +3310,19 @@ interface ReservationsGet {
|
|
|
3173
3310
|
* @type {string}
|
|
3174
3311
|
* @memberof ReservationsGet
|
|
3175
3312
|
*/
|
|
3176
|
-
'
|
|
3313
|
+
'providerType': string;
|
|
3314
|
+
/**
|
|
3315
|
+
*
|
|
3316
|
+
* @type {string}
|
|
3317
|
+
* @memberof ReservationsGet
|
|
3318
|
+
*/
|
|
3319
|
+
'providerAccountId': string;
|
|
3320
|
+
/**
|
|
3321
|
+
*
|
|
3322
|
+
* @type {string}
|
|
3323
|
+
* @memberof ReservationsGet
|
|
3324
|
+
*/
|
|
3325
|
+
'providerUrl': string;
|
|
3177
3326
|
}
|
|
3178
3327
|
/**
|
|
3179
3328
|
* @type Sendertypedata
|
|
@@ -3627,139 +3776,6 @@ declare class AccountsApi extends BaseAPI {
|
|
|
3627
3776
|
*/
|
|
3628
3777
|
accountsList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseAccountsList, any>>;
|
|
3629
3778
|
}
|
|
3630
|
-
/**
|
|
3631
|
-
* AddressesApi - axios parameter creator
|
|
3632
|
-
* @export
|
|
3633
|
-
*/
|
|
3634
|
-
declare const AddressesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3635
|
-
/**
|
|
3636
|
-
*
|
|
3637
|
-
* @summary Addresses Create
|
|
3638
|
-
* @param {string} contactId
|
|
3639
|
-
* @param {AddressCreate} addressCreate
|
|
3640
|
-
* @param {*} [options] Override http request option.
|
|
3641
|
-
* @throws {RequiredError}
|
|
3642
|
-
*/
|
|
3643
|
-
addressesCreate: (contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3644
|
-
/**
|
|
3645
|
-
*
|
|
3646
|
-
* @summary Addresses Delete
|
|
3647
|
-
* @param {string} addressId
|
|
3648
|
-
* @param {*} [options] Override http request option.
|
|
3649
|
-
* @throws {RequiredError}
|
|
3650
|
-
*/
|
|
3651
|
-
addressesDelete: (addressId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3652
|
-
/**
|
|
3653
|
-
*
|
|
3654
|
-
* @summary Addresses Update
|
|
3655
|
-
* @param {string} addressId
|
|
3656
|
-
* @param {AddressUpdate} addressUpdate
|
|
3657
|
-
* @param {*} [options] Override http request option.
|
|
3658
|
-
* @throws {RequiredError}
|
|
3659
|
-
*/
|
|
3660
|
-
addressesUpdate: (addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3661
|
-
};
|
|
3662
|
-
/**
|
|
3663
|
-
* AddressesApi - functional programming interface
|
|
3664
|
-
* @export
|
|
3665
|
-
*/
|
|
3666
|
-
declare const AddressesApiFp: (configuration?: Configuration) => {
|
|
3667
|
-
/**
|
|
3668
|
-
*
|
|
3669
|
-
* @summary Addresses Create
|
|
3670
|
-
* @param {string} contactId
|
|
3671
|
-
* @param {AddressCreate} addressCreate
|
|
3672
|
-
* @param {*} [options] Override http request option.
|
|
3673
|
-
* @throws {RequiredError}
|
|
3674
|
-
*/
|
|
3675
|
-
addressesCreate(contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddressesCreate>>;
|
|
3676
|
-
/**
|
|
3677
|
-
*
|
|
3678
|
-
* @summary Addresses Delete
|
|
3679
|
-
* @param {string} addressId
|
|
3680
|
-
* @param {*} [options] Override http request option.
|
|
3681
|
-
* @throws {RequiredError}
|
|
3682
|
-
*/
|
|
3683
|
-
addressesDelete(addressId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3684
|
-
/**
|
|
3685
|
-
*
|
|
3686
|
-
* @summary Addresses Update
|
|
3687
|
-
* @param {string} addressId
|
|
3688
|
-
* @param {AddressUpdate} addressUpdate
|
|
3689
|
-
* @param {*} [options] Override http request option.
|
|
3690
|
-
* @throws {RequiredError}
|
|
3691
|
-
*/
|
|
3692
|
-
addressesUpdate(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddressesUpdate>>;
|
|
3693
|
-
};
|
|
3694
|
-
/**
|
|
3695
|
-
* AddressesApi - factory interface
|
|
3696
|
-
* @export
|
|
3697
|
-
*/
|
|
3698
|
-
declare const AddressesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3699
|
-
/**
|
|
3700
|
-
*
|
|
3701
|
-
* @summary Addresses Create
|
|
3702
|
-
* @param {string} contactId
|
|
3703
|
-
* @param {AddressCreate} addressCreate
|
|
3704
|
-
* @param {*} [options] Override http request option.
|
|
3705
|
-
* @throws {RequiredError}
|
|
3706
|
-
*/
|
|
3707
|
-
addressesCreate(contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig): AxiosPromise<AddressesCreate>;
|
|
3708
|
-
/**
|
|
3709
|
-
*
|
|
3710
|
-
* @summary Addresses Delete
|
|
3711
|
-
* @param {string} addressId
|
|
3712
|
-
* @param {*} [options] Override http request option.
|
|
3713
|
-
* @throws {RequiredError}
|
|
3714
|
-
*/
|
|
3715
|
-
addressesDelete(addressId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
3716
|
-
/**
|
|
3717
|
-
*
|
|
3718
|
-
* @summary Addresses Update
|
|
3719
|
-
* @param {string} addressId
|
|
3720
|
-
* @param {AddressUpdate} addressUpdate
|
|
3721
|
-
* @param {*} [options] Override http request option.
|
|
3722
|
-
* @throws {RequiredError}
|
|
3723
|
-
*/
|
|
3724
|
-
addressesUpdate(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): AxiosPromise<AddressesUpdate>;
|
|
3725
|
-
};
|
|
3726
|
-
/**
|
|
3727
|
-
* AddressesApi - object-oriented interface
|
|
3728
|
-
* @export
|
|
3729
|
-
* @class AddressesApi
|
|
3730
|
-
* @extends {BaseAPI}
|
|
3731
|
-
*/
|
|
3732
|
-
declare class AddressesApi extends BaseAPI {
|
|
3733
|
-
/**
|
|
3734
|
-
*
|
|
3735
|
-
* @summary Addresses Create
|
|
3736
|
-
* @param {string} contactId
|
|
3737
|
-
* @param {AddressCreate} addressCreate
|
|
3738
|
-
* @param {*} [options] Override http request option.
|
|
3739
|
-
* @throws {RequiredError}
|
|
3740
|
-
* @memberof AddressesApi
|
|
3741
|
-
*/
|
|
3742
|
-
addressesCreate(contactId: string, addressCreate: AddressCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AddressesCreate, any>>;
|
|
3743
|
-
/**
|
|
3744
|
-
*
|
|
3745
|
-
* @summary Addresses Delete
|
|
3746
|
-
* @param {string} addressId
|
|
3747
|
-
* @param {*} [options] Override http request option.
|
|
3748
|
-
* @throws {RequiredError}
|
|
3749
|
-
* @memberof AddressesApi
|
|
3750
|
-
*/
|
|
3751
|
-
addressesDelete(addressId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
3752
|
-
/**
|
|
3753
|
-
*
|
|
3754
|
-
* @summary Addresses Update
|
|
3755
|
-
* @param {string} addressId
|
|
3756
|
-
* @param {AddressUpdate} addressUpdate
|
|
3757
|
-
* @param {*} [options] Override http request option.
|
|
3758
|
-
* @throws {RequiredError}
|
|
3759
|
-
* @memberof AddressesApi
|
|
3760
|
-
*/
|
|
3761
|
-
addressesUpdate(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AddressesUpdate, any>>;
|
|
3762
|
-
}
|
|
3763
3779
|
/**
|
|
3764
3780
|
* ContactsApi - axios parameter creator
|
|
3765
3781
|
* @export
|
|
@@ -4737,147 +4753,14 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
4737
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>>;
|
|
4738
4754
|
}
|
|
4739
4755
|
/**
|
|
4740
|
-
*
|
|
4756
|
+
* HostawayApi - axios parameter creator
|
|
4741
4757
|
* @export
|
|
4742
4758
|
*/
|
|
4743
|
-
declare const
|
|
4759
|
+
declare const HostawayApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4744
4760
|
/**
|
|
4745
4761
|
*
|
|
4746
|
-
* @summary
|
|
4747
|
-
* @param {
|
|
4748
|
-
* @param {EmailCreate} emailCreate
|
|
4749
|
-
* @param {*} [options] Override http request option.
|
|
4750
|
-
* @throws {RequiredError}
|
|
4751
|
-
*/
|
|
4752
|
-
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4753
|
-
/**
|
|
4754
|
-
*
|
|
4755
|
-
* @summary Emails Delete
|
|
4756
|
-
* @param {string} emailId
|
|
4757
|
-
* @param {*} [options] Override http request option.
|
|
4758
|
-
* @throws {RequiredError}
|
|
4759
|
-
*/
|
|
4760
|
-
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4761
|
-
/**
|
|
4762
|
-
*
|
|
4763
|
-
* @summary Emails Update
|
|
4764
|
-
* @param {string} emailId
|
|
4765
|
-
* @param {EmailUpdate} emailUpdate
|
|
4766
|
-
* @param {*} [options] Override http request option.
|
|
4767
|
-
* @throws {RequiredError}
|
|
4768
|
-
*/
|
|
4769
|
-
emailsUpdate: (emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4770
|
-
};
|
|
4771
|
-
/**
|
|
4772
|
-
* EmailsApi - functional programming interface
|
|
4773
|
-
* @export
|
|
4774
|
-
*/
|
|
4775
|
-
declare const EmailsApiFp: (configuration?: Configuration) => {
|
|
4776
|
-
/**
|
|
4777
|
-
*
|
|
4778
|
-
* @summary Emails Create
|
|
4779
|
-
* @param {string} contactId
|
|
4780
|
-
* @param {EmailCreate} emailCreate
|
|
4781
|
-
* @param {*} [options] Override http request option.
|
|
4782
|
-
* @throws {RequiredError}
|
|
4783
|
-
*/
|
|
4784
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsCreate>>;
|
|
4785
|
-
/**
|
|
4786
|
-
*
|
|
4787
|
-
* @summary Emails Delete
|
|
4788
|
-
* @param {string} emailId
|
|
4789
|
-
* @param {*} [options] Override http request option.
|
|
4790
|
-
* @throws {RequiredError}
|
|
4791
|
-
*/
|
|
4792
|
-
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
4793
|
-
/**
|
|
4794
|
-
*
|
|
4795
|
-
* @summary Emails Update
|
|
4796
|
-
* @param {string} emailId
|
|
4797
|
-
* @param {EmailUpdate} emailUpdate
|
|
4798
|
-
* @param {*} [options] Override http request option.
|
|
4799
|
-
* @throws {RequiredError}
|
|
4800
|
-
*/
|
|
4801
|
-
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailsUpdate>>;
|
|
4802
|
-
};
|
|
4803
|
-
/**
|
|
4804
|
-
* EmailsApi - factory interface
|
|
4805
|
-
* @export
|
|
4806
|
-
*/
|
|
4807
|
-
declare const EmailsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4808
|
-
/**
|
|
4809
|
-
*
|
|
4810
|
-
* @summary Emails Create
|
|
4811
|
-
* @param {string} contactId
|
|
4812
|
-
* @param {EmailCreate} emailCreate
|
|
4813
|
-
* @param {*} [options] Override http request option.
|
|
4814
|
-
* @throws {RequiredError}
|
|
4815
|
-
*/
|
|
4816
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsCreate>;
|
|
4817
|
-
/**
|
|
4818
|
-
*
|
|
4819
|
-
* @summary Emails Delete
|
|
4820
|
-
* @param {string} emailId
|
|
4821
|
-
* @param {*} [options] Override http request option.
|
|
4822
|
-
* @throws {RequiredError}
|
|
4823
|
-
*/
|
|
4824
|
-
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4825
|
-
/**
|
|
4826
|
-
*
|
|
4827
|
-
* @summary Emails Update
|
|
4828
|
-
* @param {string} emailId
|
|
4829
|
-
* @param {EmailUpdate} emailUpdate
|
|
4830
|
-
* @param {*} [options] Override http request option.
|
|
4831
|
-
* @throws {RequiredError}
|
|
4832
|
-
*/
|
|
4833
|
-
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): AxiosPromise<EmailsUpdate>;
|
|
4834
|
-
};
|
|
4835
|
-
/**
|
|
4836
|
-
* EmailsApi - object-oriented interface
|
|
4837
|
-
* @export
|
|
4838
|
-
* @class EmailsApi
|
|
4839
|
-
* @extends {BaseAPI}
|
|
4840
|
-
*/
|
|
4841
|
-
declare class EmailsApi extends BaseAPI {
|
|
4842
|
-
/**
|
|
4843
|
-
*
|
|
4844
|
-
* @summary Emails Create
|
|
4845
|
-
* @param {string} contactId
|
|
4846
|
-
* @param {EmailCreate} emailCreate
|
|
4847
|
-
* @param {*} [options] Override http request option.
|
|
4848
|
-
* @throws {RequiredError}
|
|
4849
|
-
* @memberof EmailsApi
|
|
4850
|
-
*/
|
|
4851
|
-
emailsCreate(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsCreate, any>>;
|
|
4852
|
-
/**
|
|
4853
|
-
*
|
|
4854
|
-
* @summary Emails Delete
|
|
4855
|
-
* @param {string} emailId
|
|
4856
|
-
* @param {*} [options] Override http request option.
|
|
4857
|
-
* @throws {RequiredError}
|
|
4858
|
-
* @memberof EmailsApi
|
|
4859
|
-
*/
|
|
4860
|
-
emailsDelete(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
4861
|
-
/**
|
|
4862
|
-
*
|
|
4863
|
-
* @summary Emails Update
|
|
4864
|
-
* @param {string} emailId
|
|
4865
|
-
* @param {EmailUpdate} emailUpdate
|
|
4866
|
-
* @param {*} [options] Override http request option.
|
|
4867
|
-
* @throws {RequiredError}
|
|
4868
|
-
* @memberof EmailsApi
|
|
4869
|
-
*/
|
|
4870
|
-
emailsUpdate(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<EmailsUpdate, any>>;
|
|
4871
|
-
}
|
|
4872
|
-
/**
|
|
4873
|
-
* HostawayApi - axios parameter creator
|
|
4874
|
-
* @export
|
|
4875
|
-
*/
|
|
4876
|
-
declare const HostawayApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4877
|
-
/**
|
|
4878
|
-
*
|
|
4879
|
-
* @summary Unifiedwebhook
|
|
4880
|
-
* @param {HostawayWebhook} hostawayWebhook
|
|
4762
|
+
* @summary Unifiedwebhook
|
|
4763
|
+
* @param {HostawayWebhook} hostawayWebhook
|
|
4881
4764
|
* @param {*} [options] Override http request option.
|
|
4882
4765
|
* @throws {RequiredError}
|
|
4883
4766
|
*/
|
|
@@ -5158,296 +5041,6 @@ declare class ManagedPhoneNumbersApi extends BaseAPI {
|
|
|
5158
5041
|
*/
|
|
5159
5042
|
managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseManagedPhoneNumbersList, any>>;
|
|
5160
5043
|
}
|
|
5161
|
-
/**
|
|
5162
|
-
* MessagesApi - axios parameter creator
|
|
5163
|
-
* @export
|
|
5164
|
-
*/
|
|
5165
|
-
declare const MessagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5166
|
-
/**
|
|
5167
|
-
*
|
|
5168
|
-
* @summary Messages Create
|
|
5169
|
-
* @param {string} conversationId
|
|
5170
|
-
* @param {MessageCreate} messageCreate
|
|
5171
|
-
* @param {*} [options] Override http request option.
|
|
5172
|
-
* @throws {RequiredError}
|
|
5173
|
-
*/
|
|
5174
|
-
messagesCreate: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5175
|
-
/**
|
|
5176
|
-
*
|
|
5177
|
-
* @summary Messages Get
|
|
5178
|
-
* @param {string} messageId
|
|
5179
|
-
* @param {*} [options] Override http request option.
|
|
5180
|
-
* @throws {RequiredError}
|
|
5181
|
-
*/
|
|
5182
|
-
messagesGet: (messageId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5183
|
-
/**
|
|
5184
|
-
*
|
|
5185
|
-
* @summary Messages List
|
|
5186
|
-
* @param {string | null} [searchString]
|
|
5187
|
-
* @param {string | null} [contactId]
|
|
5188
|
-
* @param {string | null} [conversationId]
|
|
5189
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5190
|
-
* @param {number} [limit]
|
|
5191
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5192
|
-
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5193
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5194
|
-
* @param {*} [options] Override http request option.
|
|
5195
|
-
* @throws {RequiredError}
|
|
5196
|
-
*/
|
|
5197
|
-
messagesList: (searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5198
|
-
};
|
|
5199
|
-
/**
|
|
5200
|
-
* MessagesApi - functional programming interface
|
|
5201
|
-
* @export
|
|
5202
|
-
*/
|
|
5203
|
-
declare const MessagesApiFp: (configuration?: Configuration) => {
|
|
5204
|
-
/**
|
|
5205
|
-
*
|
|
5206
|
-
* @summary Messages Create
|
|
5207
|
-
* @param {string} conversationId
|
|
5208
|
-
* @param {MessageCreate} messageCreate
|
|
5209
|
-
* @param {*} [options] Override http request option.
|
|
5210
|
-
* @throws {RequiredError}
|
|
5211
|
-
*/
|
|
5212
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesCreate>>;
|
|
5213
|
-
/**
|
|
5214
|
-
*
|
|
5215
|
-
* @summary Messages Get
|
|
5216
|
-
* @param {string} messageId
|
|
5217
|
-
* @param {*} [options] Override http request option.
|
|
5218
|
-
* @throws {RequiredError}
|
|
5219
|
-
*/
|
|
5220
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MessagesGet>>;
|
|
5221
|
-
/**
|
|
5222
|
-
*
|
|
5223
|
-
* @summary Messages List
|
|
5224
|
-
* @param {string | null} [searchString]
|
|
5225
|
-
* @param {string | null} [contactId]
|
|
5226
|
-
* @param {string | null} [conversationId]
|
|
5227
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5228
|
-
* @param {number} [limit]
|
|
5229
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5230
|
-
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5231
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5232
|
-
* @param {*} [options] Override http request option.
|
|
5233
|
-
* @throws {RequiredError}
|
|
5234
|
-
*/
|
|
5235
|
-
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessages>>;
|
|
5236
|
-
};
|
|
5237
|
-
/**
|
|
5238
|
-
* MessagesApi - factory interface
|
|
5239
|
-
* @export
|
|
5240
|
-
*/
|
|
5241
|
-
declare const MessagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5242
|
-
/**
|
|
5243
|
-
*
|
|
5244
|
-
* @summary Messages Create
|
|
5245
|
-
* @param {string} conversationId
|
|
5246
|
-
* @param {MessageCreate} messageCreate
|
|
5247
|
-
* @param {*} [options] Override http request option.
|
|
5248
|
-
* @throws {RequiredError}
|
|
5249
|
-
*/
|
|
5250
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<MessagesCreate>;
|
|
5251
|
-
/**
|
|
5252
|
-
*
|
|
5253
|
-
* @summary Messages Get
|
|
5254
|
-
* @param {string} messageId
|
|
5255
|
-
* @param {*} [options] Override http request option.
|
|
5256
|
-
* @throws {RequiredError}
|
|
5257
|
-
*/
|
|
5258
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<MessagesGet>;
|
|
5259
|
-
/**
|
|
5260
|
-
*
|
|
5261
|
-
* @summary Messages List
|
|
5262
|
-
* @param {string | null} [searchString]
|
|
5263
|
-
* @param {string | null} [contactId]
|
|
5264
|
-
* @param {string | null} [conversationId]
|
|
5265
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5266
|
-
* @param {number} [limit]
|
|
5267
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5268
|
-
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5269
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5270
|
-
* @param {*} [options] Override http request option.
|
|
5271
|
-
* @throws {RequiredError}
|
|
5272
|
-
*/
|
|
5273
|
-
messagesList(searchString?: string | null, contactId?: string | null, conversationId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessages>;
|
|
5274
|
-
};
|
|
5275
|
-
/**
|
|
5276
|
-
* MessagesApi - object-oriented interface
|
|
5277
|
-
* @export
|
|
5278
|
-
* @class MessagesApi
|
|
5279
|
-
* @extends {BaseAPI}
|
|
5280
|
-
*/
|
|
5281
|
-
declare class MessagesApi extends BaseAPI {
|
|
5282
|
-
/**
|
|
5283
|
-
*
|
|
5284
|
-
* @summary Messages Create
|
|
5285
|
-
* @param {string} conversationId
|
|
5286
|
-
* @param {MessageCreate} messageCreate
|
|
5287
|
-
* @param {*} [options] Override http request option.
|
|
5288
|
-
* @throws {RequiredError}
|
|
5289
|
-
* @memberof MessagesApi
|
|
5290
|
-
*/
|
|
5291
|
-
messagesCreate(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesCreate, any>>;
|
|
5292
|
-
/**
|
|
5293
|
-
*
|
|
5294
|
-
* @summary Messages Get
|
|
5295
|
-
* @param {string} messageId
|
|
5296
|
-
* @param {*} [options] Override http request option.
|
|
5297
|
-
* @throws {RequiredError}
|
|
5298
|
-
* @memberof MessagesApi
|
|
5299
|
-
*/
|
|
5300
|
-
messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MessagesGet, any>>;
|
|
5301
|
-
/**
|
|
5302
|
-
*
|
|
5303
|
-
* @summary Messages List
|
|
5304
|
-
* @param {string | null} [searchString]
|
|
5305
|
-
* @param {string | null} [contactId]
|
|
5306
|
-
* @param {string | null} [conversationId]
|
|
5307
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5308
|
-
* @param {number} [limit]
|
|
5309
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5310
|
-
* @param {SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy} [sortBy] Sort key
|
|
5311
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5312
|
-
* @param {*} [options] Override http request option.
|
|
5313
|
-
* @throws {RequiredError}
|
|
5314
|
-
* @memberof MessagesApi
|
|
5315
|
-
*/
|
|
5316
|
-
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>>;
|
|
5317
|
-
}
|
|
5318
|
-
/**
|
|
5319
|
-
* PhoneNumbersApi - axios parameter creator
|
|
5320
|
-
* @export
|
|
5321
|
-
*/
|
|
5322
|
-
declare const PhoneNumbersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5323
|
-
/**
|
|
5324
|
-
*
|
|
5325
|
-
* @summary Phone_numbers Create
|
|
5326
|
-
* @param {string} contactId
|
|
5327
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5328
|
-
* @param {*} [options] Override http request option.
|
|
5329
|
-
* @throws {RequiredError}
|
|
5330
|
-
*/
|
|
5331
|
-
phoneNumbersCreate: (contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5332
|
-
/**
|
|
5333
|
-
*
|
|
5334
|
-
* @summary Phone_numbers Delete
|
|
5335
|
-
* @param {string} phoneNumberId
|
|
5336
|
-
* @param {*} [options] Override http request option.
|
|
5337
|
-
* @throws {RequiredError}
|
|
5338
|
-
*/
|
|
5339
|
-
phoneNumbersDelete: (phoneNumberId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5340
|
-
/**
|
|
5341
|
-
*
|
|
5342
|
-
* @summary Phone_numbers Update
|
|
5343
|
-
* @param {string} phoneNumberId
|
|
5344
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5345
|
-
* @param {*} [options] Override http request option.
|
|
5346
|
-
* @throws {RequiredError}
|
|
5347
|
-
*/
|
|
5348
|
-
phoneNumbersUpdate: (phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5349
|
-
};
|
|
5350
|
-
/**
|
|
5351
|
-
* PhoneNumbersApi - functional programming interface
|
|
5352
|
-
* @export
|
|
5353
|
-
*/
|
|
5354
|
-
declare const PhoneNumbersApiFp: (configuration?: Configuration) => {
|
|
5355
|
-
/**
|
|
5356
|
-
*
|
|
5357
|
-
* @summary Phone_numbers Create
|
|
5358
|
-
* @param {string} contactId
|
|
5359
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5360
|
-
* @param {*} [options] Override http request option.
|
|
5361
|
-
* @throws {RequiredError}
|
|
5362
|
-
*/
|
|
5363
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersCreate>>;
|
|
5364
|
-
/**
|
|
5365
|
-
*
|
|
5366
|
-
* @summary Phone_numbers Delete
|
|
5367
|
-
* @param {string} phoneNumberId
|
|
5368
|
-
* @param {*} [options] Override http request option.
|
|
5369
|
-
* @throws {RequiredError}
|
|
5370
|
-
*/
|
|
5371
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
5372
|
-
/**
|
|
5373
|
-
*
|
|
5374
|
-
* @summary Phone_numbers Update
|
|
5375
|
-
* @param {string} phoneNumberId
|
|
5376
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5377
|
-
* @param {*} [options] Override http request option.
|
|
5378
|
-
* @throws {RequiredError}
|
|
5379
|
-
*/
|
|
5380
|
-
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PhoneNumbersUpdate>>;
|
|
5381
|
-
};
|
|
5382
|
-
/**
|
|
5383
|
-
* PhoneNumbersApi - factory interface
|
|
5384
|
-
* @export
|
|
5385
|
-
*/
|
|
5386
|
-
declare const PhoneNumbersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5387
|
-
/**
|
|
5388
|
-
*
|
|
5389
|
-
* @summary Phone_numbers Create
|
|
5390
|
-
* @param {string} contactId
|
|
5391
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5392
|
-
* @param {*} [options] Override http request option.
|
|
5393
|
-
* @throws {RequiredError}
|
|
5394
|
-
*/
|
|
5395
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersCreate>;
|
|
5396
|
-
/**
|
|
5397
|
-
*
|
|
5398
|
-
* @summary Phone_numbers Delete
|
|
5399
|
-
* @param {string} phoneNumberId
|
|
5400
|
-
* @param {*} [options] Override http request option.
|
|
5401
|
-
* @throws {RequiredError}
|
|
5402
|
-
*/
|
|
5403
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
5404
|
-
/**
|
|
5405
|
-
*
|
|
5406
|
-
* @summary Phone_numbers Update
|
|
5407
|
-
* @param {string} phoneNumberId
|
|
5408
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5409
|
-
* @param {*} [options] Override http request option.
|
|
5410
|
-
* @throws {RequiredError}
|
|
5411
|
-
*/
|
|
5412
|
-
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): AxiosPromise<PhoneNumbersUpdate>;
|
|
5413
|
-
};
|
|
5414
|
-
/**
|
|
5415
|
-
* PhoneNumbersApi - object-oriented interface
|
|
5416
|
-
* @export
|
|
5417
|
-
* @class PhoneNumbersApi
|
|
5418
|
-
* @extends {BaseAPI}
|
|
5419
|
-
*/
|
|
5420
|
-
declare class PhoneNumbersApi extends BaseAPI {
|
|
5421
|
-
/**
|
|
5422
|
-
*
|
|
5423
|
-
* @summary Phone_numbers Create
|
|
5424
|
-
* @param {string} contactId
|
|
5425
|
-
* @param {PhoneNumberCreate} phoneNumberCreate
|
|
5426
|
-
* @param {*} [options] Override http request option.
|
|
5427
|
-
* @throws {RequiredError}
|
|
5428
|
-
* @memberof PhoneNumbersApi
|
|
5429
|
-
*/
|
|
5430
|
-
phoneNumbersCreate(contactId: string, phoneNumberCreate: PhoneNumberCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersCreate, any>>;
|
|
5431
|
-
/**
|
|
5432
|
-
*
|
|
5433
|
-
* @summary Phone_numbers Delete
|
|
5434
|
-
* @param {string} phoneNumberId
|
|
5435
|
-
* @param {*} [options] Override http request option.
|
|
5436
|
-
* @throws {RequiredError}
|
|
5437
|
-
* @memberof PhoneNumbersApi
|
|
5438
|
-
*/
|
|
5439
|
-
phoneNumbersDelete(phoneNumberId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
5440
|
-
/**
|
|
5441
|
-
*
|
|
5442
|
-
* @summary Phone_numbers Update
|
|
5443
|
-
* @param {string} phoneNumberId
|
|
5444
|
-
* @param {PhoneNumberUpdate} phoneNumberUpdate
|
|
5445
|
-
* @param {*} [options] Override http request option.
|
|
5446
|
-
* @throws {RequiredError}
|
|
5447
|
-
* @memberof PhoneNumbersApi
|
|
5448
|
-
*/
|
|
5449
|
-
phoneNumbersUpdate(phoneNumberId: string, phoneNumberUpdate: PhoneNumberUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PhoneNumbersUpdate, any>>;
|
|
5450
|
-
}
|
|
5451
5044
|
/**
|
|
5452
5045
|
* ProvidersApi - axios parameter creator
|
|
5453
5046
|
* @export
|
|
@@ -7109,4 +6702,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
7109
6702
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
7110
6703
|
}
|
|
7111
6704
|
|
|
7112
|
-
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 };
|