@ember-home/unbound-ts-client 1.0.49 → 1.0.50
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.50
|
|
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.50
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3841,16 +3841,6 @@ interface ListingVersion {
|
|
|
3841
3841
|
*/
|
|
3842
3842
|
'wifiPassword'?: string;
|
|
3843
3843
|
}
|
|
3844
|
-
/**
|
|
3845
|
-
*
|
|
3846
|
-
* @export
|
|
3847
|
-
* @enum {string}
|
|
3848
|
-
*/
|
|
3849
|
-
declare const ListingVersionSortBy: {
|
|
3850
|
-
readonly Version: "version";
|
|
3851
|
-
readonly CreatedAt: "createdAt";
|
|
3852
|
-
};
|
|
3853
|
-
type ListingVersionSortBy = typeof ListingVersionSortBy[keyof typeof ListingVersionSortBy];
|
|
3854
3844
|
/**
|
|
3855
3845
|
*
|
|
3856
3846
|
* @export
|
|
@@ -6198,6 +6188,16 @@ interface ReservationVersion {
|
|
|
6198
6188
|
*/
|
|
6199
6189
|
'version': number;
|
|
6200
6190
|
}
|
|
6191
|
+
/**
|
|
6192
|
+
*
|
|
6193
|
+
* @export
|
|
6194
|
+
* @enum {string}
|
|
6195
|
+
*/
|
|
6196
|
+
declare const ReservationVersionSortBy: {
|
|
6197
|
+
readonly Version: "version";
|
|
6198
|
+
readonly CreatedAt: "created_at";
|
|
6199
|
+
};
|
|
6200
|
+
type ReservationVersionSortBy = typeof ReservationVersionSortBy[keyof typeof ReservationVersionSortBy];
|
|
6201
6201
|
/**
|
|
6202
6202
|
*
|
|
6203
6203
|
* @export
|
|
@@ -6504,7 +6504,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6504
6504
|
*/
|
|
6505
6505
|
declare const SortByUbFastApi: {
|
|
6506
6506
|
readonly Version: "version";
|
|
6507
|
-
readonly CreatedAt: "
|
|
6507
|
+
readonly CreatedAt: "createdAt";
|
|
6508
6508
|
};
|
|
6509
6509
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6510
6510
|
/**
|
|
@@ -9518,12 +9518,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
9518
9518
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9519
9519
|
* @param {number} [limit]
|
|
9520
9520
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9521
|
-
* @param {
|
|
9521
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9522
9522
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9523
9523
|
* @param {*} [options] Override http request option.
|
|
9524
9524
|
* @throws {RequiredError}
|
|
9525
9525
|
*/
|
|
9526
|
-
listingVersionsList: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9526
|
+
listingVersionsList: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9527
9527
|
/**
|
|
9528
9528
|
*
|
|
9529
9529
|
* @summary Listings Get
|
|
@@ -9569,12 +9569,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
9569
9569
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9570
9570
|
* @param {number} [limit]
|
|
9571
9571
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9572
|
-
* @param {
|
|
9572
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9573
9573
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9574
9574
|
* @param {*} [options] Override http request option.
|
|
9575
9575
|
* @throws {RequiredError}
|
|
9576
9576
|
*/
|
|
9577
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9577
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListingVersion>>;
|
|
9578
9578
|
/**
|
|
9579
9579
|
*
|
|
9580
9580
|
* @summary Listings Get
|
|
@@ -9620,12 +9620,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
9620
9620
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9621
9621
|
* @param {number} [limit]
|
|
9622
9622
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9623
|
-
* @param {
|
|
9623
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9624
9624
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9625
9625
|
* @param {*} [options] Override http request option.
|
|
9626
9626
|
* @throws {RequiredError}
|
|
9627
9627
|
*/
|
|
9628
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9628
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListingVersion>;
|
|
9629
9629
|
/**
|
|
9630
9630
|
*
|
|
9631
9631
|
* @summary Listings Get
|
|
@@ -9674,13 +9674,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
9674
9674
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9675
9675
|
* @param {number} [limit]
|
|
9676
9676
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9677
|
-
* @param {
|
|
9677
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9678
9678
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9679
9679
|
* @param {*} [options] Override http request option.
|
|
9680
9680
|
* @throws {RequiredError}
|
|
9681
9681
|
* @memberof ListingsApi
|
|
9682
9682
|
*/
|
|
9683
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9683
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListingVersion, any>>;
|
|
9684
9684
|
/**
|
|
9685
9685
|
*
|
|
9686
9686
|
* @summary Listings Get
|
|
@@ -10290,12 +10290,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10290
10290
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10291
10291
|
* @param {number} [limit]
|
|
10292
10292
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10293
|
-
* @param {
|
|
10293
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10294
10294
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10295
10295
|
* @param {*} [options] Override http request option.
|
|
10296
10296
|
* @throws {RequiredError}
|
|
10297
10297
|
*/
|
|
10298
|
-
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10298
|
+
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10299
10299
|
/**
|
|
10300
10300
|
*
|
|
10301
10301
|
* @summary Reservations Get
|
|
@@ -10340,12 +10340,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
10340
10340
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10341
10341
|
* @param {number} [limit]
|
|
10342
10342
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10343
|
-
* @param {
|
|
10343
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10344
10344
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10345
10345
|
* @param {*} [options] Override http request option.
|
|
10346
10346
|
* @throws {RequiredError}
|
|
10347
10347
|
*/
|
|
10348
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10348
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
10349
10349
|
/**
|
|
10350
10350
|
*
|
|
10351
10351
|
* @summary Reservations Get
|
|
@@ -10390,12 +10390,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10390
10390
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10391
10391
|
* @param {number} [limit]
|
|
10392
10392
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10393
|
-
* @param {
|
|
10393
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10394
10394
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10395
10395
|
* @param {*} [options] Override http request option.
|
|
10396
10396
|
* @throws {RequiredError}
|
|
10397
10397
|
*/
|
|
10398
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10398
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
10399
10399
|
/**
|
|
10400
10400
|
*
|
|
10401
10401
|
* @summary Reservations Get
|
|
@@ -10443,13 +10443,13 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
10443
10443
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10444
10444
|
* @param {number} [limit]
|
|
10445
10445
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10446
|
-
* @param {
|
|
10446
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10447
10447
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10448
10448
|
* @param {*} [options] Override http request option.
|
|
10449
10449
|
* @throws {RequiredError}
|
|
10450
10450
|
* @memberof ReservationsApi
|
|
10451
10451
|
*/
|
|
10452
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10452
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
10453
10453
|
/**
|
|
10454
10454
|
*
|
|
10455
10455
|
* @summary Reservations Get
|
|
@@ -11595,12 +11595,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11595
11595
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11596
11596
|
* @param {number} [limit]
|
|
11597
11597
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11598
|
-
* @param {
|
|
11598
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11599
11599
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11600
11600
|
* @param {*} [options] Override http request option.
|
|
11601
11601
|
* @throws {RequiredError}
|
|
11602
11602
|
*/
|
|
11603
|
-
listingVersionsList: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11603
|
+
listingVersionsList: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11604
11604
|
/**
|
|
11605
11605
|
*
|
|
11606
11606
|
* @summary Listing Versions List
|
|
@@ -11608,12 +11608,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11608
11608
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11609
11609
|
* @param {number} [limit]
|
|
11610
11610
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11611
|
-
* @param {
|
|
11611
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11612
11612
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11613
11613
|
* @param {*} [options] Override http request option.
|
|
11614
11614
|
* @throws {RequiredError}
|
|
11615
11615
|
*/
|
|
11616
|
-
listingVersionsList_44: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11616
|
+
listingVersionsList_44: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11617
11617
|
/**
|
|
11618
11618
|
*
|
|
11619
11619
|
* @summary Listings Get
|
|
@@ -11900,12 +11900,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11900
11900
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11901
11901
|
* @param {number} [limit]
|
|
11902
11902
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11903
|
-
* @param {
|
|
11903
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
11904
11904
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11905
11905
|
* @param {*} [options] Override http request option.
|
|
11906
11906
|
* @throws {RequiredError}
|
|
11907
11907
|
*/
|
|
11908
|
-
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11908
|
+
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11909
11909
|
/**
|
|
11910
11910
|
*
|
|
11911
11911
|
* @summary Reservation Versions List
|
|
@@ -11913,12 +11913,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11913
11913
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11914
11914
|
* @param {number} [limit]
|
|
11915
11915
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11916
|
-
* @param {
|
|
11916
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
11917
11917
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11918
11918
|
* @param {*} [options] Override http request option.
|
|
11919
11919
|
* @throws {RequiredError}
|
|
11920
11920
|
*/
|
|
11921
|
-
reservationVersionsList_56: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11921
|
+
reservationVersionsList_56: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11922
11922
|
/**
|
|
11923
11923
|
*
|
|
11924
11924
|
* @summary Reservations Get
|
|
@@ -12890,12 +12890,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12890
12890
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12891
12891
|
* @param {number} [limit]
|
|
12892
12892
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12893
|
-
* @param {
|
|
12893
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12894
12894
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12895
12895
|
* @param {*} [options] Override http request option.
|
|
12896
12896
|
* @throws {RequiredError}
|
|
12897
12897
|
*/
|
|
12898
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12898
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListingVersion>>;
|
|
12899
12899
|
/**
|
|
12900
12900
|
*
|
|
12901
12901
|
* @summary Listing Versions List
|
|
@@ -12903,12 +12903,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12903
12903
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12904
12904
|
* @param {number} [limit]
|
|
12905
12905
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12906
|
-
* @param {
|
|
12906
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12907
12907
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12908
12908
|
* @param {*} [options] Override http request option.
|
|
12909
12909
|
* @throws {RequiredError}
|
|
12910
12910
|
*/
|
|
12911
|
-
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12911
|
+
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListingVersion>>;
|
|
12912
12912
|
/**
|
|
12913
12913
|
*
|
|
12914
12914
|
* @summary Listings Get
|
|
@@ -13195,12 +13195,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13195
13195
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13196
13196
|
* @param {number} [limit]
|
|
13197
13197
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13198
|
-
* @param {
|
|
13198
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
13199
13199
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13200
13200
|
* @param {*} [options] Override http request option.
|
|
13201
13201
|
* @throws {RequiredError}
|
|
13202
13202
|
*/
|
|
13203
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13203
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
13204
13204
|
/**
|
|
13205
13205
|
*
|
|
13206
13206
|
* @summary Reservation Versions List
|
|
@@ -13208,12 +13208,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13208
13208
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13209
13209
|
* @param {number} [limit]
|
|
13210
13210
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13211
|
-
* @param {
|
|
13211
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
13212
13212
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13213
13213
|
* @param {*} [options] Override http request option.
|
|
13214
13214
|
* @throws {RequiredError}
|
|
13215
13215
|
*/
|
|
13216
|
-
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13216
|
+
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
13217
13217
|
/**
|
|
13218
13218
|
*
|
|
13219
13219
|
* @summary Reservations Get
|
|
@@ -14185,12 +14185,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14185
14185
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14186
14186
|
* @param {number} [limit]
|
|
14187
14187
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14188
|
-
* @param {
|
|
14188
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14189
14189
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14190
14190
|
* @param {*} [options] Override http request option.
|
|
14191
14191
|
* @throws {RequiredError}
|
|
14192
14192
|
*/
|
|
14193
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14193
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListingVersion>;
|
|
14194
14194
|
/**
|
|
14195
14195
|
*
|
|
14196
14196
|
* @summary Listing Versions List
|
|
@@ -14198,12 +14198,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14198
14198
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14199
14199
|
* @param {number} [limit]
|
|
14200
14200
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14201
|
-
* @param {
|
|
14201
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14202
14202
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14203
14203
|
* @param {*} [options] Override http request option.
|
|
14204
14204
|
* @throws {RequiredError}
|
|
14205
14205
|
*/
|
|
14206
|
-
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14206
|
+
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListingVersion>;
|
|
14207
14207
|
/**
|
|
14208
14208
|
*
|
|
14209
14209
|
* @summary Listings Get
|
|
@@ -14490,12 +14490,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14490
14490
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14491
14491
|
* @param {number} [limit]
|
|
14492
14492
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14493
|
-
* @param {
|
|
14493
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
14494
14494
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14495
14495
|
* @param {*} [options] Override http request option.
|
|
14496
14496
|
* @throws {RequiredError}
|
|
14497
14497
|
*/
|
|
14498
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14498
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
14499
14499
|
/**
|
|
14500
14500
|
*
|
|
14501
14501
|
* @summary Reservation Versions List
|
|
@@ -14503,12 +14503,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14503
14503
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14504
14504
|
* @param {number} [limit]
|
|
14505
14505
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14506
|
-
* @param {
|
|
14506
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
14507
14507
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14508
14508
|
* @param {*} [options] Override http request option.
|
|
14509
14509
|
* @throws {RequiredError}
|
|
14510
14510
|
*/
|
|
14511
|
-
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14511
|
+
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
14512
14512
|
/**
|
|
14513
14513
|
*
|
|
14514
14514
|
* @summary Reservations Get
|
|
@@ -15572,13 +15572,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15572
15572
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15573
15573
|
* @param {number} [limit]
|
|
15574
15574
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15575
|
-
* @param {
|
|
15575
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15576
15576
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15577
15577
|
* @param {*} [options] Override http request option.
|
|
15578
15578
|
* @throws {RequiredError}
|
|
15579
15579
|
* @memberof UnboundApi
|
|
15580
15580
|
*/
|
|
15581
|
-
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15581
|
+
listingVersionsList(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListingVersion, any>>;
|
|
15582
15582
|
/**
|
|
15583
15583
|
*
|
|
15584
15584
|
* @summary Listing Versions List
|
|
@@ -15586,13 +15586,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15586
15586
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15587
15587
|
* @param {number} [limit]
|
|
15588
15588
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15589
|
-
* @param {
|
|
15589
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15590
15590
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15591
15591
|
* @param {*} [options] Override http request option.
|
|
15592
15592
|
* @throws {RequiredError}
|
|
15593
15593
|
* @memberof UnboundApi
|
|
15594
15594
|
*/
|
|
15595
|
-
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15595
|
+
listingVersionsList_44(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListingVersion, any>>;
|
|
15596
15596
|
/**
|
|
15597
15597
|
*
|
|
15598
15598
|
* @summary Listings Get
|
|
@@ -15909,13 +15909,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15909
15909
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15910
15910
|
* @param {number} [limit]
|
|
15911
15911
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15912
|
-
* @param {
|
|
15912
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
15913
15913
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15914
15914
|
* @param {*} [options] Override http request option.
|
|
15915
15915
|
* @throws {RequiredError}
|
|
15916
15916
|
* @memberof UnboundApi
|
|
15917
15917
|
*/
|
|
15918
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15918
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
15919
15919
|
/**
|
|
15920
15920
|
*
|
|
15921
15921
|
* @summary Reservation Versions List
|
|
@@ -15923,13 +15923,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15923
15923
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15924
15924
|
* @param {number} [limit]
|
|
15925
15925
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15926
|
-
* @param {
|
|
15926
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
15927
15927
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15928
15928
|
* @param {*} [options] Override http request option.
|
|
15929
15929
|
* @throws {RequiredError}
|
|
15930
15930
|
* @memberof UnboundApi
|
|
15931
15931
|
*/
|
|
15932
|
-
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15932
|
+
reservationVersionsList_56(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
15933
15933
|
/**
|
|
15934
15934
|
*
|
|
15935
15935
|
* @summary Reservations Get
|
|
@@ -16185,4 +16185,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16185
16185
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16186
16186
|
}
|
|
16187
16187
|
|
|
16188
|
-
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, 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 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 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,
|
|
16188
|
+
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, 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 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 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, 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, ReservationSortBy, 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 };
|