@ember-home/unbound-ts-client 1.0.54 → 1.0.56
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 +61 -67
- package/dist/index.d.ts +61 -67
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +29 -29
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.56
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.56
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3493,6 +3493,15 @@ interface ListingBaseChannelInfoChannelDetails {
|
|
|
3493
3493
|
*/
|
|
3494
3494
|
'channelPropertyDescription'?: string;
|
|
3495
3495
|
}
|
|
3496
|
+
/**
|
|
3497
|
+
*
|
|
3498
|
+
* @export
|
|
3499
|
+
* @enum {string}
|
|
3500
|
+
*/
|
|
3501
|
+
declare const ListingSortBy: {
|
|
3502
|
+
readonly Title: "title";
|
|
3503
|
+
};
|
|
3504
|
+
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
3496
3505
|
/**
|
|
3497
3506
|
*
|
|
3498
3507
|
* @export
|
|
@@ -5998,15 +6007,6 @@ interface ReservationProviderInfo {
|
|
|
5998
6007
|
*/
|
|
5999
6008
|
'providerUpdatedAt': string;
|
|
6000
6009
|
}
|
|
6001
|
-
/**
|
|
6002
|
-
*
|
|
6003
|
-
* @export
|
|
6004
|
-
* @enum {string}
|
|
6005
|
-
*/
|
|
6006
|
-
declare const ReservationSortBy: {
|
|
6007
|
-
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
6008
|
-
};
|
|
6009
|
-
type ReservationSortBy = typeof ReservationSortBy[keyof typeof ReservationSortBy];
|
|
6010
6010
|
/**
|
|
6011
6011
|
*
|
|
6012
6012
|
* @export
|
|
@@ -6560,7 +6560,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6560
6560
|
* @enum {string}
|
|
6561
6561
|
*/
|
|
6562
6562
|
declare const SortByUbFastApi: {
|
|
6563
|
-
readonly
|
|
6563
|
+
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
6564
6564
|
};
|
|
6565
6565
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6566
6566
|
/**
|
|
@@ -7250,12 +7250,6 @@ interface WebContentNode {
|
|
|
7250
7250
|
* @memberof WebContentNode
|
|
7251
7251
|
*/
|
|
7252
7252
|
'path': string;
|
|
7253
|
-
/**
|
|
7254
|
-
*
|
|
7255
|
-
* @type {string}
|
|
7256
|
-
* @memberof WebContentNode
|
|
7257
|
-
*/
|
|
7258
|
-
'title'?: string;
|
|
7259
7253
|
/**
|
|
7260
7254
|
*
|
|
7261
7255
|
* @type {string}
|
|
@@ -9630,12 +9624,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
9630
9624
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9631
9625
|
* @param {number} [limit]
|
|
9632
9626
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9633
|
-
* @param {
|
|
9627
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
9634
9628
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9635
9629
|
* @param {*} [options] Override http request option.
|
|
9636
9630
|
* @throws {RequiredError}
|
|
9637
9631
|
*/
|
|
9638
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9632
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9639
9633
|
};
|
|
9640
9634
|
/**
|
|
9641
9635
|
* ListingsApi - functional programming interface
|
|
@@ -9681,12 +9675,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
9681
9675
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9682
9676
|
* @param {number} [limit]
|
|
9683
9677
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9684
|
-
* @param {
|
|
9678
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
9685
9679
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9686
9680
|
* @param {*} [options] Override http request option.
|
|
9687
9681
|
* @throws {RequiredError}
|
|
9688
9682
|
*/
|
|
9689
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9683
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
9690
9684
|
};
|
|
9691
9685
|
/**
|
|
9692
9686
|
* ListingsApi - factory interface
|
|
@@ -9732,12 +9726,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
9732
9726
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9733
9727
|
* @param {number} [limit]
|
|
9734
9728
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9735
|
-
* @param {
|
|
9729
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
9736
9730
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9737
9731
|
* @param {*} [options] Override http request option.
|
|
9738
9732
|
* @throws {RequiredError}
|
|
9739
9733
|
*/
|
|
9740
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9734
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
9741
9735
|
};
|
|
9742
9736
|
/**
|
|
9743
9737
|
* ListingsApi - object-oriented interface
|
|
@@ -9788,13 +9782,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
9788
9782
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9789
9783
|
* @param {number} [limit]
|
|
9790
9784
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9791
|
-
* @param {
|
|
9785
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
9792
9786
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9793
9787
|
* @param {*} [options] Override http request option.
|
|
9794
9788
|
* @throws {RequiredError}
|
|
9795
9789
|
* @memberof ListingsApi
|
|
9796
9790
|
*/
|
|
9797
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9791
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
9798
9792
|
}
|
|
9799
9793
|
/**
|
|
9800
9794
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -10401,12 +10395,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10401
10395
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10402
10396
|
* @param {number} [limit]
|
|
10403
10397
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10404
|
-
* @param {
|
|
10398
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10405
10399
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10406
10400
|
* @param {*} [options] Override http request option.
|
|
10407
10401
|
* @throws {RequiredError}
|
|
10408
10402
|
*/
|
|
10409
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10403
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10410
10404
|
};
|
|
10411
10405
|
/**
|
|
10412
10406
|
* ReservationsApi - functional programming interface
|
|
@@ -10451,12 +10445,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
10451
10445
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10452
10446
|
* @param {number} [limit]
|
|
10453
10447
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10454
|
-
* @param {
|
|
10448
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10455
10449
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10456
10450
|
* @param {*} [options] Override http request option.
|
|
10457
10451
|
* @throws {RequiredError}
|
|
10458
10452
|
*/
|
|
10459
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10453
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
10460
10454
|
};
|
|
10461
10455
|
/**
|
|
10462
10456
|
* ReservationsApi - factory interface
|
|
@@ -10501,12 +10495,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10501
10495
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10502
10496
|
* @param {number} [limit]
|
|
10503
10497
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10504
|
-
* @param {
|
|
10498
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10505
10499
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10506
10500
|
* @param {*} [options] Override http request option.
|
|
10507
10501
|
* @throws {RequiredError}
|
|
10508
10502
|
*/
|
|
10509
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10503
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
10510
10504
|
};
|
|
10511
10505
|
/**
|
|
10512
10506
|
* ReservationsApi - object-oriented interface
|
|
@@ -10556,13 +10550,13 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
10556
10550
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10557
10551
|
* @param {number} [limit]
|
|
10558
10552
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10559
|
-
* @param {
|
|
10553
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10560
10554
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10561
10555
|
* @param {*} [options] Override http request option.
|
|
10562
10556
|
* @throws {RequiredError}
|
|
10563
10557
|
* @memberof ReservationsApi
|
|
10564
10558
|
*/
|
|
10565
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10559
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
10566
10560
|
}
|
|
10567
10561
|
/**
|
|
10568
10562
|
* RolesApi - axios parameter creator
|
|
@@ -11744,12 +11738,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11744
11738
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11745
11739
|
* @param {number} [limit]
|
|
11746
11740
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11747
|
-
* @param {
|
|
11741
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
11748
11742
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11749
11743
|
* @param {*} [options] Override http request option.
|
|
11750
11744
|
* @throws {RequiredError}
|
|
11751
11745
|
*/
|
|
11752
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11746
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11753
11747
|
/**
|
|
11754
11748
|
*
|
|
11755
11749
|
* @summary Listings List
|
|
@@ -11759,12 +11753,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11759
11753
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11760
11754
|
* @param {number} [limit]
|
|
11761
11755
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11762
|
-
* @param {
|
|
11756
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
11763
11757
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11764
11758
|
* @param {*} [options] Override http request option.
|
|
11765
11759
|
* @throws {RequiredError}
|
|
11766
11760
|
*/
|
|
11767
|
-
listingsList_47: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11761
|
+
listingsList_47: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11768
11762
|
/**
|
|
11769
11763
|
*
|
|
11770
11764
|
* @summary Managed Phone Numbers List
|
|
@@ -12048,12 +12042,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12048
12042
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12049
12043
|
* @param {number} [limit]
|
|
12050
12044
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12051
|
-
* @param {
|
|
12045
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12052
12046
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12053
12047
|
* @param {*} [options] Override http request option.
|
|
12054
12048
|
* @throws {RequiredError}
|
|
12055
12049
|
*/
|
|
12056
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12050
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12057
12051
|
/**
|
|
12058
12052
|
*
|
|
12059
12053
|
* @summary Reservations List
|
|
@@ -12062,12 +12056,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12062
12056
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12063
12057
|
* @param {number} [limit]
|
|
12064
12058
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12065
|
-
* @param {
|
|
12059
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12066
12060
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12067
12061
|
* @param {*} [options] Override http request option.
|
|
12068
12062
|
* @throws {RequiredError}
|
|
12069
12063
|
*/
|
|
12070
|
-
reservationsList_59: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12064
|
+
reservationsList_59: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12071
12065
|
/**
|
|
12072
12066
|
*
|
|
12073
12067
|
* @summary Roles Add Permission
|
|
@@ -13055,12 +13049,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13055
13049
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13056
13050
|
* @param {number} [limit]
|
|
13057
13051
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13058
|
-
* @param {
|
|
13052
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
13059
13053
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13060
13054
|
* @param {*} [options] Override http request option.
|
|
13061
13055
|
* @throws {RequiredError}
|
|
13062
13056
|
*/
|
|
13063
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13057
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
13064
13058
|
/**
|
|
13065
13059
|
*
|
|
13066
13060
|
* @summary Listings List
|
|
@@ -13070,12 +13064,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13070
13064
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13071
13065
|
* @param {number} [limit]
|
|
13072
13066
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13073
|
-
* @param {
|
|
13067
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
13074
13068
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13075
13069
|
* @param {*} [options] Override http request option.
|
|
13076
13070
|
* @throws {RequiredError}
|
|
13077
13071
|
*/
|
|
13078
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13072
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
13079
13073
|
/**
|
|
13080
13074
|
*
|
|
13081
13075
|
* @summary Managed Phone Numbers List
|
|
@@ -13359,12 +13353,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13359
13353
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13360
13354
|
* @param {number} [limit]
|
|
13361
13355
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13362
|
-
* @param {
|
|
13356
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13363
13357
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13364
13358
|
* @param {*} [options] Override http request option.
|
|
13365
13359
|
* @throws {RequiredError}
|
|
13366
13360
|
*/
|
|
13367
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13361
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13368
13362
|
/**
|
|
13369
13363
|
*
|
|
13370
13364
|
* @summary Reservations List
|
|
@@ -13373,12 +13367,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13373
13367
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13374
13368
|
* @param {number} [limit]
|
|
13375
13369
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13376
|
-
* @param {
|
|
13370
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13377
13371
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13378
13372
|
* @param {*} [options] Override http request option.
|
|
13379
13373
|
* @throws {RequiredError}
|
|
13380
13374
|
*/
|
|
13381
|
-
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13375
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13382
13376
|
/**
|
|
13383
13377
|
*
|
|
13384
13378
|
* @summary Roles Add Permission
|
|
@@ -14366,12 +14360,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14366
14360
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14367
14361
|
* @param {number} [limit]
|
|
14368
14362
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14369
|
-
* @param {
|
|
14363
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
14370
14364
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14371
14365
|
* @param {*} [options] Override http request option.
|
|
14372
14366
|
* @throws {RequiredError}
|
|
14373
14367
|
*/
|
|
14374
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14368
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14375
14369
|
/**
|
|
14376
14370
|
*
|
|
14377
14371
|
* @summary Listings List
|
|
@@ -14381,12 +14375,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14381
14375
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14382
14376
|
* @param {number} [limit]
|
|
14383
14377
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14384
|
-
* @param {
|
|
14378
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
14385
14379
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14386
14380
|
* @param {*} [options] Override http request option.
|
|
14387
14381
|
* @throws {RequiredError}
|
|
14388
14382
|
*/
|
|
14389
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14383
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14390
14384
|
/**
|
|
14391
14385
|
*
|
|
14392
14386
|
* @summary Managed Phone Numbers List
|
|
@@ -14670,12 +14664,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14670
14664
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14671
14665
|
* @param {number} [limit]
|
|
14672
14666
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14673
|
-
* @param {
|
|
14667
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14674
14668
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14675
14669
|
* @param {*} [options] Override http request option.
|
|
14676
14670
|
* @throws {RequiredError}
|
|
14677
14671
|
*/
|
|
14678
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14672
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14679
14673
|
/**
|
|
14680
14674
|
*
|
|
14681
14675
|
* @summary Reservations List
|
|
@@ -14684,12 +14678,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14684
14678
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14685
14679
|
* @param {number} [limit]
|
|
14686
14680
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14687
|
-
* @param {
|
|
14681
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14688
14682
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14689
14683
|
* @param {*} [options] Override http request option.
|
|
14690
14684
|
* @throws {RequiredError}
|
|
14691
14685
|
*/
|
|
14692
|
-
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14686
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14693
14687
|
/**
|
|
14694
14688
|
*
|
|
14695
14689
|
* @summary Roles Add Permission
|
|
@@ -15775,13 +15769,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15775
15769
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15776
15770
|
* @param {number} [limit]
|
|
15777
15771
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15778
|
-
* @param {
|
|
15772
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
15779
15773
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15780
15774
|
* @param {*} [options] Override http request option.
|
|
15781
15775
|
* @throws {RequiredError}
|
|
15782
15776
|
* @memberof UnboundApi
|
|
15783
15777
|
*/
|
|
15784
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15778
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15785
15779
|
/**
|
|
15786
15780
|
*
|
|
15787
15781
|
* @summary Listings List
|
|
@@ -15791,13 +15785,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15791
15785
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15792
15786
|
* @param {number} [limit]
|
|
15793
15787
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15794
|
-
* @param {
|
|
15788
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
15795
15789
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15796
15790
|
* @param {*} [options] Override http request option.
|
|
15797
15791
|
* @throws {RequiredError}
|
|
15798
15792
|
* @memberof UnboundApi
|
|
15799
15793
|
*/
|
|
15800
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15794
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15801
15795
|
/**
|
|
15802
15796
|
*
|
|
15803
15797
|
* @summary Managed Phone Numbers List
|
|
@@ -16111,13 +16105,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16111
16105
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16112
16106
|
* @param {number} [limit]
|
|
16113
16107
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16114
|
-
* @param {
|
|
16108
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16115
16109
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16116
16110
|
* @param {*} [options] Override http request option.
|
|
16117
16111
|
* @throws {RequiredError}
|
|
16118
16112
|
* @memberof UnboundApi
|
|
16119
16113
|
*/
|
|
16120
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16114
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16121
16115
|
/**
|
|
16122
16116
|
*
|
|
16123
16117
|
* @summary Reservations List
|
|
@@ -16126,13 +16120,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16126
16120
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16127
16121
|
* @param {number} [limit]
|
|
16128
16122
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16129
|
-
* @param {
|
|
16123
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16130
16124
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16131
16125
|
* @param {*} [options] Override http request option.
|
|
16132
16126
|
* @throws {RequiredError}
|
|
16133
16127
|
* @memberof UnboundApi
|
|
16134
16128
|
*/
|
|
16135
|
-
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16129
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16136
16130
|
/**
|
|
16137
16131
|
*
|
|
16138
16132
|
* @summary Roles Add Permission
|
|
@@ -16340,4 +16334,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16340
16334
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16341
16335
|
}
|
|
16342
16336
|
|
|
16343
|
-
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemVersionSortBy, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationAIQuery, type ConversationAIQuerySuggestion, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailNotification, type EmailNotificationCreate, EmailNotificationCreateNotificationTypeEnum, EmailNotificationNotificationTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type GeneralAIQuery, type GeneralAIQueryResponse, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type MobileDevicePushNotification, type Notification, NotificationPriority, NotificationStatus, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type Notificationtypedata, type OAuth2AccessToken, type OAuth2ClientCredentialRequest, OAuth2ClientCredentialRequestGrantTypeEnum, type OAuth2ExchangeTokenRequest, OAuth2ExchangeTokenRequestGrantTypeEnum, OAuth2TokenTypes, type OwnerData, type OwnerTypeCreate, OwnerTypeCreateRelationTypeEnum, type OwnerTypeUpdate, OwnerTypeUpdateRelationTypeEnum, type PaginatedResponseAccount, type PaginatedResponseCommunity, type PaginatedResponseContact, type PaginatedResponseContentItem, type PaginatedResponseContentItemFullResponse, type PaginatedResponseContentItemVersion, type PaginatedResponseConversation, type PaginatedResponseListing, type PaginatedResponseListingVersion, type PaginatedResponseMessage, type PaginatedResponseReservation, type PaginatedResponseReservationVersion, PaginationDirection, type Participantname, type Participanttypedata, type Payload, type Permission, type PermissionCreate, PermissionsApi, PermissionsApiAxiosParamCreator, PermissionsApiFactory, PermissionsApiFp, type Phone, type PhoneCapabilities, type PhoneCreate, type PhoneInbox, PhoneInboxInboxTypeEnum, PhoneLifecycle, type PhoneProviderPhones, type PhoneProviderPhonesProviderAttribution, type PhoneUpdate, type PlainTextContent, PlainTextContentContentTypeEnum, PropertyTypes, type Provider, type ProviderAccountInbox, ProviderAccountInboxInboxTypeEnum, ProviderConversationCommunicationType, type ProviderConversationData, ProviderConversationDataConversationTypeEnum, type ProviderCreate, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, type PushNotification, type PushNotificationCreate, PushNotificationCreateNotificationTypeEnum, PushNotificationNotificationTypeEnum, type RelatedListing, RelatedResourceType, type Relationtypedata, type Relationtypedata1, type Relationtypedata2, type Relationtypedata3, type Relationtypedata4, type RentalProviderMessage, RentalProviderMessageCommunicationType, type RentalProviderMessageCreate, RentalProviderMessageCreateMessageTypeEnum, RentalProviderMessageMessageTypeEnum, RentalProviderTypes, type Reservation, type ReservationBaseChannelInfo, ReservationChannelTypes, type ReservationProviderInfo,
|
|
16337
|
+
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemVersionSortBy, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationAIQuery, type ConversationAIQuerySuggestion, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailNotification, type EmailNotificationCreate, EmailNotificationCreateNotificationTypeEnum, EmailNotificationNotificationTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type GeneralAIQuery, type GeneralAIQueryResponse, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type MobileDevicePushNotification, type Notification, NotificationPriority, NotificationStatus, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type Notificationtypedata, type OAuth2AccessToken, type OAuth2ClientCredentialRequest, OAuth2ClientCredentialRequestGrantTypeEnum, type OAuth2ExchangeTokenRequest, OAuth2ExchangeTokenRequestGrantTypeEnum, OAuth2TokenTypes, type OwnerData, type OwnerTypeCreate, OwnerTypeCreateRelationTypeEnum, type OwnerTypeUpdate, OwnerTypeUpdateRelationTypeEnum, type PaginatedResponseAccount, type PaginatedResponseCommunity, type PaginatedResponseContact, type PaginatedResponseContentItem, type PaginatedResponseContentItemFullResponse, type PaginatedResponseContentItemVersion, type PaginatedResponseConversation, type PaginatedResponseListing, type PaginatedResponseListingVersion, type PaginatedResponseMessage, type PaginatedResponseReservation, type PaginatedResponseReservationVersion, PaginationDirection, type Participantname, type Participanttypedata, type Payload, type Permission, type PermissionCreate, PermissionsApi, PermissionsApiAxiosParamCreator, PermissionsApiFactory, PermissionsApiFp, type Phone, type PhoneCapabilities, type PhoneCreate, type PhoneInbox, PhoneInboxInboxTypeEnum, PhoneLifecycle, type PhoneProviderPhones, type PhoneProviderPhonesProviderAttribution, type PhoneUpdate, type PlainTextContent, PlainTextContentContentTypeEnum, PropertyTypes, type Provider, type ProviderAccountInbox, ProviderAccountInboxInboxTypeEnum, ProviderConversationCommunicationType, type ProviderConversationData, ProviderConversationDataConversationTypeEnum, type ProviderCreate, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, type PushNotification, type PushNotificationCreate, PushNotificationCreateNotificationTypeEnum, PushNotificationNotificationTypeEnum, type RelatedListing, RelatedResourceType, type Relationtypedata, type Relationtypedata1, type Relationtypedata2, type Relationtypedata3, type Relationtypedata4, type RentalProviderMessage, RentalProviderMessageCommunicationType, type RentalProviderMessageCreate, RentalProviderMessageCreateMessageTypeEnum, RentalProviderMessageMessageTypeEnum, RentalProviderTypes, type Reservation, type ReservationBaseChannelInfo, ReservationChannelTypes, type ReservationProviderInfo, ReservationStatus, type ReservationVersion, ReservationVersionSortBy, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Role, type RoleCreate, RolesApi, RolesApiAxiosParamCreator, RolesApiFactory, RolesApiFp, type SMSConversationData, SMSConversationDataConversationTypeEnum, type SMSConversationDataCreate, SMSConversationDataCreateConversationTypeEnum, type SMSInboundSenderTypeData, SMSInboundSenderTypeDataDirectionEnum, type SMSLeg, SMSLineType, type SMSMessage, type SMSMessageCreate, SMSMessageCreateMessageTypeEnum, SMSMessageMessageTypeEnum, SMSMessageStatus, type SMSOutboundSenderTypeData, SMSOutboundSenderTypeDataDirectionEnum, type Sendertypedata, SortByAuthGateway, SortByUbFastApi, SortOrder, type Staff, type StaffExternalStaff, StaffExternalStaffStaffTypeEnum, type StaffInternalStaff, StaffInternalStaffStaffTypeEnum, StaffParticipantTypeEnum, type StaffProviderStaff, StaffProviderStaffStaffTypeEnum, type Stafftypedata, type Subject, type Suggestion, SuggestionRejectionReasonType, SuggestionStatus, SuggestionUsedType, TelnyxApi, TelnyxApiAxiosParamCreator, TelnyxApiFactory, TelnyxApiFp, type ToItem, type ToPhone, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContentRelatedResourcesRequest, type UpdateContentRelatedResourcesResponse, type UploadURLRequest, type UploadURLResponse, type UserApi, type UserDevice, type UserDeviceCreate, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp, type Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|