@ember-home/unbound-ts-client 1.0.34 → 1.0.35
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.35
|
|
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.35
|
|
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
|
|
@@ -6385,9 +6387,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6385
6387
|
* @enum {string}
|
|
6386
6388
|
*/
|
|
6387
6389
|
declare const SortByUbFastApi: {
|
|
6388
|
-
readonly
|
|
6389
|
-
readonly FirstLastCompany: "firstLastCompany";
|
|
6390
|
-
readonly CompanyLastFirst: "companyLastFirst";
|
|
6390
|
+
readonly LastMessageSentAt: "lastMessageSentAt";
|
|
6391
6391
|
};
|
|
6392
6392
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6393
6393
|
/**
|
|
@@ -7824,12 +7824,12 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
7824
7824
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7825
7825
|
* @param {number} [limit]
|
|
7826
7826
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7827
|
-
* @param {
|
|
7827
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
7828
7828
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7829
7829
|
* @param {*} [options] Override http request option.
|
|
7830
7830
|
* @throws {RequiredError}
|
|
7831
7831
|
*/
|
|
7832
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7832
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7833
7833
|
/**
|
|
7834
7834
|
*
|
|
7835
7835
|
* @summary Contacts Update
|
|
@@ -7978,12 +7978,12 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
7978
7978
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7979
7979
|
* @param {number} [limit]
|
|
7980
7980
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7981
|
-
* @param {
|
|
7981
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
7982
7982
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7983
7983
|
* @param {*} [options] Override http request option.
|
|
7984
7984
|
* @throws {RequiredError}
|
|
7985
7985
|
*/
|
|
7986
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7986
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
7987
7987
|
/**
|
|
7988
7988
|
*
|
|
7989
7989
|
* @summary Contacts Update
|
|
@@ -8132,12 +8132,12 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
8132
8132
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8133
8133
|
* @param {number} [limit]
|
|
8134
8134
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8135
|
-
* @param {
|
|
8135
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8136
8136
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8137
8137
|
* @param {*} [options] Override http request option.
|
|
8138
8138
|
* @throws {RequiredError}
|
|
8139
8139
|
*/
|
|
8140
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8140
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
8141
8141
|
/**
|
|
8142
8142
|
*
|
|
8143
8143
|
* @summary Contacts Update
|
|
@@ -8295,13 +8295,13 @@ declare class ContactsApi extends BaseAPI {
|
|
|
8295
8295
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8296
8296
|
* @param {number} [limit]
|
|
8297
8297
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8298
|
-
* @param {
|
|
8298
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8299
8299
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8300
8300
|
* @param {*} [options] Override http request option.
|
|
8301
8301
|
* @throws {RequiredError}
|
|
8302
8302
|
* @memberof ContactsApi
|
|
8303
8303
|
*/
|
|
8304
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8304
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
8305
8305
|
/**
|
|
8306
8306
|
*
|
|
8307
8307
|
* @summary Contacts Update
|
|
@@ -8949,12 +8949,12 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8949
8949
|
* @param {number} [limit]
|
|
8950
8950
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8951
8951
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8952
|
-
* @param {
|
|
8952
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
8953
8953
|
* @param {string} [inboxId]
|
|
8954
8954
|
* @param {*} [options] Override http request option.
|
|
8955
8955
|
* @throws {RequiredError}
|
|
8956
8956
|
*/
|
|
8957
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
8957
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8958
8958
|
/**
|
|
8959
8959
|
*
|
|
8960
8960
|
* @summary Conversations Update
|
|
@@ -8997,12 +8997,12 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
8997
8997
|
* @param {number} [limit]
|
|
8998
8998
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8999
8999
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9000
|
-
* @param {
|
|
9000
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9001
9001
|
* @param {string} [inboxId]
|
|
9002
9002
|
* @param {*} [options] Override http request option.
|
|
9003
9003
|
* @throws {RequiredError}
|
|
9004
9004
|
*/
|
|
9005
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9005
|
+
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>>;
|
|
9006
9006
|
/**
|
|
9007
9007
|
*
|
|
9008
9008
|
* @summary Conversations Update
|
|
@@ -9045,12 +9045,12 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
9045
9045
|
* @param {number} [limit]
|
|
9046
9046
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9047
9047
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9048
|
-
* @param {
|
|
9048
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9049
9049
|
* @param {string} [inboxId]
|
|
9050
9050
|
* @param {*} [options] Override http request option.
|
|
9051
9051
|
* @throws {RequiredError}
|
|
9052
9052
|
*/
|
|
9053
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9053
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
9054
9054
|
/**
|
|
9055
9055
|
*
|
|
9056
9056
|
* @summary Conversations Update
|
|
@@ -9097,13 +9097,13 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
9097
9097
|
* @param {number} [limit]
|
|
9098
9098
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9099
9099
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9100
|
-
* @param {
|
|
9100
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
9101
9101
|
* @param {string} [inboxId]
|
|
9102
9102
|
* @param {*} [options] Override http request option.
|
|
9103
9103
|
* @throws {RequiredError}
|
|
9104
9104
|
* @memberof ConversationsApi
|
|
9105
9105
|
*/
|
|
9106
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
9106
|
+
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>>;
|
|
9107
9107
|
/**
|
|
9108
9108
|
*
|
|
9109
9109
|
* @summary Conversations Update
|
|
@@ -10976,12 +10976,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10976
10976
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10977
10977
|
* @param {number} [limit]
|
|
10978
10978
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10979
|
-
* @param {
|
|
10979
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
10980
10980
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10981
10981
|
* @param {*} [options] Override http request option.
|
|
10982
10982
|
* @throws {RequiredError}
|
|
10983
10983
|
*/
|
|
10984
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10984
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10985
10985
|
/**
|
|
10986
10986
|
*
|
|
10987
10987
|
* @summary Contacts List
|
|
@@ -10989,12 +10989,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10989
10989
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10990
10990
|
* @param {number} [limit]
|
|
10991
10991
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10992
|
-
* @param {
|
|
10992
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
10993
10993
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10994
10994
|
* @param {*} [options] Override http request option.
|
|
10995
10995
|
* @throws {RequiredError}
|
|
10996
10996
|
*/
|
|
10997
|
-
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10997
|
+
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10998
10998
|
/**
|
|
10999
10999
|
*
|
|
11000
11000
|
* @summary Contact Listing Delete
|
|
@@ -11269,12 +11269,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11269
11269
|
* @param {number} [limit]
|
|
11270
11270
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11271
11271
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11272
|
-
* @param {
|
|
11272
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
11273
11273
|
* @param {string} [inboxId]
|
|
11274
11274
|
* @param {*} [options] Override http request option.
|
|
11275
11275
|
* @throws {RequiredError}
|
|
11276
11276
|
*/
|
|
11277
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11277
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11278
11278
|
/**
|
|
11279
11279
|
* List all conversations, must filter by contact_id
|
|
11280
11280
|
* @summary Conversations List
|
|
@@ -11285,12 +11285,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11285
11285
|
* @param {number} [limit]
|
|
11286
11286
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11287
11287
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11288
|
-
* @param {
|
|
11288
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
11289
11289
|
* @param {string} [inboxId]
|
|
11290
11290
|
* @param {*} [options] Override http request option.
|
|
11291
11291
|
* @throws {RequiredError}
|
|
11292
11292
|
*/
|
|
11293
|
-
conversationsList_33: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11293
|
+
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>;
|
|
11294
11294
|
/**
|
|
11295
11295
|
*
|
|
11296
11296
|
* @summary Conversations Update
|
|
@@ -12271,12 +12271,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12271
12271
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12272
12272
|
* @param {number} [limit]
|
|
12273
12273
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12274
|
-
* @param {
|
|
12274
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12275
12275
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12276
12276
|
* @param {*} [options] Override http request option.
|
|
12277
12277
|
* @throws {RequiredError}
|
|
12278
12278
|
*/
|
|
12279
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12279
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12280
12280
|
/**
|
|
12281
12281
|
*
|
|
12282
12282
|
* @summary Contacts List
|
|
@@ -12284,12 +12284,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12284
12284
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12285
12285
|
* @param {number} [limit]
|
|
12286
12286
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12287
|
-
* @param {
|
|
12287
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12288
12288
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12289
12289
|
* @param {*} [options] Override http request option.
|
|
12290
12290
|
* @throws {RequiredError}
|
|
12291
12291
|
*/
|
|
12292
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12292
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12293
12293
|
/**
|
|
12294
12294
|
*
|
|
12295
12295
|
* @summary Contact Listing Delete
|
|
@@ -12564,12 +12564,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12564
12564
|
* @param {number} [limit]
|
|
12565
12565
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12566
12566
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12567
|
-
* @param {
|
|
12567
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
12568
12568
|
* @param {string} [inboxId]
|
|
12569
12569
|
* @param {*} [options] Override http request option.
|
|
12570
12570
|
* @throws {RequiredError}
|
|
12571
12571
|
*/
|
|
12572
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12572
|
+
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>>;
|
|
12573
12573
|
/**
|
|
12574
12574
|
* List all conversations, must filter by contact_id
|
|
12575
12575
|
* @summary Conversations List
|
|
@@ -12580,12 +12580,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12580
12580
|
* @param {number} [limit]
|
|
12581
12581
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12582
12582
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12583
|
-
* @param {
|
|
12583
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
12584
12584
|
* @param {string} [inboxId]
|
|
12585
12585
|
* @param {*} [options] Override http request option.
|
|
12586
12586
|
* @throws {RequiredError}
|
|
12587
12587
|
*/
|
|
12588
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12588
|
+
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>>;
|
|
12589
12589
|
/**
|
|
12590
12590
|
*
|
|
12591
12591
|
* @summary Conversations Update
|
|
@@ -13566,12 +13566,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13566
13566
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13567
13567
|
* @param {number} [limit]
|
|
13568
13568
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13569
|
-
* @param {
|
|
13569
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13570
13570
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13571
13571
|
* @param {*} [options] Override http request option.
|
|
13572
13572
|
* @throws {RequiredError}
|
|
13573
13573
|
*/
|
|
13574
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13574
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13575
13575
|
/**
|
|
13576
13576
|
*
|
|
13577
13577
|
* @summary Contacts List
|
|
@@ -13579,12 +13579,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13579
13579
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13580
13580
|
* @param {number} [limit]
|
|
13581
13581
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13582
|
-
* @param {
|
|
13582
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13583
13583
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13584
13584
|
* @param {*} [options] Override http request option.
|
|
13585
13585
|
* @throws {RequiredError}
|
|
13586
13586
|
*/
|
|
13587
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13587
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13588
13588
|
/**
|
|
13589
13589
|
*
|
|
13590
13590
|
* @summary Contact Listing Delete
|
|
@@ -13859,12 +13859,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13859
13859
|
* @param {number} [limit]
|
|
13860
13860
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13861
13861
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13862
|
-
* @param {
|
|
13862
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
13863
13863
|
* @param {string} [inboxId]
|
|
13864
13864
|
* @param {*} [options] Override http request option.
|
|
13865
13865
|
* @throws {RequiredError}
|
|
13866
13866
|
*/
|
|
13867
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
13867
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: SortByUbFastApi, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
13868
13868
|
/**
|
|
13869
13869
|
* List all conversations, must filter by contact_id
|
|
13870
13870
|
* @summary Conversations List
|
|
@@ -13875,12 +13875,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13875
13875
|
* @param {number} [limit]
|
|
13876
13876
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13877
13877
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13878
|
-
* @param {
|
|
13878
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
13879
13879
|
* @param {string} [inboxId]
|
|
13880
13880
|
* @param {*} [options] Override http request option.
|
|
13881
13881
|
* @throws {RequiredError}
|
|
13882
13882
|
*/
|
|
13883
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
13883
|
+
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>;
|
|
13884
13884
|
/**
|
|
13885
13885
|
*
|
|
13886
13886
|
* @summary Conversations Update
|
|
@@ -14899,13 +14899,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14899
14899
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14900
14900
|
* @param {number} [limit]
|
|
14901
14901
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14902
|
-
* @param {
|
|
14902
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
14903
14903
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14904
14904
|
* @param {*} [options] Override http request option.
|
|
14905
14905
|
* @throws {RequiredError}
|
|
14906
14906
|
* @memberof UnboundApi
|
|
14907
14907
|
*/
|
|
14908
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14908
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
14909
14909
|
/**
|
|
14910
14910
|
*
|
|
14911
14911
|
* @summary Contacts List
|
|
@@ -14913,13 +14913,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14913
14913
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14914
14914
|
* @param {number} [limit]
|
|
14915
14915
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14916
|
-
* @param {
|
|
14916
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
14917
14917
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14918
14918
|
* @param {*} [options] Override http request option.
|
|
14919
14919
|
* @throws {RequiredError}
|
|
14920
14920
|
* @memberof UnboundApi
|
|
14921
14921
|
*/
|
|
14922
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14922
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
14923
14923
|
/**
|
|
14924
14924
|
*
|
|
14925
14925
|
* @summary Contact Listing Delete
|
|
@@ -15222,13 +15222,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15222
15222
|
* @param {number} [limit]
|
|
15223
15223
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15224
15224
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15225
|
-
* @param {
|
|
15225
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
15226
15226
|
* @param {string} [inboxId]
|
|
15227
15227
|
* @param {*} [options] Override http request option.
|
|
15228
15228
|
* @throws {RequiredError}
|
|
15229
15229
|
* @memberof UnboundApi
|
|
15230
15230
|
*/
|
|
15231
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
15231
|
+
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>>;
|
|
15232
15232
|
/**
|
|
15233
15233
|
* List all conversations, must filter by contact_id
|
|
15234
15234
|
* @summary Conversations List
|
|
@@ -15239,13 +15239,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15239
15239
|
* @param {number} [limit]
|
|
15240
15240
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15241
15241
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15242
|
-
* @param {
|
|
15242
|
+
* @param {SortByUbFastApi} [sortBy] Sent at
|
|
15243
15243
|
* @param {string} [inboxId]
|
|
15244
15244
|
* @param {*} [options] Override http request option.
|
|
15245
15245
|
* @throws {RequiredError}
|
|
15246
15246
|
* @memberof UnboundApi
|
|
15247
15247
|
*/
|
|
15248
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
15248
|
+
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>>;
|
|
15249
15249
|
/**
|
|
15250
15250
|
*
|
|
15251
15251
|
* @summary Conversations Update
|
|
@@ -16068,4 +16068,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16068
16068
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16069
16069
|
}
|
|
16070
16070
|
|
|
16071
|
-
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,
|
|
16071
|
+
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 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 Notification, NotificationStatus, NotificationType, type NotificationTypeData, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, 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 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 };
|