@ember-home/unbound-ts-client 1.0.91 → 1.0.93
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 +61 -61
- package/dist/index.d.ts +61 -61
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +29 -29
- 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.93
|
|
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.93
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3506,15 +3506,6 @@ interface ListingBaseChannelInfoChannelDetails {
|
|
|
3506
3506
|
*/
|
|
3507
3507
|
'channelPropertyDescription'?: string;
|
|
3508
3508
|
}
|
|
3509
|
-
/**
|
|
3510
|
-
*
|
|
3511
|
-
* @export
|
|
3512
|
-
* @enum {string}
|
|
3513
|
-
*/
|
|
3514
|
-
declare const ListingSortBy: {
|
|
3515
|
-
readonly Title: "title";
|
|
3516
|
-
};
|
|
3517
|
-
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
3518
3509
|
/**
|
|
3519
3510
|
*
|
|
3520
3511
|
* @export
|
|
@@ -4187,6 +4178,15 @@ declare const MessageDirection: {
|
|
|
4187
4178
|
readonly Outbound: "OUTBOUND";
|
|
4188
4179
|
};
|
|
4189
4180
|
type MessageDirection = typeof MessageDirection[keyof typeof MessageDirection];
|
|
4181
|
+
/**
|
|
4182
|
+
*
|
|
4183
|
+
* @export
|
|
4184
|
+
* @enum {string}
|
|
4185
|
+
*/
|
|
4186
|
+
declare const MessageSortBy: {
|
|
4187
|
+
readonly SentAt: "sentAt";
|
|
4188
|
+
};
|
|
4189
|
+
type MessageSortBy = typeof MessageSortBy[keyof typeof MessageSortBy];
|
|
4190
4190
|
/**
|
|
4191
4191
|
*
|
|
4192
4192
|
* @export
|
|
@@ -6619,7 +6619,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6619
6619
|
* @enum {string}
|
|
6620
6620
|
*/
|
|
6621
6621
|
declare const SortByUbFastApi: {
|
|
6622
|
-
readonly
|
|
6622
|
+
readonly Title: "title";
|
|
6623
6623
|
};
|
|
6624
6624
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6625
6625
|
/**
|
|
@@ -9654,12 +9654,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
9654
9654
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9655
9655
|
* @param {number} [limit]
|
|
9656
9656
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9657
|
-
* @param {
|
|
9657
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9658
9658
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9659
9659
|
* @param {*} [options] Override http request option.
|
|
9660
9660
|
* @throws {RequiredError}
|
|
9661
9661
|
*/
|
|
9662
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9662
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9663
9663
|
};
|
|
9664
9664
|
/**
|
|
9665
9665
|
* ListingsApi - functional programming interface
|
|
@@ -9705,12 +9705,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
9705
9705
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9706
9706
|
* @param {number} [limit]
|
|
9707
9707
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9708
|
-
* @param {
|
|
9708
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9709
9709
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9710
9710
|
* @param {*} [options] Override http request option.
|
|
9711
9711
|
* @throws {RequiredError}
|
|
9712
9712
|
*/
|
|
9713
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9713
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
9714
9714
|
};
|
|
9715
9715
|
/**
|
|
9716
9716
|
* ListingsApi - factory interface
|
|
@@ -9756,12 +9756,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
9756
9756
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9757
9757
|
* @param {number} [limit]
|
|
9758
9758
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9759
|
-
* @param {
|
|
9759
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9760
9760
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9761
9761
|
* @param {*} [options] Override http request option.
|
|
9762
9762
|
* @throws {RequiredError}
|
|
9763
9763
|
*/
|
|
9764
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9764
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
9765
9765
|
};
|
|
9766
9766
|
/**
|
|
9767
9767
|
* ListingsApi - object-oriented interface
|
|
@@ -9812,13 +9812,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
9812
9812
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9813
9813
|
* @param {number} [limit]
|
|
9814
9814
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9815
|
-
* @param {
|
|
9815
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9816
9816
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9817
9817
|
* @param {*} [options] Override http request option.
|
|
9818
9818
|
* @throws {RequiredError}
|
|
9819
9819
|
* @memberof ListingsApi
|
|
9820
9820
|
*/
|
|
9821
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9821
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
9822
9822
|
}
|
|
9823
9823
|
/**
|
|
9824
9824
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessage, any>>;
|
|
10046
10046
|
}
|
|
10047
10047
|
/**
|
|
10048
10048
|
* MlApi - axios parameter creator
|
|
@@ -11851,12 +11851,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11851
11851
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11852
11852
|
* @param {number} [limit]
|
|
11853
11853
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11854
|
-
* @param {
|
|
11854
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11855
11855
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11856
11856
|
* @param {*} [options] Override http request option.
|
|
11857
11857
|
* @throws {RequiredError}
|
|
11858
11858
|
*/
|
|
11859
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11859
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11860
11860
|
/**
|
|
11861
11861
|
*
|
|
11862
11862
|
* @summary Listings List
|
|
@@ -11866,12 +11866,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11866
11866
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11867
11867
|
* @param {number} [limit]
|
|
11868
11868
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11869
|
-
* @param {
|
|
11869
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11870
11870
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11871
11871
|
* @param {*} [options] Override http request option.
|
|
11872
11872
|
* @throws {RequiredError}
|
|
11873
11873
|
*/
|
|
11874
|
-
listingsList_48: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11874
|
+
listingsList_48: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11875
11875
|
/**
|
|
11876
11876
|
*
|
|
11877
11877
|
* @summary Managed Phone Numbers List
|
|
@@ -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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11959
11959
|
/**
|
|
11960
11960
|
*
|
|
11961
11961
|
* @summary Notifications Create
|
|
@@ -13193,12 +13193,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13193
13193
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13194
13194
|
* @param {number} [limit]
|
|
13195
13195
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13196
|
-
* @param {
|
|
13196
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13197
13197
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13198
13198
|
* @param {*} [options] Override http request option.
|
|
13199
13199
|
* @throws {RequiredError}
|
|
13200
13200
|
*/
|
|
13201
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13201
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
13202
13202
|
/**
|
|
13203
13203
|
*
|
|
13204
13204
|
* @summary Listings List
|
|
@@ -13208,12 +13208,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13208
13208
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13209
13209
|
* @param {number} [limit]
|
|
13210
13210
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13211
|
-
* @param {
|
|
13211
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13212
13212
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13213
13213
|
* @param {*} [options] Override http request option.
|
|
13214
13214
|
* @throws {RequiredError}
|
|
13215
13215
|
*/
|
|
13216
|
-
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13216
|
+
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
13217
13217
|
/**
|
|
13218
13218
|
*
|
|
13219
13219
|
* @summary Managed Phone Numbers List
|
|
@@ -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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessage>>;
|
|
13301
13301
|
/**
|
|
13302
13302
|
*
|
|
13303
13303
|
* @summary Notifications Create
|
|
@@ -14535,12 +14535,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14535
14535
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14536
14536
|
* @param {number} [limit]
|
|
14537
14537
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14538
|
-
* @param {
|
|
14538
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14539
14539
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14540
14540
|
* @param {*} [options] Override http request option.
|
|
14541
14541
|
* @throws {RequiredError}
|
|
14542
14542
|
*/
|
|
14543
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14543
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14544
14544
|
/**
|
|
14545
14545
|
*
|
|
14546
14546
|
* @summary Listings List
|
|
@@ -14550,12 +14550,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14550
14550
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14551
14551
|
* @param {number} [limit]
|
|
14552
14552
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14553
|
-
* @param {
|
|
14553
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14554
14554
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14555
14555
|
* @param {*} [options] Override http request option.
|
|
14556
14556
|
* @throws {RequiredError}
|
|
14557
14557
|
*/
|
|
14558
|
-
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14558
|
+
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14559
14559
|
/**
|
|
14560
14560
|
*
|
|
14561
14561
|
* @summary Managed Phone Numbers List
|
|
@@ -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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessage>;
|
|
14643
14643
|
/**
|
|
14644
14644
|
*
|
|
14645
14645
|
* @summary Notifications Create
|
|
@@ -15978,13 +15978,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15978
15978
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15979
15979
|
* @param {number} [limit]
|
|
15980
15980
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15981
|
-
* @param {
|
|
15981
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15982
15982
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15983
15983
|
* @param {*} [options] Override http request option.
|
|
15984
15984
|
* @throws {RequiredError}
|
|
15985
15985
|
* @memberof UnboundApi
|
|
15986
15986
|
*/
|
|
15987
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15987
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15988
15988
|
/**
|
|
15989
15989
|
*
|
|
15990
15990
|
* @summary Listings List
|
|
@@ -15994,13 +15994,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15994
15994
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15995
15995
|
* @param {number} [limit]
|
|
15996
15996
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15997
|
-
* @param {
|
|
15997
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15998
15998
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15999
15999
|
* @param {*} [options] Override http request option.
|
|
16000
16000
|
* @throws {RequiredError}
|
|
16001
16001
|
* @memberof UnboundApi
|
|
16002
16002
|
*/
|
|
16003
|
-
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16003
|
+
listingsList_48(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
16004
16004
|
/**
|
|
16005
16005
|
*
|
|
16006
16006
|
* @summary Managed Phone Numbers List
|
|
@@ -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 {MessageSortBy} [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?: MessageSortBy, 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 {MessageSortBy} [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?: MessageSortBy, 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, 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,
|
|
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, 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 };
|