@ember-home/unbound-ts-client 1.0.84 → 1.0.86
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 +62 -62
- package/dist/index.d.ts +62 -62
- package/dist/index.js +30 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -30
- 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.86
|
|
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.86
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1823,6 +1823,16 @@ interface ContentItemVersion {
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
'version': number;
|
|
1825
1825
|
}
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @export
|
|
1829
|
+
* @enum {string}
|
|
1830
|
+
*/
|
|
1831
|
+
declare const ContentItemVersionSortBy: {
|
|
1832
|
+
readonly Version: "version";
|
|
1833
|
+
readonly CreatedAt: "created_at";
|
|
1834
|
+
};
|
|
1835
|
+
type ContentItemVersionSortBy = typeof ContentItemVersionSortBy[keyof typeof ContentItemVersionSortBy];
|
|
1826
1836
|
/**
|
|
1827
1837
|
*
|
|
1828
1838
|
* @export
|
|
@@ -6056,15 +6066,6 @@ interface ReservationProviderInfo {
|
|
|
6056
6066
|
*/
|
|
6057
6067
|
'providerUpdatedAt': string;
|
|
6058
6068
|
}
|
|
6059
|
-
/**
|
|
6060
|
-
*
|
|
6061
|
-
* @export
|
|
6062
|
-
* @enum {string}
|
|
6063
|
-
*/
|
|
6064
|
-
declare const ReservationSortBy: {
|
|
6065
|
-
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
6066
|
-
};
|
|
6067
|
-
type ReservationSortBy = typeof ReservationSortBy[keyof typeof ReservationSortBy];
|
|
6068
6069
|
/**
|
|
6069
6070
|
*
|
|
6070
6071
|
* @export
|
|
@@ -6618,8 +6619,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6618
6619
|
* @enum {string}
|
|
6619
6620
|
*/
|
|
6620
6621
|
declare const SortByUbFastApi: {
|
|
6621
|
-
readonly
|
|
6622
|
-
readonly CreatedAt: "created_at";
|
|
6622
|
+
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
6623
6623
|
};
|
|
6624
6624
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6625
6625
|
/**
|
|
@@ -8789,12 +8789,12 @@ declare const ContentItemsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8789
8789
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8790
8790
|
* @param {number} [limit]
|
|
8791
8791
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8792
|
-
* @param {
|
|
8792
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8793
8793
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8794
8794
|
* @param {*} [options] Override http request option.
|
|
8795
8795
|
* @throws {RequiredError}
|
|
8796
8796
|
*/
|
|
8797
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8797
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8798
8798
|
/**
|
|
8799
8799
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8800
8800
|
* @summary Content Item Batch Resources Update
|
|
@@ -8884,12 +8884,12 @@ declare const ContentItemsApiFp: (configuration?: Configuration) => {
|
|
|
8884
8884
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8885
8885
|
* @param {number} [limit]
|
|
8886
8886
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8887
|
-
* @param {
|
|
8887
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8888
8888
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8889
8889
|
* @param {*} [options] Override http request option.
|
|
8890
8890
|
* @throws {RequiredError}
|
|
8891
8891
|
*/
|
|
8892
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8892
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
8893
8893
|
/**
|
|
8894
8894
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8895
8895
|
* @summary Content Item Batch Resources Update
|
|
@@ -8979,12 +8979,12 @@ declare const ContentItemsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8979
8979
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8980
8980
|
* @param {number} [limit]
|
|
8981
8981
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8982
|
-
* @param {
|
|
8982
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8983
8983
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8984
8984
|
* @param {*} [options] Override http request option.
|
|
8985
8985
|
* @throws {RequiredError}
|
|
8986
8986
|
*/
|
|
8987
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8987
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8990
8990
|
* @summary Content Item Batch Resources Update
|
|
@@ -9078,13 +9078,13 @@ declare class ContentItemsApi extends BaseAPI {
|
|
|
9078
9078
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9079
9079
|
* @param {number} [limit]
|
|
9080
9080
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9081
|
-
* @param {
|
|
9081
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
9082
9082
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9083
9083
|
* @param {*} [options] Override http request option.
|
|
9084
9084
|
* @throws {RequiredError}
|
|
9085
9085
|
* @memberof ContentItemsApi
|
|
9086
9086
|
*/
|
|
9087
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9087
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
9088
9088
|
/**
|
|
9089
9089
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
9090
9090
|
* @summary Content Item Batch Resources Update
|
|
@@ -10484,12 +10484,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10484
10484
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10485
10485
|
* @param {number} [limit]
|
|
10486
10486
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10487
|
-
* @param {
|
|
10487
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10488
10488
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10489
10489
|
* @param {*} [options] Override http request option.
|
|
10490
10490
|
* @throws {RequiredError}
|
|
10491
10491
|
*/
|
|
10492
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10492
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10493
10493
|
};
|
|
10494
10494
|
/**
|
|
10495
10495
|
* ReservationsApi - functional programming interface
|
|
@@ -10534,12 +10534,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
10534
10534
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10535
10535
|
* @param {number} [limit]
|
|
10536
10536
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10537
|
-
* @param {
|
|
10537
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10538
10538
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10539
10539
|
* @param {*} [options] Override http request option.
|
|
10540
10540
|
* @throws {RequiredError}
|
|
10541
10541
|
*/
|
|
10542
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10542
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
10543
10543
|
};
|
|
10544
10544
|
/**
|
|
10545
10545
|
* ReservationsApi - factory interface
|
|
@@ -10584,12 +10584,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10584
10584
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10585
10585
|
* @param {number} [limit]
|
|
10586
10586
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10587
|
-
* @param {
|
|
10587
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10588
10588
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10589
10589
|
* @param {*} [options] Override http request option.
|
|
10590
10590
|
* @throws {RequiredError}
|
|
10591
10591
|
*/
|
|
10592
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10592
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
10593
10593
|
};
|
|
10594
10594
|
/**
|
|
10595
10595
|
* ReservationsApi - object-oriented interface
|
|
@@ -10639,13 +10639,13 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
10639
10639
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10640
10640
|
* @param {number} [limit]
|
|
10641
10641
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10642
|
-
* @param {
|
|
10642
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10643
10643
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10644
10644
|
* @param {*} [options] Override http request option.
|
|
10645
10645
|
* @throws {RequiredError}
|
|
10646
10646
|
* @memberof ReservationsApi
|
|
10647
10647
|
*/
|
|
10648
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10648
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
10649
10649
|
}
|
|
10650
10650
|
/**
|
|
10651
10651
|
* RolesApi - axios parameter creator
|
|
@@ -11385,12 +11385,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11385
11385
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11386
11386
|
* @param {number} [limit]
|
|
11387
11387
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11388
|
-
* @param {
|
|
11388
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
11389
11389
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11390
11390
|
* @param {*} [options] Override http request option.
|
|
11391
11391
|
* @throws {RequiredError}
|
|
11392
11392
|
*/
|
|
11393
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11393
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11394
11394
|
/**
|
|
11395
11395
|
*
|
|
11396
11396
|
* @summary Content Item Versions List
|
|
@@ -11398,12 +11398,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11398
11398
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11399
11399
|
* @param {number} [limit]
|
|
11400
11400
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11401
|
-
* @param {
|
|
11401
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
11402
11402
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11403
11403
|
* @param {*} [options] Override http request option.
|
|
11404
11404
|
* @throws {RequiredError}
|
|
11405
11405
|
*/
|
|
11406
|
-
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11406
|
+
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11407
11407
|
/**
|
|
11408
11408
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
11409
11409
|
* @summary Content Item Batch Resources Update
|
|
@@ -12155,12 +12155,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12155
12155
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12156
12156
|
* @param {number} [limit]
|
|
12157
12157
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12158
|
-
* @param {
|
|
12158
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12159
12159
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12160
12160
|
* @param {*} [options] Override http request option.
|
|
12161
12161
|
* @throws {RequiredError}
|
|
12162
12162
|
*/
|
|
12163
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12163
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12164
12164
|
/**
|
|
12165
12165
|
*
|
|
12166
12166
|
* @summary Reservations List
|
|
@@ -12169,12 +12169,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12169
12169
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12170
12170
|
* @param {number} [limit]
|
|
12171
12171
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12172
|
-
* @param {
|
|
12172
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12173
12173
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12174
12174
|
* @param {*} [options] Override http request option.
|
|
12175
12175
|
* @throws {RequiredError}
|
|
12176
12176
|
*/
|
|
12177
|
-
reservationsList_60: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12177
|
+
reservationsList_60: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12178
12178
|
/**
|
|
12179
12179
|
*
|
|
12180
12180
|
* @summary Roles Add Permission
|
|
@@ -12727,12 +12727,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12727
12727
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12728
12728
|
* @param {number} [limit]
|
|
12729
12729
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12730
|
-
* @param {
|
|
12730
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
12731
12731
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12732
12732
|
* @param {*} [options] Override http request option.
|
|
12733
12733
|
* @throws {RequiredError}
|
|
12734
12734
|
*/
|
|
12735
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12735
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12736
12736
|
/**
|
|
12737
12737
|
*
|
|
12738
12738
|
* @summary Content Item Versions List
|
|
@@ -12740,12 +12740,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12740
12740
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12741
12741
|
* @param {number} [limit]
|
|
12742
12742
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12743
|
-
* @param {
|
|
12743
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
12744
12744
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12745
12745
|
* @param {*} [options] Override http request option.
|
|
12746
12746
|
* @throws {RequiredError}
|
|
12747
12747
|
*/
|
|
12748
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12748
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12749
12749
|
/**
|
|
12750
12750
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
12751
12751
|
* @summary Content Item Batch Resources Update
|
|
@@ -13497,12 +13497,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13497
13497
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13498
13498
|
* @param {number} [limit]
|
|
13499
13499
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13500
|
-
* @param {
|
|
13500
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13501
13501
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13502
13502
|
* @param {*} [options] Override http request option.
|
|
13503
13503
|
* @throws {RequiredError}
|
|
13504
13504
|
*/
|
|
13505
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13505
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13506
13506
|
/**
|
|
13507
13507
|
*
|
|
13508
13508
|
* @summary Reservations List
|
|
@@ -13511,12 +13511,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13511
13511
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13512
13512
|
* @param {number} [limit]
|
|
13513
13513
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13514
|
-
* @param {
|
|
13514
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13515
13515
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13516
13516
|
* @param {*} [options] Override http request option.
|
|
13517
13517
|
* @throws {RequiredError}
|
|
13518
13518
|
*/
|
|
13519
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13519
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13520
13520
|
/**
|
|
13521
13521
|
*
|
|
13522
13522
|
* @summary Roles Add Permission
|
|
@@ -14069,12 +14069,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14069
14069
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14070
14070
|
* @param {number} [limit]
|
|
14071
14071
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14072
|
-
* @param {
|
|
14072
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
14073
14073
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14074
14074
|
* @param {*} [options] Override http request option.
|
|
14075
14075
|
* @throws {RequiredError}
|
|
14076
14076
|
*/
|
|
14077
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14077
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
14078
14078
|
/**
|
|
14079
14079
|
*
|
|
14080
14080
|
* @summary Content Item Versions List
|
|
@@ -14082,12 +14082,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14082
14082
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14083
14083
|
* @param {number} [limit]
|
|
14084
14084
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14085
|
-
* @param {
|
|
14085
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
14086
14086
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14087
14087
|
* @param {*} [options] Override http request option.
|
|
14088
14088
|
* @throws {RequiredError}
|
|
14089
14089
|
*/
|
|
14090
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14090
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
14091
14091
|
/**
|
|
14092
14092
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
14093
14093
|
* @summary Content Item Batch Resources Update
|
|
@@ -14839,12 +14839,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14839
14839
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14840
14840
|
* @param {number} [limit]
|
|
14841
14841
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14842
|
-
* @param {
|
|
14842
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14843
14843
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14844
14844
|
* @param {*} [options] Override http request option.
|
|
14845
14845
|
* @throws {RequiredError}
|
|
14846
14846
|
*/
|
|
14847
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14847
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14848
14848
|
/**
|
|
14849
14849
|
*
|
|
14850
14850
|
* @summary Reservations List
|
|
@@ -14853,12 +14853,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14853
14853
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14854
14854
|
* @param {number} [limit]
|
|
14855
14855
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14856
|
-
* @param {
|
|
14856
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14857
14857
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14858
14858
|
* @param {*} [options] Override http request option.
|
|
14859
14859
|
* @throws {RequiredError}
|
|
14860
14860
|
*/
|
|
14861
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14861
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14862
14862
|
/**
|
|
14863
14863
|
*
|
|
14864
14864
|
* @summary Roles Add Permission
|
|
@@ -15461,13 +15461,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15461
15461
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15462
15462
|
* @param {number} [limit]
|
|
15463
15463
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15464
|
-
* @param {
|
|
15464
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
15465
15465
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15466
15466
|
* @param {*} [options] Override http request option.
|
|
15467
15467
|
* @throws {RequiredError}
|
|
15468
15468
|
* @memberof UnboundApi
|
|
15469
15469
|
*/
|
|
15470
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15470
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15471
15471
|
/**
|
|
15472
15472
|
*
|
|
15473
15473
|
* @summary Content Item Versions List
|
|
@@ -15475,13 +15475,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15475
15475
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15476
15476
|
* @param {number} [limit]
|
|
15477
15477
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15478
|
-
* @param {
|
|
15478
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
15479
15479
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15480
15480
|
* @param {*} [options] Override http request option.
|
|
15481
15481
|
* @throws {RequiredError}
|
|
15482
15482
|
* @memberof UnboundApi
|
|
15483
15483
|
*/
|
|
15484
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15484
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15485
15485
|
/**
|
|
15486
15486
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
15487
15487
|
* @summary Content Item Batch Resources Update
|
|
@@ -16314,13 +16314,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16314
16314
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16315
16315
|
* @param {number} [limit]
|
|
16316
16316
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16317
|
-
* @param {
|
|
16317
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16318
16318
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16319
16319
|
* @param {*} [options] Override http request option.
|
|
16320
16320
|
* @throws {RequiredError}
|
|
16321
16321
|
* @memberof UnboundApi
|
|
16322
16322
|
*/
|
|
16323
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16323
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16324
16324
|
/**
|
|
16325
16325
|
*
|
|
16326
16326
|
* @summary Reservations List
|
|
@@ -16329,13 +16329,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16329
16329
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16330
16330
|
* @param {number} [limit]
|
|
16331
16331
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16332
|
-
* @param {
|
|
16332
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16333
16333
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16334
16334
|
* @param {*} [options] Override http request option.
|
|
16335
16335
|
* @throws {RequiredError}
|
|
16336
16336
|
* @memberof UnboundApi
|
|
16337
16337
|
*/
|
|
16338
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16338
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16339
16339
|
/**
|
|
16340
16340
|
*
|
|
16341
16341
|
* @summary Roles Add Permission
|
|
@@ -16668,4 +16668,4 @@ declare class UsersApi extends BaseAPI {
|
|
|
16668
16668
|
usersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi[], any>>;
|
|
16669
16669
|
}
|
|
16670
16670
|
|
|
16671
|
-
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, 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 ConversationAIQueryMessageSuggestion, type ConversationAIQueryResponse, 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, MlApi, MlApiAxiosParamCreator, MlApiFactory, MlApiFp, type MobileDevicePushNotification, type Notification, type NotificationCreate, NotificationPriority, NotificationStatus, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type Notificationtypedata, type Notificationtypedata1, 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,
|
|
16671
|
+
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 ConversationAIQueryMessageSuggestion, type ConversationAIQueryResponse, 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, MlApi, MlApiAxiosParamCreator, MlApiFactory, MlApiFp, type MobileDevicePushNotification, type Notification, type NotificationCreate, NotificationPriority, NotificationStatus, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type Notificationtypedata, type Notificationtypedata1, 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, UsersApi, UsersApiAxiosParamCreator, UsersApiFactory, UsersApiFp, type Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|