@ember-home/unbound-ts-client 1.0.52 → 1.0.54
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 +547 -392
- package/dist/index.d.ts +547 -392
- package/dist/index.js +1230 -1044
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +854 -668
- 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.54
|
|
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.54
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -126,44 +126,6 @@ declare class BaseAPI {
|
|
|
126
126
|
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @export
|
|
132
|
-
* @interface AIResponse
|
|
133
|
-
*/
|
|
134
|
-
interface AIResponse {
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {string}
|
|
138
|
-
* @memberof AIResponse
|
|
139
|
-
*/
|
|
140
|
-
'response': string;
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
*
|
|
144
|
-
* @export
|
|
145
|
-
* @interface AIResponseCreate
|
|
146
|
-
*/
|
|
147
|
-
interface AIResponseCreate {
|
|
148
|
-
/**
|
|
149
|
-
*
|
|
150
|
-
* @type {Array<string>}
|
|
151
|
-
* @memberof AIResponseCreate
|
|
152
|
-
*/
|
|
153
|
-
'listingIds'?: Array<string>;
|
|
154
|
-
/**
|
|
155
|
-
*
|
|
156
|
-
* @type {string}
|
|
157
|
-
* @memberof AIResponseCreate
|
|
158
|
-
*/
|
|
159
|
-
'query': string;
|
|
160
|
-
/**
|
|
161
|
-
*
|
|
162
|
-
* @type {Array<string>}
|
|
163
|
-
* @memberof AIResponseCreate
|
|
164
|
-
*/
|
|
165
|
-
'reservationIds'?: Array<string>;
|
|
166
|
-
}
|
|
167
129
|
/**
|
|
168
130
|
*
|
|
169
131
|
* @export
|
|
@@ -2109,6 +2071,62 @@ interface Conversation {
|
|
|
2109
2071
|
*/
|
|
2110
2072
|
'updatedAt': string;
|
|
2111
2073
|
}
|
|
2074
|
+
/**
|
|
2075
|
+
*
|
|
2076
|
+
* @export
|
|
2077
|
+
* @interface ConversationAIQuery
|
|
2078
|
+
*/
|
|
2079
|
+
interface ConversationAIQuery {
|
|
2080
|
+
/**
|
|
2081
|
+
*
|
|
2082
|
+
* @type {string}
|
|
2083
|
+
* @memberof ConversationAIQuery
|
|
2084
|
+
*/
|
|
2085
|
+
'conversationId': string;
|
|
2086
|
+
/**
|
|
2087
|
+
*
|
|
2088
|
+
* @type {string}
|
|
2089
|
+
* @memberof ConversationAIQuery
|
|
2090
|
+
*/
|
|
2091
|
+
'forcedQueryMessage'?: string;
|
|
2092
|
+
}
|
|
2093
|
+
/**
|
|
2094
|
+
*
|
|
2095
|
+
* @export
|
|
2096
|
+
* @interface ConversationAIQuerySuggestion
|
|
2097
|
+
*/
|
|
2098
|
+
interface ConversationAIQuerySuggestion {
|
|
2099
|
+
/**
|
|
2100
|
+
*
|
|
2101
|
+
* @type {string}
|
|
2102
|
+
* @memberof ConversationAIQuerySuggestion
|
|
2103
|
+
*/
|
|
2104
|
+
'chatSuggestedReply': string;
|
|
2105
|
+
/**
|
|
2106
|
+
*
|
|
2107
|
+
* @type {string}
|
|
2108
|
+
* @memberof ConversationAIQuerySuggestion
|
|
2109
|
+
*/
|
|
2110
|
+
'emailSuggestedReply': string;
|
|
2111
|
+
/**
|
|
2112
|
+
*
|
|
2113
|
+
* @type {string}
|
|
2114
|
+
* @memberof ConversationAIQuerySuggestion
|
|
2115
|
+
*/
|
|
2116
|
+
'suggestionId': string;
|
|
2117
|
+
/**
|
|
2118
|
+
*
|
|
2119
|
+
* @type {string}
|
|
2120
|
+
* @memberof ConversationAIQuerySuggestion
|
|
2121
|
+
*/
|
|
2122
|
+
'textSuggestedReply': string;
|
|
2123
|
+
/**
|
|
2124
|
+
*
|
|
2125
|
+
* @type {string}
|
|
2126
|
+
* @memberof ConversationAIQuerySuggestion
|
|
2127
|
+
*/
|
|
2128
|
+
'tone': string;
|
|
2129
|
+
}
|
|
2112
2130
|
/**
|
|
2113
2131
|
*
|
|
2114
2132
|
* @export
|
|
@@ -2544,6 +2562,44 @@ declare const FileContentContentTypeEnum: {
|
|
|
2544
2562
|
readonly File: "FILE";
|
|
2545
2563
|
};
|
|
2546
2564
|
type FileContentContentTypeEnum = typeof FileContentContentTypeEnum[keyof typeof FileContentContentTypeEnum];
|
|
2565
|
+
/**
|
|
2566
|
+
*
|
|
2567
|
+
* @export
|
|
2568
|
+
* @interface GeneralAIQuery
|
|
2569
|
+
*/
|
|
2570
|
+
interface GeneralAIQuery {
|
|
2571
|
+
/**
|
|
2572
|
+
*
|
|
2573
|
+
* @type {Array<string>}
|
|
2574
|
+
* @memberof GeneralAIQuery
|
|
2575
|
+
*/
|
|
2576
|
+
'listingIds'?: Array<string>;
|
|
2577
|
+
/**
|
|
2578
|
+
*
|
|
2579
|
+
* @type {string}
|
|
2580
|
+
* @memberof GeneralAIQuery
|
|
2581
|
+
*/
|
|
2582
|
+
'query': string;
|
|
2583
|
+
/**
|
|
2584
|
+
*
|
|
2585
|
+
* @type {Array<string>}
|
|
2586
|
+
* @memberof GeneralAIQuery
|
|
2587
|
+
*/
|
|
2588
|
+
'reservationIds'?: Array<string>;
|
|
2589
|
+
}
|
|
2590
|
+
/**
|
|
2591
|
+
*
|
|
2592
|
+
* @export
|
|
2593
|
+
* @interface GeneralAIQueryResponse
|
|
2594
|
+
*/
|
|
2595
|
+
interface GeneralAIQueryResponse {
|
|
2596
|
+
/**
|
|
2597
|
+
*
|
|
2598
|
+
* @type {string}
|
|
2599
|
+
* @memberof GeneralAIQueryResponse
|
|
2600
|
+
*/
|
|
2601
|
+
'response': string;
|
|
2602
|
+
}
|
|
2547
2603
|
/**
|
|
2548
2604
|
*
|
|
2549
2605
|
* @export
|
|
@@ -3437,15 +3493,6 @@ interface ListingBaseChannelInfoChannelDetails {
|
|
|
3437
3493
|
*/
|
|
3438
3494
|
'channelPropertyDescription'?: string;
|
|
3439
3495
|
}
|
|
3440
|
-
/**
|
|
3441
|
-
*
|
|
3442
|
-
* @export
|
|
3443
|
-
* @enum {string}
|
|
3444
|
-
*/
|
|
3445
|
-
declare const ListingSortBy: {
|
|
3446
|
-
readonly Title: "title";
|
|
3447
|
-
};
|
|
3448
|
-
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
3449
3496
|
/**
|
|
3450
3497
|
*
|
|
3451
3498
|
* @export
|
|
@@ -6198,6 +6245,16 @@ interface ReservationVersion {
|
|
|
6198
6245
|
*/
|
|
6199
6246
|
'version': number;
|
|
6200
6247
|
}
|
|
6248
|
+
/**
|
|
6249
|
+
*
|
|
6250
|
+
* @export
|
|
6251
|
+
* @enum {string}
|
|
6252
|
+
*/
|
|
6253
|
+
declare const ReservationVersionSortBy: {
|
|
6254
|
+
readonly Version: "version";
|
|
6255
|
+
readonly CreatedAt: "created_at";
|
|
6256
|
+
};
|
|
6257
|
+
type ReservationVersionSortBy = typeof ReservationVersionSortBy[keyof typeof ReservationVersionSortBy];
|
|
6201
6258
|
/**
|
|
6202
6259
|
*
|
|
6203
6260
|
* @export
|
|
@@ -6503,8 +6560,7 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6503
6560
|
* @enum {string}
|
|
6504
6561
|
*/
|
|
6505
6562
|
declare const SortByUbFastApi: {
|
|
6506
|
-
readonly
|
|
6507
|
-
readonly CreatedAt: "created_at";
|
|
6563
|
+
readonly Title: "title";
|
|
6508
6564
|
};
|
|
6509
6565
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6510
6566
|
/**
|
|
@@ -7281,63 +7337,96 @@ declare const WebContentUpdateContentTypeEnum: {
|
|
|
7281
7337
|
};
|
|
7282
7338
|
type WebContentUpdateContentTypeEnum = typeof WebContentUpdateContentTypeEnum[keyof typeof WebContentUpdateContentTypeEnum];
|
|
7283
7339
|
/**
|
|
7284
|
-
*
|
|
7340
|
+
* AIQueriesApi - axios parameter creator
|
|
7285
7341
|
* @export
|
|
7286
7342
|
*/
|
|
7287
|
-
declare const
|
|
7343
|
+
declare const AIQueriesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
7288
7344
|
/**
|
|
7289
7345
|
*
|
|
7290
|
-
* @summary Ai
|
|
7291
|
-
* @param {
|
|
7346
|
+
* @summary General Ai Query
|
|
7347
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
7292
7348
|
* @param {*} [options] Override http request option.
|
|
7293
7349
|
* @throws {RequiredError}
|
|
7294
7350
|
*/
|
|
7295
|
-
|
|
7351
|
+
generalAiQuery: (generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7352
|
+
/**
|
|
7353
|
+
*
|
|
7354
|
+
* @summary Generate Suggestions Create
|
|
7355
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
7356
|
+
* @param {*} [options] Override http request option.
|
|
7357
|
+
* @throws {RequiredError}
|
|
7358
|
+
*/
|
|
7359
|
+
generateSuggestions: (conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7296
7360
|
};
|
|
7297
7361
|
/**
|
|
7298
|
-
*
|
|
7362
|
+
* AIQueriesApi - functional programming interface
|
|
7299
7363
|
* @export
|
|
7300
7364
|
*/
|
|
7301
|
-
declare const
|
|
7365
|
+
declare const AIQueriesApiFp: (configuration?: Configuration) => {
|
|
7366
|
+
/**
|
|
7367
|
+
*
|
|
7368
|
+
* @summary General Ai Query
|
|
7369
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
7370
|
+
* @param {*} [options] Override http request option.
|
|
7371
|
+
* @throws {RequiredError}
|
|
7372
|
+
*/
|
|
7373
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralAIQueryResponse>>;
|
|
7302
7374
|
/**
|
|
7303
7375
|
*
|
|
7304
|
-
* @summary
|
|
7305
|
-
* @param {
|
|
7376
|
+
* @summary Generate Suggestions Create
|
|
7377
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
7306
7378
|
* @param {*} [options] Override http request option.
|
|
7307
7379
|
* @throws {RequiredError}
|
|
7308
7380
|
*/
|
|
7309
|
-
|
|
7381
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
7310
7382
|
};
|
|
7311
7383
|
/**
|
|
7312
|
-
*
|
|
7384
|
+
* AIQueriesApi - factory interface
|
|
7313
7385
|
* @export
|
|
7314
7386
|
*/
|
|
7315
|
-
declare const
|
|
7387
|
+
declare const AIQueriesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
7388
|
+
/**
|
|
7389
|
+
*
|
|
7390
|
+
* @summary General Ai Query
|
|
7391
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
7392
|
+
* @param {*} [options] Override http request option.
|
|
7393
|
+
* @throws {RequiredError}
|
|
7394
|
+
*/
|
|
7395
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<GeneralAIQueryResponse>;
|
|
7316
7396
|
/**
|
|
7317
7397
|
*
|
|
7318
|
-
* @summary
|
|
7319
|
-
* @param {
|
|
7398
|
+
* @summary Generate Suggestions Create
|
|
7399
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
7320
7400
|
* @param {*} [options] Override http request option.
|
|
7321
7401
|
* @throws {RequiredError}
|
|
7322
7402
|
*/
|
|
7323
|
-
|
|
7403
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
7324
7404
|
};
|
|
7325
7405
|
/**
|
|
7326
|
-
*
|
|
7406
|
+
* AIQueriesApi - object-oriented interface
|
|
7327
7407
|
* @export
|
|
7328
|
-
* @class
|
|
7408
|
+
* @class AIQueriesApi
|
|
7329
7409
|
* @extends {BaseAPI}
|
|
7330
7410
|
*/
|
|
7331
|
-
declare class
|
|
7411
|
+
declare class AIQueriesApi extends BaseAPI {
|
|
7332
7412
|
/**
|
|
7333
7413
|
*
|
|
7334
|
-
* @summary Ai
|
|
7335
|
-
* @param {
|
|
7414
|
+
* @summary General Ai Query
|
|
7415
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
7336
7416
|
* @param {*} [options] Override http request option.
|
|
7337
7417
|
* @throws {RequiredError}
|
|
7338
|
-
* @memberof
|
|
7418
|
+
* @memberof AIQueriesApi
|
|
7339
7419
|
*/
|
|
7340
|
-
|
|
7420
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GeneralAIQueryResponse, any>>;
|
|
7421
|
+
/**
|
|
7422
|
+
*
|
|
7423
|
+
* @summary Generate Suggestions Create
|
|
7424
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
7425
|
+
* @param {*} [options] Override http request option.
|
|
7426
|
+
* @throws {RequiredError}
|
|
7427
|
+
* @memberof AIQueriesApi
|
|
7428
|
+
*/
|
|
7429
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
7341
7430
|
}
|
|
7342
7431
|
/**
|
|
7343
7432
|
* AccountsApi - axios parameter creator
|
|
@@ -9541,12 +9630,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
9541
9630
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9542
9631
|
* @param {number} [limit]
|
|
9543
9632
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9544
|
-
* @param {
|
|
9633
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9545
9634
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9546
9635
|
* @param {*} [options] Override http request option.
|
|
9547
9636
|
* @throws {RequiredError}
|
|
9548
9637
|
*/
|
|
9549
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9638
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9550
9639
|
};
|
|
9551
9640
|
/**
|
|
9552
9641
|
* ListingsApi - functional programming interface
|
|
@@ -9592,12 +9681,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
9592
9681
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9593
9682
|
* @param {number} [limit]
|
|
9594
9683
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9595
|
-
* @param {
|
|
9684
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9596
9685
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9597
9686
|
* @param {*} [options] Override http request option.
|
|
9598
9687
|
* @throws {RequiredError}
|
|
9599
9688
|
*/
|
|
9600
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9689
|
+
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>>;
|
|
9601
9690
|
};
|
|
9602
9691
|
/**
|
|
9603
9692
|
* ListingsApi - factory interface
|
|
@@ -9643,12 +9732,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
9643
9732
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9644
9733
|
* @param {number} [limit]
|
|
9645
9734
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9646
|
-
* @param {
|
|
9735
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9647
9736
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9648
9737
|
* @param {*} [options] Override http request option.
|
|
9649
9738
|
* @throws {RequiredError}
|
|
9650
9739
|
*/
|
|
9651
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9740
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
9652
9741
|
};
|
|
9653
9742
|
/**
|
|
9654
9743
|
* ListingsApi - object-oriented interface
|
|
@@ -9699,13 +9788,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
9699
9788
|
* @param {string} [cursor] Cursor for keyset paging
|
|
9700
9789
|
* @param {number} [limit]
|
|
9701
9790
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
9702
|
-
* @param {
|
|
9791
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
9703
9792
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
9704
9793
|
* @param {*} [options] Override http request option.
|
|
9705
9794
|
* @throws {RequiredError}
|
|
9706
9795
|
* @memberof ListingsApi
|
|
9707
9796
|
*/
|
|
9708
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
9797
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
9709
9798
|
}
|
|
9710
9799
|
/**
|
|
9711
9800
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -10290,12 +10379,12 @@ declare const ReservationsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
10290
10379
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10291
10380
|
* @param {number} [limit]
|
|
10292
10381
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10293
|
-
* @param {
|
|
10382
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10294
10383
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10295
10384
|
* @param {*} [options] Override http request option.
|
|
10296
10385
|
* @throws {RequiredError}
|
|
10297
10386
|
*/
|
|
10298
|
-
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10387
|
+
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10299
10388
|
/**
|
|
10300
10389
|
*
|
|
10301
10390
|
* @summary Reservations Get
|
|
@@ -10340,12 +10429,12 @@ declare const ReservationsApiFp: (configuration?: Configuration) => {
|
|
|
10340
10429
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10341
10430
|
* @param {number} [limit]
|
|
10342
10431
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10343
|
-
* @param {
|
|
10432
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10344
10433
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10345
10434
|
* @param {*} [options] Override http request option.
|
|
10346
10435
|
* @throws {RequiredError}
|
|
10347
10436
|
*/
|
|
10348
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10437
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
10349
10438
|
/**
|
|
10350
10439
|
*
|
|
10351
10440
|
* @summary Reservations Get
|
|
@@ -10390,12 +10479,12 @@ declare const ReservationsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10390
10479
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10391
10480
|
* @param {number} [limit]
|
|
10392
10481
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10393
|
-
* @param {
|
|
10482
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10394
10483
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10395
10484
|
* @param {*} [options] Override http request option.
|
|
10396
10485
|
* @throws {RequiredError}
|
|
10397
10486
|
*/
|
|
10398
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10487
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
10399
10488
|
/**
|
|
10400
10489
|
*
|
|
10401
10490
|
* @summary Reservations Get
|
|
@@ -10443,13 +10532,13 @@ declare class ReservationsApi extends BaseAPI {
|
|
|
10443
10532
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10444
10533
|
* @param {number} [limit]
|
|
10445
10534
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10446
|
-
* @param {
|
|
10535
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
10447
10536
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10448
10537
|
* @param {*} [options] Override http request option.
|
|
10449
10538
|
* @throws {RequiredError}
|
|
10450
10539
|
* @memberof ReservationsApi
|
|
10451
10540
|
*/
|
|
10452
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10541
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
10453
10542
|
/**
|
|
10454
10543
|
*
|
|
10455
10544
|
* @summary Reservations Get
|
|
@@ -10864,22 +10953,6 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10864
10953
|
* @throws {RequiredError}
|
|
10865
10954
|
*/
|
|
10866
10955
|
addressesUpdate_4: (addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10867
|
-
/**
|
|
10868
|
-
*
|
|
10869
|
-
* @summary Ai Responses Create
|
|
10870
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
10871
|
-
* @param {*} [options] Override http request option.
|
|
10872
|
-
* @throws {RequiredError}
|
|
10873
|
-
*/
|
|
10874
|
-
aiResponsesCreate: (aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10875
|
-
/**
|
|
10876
|
-
*
|
|
10877
|
-
* @summary Ai Responses Create
|
|
10878
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
10879
|
-
* @param {*} [options] Override http request option.
|
|
10880
|
-
* @throws {RequiredError}
|
|
10881
|
-
*/
|
|
10882
|
-
aiResponsesCreate_5: (aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10883
10956
|
/**
|
|
10884
10957
|
*
|
|
10885
10958
|
* @summary Communities Create
|
|
@@ -10895,7 +10968,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10895
10968
|
* @param {*} [options] Override http request option.
|
|
10896
10969
|
* @throws {RequiredError}
|
|
10897
10970
|
*/
|
|
10898
|
-
|
|
10971
|
+
communitiesCreate_5: (communityCreate: CommunityCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10899
10972
|
/**
|
|
10900
10973
|
*
|
|
10901
10974
|
* @summary Communities Delete
|
|
@@ -10911,7 +10984,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10911
10984
|
* @param {*} [options] Override http request option.
|
|
10912
10985
|
* @throws {RequiredError}
|
|
10913
10986
|
*/
|
|
10914
|
-
|
|
10987
|
+
communitiesDelete_6: (communityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10915
10988
|
/**
|
|
10916
10989
|
*
|
|
10917
10990
|
* @summary Communities Get
|
|
@@ -10927,7 +11000,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10927
11000
|
* @param {*} [options] Override http request option.
|
|
10928
11001
|
* @throws {RequiredError}
|
|
10929
11002
|
*/
|
|
10930
|
-
|
|
11003
|
+
communitiesGet_7: (communityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10931
11004
|
/**
|
|
10932
11005
|
*
|
|
10933
11006
|
* @summary Communities List
|
|
@@ -10951,7 +11024,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10951
11024
|
* @param {*} [options] Override http request option.
|
|
10952
11025
|
* @throws {RequiredError}
|
|
10953
11026
|
*/
|
|
10954
|
-
|
|
11027
|
+
communitiesList_8: (listingId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10955
11028
|
/**
|
|
10956
11029
|
*
|
|
10957
11030
|
* @summary Communities Update
|
|
@@ -10969,7 +11042,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10969
11042
|
* @param {*} [options] Override http request option.
|
|
10970
11043
|
* @throws {RequiredError}
|
|
10971
11044
|
*/
|
|
10972
|
-
|
|
11045
|
+
communitiesUpdate_9: (communityId: string, communityUpdate: CommunityUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10973
11046
|
/**
|
|
10974
11047
|
*
|
|
10975
11048
|
* @summary Community Types Create
|
|
@@ -10985,7 +11058,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10985
11058
|
* @param {*} [options] Override http request option.
|
|
10986
11059
|
* @throws {RequiredError}
|
|
10987
11060
|
*/
|
|
10988
|
-
|
|
11061
|
+
communityTypesCreate_10: (communityTypeCreate: CommunityTypeCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10989
11062
|
/**
|
|
10990
11063
|
*
|
|
10991
11064
|
* @summary Community Types List
|
|
@@ -10999,7 +11072,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10999
11072
|
* @param {*} [options] Override http request option.
|
|
11000
11073
|
* @throws {RequiredError}
|
|
11001
11074
|
*/
|
|
11002
|
-
|
|
11075
|
+
communityTypesList_11: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11003
11076
|
/**
|
|
11004
11077
|
*
|
|
11005
11078
|
* @summary Community Types Update
|
|
@@ -11017,7 +11090,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11017
11090
|
* @param {*} [options] Override http request option.
|
|
11018
11091
|
* @throws {RequiredError}
|
|
11019
11092
|
*/
|
|
11020
|
-
|
|
11093
|
+
communityTypesUpdate_12: (typeId: string, communityTypeUpdate: CommunityTypeUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11021
11094
|
/**
|
|
11022
11095
|
* Associates a contact with a listing with the OWNER type.
|
|
11023
11096
|
* @summary Contact Listing Create
|
|
@@ -11037,7 +11110,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11037
11110
|
* @param {*} [options] Override http request option.
|
|
11038
11111
|
* @throws {RequiredError}
|
|
11039
11112
|
*/
|
|
11040
|
-
|
|
11113
|
+
contactsAddListing_13: (contactId: string, listingId: string, contactsListingsCreateContactListing: ContactsListingsCreateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11041
11114
|
/**
|
|
11042
11115
|
*
|
|
11043
11116
|
* @summary Contacts Create
|
|
@@ -11053,7 +11126,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11053
11126
|
* @param {*} [options] Override http request option.
|
|
11054
11127
|
* @throws {RequiredError}
|
|
11055
11128
|
*/
|
|
11056
|
-
|
|
11129
|
+
contactsCreate_14: (contactCreate: ContactCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11057
11130
|
/**
|
|
11058
11131
|
*
|
|
11059
11132
|
* @summary Contacts Delete
|
|
@@ -11069,7 +11142,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11069
11142
|
* @param {*} [options] Override http request option.
|
|
11070
11143
|
* @throws {RequiredError}
|
|
11071
11144
|
*/
|
|
11072
|
-
|
|
11145
|
+
contactsDelete_15: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11073
11146
|
/**
|
|
11074
11147
|
*
|
|
11075
11148
|
* @summary Contacts Get
|
|
@@ -11085,7 +11158,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11085
11158
|
* @param {*} [options] Override http request option.
|
|
11086
11159
|
* @throws {RequiredError}
|
|
11087
11160
|
*/
|
|
11088
|
-
|
|
11161
|
+
contactsGet_16: (contactId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11089
11162
|
/**
|
|
11090
11163
|
*
|
|
11091
11164
|
* @summary Contacts List
|
|
@@ -11111,7 +11184,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11111
11184
|
* @param {*} [options] Override http request option.
|
|
11112
11185
|
* @throws {RequiredError}
|
|
11113
11186
|
*/
|
|
11114
|
-
|
|
11187
|
+
contactsList_17: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11115
11188
|
/**
|
|
11116
11189
|
*
|
|
11117
11190
|
* @summary Contact Listing Delete
|
|
@@ -11127,7 +11200,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11127
11200
|
* @param {*} [options] Override http request option.
|
|
11128
11201
|
* @throws {RequiredError}
|
|
11129
11202
|
*/
|
|
11130
|
-
|
|
11203
|
+
contactsRemoveListing_18: (contactListingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11131
11204
|
/**
|
|
11132
11205
|
*
|
|
11133
11206
|
* @summary Contacts Update
|
|
@@ -11154,7 +11227,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11154
11227
|
* @param {*} [options] Override http request option.
|
|
11155
11228
|
* @throws {RequiredError}
|
|
11156
11229
|
*/
|
|
11157
|
-
|
|
11230
|
+
contactsUpdateListing_19: (contactListingId: string, contactsListingsUpdateContactListing: ContactsListingsUpdateContactListing, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11158
11231
|
/**
|
|
11159
11232
|
*
|
|
11160
11233
|
* @summary Contacts Update
|
|
@@ -11163,7 +11236,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11163
11236
|
* @param {*} [options] Override http request option.
|
|
11164
11237
|
* @throws {RequiredError}
|
|
11165
11238
|
*/
|
|
11166
|
-
|
|
11239
|
+
contactsUpdate_20: (contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11167
11240
|
/**
|
|
11168
11241
|
*
|
|
11169
11242
|
* @summary Content Item Children List
|
|
@@ -11187,7 +11260,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11187
11260
|
* @param {*} [options] Override http request option.
|
|
11188
11261
|
* @throws {RequiredError}
|
|
11189
11262
|
*/
|
|
11190
|
-
|
|
11263
|
+
contentItemChildrenList_21: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11191
11264
|
/**
|
|
11192
11265
|
*
|
|
11193
11266
|
* @summary Content Item Version Get
|
|
@@ -11205,7 +11278,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11205
11278
|
* @param {*} [options] Override http request option.
|
|
11206
11279
|
* @throws {RequiredError}
|
|
11207
11280
|
*/
|
|
11208
|
-
|
|
11281
|
+
contentItemVersionsGet_22: (contentItemId: string, contentItemVersionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11209
11282
|
/**
|
|
11210
11283
|
*
|
|
11211
11284
|
* @summary Content Item Versions List
|
|
@@ -11231,7 +11304,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11231
11304
|
* @param {*} [options] Override http request option.
|
|
11232
11305
|
* @throws {RequiredError}
|
|
11233
11306
|
*/
|
|
11234
|
-
|
|
11307
|
+
contentItemVersionsList_23: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11235
11308
|
/**
|
|
11236
11309
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
11237
11310
|
* @summary Content Item Batch Resources Update
|
|
@@ -11249,7 +11322,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11249
11322
|
* @param {*} [options] Override http request option.
|
|
11250
11323
|
* @throws {RequiredError}
|
|
11251
11324
|
*/
|
|
11252
|
-
|
|
11325
|
+
contentItemsBatchResourcesUpdate_24: (contentItemId: string, updateContentRelatedResourcesRequest: UpdateContentRelatedResourcesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11253
11326
|
/**
|
|
11254
11327
|
*
|
|
11255
11328
|
* @summary Content Item Create
|
|
@@ -11265,7 +11338,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11265
11338
|
* @param {*} [options] Override http request option.
|
|
11266
11339
|
* @throws {RequiredError}
|
|
11267
11340
|
*/
|
|
11268
|
-
|
|
11341
|
+
contentItemsCreate_25: (contentItemCreate: ContentItemCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11269
11342
|
/**
|
|
11270
11343
|
*
|
|
11271
11344
|
* @summary Content Item Delete
|
|
@@ -11281,7 +11354,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11281
11354
|
* @param {*} [options] Override http request option.
|
|
11282
11355
|
* @throws {RequiredError}
|
|
11283
11356
|
*/
|
|
11284
|
-
|
|
11357
|
+
contentItemsDelete_26: (contentItemId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11285
11358
|
/**
|
|
11286
11359
|
*
|
|
11287
11360
|
* @summary Content Item Get
|
|
@@ -11297,7 +11370,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11297
11370
|
* @param {*} [options] Override http request option.
|
|
11298
11371
|
* @throws {RequiredError}
|
|
11299
11372
|
*/
|
|
11300
|
-
|
|
11373
|
+
contentItemsGet_27: (contentItemId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11301
11374
|
/**
|
|
11302
11375
|
*
|
|
11303
11376
|
* @summary Content Items List
|
|
@@ -11323,7 +11396,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11323
11396
|
* @param {*} [options] Override http request option.
|
|
11324
11397
|
* @throws {RequiredError}
|
|
11325
11398
|
*/
|
|
11326
|
-
|
|
11399
|
+
contentItemsList_28: (listingId?: string, communityId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11327
11400
|
/**
|
|
11328
11401
|
*
|
|
11329
11402
|
* @summary Content Item Update
|
|
@@ -11341,7 +11414,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11341
11414
|
* @param {*} [options] Override http request option.
|
|
11342
11415
|
* @throws {RequiredError}
|
|
11343
11416
|
*/
|
|
11344
|
-
|
|
11417
|
+
contentItemsUpdate_29: (contentItemId: string, contentItemUpdate: ContentItemUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11345
11418
|
/**
|
|
11346
11419
|
*
|
|
11347
11420
|
* @summary Conversations Create
|
|
@@ -11359,7 +11432,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11359
11432
|
* @param {*} [options] Override http request option.
|
|
11360
11433
|
* @throws {RequiredError}
|
|
11361
11434
|
*/
|
|
11362
|
-
|
|
11435
|
+
conversationsCreate_30: (inboxId: string, conversationCreate: ConversationCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11363
11436
|
/**
|
|
11364
11437
|
*
|
|
11365
11438
|
* @summary Conversations Get
|
|
@@ -11375,7 +11448,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11375
11448
|
* @param {*} [options] Override http request option.
|
|
11376
11449
|
* @throws {RequiredError}
|
|
11377
11450
|
*/
|
|
11378
|
-
|
|
11451
|
+
conversationsGet_31: (conversationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11379
11452
|
/**
|
|
11380
11453
|
* List all conversations, must filter by contact_id
|
|
11381
11454
|
* @summary Conversations List
|
|
@@ -11407,7 +11480,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11407
11480
|
* @param {*} [options] Override http request option.
|
|
11408
11481
|
* @throws {RequiredError}
|
|
11409
11482
|
*/
|
|
11410
|
-
|
|
11483
|
+
conversationsList_32: (searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11411
11484
|
/**
|
|
11412
11485
|
*
|
|
11413
11486
|
* @summary Conversations Update
|
|
@@ -11425,7 +11498,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11425
11498
|
* @param {*} [options] Override http request option.
|
|
11426
11499
|
* @throws {RequiredError}
|
|
11427
11500
|
*/
|
|
11428
|
-
|
|
11501
|
+
conversationsUpdate_33: (conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11429
11502
|
/**
|
|
11430
11503
|
*
|
|
11431
11504
|
* @summary Emails Create
|
|
@@ -11443,7 +11516,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11443
11516
|
* @param {*} [options] Override http request option.
|
|
11444
11517
|
* @throws {RequiredError}
|
|
11445
11518
|
*/
|
|
11446
|
-
|
|
11519
|
+
emailsCreate_34: (contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11447
11520
|
/**
|
|
11448
11521
|
*
|
|
11449
11522
|
* @summary Emails Delete
|
|
@@ -11459,7 +11532,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11459
11532
|
* @param {*} [options] Override http request option.
|
|
11460
11533
|
* @throws {RequiredError}
|
|
11461
11534
|
*/
|
|
11462
|
-
|
|
11535
|
+
emailsDelete_35: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11463
11536
|
/**
|
|
11464
11537
|
*
|
|
11465
11538
|
* @summary Emails Get
|
|
@@ -11475,7 +11548,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11475
11548
|
* @param {*} [options] Override http request option.
|
|
11476
11549
|
* @throws {RequiredError}
|
|
11477
11550
|
*/
|
|
11478
|
-
|
|
11551
|
+
emailsGet_36: (emailId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11479
11552
|
/**
|
|
11480
11553
|
*
|
|
11481
11554
|
* @summary Emails Update
|
|
@@ -11493,7 +11566,23 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11493
11566
|
* @param {*} [options] Override http request option.
|
|
11494
11567
|
* @throws {RequiredError}
|
|
11495
11568
|
*/
|
|
11496
|
-
|
|
11569
|
+
emailsUpdate_37: (emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11570
|
+
/**
|
|
11571
|
+
*
|
|
11572
|
+
* @summary General Ai Query
|
|
11573
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
11574
|
+
* @param {*} [options] Override http request option.
|
|
11575
|
+
* @throws {RequiredError}
|
|
11576
|
+
*/
|
|
11577
|
+
generalAiQuery: (generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11578
|
+
/**
|
|
11579
|
+
*
|
|
11580
|
+
* @summary General Ai Query
|
|
11581
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
11582
|
+
* @param {*} [options] Override http request option.
|
|
11583
|
+
* @throws {RequiredError}
|
|
11584
|
+
*/
|
|
11585
|
+
generalAiQuery_38: (generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11497
11586
|
/**
|
|
11498
11587
|
* Generate a presigned GET URL for downloading a file. The file must belong to the authenticated account (enforced by file_key prefix matching account_id). **Download Workflow:** 1. Call this endpoint with the file_key obtained during upload 2. Redirect or fetch from the returned download_url 3. URL expires after the specified duration (default 1 hour)
|
|
11499
11588
|
* @summary Generate presigned download URL
|
|
@@ -11526,6 +11615,22 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11526
11615
|
* @throws {RequiredError}
|
|
11527
11616
|
*/
|
|
11528
11617
|
generateFileUploadURL_40: (uploadURLRequest: UploadURLRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11618
|
+
/**
|
|
11619
|
+
*
|
|
11620
|
+
* @summary Generate Suggestions Create
|
|
11621
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
11622
|
+
* @param {*} [options] Override http request option.
|
|
11623
|
+
* @throws {RequiredError}
|
|
11624
|
+
*/
|
|
11625
|
+
generateSuggestions: (conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11626
|
+
/**
|
|
11627
|
+
*
|
|
11628
|
+
* @summary Generate Suggestions Create
|
|
11629
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
11630
|
+
* @param {*} [options] Override http request option.
|
|
11631
|
+
* @throws {RequiredError}
|
|
11632
|
+
*/
|
|
11633
|
+
generateSuggestions_41: (conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11529
11634
|
/**
|
|
11530
11635
|
* Returns public keys for verifying JWTs issued by this service.
|
|
11531
11636
|
* @summary JWKS Get
|
|
@@ -11553,7 +11658,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11553
11658
|
* @param {*} [options] Override http request option.
|
|
11554
11659
|
* @throws {RequiredError}
|
|
11555
11660
|
*/
|
|
11556
|
-
|
|
11661
|
+
inboxesList_42: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11557
11662
|
/**
|
|
11558
11663
|
* List all inquiries
|
|
11559
11664
|
* @summary Inquiry List
|
|
@@ -11569,7 +11674,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11569
11674
|
* @param {*} [options] Override http request option.
|
|
11570
11675
|
* @throws {RequiredError}
|
|
11571
11676
|
*/
|
|
11572
|
-
|
|
11677
|
+
inquiriesList_43: (contactId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11573
11678
|
/**
|
|
11574
11679
|
*
|
|
11575
11680
|
* @summary Listing Versions Get
|
|
@@ -11587,7 +11692,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11587
11692
|
* @param {*} [options] Override http request option.
|
|
11588
11693
|
* @throws {RequiredError}
|
|
11589
11694
|
*/
|
|
11590
|
-
|
|
11695
|
+
listingVersionsGet_44: (listingId: string, listingVersionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11591
11696
|
/**
|
|
11592
11697
|
*
|
|
11593
11698
|
* @summary Listing Versions List
|
|
@@ -11613,7 +11718,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11613
11718
|
* @param {*} [options] Override http request option.
|
|
11614
11719
|
* @throws {RequiredError}
|
|
11615
11720
|
*/
|
|
11616
|
-
|
|
11721
|
+
listingVersionsList_45: (listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11617
11722
|
/**
|
|
11618
11723
|
*
|
|
11619
11724
|
* @summary Listings Get
|
|
@@ -11629,7 +11734,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11629
11734
|
* @param {*} [options] Override http request option.
|
|
11630
11735
|
* @throws {RequiredError}
|
|
11631
11736
|
*/
|
|
11632
|
-
|
|
11737
|
+
listingsGet_46: (listingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11633
11738
|
/**
|
|
11634
11739
|
*
|
|
11635
11740
|
* @summary Listings List
|
|
@@ -11639,12 +11744,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11639
11744
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11640
11745
|
* @param {number} [limit]
|
|
11641
11746
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11642
|
-
* @param {
|
|
11747
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11643
11748
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11644
11749
|
* @param {*} [options] Override http request option.
|
|
11645
11750
|
* @throws {RequiredError}
|
|
11646
11751
|
*/
|
|
11647
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11752
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11648
11753
|
/**
|
|
11649
11754
|
*
|
|
11650
11755
|
* @summary Listings List
|
|
@@ -11654,12 +11759,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11654
11759
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11655
11760
|
* @param {number} [limit]
|
|
11656
11761
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11657
|
-
* @param {
|
|
11762
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11658
11763
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11659
11764
|
* @param {*} [options] Override http request option.
|
|
11660
11765
|
* @throws {RequiredError}
|
|
11661
11766
|
*/
|
|
11662
|
-
|
|
11767
|
+
listingsList_47: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11663
11768
|
/**
|
|
11664
11769
|
*
|
|
11665
11770
|
* @summary Managed Phone Numbers List
|
|
@@ -11673,7 +11778,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11673
11778
|
* @param {*} [options] Override http request option.
|
|
11674
11779
|
* @throws {RequiredError}
|
|
11675
11780
|
*/
|
|
11676
|
-
|
|
11781
|
+
managedPhoneNumbersList_48: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11677
11782
|
/**
|
|
11678
11783
|
*
|
|
11679
11784
|
* @summary Messages Create
|
|
@@ -11691,7 +11796,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11691
11796
|
* @param {*} [options] Override http request option.
|
|
11692
11797
|
* @throws {RequiredError}
|
|
11693
11798
|
*/
|
|
11694
|
-
|
|
11799
|
+
messagesCreate_49: (conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11695
11800
|
/**
|
|
11696
11801
|
*
|
|
11697
11802
|
* @summary Messages Get
|
|
@@ -11707,7 +11812,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11707
11812
|
* @param {*} [options] Override http request option.
|
|
11708
11813
|
* @throws {RequiredError}
|
|
11709
11814
|
*/
|
|
11710
|
-
|
|
11815
|
+
messagesGet_50: (messageId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11711
11816
|
/**
|
|
11712
11817
|
*
|
|
11713
11818
|
* @summary Messages List
|
|
@@ -11743,7 +11848,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11743
11848
|
* @param {*} [options] Override http request option.
|
|
11744
11849
|
* @throws {RequiredError}
|
|
11745
11850
|
*/
|
|
11746
|
-
|
|
11851
|
+
messagesList_51: (conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11747
11852
|
/**
|
|
11748
11853
|
*
|
|
11749
11854
|
* @summary Notifications Create
|
|
@@ -11792,7 +11897,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11792
11897
|
* @param {*} [options] Override http request option.
|
|
11793
11898
|
* @throws {RequiredError}
|
|
11794
11899
|
*/
|
|
11795
|
-
|
|
11900
|
+
phonesCreate_52: (contactId: string, phoneCreate: PhoneCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11796
11901
|
/**
|
|
11797
11902
|
*
|
|
11798
11903
|
* @summary Phones Delete
|
|
@@ -11808,7 +11913,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11808
11913
|
* @param {*} [options] Override http request option.
|
|
11809
11914
|
* @throws {RequiredError}
|
|
11810
11915
|
*/
|
|
11811
|
-
|
|
11916
|
+
phonesDelete_53: (phoneId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11812
11917
|
/**
|
|
11813
11918
|
*
|
|
11814
11919
|
* @summary Phones Get
|
|
@@ -11824,7 +11929,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11824
11929
|
* @param {*} [options] Override http request option.
|
|
11825
11930
|
* @throws {RequiredError}
|
|
11826
11931
|
*/
|
|
11827
|
-
|
|
11932
|
+
phonesGet_54: (phoneId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11828
11933
|
/**
|
|
11829
11934
|
*
|
|
11830
11935
|
* @summary Phones Update
|
|
@@ -11842,7 +11947,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11842
11947
|
* @param {*} [options] Override http request option.
|
|
11843
11948
|
* @throws {RequiredError}
|
|
11844
11949
|
*/
|
|
11845
|
-
|
|
11950
|
+
phonesUpdate_55: (phoneId: string, phoneUpdate: PhoneUpdate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11846
11951
|
/**
|
|
11847
11952
|
*
|
|
11848
11953
|
* @summary Providers Create
|
|
@@ -11892,7 +11997,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11892
11997
|
* @param {*} [options] Override http request option.
|
|
11893
11998
|
* @throws {RequiredError}
|
|
11894
11999
|
*/
|
|
11895
|
-
|
|
12000
|
+
reservationVersionsGet_56: (reservationId: string, reservationVersionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11896
12001
|
/**
|
|
11897
12002
|
*
|
|
11898
12003
|
* @summary Reservation Versions List
|
|
@@ -11900,12 +12005,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11900
12005
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11901
12006
|
* @param {number} [limit]
|
|
11902
12007
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11903
|
-
* @param {
|
|
12008
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
11904
12009
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11905
12010
|
* @param {*} [options] Override http request option.
|
|
11906
12011
|
* @throws {RequiredError}
|
|
11907
12012
|
*/
|
|
11908
|
-
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12013
|
+
reservationVersionsList: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11909
12014
|
/**
|
|
11910
12015
|
*
|
|
11911
12016
|
* @summary Reservation Versions List
|
|
@@ -11913,12 +12018,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11913
12018
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11914
12019
|
* @param {number} [limit]
|
|
11915
12020
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11916
|
-
* @param {
|
|
12021
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
11917
12022
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11918
12023
|
* @param {*} [options] Override http request option.
|
|
11919
12024
|
* @throws {RequiredError}
|
|
11920
12025
|
*/
|
|
11921
|
-
|
|
12026
|
+
reservationVersionsList_57: (reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11922
12027
|
/**
|
|
11923
12028
|
*
|
|
11924
12029
|
* @summary Reservations Get
|
|
@@ -11934,7 +12039,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11934
12039
|
* @param {*} [options] Override http request option.
|
|
11935
12040
|
* @throws {RequiredError}
|
|
11936
12041
|
*/
|
|
11937
|
-
|
|
12042
|
+
reservationsGet_58: (reservationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11938
12043
|
/**
|
|
11939
12044
|
*
|
|
11940
12045
|
* @summary Reservations List
|
|
@@ -11962,7 +12067,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11962
12067
|
* @param {*} [options] Override http request option.
|
|
11963
12068
|
* @throws {RequiredError}
|
|
11964
12069
|
*/
|
|
11965
|
-
|
|
12070
|
+
reservationsList_59: (searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11966
12071
|
/**
|
|
11967
12072
|
*
|
|
11968
12073
|
* @summary Roles Add Permission
|
|
@@ -12029,7 +12134,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12029
12134
|
* @param {*} [options] Override http request option.
|
|
12030
12135
|
* @throws {RequiredError}
|
|
12031
12136
|
*/
|
|
12032
|
-
|
|
12137
|
+
telnyxWebhookTelnyxWebhooksPost_60: (requestBody: {
|
|
12033
12138
|
[key: string]: any;
|
|
12034
12139
|
}, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12035
12140
|
/**
|
|
@@ -12063,7 +12168,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
12063
12168
|
* @param {*} [options] Override http request option.
|
|
12064
12169
|
* @throws {RequiredError}
|
|
12065
12170
|
*/
|
|
12066
|
-
|
|
12171
|
+
webhook_61: (body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12067
12172
|
};
|
|
12068
12173
|
/**
|
|
12069
12174
|
* UnboundApi - functional programming interface
|
|
@@ -12159,22 +12264,6 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12159
12264
|
* @throws {RequiredError}
|
|
12160
12265
|
*/
|
|
12161
12266
|
addressesUpdate_4(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Address>>;
|
|
12162
|
-
/**
|
|
12163
|
-
*
|
|
12164
|
-
* @summary Ai Responses Create
|
|
12165
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
12166
|
-
* @param {*} [options] Override http request option.
|
|
12167
|
-
* @throws {RequiredError}
|
|
12168
|
-
*/
|
|
12169
|
-
aiResponsesCreate(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AIResponse>>;
|
|
12170
|
-
/**
|
|
12171
|
-
*
|
|
12172
|
-
* @summary Ai Responses Create
|
|
12173
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
12174
|
-
* @param {*} [options] Override http request option.
|
|
12175
|
-
* @throws {RequiredError}
|
|
12176
|
-
*/
|
|
12177
|
-
aiResponsesCreate_5(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AIResponse>>;
|
|
12178
12267
|
/**
|
|
12179
12268
|
*
|
|
12180
12269
|
* @summary Communities Create
|
|
@@ -12190,7 +12279,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12190
12279
|
* @param {*} [options] Override http request option.
|
|
12191
12280
|
* @throws {RequiredError}
|
|
12192
12281
|
*/
|
|
12193
|
-
|
|
12282
|
+
communitiesCreate_5(communityCreate: CommunityCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Community>>;
|
|
12194
12283
|
/**
|
|
12195
12284
|
*
|
|
12196
12285
|
* @summary Communities Delete
|
|
@@ -12206,7 +12295,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12206
12295
|
* @param {*} [options] Override http request option.
|
|
12207
12296
|
* @throws {RequiredError}
|
|
12208
12297
|
*/
|
|
12209
|
-
|
|
12298
|
+
communitiesDelete_6(communityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
12210
12299
|
/**
|
|
12211
12300
|
*
|
|
12212
12301
|
* @summary Communities Get
|
|
@@ -12222,7 +12311,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12222
12311
|
* @param {*} [options] Override http request option.
|
|
12223
12312
|
* @throws {RequiredError}
|
|
12224
12313
|
*/
|
|
12225
|
-
|
|
12314
|
+
communitiesGet_7(communityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Community>>;
|
|
12226
12315
|
/**
|
|
12227
12316
|
*
|
|
12228
12317
|
* @summary Communities List
|
|
@@ -12246,7 +12335,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12246
12335
|
* @param {*} [options] Override http request option.
|
|
12247
12336
|
* @throws {RequiredError}
|
|
12248
12337
|
*/
|
|
12249
|
-
|
|
12338
|
+
communitiesList_8(listingId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseCommunity>>;
|
|
12250
12339
|
/**
|
|
12251
12340
|
*
|
|
12252
12341
|
* @summary Communities Update
|
|
@@ -12264,7 +12353,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12264
12353
|
* @param {*} [options] Override http request option.
|
|
12265
12354
|
* @throws {RequiredError}
|
|
12266
12355
|
*/
|
|
12267
|
-
|
|
12356
|
+
communitiesUpdate_9(communityId: string, communityUpdate: CommunityUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Community>>;
|
|
12268
12357
|
/**
|
|
12269
12358
|
*
|
|
12270
12359
|
* @summary Community Types Create
|
|
@@ -12280,7 +12369,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12280
12369
|
* @param {*} [options] Override http request option.
|
|
12281
12370
|
* @throws {RequiredError}
|
|
12282
12371
|
*/
|
|
12283
|
-
|
|
12372
|
+
communityTypesCreate_10(communityTypeCreate: CommunityTypeCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommunityType>>;
|
|
12284
12373
|
/**
|
|
12285
12374
|
*
|
|
12286
12375
|
* @summary Community Types List
|
|
@@ -12294,7 +12383,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12294
12383
|
* @param {*} [options] Override http request option.
|
|
12295
12384
|
* @throws {RequiredError}
|
|
12296
12385
|
*/
|
|
12297
|
-
|
|
12386
|
+
communityTypesList_11(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommunityTypeList>>;
|
|
12298
12387
|
/**
|
|
12299
12388
|
*
|
|
12300
12389
|
* @summary Community Types Update
|
|
@@ -12312,7 +12401,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12312
12401
|
* @param {*} [options] Override http request option.
|
|
12313
12402
|
* @throws {RequiredError}
|
|
12314
12403
|
*/
|
|
12315
|
-
|
|
12404
|
+
communityTypesUpdate_12(typeId: string, communityTypeUpdate: CommunityTypeUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommunityType>>;
|
|
12316
12405
|
/**
|
|
12317
12406
|
* Associates a contact with a listing with the OWNER type.
|
|
12318
12407
|
* @summary Contact Listing Create
|
|
@@ -12332,7 +12421,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12332
12421
|
* @param {*} [options] Override http request option.
|
|
12333
12422
|
* @throws {RequiredError}
|
|
12334
12423
|
*/
|
|
12335
|
-
|
|
12424
|
+
contactsAddListing_13(contactId: string, listingId: string, contactsListingsCreateContactListing: ContactsListingsCreateContactListing, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIContactsListings>>;
|
|
12336
12425
|
/**
|
|
12337
12426
|
*
|
|
12338
12427
|
* @summary Contacts Create
|
|
@@ -12348,7 +12437,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12348
12437
|
* @param {*} [options] Override http request option.
|
|
12349
12438
|
* @throws {RequiredError}
|
|
12350
12439
|
*/
|
|
12351
|
-
|
|
12440
|
+
contactsCreate_14(contactCreate: ContactCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Contact>>;
|
|
12352
12441
|
/**
|
|
12353
12442
|
*
|
|
12354
12443
|
* @summary Contacts Delete
|
|
@@ -12364,7 +12453,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12364
12453
|
* @param {*} [options] Override http request option.
|
|
12365
12454
|
* @throws {RequiredError}
|
|
12366
12455
|
*/
|
|
12367
|
-
|
|
12456
|
+
contactsDelete_15(contactId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
12368
12457
|
/**
|
|
12369
12458
|
*
|
|
12370
12459
|
* @summary Contacts Get
|
|
@@ -12380,7 +12469,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12380
12469
|
* @param {*} [options] Override http request option.
|
|
12381
12470
|
* @throws {RequiredError}
|
|
12382
12471
|
*/
|
|
12383
|
-
|
|
12472
|
+
contactsGet_16(contactId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Contact>>;
|
|
12384
12473
|
/**
|
|
12385
12474
|
*
|
|
12386
12475
|
* @summary Contacts List
|
|
@@ -12406,7 +12495,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12406
12495
|
* @param {*} [options] Override http request option.
|
|
12407
12496
|
* @throws {RequiredError}
|
|
12408
12497
|
*/
|
|
12409
|
-
|
|
12498
|
+
contactsList_17(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12410
12499
|
/**
|
|
12411
12500
|
*
|
|
12412
12501
|
* @summary Contact Listing Delete
|
|
@@ -12422,7 +12511,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12422
12511
|
* @param {*} [options] Override http request option.
|
|
12423
12512
|
* @throws {RequiredError}
|
|
12424
12513
|
*/
|
|
12425
|
-
|
|
12514
|
+
contactsRemoveListing_18(contactListingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
12426
12515
|
/**
|
|
12427
12516
|
*
|
|
12428
12517
|
* @summary Contacts Update
|
|
@@ -12449,7 +12538,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12449
12538
|
* @param {*} [options] Override http request option.
|
|
12450
12539
|
* @throws {RequiredError}
|
|
12451
12540
|
*/
|
|
12452
|
-
|
|
12541
|
+
contactsUpdateListing_19(contactListingId: string, contactsListingsUpdateContactListing: ContactsListingsUpdateContactListing, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIContactsListings>>;
|
|
12453
12542
|
/**
|
|
12454
12543
|
*
|
|
12455
12544
|
* @summary Contacts Update
|
|
@@ -12458,7 +12547,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12458
12547
|
* @param {*} [options] Override http request option.
|
|
12459
12548
|
* @throws {RequiredError}
|
|
12460
12549
|
*/
|
|
12461
|
-
|
|
12550
|
+
contactsUpdate_20(contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Contact>>;
|
|
12462
12551
|
/**
|
|
12463
12552
|
*
|
|
12464
12553
|
* @summary Content Item Children List
|
|
@@ -12482,7 +12571,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12482
12571
|
* @param {*} [options] Override http request option.
|
|
12483
12572
|
* @throws {RequiredError}
|
|
12484
12573
|
*/
|
|
12485
|
-
|
|
12574
|
+
contentItemChildrenList_21(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItem>>;
|
|
12486
12575
|
/**
|
|
12487
12576
|
*
|
|
12488
12577
|
* @summary Content Item Version Get
|
|
@@ -12500,7 +12589,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12500
12589
|
* @param {*} [options] Override http request option.
|
|
12501
12590
|
* @throws {RequiredError}
|
|
12502
12591
|
*/
|
|
12503
|
-
|
|
12592
|
+
contentItemVersionsGet_22(contentItemId: string, contentItemVersionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentItemVersion>>;
|
|
12504
12593
|
/**
|
|
12505
12594
|
*
|
|
12506
12595
|
* @summary Content Item Versions List
|
|
@@ -12526,7 +12615,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12526
12615
|
* @param {*} [options] Override http request option.
|
|
12527
12616
|
* @throws {RequiredError}
|
|
12528
12617
|
*/
|
|
12529
|
-
|
|
12618
|
+
contentItemVersionsList_23(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12530
12619
|
/**
|
|
12531
12620
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
12532
12621
|
* @summary Content Item Batch Resources Update
|
|
@@ -12544,7 +12633,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12544
12633
|
* @param {*} [options] Override http request option.
|
|
12545
12634
|
* @throws {RequiredError}
|
|
12546
12635
|
*/
|
|
12547
|
-
|
|
12636
|
+
contentItemsBatchResourcesUpdate_24(contentItemId: string, updateContentRelatedResourcesRequest: UpdateContentRelatedResourcesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateContentRelatedResourcesResponse>>;
|
|
12548
12637
|
/**
|
|
12549
12638
|
*
|
|
12550
12639
|
* @summary Content Item Create
|
|
@@ -12560,7 +12649,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12560
12649
|
* @param {*} [options] Override http request option.
|
|
12561
12650
|
* @throws {RequiredError}
|
|
12562
12651
|
*/
|
|
12563
|
-
|
|
12652
|
+
contentItemsCreate_25(contentItemCreate: ContentItemCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentItem>>;
|
|
12564
12653
|
/**
|
|
12565
12654
|
*
|
|
12566
12655
|
* @summary Content Item Delete
|
|
@@ -12576,7 +12665,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12576
12665
|
* @param {*} [options] Override http request option.
|
|
12577
12666
|
* @throws {RequiredError}
|
|
12578
12667
|
*/
|
|
12579
|
-
|
|
12668
|
+
contentItemsDelete_26(contentItemId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
12580
12669
|
/**
|
|
12581
12670
|
*
|
|
12582
12671
|
* @summary Content Item Get
|
|
@@ -12592,7 +12681,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12592
12681
|
* @param {*} [options] Override http request option.
|
|
12593
12682
|
* @throws {RequiredError}
|
|
12594
12683
|
*/
|
|
12595
|
-
|
|
12684
|
+
contentItemsGet_27(contentItemId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentItemFullResponse>>;
|
|
12596
12685
|
/**
|
|
12597
12686
|
*
|
|
12598
12687
|
* @summary Content Items List
|
|
@@ -12618,7 +12707,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12618
12707
|
* @param {*} [options] Override http request option.
|
|
12619
12708
|
* @throws {RequiredError}
|
|
12620
12709
|
*/
|
|
12621
|
-
|
|
12710
|
+
contentItemsList_28(listingId?: string, communityId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemFullResponse>>;
|
|
12622
12711
|
/**
|
|
12623
12712
|
*
|
|
12624
12713
|
* @summary Content Item Update
|
|
@@ -12636,7 +12725,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12636
12725
|
* @param {*} [options] Override http request option.
|
|
12637
12726
|
* @throws {RequiredError}
|
|
12638
12727
|
*/
|
|
12639
|
-
|
|
12728
|
+
contentItemsUpdate_29(contentItemId: string, contentItemUpdate: ContentItemUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentItem>>;
|
|
12640
12729
|
/**
|
|
12641
12730
|
*
|
|
12642
12731
|
* @summary Conversations Create
|
|
@@ -12654,7 +12743,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12654
12743
|
* @param {*} [options] Override http request option.
|
|
12655
12744
|
* @throws {RequiredError}
|
|
12656
12745
|
*/
|
|
12657
|
-
|
|
12746
|
+
conversationsCreate_30(inboxId: string, conversationCreate: ConversationCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Conversation>>;
|
|
12658
12747
|
/**
|
|
12659
12748
|
*
|
|
12660
12749
|
* @summary Conversations Get
|
|
@@ -12670,7 +12759,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12670
12759
|
* @param {*} [options] Override http request option.
|
|
12671
12760
|
* @throws {RequiredError}
|
|
12672
12761
|
*/
|
|
12673
|
-
|
|
12762
|
+
conversationsGet_31(conversationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Conversation>>;
|
|
12674
12763
|
/**
|
|
12675
12764
|
* List all conversations, must filter by contact_id
|
|
12676
12765
|
* @summary Conversations List
|
|
@@ -12702,7 +12791,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12702
12791
|
* @param {*} [options] Override http request option.
|
|
12703
12792
|
* @throws {RequiredError}
|
|
12704
12793
|
*/
|
|
12705
|
-
|
|
12794
|
+
conversationsList_32(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>>;
|
|
12706
12795
|
/**
|
|
12707
12796
|
*
|
|
12708
12797
|
* @summary Conversations Update
|
|
@@ -12720,7 +12809,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12720
12809
|
* @param {*} [options] Override http request option.
|
|
12721
12810
|
* @throws {RequiredError}
|
|
12722
12811
|
*/
|
|
12723
|
-
|
|
12812
|
+
conversationsUpdate_33(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Conversation>>;
|
|
12724
12813
|
/**
|
|
12725
12814
|
*
|
|
12726
12815
|
* @summary Emails Create
|
|
@@ -12738,7 +12827,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12738
12827
|
* @param {*} [options] Override http request option.
|
|
12739
12828
|
* @throws {RequiredError}
|
|
12740
12829
|
*/
|
|
12741
|
-
|
|
12830
|
+
emailsCreate_34(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Email>>;
|
|
12742
12831
|
/**
|
|
12743
12832
|
*
|
|
12744
12833
|
* @summary Emails Delete
|
|
@@ -12754,7 +12843,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12754
12843
|
* @param {*} [options] Override http request option.
|
|
12755
12844
|
* @throws {RequiredError}
|
|
12756
12845
|
*/
|
|
12757
|
-
|
|
12846
|
+
emailsDelete_35(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
12758
12847
|
/**
|
|
12759
12848
|
*
|
|
12760
12849
|
* @summary Emails Get
|
|
@@ -12770,7 +12859,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12770
12859
|
* @param {*} [options] Override http request option.
|
|
12771
12860
|
* @throws {RequiredError}
|
|
12772
12861
|
*/
|
|
12773
|
-
|
|
12862
|
+
emailsGet_36(emailId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Email>>;
|
|
12774
12863
|
/**
|
|
12775
12864
|
*
|
|
12776
12865
|
* @summary Emails Update
|
|
@@ -12788,7 +12877,23 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12788
12877
|
* @param {*} [options] Override http request option.
|
|
12789
12878
|
* @throws {RequiredError}
|
|
12790
12879
|
*/
|
|
12791
|
-
|
|
12880
|
+
emailsUpdate_37(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Email>>;
|
|
12881
|
+
/**
|
|
12882
|
+
*
|
|
12883
|
+
* @summary General Ai Query
|
|
12884
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
12885
|
+
* @param {*} [options] Override http request option.
|
|
12886
|
+
* @throws {RequiredError}
|
|
12887
|
+
*/
|
|
12888
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralAIQueryResponse>>;
|
|
12889
|
+
/**
|
|
12890
|
+
*
|
|
12891
|
+
* @summary General Ai Query
|
|
12892
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
12893
|
+
* @param {*} [options] Override http request option.
|
|
12894
|
+
* @throws {RequiredError}
|
|
12895
|
+
*/
|
|
12896
|
+
generalAiQuery_38(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralAIQueryResponse>>;
|
|
12792
12897
|
/**
|
|
12793
12898
|
* Generate a presigned GET URL for downloading a file. The file must belong to the authenticated account (enforced by file_key prefix matching account_id). **Download Workflow:** 1. Call this endpoint with the file_key obtained during upload 2. Redirect or fetch from the returned download_url 3. URL expires after the specified duration (default 1 hour)
|
|
12794
12899
|
* @summary Generate presigned download URL
|
|
@@ -12821,6 +12926,22 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12821
12926
|
* @throws {RequiredError}
|
|
12822
12927
|
*/
|
|
12823
12928
|
generateFileUploadURL_40(uploadURLRequest: UploadURLRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UploadURLResponse>>;
|
|
12929
|
+
/**
|
|
12930
|
+
*
|
|
12931
|
+
* @summary Generate Suggestions Create
|
|
12932
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
12933
|
+
* @param {*} [options] Override http request option.
|
|
12934
|
+
* @throws {RequiredError}
|
|
12935
|
+
*/
|
|
12936
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
12937
|
+
/**
|
|
12938
|
+
*
|
|
12939
|
+
* @summary Generate Suggestions Create
|
|
12940
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
12941
|
+
* @param {*} [options] Override http request option.
|
|
12942
|
+
* @throws {RequiredError}
|
|
12943
|
+
*/
|
|
12944
|
+
generateSuggestions_41(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
12824
12945
|
/**
|
|
12825
12946
|
* Returns public keys for verifying JWTs issued by this service.
|
|
12826
12947
|
* @summary JWKS Get
|
|
@@ -12848,7 +12969,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12848
12969
|
* @param {*} [options] Override http request option.
|
|
12849
12970
|
* @throws {RequiredError}
|
|
12850
12971
|
*/
|
|
12851
|
-
|
|
12972
|
+
inboxesList_42(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseInbox>>;
|
|
12852
12973
|
/**
|
|
12853
12974
|
* List all inquiries
|
|
12854
12975
|
* @summary Inquiry List
|
|
@@ -12864,7 +12985,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12864
12985
|
* @param {*} [options] Override http request option.
|
|
12865
12986
|
* @throws {RequiredError}
|
|
12866
12987
|
*/
|
|
12867
|
-
|
|
12988
|
+
inquiriesList_43(contactId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseInquiry>>;
|
|
12868
12989
|
/**
|
|
12869
12990
|
*
|
|
12870
12991
|
* @summary Listing Versions Get
|
|
@@ -12882,7 +13003,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12882
13003
|
* @param {*} [options] Override http request option.
|
|
12883
13004
|
* @throws {RequiredError}
|
|
12884
13005
|
*/
|
|
12885
|
-
|
|
13006
|
+
listingVersionsGet_44(listingId: string, listingVersionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListingVersion>>;
|
|
12886
13007
|
/**
|
|
12887
13008
|
*
|
|
12888
13009
|
* @summary Listing Versions List
|
|
@@ -12908,7 +13029,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12908
13029
|
* @param {*} [options] Override http request option.
|
|
12909
13030
|
* @throws {RequiredError}
|
|
12910
13031
|
*/
|
|
12911
|
-
|
|
13032
|
+
listingVersionsList_45(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListingVersion>>;
|
|
12912
13033
|
/**
|
|
12913
13034
|
*
|
|
12914
13035
|
* @summary Listings Get
|
|
@@ -12924,7 +13045,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12924
13045
|
* @param {*} [options] Override http request option.
|
|
12925
13046
|
* @throws {RequiredError}
|
|
12926
13047
|
*/
|
|
12927
|
-
|
|
13048
|
+
listingsGet_46(listingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Listing>>;
|
|
12928
13049
|
/**
|
|
12929
13050
|
*
|
|
12930
13051
|
* @summary Listings List
|
|
@@ -12934,12 +13055,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12934
13055
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12935
13056
|
* @param {number} [limit]
|
|
12936
13057
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12937
|
-
* @param {
|
|
13058
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12938
13059
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12939
13060
|
* @param {*} [options] Override http request option.
|
|
12940
13061
|
* @throws {RequiredError}
|
|
12941
13062
|
*/
|
|
12942
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13063
|
+
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>>;
|
|
12943
13064
|
/**
|
|
12944
13065
|
*
|
|
12945
13066
|
* @summary Listings List
|
|
@@ -12949,12 +13070,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12949
13070
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12950
13071
|
* @param {number} [limit]
|
|
12951
13072
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12952
|
-
* @param {
|
|
13073
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12953
13074
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12954
13075
|
* @param {*} [options] Override http request option.
|
|
12955
13076
|
* @throws {RequiredError}
|
|
12956
13077
|
*/
|
|
12957
|
-
|
|
13078
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
12958
13079
|
/**
|
|
12959
13080
|
*
|
|
12960
13081
|
* @summary Managed Phone Numbers List
|
|
@@ -12968,7 +13089,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12968
13089
|
* @param {*} [options] Override http request option.
|
|
12969
13090
|
* @throws {RequiredError}
|
|
12970
13091
|
*/
|
|
12971
|
-
|
|
13092
|
+
managedPhoneNumbersList_48(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseManagedPhoneNumber>>;
|
|
12972
13093
|
/**
|
|
12973
13094
|
*
|
|
12974
13095
|
* @summary Messages Create
|
|
@@ -12986,7 +13107,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12986
13107
|
* @param {*} [options] Override http request option.
|
|
12987
13108
|
* @throws {RequiredError}
|
|
12988
13109
|
*/
|
|
12989
|
-
|
|
13110
|
+
messagesCreate_49(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Message>>;
|
|
12990
13111
|
/**
|
|
12991
13112
|
*
|
|
12992
13113
|
* @summary Messages Get
|
|
@@ -13002,7 +13123,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13002
13123
|
* @param {*} [options] Override http request option.
|
|
13003
13124
|
* @throws {RequiredError}
|
|
13004
13125
|
*/
|
|
13005
|
-
|
|
13126
|
+
messagesGet_50(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Message>>;
|
|
13006
13127
|
/**
|
|
13007
13128
|
*
|
|
13008
13129
|
* @summary Messages List
|
|
@@ -13038,7 +13159,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13038
13159
|
* @param {*} [options] Override http request option.
|
|
13039
13160
|
* @throws {RequiredError}
|
|
13040
13161
|
*/
|
|
13041
|
-
|
|
13162
|
+
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseMessage>>;
|
|
13042
13163
|
/**
|
|
13043
13164
|
*
|
|
13044
13165
|
* @summary Notifications Create
|
|
@@ -13087,7 +13208,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13087
13208
|
* @param {*} [options] Override http request option.
|
|
13088
13209
|
* @throws {RequiredError}
|
|
13089
13210
|
*/
|
|
13090
|
-
|
|
13211
|
+
phonesCreate_52(contactId: string, phoneCreate: PhoneCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Phone>>;
|
|
13091
13212
|
/**
|
|
13092
13213
|
*
|
|
13093
13214
|
* @summary Phones Delete
|
|
@@ -13103,7 +13224,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13103
13224
|
* @param {*} [options] Override http request option.
|
|
13104
13225
|
* @throws {RequiredError}
|
|
13105
13226
|
*/
|
|
13106
|
-
|
|
13227
|
+
phonesDelete_53(phoneId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
13107
13228
|
/**
|
|
13108
13229
|
*
|
|
13109
13230
|
* @summary Phones Get
|
|
@@ -13119,7 +13240,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13119
13240
|
* @param {*} [options] Override http request option.
|
|
13120
13241
|
* @throws {RequiredError}
|
|
13121
13242
|
*/
|
|
13122
|
-
|
|
13243
|
+
phonesGet_54(phoneId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Phone>>;
|
|
13123
13244
|
/**
|
|
13124
13245
|
*
|
|
13125
13246
|
* @summary Phones Update
|
|
@@ -13137,7 +13258,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13137
13258
|
* @param {*} [options] Override http request option.
|
|
13138
13259
|
* @throws {RequiredError}
|
|
13139
13260
|
*/
|
|
13140
|
-
|
|
13261
|
+
phonesUpdate_55(phoneId: string, phoneUpdate: PhoneUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Phone>>;
|
|
13141
13262
|
/**
|
|
13142
13263
|
*
|
|
13143
13264
|
* @summary Providers Create
|
|
@@ -13187,7 +13308,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13187
13308
|
* @param {*} [options] Override http request option.
|
|
13188
13309
|
* @throws {RequiredError}
|
|
13189
13310
|
*/
|
|
13190
|
-
|
|
13311
|
+
reservationVersionsGet_56(reservationId: string, reservationVersionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReservationVersion>>;
|
|
13191
13312
|
/**
|
|
13192
13313
|
*
|
|
13193
13314
|
* @summary Reservation Versions List
|
|
@@ -13195,12 +13316,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13195
13316
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13196
13317
|
* @param {number} [limit]
|
|
13197
13318
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13198
|
-
* @param {
|
|
13319
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
13199
13320
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13200
13321
|
* @param {*} [options] Override http request option.
|
|
13201
13322
|
* @throws {RequiredError}
|
|
13202
13323
|
*/
|
|
13203
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13324
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
13204
13325
|
/**
|
|
13205
13326
|
*
|
|
13206
13327
|
* @summary Reservation Versions List
|
|
@@ -13208,12 +13329,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13208
13329
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13209
13330
|
* @param {number} [limit]
|
|
13210
13331
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13211
|
-
* @param {
|
|
13332
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
13212
13333
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13213
13334
|
* @param {*} [options] Override http request option.
|
|
13214
13335
|
* @throws {RequiredError}
|
|
13215
13336
|
*/
|
|
13216
|
-
|
|
13337
|
+
reservationVersionsList_57(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservationVersion>>;
|
|
13217
13338
|
/**
|
|
13218
13339
|
*
|
|
13219
13340
|
* @summary Reservations Get
|
|
@@ -13229,7 +13350,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13229
13350
|
* @param {*} [options] Override http request option.
|
|
13230
13351
|
* @throws {RequiredError}
|
|
13231
13352
|
*/
|
|
13232
|
-
|
|
13353
|
+
reservationsGet_58(reservationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reservation>>;
|
|
13233
13354
|
/**
|
|
13234
13355
|
*
|
|
13235
13356
|
* @summary Reservations List
|
|
@@ -13257,7 +13378,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13257
13378
|
* @param {*} [options] Override http request option.
|
|
13258
13379
|
* @throws {RequiredError}
|
|
13259
13380
|
*/
|
|
13260
|
-
|
|
13381
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseReservation>>;
|
|
13261
13382
|
/**
|
|
13262
13383
|
*
|
|
13263
13384
|
* @summary Roles Add Permission
|
|
@@ -13324,7 +13445,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13324
13445
|
* @param {*} [options] Override http request option.
|
|
13325
13446
|
* @throws {RequiredError}
|
|
13326
13447
|
*/
|
|
13327
|
-
|
|
13448
|
+
telnyxWebhookTelnyxWebhooksPost_60(requestBody: {
|
|
13328
13449
|
[key: string]: any;
|
|
13329
13450
|
}, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
13330
13451
|
/**
|
|
@@ -13358,7 +13479,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
13358
13479
|
* @param {*} [options] Override http request option.
|
|
13359
13480
|
* @throws {RequiredError}
|
|
13360
13481
|
*/
|
|
13361
|
-
|
|
13482
|
+
webhook_61(body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
13362
13483
|
};
|
|
13363
13484
|
/**
|
|
13364
13485
|
* UnboundApi - factory interface
|
|
@@ -13454,22 +13575,6 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13454
13575
|
* @throws {RequiredError}
|
|
13455
13576
|
*/
|
|
13456
13577
|
addressesUpdate_4(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Address>;
|
|
13457
|
-
/**
|
|
13458
|
-
*
|
|
13459
|
-
* @summary Ai Responses Create
|
|
13460
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
13461
|
-
* @param {*} [options] Override http request option.
|
|
13462
|
-
* @throws {RequiredError}
|
|
13463
|
-
*/
|
|
13464
|
-
aiResponsesCreate(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): AxiosPromise<AIResponse>;
|
|
13465
|
-
/**
|
|
13466
|
-
*
|
|
13467
|
-
* @summary Ai Responses Create
|
|
13468
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
13469
|
-
* @param {*} [options] Override http request option.
|
|
13470
|
-
* @throws {RequiredError}
|
|
13471
|
-
*/
|
|
13472
|
-
aiResponsesCreate_5(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): AxiosPromise<AIResponse>;
|
|
13473
13578
|
/**
|
|
13474
13579
|
*
|
|
13475
13580
|
* @summary Communities Create
|
|
@@ -13485,7 +13590,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13485
13590
|
* @param {*} [options] Override http request option.
|
|
13486
13591
|
* @throws {RequiredError}
|
|
13487
13592
|
*/
|
|
13488
|
-
|
|
13593
|
+
communitiesCreate_5(communityCreate: CommunityCreate, options?: RawAxiosRequestConfig): AxiosPromise<Community>;
|
|
13489
13594
|
/**
|
|
13490
13595
|
*
|
|
13491
13596
|
* @summary Communities Delete
|
|
@@ -13501,7 +13606,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13501
13606
|
* @param {*} [options] Override http request option.
|
|
13502
13607
|
* @throws {RequiredError}
|
|
13503
13608
|
*/
|
|
13504
|
-
|
|
13609
|
+
communitiesDelete_6(communityId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13505
13610
|
/**
|
|
13506
13611
|
*
|
|
13507
13612
|
* @summary Communities Get
|
|
@@ -13517,7 +13622,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13517
13622
|
* @param {*} [options] Override http request option.
|
|
13518
13623
|
* @throws {RequiredError}
|
|
13519
13624
|
*/
|
|
13520
|
-
|
|
13625
|
+
communitiesGet_7(communityId: string, options?: RawAxiosRequestConfig): AxiosPromise<Community>;
|
|
13521
13626
|
/**
|
|
13522
13627
|
*
|
|
13523
13628
|
* @summary Communities List
|
|
@@ -13541,7 +13646,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13541
13646
|
* @param {*} [options] Override http request option.
|
|
13542
13647
|
* @throws {RequiredError}
|
|
13543
13648
|
*/
|
|
13544
|
-
|
|
13649
|
+
communitiesList_8(listingId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseCommunity>;
|
|
13545
13650
|
/**
|
|
13546
13651
|
*
|
|
13547
13652
|
* @summary Communities Update
|
|
@@ -13559,7 +13664,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13559
13664
|
* @param {*} [options] Override http request option.
|
|
13560
13665
|
* @throws {RequiredError}
|
|
13561
13666
|
*/
|
|
13562
|
-
|
|
13667
|
+
communitiesUpdate_9(communityId: string, communityUpdate: CommunityUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Community>;
|
|
13563
13668
|
/**
|
|
13564
13669
|
*
|
|
13565
13670
|
* @summary Community Types Create
|
|
@@ -13575,7 +13680,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13575
13680
|
* @param {*} [options] Override http request option.
|
|
13576
13681
|
* @throws {RequiredError}
|
|
13577
13682
|
*/
|
|
13578
|
-
|
|
13683
|
+
communityTypesCreate_10(communityTypeCreate: CommunityTypeCreate, options?: RawAxiosRequestConfig): AxiosPromise<CommunityType>;
|
|
13579
13684
|
/**
|
|
13580
13685
|
*
|
|
13581
13686
|
* @summary Community Types List
|
|
@@ -13589,7 +13694,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13589
13694
|
* @param {*} [options] Override http request option.
|
|
13590
13695
|
* @throws {RequiredError}
|
|
13591
13696
|
*/
|
|
13592
|
-
|
|
13697
|
+
communityTypesList_11(options?: RawAxiosRequestConfig): AxiosPromise<CommunityTypeList>;
|
|
13593
13698
|
/**
|
|
13594
13699
|
*
|
|
13595
13700
|
* @summary Community Types Update
|
|
@@ -13607,7 +13712,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13607
13712
|
* @param {*} [options] Override http request option.
|
|
13608
13713
|
* @throws {RequiredError}
|
|
13609
13714
|
*/
|
|
13610
|
-
|
|
13715
|
+
communityTypesUpdate_12(typeId: string, communityTypeUpdate: CommunityTypeUpdate, options?: RawAxiosRequestConfig): AxiosPromise<CommunityType>;
|
|
13611
13716
|
/**
|
|
13612
13717
|
* Associates a contact with a listing with the OWNER type.
|
|
13613
13718
|
* @summary Contact Listing Create
|
|
@@ -13627,7 +13732,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13627
13732
|
* @param {*} [options] Override http request option.
|
|
13628
13733
|
* @throws {RequiredError}
|
|
13629
13734
|
*/
|
|
13630
|
-
|
|
13735
|
+
contactsAddListing_13(contactId: string, listingId: string, contactsListingsCreateContactListing: ContactsListingsCreateContactListing, options?: RawAxiosRequestConfig): AxiosPromise<APIContactsListings>;
|
|
13631
13736
|
/**
|
|
13632
13737
|
*
|
|
13633
13738
|
* @summary Contacts Create
|
|
@@ -13643,7 +13748,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13643
13748
|
* @param {*} [options] Override http request option.
|
|
13644
13749
|
* @throws {RequiredError}
|
|
13645
13750
|
*/
|
|
13646
|
-
|
|
13751
|
+
contactsCreate_14(contactCreate: ContactCreate, options?: RawAxiosRequestConfig): AxiosPromise<Contact>;
|
|
13647
13752
|
/**
|
|
13648
13753
|
*
|
|
13649
13754
|
* @summary Contacts Delete
|
|
@@ -13659,7 +13764,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13659
13764
|
* @param {*} [options] Override http request option.
|
|
13660
13765
|
* @throws {RequiredError}
|
|
13661
13766
|
*/
|
|
13662
|
-
|
|
13767
|
+
contactsDelete_15(contactId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13663
13768
|
/**
|
|
13664
13769
|
*
|
|
13665
13770
|
* @summary Contacts Get
|
|
@@ -13675,7 +13780,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13675
13780
|
* @param {*} [options] Override http request option.
|
|
13676
13781
|
* @throws {RequiredError}
|
|
13677
13782
|
*/
|
|
13678
|
-
|
|
13783
|
+
contactsGet_16(contactId: string, options?: RawAxiosRequestConfig): AxiosPromise<Contact>;
|
|
13679
13784
|
/**
|
|
13680
13785
|
*
|
|
13681
13786
|
* @summary Contacts List
|
|
@@ -13701,7 +13806,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13701
13806
|
* @param {*} [options] Override http request option.
|
|
13702
13807
|
* @throws {RequiredError}
|
|
13703
13808
|
*/
|
|
13704
|
-
|
|
13809
|
+
contactsList_17(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13705
13810
|
/**
|
|
13706
13811
|
*
|
|
13707
13812
|
* @summary Contact Listing Delete
|
|
@@ -13717,7 +13822,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13717
13822
|
* @param {*} [options] Override http request option.
|
|
13718
13823
|
* @throws {RequiredError}
|
|
13719
13824
|
*/
|
|
13720
|
-
|
|
13825
|
+
contactsRemoveListing_18(contactListingId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13721
13826
|
/**
|
|
13722
13827
|
*
|
|
13723
13828
|
* @summary Contacts Update
|
|
@@ -13744,7 +13849,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13744
13849
|
* @param {*} [options] Override http request option.
|
|
13745
13850
|
* @throws {RequiredError}
|
|
13746
13851
|
*/
|
|
13747
|
-
|
|
13852
|
+
contactsUpdateListing_19(contactListingId: string, contactsListingsUpdateContactListing: ContactsListingsUpdateContactListing, options?: RawAxiosRequestConfig): AxiosPromise<APIContactsListings>;
|
|
13748
13853
|
/**
|
|
13749
13854
|
*
|
|
13750
13855
|
* @summary Contacts Update
|
|
@@ -13753,7 +13858,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13753
13858
|
* @param {*} [options] Override http request option.
|
|
13754
13859
|
* @throws {RequiredError}
|
|
13755
13860
|
*/
|
|
13756
|
-
|
|
13861
|
+
contactsUpdate_20(contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Contact>;
|
|
13757
13862
|
/**
|
|
13758
13863
|
*
|
|
13759
13864
|
* @summary Content Item Children List
|
|
@@ -13777,7 +13882,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13777
13882
|
* @param {*} [options] Override http request option.
|
|
13778
13883
|
* @throws {RequiredError}
|
|
13779
13884
|
*/
|
|
13780
|
-
|
|
13885
|
+
contentItemChildrenList_21(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItem>;
|
|
13781
13886
|
/**
|
|
13782
13887
|
*
|
|
13783
13888
|
* @summary Content Item Version Get
|
|
@@ -13795,7 +13900,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13795
13900
|
* @param {*} [options] Override http request option.
|
|
13796
13901
|
* @throws {RequiredError}
|
|
13797
13902
|
*/
|
|
13798
|
-
|
|
13903
|
+
contentItemVersionsGet_22(contentItemId: string, contentItemVersionId: string, options?: RawAxiosRequestConfig): AxiosPromise<ContentItemVersion>;
|
|
13799
13904
|
/**
|
|
13800
13905
|
*
|
|
13801
13906
|
* @summary Content Item Versions List
|
|
@@ -13821,7 +13926,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13821
13926
|
* @param {*} [options] Override http request option.
|
|
13822
13927
|
* @throws {RequiredError}
|
|
13823
13928
|
*/
|
|
13824
|
-
|
|
13929
|
+
contentItemVersionsList_23(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
13825
13930
|
/**
|
|
13826
13931
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
13827
13932
|
* @summary Content Item Batch Resources Update
|
|
@@ -13839,7 +13944,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13839
13944
|
* @param {*} [options] Override http request option.
|
|
13840
13945
|
* @throws {RequiredError}
|
|
13841
13946
|
*/
|
|
13842
|
-
|
|
13947
|
+
contentItemsBatchResourcesUpdate_24(contentItemId: string, updateContentRelatedResourcesRequest: UpdateContentRelatedResourcesRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateContentRelatedResourcesResponse>;
|
|
13843
13948
|
/**
|
|
13844
13949
|
*
|
|
13845
13950
|
* @summary Content Item Create
|
|
@@ -13855,7 +13960,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13855
13960
|
* @param {*} [options] Override http request option.
|
|
13856
13961
|
* @throws {RequiredError}
|
|
13857
13962
|
*/
|
|
13858
|
-
|
|
13963
|
+
contentItemsCreate_25(contentItemCreate: ContentItemCreate, options?: RawAxiosRequestConfig): AxiosPromise<ContentItem>;
|
|
13859
13964
|
/**
|
|
13860
13965
|
*
|
|
13861
13966
|
* @summary Content Item Delete
|
|
@@ -13871,7 +13976,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13871
13976
|
* @param {*} [options] Override http request option.
|
|
13872
13977
|
* @throws {RequiredError}
|
|
13873
13978
|
*/
|
|
13874
|
-
|
|
13979
|
+
contentItemsDelete_26(contentItemId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13875
13980
|
/**
|
|
13876
13981
|
*
|
|
13877
13982
|
* @summary Content Item Get
|
|
@@ -13887,7 +13992,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13887
13992
|
* @param {*} [options] Override http request option.
|
|
13888
13993
|
* @throws {RequiredError}
|
|
13889
13994
|
*/
|
|
13890
|
-
|
|
13995
|
+
contentItemsGet_27(contentItemId: string, options?: RawAxiosRequestConfig): AxiosPromise<ContentItemFullResponse>;
|
|
13891
13996
|
/**
|
|
13892
13997
|
*
|
|
13893
13998
|
* @summary Content Items List
|
|
@@ -13913,7 +14018,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13913
14018
|
* @param {*} [options] Override http request option.
|
|
13914
14019
|
* @throws {RequiredError}
|
|
13915
14020
|
*/
|
|
13916
|
-
|
|
14021
|
+
contentItemsList_28(listingId?: string, communityId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemFullResponse>;
|
|
13917
14022
|
/**
|
|
13918
14023
|
*
|
|
13919
14024
|
* @summary Content Item Update
|
|
@@ -13931,7 +14036,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13931
14036
|
* @param {*} [options] Override http request option.
|
|
13932
14037
|
* @throws {RequiredError}
|
|
13933
14038
|
*/
|
|
13934
|
-
|
|
14039
|
+
contentItemsUpdate_29(contentItemId: string, contentItemUpdate: ContentItemUpdate, options?: RawAxiosRequestConfig): AxiosPromise<ContentItem>;
|
|
13935
14040
|
/**
|
|
13936
14041
|
*
|
|
13937
14042
|
* @summary Conversations Create
|
|
@@ -13949,7 +14054,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13949
14054
|
* @param {*} [options] Override http request option.
|
|
13950
14055
|
* @throws {RequiredError}
|
|
13951
14056
|
*/
|
|
13952
|
-
|
|
14057
|
+
conversationsCreate_30(inboxId: string, conversationCreate: ConversationCreate, options?: RawAxiosRequestConfig): AxiosPromise<Conversation>;
|
|
13953
14058
|
/**
|
|
13954
14059
|
*
|
|
13955
14060
|
* @summary Conversations Get
|
|
@@ -13965,7 +14070,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13965
14070
|
* @param {*} [options] Override http request option.
|
|
13966
14071
|
* @throws {RequiredError}
|
|
13967
14072
|
*/
|
|
13968
|
-
|
|
14073
|
+
conversationsGet_31(conversationId: string, options?: RawAxiosRequestConfig): AxiosPromise<Conversation>;
|
|
13969
14074
|
/**
|
|
13970
14075
|
* List all conversations, must filter by contact_id
|
|
13971
14076
|
* @summary Conversations List
|
|
@@ -13997,7 +14102,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13997
14102
|
* @param {*} [options] Override http request option.
|
|
13998
14103
|
* @throws {RequiredError}
|
|
13999
14104
|
*/
|
|
14000
|
-
|
|
14105
|
+
conversationsList_32(searchString?: string, contactId?: string, statuses?: Array<ConversationStatus>, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, sortBy?: ConversationSortBy, inboxId?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseConversation>;
|
|
14001
14106
|
/**
|
|
14002
14107
|
*
|
|
14003
14108
|
* @summary Conversations Update
|
|
@@ -14015,7 +14120,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14015
14120
|
* @param {*} [options] Override http request option.
|
|
14016
14121
|
* @throws {RequiredError}
|
|
14017
14122
|
*/
|
|
14018
|
-
|
|
14123
|
+
conversationsUpdate_33(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Conversation>;
|
|
14019
14124
|
/**
|
|
14020
14125
|
*
|
|
14021
14126
|
* @summary Emails Create
|
|
@@ -14033,7 +14138,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14033
14138
|
* @param {*} [options] Override http request option.
|
|
14034
14139
|
* @throws {RequiredError}
|
|
14035
14140
|
*/
|
|
14036
|
-
|
|
14141
|
+
emailsCreate_34(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): AxiosPromise<Email>;
|
|
14037
14142
|
/**
|
|
14038
14143
|
*
|
|
14039
14144
|
* @summary Emails Delete
|
|
@@ -14049,7 +14154,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14049
14154
|
* @param {*} [options] Override http request option.
|
|
14050
14155
|
* @throws {RequiredError}
|
|
14051
14156
|
*/
|
|
14052
|
-
|
|
14157
|
+
emailsDelete_35(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14053
14158
|
/**
|
|
14054
14159
|
*
|
|
14055
14160
|
* @summary Emails Get
|
|
@@ -14065,7 +14170,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14065
14170
|
* @param {*} [options] Override http request option.
|
|
14066
14171
|
* @throws {RequiredError}
|
|
14067
14172
|
*/
|
|
14068
|
-
|
|
14173
|
+
emailsGet_36(emailId: string, options?: RawAxiosRequestConfig): AxiosPromise<Email>;
|
|
14069
14174
|
/**
|
|
14070
14175
|
*
|
|
14071
14176
|
* @summary Emails Update
|
|
@@ -14083,7 +14188,23 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14083
14188
|
* @param {*} [options] Override http request option.
|
|
14084
14189
|
* @throws {RequiredError}
|
|
14085
14190
|
*/
|
|
14086
|
-
|
|
14191
|
+
emailsUpdate_37(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Email>;
|
|
14192
|
+
/**
|
|
14193
|
+
*
|
|
14194
|
+
* @summary General Ai Query
|
|
14195
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
14196
|
+
* @param {*} [options] Override http request option.
|
|
14197
|
+
* @throws {RequiredError}
|
|
14198
|
+
*/
|
|
14199
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<GeneralAIQueryResponse>;
|
|
14200
|
+
/**
|
|
14201
|
+
*
|
|
14202
|
+
* @summary General Ai Query
|
|
14203
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
14204
|
+
* @param {*} [options] Override http request option.
|
|
14205
|
+
* @throws {RequiredError}
|
|
14206
|
+
*/
|
|
14207
|
+
generalAiQuery_38(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<GeneralAIQueryResponse>;
|
|
14087
14208
|
/**
|
|
14088
14209
|
* Generate a presigned GET URL for downloading a file. The file must belong to the authenticated account (enforced by file_key prefix matching account_id). **Download Workflow:** 1. Call this endpoint with the file_key obtained during upload 2. Redirect or fetch from the returned download_url 3. URL expires after the specified duration (default 1 hour)
|
|
14089
14210
|
* @summary Generate presigned download URL
|
|
@@ -14116,6 +14237,22 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14116
14237
|
* @throws {RequiredError}
|
|
14117
14238
|
*/
|
|
14118
14239
|
generateFileUploadURL_40(uploadURLRequest: UploadURLRequest, options?: RawAxiosRequestConfig): AxiosPromise<UploadURLResponse>;
|
|
14240
|
+
/**
|
|
14241
|
+
*
|
|
14242
|
+
* @summary Generate Suggestions Create
|
|
14243
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
14244
|
+
* @param {*} [options] Override http request option.
|
|
14245
|
+
* @throws {RequiredError}
|
|
14246
|
+
*/
|
|
14247
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
14248
|
+
/**
|
|
14249
|
+
*
|
|
14250
|
+
* @summary Generate Suggestions Create
|
|
14251
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
14252
|
+
* @param {*} [options] Override http request option.
|
|
14253
|
+
* @throws {RequiredError}
|
|
14254
|
+
*/
|
|
14255
|
+
generateSuggestions_41(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
14119
14256
|
/**
|
|
14120
14257
|
* Returns public keys for verifying JWTs issued by this service.
|
|
14121
14258
|
* @summary JWKS Get
|
|
@@ -14143,7 +14280,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14143
14280
|
* @param {*} [options] Override http request option.
|
|
14144
14281
|
* @throws {RequiredError}
|
|
14145
14282
|
*/
|
|
14146
|
-
|
|
14283
|
+
inboxesList_42(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseInbox>;
|
|
14147
14284
|
/**
|
|
14148
14285
|
* List all inquiries
|
|
14149
14286
|
* @summary Inquiry List
|
|
@@ -14159,7 +14296,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14159
14296
|
* @param {*} [options] Override http request option.
|
|
14160
14297
|
* @throws {RequiredError}
|
|
14161
14298
|
*/
|
|
14162
|
-
|
|
14299
|
+
inquiriesList_43(contactId?: string, options?: RawAxiosRequestConfig): AxiosPromise<ListResponseInquiry>;
|
|
14163
14300
|
/**
|
|
14164
14301
|
*
|
|
14165
14302
|
* @summary Listing Versions Get
|
|
@@ -14177,7 +14314,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14177
14314
|
* @param {*} [options] Override http request option.
|
|
14178
14315
|
* @throws {RequiredError}
|
|
14179
14316
|
*/
|
|
14180
|
-
|
|
14317
|
+
listingVersionsGet_44(listingId: string, listingVersionId: string, options?: RawAxiosRequestConfig): AxiosPromise<ListingVersion>;
|
|
14181
14318
|
/**
|
|
14182
14319
|
*
|
|
14183
14320
|
* @summary Listing Versions List
|
|
@@ -14203,7 +14340,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14203
14340
|
* @param {*} [options] Override http request option.
|
|
14204
14341
|
* @throws {RequiredError}
|
|
14205
14342
|
*/
|
|
14206
|
-
|
|
14343
|
+
listingVersionsList_45(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListingVersion>;
|
|
14207
14344
|
/**
|
|
14208
14345
|
*
|
|
14209
14346
|
* @summary Listings Get
|
|
@@ -14219,7 +14356,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14219
14356
|
* @param {*} [options] Override http request option.
|
|
14220
14357
|
* @throws {RequiredError}
|
|
14221
14358
|
*/
|
|
14222
|
-
|
|
14359
|
+
listingsGet_46(listingId: string, options?: RawAxiosRequestConfig): AxiosPromise<Listing>;
|
|
14223
14360
|
/**
|
|
14224
14361
|
*
|
|
14225
14362
|
* @summary Listings List
|
|
@@ -14229,12 +14366,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14229
14366
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14230
14367
|
* @param {number} [limit]
|
|
14231
14368
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14232
|
-
* @param {
|
|
14369
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14233
14370
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14234
14371
|
* @param {*} [options] Override http request option.
|
|
14235
14372
|
* @throws {RequiredError}
|
|
14236
14373
|
*/
|
|
14237
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14374
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14238
14375
|
/**
|
|
14239
14376
|
*
|
|
14240
14377
|
* @summary Listings List
|
|
@@ -14244,12 +14381,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14244
14381
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14245
14382
|
* @param {number} [limit]
|
|
14246
14383
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14247
|
-
* @param {
|
|
14384
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14248
14385
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14249
14386
|
* @param {*} [options] Override http request option.
|
|
14250
14387
|
* @throws {RequiredError}
|
|
14251
14388
|
*/
|
|
14252
|
-
|
|
14389
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
14253
14390
|
/**
|
|
14254
14391
|
*
|
|
14255
14392
|
* @summary Managed Phone Numbers List
|
|
@@ -14263,7 +14400,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14263
14400
|
* @param {*} [options] Override http request option.
|
|
14264
14401
|
* @throws {RequiredError}
|
|
14265
14402
|
*/
|
|
14266
|
-
|
|
14403
|
+
managedPhoneNumbersList_48(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseManagedPhoneNumber>;
|
|
14267
14404
|
/**
|
|
14268
14405
|
*
|
|
14269
14406
|
* @summary Messages Create
|
|
@@ -14281,7 +14418,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14281
14418
|
* @param {*} [options] Override http request option.
|
|
14282
14419
|
* @throws {RequiredError}
|
|
14283
14420
|
*/
|
|
14284
|
-
|
|
14421
|
+
messagesCreate_49(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<Message>;
|
|
14285
14422
|
/**
|
|
14286
14423
|
*
|
|
14287
14424
|
* @summary Messages Get
|
|
@@ -14297,7 +14434,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14297
14434
|
* @param {*} [options] Override http request option.
|
|
14298
14435
|
* @throws {RequiredError}
|
|
14299
14436
|
*/
|
|
14300
|
-
|
|
14437
|
+
messagesGet_50(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<Message>;
|
|
14301
14438
|
/**
|
|
14302
14439
|
*
|
|
14303
14440
|
* @summary Messages List
|
|
@@ -14333,7 +14470,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14333
14470
|
* @param {*} [options] Override http request option.
|
|
14334
14471
|
* @throws {RequiredError}
|
|
14335
14472
|
*/
|
|
14336
|
-
|
|
14473
|
+
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseMessage>;
|
|
14337
14474
|
/**
|
|
14338
14475
|
*
|
|
14339
14476
|
* @summary Notifications Create
|
|
@@ -14382,7 +14519,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14382
14519
|
* @param {*} [options] Override http request option.
|
|
14383
14520
|
* @throws {RequiredError}
|
|
14384
14521
|
*/
|
|
14385
|
-
|
|
14522
|
+
phonesCreate_52(contactId: string, phoneCreate: PhoneCreate, options?: RawAxiosRequestConfig): AxiosPromise<Phone>;
|
|
14386
14523
|
/**
|
|
14387
14524
|
*
|
|
14388
14525
|
* @summary Phones Delete
|
|
@@ -14398,7 +14535,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14398
14535
|
* @param {*} [options] Override http request option.
|
|
14399
14536
|
* @throws {RequiredError}
|
|
14400
14537
|
*/
|
|
14401
|
-
|
|
14538
|
+
phonesDelete_53(phoneId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14402
14539
|
/**
|
|
14403
14540
|
*
|
|
14404
14541
|
* @summary Phones Get
|
|
@@ -14414,7 +14551,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14414
14551
|
* @param {*} [options] Override http request option.
|
|
14415
14552
|
* @throws {RequiredError}
|
|
14416
14553
|
*/
|
|
14417
|
-
|
|
14554
|
+
phonesGet_54(phoneId: string, options?: RawAxiosRequestConfig): AxiosPromise<Phone>;
|
|
14418
14555
|
/**
|
|
14419
14556
|
*
|
|
14420
14557
|
* @summary Phones Update
|
|
@@ -14432,7 +14569,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14432
14569
|
* @param {*} [options] Override http request option.
|
|
14433
14570
|
* @throws {RequiredError}
|
|
14434
14571
|
*/
|
|
14435
|
-
|
|
14572
|
+
phonesUpdate_55(phoneId: string, phoneUpdate: PhoneUpdate, options?: RawAxiosRequestConfig): AxiosPromise<Phone>;
|
|
14436
14573
|
/**
|
|
14437
14574
|
*
|
|
14438
14575
|
* @summary Providers Create
|
|
@@ -14482,7 +14619,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14482
14619
|
* @param {*} [options] Override http request option.
|
|
14483
14620
|
* @throws {RequiredError}
|
|
14484
14621
|
*/
|
|
14485
|
-
|
|
14622
|
+
reservationVersionsGet_56(reservationId: string, reservationVersionId: string, options?: RawAxiosRequestConfig): AxiosPromise<ReservationVersion>;
|
|
14486
14623
|
/**
|
|
14487
14624
|
*
|
|
14488
14625
|
* @summary Reservation Versions List
|
|
@@ -14490,12 +14627,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14490
14627
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14491
14628
|
* @param {number} [limit]
|
|
14492
14629
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14493
|
-
* @param {
|
|
14630
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
14494
14631
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14495
14632
|
* @param {*} [options] Override http request option.
|
|
14496
14633
|
* @throws {RequiredError}
|
|
14497
14634
|
*/
|
|
14498
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14635
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
14499
14636
|
/**
|
|
14500
14637
|
*
|
|
14501
14638
|
* @summary Reservation Versions List
|
|
@@ -14503,12 +14640,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14503
14640
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14504
14641
|
* @param {number} [limit]
|
|
14505
14642
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14506
|
-
* @param {
|
|
14643
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
14507
14644
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14508
14645
|
* @param {*} [options] Override http request option.
|
|
14509
14646
|
* @throws {RequiredError}
|
|
14510
14647
|
*/
|
|
14511
|
-
|
|
14648
|
+
reservationVersionsList_57(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservationVersion>;
|
|
14512
14649
|
/**
|
|
14513
14650
|
*
|
|
14514
14651
|
* @summary Reservations Get
|
|
@@ -14524,7 +14661,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14524
14661
|
* @param {*} [options] Override http request option.
|
|
14525
14662
|
* @throws {RequiredError}
|
|
14526
14663
|
*/
|
|
14527
|
-
|
|
14664
|
+
reservationsGet_58(reservationId: string, options?: RawAxiosRequestConfig): AxiosPromise<Reservation>;
|
|
14528
14665
|
/**
|
|
14529
14666
|
*
|
|
14530
14667
|
* @summary Reservations List
|
|
@@ -14552,7 +14689,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14552
14689
|
* @param {*} [options] Override http request option.
|
|
14553
14690
|
* @throws {RequiredError}
|
|
14554
14691
|
*/
|
|
14555
|
-
|
|
14692
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseReservation>;
|
|
14556
14693
|
/**
|
|
14557
14694
|
*
|
|
14558
14695
|
* @summary Roles Add Permission
|
|
@@ -14619,7 +14756,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14619
14756
|
* @param {*} [options] Override http request option.
|
|
14620
14757
|
* @throws {RequiredError}
|
|
14621
14758
|
*/
|
|
14622
|
-
|
|
14759
|
+
telnyxWebhookTelnyxWebhooksPost_60(requestBody: {
|
|
14623
14760
|
[key: string]: any;
|
|
14624
14761
|
}, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
14625
14762
|
/**
|
|
@@ -14653,7 +14790,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
14653
14790
|
* @param {*} [options] Override http request option.
|
|
14654
14791
|
* @throws {RequiredError}
|
|
14655
14792
|
*/
|
|
14656
|
-
|
|
14793
|
+
webhook_61(body: object, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
14657
14794
|
};
|
|
14658
14795
|
/**
|
|
14659
14796
|
* UnboundApi - object-oriented interface
|
|
@@ -14761,24 +14898,6 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14761
14898
|
* @memberof UnboundApi
|
|
14762
14899
|
*/
|
|
14763
14900
|
addressesUpdate_4(addressId: string, addressUpdate: AddressUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Address, any>>;
|
|
14764
|
-
/**
|
|
14765
|
-
*
|
|
14766
|
-
* @summary Ai Responses Create
|
|
14767
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
14768
|
-
* @param {*} [options] Override http request option.
|
|
14769
|
-
* @throws {RequiredError}
|
|
14770
|
-
* @memberof UnboundApi
|
|
14771
|
-
*/
|
|
14772
|
-
aiResponsesCreate(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AIResponse, any>>;
|
|
14773
|
-
/**
|
|
14774
|
-
*
|
|
14775
|
-
* @summary Ai Responses Create
|
|
14776
|
-
* @param {AIResponseCreate} aIResponseCreate
|
|
14777
|
-
* @param {*} [options] Override http request option.
|
|
14778
|
-
* @throws {RequiredError}
|
|
14779
|
-
* @memberof UnboundApi
|
|
14780
|
-
*/
|
|
14781
|
-
aiResponsesCreate_5(aIResponseCreate: AIResponseCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AIResponse, any>>;
|
|
14782
14901
|
/**
|
|
14783
14902
|
*
|
|
14784
14903
|
* @summary Communities Create
|
|
@@ -14796,7 +14915,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14796
14915
|
* @throws {RequiredError}
|
|
14797
14916
|
* @memberof UnboundApi
|
|
14798
14917
|
*/
|
|
14799
|
-
|
|
14918
|
+
communitiesCreate_5(communityCreate: CommunityCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Community, any>>;
|
|
14800
14919
|
/**
|
|
14801
14920
|
*
|
|
14802
14921
|
* @summary Communities Delete
|
|
@@ -14814,7 +14933,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14814
14933
|
* @throws {RequiredError}
|
|
14815
14934
|
* @memberof UnboundApi
|
|
14816
14935
|
*/
|
|
14817
|
-
|
|
14936
|
+
communitiesDelete_6(communityId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
14818
14937
|
/**
|
|
14819
14938
|
*
|
|
14820
14939
|
* @summary Communities Get
|
|
@@ -14832,7 +14951,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14832
14951
|
* @throws {RequiredError}
|
|
14833
14952
|
* @memberof UnboundApi
|
|
14834
14953
|
*/
|
|
14835
|
-
|
|
14954
|
+
communitiesGet_7(communityId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Community, any>>;
|
|
14836
14955
|
/**
|
|
14837
14956
|
*
|
|
14838
14957
|
* @summary Communities List
|
|
@@ -14858,7 +14977,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14858
14977
|
* @throws {RequiredError}
|
|
14859
14978
|
* @memberof UnboundApi
|
|
14860
14979
|
*/
|
|
14861
|
-
|
|
14980
|
+
communitiesList_8(listingId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseCommunity, any>>;
|
|
14862
14981
|
/**
|
|
14863
14982
|
*
|
|
14864
14983
|
* @summary Communities Update
|
|
@@ -14878,7 +14997,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14878
14997
|
* @throws {RequiredError}
|
|
14879
14998
|
* @memberof UnboundApi
|
|
14880
14999
|
*/
|
|
14881
|
-
|
|
15000
|
+
communitiesUpdate_9(communityId: string, communityUpdate: CommunityUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Community, any>>;
|
|
14882
15001
|
/**
|
|
14883
15002
|
*
|
|
14884
15003
|
* @summary Community Types Create
|
|
@@ -14896,7 +15015,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14896
15015
|
* @throws {RequiredError}
|
|
14897
15016
|
* @memberof UnboundApi
|
|
14898
15017
|
*/
|
|
14899
|
-
|
|
15018
|
+
communityTypesCreate_10(communityTypeCreate: CommunityTypeCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CommunityType, any>>;
|
|
14900
15019
|
/**
|
|
14901
15020
|
*
|
|
14902
15021
|
* @summary Community Types List
|
|
@@ -14912,7 +15031,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14912
15031
|
* @throws {RequiredError}
|
|
14913
15032
|
* @memberof UnboundApi
|
|
14914
15033
|
*/
|
|
14915
|
-
|
|
15034
|
+
communityTypesList_11(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CommunityTypeList, any>>;
|
|
14916
15035
|
/**
|
|
14917
15036
|
*
|
|
14918
15037
|
* @summary Community Types Update
|
|
@@ -14932,7 +15051,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14932
15051
|
* @throws {RequiredError}
|
|
14933
15052
|
* @memberof UnboundApi
|
|
14934
15053
|
*/
|
|
14935
|
-
|
|
15054
|
+
communityTypesUpdate_12(typeId: string, communityTypeUpdate: CommunityTypeUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CommunityType, any>>;
|
|
14936
15055
|
/**
|
|
14937
15056
|
* Associates a contact with a listing with the OWNER type.
|
|
14938
15057
|
* @summary Contact Listing Create
|
|
@@ -14954,7 +15073,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14954
15073
|
* @throws {RequiredError}
|
|
14955
15074
|
* @memberof UnboundApi
|
|
14956
15075
|
*/
|
|
14957
|
-
|
|
15076
|
+
contactsAddListing_13(contactId: string, listingId: string, contactsListingsCreateContactListing: ContactsListingsCreateContactListing, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIContactsListings, any>>;
|
|
14958
15077
|
/**
|
|
14959
15078
|
*
|
|
14960
15079
|
* @summary Contacts Create
|
|
@@ -14972,7 +15091,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14972
15091
|
* @throws {RequiredError}
|
|
14973
15092
|
* @memberof UnboundApi
|
|
14974
15093
|
*/
|
|
14975
|
-
|
|
15094
|
+
contactsCreate_14(contactCreate: ContactCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Contact, any>>;
|
|
14976
15095
|
/**
|
|
14977
15096
|
*
|
|
14978
15097
|
* @summary Contacts Delete
|
|
@@ -14990,7 +15109,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14990
15109
|
* @throws {RequiredError}
|
|
14991
15110
|
* @memberof UnboundApi
|
|
14992
15111
|
*/
|
|
14993
|
-
|
|
15112
|
+
contactsDelete_15(contactId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
14994
15113
|
/**
|
|
14995
15114
|
*
|
|
14996
15115
|
* @summary Contacts Get
|
|
@@ -15008,7 +15127,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15008
15127
|
* @throws {RequiredError}
|
|
15009
15128
|
* @memberof UnboundApi
|
|
15010
15129
|
*/
|
|
15011
|
-
|
|
15130
|
+
contactsGet_16(contactId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Contact, any>>;
|
|
15012
15131
|
/**
|
|
15013
15132
|
*
|
|
15014
15133
|
* @summary Contacts List
|
|
@@ -15036,7 +15155,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15036
15155
|
* @throws {RequiredError}
|
|
15037
15156
|
* @memberof UnboundApi
|
|
15038
15157
|
*/
|
|
15039
|
-
|
|
15158
|
+
contactsList_17(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
15040
15159
|
/**
|
|
15041
15160
|
*
|
|
15042
15161
|
* @summary Contact Listing Delete
|
|
@@ -15054,7 +15173,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15054
15173
|
* @throws {RequiredError}
|
|
15055
15174
|
* @memberof UnboundApi
|
|
15056
15175
|
*/
|
|
15057
|
-
|
|
15176
|
+
contactsRemoveListing_18(contactListingId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
15058
15177
|
/**
|
|
15059
15178
|
*
|
|
15060
15179
|
* @summary Contacts Update
|
|
@@ -15084,7 +15203,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15084
15203
|
* @throws {RequiredError}
|
|
15085
15204
|
* @memberof UnboundApi
|
|
15086
15205
|
*/
|
|
15087
|
-
|
|
15206
|
+
contactsUpdateListing_19(contactListingId: string, contactsListingsUpdateContactListing: ContactsListingsUpdateContactListing, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIContactsListings, any>>;
|
|
15088
15207
|
/**
|
|
15089
15208
|
*
|
|
15090
15209
|
* @summary Contacts Update
|
|
@@ -15094,7 +15213,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15094
15213
|
* @throws {RequiredError}
|
|
15095
15214
|
* @memberof UnboundApi
|
|
15096
15215
|
*/
|
|
15097
|
-
|
|
15216
|
+
contactsUpdate_20(contactId: string, contactUpdate: ContactUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Contact, any>>;
|
|
15098
15217
|
/**
|
|
15099
15218
|
*
|
|
15100
15219
|
* @summary Content Item Children List
|
|
@@ -15120,7 +15239,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15120
15239
|
* @throws {RequiredError}
|
|
15121
15240
|
* @memberof UnboundApi
|
|
15122
15241
|
*/
|
|
15123
|
-
|
|
15242
|
+
contentItemChildrenList_21(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItem, any>>;
|
|
15124
15243
|
/**
|
|
15125
15244
|
*
|
|
15126
15245
|
* @summary Content Item Version Get
|
|
@@ -15140,7 +15259,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15140
15259
|
* @throws {RequiredError}
|
|
15141
15260
|
* @memberof UnboundApi
|
|
15142
15261
|
*/
|
|
15143
|
-
|
|
15262
|
+
contentItemVersionsGet_22(contentItemId: string, contentItemVersionId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ContentItemVersion, any>>;
|
|
15144
15263
|
/**
|
|
15145
15264
|
*
|
|
15146
15265
|
* @summary Content Item Versions List
|
|
@@ -15168,7 +15287,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15168
15287
|
* @throws {RequiredError}
|
|
15169
15288
|
* @memberof UnboundApi
|
|
15170
15289
|
*/
|
|
15171
|
-
|
|
15290
|
+
contentItemVersionsList_23(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContentItemVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15172
15291
|
/**
|
|
15173
15292
|
* Update all related resource associations for a content item. Replaces existing associations with new ones (full replacement). - Empty array removes all associations - Validates all resources exist before updating - Atomic operation (all or nothing)
|
|
15174
15293
|
* @summary Content Item Batch Resources Update
|
|
@@ -15188,7 +15307,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15188
15307
|
* @throws {RequiredError}
|
|
15189
15308
|
* @memberof UnboundApi
|
|
15190
15309
|
*/
|
|
15191
|
-
|
|
15310
|
+
contentItemsBatchResourcesUpdate_24(contentItemId: string, updateContentRelatedResourcesRequest: UpdateContentRelatedResourcesRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateContentRelatedResourcesResponse, any>>;
|
|
15192
15311
|
/**
|
|
15193
15312
|
*
|
|
15194
15313
|
* @summary Content Item Create
|
|
@@ -15206,7 +15325,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15206
15325
|
* @throws {RequiredError}
|
|
15207
15326
|
* @memberof UnboundApi
|
|
15208
15327
|
*/
|
|
15209
|
-
|
|
15328
|
+
contentItemsCreate_25(contentItemCreate: ContentItemCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ContentItem, any>>;
|
|
15210
15329
|
/**
|
|
15211
15330
|
*
|
|
15212
15331
|
* @summary Content Item Delete
|
|
@@ -15224,7 +15343,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15224
15343
|
* @throws {RequiredError}
|
|
15225
15344
|
* @memberof UnboundApi
|
|
15226
15345
|
*/
|
|
15227
|
-
|
|
15346
|
+
contentItemsDelete_26(contentItemId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
15228
15347
|
/**
|
|
15229
15348
|
*
|
|
15230
15349
|
* @summary Content Item Get
|
|
@@ -15242,7 +15361,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15242
15361
|
* @throws {RequiredError}
|
|
15243
15362
|
* @memberof UnboundApi
|
|
15244
15363
|
*/
|
|
15245
|
-
|
|
15364
|
+
contentItemsGet_27(contentItemId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ContentItemFullResponse, any>>;
|
|
15246
15365
|
/**
|
|
15247
15366
|
*
|
|
15248
15367
|
* @summary Content Items List
|
|
@@ -15270,7 +15389,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15270
15389
|
* @throws {RequiredError}
|
|
15271
15390
|
* @memberof UnboundApi
|
|
15272
15391
|
*/
|
|
15273
|
-
|
|
15392
|
+
contentItemsList_28(listingId?: string, communityId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemFullResponse, any>>;
|
|
15274
15393
|
/**
|
|
15275
15394
|
*
|
|
15276
15395
|
* @summary Content Item Update
|
|
@@ -15290,7 +15409,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15290
15409
|
* @throws {RequiredError}
|
|
15291
15410
|
* @memberof UnboundApi
|
|
15292
15411
|
*/
|
|
15293
|
-
|
|
15412
|
+
contentItemsUpdate_29(contentItemId: string, contentItemUpdate: ContentItemUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ContentItem, any>>;
|
|
15294
15413
|
/**
|
|
15295
15414
|
*
|
|
15296
15415
|
* @summary Conversations Create
|
|
@@ -15310,7 +15429,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15310
15429
|
* @throws {RequiredError}
|
|
15311
15430
|
* @memberof UnboundApi
|
|
15312
15431
|
*/
|
|
15313
|
-
|
|
15432
|
+
conversationsCreate_30(inboxId: string, conversationCreate: ConversationCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Conversation, any>>;
|
|
15314
15433
|
/**
|
|
15315
15434
|
*
|
|
15316
15435
|
* @summary Conversations Get
|
|
@@ -15328,7 +15447,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15328
15447
|
* @throws {RequiredError}
|
|
15329
15448
|
* @memberof UnboundApi
|
|
15330
15449
|
*/
|
|
15331
|
-
|
|
15450
|
+
conversationsGet_31(conversationId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Conversation, any>>;
|
|
15332
15451
|
/**
|
|
15333
15452
|
* List all conversations, must filter by contact_id
|
|
15334
15453
|
* @summary Conversations List
|
|
@@ -15362,7 +15481,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15362
15481
|
* @throws {RequiredError}
|
|
15363
15482
|
* @memberof UnboundApi
|
|
15364
15483
|
*/
|
|
15365
|
-
|
|
15484
|
+
conversationsList_32(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>>;
|
|
15366
15485
|
/**
|
|
15367
15486
|
*
|
|
15368
15487
|
* @summary Conversations Update
|
|
@@ -15382,7 +15501,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15382
15501
|
* @throws {RequiredError}
|
|
15383
15502
|
* @memberof UnboundApi
|
|
15384
15503
|
*/
|
|
15385
|
-
|
|
15504
|
+
conversationsUpdate_33(conversationId: string, conversationUpdate: ConversationUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Conversation, any>>;
|
|
15386
15505
|
/**
|
|
15387
15506
|
*
|
|
15388
15507
|
* @summary Emails Create
|
|
@@ -15402,7 +15521,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15402
15521
|
* @throws {RequiredError}
|
|
15403
15522
|
* @memberof UnboundApi
|
|
15404
15523
|
*/
|
|
15405
|
-
|
|
15524
|
+
emailsCreate_34(contactId: string, emailCreate: EmailCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Email, any>>;
|
|
15406
15525
|
/**
|
|
15407
15526
|
*
|
|
15408
15527
|
* @summary Emails Delete
|
|
@@ -15420,7 +15539,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15420
15539
|
* @throws {RequiredError}
|
|
15421
15540
|
* @memberof UnboundApi
|
|
15422
15541
|
*/
|
|
15423
|
-
|
|
15542
|
+
emailsDelete_35(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
15424
15543
|
/**
|
|
15425
15544
|
*
|
|
15426
15545
|
* @summary Emails Get
|
|
@@ -15438,7 +15557,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15438
15557
|
* @throws {RequiredError}
|
|
15439
15558
|
* @memberof UnboundApi
|
|
15440
15559
|
*/
|
|
15441
|
-
|
|
15560
|
+
emailsGet_36(emailId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Email, any>>;
|
|
15442
15561
|
/**
|
|
15443
15562
|
*
|
|
15444
15563
|
* @summary Emails Update
|
|
@@ -15458,7 +15577,25 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15458
15577
|
* @throws {RequiredError}
|
|
15459
15578
|
* @memberof UnboundApi
|
|
15460
15579
|
*/
|
|
15461
|
-
|
|
15580
|
+
emailsUpdate_37(emailId: string, emailUpdate: EmailUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Email, any>>;
|
|
15581
|
+
/**
|
|
15582
|
+
*
|
|
15583
|
+
* @summary General Ai Query
|
|
15584
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
15585
|
+
* @param {*} [options] Override http request option.
|
|
15586
|
+
* @throws {RequiredError}
|
|
15587
|
+
* @memberof UnboundApi
|
|
15588
|
+
*/
|
|
15589
|
+
generalAiQuery(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GeneralAIQueryResponse, any>>;
|
|
15590
|
+
/**
|
|
15591
|
+
*
|
|
15592
|
+
* @summary General Ai Query
|
|
15593
|
+
* @param {GeneralAIQuery} generalAIQuery
|
|
15594
|
+
* @param {*} [options] Override http request option.
|
|
15595
|
+
* @throws {RequiredError}
|
|
15596
|
+
* @memberof UnboundApi
|
|
15597
|
+
*/
|
|
15598
|
+
generalAiQuery_38(generalAIQuery: GeneralAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GeneralAIQueryResponse, any>>;
|
|
15462
15599
|
/**
|
|
15463
15600
|
* Generate a presigned GET URL for downloading a file. The file must belong to the authenticated account (enforced by file_key prefix matching account_id). **Download Workflow:** 1. Call this endpoint with the file_key obtained during upload 2. Redirect or fetch from the returned download_url 3. URL expires after the specified duration (default 1 hour)
|
|
15464
15601
|
* @summary Generate presigned download URL
|
|
@@ -15495,6 +15632,24 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15495
15632
|
* @memberof UnboundApi
|
|
15496
15633
|
*/
|
|
15497
15634
|
generateFileUploadURL_40(uploadURLRequest: UploadURLRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UploadURLResponse, any>>;
|
|
15635
|
+
/**
|
|
15636
|
+
*
|
|
15637
|
+
* @summary Generate Suggestions Create
|
|
15638
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
15639
|
+
* @param {*} [options] Override http request option.
|
|
15640
|
+
* @throws {RequiredError}
|
|
15641
|
+
* @memberof UnboundApi
|
|
15642
|
+
*/
|
|
15643
|
+
generateSuggestions(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
15644
|
+
/**
|
|
15645
|
+
*
|
|
15646
|
+
* @summary Generate Suggestions Create
|
|
15647
|
+
* @param {ConversationAIQuery} conversationAIQuery
|
|
15648
|
+
* @param {*} [options] Override http request option.
|
|
15649
|
+
* @throws {RequiredError}
|
|
15650
|
+
* @memberof UnboundApi
|
|
15651
|
+
*/
|
|
15652
|
+
generateSuggestions_41(conversationAIQuery: ConversationAIQuery, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
|
|
15498
15653
|
/**
|
|
15499
15654
|
* Returns public keys for verifying JWTs issued by this service.
|
|
15500
15655
|
* @summary JWKS Get
|
|
@@ -15526,7 +15681,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15526
15681
|
* @throws {RequiredError}
|
|
15527
15682
|
* @memberof UnboundApi
|
|
15528
15683
|
*/
|
|
15529
|
-
|
|
15684
|
+
inboxesList_42(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseInbox, any>>;
|
|
15530
15685
|
/**
|
|
15531
15686
|
* List all inquiries
|
|
15532
15687
|
* @summary Inquiry List
|
|
@@ -15544,7 +15699,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15544
15699
|
* @throws {RequiredError}
|
|
15545
15700
|
* @memberof UnboundApi
|
|
15546
15701
|
*/
|
|
15547
|
-
|
|
15702
|
+
inquiriesList_43(contactId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseInquiry, any>>;
|
|
15548
15703
|
/**
|
|
15549
15704
|
*
|
|
15550
15705
|
* @summary Listing Versions Get
|
|
@@ -15564,7 +15719,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15564
15719
|
* @throws {RequiredError}
|
|
15565
15720
|
* @memberof UnboundApi
|
|
15566
15721
|
*/
|
|
15567
|
-
|
|
15722
|
+
listingVersionsGet_44(listingId: string, listingVersionId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListingVersion, any>>;
|
|
15568
15723
|
/**
|
|
15569
15724
|
*
|
|
15570
15725
|
* @summary Listing Versions List
|
|
@@ -15592,7 +15747,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15592
15747
|
* @throws {RequiredError}
|
|
15593
15748
|
* @memberof UnboundApi
|
|
15594
15749
|
*/
|
|
15595
|
-
|
|
15750
|
+
listingVersionsList_45(listingId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListingVersion, any>>;
|
|
15596
15751
|
/**
|
|
15597
15752
|
*
|
|
15598
15753
|
* @summary Listings Get
|
|
@@ -15610,7 +15765,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15610
15765
|
* @throws {RequiredError}
|
|
15611
15766
|
* @memberof UnboundApi
|
|
15612
15767
|
*/
|
|
15613
|
-
|
|
15768
|
+
listingsGet_46(listingId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Listing, any>>;
|
|
15614
15769
|
/**
|
|
15615
15770
|
*
|
|
15616
15771
|
* @summary Listings List
|
|
@@ -15620,13 +15775,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15620
15775
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15621
15776
|
* @param {number} [limit]
|
|
15622
15777
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15623
|
-
* @param {
|
|
15778
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15624
15779
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15625
15780
|
* @param {*} [options] Override http request option.
|
|
15626
15781
|
* @throws {RequiredError}
|
|
15627
15782
|
* @memberof UnboundApi
|
|
15628
15783
|
*/
|
|
15629
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15784
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15630
15785
|
/**
|
|
15631
15786
|
*
|
|
15632
15787
|
* @summary Listings List
|
|
@@ -15636,13 +15791,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15636
15791
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15637
15792
|
* @param {number} [limit]
|
|
15638
15793
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15639
|
-
* @param {
|
|
15794
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15640
15795
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15641
15796
|
* @param {*} [options] Override http request option.
|
|
15642
15797
|
* @throws {RequiredError}
|
|
15643
15798
|
* @memberof UnboundApi
|
|
15644
15799
|
*/
|
|
15645
|
-
|
|
15800
|
+
listingsList_47(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
15646
15801
|
/**
|
|
15647
15802
|
*
|
|
15648
15803
|
* @summary Managed Phone Numbers List
|
|
@@ -15658,7 +15813,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15658
15813
|
* @throws {RequiredError}
|
|
15659
15814
|
* @memberof UnboundApi
|
|
15660
15815
|
*/
|
|
15661
|
-
|
|
15816
|
+
managedPhoneNumbersList_48(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseManagedPhoneNumber, any>>;
|
|
15662
15817
|
/**
|
|
15663
15818
|
*
|
|
15664
15819
|
* @summary Messages Create
|
|
@@ -15678,7 +15833,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15678
15833
|
* @throws {RequiredError}
|
|
15679
15834
|
* @memberof UnboundApi
|
|
15680
15835
|
*/
|
|
15681
|
-
|
|
15836
|
+
messagesCreate_49(conversationId: string, messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Message, any>>;
|
|
15682
15837
|
/**
|
|
15683
15838
|
*
|
|
15684
15839
|
* @summary Messages Get
|
|
@@ -15696,7 +15851,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15696
15851
|
* @throws {RequiredError}
|
|
15697
15852
|
* @memberof UnboundApi
|
|
15698
15853
|
*/
|
|
15699
|
-
|
|
15854
|
+
messagesGet_50(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Message, any>>;
|
|
15700
15855
|
/**
|
|
15701
15856
|
*
|
|
15702
15857
|
* @summary Messages List
|
|
@@ -15734,7 +15889,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15734
15889
|
* @throws {RequiredError}
|
|
15735
15890
|
* @memberof UnboundApi
|
|
15736
15891
|
*/
|
|
15737
|
-
|
|
15892
|
+
messagesList_51(conversationId?: string, searchString?: string, sentAtAfter?: string, sentAtBefore?: string, scheduledAtAfter?: string, scheduledAtBefore?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: MessageSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseMessage, any>>;
|
|
15738
15893
|
/**
|
|
15739
15894
|
*
|
|
15740
15895
|
* @summary Notifications Create
|
|
@@ -15789,7 +15944,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15789
15944
|
* @throws {RequiredError}
|
|
15790
15945
|
* @memberof UnboundApi
|
|
15791
15946
|
*/
|
|
15792
|
-
|
|
15947
|
+
phonesCreate_52(contactId: string, phoneCreate: PhoneCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Phone, any>>;
|
|
15793
15948
|
/**
|
|
15794
15949
|
*
|
|
15795
15950
|
* @summary Phones Delete
|
|
@@ -15807,7 +15962,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15807
15962
|
* @throws {RequiredError}
|
|
15808
15963
|
* @memberof UnboundApi
|
|
15809
15964
|
*/
|
|
15810
|
-
|
|
15965
|
+
phonesDelete_53(phoneId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
15811
15966
|
/**
|
|
15812
15967
|
*
|
|
15813
15968
|
* @summary Phones Get
|
|
@@ -15825,7 +15980,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15825
15980
|
* @throws {RequiredError}
|
|
15826
15981
|
* @memberof UnboundApi
|
|
15827
15982
|
*/
|
|
15828
|
-
|
|
15983
|
+
phonesGet_54(phoneId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Phone, any>>;
|
|
15829
15984
|
/**
|
|
15830
15985
|
*
|
|
15831
15986
|
* @summary Phones Update
|
|
@@ -15845,7 +16000,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15845
16000
|
* @throws {RequiredError}
|
|
15846
16001
|
* @memberof UnboundApi
|
|
15847
16002
|
*/
|
|
15848
|
-
|
|
16003
|
+
phonesUpdate_55(phoneId: string, phoneUpdate: PhoneUpdate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Phone, any>>;
|
|
15849
16004
|
/**
|
|
15850
16005
|
*
|
|
15851
16006
|
* @summary Providers Create
|
|
@@ -15901,7 +16056,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15901
16056
|
* @throws {RequiredError}
|
|
15902
16057
|
* @memberof UnboundApi
|
|
15903
16058
|
*/
|
|
15904
|
-
|
|
16059
|
+
reservationVersionsGet_56(reservationId: string, reservationVersionId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ReservationVersion, any>>;
|
|
15905
16060
|
/**
|
|
15906
16061
|
*
|
|
15907
16062
|
* @summary Reservation Versions List
|
|
@@ -15909,13 +16064,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15909
16064
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15910
16065
|
* @param {number} [limit]
|
|
15911
16066
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15912
|
-
* @param {
|
|
16067
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
15913
16068
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15914
16069
|
* @param {*} [options] Override http request option.
|
|
15915
16070
|
* @throws {RequiredError}
|
|
15916
16071
|
* @memberof UnboundApi
|
|
15917
16072
|
*/
|
|
15918
|
-
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
16073
|
+
reservationVersionsList(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
15919
16074
|
/**
|
|
15920
16075
|
*
|
|
15921
16076
|
* @summary Reservation Versions List
|
|
@@ -15923,13 +16078,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15923
16078
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15924
16079
|
* @param {number} [limit]
|
|
15925
16080
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15926
|
-
* @param {
|
|
16081
|
+
* @param {ReservationVersionSortBy} [sortBy] Sort key
|
|
15927
16082
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15928
16083
|
* @param {*} [options] Override http request option.
|
|
15929
16084
|
* @throws {RequiredError}
|
|
15930
16085
|
* @memberof UnboundApi
|
|
15931
16086
|
*/
|
|
15932
|
-
|
|
16087
|
+
reservationVersionsList_57(reservationId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationVersionSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservationVersion, any>>;
|
|
15933
16088
|
/**
|
|
15934
16089
|
*
|
|
15935
16090
|
* @summary Reservations Get
|
|
@@ -15947,7 +16102,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15947
16102
|
* @throws {RequiredError}
|
|
15948
16103
|
* @memberof UnboundApi
|
|
15949
16104
|
*/
|
|
15950
|
-
|
|
16105
|
+
reservationsGet_58(reservationId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<Reservation, any>>;
|
|
15951
16106
|
/**
|
|
15952
16107
|
*
|
|
15953
16108
|
* @summary Reservations List
|
|
@@ -15977,7 +16132,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15977
16132
|
* @throws {RequiredError}
|
|
15978
16133
|
* @memberof UnboundApi
|
|
15979
16134
|
*/
|
|
15980
|
-
|
|
16135
|
+
reservationsList_59(searchString?: string, contactId?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ReservationSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseReservation, any>>;
|
|
15981
16136
|
/**
|
|
15982
16137
|
*
|
|
15983
16138
|
* @summary Roles Add Permission
|
|
@@ -16052,7 +16207,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16052
16207
|
* @throws {RequiredError}
|
|
16053
16208
|
* @memberof UnboundApi
|
|
16054
16209
|
*/
|
|
16055
|
-
|
|
16210
|
+
telnyxWebhookTelnyxWebhooksPost_60(requestBody: {
|
|
16056
16211
|
[key: string]: any;
|
|
16057
16212
|
}, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
16058
16213
|
/**
|
|
@@ -16090,7 +16245,7 @@ declare class UnboundApi extends BaseAPI {
|
|
|
16090
16245
|
* @throws {RequiredError}
|
|
16091
16246
|
* @memberof UnboundApi
|
|
16092
16247
|
*/
|
|
16093
|
-
|
|
16248
|
+
webhook_61(body: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
16094
16249
|
}
|
|
16095
16250
|
/**
|
|
16096
16251
|
* UserDevicesApi - axios parameter creator
|
|
@@ -16185,4 +16340,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16185
16340
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16186
16341
|
}
|
|
16187
16342
|
|
|
16188
|
-
export {
|
|
16343
|
+
export { AIQueriesApi, AIQueriesApiAxiosParamCreator, AIQueriesApiFactory, AIQueriesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemVersionSortBy, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationAIQuery, type ConversationAIQuerySuggestion, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailNotification, type EmailNotificationCreate, EmailNotificationCreateNotificationTypeEnum, EmailNotificationNotificationTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type GeneralAIQuery, type GeneralAIQueryResponse, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type MobileDevicePushNotification, type Notification, 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 };
|