@ember-home/unbound-ts-client 1.0.84 → 1.0.85

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 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.84
8
+ * The version of the OpenAPI document: 1.0.85
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.84
100
+ * The version of the OpenAPI document: 1.0.85
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
@@ -6303,16 +6313,6 @@ interface ReservationVersion {
6303
6313
  */
6304
6314
  'version': number;
6305
6315
  }
6306
- /**
6307
- *
6308
- * @export
6309
- * @enum {string}
6310
- */
6311
- declare const ReservationVersionSortBy: {
6312
- readonly Version: "version";
6313
- readonly CreatedAt: "created_at";
6314
- };
6315
- type ReservationVersionSortBy = typeof ReservationVersionSortBy[keyof typeof ReservationVersionSortBy];
6316
6316
  /**
6317
6317
  *
6318
6318
  * @export
@@ -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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
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
@@ -10462,12 +10462,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
10462
10462
  * @param {string} [cursor] Cursor for keyset paging
10463
10463
  * @param {number} [limit]
10464
10464
  * @param {PaginationDirection} [pageDir] Direction of paging
10465
- * @param {ReservationVersionSortBy} [sortBy] Sort key
10465
+ * @param {SortByUbFastApi} [sortBy] Sort key
10466
10466
  * @param {SortOrder} [sortOrder] Sort order asc/desc
10467
10467
  * @param {*} [options] Override http request option.
10468
10468
  * @throws {RequiredError}
10469
10469
  */
10470
- reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10470
+ reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10471
10471
  /**
10472
10472
  *
10473
10473
  * @summary Reservations Get
@@ -10512,12 +10512,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
10512
10512
  * @param {string} [cursor] Cursor for keyset paging
10513
10513
  * @param {number} [limit]
10514
10514
  * @param {PaginationDirection} [pageDir] Direction of paging
10515
- * @param {ReservationVersionSortBy} [sortBy] Sort key
10515
+ * @param {SortByUbFastApi} [sortBy] Sort key
10516
10516
  * @param {SortOrder} [sortOrder] Sort order asc/desc
10517
10517
  * @param {*} [options] Override http request option.
10518
10518
  * @throws {RequiredError}
10519
10519
  */
10520
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
10520
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
10521
10521
  /**
10522
10522
  *
10523
10523
  * @summary Reservations Get
@@ -10562,12 +10562,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
10562
10562
  * @param {string} [cursor] Cursor for keyset paging
10563
10563
  * @param {number} [limit]
10564
10564
  * @param {PaginationDirection} [pageDir] Direction of paging
10565
- * @param {ReservationVersionSortBy} [sortBy] Sort key
10565
+ * @param {SortByUbFastApi} [sortBy] Sort key
10566
10566
  * @param {SortOrder} [sortOrder] Sort order asc/desc
10567
10567
  * @param {*} [options] Override http request option.
10568
10568
  * @throws {RequiredError}
10569
10569
  */
10570
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
10570
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
10571
10571
  /**
10572
10572
  *
10573
10573
  * @summary Reservations Get
@@ -10615,13 +10615,13 @@ declare class ReservationsApi extends BaseAPI {
10615
10615
  * @param {string} [cursor] Cursor for keyset paging
10616
10616
  * @param {number} [limit]
10617
10617
  * @param {PaginationDirection} [pageDir] Direction of paging
10618
- * @param {ReservationVersionSortBy} [sortBy] Sort key
10618
+ * @param {SortByUbFastApi} [sortBy] Sort key
10619
10619
  * @param {SortOrder} [sortOrder] Sort order asc/desc
10620
10620
  * @param {*} [options] Override http request option.
10621
10621
  * @throws {RequiredError}
10622
10622
  * @memberof ReservationsApi
10623
10623
  */
10624
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
10624
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
10625
10625
  /**
10626
10626
  *
10627
10627
  * @summary Reservations Get
@@ -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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
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
@@ -12112,12 +12112,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
12112
12112
  * @param {string} [cursor] Cursor for keyset paging
12113
12113
  * @param {number} [limit]
12114
12114
  * @param {PaginationDirection} [pageDir] Direction of paging
12115
- * @param {ReservationVersionSortBy} [sortBy] Sort key
12115
+ * @param {SortByUbFastApi} [sortBy] Sort key
12116
12116
  * @param {SortOrder} [sortOrder] Sort order asc/desc
12117
12117
  * @param {*} [options] Override http request option.
12118
12118
  * @throws {RequiredError}
12119
12119
  */
12120
- reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12120
+ reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12121
12121
  /**
12122
12122
  *
12123
12123
  * @summary Reservation Versions List
@@ -12125,12 +12125,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
12125
12125
  * @param {string} [cursor] Cursor for keyset paging
12126
12126
  * @param {number} [limit]
12127
12127
  * @param {PaginationDirection} [pageDir] Direction of paging
12128
- * @param {ReservationVersionSortBy} [sortBy] Sort key
12128
+ * @param {SortByUbFastApi} [sortBy] Sort key
12129
12129
  * @param {SortOrder} [sortOrder] Sort order asc/desc
12130
12130
  * @param {*} [options] Override http request option.
12131
12131
  * @throws {RequiredError}
12132
12132
  */
