@ember-home/unbound-ts-client 1.0.67 → 1.0.68
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.68
|
|
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.68
|
|
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
|
* NotificationsApi - axios parameter creator
|
|
@@ -11776,12 +11776,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11776
11776
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11777
11777
|
* @param {number} [limit]
|
|
11778
11778
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11779
|
-
* @param {
|
|
11779
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11780
11780
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11781
11781
|
* @param {*} [options] Override http request option.
|
|
11782
11782
|
* @throws {RequiredError}
|
|
11783
11783
|
*/
|
|
11784
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11784
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11785
11785
|
/**
|
|
11786
11786
|
*
|
|
11787
11787
|
* @summary Listings List
|
|
@@ -11791,12 +11791,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11791
11791
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11792
11792
|
* @param {number} [limit]
|
|
11793
11793
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11794
|
-
* @param {
|
|
11794
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11795
11795
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11796
11796
|
* @param {*} [options] Override http request option.
|
|
11797
11797
|
* @throws {RequiredError}
|
|
11798
11798
|
*/
|
|
11799
|
-
listingsList_47: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11799
|
+
listingsList_47: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11800
11800
|
/**
|
|
11801
11801
|
*
|
|
11802
11802
|
* @summary Managed Phone Numbers List
|
|
@@ -11857,12 +11857,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11857
11857
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11858
11858
|
* @param {number} [limit]
|
|
11859
11859
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11860
|
-
* @param {
|
|
11860
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
11861
11861
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11862
11862
|
* @param {*} [options] Override http request option.
|
|
11863
11863
|
* @throws {RequiredError}
|
|
11864
11864
|
*/
|
|
11865
|
-
messagesList: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11865
|
+
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>;
|
|
11866
11866
|
/**
|
|
11867
11867
|
*
|
|
11868
11868
|
* @summary Messages List
|
|
@@ -11875,12 +11875,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11875
11875
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11876
11876
|
* @param {number} [limit]
|
|
11877
11877
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11878
|
-
* @param {
|
|
11878
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
11879
11879
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11880
11880
|
* @param {*} [options] Override http request option.
|
|
11881
11881
|
* @throws {RequiredError}
|
|
11882
11882
|
*/
|
|
11883
|
-
messagesList_51: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11883
|
+
messagesList_51: (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>;
|
|
11884
11884
|
/**
|
|
11885
11885
|
*
|
|
11886
11886
|
* @summary Notifications Create
|
|
@@ -13102,12 +13102,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13102
13102
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13103
13103
|
* @param {number} [limit]
|
|
13104
13104
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13105
|
-
* @param {
|
|
13105
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13106
13106
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13107
13107
|
* @param {*} [options] Override http request option.
|
|
13108
13108
|
* @throws {RequiredError}
|
|
13109
13109
|
*/
|
|
13110
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13110
|
+
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>>;
|
|
13111
13111
|
/**
|
|
13112
13112
|
*
|
|
13113
13113
|
* @summary Listings List
|
|
@@ -13117,12 +13117,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13117
13117
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13118
13118
|
* @param {number} [limit]
|
|
13119
13119
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13120
|
-
* @param {
|
|
13120
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13121
13121
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13122
13122
|
* @param {*} [options] Override http request option.
|
|
13123
13123
|
* @throws {RequiredError}
|
|
13124
13124
|
*/
|
|
13125
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13125
|
+
listingsList_47(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>>;
|
|
13126
13126
|
/**
|
|
13127
13127
|
*
|
|
13128
13128
|
* @summary Managed Phone Numbers List
|
|
@@ -13183,12 +13183,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13183
13183
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13184
13184
|
* @param {number} [limit]
|
|
13185
13185
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13186
|
-
* @param {
|
|
13186
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
13187
13187
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13188
13188
|
* @param {*} [options] Override http request option.
|
|
13189
13189
|
* @throws {RequiredError}
|
|
13190
13190
|
*/
|
|
13191
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13191
|
+
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>>;
|
|
13192
13192
|
/**
|
|
13193
13193
|
*
|
|
13194
13194
|
* @summary Messages List
|
|
@@ -13201,12 +13201,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13201
13201
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13202
13202
|
* @param {number} [limit]
|
|
13203
13203
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13204
|
-
* @param {
|
|
13204
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
13205
13205
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13206
13206
|
* @param {*} [options] Override http request option.
|
|
13207
13207
|
* @throws {RequiredError}
|
|
13208
13208
|
*/
|
|
13209
|
-
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13209
|
+
messagesList_51(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>>;
|
|
13210
13210
|
/**
|
|
13211
13211
|
*
|
|
13212
13212
|
* @summary Notifications Create
|
|
@@ -14428,12 +14428,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14428
14428
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14429
14429
|
* @param {number} [limit]
|
|
14430
14430
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14431
|
-
* @param {
|
|
14431
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14432
14432
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14433
14433
|
* @param {*} [options] Override http request option.
|
|
14434
14434
|
* @throws {RequiredError}
|
|
14435
14435
|
*/
|
|
14436
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14436
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14437
14437
|
/**
|
|
14438
14438
|
*
|
|
14439
14439
|
* @summary Listings List
|
|
@@ -14443,12 +14443,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14443
14443
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14444
14444
|
* @param {number} [limit]
|
|
14445
14445
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14446
|
-
* @param {
|
|
14446
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14447
14447
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14448
14448
|
* @param {*} [options] Override http request option.
|
|
14449
14449
|
* @throws {RequiredError}
|
|
14450
14450
|
*/
|
|
14451
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14451
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14452
14452
|
/**
|
|
14453
14453
|
*
|
|
14454
14454
|
* @summary Managed Phone Numbers List
|
|
@@ -14509,12 +14509,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14509
14509
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14510
14510
|
* @param {number} [limit]
|
|
14511
14511
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14512
|
-
* @param {
|
|
14512
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
14513
14513
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14514
14514
|
* @param {*} [options] Override http request option.
|
|
14515
14515
|
* @throws {RequiredError}
|
|
14516
14516
|
*/
|
|
14517
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14517
|
+
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>;
|
|
14518
14518
|
/**
|
|
14519
14519
|
*
|
|
14520
14520
|
* @summary Messages List
|
|
@@ -14527,12 +14527,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14527
14527
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14528
14528
|
* @param {number} [limit]
|
|
14529
14529
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14530
|
-
* @param {
|
|
14530
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
14531
14531
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14532
14532
|
* @param {*} [options] Override http request option.
|
|
14533
14533
|
* @throws {RequiredError}
|
|
14534
14534
|
*/
|
|
14535
|
-
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14535
|
+
messagesList_51(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>;
|
|
14536
14536
|
/**
|
|
14537
14537
|
*
|
|
14538
14538
|
* @summary Notifications Create
|
|
@@ -15853,13 +15853,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15853
15853
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15854
15854
|
* @param {number} [limit]
|
|
15855
15855
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15856
|
-
* @param {
|
|
15856
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15857
15857
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15858
15858
|
* @param {*} [options] Override http request option.
|
|
15859
15859
|
* @throws {RequiredError}
|
|
15860
15860
|
* @memberof UnboundApi
|
|
15861
15861
|
*/
|
|
15862
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15862
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15863
15863
|
/**
|
|
15864
15864
|
*
|
|
15865
15865
|
* @summary Listings List
|
|
@@ -15869,13 +15869,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15869
15869
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15870
15870
|
* @param {number} [limit]
|
|
15871
15871
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15872
|
-
* @param {
|
|
15872
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15873
15873
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15874
15874
|
* @param {*} [options] Override http request option.
|
|
15875
15875
|
* @throws {RequiredError}
|
|
15876
15876
|
* @memberof UnboundApi
|
|
15877
15877
|
*/
|
|
15878
|
-
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15878
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15879
15879
|
/**
|
|
15880
15880
|
*
|
|
15881
15881
|
* @summary Managed Phone Numbers List
|
|
@@ -15942,13 +15942,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15942
15942
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15943
15943
|
* @param {number} [limit]
|
|
15944
15944
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15945
|
-
* @param {
|
|
15945
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
15946
15946
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15947
15947
|
* @param {*} [options] Override http request option.
|
|
15948
15948
|
* @throws {RequiredError}
|
|
15949
15949
|
* @memberof UnboundApi
|
|
15950
15950
|
*/
|
|
15951
|
-
messagesList(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15951
|
+
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>>;
|
|
15952
15952
|
/**
|
|
15953
15953
|
*
|
|
15954
15954
|
* @summary Messages List
|
|
@@ -15961,13 +15961,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15961
15961
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15962
15962
|
* @param {number} [limit]
|
|
15963
15963
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15964
|
-
* @param {
|
|
15964
|
+
* @param {MessageSortBy} [sortBy] Sort key
|
|
15965
15965
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15966
15966
|
* @param {*} [options] Override http request option.
|
|
15967
15967
|
* @throws {RequiredError}
|
|
15968
15968
|
* @memberof UnboundApi
|
|
15969
15969
|
*/
|
|
15970
|
-
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15970
|
+
messagesList_51(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>>;
|
|
15971
15971
|
/**
|
|
15972
15972
|
*
|
|
15973
15973
|
* @summary Notifications Create
|
|
@@ -16543,4 +16543,4 @@ declare class UsersApi extends BaseAPI {
|
|
|
16543
16543
|
usersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UserApi[], any>>;
|
|
16544
16544
|
}
|
|
16545
16545
|
|
|
16546
|
-
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,
|
|
16546
|
+
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, 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 };
|