@ember-home/unbound-ts-client 0.0.28 → 0.0.30
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 +258 -665
- package/dist/index.d.ts +258 -665
- package/dist/index.js +295 -1177
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +60 -942
- 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
|
*
|
|
@@ -526,17 +526,6 @@ declare const ContactListingType: {
|
|
|
526
526
|
readonly Owner: "OWNER";
|
|
527
527
|
};
|
|
528
528
|
type ContactListingType = typeof ContactListingType[keyof typeof ContactListingType];
|
|
529
|
-
/**
|
|
530
|
-
*
|
|
531
|
-
* @export
|
|
532
|
-
* @enum {string}
|
|
533
|
-
*/
|
|
534
|
-
declare const ContactSortBy: {
|
|
535
|
-
readonly LastFirstCompany: "last_first_company";
|
|
536
|
-
readonly FirstLastCompany: "first_last_company";
|
|
537
|
-
readonly CompanyLastFirst: "company_last_first";
|
|
538
|
-
};
|
|
539
|
-
type ContactSortBy = typeof ContactSortBy[keyof typeof ContactSortBy];
|
|
540
529
|
/**
|
|
541
530
|
*
|
|
542
531
|
* @export
|
|
@@ -1466,7 +1455,13 @@ interface Conversations {
|
|
|
1466
1455
|
* @type {string}
|
|
1467
1456
|
* @memberof Conversations
|
|
1468
1457
|
*/
|
|
1469
|
-
'
|
|
1458
|
+
'providerType': string;
|
|
1459
|
+
/**
|
|
1460
|
+
*
|
|
1461
|
+
* @type {string}
|
|
1462
|
+
* @memberof Conversations
|
|
1463
|
+
*/
|
|
1464
|
+
'providerAccountId': string;
|
|
1470
1465
|
}
|
|
1471
1466
|
/**
|
|
1472
1467
|
*
|
|
@@ -1521,7 +1516,13 @@ interface ConversationsCreate {
|
|
|
1521
1516
|
* @type {string}
|
|
1522
1517
|
* @memberof ConversationsCreate
|
|
1523
1518
|
*/
|
|
1524
|
-
'
|
|
1519
|
+
'providerType': string;
|
|
1520
|
+
/**
|
|
1521
|
+
*
|
|
1522
|
+
* @type {string}
|
|
1523
|
+
* @memberof ConversationsCreate
|
|
1524
|
+
*/
|
|
1525
|
+
'providerAccountId': string;
|
|
1525
1526
|
}
|
|
1526
1527
|
/**
|
|
1527
1528
|
*
|
|
@@ -1576,7 +1577,13 @@ interface ConversationsGet {
|
|
|
1576
1577
|
* @type {string}
|
|
1577
1578
|
* @memberof ConversationsGet
|
|
1578
1579
|
*/
|
|
1579
|
-
'
|
|
1580
|
+
'providerType': string;
|
|
1581
|
+
/**
|
|
1582
|
+
*
|
|
1583
|
+
* @type {string}
|
|
1584
|
+
* @memberof ConversationsGet
|
|
1585
|
+
*/
|
|
1586
|
+
'providerAccountId': string;
|
|
1580
1587
|
}
|
|
1581
1588
|
/**
|
|
1582
1589
|
*
|
|
@@ -1631,7 +1638,13 @@ interface ConversationsUpdate {
|
|
|
1631
1638
|
* @type {string}
|
|
1632
1639
|
* @memberof ConversationsUpdate
|
|
1633
1640
|
*/
|
|
1634
|
-
'
|
|
1641
|
+
'providerType': string;
|
|
1642
|
+
/**
|
|
1643
|
+
*
|
|
1644
|
+
* @type {string}
|
|
1645
|
+
* @memberof ConversationsUpdate
|
|
1646
|
+
*/
|
|
1647
|
+
'providerAccountId': string;
|
|
1635
1648
|
}
|
|
1636
1649
|
/**
|
|
1637
1650
|
* @type Conversationtypedata
|
|
@@ -1978,15 +1991,6 @@ interface ListResponseProvidersList {
|
|
|
1978
1991
|
*/
|
|
1979
1992
|
'data': Array<object>;
|
|
1980
1993
|
}
|
|
1981
|
-
/**
|
|
1982
|
-
*
|
|
1983
|
-
* @export
|
|
1984
|
-
* @enum {string}
|
|
1985
|
-
*/
|
|
1986
|
-
declare const ListingSortBy: {
|
|
1987
|
-
readonly Title: "title";
|
|
1988
|
-
};
|
|
1989
|
-
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
1990
1994
|
/**
|
|
1991
1995
|
*
|
|
1992
1996
|
* @export
|
|
@@ -2022,7 +2026,13 @@ interface Listings {
|
|
|
2022
2026
|
* @type {string}
|
|
2023
2027
|
* @memberof Listings
|
|
2024
2028
|
*/
|
|
2025
|
-
'
|
|
2029
|
+
'providerType': string;
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @type {string}
|
|
2033
|
+
* @memberof Listings
|
|
2034
|
+
*/
|
|
2035
|
+
'providerAccountId': string;
|
|
2026
2036
|
}
|
|
2027
2037
|
/**
|
|
2028
2038
|
*
|
|
@@ -2059,7 +2069,13 @@ interface ListingsGet {
|
|
|
2059
2069
|
* @type {string}
|
|
2060
2070
|
* @memberof ListingsGet
|
|
2061
2071
|
*/
|
|
2062
|
-
'
|
|
2072
|
+
'providerType': string;
|
|
2073
|
+
/**
|
|
2074
|
+
*
|
|
2075
|
+
* @type {string}
|
|
2076
|
+
* @memberof ListingsGet
|
|
2077
|
+
*/
|
|
2078
|
+
'providerAccountId': string;
|
|
2063
2079
|
}
|
|
2064
2080
|
/**
|
|
2065
2081
|
*
|
|
@@ -2176,6 +2192,12 @@ interface MessageCreate {
|
|
|
2176
2192
|
* @memberof MessageCreate
|
|
2177
2193
|
*/
|
|
2178
2194
|
'body': string;
|
|
2195
|
+
/**
|
|
2196
|
+
*
|
|
2197
|
+
* @type {string}
|
|
2198
|
+
* @memberof MessageCreate
|
|
2199
|
+
*/
|
|
2200
|
+
'channelName': string;
|
|
2179
2201
|
/**
|
|
2180
2202
|
*
|
|
2181
2203
|
* @type {string}
|
|
@@ -2268,6 +2290,12 @@ interface Messages {
|
|
|
2268
2290
|
* @memberof Messages
|
|
2269
2291
|
*/
|
|
2270
2292
|
'body': string;
|
|
2293
|
+
/**
|
|
2294
|
+
*
|
|
2295
|
+
* @type {string}
|
|
2296
|
+
* @memberof Messages
|
|
2297
|
+
*/
|
|
2298
|
+
'channelName': string;
|
|
2271
2299
|
/**
|
|
2272
2300
|
*
|
|
2273
2301
|
* @type {string}
|
|
@@ -2315,7 +2343,13 @@ interface Messages {
|
|
|
2315
2343
|
* @type {string}
|
|
2316
2344
|
* @memberof Messages
|
|
2317
2345
|
*/
|
|
2318
|
-
'
|
|
2346
|
+
'providerType'?: string;
|
|
2347
|
+
/**
|
|
2348
|
+
*
|
|
2349
|
+
* @type {string}
|
|
2350
|
+
* @memberof Messages
|
|
2351
|
+
*/
|
|
2352
|
+
'providerAccountId'?: string;
|
|
2319
2353
|
}
|
|
2320
2354
|
/**
|
|
2321
2355
|
*
|
|
@@ -2371,6 +2405,12 @@ interface MessagesCreate {
|
|
|
2371
2405
|
* @memberof MessagesCreate
|
|
2372
2406
|
*/
|
|
2373
2407
|
'body': string;
|
|
2408
|
+
/**
|
|
2409
|
+
*
|
|
2410
|
+
* @type {string}
|
|
2411
|
+
* @memberof MessagesCreate
|
|
2412
|
+
*/
|
|
2413
|
+
'channelName': string;
|
|
2374
2414
|
/**
|
|
2375
2415
|
*
|
|
2376
2416
|
* @type {string}
|
|
@@ -2418,7 +2458,13 @@ interface MessagesCreate {
|
|
|
2418
2458
|
* @type {string}
|
|
2419
2459
|
* @memberof MessagesCreate
|
|
2420
2460
|
*/
|
|
2421
|
-
'
|
|
2461
|
+
'providerType'?: string;
|
|
2462
|
+
/**
|
|
2463
|
+
*
|
|
2464
|
+
* @type {string}
|
|
2465
|
+
* @memberof MessagesCreate
|
|
2466
|
+
*/
|
|
2467
|
+
'providerAccountId'?: string;
|
|
2422
2468
|
}
|
|
2423
2469
|
/**
|
|
2424
2470
|
*
|
|
@@ -2474,6 +2520,12 @@ interface MessagesGet {
|
|
|
2474
2520
|
* @memberof MessagesGet
|
|
2475
2521
|
*/
|
|
2476
2522
|
'body': string;
|
|
2523
|
+
/**
|
|
2524
|
+
*
|
|
2525
|
+
* @type {string}
|
|
2526
|
+
* @memberof MessagesGet
|
|
2527
|
+
*/
|
|
2528
|
+
'channelName': string;
|
|
2477
2529
|
/**
|
|
2478
2530
|
*
|
|
2479
2531
|
* @type {string}
|
|
@@ -2521,7 +2573,13 @@ interface MessagesGet {
|
|
|
2521
2573
|
* @type {string}
|
|
2522
2574
|
* @memberof MessagesGet
|
|
2523
2575
|
*/
|
|
2524
|
-
'
|
|
2576
|
+
'providerType'?: string;
|
|
2577
|
+
/**
|
|
2578
|
+
*
|
|
2579
|
+
* @type {string}
|
|
2580
|
+
* @memberof MessagesGet
|
|
2581
|
+
*/
|
|
2582
|
+
'providerAccountId'?: string;
|
|
2525
2583
|
}
|
|
2526
2584
|
/**
|
|
2527
2585
|
* @type Messagetypedata
|
|
@@ -2981,6 +3039,29 @@ interface ProviderUpdate {
|
|
|
2981
3039
|
*/
|
|
2982
3040
|
'testAttr'?: string | null;
|
|
2983
3041
|
}
|
|
3042
|
+
/**
|
|
3043
|
+
*
|
|
3044
|
+
* @export
|
|
3045
|
+
* @enum {string}
|
|
3046
|
+
*/
|
|
3047
|
+
declare const ReservationChannelTypes: {
|
|
3048
|
+
readonly Airbnb: "AIRBNB";
|
|
3049
|
+
readonly Vrbo: "VRBO";
|
|
3050
|
+
readonly BookingCom: "BOOKING_COM";
|
|
3051
|
+
readonly Expedia: "EXPEDIA";
|
|
3052
|
+
readonly HomeawayIcal: "HOMEAWAY_ICAL";
|
|
3053
|
+
readonly VrboIcal: "VRBO_ICAL";
|
|
3054
|
+
readonly HostawayDirect: "HOSTAWAY_DIRECT";
|
|
3055
|
+
readonly HostawayBookingEngine: "HOSTAWAY_BOOKING_ENGINE";
|
|
3056
|
+
readonly CustomIcal: "CUSTOM_ICAL";
|
|
3057
|
+
readonly TripadvisorIcal: "TRIPADVISOR_ICAL";
|
|
3058
|
+
readonly Wordpress: "WORDPRESS";
|
|
3059
|
+
readonly Marriott: "MARRIOTT";
|
|
3060
|
+
readonly Partner: "PARTNER";
|
|
3061
|
+
readonly Gds: "GDS";
|
|
3062
|
+
readonly Google: "GOOGLE";
|
|
3063
|
+
};
|
|
3064
|
+
type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
|
|
2984
3065
|
/**
|
|
2985
3066
|
*
|
|
2986
3067
|
* @export
|
|
@@ -3029,6 +3110,18 @@ interface Reservations {
|
|
|
3029
3110
|
* @memberof Reservations
|
|
3030
3111
|
*/
|
|
3031
3112
|
'totalPrice': number;
|
|
3113
|
+
/**
|
|
3114
|
+
*
|
|
3115
|
+
* @type {ReservationChannelTypes}
|
|
3116
|
+
* @memberof Reservations
|
|
3117
|
+
*/
|
|
3118
|
+
'channelName': ReservationChannelTypes;
|
|
3119
|
+
/**
|
|
3120
|
+
*
|
|
3121
|
+
* @type {number}
|
|
3122
|
+
* @memberof Reservations
|
|
3123
|
+
*/
|
|
3124
|
+
'numberGuests'?: number | null;
|
|
3032
3125
|
/**
|
|
3033
3126
|
*
|
|
3034
3127
|
* @type {string}
|
|
@@ -3076,7 +3169,19 @@ interface Reservations {
|
|
|
3076
3169
|
* @type {string}
|
|
3077
3170
|
* @memberof Reservations
|
|
3078
3171
|
*/
|
|
3079
|
-
'
|
|
3172
|
+
'providerType': string;
|
|
3173
|
+
/**
|
|
3174
|
+
*
|
|
3175
|
+
* @type {string}
|
|
3176
|
+
* @memberof Reservations
|
|
3177
|
+
*/
|
|
3178
|
+
'providerAccountId': string;
|
|
3179
|
+
/**
|
|
3180
|
+
*
|
|
3181
|
+
* @type {string}
|
|
3182
|
+
* @memberof Reservations
|
|
3183
|
+
*/
|
|
3184
|
+
'providerUrl': string;
|
|
3080
3185
|
}
|
|
3081
3186
|
/**
|
|
3082
3187
|
*
|
|
@@ -3126,6 +3231,18 @@ interface ReservationsGet {
|
|
|
3126
3231
|
* @memberof ReservationsGet
|
|
3127
3232
|
*/
|
|
3128
3233
|
'totalPrice': number;
|
|
3234
|
+
/**
|
|
3235
|
+
*
|
|
3236
|
+
* @type {ReservationChannelTypes}
|
|
3237
|
+
* @memberof ReservationsGet
|
|
3238
|
+
*/
|
|
3239
|
+
'channelName': ReservationChannelTypes;
|
|
3240
|
+
/**
|
|
3241
|
+
*
|
|
3242
|
+
* @type {number}
|
|
3243
|
+
* @memberof ReservationsGet
|
|
3244
|
+
*/
|
|
3245
|
+
'numberGuests'?: number | null;
|
|
3129
3246
|
/**
|
|
3130
3247
|
*
|
|
3131
3248
|
* @type {string}
|
|
@@ -3173,7 +3290,19 @@ interface ReservationsGet {
|
|
|
3173
3290
|
* @type {string}
|
|
3174
3291
|
* @memberof ReservationsGet
|
|
3175
3292
|
*/
|
|
3176
|
-
'
|
|
3293
|
+
'providerType': string;
|
|
3294
|
+
/**
|
|
3295
|
+
*
|
|
3296
|
+
* @type {string}
|
|
3297
|
+
* @memberof ReservationsGet
|
|
3298
|
+
*/
|
|
3299
|
+
'providerAccountId': string;
|
|
3300
|
+
/**
|
|
3301
|
+
*
|
|
3302
|
+
* @type {string}
|
|
3303
|
+
* @memberof ReservationsGet
|
|
3304
|
+
*/
|
|
3305
|
+
'providerUrl': string;
|
|
3177
3306
|
}
|
|
3178
3307
|
/**
|
|
3179
3308
|
* @type Sendertypedata
|
|
@@ -3190,6 +3319,17 @@ declare const SortOrder: {
|
|
|
3190
3319
|
readonly Desc: "desc";
|
|
3191
3320
|
};
|
|
3192
3321
|
type SortOrder = typeof SortOrder[keyof typeof SortOrder];
|
|
3322
|
+
/**
|
|
3323
|
+
*
|
|
3324
|
+
* @export
|
|
3325
|
+
* @enum {string}
|
|
3326
|
+
*/
|
|
3327
|
+
declare const SrcResourceModelsContactsModelContactsModelContactSortBy: {
|
|
3328
|
+
readonly LastFirstCompany: "last_first_company";
|
|
3329
|
+
readonly FirstLastCompany: "first_last_company";
|
|
3330
|
+
readonly CompanyLastFirst: "company_last_first";
|
|
3331
|
+
};
|
|
3332
|
+
type SrcResourceModelsContactsModelContactsModelContactSortBy = typeof SrcResourceModelsContactsModelContactsModelContactSortBy[keyof typeof SrcResourceModelsContactsModelContactsModelContactSortBy];
|
|
3193
3333
|
/**
|
|
3194
3334
|
*
|
|
3195
3335
|
* @export
|
|
@@ -3448,6 +3588,15 @@ declare const SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2Conversation
|
|
|
3448
3588
|
readonly Email: "EMAIL";
|
|
3449
3589
|
};
|
|
3450
3590
|
type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum];
|
|
3591
|
+
/**
|
|
3592
|
+
*
|
|
3593
|
+
* @export
|
|
3594
|
+
* @enum {string}
|
|
3595
|
+
*/
|
|
3596
|
+
declare const SrcResourceModelsListingsModelListingBaseSortBy: {
|
|
3597
|
+
readonly Title: "title";
|
|
3598
|
+
};
|
|
3599
|
+
type SrcResourceModelsListingsModelListingBaseSortBy = typeof SrcResourceModelsListingsModelListingBaseSortBy[keyof typeof SrcResourceModelsListingsModelListingBaseSortBy];
|
|
3451
3600
|
/**
|
|
3452
3601
|
*
|
|
3453
3602
|
* @export
|
|
@@ -3628,10 +3777,10 @@ declare class AccountsApi extends BaseAPI {
|
|
|
3628
3777
|
accountsList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseAccountsList, any>>;
|
|
3629
3778
|
}
|
|
3630
3779
|
/**
|
|
3631
|
-
*
|
|
3780
|
+
* ContactsApi - axios parameter creator
|
|
3632
3781
|
* @export
|
|
3633
3782
|
*/
|
|
3634
|
-
declare const
|
|
3783
|
+
declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3635
3784
|
/**
|
|
3636
3785
|
*
|
|
3637
3786
|
* @summary Addresses Create
|
|
@@ -3658,232 +3807,99 @@ declare const AddressesApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
3658
3807
|
* @throws {RequiredError}
|
|
3659
3808
|
*/
|
|
3660
3809
|
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
3810
|
/**
|
|
3668
|
-
*
|
|
3669
|
-
* @summary
|
|
3811
|
+
* Associates a contact with a listing with the OWNER type.
|
|
3812
|
+
* @summary Create Contact Listing
|
|
3670
3813
|
* @param {string} contactId
|
|
3671
|
-
* @param {
|
|
3814
|
+
* @param {string} listingId
|
|
3815
|
+
* @param {CreateContactListing} createContactListing
|
|
3672
3816
|
* @param {*} [options] Override http request option.
|
|
3673
3817
|
* @throws {RequiredError}
|
|
3674
3818
|
*/
|
|
3675
|
-
|
|
3819
|
+
contactsAddListing: (contactId: string, listingId: string, createContactListing: CreateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3676
3820
|
/**
|
|
3677
3821
|
*
|
|
3678
|
-
* @summary
|
|
3679
|
-
* @param {
|
|
3822
|
+
* @summary Contacts Create
|
|
3823
|
+
* @param {ContactCreate} contactCreate
|
|
3680
3824
|
* @param {*} [options] Override http request option.
|
|
3681
3825
|
* @throws {RequiredError}
|
|
3682
3826
|
*/
|
|
3683
|
-
|
|
3827
|
+
contactsCreate: (contactCreate: ContactCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3684
3828
|
/**
|
|
3685
3829
|
*
|
|
3686
|
-
* @summary
|
|
3687
|
-
* @param {string}
|
|
3688
|
-
* @param {AddressUpdate} addressUpdate
|
|
3830
|
+
* @summary Contacts Delete
|
|
3831
|
+
* @param {string} contactId
|
|
3689
3832
|
* @param {*} [options] Override http request option.
|
|
3690
3833
|
* @throws {RequiredError}
|
|
3691
3834
|
*/
|
|
3692
|
-
|
|
3693
|
-
};
|
|
3694
|
-
/**
|
|
3695
|
-
* AddressesApi - factory interface
|
|
3696
|
-
* @export
|
|
3697
|
-
*/
|
|
3698
|
-
declare const AddressesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3835
|
+
contactsDelete: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3699
3836
|
/**
|
|
3700
3837
|
*
|
|
3701
|
-
* @summary
|
|
3838
|
+
* @summary Contacts Get
|
|
3702
3839
|
* @param {string} contactId
|
|
3703
|
-
* @param {AddressCreate} addressCreate
|
|
3704
3840
|
* @param {*} [options] Override http request option.
|
|
3705
3841
|
* @throws {RequiredError}
|
|
3706
3842
|
*/
|
|
3707
|
-
|
|
3843
|
+
contactsGet: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3708
3844
|
/**
|
|
3709
3845
|
*
|
|
3710
|
-
* @summary
|
|
3711
|
-
* @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 {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
3852
|
+
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3712
3853
|
* @param {*} [options] Override http request option.
|
|
3713
3854
|
* @throws {RequiredError}
|
|
3714
3855
|
*/
|
|
3715
|
-
|
|
3856
|
+
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3716
3857
|
/**
|
|
3717
|
-
*
|
|
3718
|
-
* @summary
|
|
3719
|
-
* @param {string}
|
|
3720
|
-
* @param {
|
|
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
|
|
3721
3863
|
* @param {*} [options] Override http request option.
|
|
3722
3864
|
* @throws {RequiredError}
|
|
3723
3865
|
*/
|
|
3724
|
-
|
|
3725
|
-
};
|
|
3726
|
-
/**
|
|
3727
|
-
* AddressesApi - object-oriented interface
|
|
3728
|
-
* @export
|
|
3729
|
-
* @class AddressesApi
|
|
3730
|
-
* @extends {BaseAPI}
|
|
3731
|
-
*/
|
|
3732
|
-
declare class AddressesApi extends BaseAPI {
|
|
3866
|
+
contactsRemoveListing: (contactId: string, listingId: string, deleteContactListing: DeleteContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3733
3867
|
/**
|
|
3734
3868
|
*
|
|
3735
|
-
* @summary
|
|
3869
|
+
* @summary Contacts Update
|
|
3736
3870
|
* @param {string} contactId
|
|
3737
|
-
* @param {
|
|
3871
|
+
* @param {ContactUpdate} contactUpdate
|
|
3738
3872
|
* @param {*} [options] Override http request option.
|
|
3739
3873
|
* @throws {RequiredError}
|
|
3740
|
-
* @memberof AddressesApi
|
|
3741
3874
|
*/
|
|
3742
|
-
|
|
3875
|
+
contactsUpdate: (contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3743
3876
|
/**
|
|
3744
|
-
*
|
|
3745
|
-
* @summary
|
|
3746
|
-
* @param {string}
|
|
3877
|
+
* Updates an association between a contact and a listing.
|
|
3878
|
+
* @summary Update Contact Listing
|
|
3879
|
+
* @param {string} contactId
|
|
3880
|
+
* @param {string} listingId
|
|
3881
|
+
* @param {UpdateContactListing} updateContactListing
|
|
3747
3882
|
* @param {*} [options] Override http request option.
|
|
3748
3883
|
* @throws {RequiredError}
|
|
3749
|
-
* @memberof AddressesApi
|
|
3750
3884
|
*/
|
|
3751
|
-
|
|
3885
|
+
contactsUpdateListing: (contactId: string, listingId: string, updateContactListing: UpdateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3752
3886
|
/**
|
|
3753
3887
|
*
|
|
3754
|
-
* @summary
|
|
3755
|
-
* @param {string}
|
|
3756
|
-
* @param {
|
|
3888
|
+
* @summary Emails Create
|
|
3889
|
+
* @param {string} contactId
|
|
3890
|
+
* @param {EmailCreate} emailCreate
|
|
3757
3891
|
* @param {*} [options] Override http request option.
|
|
3758
3892
|
* @throws {RequiredError}
|
|
3759
|
-
* @memberof AddressesApi
|
|
3760
3893
|
*/
|
|
3761
|
-
|
|
3762
|
-
}
|
|
3763
|
-
/**
|
|
3764
|
-
* ContactsApi - axios parameter creator
|
|
3765
|
-
* @export
|
|
3766
|
-
*/
|
|
3767
|
-
declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3894
|
+
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3768
3895
|
/**
|
|
3769
3896
|
*
|
|
3770
|
-
* @summary
|
|
3771
|
-
* @param {string}
|
|
3772
|
-
* @param {AddressCreate} addressCreate
|
|
3897
|
+
* @summary Emails Delete
|
|
3898
|
+
* @param {string} emailId
|
|
3773
3899
|
* @param {*} [options] Override http request option.
|
|
3774
3900
|
* @throws {RequiredError}
|
|
3775
3901
|
*/
|
|
3776
|
-
|
|
3777
|
-
/**
|
|
3778
|
-
*
|
|
3779
|
-
* @summary Addresses Delete
|
|
3780
|
-
* @param {string} addressId
|
|
3781
|
-
* @param {*} [options] Override http request option.
|
|
3782
|
-
* @throws {RequiredError}
|
|
3783
|
-
*/
|
|
3784
|
-
addressesDelete: (addressId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3785
|
-
/**
|
|
3786
|
-
*
|
|
3787
|
-
* @summary Addresses Update
|
|
3788
|
-
* @param {string} addressId
|
|
3789
|
-
* @param {AddressUpdate} addressUpdate
|
|
3790
|
-
* @param {*} [options] Override http request option.
|
|
3791
|
-
* @throws {RequiredError}
|
|
3792
|
-
*/
|
|
3793
|
-
addressesUpdate: (addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3794
|
-
/**
|
|
3795
|
-
* Associates a contact with a listing with the OWNER type.
|
|
3796
|
-
* @summary Create Contact Listing
|
|
3797
|
-
* @param {string} contactId
|
|
3798
|
-
* @param {string} listingId
|
|
3799
|
-
* @param {CreateContactListing} createContactListing
|
|
3800
|
-
* @param {*} [options] Override http request option.
|
|
3801
|
-
* @throws {RequiredError}
|
|
3802
|
-
*/
|
|
3803
|
-
contactsAddListing: (contactId: string, listingId: string, createContactListing: CreateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3804
|
-
/**
|
|
3805
|
-
*
|
|
3806
|
-
* @summary Contacts Create
|
|
3807
|
-
* @param {ContactCreate} contactCreate
|
|
3808
|
-
* @param {*} [options] Override http request option.
|
|
3809
|
-
* @throws {RequiredError}
|
|
3810
|
-
*/
|
|
3811
|
-
contactsCreate: (contactCreate: ContactCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3812
|
-
/**
|
|
3813
|
-
*
|
|
3814
|
-
* @summary Contacts Delete
|
|
3815
|
-
* @param {string} contactId
|
|
3816
|
-
* @param {*} [options] Override http request option.
|
|
3817
|
-
* @throws {RequiredError}
|
|
3818
|
-
*/
|
|
3819
|
-
contactsDelete: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3820
|
-
/**
|
|
3821
|
-
*
|
|
3822
|
-
* @summary Contacts Get
|
|
3823
|
-
* @param {string} contactId
|
|
3824
|
-
* @param {*} [options] Override http request option.
|
|
3825
|
-
* @throws {RequiredError}
|
|
3826
|
-
*/
|
|
3827
|
-
contactsGet: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3828
|
-
/**
|
|
3829
|
-
*
|
|
3830
|
-
* @summary Contacts List
|
|
3831
|
-
* @param {string | null} [searchString]
|
|
3832
|
-
* @param {string | null} [cursor] Cursor for keyset paging
|
|
3833
|
-
* @param {number} [limit]
|
|
3834
|
-
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
3835
|
-
* @param {ContactSortBy} [sortBy] Sort key
|
|
3836
|
-
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3837
|
-
* @param {*} [options] Override http request option.
|
|
3838
|
-
* @throws {RequiredError}
|
|
3839
|
-
*/
|
|
3840
|
-
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3841
|
-
/**
|
|
3842
|
-
* Removes an association between a contact and a listing.
|
|
3843
|
-
* @summary Delete Contact Listing
|
|
3844
|
-
* @param {string} contactId
|
|
3845
|
-
* @param {string} listingId
|
|
3846
|
-
* @param {DeleteContactListing} deleteContactListing
|
|
3847
|
-
* @param {*} [options] Override http request option.
|
|
3848
|
-
* @throws {RequiredError}
|
|
3849
|
-
*/
|
|
3850
|
-
contactsRemoveListing: (contactId: string, listingId: string, deleteContactListing: DeleteContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3851
|
-
/**
|
|
3852
|
-
*
|
|
3853
|
-
* @summary Contacts Update
|
|
3854
|
-
* @param {string} contactId
|
|
3855
|
-
* @param {ContactUpdate} contactUpdate
|
|
3856
|
-
* @param {*} [options] Override http request option.
|
|
3857
|
-
* @throws {RequiredError}
|
|
3858
|
-
*/
|
|
3859
|
-
contactsUpdate: (contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3860
|
-
/**
|
|
3861
|
-
* Updates an association between a contact and a listing.
|
|
3862
|
-
* @summary Update Contact Listing
|
|
3863
|
-
* @param {string} contactId
|
|
3864
|
-
* @param {string} listingId
|
|
3865
|
-
* @param {UpdateContactListing} updateContactListing
|
|
3866
|
-
* @param {*} [options] Override http request option.
|
|
3867
|
-
* @throws {RequiredError}
|
|
3868
|
-
*/
|
|
3869
|
-
contactsUpdateListing: (contactId: string, listingId: string, updateContactListing: UpdateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3870
|
-
/**
|
|
3871
|
-
*
|
|
3872
|
-
* @summary Emails Create
|
|
3873
|
-
* @param {string} contactId
|
|
3874
|
-
* @param {EmailCreate} emailCreate
|
|
3875
|
-
* @param {*} [options] Override http request option.
|
|
3876
|
-
* @throws {RequiredError}
|
|
3877
|
-
*/
|
|
3878
|
-
emailsCreate: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3879
|
-
/**
|
|
3880
|
-
*
|
|
3881
|
-
* @summary Emails Delete
|
|
3882
|
-
* @param {string} emailId
|
|
3883
|
-
* @param {*} [options] Override http request option.
|
|
3884
|
-
* @throws {RequiredError}
|
|
3885
|
-
*/
|
|
3886
|
-
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3902
|
+
emailsDelete: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
3887
3903
|
/**
|
|
3888
3904
|
*
|
|
3889
3905
|
* @summary Emails Update
|
|
@@ -3992,12 +4008,12 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
3992
4008
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
3993
4009
|
* @param {number} [limit]
|
|
3994
4010
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
3995
|
-
* @param {
|
|
4011
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
3996
4012
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3997
4013
|
* @param {*} [options] Override http request option.
|
|
3998
4014
|
* @throws {RequiredError}
|
|
3999
4015
|
*/
|
|
4000
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4016
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
|
|
4001
4017
|
/**
|
|
4002
4018
|
* Removes an association between a contact and a listing.
|
|
4003
4019
|
* @summary Delete Contact Listing
|
|
@@ -4152,12 +4168,12 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
4152
4168
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4153
4169
|
* @param {number} [limit]
|
|
4154
4170
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4155
|
-
* @param {
|
|
4171
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
4156
4172
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4157
4173
|
* @param {*} [options] Override http request option.
|
|
4158
4174
|
* @throws {RequiredError}
|
|
4159
4175
|
*/
|
|
4160
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4176
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
|
|
4161
4177
|
/**
|
|
4162
4178
|
* Removes an association between a contact and a listing.
|
|
4163
4179
|
* @summary Delete Contact Listing
|
|
@@ -4321,13 +4337,13 @@ declare class ContactsApi extends BaseAPI {
|
|
|
4321
4337
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4322
4338
|
* @param {number} [limit]
|
|
4323
4339
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4324
|
-
* @param {
|
|
4340
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
4325
4341
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4326
4342
|
* @param {*} [options] Override http request option.
|
|
4327
4343
|
* @throws {RequiredError}
|
|
4328
4344
|
* @memberof ContactsApi
|
|
4329
4345
|
*/
|
|
4330
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4346
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
|
|
4331
4347
|
/**
|
|
4332
4348
|
* Removes an association between a contact and a listing.
|
|
4333
4349
|
* @summary Delete Contact Listing
|
|
@@ -4736,139 +4752,6 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
4736
4752
|
*/
|
|
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
|
-
/**
|
|
4740
|
-
* EmailsApi - axios parameter creator
|
|
4741
|
-
* @export
|
|
4742
|
-
*/
|
|
4743
|
-
declare const EmailsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4744
|
-
/**
|
|
4745
|
-
*
|
|
4746
|
-
* @summary Emails Create
|
|
4747
|
-
* @param {string} contactId
|
|
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
4755
|
/**
|
|
4873
4756
|
* HostawayApi - axios parameter creator
|
|
4874
4757
|
* @export
|
|
@@ -5008,12 +4891,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5008
4891
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5009
4892
|
* @param {number} [limit]
|
|
5010
4893
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5011
|
-
* @param {
|
|
4894
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
5012
4895
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5013
4896
|
* @param {*} [options] Override http request option.
|
|
5014
4897
|
* @throws {RequiredError}
|
|
5015
4898
|
*/
|
|
5016
|
-
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4899
|
+
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5017
4900
|
};
|
|
5018
4901
|
/**
|
|
5019
4902
|
* ListingsApi - functional programming interface
|
|
@@ -5036,12 +4919,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
5036
4919
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5037
4920
|
* @param {number} [limit]
|
|
5038
4921
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5039
|
-
* @param {
|
|
4922
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
5040
4923
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5041
4924
|
* @param {*} [options] Override http request option.
|
|
5042
4925
|
* @throws {RequiredError}
|
|
5043
4926
|
*/
|
|
5044
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4927
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListings>>;
|
|
5045
4928
|
};
|
|
5046
4929
|
/**
|
|
5047
4930
|
* ListingsApi - factory interface
|
|
@@ -5064,12 +4947,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
5064
4947
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5065
4948
|
* @param {number} [limit]
|
|
5066
4949
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5067
|
-
* @param {
|
|
4950
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
5068
4951
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5069
4952
|
* @param {*} [options] Override http request option.
|
|
5070
4953
|
* @throws {RequiredError}
|
|
5071
4954
|
*/
|
|
5072
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4955
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
5073
4956
|
};
|
|
5074
4957
|
/**
|
|
5075
4958
|
* ListingsApi - object-oriented interface
|
|
@@ -5095,13 +4978,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
5095
4978
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5096
4979
|
* @param {number} [limit]
|
|
5097
4980
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5098
|
-
* @param {
|
|
4981
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
5099
4982
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5100
4983
|
* @param {*} [options] Override http request option.
|
|
5101
4984
|
* @throws {RequiredError}
|
|
5102
4985
|
* @memberof ListingsApi
|
|
5103
4986
|
*/
|
|
5104
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
4987
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListings, any>>;
|
|
5105
4988
|
}
|
|
5106
4989
|
/**
|
|
5107
4990
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -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
|
|
@@ -5801,12 +5394,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5801
5394
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5802
5395
|
* @param {number} [limit]
|
|
5803
5396
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5804
|
-
* @param {
|
|
5397
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
5805
5398
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5806
5399
|
* @param {*} [options] Override http request option.
|
|
5807
5400
|
* @throws {RequiredError}
|
|
5808
5401
|
*/
|
|
5809
|
-
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
5402
|
+
contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5810
5403
|
/**
|
|
5811
5404
|
* Removes an association between a contact and a listing.
|
|
5812
5405
|
* @summary Delete Contact Listing
|
|
@@ -5925,12 +5518,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5925
5518
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5926
5519
|
* @param {number} [limit]
|
|
5927
5520
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5928
|
-
* @param {
|
|
5521
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
5929
5522
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5930
5523
|
* @param {*} [options] Override http request option.
|
|
5931
5524
|
* @throws {RequiredError}
|
|
5932
5525
|
*/
|
|
5933
|
-
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
5526
|
+
listingsList: (searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5934
5527
|
/**
|
|
5935
5528
|
*
|
|
5936
5529
|
* @summary Managed_phone_numbers List
|
|
@@ -6138,12 +5731,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
6138
5731
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6139
5732
|
* @param {number} [limit]
|
|
6140
5733
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6141
|
-
* @param {
|
|
5734
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
6142
5735
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6143
5736
|
* @param {*} [options] Override http request option.
|
|
6144
5737
|
* @throws {RequiredError}
|
|
6145
5738
|
*/
|
|
6146
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
5739
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
|
|
6147
5740
|
/**
|
|
6148
5741
|
* Removes an association between a contact and a listing.
|
|
6149
5742
|
* @summary Delete Contact Listing
|
|
@@ -6262,12 +5855,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
6262
5855
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6263
5856
|
* @param {number} [limit]
|
|
6264
5857
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6265
|
-
* @param {
|
|
5858
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
6266
5859
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6267
5860
|
* @param {*} [options] Override http request option.
|
|
6268
5861
|
* @throws {RequiredError}
|
|
6269
5862
|
*/
|
|
6270
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
5863
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListings>>;
|
|
6271
5864
|
/**
|
|
6272
5865
|
*
|
|
6273
5866
|
* @summary Managed_phone_numbers List
|
|
@@ -6475,12 +6068,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6475
6068
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6476
6069
|
* @param {number} [limit]
|
|
6477
6070
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6478
|
-
* @param {
|
|
6071
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
6479
6072
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6480
6073
|
* @param {*} [options] Override http request option.
|
|
6481
6074
|
* @throws {RequiredError}
|
|
6482
6075
|
*/
|
|
6483
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
6076
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
|
|
6484
6077
|
/**
|
|
6485
6078
|
* Removes an association between a contact and a listing.
|
|
6486
6079
|
* @summary Delete Contact Listing
|
|
@@ -6599,12 +6192,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6599
6192
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6600
6193
|
* @param {number} [limit]
|
|
6601
6194
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6602
|
-
* @param {
|
|
6195
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
6603
6196
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6604
6197
|
* @param {*} [options] Override http request option.
|
|
6605
6198
|
* @throws {RequiredError}
|
|
6606
6199
|
*/
|
|
6607
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
6200
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListings>;
|
|
6608
6201
|
/**
|
|
6609
6202
|
*
|
|
6610
6203
|
* @summary Managed_phone_numbers List
|
|
@@ -6822,13 +6415,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6822
6415
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6823
6416
|
* @param {number} [limit]
|
|
6824
6417
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6825
|
-
* @param {
|
|
6418
|
+
* @param {SrcResourceModelsContactsModelContactsModelContactSortBy} [sortBy] Sort key
|
|
6826
6419
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6827
6420
|
* @param {*} [options] Override http request option.
|
|
6828
6421
|
* @throws {RequiredError}
|
|
6829
6422
|
* @memberof UnboundApi
|
|
6830
6423
|
*/
|
|
6831
|
-
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
6424
|
+
contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsContactsModelContactsModelContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
|
|
6832
6425
|
/**
|
|
6833
6426
|
* Removes an association between a contact and a listing.
|
|
6834
6427
|
* @summary Delete Contact Listing
|
|
@@ -6959,13 +6552,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6959
6552
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
6960
6553
|
* @param {number} [limit]
|
|
6961
6554
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
6962
|
-
* @param {
|
|
6555
|
+
* @param {SrcResourceModelsListingsModelListingBaseSortBy} [sortBy] Sort key
|
|
6963
6556
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
6964
6557
|
* @param {*} [options] Override http request option.
|
|
6965
6558
|
* @throws {RequiredError}
|
|
6966
6559
|
* @memberof UnboundApi
|
|
6967
6560
|
*/
|
|
6968
|
-
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
6561
|
+
listingsList(searchString?: string | null, contactId?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: SrcResourceModelsListingsModelListingBaseSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListings, any>>;
|
|
6969
6562
|
/**
|
|
6970
6563
|
*
|
|
6971
6564
|
* @summary Managed_phone_numbers List
|
|
@@ -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, 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, 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, SrcResourceModelsContactsModelContactsModelContactSortBy, 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, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|