@ember-home/unbound-ts-client 1.0.88 → 1.0.90

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.88
8
+ * The version of the OpenAPI document: 1.0.90
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.88
100
+ * The version of the OpenAPI document: 1.0.90
101
101
  *
102
102
  *
103
103
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1371,6 +1371,17 @@ interface ContactCreate {
1371
1371
  */
1372
1372
  'title'?: string;
1373
1373
  }
1374
+ /**
1375
+ *
1376
+ * @export
1377
+ * @enum {string}
1378
+ */
1379
+ declare const ContactSortBy: {
1380
+ readonly LastFirstCompany: "lastFirstCompany";
1381
+ readonly FirstLastCompany: "firstLastCompany";
1382
+ readonly CompanyLastFirst: "companyLastFirst";
1383
+ };
1384
+ type ContactSortBy = typeof ContactSortBy[keyof typeof ContactSortBy];
1374
1385
  /**
1375
1386
  *
1376
1387
  * @export
@@ -1812,16 +1823,6 @@ interface ContentItemVersion {
1812
1823
  */
1813
1824
  'version': number;
1814
1825
  }
1815
- /**
1816
- *
1817
- * @export
1818
- * @enum {string}
1819
- */
1820
- declare const ContentItemVersionSortBy: {
1821
- readonly Version: "version";
1822
- readonly CreatedAt: "created_at";
1823
- };
1824
- type ContentItemVersionSortBy = typeof ContentItemVersionSortBy[keyof typeof ContentItemVersionSortBy];
1825
1826
  /**
1826
1827
  *
1827
1828
  * @export
@@ -6617,9 +6618,8 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
6617
6618
  * @enum {string}
6618
6619
  */
6619
6620
  declare const SortByUbFastApi: {
6620
- readonly LastFirstCompany: "lastFirstCompany";
6621
- readonly FirstLastCompany: "firstLastCompany";
6622
- readonly CompanyLastFirst: "companyLastFirst";
6621
+ readonly Version: "version";
6622
+ readonly CreatedAt: "created_at";
6623
6623
  };
6624
6624
  type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
6625
6625
  /**
@@ -8054,12 +8054,12 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
8054
8054
  * @param {string} [cursor] Cursor for keyset paging
8055
8055
  * @param {number} [limit]
8056
8056
  * @param {PaginationDirection} [pageDir] Direction of paging
8057
- * @param {SortByUbFastApi} [sortBy] Sort key
8057
+ * @param {ContactSortBy} [sortBy] Sort key
8058
8058
  * @param {SortOrder} [sortOrder] Sort order asc/desc
8059
8059
  * @param {*} [options] Override http request option.
8060
8060
  * @throws {RequiredError}
8061
8061
  */
8062
- contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8062
+ contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8063
8063
  /**
8064
8064
  *
8065
8065
  * @summary Contacts Update
@@ -8208,12 +8208,12 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
8208
8208
  * @param {string} [cursor] Cursor for keyset paging
8209
8209
  * @param {number} [limit]
8210
8210
  * @param {PaginationDirection} [pageDir] Direction of paging
8211
- * @param {SortByUbFastApi} [sortBy] Sort key
8211
+ * @param {ContactSortBy} [sortBy] Sort key
8212
8212
  * @param {SortOrder} [sortOrder] Sort order asc/desc
8213
8213
  * @param {*} [options] Override http request option.
8214
8214
  * @throws {RequiredError}
8215
8215
  */
8216
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
8216
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
8217
8217
  /**
8218
8218
  *
8219
8219
  * @summary Contacts Update
@@ -8362,12 +8362,12 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
8362
8362
  * @param {string} [cursor] Cursor for keyset paging
8363
8363
  * @param {number} [limit]
8364
8364
  * @param {PaginationDirection} [pageDir] Direction of paging
8365
- * @param {SortByUbFastApi} [sortBy] Sort key
8365
+ * @param {ContactSortBy} [sortBy] Sort key
8366
8366
  * @param {SortOrder} [sortOrder] Sort order asc/desc
8367
8367
  * @param {*} [options] Override http request option.
8368
8368
  * @throws {RequiredError}
8369
8369
  */