12133
- reservationVersionsList_58: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12133
+ reservationVersionsList_58: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12134
12134
  /**
12135
12135
  *
12136
12136
  * @summary Reservations Get
@@ -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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
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
@@ -13454,12 +13454,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
13454
13454
  * @param {string} [cursor] Cursor for keyset paging
13455
13455
  * @param {number} [limit]
13456
13456
  * @param {PaginationDirection} [pageDir] Direction of paging
13457
- * @param {ReservationVersionSortBy} [sortBy] Sort key
13457
+ * @param {SortByUbFastApi} [sortBy] Sort key
13458
13458
  * @param {SortOrder} [sortOrder] Sort order asc/desc
13459
13459
  * @param {*} [options] Override http request option.
13460
13460
  * @throws {RequiredError}
13461
13461
  */
13462
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
13462
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
13463
13463
  /**
13464
13464
  *
13465
13465
  * @summary Reservation Versions List
@@ -13467,12 +13467,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
13467
13467
  * @param {string} [cursor] Cursor for keyset paging
13468
13468
  * @param {number} [limit]
13469
13469
  * @param {PaginationDirection} [pageDir] Direction of paging
13470
- * @param {ReservationVersionSortBy} [sortBy] Sort key
13470
+ * @param {SortByUbFastApi} [sortBy] Sort key
13471
13471
  * @param {SortOrder} [sortOrder] Sort order asc/desc
13472
13472
  * @param {*} [options] Override http request option.
13473
13473
  * @throws {RequiredError}
13474
13474
  */
13475
- reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
13475
+ reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
13476
13476
  /**
13477
13477
  *
13478
13478
  * @summary Reservations Get
@@ -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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
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
@@ -14796,12 +14796,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
14796
14796
  * @param {string} [cursor] Cursor for keyset paging
14797
14797
  * @param {number} [limit]
14798
14798
  * @param {PaginationDirection} [pageDir] Direction of paging
14799
- * @param {ReservationVersionSortBy} [sortBy] Sort key
14799
+ * @param {SortByUbFastApi} [sortBy] Sort key
14800
14800
  * @param {SortOrder} [sortOrder] Sort order asc/desc
14801
14801
  * @param {*} [options] Override http request option.
14802
14802
  * @throws {RequiredError}
14803
14803
  */
14804
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
14804
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
14805
14805
  /**
14806
14806
  *
14807
14807
  * @summary Reservation Versions List
@@ -14809,12 +14809,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
14809
14809
  * @param {string} [cursor] Cursor for keyset paging
14810
14810
  * @param {number} [limit]
14811
14811
  * @param {PaginationDirection} [pageDir] Direction of paging
14812
- * @param {ReservationVersionSortBy} [sortBy] Sort key
14812
+ * @param {SortByUbFastApi} [sortBy] Sort key
14813
14813
  * @param {SortOrder} [sortOrder] Sort order asc/desc
14814
14814
  * @param {*} [options] Override http request option.
14815
14815
  * @throws {RequiredError}
14816
14816
  */
14817
- reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
14817
+ reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
14818
14818
  /**
14819
14819
  *
14820
14820
  * @summary Reservations Get
@@ -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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
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 {SortByUbFastApi} [sortBy] Sort key
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?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
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
@@ -16267,13 +16267,13 @@ declare class UnboundApi extends BaseAPI {
16267
16267
  * @param {string} [cursor] Cursor for keyset paging
16268
16268
  * @param {number} [limit]
16269
16269
  * @param {PaginationDirection} [pageDir] Direction of paging
16270
- * @param {ReservationVersionSortBy} [sortBy] Sort key
16270
+ * @param {SortByUbFastApi} [sortBy] Sort key
16271
16271
  * @param {SortOrder} [sortOrder] Sort order asc/desc
16272
16272
  * @param {*} [options] Override http request option.
16273
16273
  * @throws {RequiredError}
16274
16274
  * @memberof UnboundApi
16275
16275
  */
16276
- reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
16276
+ reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
16277
16277
  /**
16278
16278
  *
16279
16279
  * @summary Reservation Versions List
@@ -16281,13 +16281,13 @@ declare class UnboundApi extends BaseAPI {
16281
16281
  * @param {string} [cursor] Cursor for keyset paging
16282
16282
  * @param {number} [limit]
16283
16283
  * @param {PaginationDirection} [pageDir] Direction of paging
16284
- * @param {ReservationVersionSortBy} [sortBy] Sort key
16284
+ * @param {SortByUbFastApi} [sortBy] Sort key
16285
16285
  * @param {SortOrder} [sortOrder] Sort order asc/desc
16286
16286
  * @param {*} [options] Override http request option.
16287
16287
  * @throws {RequiredError}
16288
16288
  * @memberof UnboundApi
16289
16289
  */
16290
- reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
16290
+ reservationVersionsList_58(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
16291
16291
  /**
16292
16292
  *
16293
16293
  * @summary Reservations Get
@@ -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, 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, 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 };
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, ReservationSortBy, ReservationStatus, type ReservationVersion, 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 };