@ember-home/unbound-ts-client 1.0.37 → 1.0.38
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 +64 -64
- package/dist/index.d.ts +64 -64
- package/dist/index.js +31 -31
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -31
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.38
|
|
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.38
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1409,6 +1409,17 @@ interface ContactCreate {
|
|
|
1409
1409
|
*/
|
|
1410
1410
|
'title'?: string;
|
|
1411
1411
|
}
|
|
1412
|
+
/**
|
|
1413
|
+
*
|
|
1414
|
+
* @export
|
|
1415
|
+
* @enum {string}
|
|
1416
|
+
*/
|
|
1417
|
+
declare const ContactSortBy: {
|
|
1418
|
+
readonly LastFirstCompany: "lastFirstCompany";
|
|
1419
|
+
readonly FirstLastCompany: "firstLastCompany";
|
|
1420
|
+
readonly CompanyLastFirst: "companyLastFirst";
|
|
1421
|
+
};
|
|
1422
|
+
type ContactSortBy = typeof ContactSortBy[keyof typeof ContactSortBy];
|
|
1412
1423
|
/**
|
|
1413
1424
|
*
|
|
1414
1425
|
* @export
|
|
@@ -1850,16 +1861,6 @@ interface ContentItemVersion {
|
|
|
1850
1861
|
*/
|
|
1851
1862
|
'version': number;
|
|
1852
1863
|
}
|
|
1853
|
-
/**
|
|
1854
|
-
*
|
|
1855
|
-
* @export
|
|
1856
|
-
* @enum {string}
|
|
1857
|
-
*/
|
|
1858
|
-
declare const ContentItemVersionSortBy: {
|
|
1859
|
-
readonly Version: "version";
|
|
1860
|
-
readonly CreatedAt: "created_at";
|
|
1861
|
-
};
|
|
1862
|
-
type ContentItemVersionSortBy = typeof ContentItemVersionSortBy[keyof typeof ContentItemVersionSortBy];
|
|
1863
1864
|
/**
|
|
1864
1865
|
*
|
|
1865
1866
|
* @export
|
|
@@ -6385,9 +6386,8 @@ type SortByAuthGateway = typeof SortByAuthGateway[keyof typeof SortByAuthGateway
|
|
|
6385
6386
|
* @enum {string}
|
|
6386
6387
|
*/
|
|
6387
6388
|
declare const SortByUbFastApi: {
|
|
6388
|
-
readonly
|
|
6389
|
-
readonly
|
|
6390
|
-
readonly CompanyLastFirst: "companyLastFirst";
|
|
6389
|
+
readonly Version: "version";
|
|
6390
|
+
readonly CreatedAt: "created_at";
|
|
6391
6391
|
};
|
|
6392
6392
|
type SortByUbFastApi = typeof SortByUbFastApi[keyof typeof SortByUbFastApi];
|
|
6393
6393
|
/**
|
|
@@ -7824,12 +7824,12 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
7824
7824
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7825
7825
|
* @param {number} [limit]
|
|
7826
7826
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7827
|
-
* @param {
|
|
7827
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
7828
7828
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7829
7829
|
* @param {*} [options] Override http request option.
|
|
7830
7830
|
* @throws {RequiredError}
|
|
7831
7831
|
*/
|
|
7832
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7832
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7833
7833
|
/**
|
|
7834
7834
|
*
|
|
7835
7835
|
* @summary Contacts Update
|
|
@@ -7978,12 +7978,12 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
|
|
|
7978
7978
|
* @param {string} [cursor] Cursor for keyset paging
|
|
7979
7979
|
* @param {number} [limit]
|
|
7980
7980
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
7981
|
-
* @param {
|
|
7981
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
7982
7982
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
7983
7983
|
* @param {*} [options] Override http request option.
|
|
7984
7984
|
* @throws {RequiredError}
|
|
7985
7985
|
*/
|
|
7986
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
7986
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
7987
7987
|
/**
|
|
7988
7988
|
*
|
|
7989
7989
|
* @summary Contacts Update
|
|
@@ -8132,12 +8132,12 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
|
|
|
8132
8132
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8133
8133
|
* @param {number} [limit]
|
|
8134
8134
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8135
|
-
* @param {
|
|
8135
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8136
8136
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8137
8137
|
* @param {*} [options] Override http request option.
|
|
8138
8138
|
* @throws {RequiredError}
|
|
8139
8139
|
*/
|
|
8140
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8140
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
8141
8141
|
/**
|
|
8142
8142
|
*
|
|
8143
8143
|
* @summary Contacts Update
|
|
@@ -8295,13 +8295,13 @@ declare class ContactsApi extends BaseAPI {
|
|
|
8295
8295
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8296
8296
|
* @param {number} [limit]
|
|
8297
8297
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8298
|
-
* @param {
|
|
8298
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
8299
8299
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8300
8300
|
* @param {*} [options] Override http request option.
|
|
8301
8301
|
* @throws {RequiredError}
|
|
8302
8302
|
* @memberof ContactsApi
|
|
8303
8303
|
*/
|
|
8304
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8304
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
8305
8305
|
/**
|
|
8306
8306
|
*
|
|
8307
8307
|
* @summary Contacts Update
|
|
@@ -8559,12 +8559,12 @@ declare const ContentItemsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8559
8559
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8560
8560
|
* @param {number} [limit]
|
|
8561
8561
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8562
|
-
* @param {
|
|
8562
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8563
8563
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8564
8564
|
* @param {*} [options] Override http request option.
|
|
8565
8565
|
* @throws {RequiredError}
|
|
8566
8566
|
*/
|
|
8567
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8567
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8568
8568
|
/**
|
|
8569
8569
|
* 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)
|
|
8570
8570
|
* @summary Content Item Batch Resources Update
|
|
@@ -8654,12 +8654,12 @@ declare const ContentItemsApiFp: (configuration?: Configuration) => {
|
|
|
8654
8654
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8655
8655
|
* @param {number} [limit]
|
|
8656
8656
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8657
|
-
* @param {
|
|
8657
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8658
8658
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8659
8659
|
* @param {*} [options] Override http request option.
|
|
8660
8660
|
* @throws {RequiredError}
|
|
8661
8661
|
*/
|
|
8662
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8662
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
8663
8663
|
/**
|
|
8664
8664
|
* 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)
|
|
8665
8665
|
* @summary Content Item Batch Resources Update
|
|
@@ -8749,12 +8749,12 @@ declare const ContentItemsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8749
8749
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8750
8750
|
* @param {number} [limit]
|
|
8751
8751
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8752
|
-
* @param {
|
|
8752
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8753
8753
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8754
8754
|
* @param {*} [options] Override http request option.
|
|
8755
8755
|
* @throws {RequiredError}
|
|
8756
8756
|
*/
|
|
8757
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8757
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
8758
8758
|
/**
|
|
8759
8759
|
* 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)
|
|
8760
8760
|
* @summary Content Item Batch Resources Update
|
|
@@ -8848,13 +8848,13 @@ declare class ContentItemsApi extends BaseAPI {
|
|
|
8848
8848
|
* @param {string} [cursor] Cursor for keyset paging
|
|
8849
8849
|
* @param {number} [limit]
|
|
8850
8850
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
8851
|
-
* @param {
|
|
8851
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
8852
8852
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
8853
8853
|
* @param {*} [options] Override http request option.
|
|
8854
8854
|
* @throws {RequiredError}
|
|
8855
8855
|
* @memberof ContentItemsApi
|
|
8856
8856
|
*/
|
|
8857
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
8857
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
8858
8858
|
/**
|
|
8859
8859
|
* 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)
|
|
8860
8860
|
* @summary Content Item Batch Resources Update
|
|
@@ -10976,12 +10976,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10976
10976
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10977
10977
|
* @param {number} [limit]
|
|
10978
10978
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10979
|
-
* @param {
|
|
10979
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
10980
10980
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10981
10981
|
* @param {*} [options] Override http request option.
|
|
10982
10982
|
* @throws {RequiredError}
|
|
10983
10983
|
*/
|
|
10984
|
-
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10984
|
+
contactsList: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10985
10985
|
/**
|
|
10986
10986
|
*
|
|
10987
10987
|
* @summary Contacts List
|
|
@@ -10989,12 +10989,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10989
10989
|
* @param {string} [cursor] Cursor for keyset paging
|
|
10990
10990
|
* @param {number} [limit]
|
|
10991
10991
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
10992
|
-
* @param {
|
|
10992
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
10993
10993
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
10994
10994
|
* @param {*} [options] Override http request option.
|
|
10995
10995
|
* @throws {RequiredError}
|
|
10996
10996
|
*/
|
|
10997
|
-
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
10997
|
+
contactsList_18: (searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10998
10998
|
/**
|
|
10999
10999
|
*
|
|
11000
11000
|
* @summary Contact Listing Delete
|
|
@@ -11096,12 +11096,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11096
11096
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11097
11097
|
* @param {number} [limit]
|
|
11098
11098
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11099
|
-
* @param {
|
|
11099
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11100
11100
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11101
11101
|
* @param {*} [options] Override http request option.
|
|
11102
11102
|
* @throws {RequiredError}
|
|
11103
11103
|
*/
|
|
11104
|
-
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11104
|
+
contentItemVersionsList: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11105
11105
|
/**
|
|
11106
11106
|
*
|
|
11107
11107
|
* @summary Content Item Versions List
|
|
@@ -11109,12 +11109,12 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11109
11109
|
* @param {string} [cursor] Cursor for keyset paging
|
|
11110
11110
|
* @param {number} [limit]
|
|
11111
11111
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
11112
|
-
* @param {
|
|
11112
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
11113
11113
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
11114
11114
|
* @param {*} [options] Override http request option.
|
|
11115
11115
|
* @throws {RequiredError}
|
|
11116
11116
|
*/
|
|
11117
|
-
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
11117
|
+
contentItemVersionsList_24: (contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11118
11118
|
/**
|
|
11119
11119
|
* 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)
|
|
11120
11120
|
* @summary Content Item Batch Resources Update
|
|
@@ -12271,12 +12271,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12271
12271
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12272
12272
|
* @param {number} [limit]
|
|
12273
12273
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12274
|
-
* @param {
|
|
12274
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12275
12275
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12276
12276
|
* @param {*} [options] Override http request option.
|
|
12277
12277
|
* @throws {RequiredError}
|
|
12278
12278
|
*/
|
|
12279
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12279
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12280
12280
|
/**
|
|
12281
12281
|
*
|
|
12282
12282
|
* @summary Contacts List
|
|
@@ -12284,12 +12284,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12284
12284
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12285
12285
|
* @param {number} [limit]
|
|
12286
12286
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12287
|
-
* @param {
|
|
12287
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
12288
12288
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12289
12289
|
* @param {*} [options] Override http request option.
|
|
12290
12290
|
* @throws {RequiredError}
|
|
12291
12291
|
*/
|
|
12292
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12292
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContact>>;
|
|
12293
12293
|
/**
|
|
12294
12294
|
*
|
|
12295
12295
|
* @summary Contact Listing Delete
|
|
@@ -12391,12 +12391,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12391
12391
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12392
12392
|
* @param {number} [limit]
|
|
12393
12393
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12394
|
-
* @param {
|
|
12394
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12395
12395
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12396
12396
|
* @param {*} [options] Override http request option.
|
|
12397
12397
|
* @throws {RequiredError}
|
|
12398
12398
|
*/
|
|
12399
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12399
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12400
12400
|
/**
|
|
12401
12401
|
*
|
|
12402
12402
|
* @summary Content Item Versions List
|
|
@@ -12404,12 +12404,12 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12404
12404
|
* @param {string} [cursor] Cursor for keyset paging
|
|
12405
12405
|
* @param {number} [limit]
|
|
12406
12406
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
12407
|
-
* @param {
|
|
12407
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
12408
12408
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
12409
12409
|
* @param {*} [options] Override http request option.
|
|
12410
12410
|
* @throws {RequiredError}
|
|
12411
12411
|
*/
|
|
12412
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
12412
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContentItemVersion>>;
|
|
12413
12413
|
/**
|
|
12414
12414
|
* 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)
|
|
12415
12415
|
* @summary Content Item Batch Resources Update
|
|
@@ -13566,12 +13566,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13566
13566
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13567
13567
|
* @param {number} [limit]
|
|
13568
13568
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13569
|
-
* @param {
|
|
13569
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13570
13570
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13571
13571
|
* @param {*} [options] Override http request option.
|
|
13572
13572
|
* @throws {RequiredError}
|
|
13573
13573
|
*/
|
|
13574
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13574
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13575
13575
|
/**
|
|
13576
13576
|
*
|
|
13577
13577
|
* @summary Contacts List
|
|
@@ -13579,12 +13579,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13579
13579
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13580
13580
|
* @param {number} [limit]
|
|
13581
13581
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13582
|
-
* @param {
|
|
13582
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
13583
13583
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13584
13584
|
* @param {*} [options] Override http request option.
|
|
13585
13585
|
* @throws {RequiredError}
|
|
13586
13586
|
*/
|
|
13587
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13587
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContact>;
|
|
13588
13588
|
/**
|
|
13589
13589
|
*
|
|
13590
13590
|
* @summary Contact Listing Delete
|
|
@@ -13686,12 +13686,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13686
13686
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13687
13687
|
* @param {number} [limit]
|
|
13688
13688
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13689
|
-
* @param {
|
|
13689
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13690
13690
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13691
13691
|
* @param {*} [options] Override http request option.
|
|
13692
13692
|
* @throws {RequiredError}
|
|
13693
13693
|
*/
|
|
13694
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13694
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
13695
13695
|
/**
|
|
13696
13696
|
*
|
|
13697
13697
|
* @summary Content Item Versions List
|
|
@@ -13699,12 +13699,12 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13699
13699
|
* @param {string} [cursor] Cursor for keyset paging
|
|
13700
13700
|
* @param {number} [limit]
|
|
13701
13701
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
13702
|
-
* @param {
|
|
13702
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
13703
13703
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
13704
13704
|
* @param {*} [options] Override http request option.
|
|
13705
13705
|
* @throws {RequiredError}
|
|
13706
13706
|
*/
|
|
13707
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
13707
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContentItemVersion>;
|
|
13708
13708
|
/**
|
|
13709
13709
|
* 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)
|
|
13710
13710
|
* @summary Content Item Batch Resources Update
|
|
@@ -14899,13 +14899,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14899
14899
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14900
14900
|
* @param {number} [limit]
|
|
14901
14901
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14902
|
-
* @param {
|
|
14902
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
14903
14903
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14904
14904
|
* @param {*} [options] Override http request option.
|
|
14905
14905
|
* @throws {RequiredError}
|
|
14906
14906
|
* @memberof UnboundApi
|
|
14907
14907
|
*/
|
|
14908
|
-
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14908
|
+
contactsList(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
14909
14909
|
/**
|
|
14910
14910
|
*
|
|
14911
14911
|
* @summary Contacts List
|
|
@@ -14913,13 +14913,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
14913
14913
|
* @param {string} [cursor] Cursor for keyset paging
|
|
14914
14914
|
* @param {number} [limit]
|
|
14915
14915
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
14916
|
-
* @param {
|
|
14916
|
+
* @param {ContactSortBy} [sortBy] Sort key
|
|
14917
14917
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
14918
14918
|
* @param {*} [options] Override http request option.
|
|
14919
14919
|
* @throws {RequiredError}
|
|
14920
14920
|
* @memberof UnboundApi
|
|
14921
14921
|
*/
|
|
14922
|
-
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
14922
|
+
contactsList_18(searchString?: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContact, any>>;
|
|
14923
14923
|
/**
|
|
14924
14924
|
*
|
|
14925
14925
|
* @summary Contact Listing Delete
|
|
@@ -15031,13 +15031,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15031
15031
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15032
15032
|
* @param {number} [limit]
|
|
15033
15033
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15034
|
-
* @param {
|
|
15034
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15035
15035
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15036
15036
|
* @param {*} [options] Override http request option.
|
|
15037
15037
|
* @throws {RequiredError}
|
|
15038
15038
|
* @memberof UnboundApi
|
|
15039
15039
|
*/
|
|
15040
|
-
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15040
|
+
contentItemVersionsList(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15041
15041
|
/**
|
|
15042
15042
|
*
|
|
15043
15043
|
* @summary Content Item Versions List
|
|
@@ -15045,13 +15045,13 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15045
15045
|
* @param {string} [cursor] Cursor for keyset paging
|
|
15046
15046
|
* @param {number} [limit]
|
|
15047
15047
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
15048
|
-
* @param {
|
|
15048
|
+
* @param {SortByUbFastApi} [sortBy] Sort key
|
|
15049
15049
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
15050
15050
|
* @param {*} [options] Override http request option.
|
|
15051
15051
|
* @throws {RequiredError}
|
|
15052
15052
|
* @memberof UnboundApi
|
|
15053
15053
|
*/
|
|
15054
|
-
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?:
|
|
15054
|
+
contentItemVersionsList_24(contentItemId: string, cursor?: string, limit?: number, pageDir?: PaginationDirection, sortBy?: SortByUbFastApi, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContentItemVersion, any>>;
|
|
15055
15055
|
/**
|
|
15056
15056
|
* 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)
|
|
15057
15057
|
* @summary Content Item Batch Resources Update
|
|
@@ -16068,4 +16068,4 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
16068
16068
|
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
16069
16069
|
}
|
|
16070
16070
|
|
|
16071
|
-
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion,
|
|
16071
|
+
export { type AIResponse, type AIResponseCreate, AIResponsesApi, AIResponsesApiAxiosParamCreator, AIResponsesApiFactory, AIResponsesApiFp, type APIContactsListings, type APIMicroServicePrincipal, type APIUserPrincipal, type Account, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type Address, type AddressCreate, type AddressProviderAddresses, type AddressProviderAddressesProviderAttribution, type AddressUpdate, type AirbnbChannelFinanceFields, AirbnbChannelFinanceFieldsChannelTypeEnum, type Attribution, type AttributionAttributeSource, AudienceTypes, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddress, type Bot, BotParticipantTypeEnum, type Channelfinancefields, CommunitiesApi, CommunitiesApiAxiosParamCreator, CommunitiesApiFactory, CommunitiesApiFp, type Community, type CommunityCreate, type CommunityType, type CommunityTypeCreate, type CommunityTypeList, CommunityTypeType, type CommunityTypeUpdate, CommunityTypesApi, CommunityTypesApiAxiosParamCreator, CommunityTypesApiFactory, CommunityTypesApiFp, type CommunityUpdate, Configuration, type ConfigurationParameters, type Contact, type ContactCreate, ContactSortBy, type ContactTypeData, type ContactUpdate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ContactsListingsApi, ContactsListingsApiAxiosParamCreator, ContactsListingsApiFactory, ContactsListingsApiFp, type ContactsListingsCreateContactListing, type ContactsListingsUpdateContactListing, type ContentItem, type ContentItemCreate, type ContentItemFullResponse, type ContentItemUpdate, type ContentItemVersion, ContentItemsApi, ContentItemsApiAxiosParamCreator, ContentItemsApiFactory, ContentItemsApiFp, type ContentRelatedAllResourcesTypeData, ContentRelatedAllResourcesTypeDataRelationTypeEnum, ContentRelatedAllResourcesTypeDataResourceTypeEnum, type ContentRelatedIndividualResourcesFullTypeData, ContentRelatedIndividualResourcesFullTypeDataRelationTypeEnum, type ContentRelatedIndividualResourcesFullTypeDataResourcesInner, type ContentRelatedIndividualResourcesTypeData, type ContentRelatedIndividualResourcesTypeDataOutput, ContentRelatedIndividualResourcesTypeDataOutputRelationTypeEnum, ContentRelatedIndividualResourcesTypeDataRelationTypeEnum, type ContentRelatedResource, type Contenttypedata, type Contenttypedata1, type Contenttypedata2, type Conversation, type ConversationCreate, ConversationSortBy, ConversationStatus, type ConversationSuggestion, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type DownloadURLRequest, type DownloadURLResponse, type Email, type EmailConversationData, EmailConversationDataConversationTypeEnum, type EmailCreate, type EmailInbox, EmailInboxInboxTypeEnum, type EmailProviderEmails, type EmailProviderEmailsProviderAttribution, type EmailProviderMessage, type EmailProviderMessageCreate, EmailProviderMessageCreateMessageTypeEnum, EmailProviderMessageMessageTypeEnum, type EmailUpdate, type FileContent, FileContentContentTypeEnum, FilesApi, FilesApiAxiosParamCreator, FilesApiFactory, FilesApiFp, type Guest, type GuestData, GuestParticipantTypeEnum, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type Inbox, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, IngestionStatusType, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type Inquiry, type InquiryTypeCreate, InquiryTypeCreateRelationTypeEnum, type InquiryTypeUpdate, InquiryTypeUpdateRelationTypeEnum, type JWKModel, type JWKSResponse, type LeadData, type ListResponseInbox, type ListResponseInquiry, type ListResponseManagedPhoneNumber, type ListResponsePermission, type ListResponseProvider, type ListResponseRole, type Listing, type ListingBaseAddress, type ListingBaseChannelInfo, type ListingBaseChannelInfoChannelDetails, ListingSortBy, type ListingVersion, ListingVersionSortBy, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ManagedPhoneNumber, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type Message, type MessageAttachment, type MessageCreate, type MessageCreateWithSuggestion, MessageDirection, MessageSortBy, MessageStatus, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type Messagetypedata1, type Notification, NotificationStatus, NotificationType, type NotificationTypeData, NotificationsApi, NotificationsApiAxiosParamCreator, NotificationsApiFactory, NotificationsApiFp, type OAuth2AccessToken, type OAuth2ClientCredentialRequest, OAuth2ClientCredentialRequestGrantTypeEnum, type OAuth2ExchangeTokenRequest, OAuth2ExchangeTokenRequestGrantTypeEnum, OAuth2TokenTypes, type OwnerData, type OwnerTypeCreate, OwnerTypeCreateRelationTypeEnum, type OwnerTypeUpdate, OwnerTypeUpdateRelationTypeEnum, type PaginatedResponseAccount, type PaginatedResponseCommunity, type PaginatedResponseContact, type PaginatedResponseContentItem, type PaginatedResponseContentItemFullResponse, type PaginatedResponseContentItemVersion, type PaginatedResponseConversation, type PaginatedResponseListing, type PaginatedResponseListingVersion, type PaginatedResponseMessage, type PaginatedResponseReservation, type PaginatedResponseReservationVersion, PaginationDirection, type Participantname, type Participanttypedata, type Payload, type Permission, type PermissionCreate, PermissionsApi, PermissionsApiAxiosParamCreator, PermissionsApiFactory, PermissionsApiFp, type Phone, type PhoneCapabilities, type PhoneCreate, type PhoneInbox, PhoneInboxInboxTypeEnum, PhoneLifecycle, type PhoneProviderPhones, type PhoneProviderPhonesProviderAttribution, type PhoneUpdate, type PlainTextContent, PlainTextContentContentTypeEnum, PropertyTypes, type Provider, type ProviderAccountInbox, ProviderAccountInboxInboxTypeEnum, ProviderConversationCommunicationType, type ProviderConversationData, ProviderConversationDataConversationTypeEnum, type ProviderCreate, type ProviderUpdate, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, type RelatedListing, RelatedResourceType, type Relationtypedata, type Relationtypedata1, type Relationtypedata2, type Relationtypedata3, type Relationtypedata4, type RentalProviderMessage, RentalProviderMessageCommunicationType, type RentalProviderMessageCreate, RentalProviderMessageCreateMessageTypeEnum, RentalProviderMessageMessageTypeEnum, RentalProviderTypes, type Reservation, type ReservationBaseChannelInfo, ReservationChannelTypes, type ReservationProviderInfo, ReservationSortBy, ReservationStatus, type ReservationVersion, ReservationVersionSortBy, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Role, type RoleCreate, RolesApi, RolesApiAxiosParamCreator, RolesApiFactory, RolesApiFp, type SMSConversationData, SMSConversationDataConversationTypeEnum, type SMSConversationDataCreate, SMSConversationDataCreateConversationTypeEnum, type SMSInboundSenderTypeData, SMSInboundSenderTypeDataDirectionEnum, type SMSLeg, SMSLineType, type SMSMessage, type SMSMessageCreate, SMSMessageCreateMessageTypeEnum, SMSMessageMessageTypeEnum, SMSMessageStatus, type SMSOutboundSenderTypeData, SMSOutboundSenderTypeDataDirectionEnum, type Sendertypedata, SortByAuthGateway, SortByUbFastApi, SortOrder, type Staff, type StaffExternalStaff, StaffExternalStaffStaffTypeEnum, type StaffInternalStaff, StaffInternalStaffStaffTypeEnum, StaffParticipantTypeEnum, type StaffProviderStaff, StaffProviderStaffStaffTypeEnum, type Stafftypedata, type Subject, type Suggestion, SuggestionRejectionReasonType, SuggestionStatus, SuggestionUsedType, TelnyxApi, TelnyxApiAxiosParamCreator, TelnyxApiFactory, TelnyxApiFp, type ToItem, type ToPhone, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContentRelatedResourcesRequest, type UpdateContentRelatedResourcesResponse, type UploadURLRequest, type UploadURLResponse, type UserApi, type UserDevice, type UserDeviceCreate, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp, type Usertypedata, type ValidationError, type ValidationErrorLocInner, type WebContent, WebContentContentTypeEnum, WebContentCrawlStatus, type WebContentCreate, WebContentCreateContentTypeEnum, type WebContentNode, type WebContentRoot, type WebContentTree, type WebContentUpdate, WebContentUpdateContentTypeEnum };
|