8370
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
8370
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
8371
8371
  /**
8372
8372
  *
8373
8373
  * @summary Contacts Update
@@ -8525,13 +8525,13 @@ declare class ContactsApi extends BaseAPI {
8525
8525
  * @param {string} [cursor] Cursor for keyset paging
8526
8526
  * @param {number} [limit]
8527
8527
  * @param {PaginationDirection} [pageDir] Direction of paging
8528
- * @param {SortByUbFastApi} [sortBy] Sort key
8528
+ * @param {ContactSortBy} [sortBy] Sort key
8529
8529
  * @param {SortOrder} [sortOrder] Sort order asc/desc
8530
8530
  * @param {*} [options] Override http request option.
8531
8531
  * @throws {RequiredError}
8532
8532
  * @memberof ContactsApi
8533
8533
  */
8534
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
8534
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
8535
8535
  /**
8536
8536
  *
8537
8537
  * @summary Contacts Update
@@ -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 {ContentItemVersionSortBy} [sortBy] Sort key
8792
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8797
+ contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
8887
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
8892
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
8982
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
8987
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
9081
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
9087
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
10052
10052
  /**
10053
10053
  *
10054
10054
  * @summary Create bgeBase embeddings
10055
- * @param {string} chunk
10055
+ * @param {Array<string>} requestBody
10056
10056
  * @param {*} [options] Override http request option.
10057
10057
  * @throws {RequiredError}
10058
10058
  */
10059
- bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10059
+ bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10060
10060
  };
10061
10061
  /**
10062
10062
  * MlApi - functional programming interface
@@ -10066,11 +10066,11 @@ declare const MlApiFp: (configuration?: Configuration) => {
10066
10066
  /**
10067
10067
  *
10068
10068
  * @summary Create bgeBase embeddings
10069
- * @param {string} chunk
10069
+ * @param {Array<string>} requestBody
10070
10070
  * @param {*} [options] Override http request option.
10071
10071
  * @throws {RequiredError}
10072
10072
  */
10073
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
10073
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
10074
10074
  };
10075
10075
  /**
10076
10076
  * MlApi - factory interface
@@ -10080,11 +10080,11 @@ declare const MlApiFactory: (configuration?: Configuration, basePath?: string, a
10080
10080
  /**
10081
10081
  *
10082
10082
  * @summary Create bgeBase embeddings
10083
- * @param {string} chunk
10083
+ * @param {Array<string>} requestBody
10084
10084
  * @param {*} [options] Override http request option.
10085
10085
  * @throws {RequiredError}
10086
10086
  */
10087
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
10087
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
10088
10088
  };
10089
10089
  /**
10090
10090
  * MlApi - object-oriented interface
@@ -10096,12 +10096,12 @@ declare class MlApi extends BaseAPI {
10096
10096
  /**
10097
10097
  *
10098
10098
  * @summary Create bgeBase embeddings
10099
- * @param {string} chunk
10099
+ * @param {Array<string>} requestBody
10100
10100
  * @param {*} [options] Override http request option.
10101
10101
  * @throws {RequiredError}
10102
10102
  * @memberof MlApi
10103
10103
  */
10104
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
10104
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
10105
10105
  }
10106
10106
  /**
10107
10107
  * NotificationsApi - axios parameter creator
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
11039
11039
  /**
11040
11040
  *
11041
11041
  * @summary Create bgeBase embeddings
11042
- * @param {string} chunk
11042
+ * @param {Array<string>} requestBody
11043
11043
  * @param {*} [options] Override http request option.
11044
11044
  * @throws {RequiredError}
11045
11045
  */
11046
- bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11046
+ bgeBaseEmbedding384Create: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11047
11047
  /**
11048
11048
  *
11049
11049
  * @summary Create bgeBase embeddings
11050
- * @param {string} chunk
11050
+ * @param {Array<string>} requestBody
11051
11051
  * @param {*} [options] Override http request option.
11052
11052
  * @throws {RequiredError}
11053
11053
  */
