@ember-home/unbound-ts-client 1.0.90 → 1.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +62 -62
- package/dist/index.d.ts +62 -62
- package/dist/index.js +30 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.91
|
|
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.91
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1823,6 +1823,16 @@ interface ContentItemVersion {
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
'version': number;
|
|
1825
1825
|
}
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @export
|
|
1829
|
+
* @enum {string}
|
|
1830
|
+
*/
|
|
1831
|
+
declare const ContentItemVersionSortBy: {
|
|
1832
|
+
readonly Version: "version";
|
|
1833
|
+
readonly CreatedAt: "created_at";
|
|
1834
|
+
};
|
|
1835
|
+
type ContentItemVersionSortBy = typeof ContentItemVersionSortBy[keyof typeof ContentItemVersionSortBy];
|
|
1826
1836
|
/**
|
|
1827
1837
|
*
|
|
1828
1838
|
* @export
|
|
@@ -4177,15 +4187,6 @@ declare const MessageDirection: {
|
|
|
4177
4187
|
readonly Outbound: "OUTBOUND";
|
|
4178
4188
|
};
|
|
4179
4189
|
type MessageDirection = typeof MessageDirection[keyof typeof MessageDirection];
|
|
4180
|
-
/**
|
|
4181
|
-
*
|
|
4182
|
-
* @export
|
|
4183
|
-
* @enum {string}
|
|
4184
|
-
*/
|
|
4185
|
-
declare const MessageSortBy: {
|
|
4186
|
-
readonly SentAt: "sentAt";
|
|
4187
|
-
};
|
|
4188
|
-
type MessageSortBy = typeof MessageSortBy[keyof typeof MessageSortBy];
|
|
4189
4190
|
/**
|
|
4190
4191
|
*
|
|
4191
4192
|
* @export
|
|
@@ -6618,8 +6619,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6618
6619
|
* @enum {string}
|
|
6619
6620
|
*/
|
|
6620
6621
|
declare const SortByUbFastApi: {
|
|
6621
|
-
readonly
|
|
6622
|
-
readonly CreatedAt: "created_at";
|
|
6622
|
+
readonly SentAt: "sentAt";
|
|
6623
6623
|
};
|
|
6624
6624
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6625
6625
|
/**
|
|
@@ -8789,12 +8789,12 @@ declare const ContentItemsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8789
8789
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8790
8790
|
* @param {number} [limit]
|
|
8791
8791
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8792
|
-
* @param {
|
|
8792
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8793
8793
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8794
8794
|
* @param {*} [options] Override http request option.
|
|
8795
8795
|
* @throws {RequiredError}
|
|
8796
8796
|
*/
|
|
8797
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8797
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8798
8798
|
/**
|
|
8799
8799
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8800
8800
|
* @summary Content Item Batch Resources Update
|
|
@@ -8884,12 +8884,12 @@ declare const ContentItemsApiFp: (configuration?: Configuration) => {
|
|
|
8884
8884
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8885
8885
|
* @param {number} [limit]
|
|
8886
8886
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8887
|
-
* @param {
|
|
8887
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8888
8888
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8889
8889
|
* @param {*} [options] Override http request option.
|
|
8890
8890
|
* @throws {RequiredError}
|
|
8891
8891
|
*/
|
|
8892
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8892
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
8893
8893
|
/**
|
|
8894
8894
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8895
8895
|
* @summary Content Item Batch Resources Update
|
|
@@ -8979,12 +8979,12 @@ declare const ContentItemsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8979
8979
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8980
8980
|
* @param {number} [limit]
|
|
8981
8981
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8982
|
-
* @param {
|
|
8982
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
8983
8983
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8984
8984
|
* @param {*} [options] Override http request option.
|
|
8985
8985
|
* @throws {RequiredError}
|
|
8986
8986
|
*/
|
|
8987
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8987
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
8990
8990
|
* @summary Content Item Batch Resources Update
|
|
@@ -9078,13 +9078,13 @@ declare class ContentItemsApi extends BaseAPI {
|
|
|
9078
9078
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9079
9079
|
* @param {number} [limit]
|
|
9080
9080
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9081
|
-
* @param {
|
|
9081
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
9082
9082
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9083
9083
|
* @param {*} [options] Override http request option.
|
|
9084
9084
|
* @throws {RequiredError}
|
|
9085
9085
|
* @memberof ContentItemsApi
|
|
9086
9086
|
*/
|
|
9087
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9087
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
9088
9088
|
/**
|
|
9089
9089
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
9090
9090
|
* @summary Content Item Batch Resources Update
|
|
@@ -9909,12 +9909,12 @@ declare const MessagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
9909
9909
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9910
9910
|
* @param {number} [limit]
|
|
9911
9911
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9912
|
-
* @param {
|
|
9912
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9913
9913
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9914
9914
|
* @param {*} [options] Override http request option.
|
|
9915
9915
|
* @throws {RequiredError}
|
|
9916
9916
|
*/
|
|
9917
|
-
messagesList: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9917
|
+
messagesList: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9918
9918
|
};
|
|
9919
9919
|
/**
|
|
9920
9920
|
* MessagesApi - functional programming interface
|
|
@@ -9950,12 +9950,12 @@ declare const MessagesApiFp: (configuration?: Configuration) => {
|
|
|
9950
9950
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9951
9951
|
* @param {number} [limit]
|
|
9952
9952
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9953
|
-
* @param {
|
|
9953
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9954
9954
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9955
9955
|
* @param {*} [options] Override http request option.
|
|
9956
9956
|
* @throws {RequiredError}
|
|
9957
9957
|
*/
|
|
9958
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9958
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessage>>;
|
|
9959
9959
|
};
|
|
9960
9960
|
/**
|
|
9961
9961
|
* MessagesApi - factory interface
|
|
@@ -9991,12 +9991,12 @@ declare const MessagesApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
9991
9991
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9992
9992
|
* @param {number} [limit]
|
|
9993
9993
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9994
|
-
* @param {
|
|
9994
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9995
9995
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9996
9996
|
* @param {*} [options] Override http request option.
|
|
9997
9997
|
* @throws {RequiredError}
|
|
9998
9998
|
*/
|
|
9999
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9999
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessage>;
|
|
10000
10000
|
};
|
|
10001
10001
|
/**
|
|
10002
10002
|
* MessagesApi - object-oriented interface
|
|
@@ -10036,13 +10036,13 @@ declare class MessagesApi extends BaseAPI {
|
|
|
10036
10036
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10037
10037
|
* @param {number} [limit]
|
|
10038
10038
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10039
|
-
* @param {
|
|
10039
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10040
10040
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10041
10041
|
* @param {*} [options] Override http request option.
|
|
10042
10042
|
* @throws {RequiredError}
|
|
10043
10043
|
* @memberof MessagesApi
|
|
10044
10044
|
*/
|
|
10045
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10045
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessage, any>>;
|
|
10046
10046
|
}
|
|
10047
10047
|
/**
|
|
10048
10048
|
* MlApi - axios parameter creator
|
|
@@ -11385,12 +11385,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11385
11385
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11386
11386
|
* @param {number} [limit]
|
|
11387
11387
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11388
|
-
* @param {
|
|
11388
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
11389
11389
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11390
11390
|
* @param {*} [options] Override http request option.
|
|
11391
11391
|
* @throws {RequiredError}
|
|
11392
11392
|
*/
|
|
11393
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11393
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11394
11394
|
/**
|
|
11395
11395
|
*
|
|
11396
11396
|
* @summary Content Item Versions List
|
|
@@ -11398,12 +11398,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11398
11398
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11399
11399
|
* @param {number} [limit]
|
|
11400
11400
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11401
|
-
* @param {
|
|
11401
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
11402
11402
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11403
11403
|
* @param {*} [options] Override http request option.
|
|
11404
11404
|
* @throws {RequiredError}
|
|
11405
11405
|
*/
|
|
11406
|
-
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11406
|
+
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11407
11407
|
/**
|
|
11408
11408
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
11409
11409
|
* @summary Content Item Batch Resources Update
|
|
@@ -11932,12 +11932,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11932
11932
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11933
11933
|
* @param {number} [limit]
|
|
11934
11934
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11935
|
-
* @param {
|
|
11935
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11936
11936
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11937
11937
|
* @param {*} [options] Override http request option.
|
|
11938
11938
|
* @throws {RequiredError}
|
|
11939
11939
|
*/
|
|
11940
|
-
messagesList: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11940
|
+
messagesList: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11941
11941
|
/**
|
|
11942
11942
|
*
|
|
11943
11943
|
* @summary Messages List
|
|
@@ -11950,12 +11950,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11950
11950
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11951
11951
|
* @param {number} [limit]
|
|
11952
11952
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11953
|
-
* @param {
|
|
11953
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11954
11954
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11955
11955
|
* @param {*} [options] Override http request option.
|
|
11956
11956
|
* @throws {RequiredError}
|
|
11957
11957
|
*/
|
|
11958
|
-
messagesList_52: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11958
|
+
messagesList_52: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11959
11959
|
/**
|
|
11960
11960
|
*
|
|
11961
11961
|
* @summary Notifications Create
|
|
@@ -12727,12 +12727,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12727
12727
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12728
12728
|
* @param {number} [limit]
|
|
12729
12729
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12730
|
-
* @param {
|
|
12730
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
12731
12731
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12732
12732
|
* @param {*} [options] Override http request option.
|
|
12733
12733
|
* @throws {RequiredError}
|
|
12734
12734
|
*/
|
|
12735
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12735
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12736
12736
|
/**
|
|
12737
12737
|
*
|
|
12738
12738
|
* @summary Content Item Versions List
|
|
@@ -12740,12 +12740,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12740
12740
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12741
12741
|
* @param {number} [limit]
|
|
12742
12742
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12743
|
-
* @param {
|
|
12743
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
12744
12744
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12745
12745
|
* @param {*} [options] Override http request option.
|
|
12746
12746
|
* @throws {RequiredError}
|
|
12747
12747
|
*/
|
|
12748
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12748
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12749
12749
|
/**
|
|
12750
12750
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
12751
12751
|
* @summary Content Item Batch Resources Update
|
|
@@ -13274,12 +13274,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13274
13274
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13275
13275
|
* @param {number} [limit]
|
|
13276
13276
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13277
|
-
* @param {
|
|
13277
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13278
13278
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13279
13279
|
* @param {*} [options] Override http request option.
|
|
13280
13280
|
* @throws {RequiredError}
|
|
13281
13281
|
*/
|
|
13282
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13282
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessage>>;
|
|
13283
13283
|
/**
|
|
13284
13284
|
*
|
|
13285
13285
|
* @summary Messages List
|
|
@@ -13292,12 +13292,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13292
13292
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13293
13293
|
* @param {number} [limit]
|
|
13294
13294
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13295
|
-
* @param {
|
|
13295
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13296
13296
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13297
13297
|
* @param {*} [options] Override http request option.
|
|
13298
13298
|
* @throws {RequiredError}
|
|
13299
13299
|
*/
|
|
13300
|
-
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13300
|
+
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessage>>;
|
|
13301
13301
|
/**
|
|
13302
13302
|
*
|
|
13303
13303
|
* @summary Notifications Create
|
|
@@ -14069,12 +14069,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14069
14069
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14070
14070
|
* @param {number} [limit]
|
|
14071
14071
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14072
|
-
* @param {
|
|
14072
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
14073
14073
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14074
14074
|
* @param {*} [options] Override http request option.
|
|
14075
14075
|
* @throws {RequiredError}
|
|
14076
14076
|
*/
|
|
14077
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14077
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
14078
14078
|
/**
|
|
14079
14079
|
*
|
|
14080
14080
|
* @summary Content Item Versions List
|
|
@@ -14082,12 +14082,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14082
14082
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14083
14083
|
* @param {number} [limit]
|
|
14084
14084
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14085
|
-
* @param {
|
|
14085
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
14086
14086
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14087
14087
|
* @param {*} [options] Override http request option.
|
|
14088
14088
|
* @throws {RequiredError}
|
|
14089
14089
|
*/
|
|
14090
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14090
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
14091
14091
|
/**
|
|
14092
14092
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
14093
14093
|
* @summary Content Item Batch Resources Update
|
|
@@ -14616,12 +14616,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14616
14616
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14617
14617
|
* @param {number} [limit]
|
|
14618
14618
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14619
|
-
* @param {
|
|
14619
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14620
14620
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14621
14621
|
* @param {*} [options] Override http request option.
|
|
14622
14622
|
* @throws {RequiredError}
|
|
14623
14623
|
*/
|
|
14624
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14624
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessage>;
|
|
14625
14625
|
/**
|
|
14626
14626
|
*
|
|
14627
14627
|
* @summary Messages List
|
|
@@ -14634,12 +14634,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14634
14634
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14635
14635
|
* @param {number} [limit]
|
|
14636
14636
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14637
|
-
* @param {
|
|
14637
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14638
14638
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14639
14639
|
* @param {*} [options] Override http request option.
|
|
14640
14640
|
* @throws {RequiredError}
|
|
14641
14641
|
*/
|
|
14642
|
-
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14642
|
+
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessage>;
|
|
14643
14643
|
/**
|
|
14644
14644
|
*
|
|
14645
14645
|
* @summary Notifications Create
|
|
@@ -15461,13 +15461,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15461
15461
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15462
15462
|
* @param {number} [limit]
|
|
15463
15463
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15464
|
-
* @param {
|
|
15464
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
15465
15465
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15466
15466
|
* @param {*} [options] Override http request option.
|
|
15467
15467
|
* @throws {RequiredError}
|
|
15468
15468
|
* @memberof UnboundApi
|
|
15469
15469
|
*/
|
|
15470
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15470
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15471
15471
|
/**
|
|
15472
15472
|
*
|
|
15473
15473
|
* @summary Content Item Versions List
|
|
@@ -15475,13 +15475,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15475
15475
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15476
15476
|
* @param {number} [limit]
|
|
15477
15477
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15478
|
-
* @param {
|
|
15478
|
+
* @param {ContentItemVersionSortBy} [sortBy] Sort key
|
|
15479
15479
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15480
15480
|
* @param {*} [options] Override http request option.
|
|
15481
15481
|
* @throws {RequiredError}
|
|
15482
15482
|
* @memberof UnboundApi
|
|
15483
15483
|
*/
|
|
15484
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15484
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15485
15485
|
/**
|
|
15486
15486
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
15487
15487
|
* @summary Content Item Batch Resources Update
|
|
@@ -16067,13 +16067,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16067
16067
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16068
16068
|
* @param {number} [limit]
|
|
16069
16069
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16070
|
-
* @param {
|
|
16070
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16071
16071
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16072
16072
|
* @param {*} [options] Override http request option.
|
|
16073
16073
|
* @throws {RequiredError}
|
|
16074
16074
|
* @memberof UnboundApi
|
|
16075
16075
|
*/
|
|
16076
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16076
|
+
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessage, any>>;
|
|
16077
16077
|
/**
|
|
16078
16078
|
*
|
|
16079
16079
|
* @summary Messages List
|
|
@@ -16086,13 +16086,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16086
16086
|
* @param {string} [cursor] Cursor for keyset paging
|
|
16087
16087
|
* @param {number} [limit]
|
|
16088
16088
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
16089
|
-
* @param {
|
|
16089
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
16090
16090
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
16091
16091
|
* @param {*} [options] Override http request option.
|
|
16092
16092
|
* @throws {RequiredError}
|
|
16093
16093
|
* @memberof UnboundApi
|
|
16094
16094
|
*/
|
|
16095
|
-
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16095
|
+
messagesList_52(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessage, any>>;
|
|
16096
16096
|
/**
|
|
16097
16097
|
*
|
|
16098
16098
|
* @summary Notifications Create
|
|
@@ -16668,4 +16668,4 @@ declare class UsersApi extends BaseAPI {
|
|
|
16668
16668
|
usersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi[], any>>;
|
|
16669
16669
|
}
|
|
16670
16670
|
|
|
16671
|
-
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationAIQuery, type ConversationAIQueryMessageSuggestion, type ConversationAIQueryResponse, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailNotification, type EmailNotificationCreate, EmailNotificationCreateNotificationTypeEnum, EmailNotificationNotificationTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type GeneralAIQuery, type GeneralAIQueryResponse, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection,
|
|
16671
|
+
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemVersionSortBy, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationAIQuery, type ConversationAIQueryMessageSuggestion, type ConversationAIQueryResponse, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailNotification, type EmailNotificationCreate, EmailNotificationCreateNotificationTypeEnum, EmailNotificationNotificationTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type GeneralAIQuery, type GeneralAIQueryResponse, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, 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 };
|