@ember-home/unbound-ts-client 1.0.86 → 1.0.88
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 +87 -87
- package/dist/index.d.ts +87 -87
- package/dist/index.js +76 -73
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +76 -73
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.88
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.88
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1371,17 +1371,6 @@ 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];
|
|
1385
1374
|
/**
|
|
1386
1375
|
*
|
|
1387
1376
|
* @export
|
|
@@ -6066,6 +6055,15 @@ interface ReservationProviderInfo {
|
|
|
6066
6055
|
*/
|
|
6067
6056
|
'providerUpdatedAt': string;
|
|
6068
6057
|
}
|
|
6058
|
+
/**
|
|
6059
|
+
*
|
|
6060
|
+
* @export
|
|
6061
|
+
* @enum {string}
|
|
6062
|
+
*/
|
|
6063
|
+
declare const ReservationSortBy: {
|
|
6064
|
+
readonly ArrivalAtPropertyTz: "arrival_at_property_tz";
|
|
6065
|
+
};
|
|
6066
|
+
type ReservationSortBy = typeof ReservationSortBy[keyof typeof ReservationSortBy];
|
|
6069
6067
|
/**
|
|
6070
6068
|
*
|
|
6071
6069
|
* @export
|
|
@@ -6619,7 +6617,9 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6619
6617
|
* @enum {string}
|
|
6620
6618
|
*/
|
|
6621
6619
|
declare const SortByUbFastApi: {
|
|
6622
|
-
readonly
|
|
6620
|
+
readonly LastFirstCompany: "lastFirstCompany";
|
|
6621
|
+
readonly FirstLastCompany: "firstLastCompany";
|
|
6622
|
+
readonly CompanyLastFirst: "companyLastFirst";
|
|
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 {
|
|
8057
|
+
* @param {SortByUbFastApi} [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?:
|
|
8062
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
8211
|
+
* @param {SortByUbFastApi} [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?:
|
|
8216
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
8365
|
+
* @param {SortByUbFastApi} [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?:
|
|
8370
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
8528
|
+
* @param {SortByUbFastApi} [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?:
|
|
8534
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
8535
8535
|
/**
|
|
8536
8536
|
*
|
|
8537
8537
|
* @summary Contacts Update
|
|
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
*
|
|
10054
10054
|
* @summary Create bgeBase embeddings
|
|
10055
|
-
* @param {
|
|
10055
|
+
* @param {string} chunk
|
|
10056
10056
|
* @param {*} [options] Override http request option.
|
|
10057
10057
|
* @throws {RequiredError}
|
|
10058
10058
|
*/
|
|
10059
|
-
bgeBaseEmbedding384Create: (
|
|
10059
|
+
bgeBaseEmbedding384Create: (chunk: 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 {
|
|
10069
|
+
* @param {string} chunk
|
|
10070
10070
|
* @param {*} [options] Override http request option.
|
|
10071
10071
|
* @throws {RequiredError}
|
|
10072
10072
|
*/
|
|
10073
|
-
bgeBaseEmbedding384Create(
|
|
10073
|
+
bgeBaseEmbedding384Create(chunk: 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 {
|
|
10083
|
+
* @param {string} chunk
|
|
10084
10084
|
* @param {*} [options] Override http request option.
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
*/
|
|
10087
|
-
bgeBaseEmbedding384Create(
|
|
10087
|
+
bgeBaseEmbedding384Create(chunk: 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 {
|
|
10099
|
+
* @param {string} chunk
|
|
10100
10100
|
* @param {*} [options] Override http request option.
|
|
10101
10101
|
* @throws {RequiredError}
|
|
10102
10102
|
* @memberof MlApi
|
|
10103
10103
|
*/
|
|
10104
|
-
bgeBaseEmbedding384Create(
|
|
10104
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
10105
10105
|
}
|
|
10106
10106
|
/**
|
|
10107
10107
|
* NotificationsApi - axios parameter creator
|
|
@@ -10484,12 +10484,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10484
10484
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10485
10485
|
* @param {number} [limit]
|
|
10486
10486
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10487
|
-
* @param {
|
|
10487
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
10488
10488
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10489
10489
|
* @param {*} [options] Override http request option.
|
|
10490
10490
|
* @throws {RequiredError}
|
|
10491
10491
|
*/
|
|
10492
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10492
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10493
10493
|
};
|
|
10494
10494
|
/**
|
|
10495
10495
|
* ReservationsApi - functional programming interface
|
|
@@ -10534,12 +10534,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
10534
10534
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10535
10535
|
* @param {number} [limit]
|
|
10536
10536
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10537
|
-
* @param {
|
|
10537
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
10538
10538
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10539
10539
|
* @param {*} [options] Override http request option.
|
|
10540
10540
|
* @throws {RequiredError}
|
|
10541
10541
|
*/
|
|
10542
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10542
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
10543
10543
|
};
|
|
10544
10544
|
/**
|
|
10545
10545
|
* ReservationsApi - factory interface
|
|
@@ -10584,12 +10584,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10584
10584
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10585
10585
|
* @param {number} [limit]
|
|
10586
10586
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10587
|
-
* @param {
|
|
10587
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
10588
10588
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10589
10589
|
* @param {*} [options] Override http request option.
|
|
10590
10590
|
* @throws {RequiredError}
|
|
10591
10591
|
*/
|
|
10592
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10592
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
10593
10593
|
};
|
|
10594
10594
|
/**
|
|
10595
10595
|
* ReservationsApi - object-oriented interface
|
|
@@ -10639,13 +10639,13 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
10639
10639
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10640
10640
|
* @param {number} [limit]
|
|
10641
10641
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10642
|
-
* @param {
|
|
10642
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
10643
10643
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10644
10644
|
* @param {*} [options] Override http request option.
|
|
10645
10645
|
* @throws {RequiredError}
|
|
10646
10646
|
* @memberof ReservationsApi
|
|
10647
10647
|
*/
|
|
10648
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10648
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
10649
10649
|
}
|
|
10650
10650
|
/**
|
|
10651
10651
|
* RolesApi - axios parameter creator
|
|
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11039
11039
|
/**
|
|
11040
11040
|
*
|
|
11041
11041
|
* @summary Create bgeBase embeddings
|
|
11042
|
-
* @param {
|
|
11042
|
+
* @param {string} chunk
|
|
11043
11043
|
* @param {*} [options] Override http request option.
|
|
11044
11044
|
* @throws {RequiredError}
|
|
11045
11045
|
*/
|
|
11046
|
-
bgeBaseEmbedding384Create: (
|
|
11046
|
+
bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
11049
|
* @summary Create bgeBase embeddings
|
|
11050
|
-
* @param {
|
|
11050
|
+
* @param {string} chunk
|
|
11051
11051
|
* @param {*} [options] Override http request option.
|
|
11052
11052
|
* @throws {RequiredError}
|
|
11053
11053
|
*/
|
|
11054
|
-
bgeBaseEmbedding384Create_5: (
|
|
11054
|
+
bgeBaseEmbedding384Create_5: (chunk: 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 {
|
|
11268
|
+
* @param {SortByUbFastApi} [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?:
|
|
11273
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
11281
|
+
* @param {SortByUbFastApi} [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?:
|
|
11286
|
+
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11287
11287
|
/**
|
|
11288
11288
|
*
|
|
11289
11289
|
* @summary Contact Listing Delete
|
|
@@ -12155,12 +12155,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12155
12155
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12156
12156
|
* @param {number} [limit]
|
|
12157
12157
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12158
|
-
* @param {
|
|
12158
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
12159
12159
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12160
12160
|
* @param {*} [options] Override http request option.
|
|
12161
12161
|
* @throws {RequiredError}
|
|
12162
12162
|
*/
|
|
12163
|
-
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12163
|
+
reservationsList: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12164
12164
|
/**
|
|
12165
12165
|
*
|
|
12166
12166
|
* @summary Reservations List
|
|
@@ -12169,12 +12169,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12169
12169
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12170
12170
|
* @param {number} [limit]
|
|
12171
12171
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12172
|
-
* @param {
|
|
12172
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
12173
12173
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12174
12174
|
* @param {*} [options] Override http request option.
|
|
12175
12175
|
* @throws {RequiredError}
|
|
12176
12176
|
*/
|
|
12177
|
-
reservationsList_60: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12177
|
+
reservationsList_60: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12178
12178
|
/**
|
|
12179
12179
|
*
|
|
12180
12180
|
* @summary Roles Add Permission
|
|
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
*
|
|
12383
12383
|
* @summary Create bgeBase embeddings
|
|
12384
|
-
* @param {
|
|
12384
|
+
* @param {string} chunk
|
|
12385
12385
|
* @param {*} [options] Override http request option.
|
|
12386
12386
|
* @throws {RequiredError}
|
|
12387
12387
|
*/
|
|
12388
|
-
bgeBaseEmbedding384Create(
|
|
12388
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12389
12389
|
/**
|
|
12390
12390
|
*
|
|
12391
12391
|
* @summary Create bgeBase embeddings
|
|
12392
|
-
* @param {
|
|
12392
|
+
* @param {string} chunk
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
bgeBaseEmbedding384Create_5(
|
|
12396
|
+
bgeBaseEmbedding384Create_5(chunk: 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 {
|
|
12610
|
+
* @param {SortByUbFastApi} [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?:
|
|
12615
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
12623
|
+
* @param {SortByUbFastApi} [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?:
|
|
12628
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12629
12629
|
/**
|
|
12630
12630
|
*
|
|
12631
12631
|
* @summary Contact Listing Delete
|
|
@@ -13497,12 +13497,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13497
13497
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13498
13498
|
* @param {number} [limit]
|
|
13499
13499
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13500
|
-
* @param {
|
|
13500
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
13501
13501
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13502
13502
|
* @param {*} [options] Override http request option.
|
|
13503
13503
|
* @throws {RequiredError}
|
|
13504
13504
|
*/
|
|
13505
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13505
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13506
13506
|
/**
|
|
13507
13507
|
*
|
|
13508
13508
|
* @summary Reservations List
|
|
@@ -13511,12 +13511,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13511
13511
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13512
13512
|
* @param {number} [limit]
|
|
13513
13513
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13514
|
-
* @param {
|
|
13514
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
13515
13515
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13516
13516
|
* @param {*} [options] Override http request option.
|
|
13517
13517
|
* @throws {RequiredError}
|
|
13518
13518
|
*/
|
|
13519
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13519
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13520
13520
|
/**
|
|
13521
13521
|
*
|
|
13522
13522
|
* @summary Roles Add Permission
|
|
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13723
13723
|
/**
|
|
13724
13724
|
*
|
|
13725
13725
|
* @summary Create bgeBase embeddings
|
|
13726
|
-
* @param {
|
|
13726
|
+
* @param {string} chunk
|
|
13727
13727
|
* @param {*} [options] Override http request option.
|
|
13728
13728
|
* @throws {RequiredError}
|
|
13729
13729
|
*/
|
|
13730
|
-
bgeBaseEmbedding384Create(
|
|
13730
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13731
13731
|
/**
|
|
13732
13732
|
*
|
|
13733
13733
|
* @summary Create bgeBase embeddings
|
|
13734
|
-
* @param {
|
|
13734
|
+
* @param {string} chunk
|
|
13735
13735
|
* @param {*} [options] Override http request option.
|
|
13736
13736
|
* @throws {RequiredError}
|
|
13737
13737
|
*/
|
|
13738
|
-
bgeBaseEmbedding384Create_5(
|
|
13738
|
+
bgeBaseEmbedding384Create_5(chunk: 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 {
|
|
13952
|
+
* @param {SortByUbFastApi} [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?:
|
|
13957
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
13965
|
+
* @param {SortByUbFastApi} [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?:
|
|
13970
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13971
13971
|
/**
|
|
13972
13972
|
*
|
|
13973
13973
|
* @summary Contact Listing Delete
|
|
@@ -14839,12 +14839,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14839
14839
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14840
14840
|
* @param {number} [limit]
|
|
14841
14841
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14842
|
-
* @param {
|
|
14842
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
14843
14843
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14844
14844
|
* @param {*} [options] Override http request option.
|
|
14845
14845
|
* @throws {RequiredError}
|
|
14846
14846
|
*/
|
|
14847
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14847
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14848
14848
|
/**
|
|
14849
14849
|
*
|
|
14850
14850
|
* @summary Reservations List
|
|
@@ -14853,12 +14853,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14853
14853
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14854
14854
|
* @param {number} [limit]
|
|
14855
14855
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14856
|
-
* @param {
|
|
14856
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
14857
14857
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14858
14858
|
* @param {*} [options] Override http request option.
|
|
14859
14859
|
* @throws {RequiredError}
|
|
14860
14860
|
*/
|
|
14861
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14861
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14862
14862
|
/**
|
|
14863
14863
|
*
|
|
14864
14864
|
* @summary Roles Add Permission
|
|
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15077
15077
|
/**
|
|
15078
15078
|
*
|
|
15079
15079
|
* @summary Create bgeBase embeddings
|
|
15080
|
-
* @param {
|
|
15080
|
+
* @param {string} chunk
|
|
15081
15081
|
* @param {*} [options] Override http request option.
|
|
15082
15082
|
* @throws {RequiredError}
|
|
15083
15083
|
* @memberof UnboundApi
|
|
15084
15084
|
*/
|
|
15085
|
-
bgeBaseEmbedding384Create(
|
|
15085
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15086
15086
|
/**
|
|
15087
15087
|
*
|
|
15088
15088
|
* @summary Create bgeBase embeddings
|
|
15089
|
-
* @param {
|
|
15089
|
+
* @param {string} chunk
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
15091
15091
|
* @throws {RequiredError}
|
|
15092
15092
|
* @memberof UnboundApi
|
|
15093
15093
|
*/
|
|
15094
|
-
bgeBaseEmbedding384Create_5(
|
|
15094
|
+
bgeBaseEmbedding384Create_5(chunk: 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 {
|
|
15332
|
+
* @param {SortByUbFastApi} [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?:
|
|
15338
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, 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 {
|
|
15346
|
+
* @param {SortByUbFastApi} [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?:
|
|
15352
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
15353
15353
|
/**
|
|
15354
15354
|
*
|
|
15355
15355
|
* @summary Contact Listing Delete
|
|
@@ -16314,13 +16314,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16314
16314
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16315
16315
|
* @param {number} [limit]
|
|
16316
16316
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16317
|
-
* @param {
|
|
16317
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
16318
16318
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16319
16319
|
* @param {*} [options] Override http request option.
|
|
16320
16320
|
* @throws {RequiredError}
|
|
16321
16321
|
* @memberof UnboundApi
|
|
16322
16322
|
*/
|
|
16323
|
-
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16323
|
+
reservationsList(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16324
16324
|
/**
|
|
16325
16325
|
*
|
|
16326
16326
|
* @summary Reservations List
|
|
@@ -16329,13 +16329,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16329
16329
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16330
16330
|
* @param {number} [limit]
|
|
16331
16331
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16332
|
-
* @param {
|
|
16332
|
+
* @param {ReservationSortBy} [sortBy] Sort key
|
|
16333
16333
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16334
16334
|
* @param {*} [options] Override http request option.
|
|
16335
16335
|
* @throws {RequiredError}
|
|
16336
16336
|
* @memberof UnboundApi
|
|
16337
16337
|
*/
|
|
16338
|
-
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16338
|
+
reservationsList_60(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
16339
16339
|
/**
|
|
16340
16340
|
*
|
|
16341
16341
|
* @summary Roles Add Permission
|
|
@@ -16668,4 +16668,4 @@ declare class UsersApi extends BaseAPI {
|
|
|
16668
16668
|
usersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi[], any>>;
|
|
16669
16669
|
}
|
|
16670
16670
|
|
|
16671
|
-
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate,
|
|
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 };
|