11054
- bgeBaseEmbedding384Create_5: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11054
+ bgeBaseEmbedding384Create_5: (requestBody: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11055
11055
  /**
11056
11056
  *
11057
11057
  * @summary Communities Create
@@ -11265,12 +11265,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
11265
11265
  * @param {string} [cursor] Cursor for keyset paging
11266
11266
  * @param {number} [limit]
11267
11267
  * @param {PaginationDirection} [pageDir] Direction of paging
11268
- * @param {SortByUbFastApi} [sortBy] Sort key
11268
+ * @param {ContactSortBy} [sortBy] Sort key
11269
11269
  * @param {SortOrder} [sortOrder] Sort order asc/desc
11270
11270
  * @param {*} [options] Override http request option.
11271
11271
  * @throws {RequiredError}
11272
11272
  */
11273
- contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11273
+ contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11274
11274
  /**
11275
11275
  *
11276
11276
  * @summary Contacts List
@@ -11278,12 +11278,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
11278
11278
  * @param {string} [cursor] Cursor for keyset paging
11279
11279
  * @param {number} [limit]
11280
11280
  * @param {PaginationDirection} [pageDir] Direction of paging
11281
- * @param {SortByUbFastApi} [sortBy] Sort key
11281
+ * @param {ContactSortBy} [sortBy] Sort key
11282
11282
  * @param {SortOrder} [sortOrder] Sort order asc/desc
11283
11283
  * @param {*} [options] Override http request option.
11284
11284
  * @throws {RequiredError}
11285
11285
  */
11286
- contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11286
+ contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11287
11287
  /**
11288
11288
  *
11289
11289
  * @summary Contact Listing Delete
@@ -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 {ContentItemVersionSortBy} [sortBy] Sort key
11388
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11393
+ contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
11401
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11406
+ contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
12381
12381
  /**
12382
12382
  *
12383
12383
  * @summary Create bgeBase embeddings
12384
- * @param {string} chunk
12384
+ * @param {Array<string>} requestBody
12385
12385
  * @param {*} [options] Override http request option.
12386
12386
  * @throws {RequiredError}
12387
12387
  */
12388
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
12388
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
12389
12389
  /**
12390
12390
  *
12391
12391
  * @summary Create bgeBase embeddings
12392
- * @param {string} chunk
12392
+ * @param {Array<string>} requestBody
12393
12393
  * @param {*} [options] Override http request option.
12394
12394
  * @throws {RequiredError}
12395
12395
  */
12396
- bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
12396
+ bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
12397
12397
  /**
12398
12398
  *
12399
12399
  * @summary Communities Create
@@ -12607,12 +12607,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
12607
12607
  * @param {string} [cursor] Cursor for keyset paging
12608
12608
  * @param {number} [limit]
12609
12609
  * @param {PaginationDirection} [pageDir] Direction of paging
12610
- * @param {SortByUbFastApi} [sortBy] Sort key
12610
+ * @param {ContactSortBy} [sortBy] Sort key
12611
12611
  * @param {SortOrder} [sortOrder] Sort order asc/desc
12612
12612
  * @param {*} [options] Override http request option.
12613
12613
  * @throws {RequiredError}
12614
12614
  */
12615
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
12615
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
12616
12616
  /**
12617
12617
  *
12618
12618
  * @summary Contacts List
@@ -12620,12 +12620,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
12620
12620
  * @param {string} [cursor] Cursor for keyset paging
12621
12621
  * @param {number} [limit]
12622
12622
  * @param {PaginationDirection} [pageDir] Direction of paging
12623
- * @param {SortByUbFastApi} [sortBy] Sort key
12623
+ * @param {ContactSortBy} [sortBy] Sort key
12624
12624
  * @param {SortOrder} [sortOrder] Sort order asc/desc
12625
12625
  * @param {*} [options] Override http request option.
12626
12626
  * @throws {RequiredError}
12627
12627
  */
12628
- contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
12628
+ contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
12629
12629
  /**
12630
12630
  *
12631
12631
  * @summary Contact Listing Delete
@@ -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 {ContentItemVersionSortBy} [sortBy] Sort key
12730
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
12735
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
12743
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
12748
+ contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
13723
13723
  /**
13724
13724
  *
13725
13725
  * @summary Create bgeBase embeddings
13726
- * @param {string} chunk
13726
+ * @param {Array<string>} requestBody
13727
13727
  * @param {*} [options] Override http request option.
13728
13728
  * @throws {RequiredError}
13729
13729
  */
13730
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
13730
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
13731
13731
  /**
13732
13732
  *
13733
13733
  * @summary Create bgeBase embeddings
13734
- * @param {string} chunk
13734
+ * @param {Array<string>} requestBody
13735
13735
  * @param {*} [options] Override http request option.
13736
13736
  * @throws {RequiredError}
13737
13737
  */
13738
- bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
13738
+ bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
13739
13739
  /**
13740
13740
  *
13741
13741
  * @summary Communities Create
@@ -13949,12 +13949,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
13949
13949
  * @param {string} [cursor] Cursor for keyset paging
13950
13950
  * @param {number} [limit]
13951
13951
  * @param {PaginationDirection} [pageDir] Direction of paging
13952
- * @param {SortByUbFastApi} [sortBy] Sort key
13952
+ * @param {ContactSortBy} [sortBy] Sort key
13953
13953
  * @param {SortOrder} [sortOrder] Sort order asc/desc
13954
13954
  * @param {*} [options] Override http request option.
13955
13955
  * @throws {RequiredError}
13956
13956
  */
13957
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
13957
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
13958
13958
  /**
13959
13959
  *
13960
13960
  * @summary Contacts List
@@ -13962,12 +13962,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
13962
13962
  * @param {string} [cursor] Cursor for keyset paging
13963
13963
  * @param {number} [limit]
13964
13964
  * @param {PaginationDirection} [pageDir] Direction of paging
13965
- * @param {SortByUbFastApi} [sortBy] Sort key
13965
+ * @param {ContactSortBy} [sortBy] Sort key
13966
13966
  * @param {SortOrder} [sortOrder] Sort order asc/desc
13967
13967
  * @param {*} [options] Override http request option.
13968
13968
  * @throws {RequiredError}
13969
13969
  */
13970
- contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
13970
+ contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
13971
13971
  /**
13972
13972
  *
13973
13973
  * @summary Contact Listing Delete
@@ -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 {ContentItemVersionSortBy} [sortBy] Sort key
14072
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
14077
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
14085
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
14090
+ contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
15077
15077
  /**
15078
15078
  *
15079
15079
  * @summary Create bgeBase embeddings
15080
- * @param {string} chunk
15080
+ * @param {Array<string>} requestBody
15081
15081
  * @param {*} [options] Override http request option.
15082
15082
  * @throws {RequiredError}
15083
15083
  * @memberof UnboundApi
15084
15084
  */
15085
- bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
15085
+ bgeBaseEmbedding384Create(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
15086
15086
  /**
15087
15087
  *
15088
15088
  * @summary Create bgeBase embeddings
15089
- * @param {string} chunk
15089
+ * @param {Array<string>} requestBody
15090
15090
  * @param {*} [options] Override http request option.
15091
15091
  * @throws {RequiredError}
15092
15092
  * @memberof UnboundApi
15093
15093
  */
15094
- bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
15094
+ bgeBaseEmbedding384Create_5(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
15095
15095
  /**
15096
15096
  *
15097
15097
  * @summary Communities Create
@@ -15329,13 +15329,13 @@ declare class UnboundApi extends BaseAPI {
15329
15329
  * @param {string} [cursor] Cursor for keyset paging
15330
15330
  * @param {number} [limit]
15331
15331
  * @param {PaginationDirection} [pageDir] Direction of paging
15332
- * @param {SortByUbFastApi} [sortBy] Sort key
15332
+ * @param {ContactSortBy} [sortBy] Sort key
15333
15333
  * @param {SortOrder} [sortOrder] Sort order asc/desc
15334
15334
  * @param {*} [options] Override http request option.
15335
15335
  * @throws {RequiredError}
15336
15336
  * @memberof UnboundApi
15337
15337
  */
15338
- contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
15338
+ contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
15339
15339
  /**
15340
15340
  *
15341
15341
  * @summary Contacts List
@@ -15343,13 +15343,13 @@ declare class UnboundApi extends BaseAPI {
15343
15343
  * @param {string} [cursor] Cursor for keyset paging
15344
15344
  * @param {number} [limit]
15345
15345
  * @param {PaginationDirection} [pageDir] Direction of paging
15346
- * @param {SortByUbFastApi} [sortBy] Sort key
15346
+ * @param {ContactSortBy} [sortBy] Sort key
15347
15347
  * @param {SortOrder} [sortOrder] Sort order asc/desc
15348
15348
  * @param {*} [options] Override http request option.
15349
15349
  * @throws {RequiredError}
15350
15350
  * @memberof UnboundApi
15351
15351
  */
15352
- contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
15352
+ contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
15353
15353
  /**
15354
15354
  *
15355
15355
  * @summary Contact Listing Delete
@@ -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 {ContentItemVersionSortBy} [sortBy] Sort key
15464
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
15470
+ contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {ContentItemVersionSortBy} [sortBy] Sort key
15478
+ * @param {SortByUbFastApi} [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?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
15484
+ contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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
@@ -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, 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, 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, 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 };