@ember-home/unbound-ts-client 1.0.24 → 1.0.26
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.26
|
|
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.26
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1988,6 +1988,15 @@ interface ConversationCreate {
|
|
|
1988
1988
|
*/
|
|
1989
1989
|
'conversationTypeData': SMSConversationDataCreate;
|
|
1990
1990
|
}
|
|
1991
|
+
/**
|
|
1992
|
+
*
|
|
1993
|
+
* @export
|
|
1994
|
+
* @enum {string}
|
|
1995
|
+
*/
|
|
1996
|
+
declare const ConversationSortBy: {
|
|
1997
|
+
readonly LastMessageSentAt: "lastMessageSentAt";
|
|
1998
|
+
};
|
|
1999
|
+
type ConversationSortBy = typeof ConversationSortBy[keyof typeof ConversationSortBy];
|
|
1991
2000
|
/**
|
|
1992
2001
|
*
|
|
1993
2002
|
* @export
|
|
@@ -3030,15 +3039,6 @@ interface ListingBaseAddress {
|
|
|
3030
3039
|
*/
|
|
3031
3040
|
'street2'?: string;
|
|
3032
3041
|
}
|
|
3033
|
-
/**
|
|
3034
|
-
*
|
|
3035
|
-
* @export
|
|
3036
|
-
* @enum {string}
|
|
3037
|
-
*/
|
|
3038
|
-
declare const ListingSortBy: {
|
|
3039
|
-
readonly Title: "title";
|
|
3040
|
-
};
|
|
3041
|
-
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
3042
3042
|
/**
|
|
3043
3043
|
*
|
|
3044
3044
|
* @export
|
|
@@ -5511,7 +5511,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
5511
5511
|
* @enum {string}
|
|
5512
5512
|
*/
|
|
5513
5513
|
declare const SortByUbFastApi: {
|
|
5514
|
-
readonly
|
|
5514
|
+
readonly Title: "title";
|
|
5515
5515
|
};
|
|
5516
5516
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
5517
5517
|
/**
|
|
@@ -7949,12 +7949,12 @@ declare const ConversationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7949
7949
|
* @param {number} [limit]
|
|
7950
7950
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7951
7951
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7952
|
-
* @param {
|
|
7952
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
7953
7953
|
* @param {string} [inboxId]
|
|
7954
7954
|
* @param {*} [options] Override http request option.
|
|
7955
7955
|
* @throws {RequiredError}
|
|
7956
7956
|
*/
|
|
7957
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
7957
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7958
7958
|
/**
|
|
7959
7959
|
*
|
|
7960
7960
|
* @summary Conversations Update
|
|
@@ -7997,12 +7997,12 @@ declare const ConversationsApiFp: (configuration?: Configuration) => {
|
|
|
7997
7997
|
* @param {number} [limit]
|
|
7998
7998
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7999
7999
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8000
|
-
* @param {
|
|
8000
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
8001
8001
|
* @param {string} [inboxId]
|
|
8002
8002
|
* @param {*} [options] Override http request option.
|
|
8003
8003
|
* @throws {RequiredError}
|
|
8004
8004
|
*/
|
|
8005
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
8005
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
8006
8006
|
/**
|
|
8007
8007
|
*
|
|
8008
8008
|
* @summary Conversations Update
|
|
@@ -8045,12 +8045,12 @@ declare const ConversationsApiFactory: (configuration?: Configuration, basePath?
|
|
|
8045
8045
|
* @param {number} [limit]
|
|
8046
8046
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8047
8047
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8048
|
-
* @param {
|
|
8048
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
8049
8049
|
* @param {string} [inboxId]
|
|
8050
8050
|
* @param {*} [options] Override http request option.
|
|
8051
8051
|
* @throws {RequiredError}
|
|
8052
8052
|
*/
|
|
8053
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
8053
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
8054
8054
|
/**
|
|
8055
8055
|
*
|
|
8056
8056
|
* @summary Conversations Update
|
|
@@ -8097,13 +8097,13 @@ declare class ConversationsApi extends BaseAPI {
|
|
|
8097
8097
|
* @param {number} [limit]
|
|
8098
8098
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8099
8099
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8100
|
-
* @param {
|
|
8100
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
8101
8101
|
* @param {string} [inboxId]
|
|
8102
8102
|
* @param {*} [options] Override http request option.
|
|
8103
8103
|
* @throws {RequiredError}
|
|
8104
8104
|
* @memberof ConversationsApi
|
|
8105
8105
|
*/
|
|
8106
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
8106
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
8107
8107
|
/**
|
|
8108
8108
|
*
|
|
8109
8109
|
* @summary Conversations Update
|
|
@@ -8424,12 +8424,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
8424
8424
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8425
8425
|
* @param {number} [limit]
|
|
8426
8426
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8427
|
-
* @param {
|
|
8427
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8428
8428
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8429
8429
|
* @param {*} [options] Override http request option.
|
|
8430
8430
|
* @throws {RequiredError}
|
|
8431
8431
|
*/
|
|
8432
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8432
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8433
8433
|
};
|
|
8434
8434
|
/**
|
|
8435
8435
|
* ListingsApi - functional programming interface
|
|
@@ -8475,12 +8475,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
8475
8475
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8476
8476
|
* @param {number} [limit]
|
|
8477
8477
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8478
|
-
* @param {
|
|
8478
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8479
8479
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8480
8480
|
* @param {*} [options] Override http request option.
|
|
8481
8481
|
* @throws {RequiredError}
|
|
8482
8482
|
*/
|
|
8483
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8483
|
+
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>>;
|
|
8484
8484
|
};
|
|
8485
8485
|
/**
|
|
8486
8486
|
* ListingsApi - factory interface
|
|
@@ -8526,12 +8526,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
8526
8526
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8527
8527
|
* @param {number} [limit]
|
|
8528
8528
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8529
|
-
* @param {
|
|
8529
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8530
8530
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8531
8531
|
* @param {*} [options] Override http request option.
|
|
8532
8532
|
* @throws {RequiredError}
|
|
8533
8533
|
*/
|
|
8534
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8534
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
8535
8535
|
};
|
|
8536
8536
|
/**
|
|
8537
8537
|
* ListingsApi - object-oriented interface
|
|
@@ -8582,13 +8582,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
8582
8582
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8583
8583
|
* @param {number} [limit]
|
|
8584
8584
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8585
|
-
* @param {
|
|
8585
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8586
8586
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8587
8587
|
* @param {*} [options] Override http request option.
|
|
8588
8588
|
* @throws {RequiredError}
|
|
8589
8589
|
* @memberof ListingsApi
|
|
8590
8590
|
*/
|
|
8591
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8591
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
8592
8592
|
}
|
|
8593
8593
|
/**
|
|
8594
8594
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -10269,12 +10269,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10269
10269
|
* @param {number} [limit]
|
|
10270
10270
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10271
10271
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10272
|
-
* @param {
|
|
10272
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
10273
10273
|
* @param {string} [inboxId]
|
|
10274
10274
|
* @param {*} [options] Override http request option.
|
|
10275
10275
|
* @throws {RequiredError}
|
|
10276
10276
|
*/
|
|
10277
|
-
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
10277
|
+
conversationsList: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10278
10278
|
/**
|
|
10279
10279
|
* List all conversations, must filter by contact_id
|
|
10280
10280
|
* @summary Conversations List
|
|
@@ -10285,12 +10285,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10285
10285
|
* @param {number} [limit]
|
|
10286
10286
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10287
10287
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10288
|
-
* @param {
|
|
10288
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
10289
10289
|
* @param {string} [inboxId]
|
|
10290
10290
|
* @param {*} [options] Override http request option.
|
|
10291
10291
|
* @throws {RequiredError}
|
|
10292
10292
|
*/
|
|
10293
|
-
conversationsList_33: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
10293
|
+
conversationsList_33: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10294
10294
|
/**
|
|
10295
10295
|
*
|
|
10296
10296
|
* @summary Conversations Update
|
|
@@ -10522,12 +10522,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10522
10522
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10523
10523
|
* @param {number} [limit]
|
|
10524
10524
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10525
|
-
* @param {
|
|
10525
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10526
10526
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10527
10527
|
* @param {*} [options] Override http request option.
|
|
10528
10528
|
* @throws {RequiredError}
|
|
10529
10529
|
*/
|
|
10530
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10530
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10531
10531
|
/**
|
|
10532
10532
|
*
|
|
10533
10533
|
* @summary Listings List
|
|
@@ -10537,12 +10537,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10537
10537
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10538
10538
|
* @param {number} [limit]
|
|
10539
10539
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10540
|
-
* @param {
|
|
10540
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10541
10541
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10542
10542
|
* @param {*} [options] Override http request option.
|
|
10543
10543
|
* @throws {RequiredError}
|
|
10544
10544
|
*/
|
|
10545
|
-
listingsList_46: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10545
|
+
listingsList_46: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10546
10546
|
/**
|
|
10547
10547
|
*
|
|
10548
10548
|
* @summary Managed Phone Numbers List
|
|
@@ -11548,12 +11548,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11548
11548
|
* @param {number} [limit]
|
|
11549
11549
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11550
11550
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11551
|
-
* @param {
|
|
11551
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
11552
11552
|
* @param {string} [inboxId]
|
|
11553
11553
|
* @param {*} [options] Override http request option.
|
|
11554
11554
|
* @throws {RequiredError}
|
|
11555
11555
|
*/
|
|
11556
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11556
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
11557
11557
|
/**
|
|
11558
11558
|
* List all conversations, must filter by contact_id
|
|
11559
11559
|
* @summary Conversations List
|
|
@@ -11564,12 +11564,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11564
11564
|
* @param {number} [limit]
|
|
11565
11565
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11566
11566
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11567
|
-
* @param {
|
|
11567
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
11568
11568
|
* @param {string} [inboxId]
|
|
11569
11569
|
* @param {*} [options] Override http request option.
|
|
11570
11570
|
* @throws {RequiredError}
|
|
11571
11571
|
*/
|
|
11572
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
11572
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseConversation>>;
|
|
11573
11573
|
/**
|
|
11574
11574
|
*
|
|
11575
11575
|
* @summary Conversations Update
|
|
@@ -11801,12 +11801,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11801
11801
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11802
11802
|
* @param {number} [limit]
|
|
11803
11803
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11804
|
-
* @param {
|
|
11804
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11805
11805
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11806
11806
|
* @param {*} [options] Override http request option.
|
|
11807
11807
|
* @throws {RequiredError}
|
|
11808
11808
|
*/
|
|
11809
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11809
|
+
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>>;
|
|
11810
11810
|
/**
|
|
11811
11811
|
*
|
|
11812
11812
|
* @summary Listings List
|
|
@@ -11816,12 +11816,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11816
11816
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11817
11817
|
* @param {number} [limit]
|
|
11818
11818
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11819
|
-
* @param {
|
|
11819
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11820
11820
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11821
11821
|
* @param {*} [options] Override http request option.
|
|
11822
11822
|
* @throws {RequiredError}
|
|
11823
11823
|
*/
|
|
11824
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11824
|
+
listingsList_46(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>>;
|
|
11825
11825
|
/**
|
|
11826
11826
|
*
|
|
11827
11827
|
* @summary Managed Phone Numbers List
|
|
@@ -12827,12 +12827,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
12827
12827
|
* @param {number} [limit]
|
|
12828
12828
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12829
12829
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12830
|
-
* @param {
|
|
12830
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
12831
12831
|
* @param {string} [inboxId]
|
|
12832
12832
|
* @param {*} [options] Override http request option.
|
|
12833
12833
|
* @throws {RequiredError}
|
|
12834
12834
|
*/
|
|
12835
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12835
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
12836
12836
|
/**
|
|
12837
12837
|
* List all conversations, must filter by contact_id
|
|
12838
12838
|
* @summary Conversations List
|
|
@@ -12843,12 +12843,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
12843
12843
|
* @param {number} [limit]
|
|
12844
12844
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12845
12845
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12846
|
-
* @param {
|
|
12846
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
12847
12847
|
* @param {string} [inboxId]
|
|
12848
12848
|
* @param {*} [options] Override http request option.
|
|
12849
12849
|
* @throws {RequiredError}
|
|
12850
12850
|
*/
|
|
12851
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
12851
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
12852
12852
|
/**
|
|
12853
12853
|
*
|
|
12854
12854
|
* @summary Conversations Update
|
|
@@ -13080,12 +13080,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13080
13080
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13081
13081
|
* @param {number} [limit]
|
|
13082
13082
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13083
|
-
* @param {
|
|
13083
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13084
13084
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13085
13085
|
* @param {*} [options] Override http request option.
|
|
13086
13086
|
* @throws {RequiredError}
|
|
13087
13087
|
*/
|
|
13088
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13088
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
13089
13089
|
/**
|
|
13090
13090
|
*
|
|
13091
13091
|
* @summary Listings List
|
|
@@ -13095,12 +13095,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13095
13095
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13096
13096
|
* @param {number} [limit]
|
|
13097
13097
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13098
|
-
* @param {
|
|
13098
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13099
13099
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13100
13100
|
* @param {*} [options] Override http request option.
|
|
13101
13101
|
* @throws {RequiredError}
|
|
13102
13102
|
*/
|
|
13103
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13103
|
+
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
13104
13104
|
/**
|
|
13105
13105
|
*
|
|
13106
13106
|
* @summary Managed Phone Numbers List
|
|
@@ -14174,13 +14174,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14174
14174
|
* @param {number} [limit]
|
|
14175
14175
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14176
14176
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14177
|
-
* @param {
|
|
14177
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
14178
14178
|
* @param {string} [inboxId]
|
|
14179
14179
|
* @param {*} [options] Override http request option.
|
|
14180
14180
|
* @throws {RequiredError}
|
|
14181
14181
|
* @memberof UnboundApi
|
|
14182
14182
|
*/
|
|
14183
|
-
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
14183
|
+
conversationsList(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
14184
14184
|
/**
|
|
14185
14185
|
* List all conversations, must filter by contact_id
|
|
14186
14186
|
* @summary Conversations List
|
|
@@ -14191,13 +14191,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14191
14191
|
* @param {number} [limit]
|
|
14192
14192
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14193
14193
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14194
|
-
* @param {
|
|
14194
|
+
* @param {ConversationSortBy} [sortBy] Sent at
|
|
14195
14195
|
* @param {string} [inboxId]
|
|
14196
14196
|
* @param {*} [options] Override http request option.
|
|
14197
14197
|
* @throws {RequiredError}
|
|
14198
14198
|
* @memberof UnboundApi
|
|
14199
14199
|
*/
|
|
14200
|
-
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?:
|
|
14200
|
+
conversationsList_33(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseConversation, any>>;
|
|
14201
14201
|
/**
|
|
14202
14202
|
*
|
|
14203
14203
|
* @summary Conversations Update
|
|
@@ -14455,13 +14455,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14455
14455
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14456
14456
|
* @param {number} [limit]
|
|
14457
14457
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14458
|
-
* @param {
|
|
14458
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14459
14459
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14460
14460
|
* @param {*} [options] Override http request option.
|
|
14461
14461
|
* @throws {RequiredError}
|
|
14462
14462
|
* @memberof UnboundApi
|
|
14463
14463
|
*/
|
|
14464
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14464
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
14465
14465
|
/**
|
|
14466
14466
|
*
|
|
14467
14467
|
* @summary Listings List
|
|
@@ -14471,13 +14471,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14471
14471
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14472
14472
|
* @param {number} [limit]
|
|
14473
14473
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14474
|
-
* @param {
|
|
14474
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14475
14475
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14476
14476
|
* @param {*} [options] Override http request option.
|
|
14477
14477
|
* @throws {RequiredError}
|
|
14478
14478
|
* @memberof UnboundApi
|
|
14479
14479
|
*/
|
|
14480
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14480
|
+
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
14481
14481
|
/**
|
|
14482
14482
|
*
|
|
14483
14483
|
* @summary Managed Phone Numbers List
|
|
@@ -14910,4 +14910,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14910
14910
|
webhook_60(body: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
14911
14911
|
}
|
|
14912
14912
|
|
|
14913
|
-
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, 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,
|
|
14913
|
+
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, 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, 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 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 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 Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|