@ember-home/unbound-ts-client 1.0.21 → 1.0.23
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 +62 -62
- package/dist/index.d.ts +62 -62
- package/dist/index.js +30 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -30
- 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.23
|
|
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.23
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1727,16 +1727,6 @@ interface ContentItemVersion {
|
|
|
1727
1727
|
*/
|
|
1728
1728
|
'version': number;
|
|
1729
1729
|
}
|
|
1730
|
-
/**
|
|
1731
|
-
*
|
|
1732
|
-
* @export
|
|
1733
|
-
* @enum {string}
|
|
1734
|
-
*/
|
|
1735
|
-
declare const ContentItemVersionSortBy: {
|
|
1736
|
-
readonly Version: "version";
|
|
1737
|
-
readonly CreatedAt: "created_at";
|
|
1738
|
-
};
|
|
1739
|
-
type ContentItemVersionSortBy = typeof ContentItemVersionSortBy[keyof typeof ContentItemVersionSortBy];
|
|
1740
1730
|
/**
|
|
1741
1731
|
*
|
|
1742
1732
|
* @export
|
|
@@ -3039,6 +3029,15 @@ interface ListingBaseAddress {
|
|
|
3039
3029
|
*/
|
|
3040
3030
|
'street2'?: string;
|
|
3041
3031
|
}
|
|
3032
|
+
/**
|
|
3033
|
+
*
|
|
3034
|
+
* @export
|
|
3035
|
+
* @enum {string}
|
|
3036
|
+
*/
|
|
3037
|
+
declare const ListingSortBy: {
|
|
3038
|
+
readonly Title: "title";
|
|
3039
|
+
};
|
|
3040
|
+
type ListingSortBy = typeof ListingSortBy[keyof typeof ListingSortBy];
|
|
3042
3041
|
/**
|
|
3043
3042
|
*
|
|
3044
3043
|
* @export
|
|
@@ -5511,7 +5510,8 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
5511
5510
|
* @enum {string}
|
|
5512
5511
|
*/
|
|
5513
5512
|
declare const SortByUbFastApi: {
|
|
5514
|
-
readonly
|
|
5513
|
+
readonly Version: "version";
|
|
5514
|
+
readonly CreatedAt: "created_at";
|
|
5515
5515
|
};
|
|
5516
5516
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
5517
5517
|
/**
|
|
@@ -7559,12 +7559,12 @@ declare const ContentItemsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7559
7559
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7560
7560
|
* @param {number} [limit]
|
|
7561
7561
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7562
|
-
* @param {
|
|
7562
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
7563
7563
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7564
7564
|
* @param {*} [options] Override http request option.
|
|
7565
7565
|
* @throws {RequiredError}
|
|
7566
7566
|
*/
|
|
7567
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7567
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7568
7568
|
/**
|
|
7569
7569
|
* 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)
|
|
7570
7570
|
* @summary Content Item Batch Resources Update
|
|
@@ -7654,12 +7654,12 @@ declare const ContentItemsApiFp: (configuration?: Configuration) => {
|
|
|
7654
7654
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7655
7655
|
* @param {number} [limit]
|
|
7656
7656
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7657
|
-
* @param {
|
|
7657
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
7658
7658
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7659
7659
|
* @param {*} [options] Override http request option.
|
|
7660
7660
|
* @throws {RequiredError}
|
|
7661
7661
|
*/
|
|
7662
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7662
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
7663
7663
|
/**
|
|
7664
7664
|
* 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)
|
|
7665
7665
|
* @summary Content Item Batch Resources Update
|
|
@@ -7749,12 +7749,12 @@ declare const ContentItemsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
7749
7749
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7750
7750
|
* @param {number} [limit]
|
|
7751
7751
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7752
|
-
* @param {
|
|
7752
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
7753
7753
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7754
7754
|
* @param {*} [options] Override http request option.
|
|
7755
7755
|
* @throws {RequiredError}
|
|
7756
7756
|
*/
|
|
7757
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7757
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
7758
7758
|
/**
|
|
7759
7759
|
* 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)
|
|
7760
7760
|
* @summary Content Item Batch Resources Update
|
|
@@ -7848,13 +7848,13 @@ declare class ContentItemsApi extends BaseAPI {
|
|
|
7848
7848
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7849
7849
|
* @param {number} [limit]
|
|
7850
7850
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7851
|
-
* @param {
|
|
7851
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
7852
7852
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7853
7853
|
* @param {*} [options] Override http request option.
|
|
7854
7854
|
* @throws {RequiredError}
|
|
7855
7855
|
* @memberof ContentItemsApi
|
|
7856
7856
|
*/
|
|
7857
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7857
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
7858
7858
|
/**
|
|
7859
7859
|
* 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)
|
|
7860
7860
|
* @summary Content Item Batch Resources Update
|
|
@@ -8424,12 +8424,12 @@ declare const ListingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
8424
8424
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8425
8425
|
* @param {number} [limit]
|
|
8426
8426
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8427
|
-
* @param {
|
|
8427
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
8428
8428
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8429
8429
|
* @param {*} [options] Override http request option.
|
|
8430
8430
|
* @throws {RequiredError}
|
|
8431
8431
|
*/
|
|
8432
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8432
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8433
8433
|
};
|
|
8434
8434
|
/**
|
|
8435
8435
|
* ListingsApi - functional programming interface
|
|
@@ -8475,12 +8475,12 @@ declare const ListingsApiFp: (configuration?: Configuration) => {
|
|
|
8475
8475
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8476
8476
|
* @param {number} [limit]
|
|
8477
8477
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8478
|
-
* @param {
|
|
8478
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
8479
8479
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8480
8480
|
* @param {*} [options] Override http request option.
|
|
8481
8481
|
* @throws {RequiredError}
|
|
8482
8482
|
*/
|
|
8483
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8483
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
8484
8484
|
};
|
|
8485
8485
|
/**
|
|
8486
8486
|
* ListingsApi - factory interface
|
|
@@ -8526,12 +8526,12 @@ declare const ListingsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
8526
8526
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8527
8527
|
* @param {number} [limit]
|
|
8528
8528
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8529
|
-
* @param {
|
|
8529
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
8530
8530
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8531
8531
|
* @param {*} [options] Override http request option.
|
|
8532
8532
|
* @throws {RequiredError}
|
|
8533
8533
|
*/
|
|
8534
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8534
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
8535
8535
|
};
|
|
8536
8536
|
/**
|
|
8537
8537
|
* ListingsApi - object-oriented interface
|
|
@@ -8582,13 +8582,13 @@ declare class ListingsApi extends BaseAPI {
|
|
|
8582
8582
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8583
8583
|
* @param {number} [limit]
|
|
8584
8584
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8585
|
-
* @param {
|
|
8585
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
8586
8586
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8587
8587
|
* @param {*} [options] Override http request option.
|
|
8588
8588
|
* @throws {RequiredError}
|
|
8589
8589
|
* @memberof ListingsApi
|
|
8590
8590
|
*/
|
|
8591
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8591
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
8592
8592
|
}
|
|
8593
8593
|
/**
|
|
8594
8594
|
* ManagedPhoneNumbersApi - axios parameter creator
|
|
@@ -10096,12 +10096,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10096
10096
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10097
10097
|
* @param {number} [limit]
|
|
10098
10098
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10099
|
-
* @param {
|
|
10099
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10100
10100
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10101
10101
|
* @param {*} [options] Override http request option.
|
|
10102
10102
|
* @throws {RequiredError}
|
|
10103
10103
|
*/
|
|
10104
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10104
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10105
10105
|
/**
|
|
10106
10106
|
*
|
|
10107
10107
|
* @summary Content Item Versions List
|
|
@@ -10109,12 +10109,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10109
10109
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10110
10110
|
* @param {number} [limit]
|
|
10111
10111
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10112
|
-
* @param {
|
|
10112
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
10113
10113
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10114
10114
|
* @param {*} [options] Override http request option.
|
|
10115
10115
|
* @throws {RequiredError}
|
|
10116
10116
|
*/
|
|
10117
|
-
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10117
|
+
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10118
10118
|
/**
|
|
10119
10119
|
* 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)
|
|
10120
10120
|
* @summary Content Item Batch Resources Update
|
|
@@ -10522,12 +10522,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10522
10522
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10523
10523
|
* @param {number} [limit]
|
|
10524
10524
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10525
|
-
* @param {
|
|
10525
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
10526
10526
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10527
10527
|
* @param {*} [options] Override http request option.
|
|
10528
10528
|
* @throws {RequiredError}
|
|
10529
10529
|
*/
|
|
10530
|
-
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10530
|
+
listingsList: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10531
10531
|
/**
|
|
10532
10532
|
*
|
|
10533
10533
|
* @summary Listings List
|
|
@@ -10537,12 +10537,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10537
10537
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10538
10538
|
* @param {number} [limit]
|
|
10539
10539
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10540
|
-
* @param {
|
|
10540
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
10541
10541
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10542
10542
|
* @param {*} [options] Override http request option.
|
|
10543
10543
|
* @throws {RequiredError}
|
|
10544
10544
|
*/
|
|
10545
|
-
listingsList_46: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10545
|
+
listingsList_46: (searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10546
10546
|
/**
|
|
10547
10547
|
*
|
|
10548
10548
|
* @summary Managed Phone Numbers List
|
|
@@ -11375,12 +11375,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11375
11375
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11376
11376
|
* @param {number} [limit]
|
|
11377
11377
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11378
|
-
* @param {
|
|
11378
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11379
11379
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11380
11380
|
* @param {*} [options] Override http request option.
|
|
11381
11381
|
* @throws {RequiredError}
|
|
11382
11382
|
*/
|
|
11383
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11383
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
11384
11384
|
/**
|
|
11385
11385
|
*
|
|
11386
11386
|
* @summary Content Item Versions List
|
|
@@ -11388,12 +11388,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11388
11388
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11389
11389
|
* @param {number} [limit]
|
|
11390
11390
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11391
|
-
* @param {
|
|
11391
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11392
11392
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11393
11393
|
* @param {*} [options] Override http request option.
|
|
11394
11394
|
* @throws {RequiredError}
|
|
11395
11395
|
*/
|
|
11396
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11396
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
11397
11397
|
/**
|
|
11398
11398
|
* 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)
|
|
11399
11399
|
* @summary Content Item Batch Resources Update
|
|
@@ -11801,12 +11801,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11801
11801
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11802
11802
|
* @param {number} [limit]
|
|
11803
11803
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11804
|
-
* @param {
|
|
11804
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
11805
11805
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11806
11806
|
* @param {*} [options] Override http request option.
|
|
11807
11807
|
* @throws {RequiredError}
|
|
11808
11808
|
*/
|
|
11809
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11809
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
11810
11810
|
/**
|
|
11811
11811
|
*
|
|
11812
11812
|
* @summary Listings List
|
|
@@ -11816,12 +11816,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
11816
11816
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11817
11817
|
* @param {number} [limit]
|
|
11818
11818
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11819
|
-
* @param {
|
|
11819
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
11820
11820
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11821
11821
|
* @param {*} [options] Override http request option.
|
|
11822
11822
|
* @throws {RequiredError}
|
|
11823
11823
|
*/
|
|
11824
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11824
|
+
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseListing>>;
|
|
11825
11825
|
/**
|
|
11826
11826
|
*
|
|
11827
11827
|
* @summary Managed Phone Numbers List
|
|
@@ -12654,12 +12654,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
12654
12654
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12655
12655
|
* @param {number} [limit]
|
|
12656
12656
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12657
|
-
* @param {
|
|
12657
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12658
12658
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12659
12659
|
* @param {*} [options] Override http request option.
|
|
12660
12660
|
* @throws {RequiredError}
|
|
12661
12661
|
*/
|
|
12662
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12662
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
12663
12663
|
/**
|
|
12664
12664
|
*
|
|
12665
12665
|
* @summary Content Item Versions List
|
|
@@ -12667,12 +12667,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
12667
12667
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12668
12668
|
* @param {number} [limit]
|
|
12669
12669
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12670
|
-
* @param {
|
|
12670
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12671
12671
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12672
12672
|
* @param {*} [options] Override http request option.
|
|
12673
12673
|
* @throws {RequiredError}
|
|
12674
12674
|
*/
|
|
12675
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12675
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
12676
12676
|
/**
|
|
12677
12677
|
* 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)
|
|
12678
12678
|
* @summary Content Item Batch Resources Update
|
|
@@ -13080,12 +13080,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13080
13080
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13081
13081
|
* @param {number} [limit]
|
|
13082
13082
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13083
|
-
* @param {
|
|
13083
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
13084
13084
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13085
13085
|
* @param {*} [options] Override http request option.
|
|
13086
13086
|
* @throws {RequiredError}
|
|
13087
13087
|
*/
|
|
13088
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13088
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
13089
13089
|
/**
|
|
13090
13090
|
*
|
|
13091
13091
|
* @summary Listings List
|
|
@@ -13095,12 +13095,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13095
13095
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13096
13096
|
* @param {number} [limit]
|
|
13097
13097
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13098
|
-
* @param {
|
|
13098
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
13099
13099
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13100
13100
|
* @param {*} [options] Override http request option.
|
|
13101
13101
|
* @throws {RequiredError}
|
|
13102
13102
|
*/
|
|
13103
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13103
|
+
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseListing>;
|
|
13104
13104
|
/**
|
|
13105
13105
|
*
|
|
13106
13106
|
* @summary Managed Phone Numbers List
|
|
@@ -13983,13 +13983,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
13983
13983
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13984
13984
|
* @param {number} [limit]
|
|
13985
13985
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13986
|
-
* @param {
|
|
13986
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13987
13987
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13988
13988
|
* @param {*} [options] Override http request option.
|
|
13989
13989
|
* @throws {RequiredError}
|
|
13990
13990
|
* @memberof UnboundApi
|
|
13991
13991
|
*/
|
|
13992
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13992
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
13993
13993
|
/**
|
|
13994
13994
|
*
|
|
13995
13995
|
* @summary Content Item Versions List
|
|
@@ -13997,13 +13997,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
13997
13997
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13998
13998
|
* @param {number} [limit]
|
|
13999
13999
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14000
|
-
* @param {
|
|
14000
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
14001
14001
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14002
14002
|
* @param {*} [options] Override http request option.
|
|
14003
14003
|
* @throws {RequiredError}
|
|
14004
14004
|
* @memberof UnboundApi
|
|
14005
14005
|
*/
|
|
14006
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14006
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
14007
14007
|
/**
|
|
14008
14008
|
* 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)
|
|
14009
14009
|
* @summary Content Item Batch Resources Update
|
|
@@ -14455,13 +14455,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14455
14455
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14456
14456
|
* @param {number} [limit]
|
|
14457
14457
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14458
|
-
* @param {
|
|
14458
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
14459
14459
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14460
14460
|
* @param {*} [options] Override http request option.
|
|
14461
14461
|
* @throws {RequiredError}
|
|
14462
14462
|
* @memberof UnboundApi
|
|
14463
14463
|
*/
|
|
14464
|
-
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14464
|
+
listingsList(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
14465
14465
|
/**
|
|
14466
14466
|
*
|
|
14467
14467
|
* @summary Listings List
|
|
@@ -14471,13 +14471,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14471
14471
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14472
14472
|
* @param {number} [limit]
|
|
14473
14473
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14474
|
-
* @param {
|
|
14474
|
+
* @param {ListingSortBy} [sortBy] Sort key
|
|
14475
14475
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14476
14476
|
* @param {*} [options] Override http request option.
|
|
14477
14477
|
* @throws {RequiredError}
|
|
14478
14478
|
* @memberof UnboundApi
|
|
14479
14479
|
*/
|
|
14480
|
-
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14480
|
+
listingsList_46(searchString?: string, contactId?: string, hasCommunity?: boolean, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ListingSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseListing, any>>;
|
|
14481
14481
|
/**
|
|
14482
14482
|
*
|
|
14483
14483
|
* @summary Managed Phone Numbers List
|
|
@@ -14910,4 +14910,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14910
14910
|
webhook_60(body: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
14911
14911
|
}
|
|
14912
14912
|
|
|
14913
|
-
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion,
|
|
14913
|
+
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type Notification, NotificationStatus, NotificationType, type NotificationTypeData, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type OAuth2AccessToken, type OAuth2ClientCredentialRequest, OAuth2ClientCredentialRequestGrantTypeEnum, type OAuth2ExchangeTokenRequest, OAuth2ExchangeTokenRequestGrantTypeEnum, OAuth2TokenTypes, type OwnerData, type OwnerTypeCreate, OwnerTypeCreateRelationTypeEnum, type OwnerTypeUpdate, OwnerTypeUpdateRelationTypeEnum, type PaginatedResponseAccount, type PaginatedResponseCommunity, type PaginatedResponseContact, type PaginatedResponseContentItem, type PaginatedResponseContentItemFullResponse, type PaginatedResponseContentItemVersion, type PaginatedResponseConversation, type PaginatedResponseListing, type PaginatedResponseListingVersion, type PaginatedResponseMessage, type PaginatedResponseReservation, type PaginatedResponseReservationVersion, PaginationDirection, type Participantname, type Participanttypedata, type Payload, type Permission, type PermissionCreate, PermissionsApi, PermissionsApiAxiosParamCreator, PermissionsApiFactory, PermissionsApiFp, type Phone, type PhoneCapabilities, type PhoneCreate, type PhoneInbox, PhoneInboxInboxTypeEnum, PhoneLifecycle, type PhoneProviderPhones, type PhoneProviderPhonesProviderAttribution, type PhoneUpdate, type PlainTextContent, PlainTextContentContentTypeEnum, PropertyTypes, type Provider, type ProviderAccountInbox, ProviderAccountInboxInboxTypeEnum, ProviderConversationCommunicationType, type ProviderConversationData, ProviderConversationDataConversationTypeEnum, type ProviderCreate, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, type RelatedListing, RelatedResourceType, type Relationtypedata, type Relationtypedata1, type Relationtypedata2, type Relationtypedata3, type Relationtypedata4, type RentalProviderMessage, RentalProviderMessageCommunicationType, type RentalProviderMessageCreate, RentalProviderMessageCreateMessageTypeEnum, RentalProviderMessageMessageTypeEnum, RentalProviderTypes, type Reservation, type ReservationBaseChannelInfo, ReservationChannelTypes, type ReservationProviderInfo, ReservationSortBy, ReservationStatus, type ReservationVersion, ReservationVersionSortBy, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Role, type RoleCreate, RolesApi, RolesApiAxiosParamCreator, RolesApiFactory, RolesApiFp, type SMSConversationData, SMSConversationDataConversationTypeEnum, type SMSConversationDataCreate, SMSConversationDataCreateConversationTypeEnum, type SMSInboundSenderTypeData, SMSInboundSenderTypeDataDirectionEnum, type SMSLeg, SMSLineType, type SMSMessage, type SMSMessageCreate, SMSMessageCreateMessageTypeEnum, SMSMessageMessageTypeEnum, SMSMessageStatus, type SMSOutboundSenderTypeData, SMSOutboundSenderTypeDataDirectionEnum, type Sendertypedata, SortByAuthGateway, SortByUbFastApi, SortOrder, type Staff, type StaffExternalStaff, StaffExternalStaffStaffTypeEnum, type StaffInternalStaff, StaffInternalStaffStaffTypeEnum, StaffParticipantTypeEnum, type StaffProviderStaff, StaffProviderStaffStaffTypeEnum, type Stafftypedata, type Subject, type Suggestion, SuggestionRejectionReasonType, SuggestionStatus, SuggestionUsedType, TelnyxApi, TelnyxApiAxiosParamCreator, TelnyxApiFactory, TelnyxApiFp, type ToItem, type ToPhone, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContentRelatedResourcesRequest, type UpdateContentRelatedResourcesResponse, type UploadURLRequest, type UploadURLResponse, type UserApi, type Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|