sailpoint-api-client 1.8.18 → 1.8.20
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/beta/README.md +2 -2
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/api.d.ts +30 -0
- package/dist/nerm/api.js.map +1 -1
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +218 -0
- package/dist/v2026/api.js +341 -19
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/api.ts +30 -0
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +369 -0
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/nerm/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.20";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.20' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/nermv2025/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.20";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.20' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2024/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.20";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.20' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2025/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.20";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.20' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2026/api.d.ts
CHANGED
|
@@ -9920,6 +9920,103 @@ export interface AuthorizationSchemeV2026 {
|
|
|
9920
9920
|
*/
|
|
9921
9921
|
'spec_urn'?: string;
|
|
9922
9922
|
}
|
|
9923
|
+
/**
|
|
9924
|
+
* Patch operation for Auto-Write Setting
|
|
9925
|
+
* @export
|
|
9926
|
+
* @interface AutoWriteSettingPatchV2026
|
|
9927
|
+
*/
|
|
9928
|
+
export interface AutoWriteSettingPatchV2026 {
|
|
9929
|
+
/**
|
|
9930
|
+
* The operation to perform. Only \"replace\" is supported.
|
|
9931
|
+
* @type {string}
|
|
9932
|
+
* @memberof AutoWriteSettingPatchV2026
|
|
9933
|
+
*/
|
|
9934
|
+
'op': AutoWriteSettingPatchV2026OpV2026;
|
|
9935
|
+
/**
|
|
9936
|
+
* The field to update. Allowed values: /enabled, /includedSourceIds, /excludedSourceIds
|
|
9937
|
+
* @type {string}
|
|
9938
|
+
* @memberof AutoWriteSettingPatchV2026
|
|
9939
|
+
*/
|
|
9940
|
+
'path': string;
|
|
9941
|
+
/**
|
|
9942
|
+
*
|
|
9943
|
+
* @type {AutoWriteSettingPatchValueV2026}
|
|
9944
|
+
* @memberof AutoWriteSettingPatchV2026
|
|
9945
|
+
*/
|
|
9946
|
+
'value': AutoWriteSettingPatchValueV2026;
|
|
9947
|
+
}
|
|
9948
|
+
export declare const AutoWriteSettingPatchV2026OpV2026: {
|
|
9949
|
+
readonly Replace: "replace";
|
|
9950
|
+
};
|
|
9951
|
+
export type AutoWriteSettingPatchV2026OpV2026 = typeof AutoWriteSettingPatchV2026OpV2026[keyof typeof AutoWriteSettingPatchV2026OpV2026];
|
|
9952
|
+
/**
|
|
9953
|
+
* @type AutoWriteSettingPatchValueV2026
|
|
9954
|
+
* The new value for the field
|
|
9955
|
+
* @export
|
|
9956
|
+
*/
|
|
9957
|
+
export type AutoWriteSettingPatchValueV2026 = Array<string> | boolean;
|
|
9958
|
+
/**
|
|
9959
|
+
* Auto-Write Setting response with timestamps
|
|
9960
|
+
* @export
|
|
9961
|
+
* @interface AutoWriteSettingResponseV2026
|
|
9962
|
+
*/
|
|
9963
|
+
export interface AutoWriteSettingResponseV2026 {
|
|
9964
|
+
/**
|
|
9965
|
+
* Whether auto-write is currently enabled for the tenant
|
|
9966
|
+
* @type {boolean}
|
|
9967
|
+
* @memberof AutoWriteSettingResponseV2026
|
|
9968
|
+
*/
|
|
9969
|
+
'enabled'?: boolean;
|
|
9970
|
+
/**
|
|
9971
|
+
* Source IDs in the allowlist. Empty array means not in allowlist mode.
|
|
9972
|
+
* @type {Array<string>}
|
|
9973
|
+
* @memberof AutoWriteSettingResponseV2026
|
|
9974
|
+
*/
|
|
9975
|
+
'includedSourceIds'?: Array<string> | null;
|
|
9976
|
+
/**
|
|
9977
|
+
* Source IDs to exclude from auto-write. Always applied.
|
|
9978
|
+
* @type {Array<string>}
|
|
9979
|
+
* @memberof AutoWriteSettingResponseV2026
|
|
9980
|
+
*/
|
|
9981
|
+
'excludedSourceIds'?: Array<string> | null;
|
|
9982
|
+
/**
|
|
9983
|
+
* When settings were first created
|
|
9984
|
+
* @type {string}
|
|
9985
|
+
* @memberof AutoWriteSettingResponseV2026
|
|
9986
|
+
*/
|
|
9987
|
+
'createdAt'?: string;
|
|
9988
|
+
/**
|
|
9989
|
+
* When settings were last modified
|
|
9990
|
+
* @type {string}
|
|
9991
|
+
* @memberof AutoWriteSettingResponseV2026
|
|
9992
|
+
*/
|
|
9993
|
+
'updatedAt'?: string;
|
|
9994
|
+
}
|
|
9995
|
+
/**
|
|
9996
|
+
* Auto-Write Setting for SED
|
|
9997
|
+
* @export
|
|
9998
|
+
* @interface AutoWriteSettingV2026
|
|
9999
|
+
*/
|
|
10000
|
+
export interface AutoWriteSettingV2026 {
|
|
10001
|
+
/**
|
|
10002
|
+
* Whether auto-write is currently enabled for the tenant
|
|
10003
|
+
* @type {boolean}
|
|
10004
|
+
* @memberof AutoWriteSettingV2026
|
|
10005
|
+
*/
|
|
10006
|
+
'enabled'?: boolean;
|
|
10007
|
+
/**
|
|
10008
|
+
* Source IDs in the allowlist. Empty array means not in allowlist mode.
|
|
10009
|
+
* @type {Array<string>}
|
|
10010
|
+
* @memberof AutoWriteSettingV2026
|
|
10011
|
+
*/
|
|
10012
|
+
'includedSourceIds'?: Array<string> | null;
|
|
10013
|
+
/**
|
|
10014
|
+
* Source IDs to exclude from auto-write. Always applied.
|
|
10015
|
+
* @type {Array<string>}
|
|
10016
|
+
* @memberof AutoWriteSettingV2026
|
|
10017
|
+
*/
|
|
10018
|
+
'excludedSourceIds'?: Array<string> | null;
|
|
10019
|
+
}
|
|
9923
10020
|
/**
|
|
9924
10021
|
* Backup options control what will be included in the backup.
|
|
9925
10022
|
* @export
|
|
@@ -97696,6 +97793,21 @@ export type UpdateSourceScheduleScheduleTypeV2026 = typeof UpdateSourceScheduleS
|
|
|
97696
97793
|
* @export
|
|
97697
97794
|
*/
|
|
97698
97795
|
export declare const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
97796
|
+
/**
|
|
97797
|
+
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
97798
|
+
* @summary Create auto-write settings for SED
|
|
97799
|
+
* @param {AutoWriteSettingV2026} autoWriteSettingV2026 Auto-write settings to create
|
|
97800
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97801
|
+
* @throws {RequiredError}
|
|
97802
|
+
*/
|
|
97803
|
+
createAutoWriteSettings: (autoWriteSettingV2026: AutoWriteSettingV2026, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97804
|
+
/**
|
|
97805
|
+
* Get the current auto-write configuration for the tenant, including the enabled state and source include/exclude lists.
|
|
97806
|
+
* @summary Get auto-write settings for SED
|
|
97807
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97808
|
+
* @throws {RequiredError}
|
|
97809
|
+
*/
|
|
97810
|
+
getAutoWriteSettings: (axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97699
97811
|
/**
|
|
97700
97812
|
* \'Submit Sed Batch Stats Request. Submits batchId in the path param `(e.g. {batchId}/stats)`. API responses with stats of the batchId.\'
|
|
97701
97813
|
* @summary Submit sed batch stats request
|
|
@@ -97764,12 +97876,35 @@ export declare const SuggestedEntitlementDescriptionV2026ApiAxiosParamCreator: (
|
|
|
97764
97876
|
* @throws {RequiredError}
|
|
97765
97877
|
*/
|
|
97766
97878
|
submitSedBatchRequest: (sedBatchRequestV2026?: SedBatchRequestV2026, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97879
|
+
/**
|
|
97880
|
+
* Partially update the auto-write settings for a tenant using JSON Patch operations. Only the \"replace\" operation is supported. Returns 404 if no settings exist yet - use POST to create them first.
|
|
97881
|
+
* @summary Update auto-write settings for SED
|
|
97882
|
+
* @param {Array<AutoWriteSettingPatchV2026>} autoWriteSettingPatchV2026 Patch operations for auto-write settings
|
|
97883
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97884
|
+
* @throws {RequiredError}
|
|
97885
|
+
*/
|
|
97886
|
+
updateAutoWriteSettings: (autoWriteSettingPatchV2026: Array<AutoWriteSettingPatchV2026>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97767
97887
|
};
|
|
97768
97888
|
/**
|
|
97769
97889
|
* SuggestedEntitlementDescriptionV2026Api - functional programming interface
|
|
97770
97890
|
* @export
|
|
97771
97891
|
*/
|
|
97772
97892
|
export declare const SuggestedEntitlementDescriptionV2026ApiFp: (configuration?: Configuration) => {
|
|
97893
|
+
/**
|
|
97894
|
+
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
97895
|
+
* @summary Create auto-write settings for SED
|
|
97896
|
+
* @param {AutoWriteSettingV2026} autoWriteSettingV2026 Auto-write settings to create
|
|
97897
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97898
|
+
* @throws {RequiredError}
|
|
97899
|
+
*/
|
|
97900
|
+
createAutoWriteSettings(autoWriteSettingV2026: AutoWriteSettingV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoWriteSettingResponseV2026>>;
|
|
97901
|
+
/**
|
|
97902
|
+
* Get the current auto-write configuration for the tenant, including the enabled state and source include/exclude lists.
|
|
97903
|
+
* @summary Get auto-write settings for SED
|
|
97904
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97905
|
+
* @throws {RequiredError}
|
|
97906
|
+
*/
|
|
97907
|
+
getAutoWriteSettings(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoWriteSettingResponseV2026>>;
|
|
97773
97908
|
/**
|
|
97774
97909
|
* \'Submit Sed Batch Stats Request. Submits batchId in the path param `(e.g. {batchId}/stats)`. API responses with stats of the batchId.\'
|
|
97775
97910
|
* @summary Submit sed batch stats request
|
|
@@ -97838,12 +97973,35 @@ export declare const SuggestedEntitlementDescriptionV2026ApiFp: (configuration?:
|
|
|
97838
97973
|
* @throws {RequiredError}
|
|
97839
97974
|
*/
|
|
97840
97975
|
submitSedBatchRequest(sedBatchRequestV2026?: SedBatchRequestV2026, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SedBatchResponseV2026>>;
|
|
97976
|
+
/**
|
|
97977
|
+
* Partially update the auto-write settings for a tenant using JSON Patch operations. Only the \"replace\" operation is supported. Returns 404 if no settings exist yet - use POST to create them first.
|
|
97978
|
+
* @summary Update auto-write settings for SED
|
|
97979
|
+
* @param {Array<AutoWriteSettingPatchV2026>} autoWriteSettingPatchV2026 Patch operations for auto-write settings
|
|
97980
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97981
|
+
* @throws {RequiredError}
|
|
97982
|
+
*/
|
|
97983
|
+
updateAutoWriteSettings(autoWriteSettingPatchV2026: Array<AutoWriteSettingPatchV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoWriteSettingResponseV2026>>;
|
|
97841
97984
|
};
|
|
97842
97985
|
/**
|
|
97843
97986
|
* SuggestedEntitlementDescriptionV2026Api - factory interface
|
|
97844
97987
|
* @export
|
|
97845
97988
|
*/
|
|
97846
97989
|
export declare const SuggestedEntitlementDescriptionV2026ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
97990
|
+
/**
|
|
97991
|
+
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
97992
|
+
* @summary Create auto-write settings for SED
|
|
97993
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest} requestParameters Request parameters.
|
|
97994
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
97995
|
+
* @throws {RequiredError}
|
|
97996
|
+
*/
|
|
97997
|
+
createAutoWriteSettings(requestParameters: SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AutoWriteSettingResponseV2026>;
|
|
97998
|
+
/**
|
|
97999
|
+
* Get the current auto-write configuration for the tenant, including the enabled state and source include/exclude lists.
|
|
98000
|
+
* @summary Get auto-write settings for SED
|
|
98001
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
98002
|
+
* @throws {RequiredError}
|
|
98003
|
+
*/
|
|
98004
|
+
getAutoWriteSettings(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AutoWriteSettingResponseV2026>;
|
|
97847
98005
|
/**
|
|
97848
98006
|
* \'Submit Sed Batch Stats Request. Submits batchId in the path param `(e.g. {batchId}/stats)`. API responses with stats of the batchId.\'
|
|
97849
98007
|
* @summary Submit sed batch stats request
|
|
@@ -97900,7 +98058,28 @@ export declare const SuggestedEntitlementDescriptionV2026ApiFactory: (configurat
|
|
|
97900
98058
|
* @throws {RequiredError}
|
|
97901
98059
|
*/
|
|
97902
98060
|
submitSedBatchRequest(requestParameters?: SuggestedEntitlementDescriptionV2026ApiSubmitSedBatchRequestRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SedBatchResponseV2026>;
|
|
98061
|
+
/**
|
|
98062
|
+
* Partially update the auto-write settings for a tenant using JSON Patch operations. Only the \"replace\" operation is supported. Returns 404 if no settings exist yet - use POST to create them first.
|
|
98063
|
+
* @summary Update auto-write settings for SED
|
|
98064
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest} requestParameters Request parameters.
|
|
98065
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
98066
|
+
* @throws {RequiredError}
|
|
98067
|
+
*/
|
|
98068
|
+
updateAutoWriteSettings(requestParameters: SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AutoWriteSettingResponseV2026>;
|
|
97903
98069
|
};
|
|
98070
|
+
/**
|
|
98071
|
+
* Request parameters for createAutoWriteSettings operation in SuggestedEntitlementDescriptionV2026Api.
|
|
98072
|
+
* @export
|
|
98073
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest
|
|
98074
|
+
*/
|
|
98075
|
+
export interface SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest {
|
|
98076
|
+
/**
|
|
98077
|
+
* Auto-write settings to create
|
|
98078
|
+
* @type {AutoWriteSettingV2026}
|
|
98079
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettings
|
|
98080
|
+
*/
|
|
98081
|
+
readonly autoWriteSettingV2026: AutoWriteSettingV2026;
|
|
98082
|
+
}
|
|
97904
98083
|
/**
|
|
97905
98084
|
* Request parameters for getSedBatchStats operation in SuggestedEntitlementDescriptionV2026Api.
|
|
97906
98085
|
* @export
|
|
@@ -98064,6 +98243,19 @@ export interface SuggestedEntitlementDescriptionV2026ApiSubmitSedBatchRequestReq
|
|
|
98064
98243
|
*/
|
|
98065
98244
|
readonly sedBatchRequestV2026?: SedBatchRequestV2026;
|
|
98066
98245
|
}
|
|
98246
|
+
/**
|
|
98247
|
+
* Request parameters for updateAutoWriteSettings operation in SuggestedEntitlementDescriptionV2026Api.
|
|
98248
|
+
* @export
|
|
98249
|
+
* @interface SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest
|
|
98250
|
+
*/
|
|
98251
|
+
export interface SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest {
|
|
98252
|
+
/**
|
|
98253
|
+
* Patch operations for auto-write settings
|
|
98254
|
+
* @type {Array<AutoWriteSettingPatchV2026>}
|
|
98255
|
+
* @memberof SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettings
|
|
98256
|
+
*/
|
|
98257
|
+
readonly autoWriteSettingPatchV2026: Array<AutoWriteSettingPatchV2026>;
|
|
98258
|
+
}
|
|
98067
98259
|
/**
|
|
98068
98260
|
* SuggestedEntitlementDescriptionV2026Api - object-oriented interface
|
|
98069
98261
|
* @export
|
|
@@ -98071,6 +98263,23 @@ export interface SuggestedEntitlementDescriptionV2026ApiSubmitSedBatchRequestReq
|
|
|
98071
98263
|
* @extends {BaseAPI}
|
|
98072
98264
|
*/
|
|
98073
98265
|
export declare class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
98266
|
+
/**
|
|
98267
|
+
* Create the initial auto-write settings for a tenant. Returns 409 Conflict if settings already exist. Use PATCH to update existing settings.
|
|
98268
|
+
* @summary Create auto-write settings for SED
|
|
98269
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest} requestParameters Request parameters.
|
|
98270
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
98271
|
+
* @throws {RequiredError}
|
|
98272
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
98273
|
+
*/
|
|
98274
|
+
createAutoWriteSettings(requestParameters: SuggestedEntitlementDescriptionV2026ApiCreateAutoWriteSettingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoWriteSettingResponseV2026, any>>;
|
|
98275
|
+
/**
|
|
98276
|
+
* Get the current auto-write configuration for the tenant, including the enabled state and source include/exclude lists.
|
|
98277
|
+
* @summary Get auto-write settings for SED
|
|
98278
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
98279
|
+
* @throws {RequiredError}
|
|
98280
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
98281
|
+
*/
|
|
98282
|
+
getAutoWriteSettings(axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoWriteSettingResponseV2026, any>>;
|
|
98074
98283
|
/**
|
|
98075
98284
|
* \'Submit Sed Batch Stats Request. Submits batchId in the path param `(e.g. {batchId}/stats)`. API responses with stats of the batchId.\'
|
|
98076
98285
|
* @summary Submit sed batch stats request
|
|
@@ -98134,6 +98343,15 @@ export declare class SuggestedEntitlementDescriptionV2026Api extends BaseAPI {
|
|
|
98134
98343
|
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
98135
98344
|
*/
|
|
98136
98345
|
submitSedBatchRequest(requestParameters?: SuggestedEntitlementDescriptionV2026ApiSubmitSedBatchRequestRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SedBatchResponseV2026, any>>;
|
|
98346
|
+
/**
|
|
98347
|
+
* Partially update the auto-write settings for a tenant using JSON Patch operations. Only the \"replace\" operation is supported. Returns 404 if no settings exist yet - use POST to create them first.
|
|
98348
|
+
* @summary Update auto-write settings for SED
|
|
98349
|
+
* @param {SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest} requestParameters Request parameters.
|
|
98350
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
98351
|
+
* @throws {RequiredError}
|
|
98352
|
+
* @memberof SuggestedEntitlementDescriptionV2026Api
|
|
98353
|
+
*/
|
|
98354
|
+
updateAutoWriteSettings(requestParameters: SuggestedEntitlementDescriptionV2026ApiUpdateAutoWriteSettingsRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoWriteSettingResponseV2026, any>>;
|
|
98137
98355
|
}
|
|
98138
98356
|
/**
|
|
98139
98357
|
* TaggedObjectsV2026Api - axios parameter creator
|