@ember-home/unbound-ts-client 1.0.45 → 1.0.46
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 +63 -63
- package/dist/index.d.ts +63 -63
- package/dist/index.js +31 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -31
- 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.46
|
|
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.46
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1409,6 +1409,17 @@ interface ContactCreate {
|
|
|
1409
1409
|
*/
|
|
1410
1410
|
'title'?: string;
|
|
1411
1411
|
}
|
|
1412
|
+
/**
|
|
1413
|
+
*
|
|
1414
|
+
* @export
|
|
1415
|
+
* @enum {string}
|
|
1416
|
+
*/
|
|
1417
|
+
declare const ContactSortBy: {
|
|
1418
|
+
readonly LastFirstCompany: "lastFirstCompany";
|
|
1419
|
+
readonly FirstLastCompany: "firstLastCompany";
|
|
1420
|
+
readonly CompanyLastFirst: "companyLastFirst";
|
|
1421
|
+
};
|
|
1422
|
+
type ContactSortBy = typeof ContactSortBy[keyof typeof ContactSortBy];
|
|
1412
1423
|
/**
|
|
1413
1424
|
*
|
|
1414
1425
|
* @export
|
|
@@ -2111,15 +2122,6 @@ interface ConversationCreate {
|
|
|
2111
2122
|
*/
|
|
2112
2123
|
'conversationTypeData': SMSConversationDataCreate;
|
|
2113
2124
|
}
|
|
2114
|
-
/**
|
|
2115
|
-
*
|
|
2116
|
-
* @export
|
|
2117
|
-
* @enum {string}
|
|
2118
|
-
*/
|
|
2119
|
-
declare const ConversationSortBy: {
|
|
2120
|
-
readonly LastMessageSentAt: "lastMessageSentAt";
|
|
2121
|
-
};
|
|
2122
|
-
type ConversationSortBy = typeof ConversationSortBy[keyof typeof ConversationSortBy];
|
|
2123
2125
|
/**
|
|
2124
2126
|
*
|
|
2125
2127
|
* @export
|
|
@@ -6502,9 +6504,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6502
6504
|
* @enum {string}
|
|
6503
6505
|
*/
|
|
6504
6506
|
declare const SortByUbFastApi: {
|
|
6505
|
-
readonly
|
|
6506
|
-
readonly FirstLastCompany: "firstLastCompany";
|
|
6507
|
-
readonly CompanyLastFirst: "companyLastFirst";
|
|
6507
|
+
readonly LastMessageSentAt: "lastMessageSentAt";
|
|
6508
6508
|
};
|
|
6509
6509
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6510
6510
|
/**
|
|
@@ -7941,12 +7941,12 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
7941
7941
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7942
7942
|
* @param {number} [limit]
|
|
7943
7943
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7944
|
-
* @param {
|
|
7944
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
7945
7945
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7946
7946
|
* @param {*} [options] Override http request option.
|
|
7947
7947
|
* @throws {RequiredError}
|
|
7948
7948
|
*/
|
|
7949
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7949
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7950
7950
|
/**
|
|
7951
7951
|
*
|
|
7952
7952
|
* @summary Contacts Update
|
|
@@ -8095,12 +8095,12 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
8095
8095
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8096
8096
|
* @param {number} [limit]
|
|
8097
8097
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8098
|
-
* @param {
|
|
8098
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8099
8099
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8100
8100
|
* @param {*} [options] Override http request option.
|
|
8101
8101
|
* @throws {RequiredError}
|
|
8102
8102
|
*/
|
|
8103
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8103
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
8104
8104
|
/**
|
|
8105
8105
|
*
|
|
8106
8106
|
* @summary Contacts Update
|
|
@@ -8249,12 +8249,12 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
8249
8249
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8250
8250
|
* @param {number} [limit]
|
|
8251
8251
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8252
|
-
* @param {
|
|
8252
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8253
8253
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8254
8254
|
* @param {*} [options] Override http request option.
|
|
8255
8255
|
* @throws {RequiredError}
|
|
8256
8256
|
*/
|
|
8257
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8257
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
8258
8258
|
/**
|
|
8259
8259
|
*
|
|
8260
8260
|
* @summary Contacts Update
|
|
@@ -8412,13 +8412,13 @@ declare class ContactsApi extends BaseAPI {
|
|
|
8412
8412
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8413
8413
|
* @param {number} [limit]
|
|
8414
8414
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8415
|
-
* @param {
|
|
8415
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8416
8416
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8417
8417
|
* @param {*} [options] Override http request option.
|
|
8418
8418
|
* @throws {RequiredError}
|
|
8419
8419
|
* @memberof ContactsApi
|
|
8420
8420
|
*/
|
|
8421
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8421
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
8422
8422
|
/**
|
|
8423
8423
|
*
|
|
8424
8424
|
* @summary Contacts Update
|
|
@@ -9066,12 +9066,12 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
9066
9066
|
* @param {number} [limit]
|
|
9067
9067
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9068
9068
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9069
|
-
* @param {
|
|
9069
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9070
9070
|
* @param {string} [inboxId]
|
|
9071
9071
|
* @param {*} [options] Override http request option.
|
|
9072
9072
|
* @throws {RequiredError}
|
|
9073
9073
|
*/
|
|
9074
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9074
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9075
9075
|
/**
|
|
9076
9076
|
*
|
|
9077
9077
|
* @summary Conversations Update
|
|
@@ -9114,12 +9114,12 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
9114
9114
|
* @param {number} [limit]
|
|
9115
9115
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9116
9116
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9117
|
-
* @param {
|
|
9117
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9118
9118
|
* @param {string} [inboxId]
|
|
9119
9119
|
* @param {*} [options] Override http request option.
|
|
9120
9120
|
* @throws {RequiredError}
|
|
9121
9121
|
*/
|
|
9122
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9122
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
9123
9123
|
/**
|
|
9124
9124
|
*
|
|
9125
9125
|
* @summary Conversations Update
|
|
@@ -9162,12 +9162,12 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
9162
9162
|
* @param {number} [limit]
|
|
9163
9163
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9164
9164
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9165
|
-
* @param {
|
|
9165
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9166
9166
|
* @param {string} [inboxId]
|
|
9167
9167
|
* @param {*} [options] Override http request option.
|
|
9168
9168
|
* @throws {RequiredError}
|
|
9169
9169
|
*/
|
|
9170
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9170
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
9171
9171
|
/**
|
|
9172
9172
|
*
|
|
9173
9173
|
* @summary Conversations Update
|
|
@@ -9214,13 +9214,13 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
9214
9214
|
* @param {number} [limit]
|
|
9215
9215
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9216
9216
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9217
|
-
* @param {
|
|
9217
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9218
9218
|
* @param {string} [inboxId]
|
|
9219
9219
|
* @param {*} [options] Override http request option.
|
|
9220
9220
|
* @throws {RequiredError}
|
|
9221
9221
|
* @memberof ConversationsApi
|
|
9222
9222
|
*/
|
|
9223
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9223
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
9224
9224
|
/**
|
|
9225
9225
|
*
|
|
9226
9226
|
* @summary Conversations Update
|
|
@@ -11093,12 +11093,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11093
11093
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11094
11094
|
* @param {number} [limit]
|
|
11095
11095
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11096
|
-
* @param {
|
|
11096
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
11097
11097
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11098
11098
|
* @param {*} [options] Override http request option.
|
|
11099
11099
|
* @throws {RequiredError}
|
|
11100
11100
|
*/
|
|
11101
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11101
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11102
11102
|
/**
|
|
11103
11103
|
*
|
|
11104
11104
|
* @summary Contacts List
|
|
@@ -11106,12 +11106,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11106
11106
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11107
11107
|
* @param {number} [limit]
|
|
11108
11108
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11109
|
-
* @param {
|
|
11109
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
11110
11110
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11111
11111
|
* @param {*} [options] Override http request option.
|
|
11112
11112
|
* @throws {RequiredError}
|
|
11113
11113
|
*/
|
|
11114
|
-
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11114
|
+
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11115
11115
|
/**
|
|
11116
11116
|
*
|
|
11117
11117
|
* @summary Contact Listing Delete
|
|
@@ -11386,12 +11386,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11386
11386
|
* @param {number} [limit]
|
|
11387
11387
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11388
11388
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11389
|
-
* @param {
|
|
11389
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
11390
11390
|
* @param {string} [inboxId]
|
|
11391
11391
|
* @param {*} [options] Override http request option.
|
|
11392
11392
|
* @throws {RequiredError}
|
|
11393
11393
|
*/
|
|
11394
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11394
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11395
11395
|
/**
|
|
11396
11396
|
* List all conversations, must filter by contact_id
|
|
11397
11397
|
* @summary Conversations List
|
|
@@ -11402,12 +11402,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11402
11402
|
* @param {number} [limit]
|
|
11403
11403
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11404
11404
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11405
|
-
* @param {
|
|
11405
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
11406
11406
|
* @param {string} [inboxId]
|
|
11407
11407
|
* @param {*} [options] Override http request option.
|
|
11408
11408
|
* @throws {RequiredError}
|
|
11409
11409
|
*/
|
|
11410
|
-
conversationsList_33: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11410
|
+
conversationsList_33: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11411
11411
|
/**
|
|
11412
11412
|
*
|
|
11413
11413
|
* @summary Conversations Update
|
|
@@ -12388,12 +12388,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12388
12388
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12389
12389
|
* @param {number} [limit]
|
|
12390
12390
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12391
|
-
* @param {
|
|
12391
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12392
12392
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12396
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12397
12397
|
/**
|
|
12398
12398
|
*
|
|
12399
12399
|
* @summary Contacts List
|
|
@@ -12401,12 +12401,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12401
12401
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12402
12402
|
* @param {number} [limit]
|
|
12403
12403
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12404
|
-
* @param {
|
|
12404
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12405
12405
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12406
12406
|
* @param {*} [options] Override http request option.
|
|
12407
12407
|
* @throws {RequiredError}
|
|
12408
12408
|
*/
|
|
12409
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12409
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12410
12410
|
/**
|
|
12411
12411
|
*
|
|
12412
12412
|
* @summary Contact Listing Delete
|
|
@@ -12681,12 +12681,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12681
12681
|
* @param {number} [limit]
|
|
12682
12682
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12683
12683
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12684
|
-
* @param {
|
|
12684
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
12685
12685
|
* @param {string} [inboxId]
|
|
12686
12686
|
* @param {*} [options] Override http request option.
|
|
12687
12687
|
* @throws {RequiredError}
|
|
12688
12688
|
*/
|
|
12689
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12689
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
12690
12690
|
/**
|
|
12691
12691
|
* List all conversations, must filter by contact_id
|
|
12692
12692
|
* @summary Conversations List
|
|
@@ -12697,12 +12697,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12697
12697
|
* @param {number} [limit]
|
|
12698
12698
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12699
12699
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12700
|
-
* @param {
|
|
12700
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
12701
12701
|
* @param {string} [inboxId]
|
|
12702
12702
|
* @param {*} [options] Override http request option.
|
|
12703
12703
|
* @throws {RequiredError}
|
|
12704
12704
|
*/
|
|
12705
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12705
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
12706
12706
|
/**
|
|
12707
12707
|
*
|
|
12708
12708
|
* @summary Conversations Update
|
|
@@ -13683,12 +13683,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13683
13683
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13684
13684
|
* @param {number} [limit]
|
|
13685
13685
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13686
|
-
* @param {
|
|
13686
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13687
13687
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13688
13688
|
* @param {*} [options] Override http request option.
|
|
13689
13689
|
* @throws {RequiredError}
|
|
13690
13690
|
*/
|
|
13691
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13691
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13692
13692
|
/**
|
|
13693
13693
|
*
|
|
13694
13694
|
* @summary Contacts List
|
|
@@ -13696,12 +13696,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13696
13696
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13697
13697
|
* @param {number} [limit]
|
|
13698
13698
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13699
|
-
* @param {
|
|
13699
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13700
13700
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13701
13701
|
* @param {*} [options] Override http request option.
|
|
13702
13702
|
* @throws {RequiredError}
|
|
13703
13703
|
*/
|
|
13704
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13704
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13705
13705
|
/**
|
|
13706
13706
|
*
|
|
13707
13707
|
* @summary Contact Listing Delete
|
|
@@ -13976,12 +13976,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13976
13976
|
* @param {number} [limit]
|
|
13977
13977
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13978
13978
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13979
|
-
* @param {
|
|
13979
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
13980
13980
|
* @param {string} [inboxId]
|
|
13981
13981
|
* @param {*} [options] Override http request option.
|
|
13982
13982
|
* @throws {RequiredError}
|
|
13983
13983
|
*/
|
|
13984
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
13984
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
13985
13985
|
/**
|
|
13986
13986
|
* List all conversations, must filter by contact_id
|
|
13987
13987
|
* @summary Conversations List
|
|
@@ -13992,12 +13992,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13992
13992
|
* @param {number} [limit]
|
|
13993
13993
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13994
13994
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13995
|
-
* @param {
|
|
13995
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
13996
13996
|
* @param {string} [inboxId]
|
|
13997
13997
|
* @param {*} [options] Override http request option.
|
|
13998
13998
|
* @throws {RequiredError}
|
|
13999
13999
|
*/
|
|
14000
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
14000
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
14001
14001
|
/**
|
|
14002
14002
|
*
|
|
14003
14003
|
* @summary Conversations Update
|
|
@@ -15016,13 +15016,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15016
15016
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15017
15017
|
* @param {number} [limit]
|
|
15018
15018
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15019
|
-
* @param {
|
|
15019
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
15020
15020
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15021
15021
|
* @param {*} [options] Override http request option.
|
|
15022
15022
|
* @throws {RequiredError}
|
|
15023
15023
|
* @memberof UnboundApi
|
|
15024
15024
|
*/
|
|
15025
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15025
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
15026
15026
|
/**
|
|
15027
15027
|
*
|
|
15028
15028
|
* @summary Contacts List
|
|
@@ -15030,13 +15030,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15030
15030
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15031
15031
|
* @param {number} [limit]
|
|
15032
15032
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15033
|
-
* @param {
|
|
15033
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
15034
15034
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15035
15035
|
* @param {*} [options] Override http request option.
|
|
15036
15036
|
* @throws {RequiredError}
|
|
15037
15037
|
* @memberof UnboundApi
|
|
15038
15038
|
*/
|
|
15039
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15039
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
15040
15040
|
/**
|
|
15041
15041
|
*
|
|
15042
15042
|
* @summary Contact Listing Delete
|
|
@@ -15339,13 +15339,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15339
15339
|
* @param {number} [limit]
|
|
15340
15340
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15341
15341
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15342
|
-
* @param {
|
|
15342
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
15343
15343
|
* @param {string} [inboxId]
|
|
15344
15344
|
* @param {*} [options] Override http request option.
|
|
15345
15345
|
* @throws {RequiredError}
|
|
15346
15346
|
* @memberof UnboundApi
|
|
15347
15347
|
*/
|
|
15348
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
15348
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
15349
15349
|
/**
|
|
15350
15350
|
* List all conversations, must filter by contact_id
|
|
15351
15351
|
* @summary Conversations List
|
|
@@ -15356,13 +15356,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15356
15356
|
* @param {number} [limit]
|
|
15357
15357
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15358
15358
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15359
|
-
* @param {
|
|
15359
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
15360
15360
|
* @param {string} [inboxId]
|
|
15361
15361
|
* @param {*} [options] Override http request option.
|
|
15362
15362
|
* @throws {RequiredError}
|
|
15363
15363
|
* @memberof UnboundApi
|
|
15364
15364
|
*/
|
|
15365
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
15365
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
15366
15366
|
/**
|
|
15367
15367
|
*
|
|
15368
15368
|
* @summary Conversations Update
|
|
@@ -16185,4 +16185,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16185
16185
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16186
16186
|
}
|
|
16187
16187
|
|
|
16188
|
-
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemVersionSortBy, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationCreate,
|
|
16188
|
+
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, 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 ConversationCreate, 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 Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type MobileDevicePushNotification, type Notification, NotificationPriority, NotificationStatus, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type Notificationtypedata, 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, type Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|