sailpoint-api-client 1.6.5 → 1.6.6
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/api.ts +417 -243
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +330 -171
- package/dist/beta/api.js +339 -195
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +62 -111
- package/dist/v2024/api.js +69 -145
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +116 -139
- package/dist/v2025/api.js +98 -183
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +0 -1
- package/dist/v3/api.js +1 -2
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +101 -225
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +170 -275
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +1 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/beta/api.js
CHANGED
|
@@ -1094,8 +1094,7 @@ exports.FormUsedByBetaTypeBeta = {
|
|
|
1094
1094
|
MySailPoint: 'MySailPoint'
|
|
1095
1095
|
};
|
|
1096
1096
|
exports.FullcampaignAllOfFilterBetaTypeBeta = {
|
|
1097
|
-
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
1098
|
-
Rule: 'RULE'
|
|
1097
|
+
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
1099
1098
|
};
|
|
1100
1099
|
exports.FullcampaignAllOfMachineAccountCampaignInfoBetaReviewerTypeBeta = {
|
|
1101
1100
|
AccountOwner: 'ACCOUNT_OWNER'
|
|
@@ -1595,7 +1594,9 @@ exports.NonEmployeeBulkUploadStatusBetaStatusBeta = {
|
|
|
1595
1594
|
exports.NonEmployeeSchemaAttributeTypeBeta = {
|
|
1596
1595
|
Text: 'TEXT',
|
|
1597
1596
|
Date: 'DATE',
|
|
1598
|
-
Identity: 'IDENTITY'
|
|
1597
|
+
Identity: 'IDENTITY',
|
|
1598
|
+
Phone: 'PHONE',
|
|
1599
|
+
Email: 'EMAIL'
|
|
1599
1600
|
};
|
|
1600
1601
|
exports.OutlierBetaTypeBeta = {
|
|
1601
1602
|
LowSimilarity: 'LOW_SIMILARITY',
|
|
@@ -34591,6 +34592,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34591
34592
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
34592
34593
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
34593
34594
|
* @param {*} [axiosOptions] Override http request option.
|
|
34595
|
+
* @deprecated
|
|
34594
34596
|
* @throws {RequiredError}
|
|
34595
34597
|
*/
|
|
34596
34598
|
approveNonEmployeeRequest: function (id, nonEmployeeApprovalDecisionBeta, axiosOptions) {
|
|
@@ -34648,6 +34650,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34648
34650
|
* @summary Create non-employee record
|
|
34649
34651
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
34650
34652
|
* @param {*} [axiosOptions] Override http request option.
|
|
34653
|
+
* @deprecated
|
|
34651
34654
|
* @throws {RequiredError}
|
|
34652
34655
|
*/
|
|
34653
34656
|
createNonEmployeeRecord: function (nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
@@ -34702,6 +34705,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34702
34705
|
* @summary Create non-employee request
|
|
34703
34706
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
34704
34707
|
* @param {*} [axiosOptions] Override http request option.
|
|
34708
|
+
* @deprecated
|
|
34705
34709
|
* @throws {RequiredError}
|
|
34706
34710
|
*/
|
|
34707
34711
|
createNonEmployeeRequest: function (nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
@@ -34756,6 +34760,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34756
34760
|
* @summary Create non-employee source
|
|
34757
34761
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
34758
34762
|
* @param {*} [axiosOptions] Override http request option.
|
|
34763
|
+
* @deprecated
|
|
34759
34764
|
* @throws {RequiredError}
|
|
34760
34765
|
*/
|
|
34761
34766
|
createNonEmployeeSource: function (nonEmployeeSourceRequestBodyBeta, axiosOptions) {
|
|
@@ -34811,6 +34816,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34811
34816
|
* @param {string} sourceId The Source id
|
|
34812
34817
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
34813
34818
|
* @param {*} [axiosOptions] Override http request option.
|
|
34819
|
+
* @deprecated
|
|
34814
34820
|
* @throws {RequiredError}
|
|
34815
34821
|
*/
|
|
34816
34822
|
createNonEmployeeSourceSchemaAttributes: function (sourceId, nonEmployeeSchemaAttributeBodyBeta, axiosOptions) {
|
|
@@ -34868,6 +34874,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34868
34874
|
* @summary Delete non-employee record
|
|
34869
34875
|
* @param {string} id Non-Employee record id (UUID)
|
|
34870
34876
|
* @param {*} [axiosOptions] Override http request option.
|
|
34877
|
+
* @deprecated
|
|
34871
34878
|
* @throws {RequiredError}
|
|
34872
34879
|
*/
|
|
34873
34880
|
deleteNonEmployeeRecord: function (id, axiosOptions) {
|
|
@@ -34921,6 +34928,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34921
34928
|
* @summary Delete multiple non-employee records
|
|
34922
34929
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
34923
34930
|
* @param {*} [axiosOptions] Override http request option.
|
|
34931
|
+
* @deprecated
|
|
34924
34932
|
* @throws {RequiredError}
|
|
34925
34933
|
*/
|
|
34926
34934
|
deleteNonEmployeeRecordInBulk: function (deleteNonEmployeeRecordInBulkRequestBeta, axiosOptions) {
|
|
@@ -34975,6 +34983,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
34975
34983
|
* @summary Delete non-employee request
|
|
34976
34984
|
* @param {string} id Non-Employee request id in the UUID format
|
|
34977
34985
|
* @param {*} [axiosOptions] Override http request option.
|
|
34986
|
+
* @deprecated
|
|
34978
34987
|
* @throws {RequiredError}
|
|
34979
34988
|
*/
|
|
34980
34989
|
deleteNonEmployeeRequest: function (id, axiosOptions) {
|
|
@@ -35029,6 +35038,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35029
35038
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
35030
35039
|
* @param {string} sourceId The Source id
|
|
35031
35040
|
* @param {*} [axiosOptions] Override http request option.
|
|
35041
|
+
* @deprecated
|
|
35032
35042
|
* @throws {RequiredError}
|
|
35033
35043
|
*/
|
|
35034
35044
|
deleteNonEmployeeSchemaAttribute: function (attributeId, sourceId, axiosOptions) {
|
|
@@ -35085,6 +35095,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35085
35095
|
* @summary Delete non-employee source
|
|
35086
35096
|
* @param {string} sourceId Source Id
|
|
35087
35097
|
* @param {*} [axiosOptions] Override http request option.
|
|
35098
|
+
* @deprecated
|
|
35088
35099
|
* @throws {RequiredError}
|
|
35089
35100
|
*/
|
|
35090
35101
|
deleteNonEmployeeSource: function (sourceId, axiosOptions) {
|
|
@@ -35138,6 +35149,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35138
35149
|
* @summary Delete all custom schema attributes
|
|
35139
35150
|
* @param {string} sourceId The Source id
|
|
35140
35151
|
* @param {*} [axiosOptions] Override http request option.
|
|
35152
|
+
* @deprecated
|
|
35141
35153
|
* @throws {RequiredError}
|
|
35142
35154
|
*/
|
|
35143
35155
|
deleteNonEmployeeSourceSchemaAttributes: function (sourceId, axiosOptions) {
|
|
@@ -35187,13 +35199,15 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35187
35199
|
});
|
|
35188
35200
|
},
|
|
35189
35201
|
/**
|
|
35190
|
-
*
|
|
35191
|
-
* @summary
|
|
35192
|
-
* @param {string} id
|
|
35202
|
+
* Approves a non-employee approval request and notifies the next approver.
|
|
35203
|
+
* @summary A non-employee approval item detail
|
|
35204
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
35205
|
+
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
35193
35206
|
* @param {*} [axiosOptions] Override http request option.
|
|
35207
|
+
* @deprecated
|
|
35194
35208
|
* @throws {RequiredError}
|
|
35195
35209
|
*/
|
|
35196
|
-
|
|
35210
|
+
getNonEmployeeApproval: function (id, includeDetail, axiosOptions) {
|
|
35197
35211
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35198
35212
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35199
35213
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -35201,8 +35215,8 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35201
35215
|
switch (_a.label) {
|
|
35202
35216
|
case 0:
|
|
35203
35217
|
// verify required parameter 'id' is not null or undefined
|
|
35204
|
-
(0, common_1.assertParamExists)('
|
|
35205
|
-
localVarPath = "/non-employee-
|
|
35218
|
+
(0, common_1.assertParamExists)('getNonEmployeeApproval', 'id', id);
|
|
35219
|
+
localVarPath = "/non-employee-approvals/{id}"
|
|
35206
35220
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
35207
35221
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
35208
35222
|
if (configuration) {
|
|
@@ -35228,6 +35242,9 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35228
35242
|
// authentication userAuth required
|
|
35229
35243
|
// oauth required
|
|
35230
35244
|
_a.sent();
|
|
35245
|
+
if (includeDetail !== undefined) {
|
|
35246
|
+
localVarQueryParameter['include-detail'] = includeDetail;
|
|
35247
|
+
}
|
|
35231
35248
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
35232
35249
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
35233
35250
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -35240,23 +35257,24 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35240
35257
|
});
|
|
35241
35258
|
},
|
|
35242
35259
|
/**
|
|
35243
|
-
* This
|
|
35244
|
-
* @summary
|
|
35245
|
-
* @param {string}
|
|
35260
|
+
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
35261
|
+
* @summary Summary of non-employee approval requests
|
|
35262
|
+
* @param {string} requestedFor The identity (UUID) of the approver for whom for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
35246
35263
|
* @param {*} [axiosOptions] Override http request option.
|
|
35264
|
+
* @deprecated
|
|
35247
35265
|
* @throws {RequiredError}
|
|
35248
35266
|
*/
|
|
35249
|
-
|
|
35267
|
+
getNonEmployeeApprovalSummary: function (requestedFor, axiosOptions) {
|
|
35250
35268
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35251
35269
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35252
35270
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
35253
35271
|
return __generator(this, function (_a) {
|
|
35254
35272
|
switch (_a.label) {
|
|
35255
35273
|
case 0:
|
|
35256
|
-
// verify required parameter '
|
|
35257
|
-
(0, common_1.assertParamExists)('
|
|
35258
|
-
localVarPath = "/non-employee-
|
|
35259
|
-
.replace("{".concat("
|
|
35274
|
+
// verify required parameter 'requestedFor' is not null or undefined
|
|
35275
|
+
(0, common_1.assertParamExists)('getNonEmployeeApprovalSummary', 'requestedFor', requestedFor);
|
|
35276
|
+
localVarPath = "/non-employee-approvals/summary/{requested-for}"
|
|
35277
|
+
.replace("{".concat("requested-for", "}"), encodeURIComponent(String(requestedFor)));
|
|
35260
35278
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
35261
35279
|
if (configuration) {
|
|
35262
35280
|
baseOptions = configuration.baseOptions;
|
|
@@ -35293,14 +35311,14 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35293
35311
|
});
|
|
35294
35312
|
},
|
|
35295
35313
|
/**
|
|
35296
|
-
*
|
|
35297
|
-
* @summary
|
|
35298
|
-
* @param {string} id
|
|
35299
|
-
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
35314
|
+
* The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.
|
|
35315
|
+
* @summary Bulk upload status on source
|
|
35316
|
+
* @param {string} id Source ID (UUID)
|
|
35300
35317
|
* @param {*} [axiosOptions] Override http request option.
|
|
35318
|
+
* @deprecated
|
|
35301
35319
|
* @throws {RequiredError}
|
|
35302
35320
|
*/
|
|
35303
|
-
|
|
35321
|
+
getNonEmployeeBulkUploadStatus: function (id, axiosOptions) {
|
|
35304
35322
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35305
35323
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35306
35324
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -35308,8 +35326,8 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35308
35326
|
switch (_a.label) {
|
|
35309
35327
|
case 0:
|
|
35310
35328
|
// verify required parameter 'id' is not null or undefined
|
|
35311
|
-
(0, common_1.assertParamExists)('
|
|
35312
|
-
localVarPath = "/non-employee-
|
|
35329
|
+
(0, common_1.assertParamExists)('getNonEmployeeBulkUploadStatus', 'id', id);
|
|
35330
|
+
localVarPath = "/non-employee-sources/{id}/non-employee-bulk-upload/status"
|
|
35313
35331
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
35314
35332
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
35315
35333
|
if (configuration) {
|
|
@@ -35335,9 +35353,6 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35335
35353
|
// authentication userAuth required
|
|
35336
35354
|
// oauth required
|
|
35337
35355
|
_a.sent();
|
|
35338
|
-
if (includeDetail !== undefined) {
|
|
35339
|
-
localVarQueryParameter['include-detail'] = includeDetail;
|
|
35340
|
-
}
|
|
35341
35356
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
35342
35357
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
35343
35358
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -35350,23 +35365,24 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35350
35365
|
});
|
|
35351
35366
|
},
|
|
35352
35367
|
/**
|
|
35353
|
-
* This
|
|
35354
|
-
* @summary
|
|
35355
|
-
* @param {string}
|
|
35368
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
35369
|
+
* @summary Exports non-employee records to csv
|
|
35370
|
+
* @param {string} id Source Id (UUID)
|
|
35356
35371
|
* @param {*} [axiosOptions] Override http request option.
|
|
35372
|
+
* @deprecated
|
|
35357
35373
|
* @throws {RequiredError}
|
|
35358
35374
|
*/
|
|
35359
|
-
|
|
35375
|
+
getNonEmployeeExportRecords: function (id, axiosOptions) {
|
|
35360
35376
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35361
35377
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35362
35378
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
35363
35379
|
return __generator(this, function (_a) {
|
|
35364
35380
|
switch (_a.label) {
|
|
35365
35381
|
case 0:
|
|
35366
|
-
// verify required parameter '
|
|
35367
|
-
(0, common_1.assertParamExists)('
|
|
35368
|
-
localVarPath = "/non-employee-
|
|
35369
|
-
.replace("{".concat("
|
|
35382
|
+
// verify required parameter 'id' is not null or undefined
|
|
35383
|
+
(0, common_1.assertParamExists)('getNonEmployeeExportRecords', 'id', id);
|
|
35384
|
+
localVarPath = "/non-employee-sources/{id}/non-employees/download"
|
|
35385
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
35370
35386
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
35371
35387
|
if (configuration) {
|
|
35372
35388
|
baseOptions = configuration.baseOptions;
|
|
@@ -35403,13 +35419,14 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35403
35419
|
});
|
|
35404
35420
|
},
|
|
35405
35421
|
/**
|
|
35406
|
-
*
|
|
35407
|
-
* @summary
|
|
35408
|
-
* @param {string} id Source
|
|
35422
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
35423
|
+
* @summary Exports source schema template
|
|
35424
|
+
* @param {string} id Source Id (UUID)
|
|
35409
35425
|
* @param {*} [axiosOptions] Override http request option.
|
|
35426
|
+
* @deprecated
|
|
35410
35427
|
* @throws {RequiredError}
|
|
35411
35428
|
*/
|
|
35412
|
-
|
|
35429
|
+
getNonEmployeeExportSourceSchemaTemplate: function (id, axiosOptions) {
|
|
35413
35430
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35414
35431
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35415
35432
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -35417,8 +35434,8 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35417
35434
|
switch (_a.label) {
|
|
35418
35435
|
case 0:
|
|
35419
35436
|
// verify required parameter 'id' is not null or undefined
|
|
35420
|
-
(0, common_1.assertParamExists)('
|
|
35421
|
-
localVarPath = "/non-employee-sources/{id}/
|
|
35437
|
+
(0, common_1.assertParamExists)('getNonEmployeeExportSourceSchemaTemplate', 'id', id);
|
|
35438
|
+
localVarPath = "/non-employee-sources/{id}/schema-attributes-template/download"
|
|
35422
35439
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
35423
35440
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
35424
35441
|
if (configuration) {
|
|
@@ -35460,6 +35477,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35460
35477
|
* @summary Get a non-employee record
|
|
35461
35478
|
* @param {string} id Non-Employee record id (UUID)
|
|
35462
35479
|
* @param {*} [axiosOptions] Override http request option.
|
|
35480
|
+
* @deprecated
|
|
35463
35481
|
* @throws {RequiredError}
|
|
35464
35482
|
*/
|
|
35465
35483
|
getNonEmployeeRecord: function (id, axiosOptions) {
|
|
@@ -35513,6 +35531,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35513
35531
|
* @summary Get a non-employee request
|
|
35514
35532
|
* @param {string} id Non-Employee request id (UUID)
|
|
35515
35533
|
* @param {*} [axiosOptions] Override http request option.
|
|
35534
|
+
* @deprecated
|
|
35516
35535
|
* @throws {RequiredError}
|
|
35517
35536
|
*/
|
|
35518
35537
|
getNonEmployeeRequest: function (id, axiosOptions) {
|
|
@@ -35566,6 +35585,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35566
35585
|
* @summary Get summary of non-employee requests
|
|
35567
35586
|
* @param {string} requestedFor The identity (UUID) of the non-employee account manager for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
35568
35587
|
* @param {*} [axiosOptions] Override http request option.
|
|
35588
|
+
* @deprecated
|
|
35569
35589
|
* @throws {RequiredError}
|
|
35570
35590
|
*/
|
|
35571
35591
|
getNonEmployeeRequestSummary: function (requestedFor, axiosOptions) {
|
|
@@ -35620,6 +35640,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35620
35640
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
35621
35641
|
* @param {string} sourceId The Source id
|
|
35622
35642
|
* @param {*} [axiosOptions] Override http request option.
|
|
35643
|
+
* @deprecated
|
|
35623
35644
|
* @throws {RequiredError}
|
|
35624
35645
|
*/
|
|
35625
35646
|
getNonEmployeeSchemaAttribute: function (attributeId, sourceId, axiosOptions) {
|
|
@@ -35676,6 +35697,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35676
35697
|
* @summary Get a non-employee source
|
|
35677
35698
|
* @param {string} sourceId Source Id
|
|
35678
35699
|
* @param {*} [axiosOptions] Override http request option.
|
|
35700
|
+
* @deprecated
|
|
35679
35701
|
* @throws {RequiredError}
|
|
35680
35702
|
*/
|
|
35681
35703
|
getNonEmployeeSource: function (sourceId, axiosOptions) {
|
|
@@ -35728,10 +35750,13 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35728
35750
|
* This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
|
|
35729
35751
|
* @summary List schema attributes non-employee source
|
|
35730
35752
|
* @param {string} sourceId The Source id
|
|
35753
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
35754
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
35731
35755
|
* @param {*} [axiosOptions] Override http request option.
|
|
35756
|
+
* @deprecated
|
|
35732
35757
|
* @throws {RequiredError}
|
|
35733
35758
|
*/
|
|
35734
|
-
getNonEmployeeSourceSchemaAttributes: function (sourceId, axiosOptions) {
|
|
35759
|
+
getNonEmployeeSourceSchemaAttributes: function (sourceId, limit, offset, axiosOptions) {
|
|
35735
35760
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
35736
35761
|
return __awaiter(_this, void 0, void 0, function () {
|
|
35737
35762
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -35766,6 +35791,12 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35766
35791
|
// authentication userAuth required
|
|
35767
35792
|
// oauth required
|
|
35768
35793
|
_a.sent();
|
|
35794
|
+
if (limit !== undefined) {
|
|
35795
|
+
localVarQueryParameter['limit'] = limit;
|
|
35796
|
+
}
|
|
35797
|
+
if (offset !== undefined) {
|
|
35798
|
+
localVarQueryParameter['offset'] = offset;
|
|
35799
|
+
}
|
|
35769
35800
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
35770
35801
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
35771
35802
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -35783,6 +35814,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35783
35814
|
* @param {string} id Source Id (UUID)
|
|
35784
35815
|
* @param {File} data
|
|
35785
35816
|
* @param {*} [axiosOptions] Override http request option.
|
|
35817
|
+
* @deprecated
|
|
35786
35818
|
* @throws {RequiredError}
|
|
35787
35819
|
*/
|
|
35788
35820
|
importNonEmployeeRecordsInBulk: function (id, data, axiosOptions) {
|
|
@@ -35841,7 +35873,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35841
35873
|
},
|
|
35842
35874
|
/**
|
|
35843
35875
|
* This gets a list of non-employee approval requests.
|
|
35844
|
-
* @summary
|
|
35876
|
+
* @summary List of non-employee approval requests
|
|
35845
35877
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
35846
35878
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
35847
35879
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -35849,6 +35881,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35849
35881
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **approvalStatus**: *eq*
|
|
35850
35882
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified**
|
|
35851
35883
|
* @param {*} [axiosOptions] Override http request option.
|
|
35884
|
+
* @deprecated
|
|
35852
35885
|
* @throws {RequiredError}
|
|
35853
35886
|
*/
|
|
35854
35887
|
listNonEmployeeApproval: function (requestedFor, limit, offset, count, filters, sorters, axiosOptions) {
|
|
@@ -35921,6 +35954,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35921
35954
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
|
|
35922
35955
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **sourceId**: *eq*
|
|
35923
35956
|
* @param {*} [axiosOptions] Override http request option.
|
|
35957
|
+
* @deprecated
|
|
35924
35958
|
* @throws {RequiredError}
|
|
35925
35959
|
*/
|
|
35926
35960
|
listNonEmployeeRecords: function (limit, offset, count, sorters, filters, axiosOptions) {
|
|
@@ -35991,6 +36025,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
35991
36025
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, approvalStatus, firstName, lastName, email, phone, accountName, startDate, endDate**
|
|
35992
36026
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **sourceId**: *eq*
|
|
35993
36027
|
* @param {*} [axiosOptions] Override http request option.
|
|
36028
|
+
* @deprecated
|
|
35994
36029
|
* @throws {RequiredError}
|
|
35995
36030
|
*/
|
|
35996
36031
|
listNonEmployeeRequests: function (requestedFor, limit, offset, count, sorters, filters, axiosOptions) {
|
|
@@ -36066,6 +36101,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36066
36101
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
36067
36102
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created, sourceId**
|
|
36068
36103
|
* @param {*} [axiosOptions] Override http request option.
|
|
36104
|
+
* @deprecated
|
|
36069
36105
|
* @throws {RequiredError}
|
|
36070
36106
|
*/
|
|
36071
36107
|
listNonEmployeeSources: function (limit, offset, count, requestedFor, nonEmployeeCount, sorters, axiosOptions) {
|
|
@@ -36135,6 +36171,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36135
36171
|
* @param {string} id Non-employee record id (UUID)
|
|
36136
36172
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
36137
36173
|
* @param {*} [axiosOptions] Override http request option.
|
|
36174
|
+
* @deprecated
|
|
36138
36175
|
* @throws {RequiredError}
|
|
36139
36176
|
*/
|
|
36140
36177
|
patchNonEmployeeRecord: function (id, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -36194,6 +36231,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36194
36231
|
* @param {string} sourceId The Source id
|
|
36195
36232
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following properties are allowed for update \':\' \'label\', \'helpText\', \'placeholder\', \'required\'.
|
|
36196
36233
|
* @param {*} [axiosOptions] Override http request option.
|
|
36234
|
+
* @deprecated
|
|
36197
36235
|
* @throws {RequiredError}
|
|
36198
36236
|
*/
|
|
36199
36237
|
patchNonEmployeeSchemaAttribute: function (attributeId, sourceId, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -36255,6 +36293,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36255
36293
|
* @param {string} sourceId Source Id
|
|
36256
36294
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
36257
36295
|
* @param {*} [axiosOptions] Override http request option.
|
|
36296
|
+
* @deprecated
|
|
36258
36297
|
* @throws {RequiredError}
|
|
36259
36298
|
*/
|
|
36260
36299
|
patchNonEmployeeSource: function (sourceId, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -36308,14 +36347,15 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36308
36347
|
});
|
|
36309
36348
|
},
|
|
36310
36349
|
/**
|
|
36311
|
-
* This
|
|
36312
|
-
* @summary
|
|
36313
|
-
* @param {string} id Non-
|
|
36314
|
-
* @param {
|
|
36350
|
+
* This request will update a non-employee record.
|
|
36351
|
+
* @summary Update non-employee record
|
|
36352
|
+
* @param {string} id Non-employee record id (UUID)
|
|
36353
|
+
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-employee record creation request body. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
36315
36354
|
* @param {*} [axiosOptions] Override http request option.
|
|
36355
|
+
* @deprecated
|
|
36316
36356
|
* @throws {RequiredError}
|
|
36317
36357
|
*/
|
|
36318
|
-
|
|
36358
|
+
putNonEmployeeRecord: function (id, nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
36319
36359
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
36320
36360
|
return __awaiter(_this, void 0, void 0, function () {
|
|
36321
36361
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -36323,16 +36363,16 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36323
36363
|
switch (_a.label) {
|
|
36324
36364
|
case 0:
|
|
36325
36365
|
// verify required parameter 'id' is not null or undefined
|
|
36326
|
-
(0, common_1.assertParamExists)('
|
|
36327
|
-
// verify required parameter '
|
|
36328
|
-
(0, common_1.assertParamExists)('
|
|
36329
|
-
localVarPath = "/non-employee-
|
|
36366
|
+
(0, common_1.assertParamExists)('putNonEmployeeRecord', 'id', id);
|
|
36367
|
+
// verify required parameter 'nonEmployeeRequestBodyBeta' is not null or undefined
|
|
36368
|
+
(0, common_1.assertParamExists)('putNonEmployeeRecord', 'nonEmployeeRequestBodyBeta', nonEmployeeRequestBodyBeta);
|
|
36369
|
+
localVarPath = "/non-employee-records/{id}"
|
|
36330
36370
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
36331
36371
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
36332
36372
|
if (configuration) {
|
|
36333
36373
|
baseOptions = configuration.baseOptions;
|
|
36334
36374
|
}
|
|
36335
|
-
localVarRequestOptions = __assign(__assign({ method: '
|
|
36375
|
+
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), axiosOptions);
|
|
36336
36376
|
localVarHeaderParameter = {};
|
|
36337
36377
|
localVarQueryParameter = {};
|
|
36338
36378
|
// authentication userAuth required
|
|
@@ -36356,7 +36396,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36356
36396
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
36357
36397
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
36358
36398
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
36359
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
36399
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(nonEmployeeRequestBodyBeta, localVarRequestOptions, configuration);
|
|
36360
36400
|
return [2 /*return*/, {
|
|
36361
36401
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
36362
36402
|
axiosOptions: localVarRequestOptions,
|
|
@@ -36366,14 +36406,15 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36366
36406
|
});
|
|
36367
36407
|
},
|
|
36368
36408
|
/**
|
|
36369
|
-
* This
|
|
36370
|
-
* @summary
|
|
36371
|
-
* @param {string} id Non-
|
|
36372
|
-
* @param {
|
|
36409
|
+
* This endpoint will reject an approval item request and notify user.
|
|
36410
|
+
* @summary Reject a non-employee request
|
|
36411
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
36412
|
+
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
36373
36413
|
* @param {*} [axiosOptions] Override http request option.
|
|
36414
|
+
* @deprecated
|
|
36374
36415
|
* @throws {RequiredError}
|
|
36375
36416
|
*/
|
|
36376
|
-
|
|
36417
|
+
rejectNonEmployeeRequest: function (id, nonEmployeeRejectApprovalDecisionBeta, axiosOptions) {
|
|
36377
36418
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
36378
36419
|
return __awaiter(_this, void 0, void 0, function () {
|
|
36379
36420
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -36381,16 +36422,16 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36381
36422
|
switch (_a.label) {
|
|
36382
36423
|
case 0:
|
|
36383
36424
|
// verify required parameter 'id' is not null or undefined
|
|
36384
|
-
(0, common_1.assertParamExists)('
|
|
36385
|
-
// verify required parameter '
|
|
36386
|
-
(0, common_1.assertParamExists)('
|
|
36387
|
-
localVarPath = "/non-employee-
|
|
36425
|
+
(0, common_1.assertParamExists)('rejectNonEmployeeRequest', 'id', id);
|
|
36426
|
+
// verify required parameter 'nonEmployeeRejectApprovalDecisionBeta' is not null or undefined
|
|
36427
|
+
(0, common_1.assertParamExists)('rejectNonEmployeeRequest', 'nonEmployeeRejectApprovalDecisionBeta', nonEmployeeRejectApprovalDecisionBeta);
|
|
36428
|
+
localVarPath = "/non-employee-approvals/{id}/reject"
|
|
36388
36429
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
36389
36430
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
36390
36431
|
if (configuration) {
|
|
36391
36432
|
baseOptions = configuration.baseOptions;
|
|
36392
36433
|
}
|
|
36393
|
-
localVarRequestOptions = __assign(__assign({ method: '
|
|
36434
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
36394
36435
|
localVarHeaderParameter = {};
|
|
36395
36436
|
localVarQueryParameter = {};
|
|
36396
36437
|
// authentication userAuth required
|
|
@@ -36414,7 +36455,7 @@ var NonEmployeeLifecycleManagementBetaApiAxiosParamCreator = function (configura
|
|
|
36414
36455
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
36415
36456
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
36416
36457
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
36417
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
36458
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(nonEmployeeRejectApprovalDecisionBeta, localVarRequestOptions, configuration);
|
|
36418
36459
|
return [2 /*return*/, {
|
|
36419
36460
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
36420
36461
|
axiosOptions: localVarRequestOptions,
|
|
@@ -36439,6 +36480,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36439
36480
|
* @param {string} id Non-Employee approval item id (UUID)
|
|
36440
36481
|
* @param {NonEmployeeApprovalDecisionBeta} nonEmployeeApprovalDecisionBeta
|
|
36441
36482
|
* @param {*} [axiosOptions] Override http request option.
|
|
36483
|
+
* @deprecated
|
|
36442
36484
|
* @throws {RequiredError}
|
|
36443
36485
|
*/
|
|
36444
36486
|
approveNonEmployeeRequest: function (id, nonEmployeeApprovalDecisionBeta, axiosOptions) {
|
|
@@ -36462,6 +36504,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36462
36504
|
* @summary Create non-employee record
|
|
36463
36505
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee record creation request body.
|
|
36464
36506
|
* @param {*} [axiosOptions] Override http request option.
|
|
36507
|
+
* @deprecated
|
|
36465
36508
|
* @throws {RequiredError}
|
|
36466
36509
|
*/
|
|
36467
36510
|
createNonEmployeeRecord: function (nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
@@ -36485,6 +36528,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36485
36528
|
* @summary Create non-employee request
|
|
36486
36529
|
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-Employee creation request body
|
|
36487
36530
|
* @param {*} [axiosOptions] Override http request option.
|
|
36531
|
+
* @deprecated
|
|
36488
36532
|
* @throws {RequiredError}
|
|
36489
36533
|
*/
|
|
36490
36534
|
createNonEmployeeRequest: function (nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
@@ -36508,6 +36552,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36508
36552
|
* @summary Create non-employee source
|
|
36509
36553
|
* @param {NonEmployeeSourceRequestBodyBeta} nonEmployeeSourceRequestBodyBeta Non-Employee source creation request body.
|
|
36510
36554
|
* @param {*} [axiosOptions] Override http request option.
|
|
36555
|
+
* @deprecated
|
|
36511
36556
|
* @throws {RequiredError}
|
|
36512
36557
|
*/
|
|
36513
36558
|
createNonEmployeeSource: function (nonEmployeeSourceRequestBodyBeta, axiosOptions) {
|
|
@@ -36532,6 +36577,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36532
36577
|
* @param {string} sourceId The Source id
|
|
36533
36578
|
* @param {NonEmployeeSchemaAttributeBodyBeta} nonEmployeeSchemaAttributeBodyBeta
|
|
36534
36579
|
* @param {*} [axiosOptions] Override http request option.
|
|
36580
|
+
* @deprecated
|
|
36535
36581
|
* @throws {RequiredError}
|
|
36536
36582
|
*/
|
|
36537
36583
|
createNonEmployeeSourceSchemaAttributes: function (sourceId, nonEmployeeSchemaAttributeBodyBeta, axiosOptions) {
|
|
@@ -36555,6 +36601,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36555
36601
|
* @summary Delete non-employee record
|
|
36556
36602
|
* @param {string} id Non-Employee record id (UUID)
|
|
36557
36603
|
* @param {*} [axiosOptions] Override http request option.
|
|
36604
|
+
* @deprecated
|
|
36558
36605
|
* @throws {RequiredError}
|
|
36559
36606
|
*/
|
|
36560
36607
|
deleteNonEmployeeRecord: function (id, axiosOptions) {
|
|
@@ -36578,6 +36625,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36578
36625
|
* @summary Delete multiple non-employee records
|
|
36579
36626
|
* @param {DeleteNonEmployeeRecordInBulkRequestBeta} deleteNonEmployeeRecordInBulkRequestBeta Non-Employee bulk delete request body.
|
|
36580
36627
|
* @param {*} [axiosOptions] Override http request option.
|
|
36628
|
+
* @deprecated
|
|
36581
36629
|
* @throws {RequiredError}
|
|
36582
36630
|
*/
|
|
36583
36631
|
deleteNonEmployeeRecordInBulk: function (deleteNonEmployeeRecordInBulkRequestBeta, axiosOptions) {
|
|
@@ -36601,6 +36649,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36601
36649
|
* @summary Delete non-employee request
|
|
36602
36650
|
* @param {string} id Non-Employee request id in the UUID format
|
|
36603
36651
|
* @param {*} [axiosOptions] Override http request option.
|
|
36652
|
+
* @deprecated
|
|
36604
36653
|
* @throws {RequiredError}
|
|
36605
36654
|
*/
|
|
36606
36655
|
deleteNonEmployeeRequest: function (id, axiosOptions) {
|
|
@@ -36625,6 +36674,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36625
36674
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
36626
36675
|
* @param {string} sourceId The Source id
|
|
36627
36676
|
* @param {*} [axiosOptions] Override http request option.
|
|
36677
|
+
* @deprecated
|
|
36628
36678
|
* @throws {RequiredError}
|
|
36629
36679
|
*/
|
|
36630
36680
|
deleteNonEmployeeSchemaAttribute: function (attributeId, sourceId, axiosOptions) {
|
|
@@ -36648,6 +36698,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36648
36698
|
* @summary Delete non-employee source
|
|
36649
36699
|
* @param {string} sourceId Source Id
|
|
36650
36700
|
* @param {*} [axiosOptions] Override http request option.
|
|
36701
|
+
* @deprecated
|
|
36651
36702
|
* @throws {RequiredError}
|
|
36652
36703
|
*/
|
|
36653
36704
|
deleteNonEmployeeSource: function (sourceId, axiosOptions) {
|
|
@@ -36671,6 +36722,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36671
36722
|
* @summary Delete all custom schema attributes
|
|
36672
36723
|
* @param {string} sourceId The Source id
|
|
36673
36724
|
* @param {*} [axiosOptions] Override http request option.
|
|
36725
|
+
* @deprecated
|
|
36674
36726
|
* @throws {RequiredError}
|
|
36675
36727
|
*/
|
|
36676
36728
|
deleteNonEmployeeSourceSchemaAttributes: function (sourceId, axiosOptions) {
|
|
@@ -36690,116 +36742,121 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36690
36742
|
});
|
|
36691
36743
|
},
|
|
36692
36744
|
/**
|
|
36693
|
-
*
|
|
36694
|
-
* @summary
|
|
36695
|
-
* @param {string} id
|
|
36745
|
+
* Approves a non-employee approval request and notifies the next approver.
|
|
36746
|
+
* @summary A non-employee approval item detail
|
|
36747
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
36748
|
+
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
36696
36749
|
* @param {*} [axiosOptions] Override http request option.
|
|
36750
|
+
* @deprecated
|
|
36697
36751
|
* @throws {RequiredError}
|
|
36698
36752
|
*/
|
|
36699
|
-
|
|
36753
|
+
getNonEmployeeApproval: function (id, includeDetail, axiosOptions) {
|
|
36700
36754
|
var _a, _b, _c;
|
|
36701
36755
|
return __awaiter(this, void 0, void 0, function () {
|
|
36702
36756
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36703
36757
|
return __generator(this, function (_d) {
|
|
36704
36758
|
switch (_d.label) {
|
|
36705
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
36759
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeApproval(id, includeDetail, axiosOptions)];
|
|
36706
36760
|
case 1:
|
|
36707
36761
|
localVarAxiosArgs = _d.sent();
|
|
36708
36762
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
36709
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
36763
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeApproval']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
36710
36764
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
36711
36765
|
}
|
|
36712
36766
|
});
|
|
36713
36767
|
});
|
|
36714
36768
|
},
|
|
36715
36769
|
/**
|
|
36716
|
-
* This
|
|
36717
|
-
* @summary
|
|
36718
|
-
* @param {string}
|
|
36770
|
+
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
36771
|
+
* @summary Summary of non-employee approval requests
|
|
36772
|
+
* @param {string} requestedFor The identity (UUID) of the approver for whom for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
36719
36773
|
* @param {*} [axiosOptions] Override http request option.
|
|
36774
|
+
* @deprecated
|
|
36720
36775
|
* @throws {RequiredError}
|
|
36721
36776
|
*/
|
|
36722
|
-
|
|
36777
|
+
getNonEmployeeApprovalSummary: function (requestedFor, axiosOptions) {
|
|
36723
36778
|
var _a, _b, _c;
|
|
36724
36779
|
return __awaiter(this, void 0, void 0, function () {
|
|
36725
36780
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36726
36781
|
return __generator(this, function (_d) {
|
|
36727
36782
|
switch (_d.label) {
|
|
36728
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
36783
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeApprovalSummary(requestedFor, axiosOptions)];
|
|
36729
36784
|
case 1:
|
|
36730
36785
|
localVarAxiosArgs = _d.sent();
|
|
36731
36786
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
36732
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
36787
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeApprovalSummary']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
36733
36788
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
36734
36789
|
}
|
|
36735
36790
|
});
|
|
36736
36791
|
});
|
|
36737
36792
|
},
|
|
36738
36793
|
/**
|
|
36739
|
-
*
|
|
36740
|
-
* @summary
|
|
36741
|
-
* @param {string} id
|
|
36742
|
-
* @param {string} [includeDetail] The object nonEmployeeRequest will not be included detail when set to false. *Default value is true*
|
|
36794
|
+
* The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.
|
|
36795
|
+
* @summary Bulk upload status on source
|
|
36796
|
+
* @param {string} id Source ID (UUID)
|
|
36743
36797
|
* @param {*} [axiosOptions] Override http request option.
|
|
36798
|
+
* @deprecated
|
|
36744
36799
|
* @throws {RequiredError}
|
|
36745
36800
|
*/
|
|
36746
|
-
|
|
36801
|
+
getNonEmployeeBulkUploadStatus: function (id, axiosOptions) {
|
|
36747
36802
|
var _a, _b, _c;
|
|
36748
36803
|
return __awaiter(this, void 0, void 0, function () {
|
|
36749
36804
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36750
36805
|
return __generator(this, function (_d) {
|
|
36751
36806
|
switch (_d.label) {
|
|
36752
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
36807
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeBulkUploadStatus(id, axiosOptions)];
|
|
36753
36808
|
case 1:
|
|
36754
36809
|
localVarAxiosArgs = _d.sent();
|
|
36755
36810
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
36756
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
36811
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeBulkUploadStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
36757
36812
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
36758
36813
|
}
|
|
36759
36814
|
});
|
|
36760
36815
|
});
|
|
36761
36816
|
},
|
|
36762
36817
|
/**
|
|
36763
|
-
* This
|
|
36764
|
-
* @summary
|
|
36765
|
-
* @param {string}
|
|
36818
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
36819
|
+
* @summary Exports non-employee records to csv
|
|
36820
|
+
* @param {string} id Source Id (UUID)
|
|
36766
36821
|
* @param {*} [axiosOptions] Override http request option.
|
|
36822
|
+
* @deprecated
|
|
36767
36823
|
* @throws {RequiredError}
|
|
36768
36824
|
*/
|
|
36769
|
-
|
|
36825
|
+
getNonEmployeeExportRecords: function (id, axiosOptions) {
|
|
36770
36826
|
var _a, _b, _c;
|
|
36771
36827
|
return __awaiter(this, void 0, void 0, function () {
|
|
36772
36828
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36773
36829
|
return __generator(this, function (_d) {
|
|
36774
36830
|
switch (_d.label) {
|
|
36775
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
36831
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeExportRecords(id, axiosOptions)];
|
|
36776
36832
|
case 1:
|
|
36777
36833
|
localVarAxiosArgs = _d.sent();
|
|
36778
36834
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
36779
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
36835
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeExportRecords']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
36780
36836
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
36781
36837
|
}
|
|
36782
36838
|
});
|
|
36783
36839
|
});
|
|
36784
36840
|
},
|
|
36785
36841
|
/**
|
|
36786
|
-
*
|
|
36787
|
-
* @summary
|
|
36788
|
-
* @param {string} id Source
|
|
36842
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
36843
|
+
* @summary Exports source schema template
|
|
36844
|
+
* @param {string} id Source Id (UUID)
|
|
36789
36845
|
* @param {*} [axiosOptions] Override http request option.
|
|
36846
|
+
* @deprecated
|
|
36790
36847
|
* @throws {RequiredError}
|
|
36791
36848
|
*/
|
|
36792
|
-
|
|
36849
|
+
getNonEmployeeExportSourceSchemaTemplate: function (id, axiosOptions) {
|
|
36793
36850
|
var _a, _b, _c;
|
|
36794
36851
|
return __awaiter(this, void 0, void 0, function () {
|
|
36795
36852
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36796
36853
|
return __generator(this, function (_d) {
|
|
36797
36854
|
switch (_d.label) {
|
|
36798
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
36855
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeExportSourceSchemaTemplate(id, axiosOptions)];
|
|
36799
36856
|
case 1:
|
|
36800
36857
|
localVarAxiosArgs = _d.sent();
|
|
36801
36858
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
36802
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
36859
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.getNonEmployeeExportSourceSchemaTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
36803
36860
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
36804
36861
|
}
|
|
36805
36862
|
});
|
|
@@ -36810,6 +36867,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36810
36867
|
* @summary Get a non-employee record
|
|
36811
36868
|
* @param {string} id Non-Employee record id (UUID)
|
|
36812
36869
|
* @param {*} [axiosOptions] Override http request option.
|
|
36870
|
+
* @deprecated
|
|
36813
36871
|
* @throws {RequiredError}
|
|
36814
36872
|
*/
|
|
36815
36873
|
getNonEmployeeRecord: function (id, axiosOptions) {
|
|
@@ -36833,6 +36891,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36833
36891
|
* @summary Get a non-employee request
|
|
36834
36892
|
* @param {string} id Non-Employee request id (UUID)
|
|
36835
36893
|
* @param {*} [axiosOptions] Override http request option.
|
|
36894
|
+
* @deprecated
|
|
36836
36895
|
* @throws {RequiredError}
|
|
36837
36896
|
*/
|
|
36838
36897
|
getNonEmployeeRequest: function (id, axiosOptions) {
|
|
@@ -36856,6 +36915,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36856
36915
|
* @summary Get summary of non-employee requests
|
|
36857
36916
|
* @param {string} requestedFor The identity (UUID) of the non-employee account manager for whom the summary is being retrieved. Use \"me\" instead to indicate the current user.
|
|
36858
36917
|
* @param {*} [axiosOptions] Override http request option.
|
|
36918
|
+
* @deprecated
|
|
36859
36919
|
* @throws {RequiredError}
|
|
36860
36920
|
*/
|
|
36861
36921
|
getNonEmployeeRequestSummary: function (requestedFor, axiosOptions) {
|
|
@@ -36880,6 +36940,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36880
36940
|
* @param {string} attributeId The Schema Attribute Id (UUID)
|
|
36881
36941
|
* @param {string} sourceId The Source id
|
|
36882
36942
|
* @param {*} [axiosOptions] Override http request option.
|
|
36943
|
+
* @deprecated
|
|
36883
36944
|
* @throws {RequiredError}
|
|
36884
36945
|
*/
|
|
36885
36946
|
getNonEmployeeSchemaAttribute: function (attributeId, sourceId, axiosOptions) {
|
|
@@ -36903,6 +36964,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36903
36964
|
* @summary Get a non-employee source
|
|
36904
36965
|
* @param {string} sourceId Source Id
|
|
36905
36966
|
* @param {*} [axiosOptions] Override http request option.
|
|
36967
|
+
* @deprecated
|
|
36906
36968
|
* @throws {RequiredError}
|
|
36907
36969
|
*/
|
|
36908
36970
|
getNonEmployeeSource: function (sourceId, axiosOptions) {
|
|
@@ -36925,16 +36987,19 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36925
36987
|
* This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
|
|
36926
36988
|
* @summary List schema attributes non-employee source
|
|
36927
36989
|
* @param {string} sourceId The Source id
|
|
36990
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
36991
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
36928
36992
|
* @param {*} [axiosOptions] Override http request option.
|
|
36993
|
+
* @deprecated
|
|
36929
36994
|
* @throws {RequiredError}
|
|
36930
36995
|
*/
|
|
36931
|
-
getNonEmployeeSourceSchemaAttributes: function (sourceId, axiosOptions) {
|
|
36996
|
+
getNonEmployeeSourceSchemaAttributes: function (sourceId, limit, offset, axiosOptions) {
|
|
36932
36997
|
var _a, _b, _c;
|
|
36933
36998
|
return __awaiter(this, void 0, void 0, function () {
|
|
36934
36999
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
36935
37000
|
return __generator(this, function (_d) {
|
|
36936
37001
|
switch (_d.label) {
|
|
36937
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeSourceSchemaAttributes(sourceId, axiosOptions)];
|
|
37002
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getNonEmployeeSourceSchemaAttributes(sourceId, limit, offset, axiosOptions)];
|
|
36938
37003
|
case 1:
|
|
36939
37004
|
localVarAxiosArgs = _d.sent();
|
|
36940
37005
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -36950,6 +37015,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36950
37015
|
* @param {string} id Source Id (UUID)
|
|
36951
37016
|
* @param {File} data
|
|
36952
37017
|
* @param {*} [axiosOptions] Override http request option.
|
|
37018
|
+
* @deprecated
|
|
36953
37019
|
* @throws {RequiredError}
|
|
36954
37020
|
*/
|
|
36955
37021
|
importNonEmployeeRecordsInBulk: function (id, data, axiosOptions) {
|
|
@@ -36970,7 +37036,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36970
37036
|
},
|
|
36971
37037
|
/**
|
|
36972
37038
|
* This gets a list of non-employee approval requests.
|
|
36973
|
-
* @summary
|
|
37039
|
+
* @summary List of non-employee approval requests
|
|
36974
37040
|
* @param {string} [requestedFor] The identity for whom the request was made. *me* indicates the current user.
|
|
36975
37041
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
36976
37042
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -36978,6 +37044,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
36978
37044
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **approvalStatus**: *eq*
|
|
36979
37045
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, modified**
|
|
36980
37046
|
* @param {*} [axiosOptions] Override http request option.
|
|
37047
|
+
* @deprecated
|
|
36981
37048
|
* @throws {RequiredError}
|
|
36982
37049
|
*/
|
|
36983
37050
|
listNonEmployeeApproval: function (requestedFor, limit, offset, count, filters, sorters, axiosOptions) {
|
|
@@ -37005,6 +37072,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37005
37072
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
|
|
37006
37073
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **sourceId**: *eq*
|
|
37007
37074
|
* @param {*} [axiosOptions] Override http request option.
|
|
37075
|
+
* @deprecated
|
|
37008
37076
|
* @throws {RequiredError}
|
|
37009
37077
|
*/
|
|
37010
37078
|
listNonEmployeeRecords: function (limit, offset, count, sorters, filters, axiosOptions) {
|
|
@@ -37033,6 +37101,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37033
37101
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created, approvalStatus, firstName, lastName, email, phone, accountName, startDate, endDate**
|
|
37034
37102
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **sourceId**: *eq*
|
|
37035
37103
|
* @param {*} [axiosOptions] Override http request option.
|
|
37104
|
+
* @deprecated
|
|
37036
37105
|
* @throws {RequiredError}
|
|
37037
37106
|
*/
|
|
37038
37107
|
listNonEmployeeRequests: function (requestedFor, limit, offset, count, sorters, filters, axiosOptions) {
|
|
@@ -37061,6 +37130,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37061
37130
|
* @param {boolean} [nonEmployeeCount] Flag that determines whether the API will return a non-employee count associated with the source.
|
|
37062
37131
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created, sourceId**
|
|
37063
37132
|
* @param {*} [axiosOptions] Override http request option.
|
|
37133
|
+
* @deprecated
|
|
37064
37134
|
* @throws {RequiredError}
|
|
37065
37135
|
*/
|
|
37066
37136
|
listNonEmployeeSources: function (limit, offset, count, requestedFor, nonEmployeeCount, sorters, axiosOptions) {
|
|
@@ -37085,6 +37155,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37085
37155
|
* @param {string} id Non-employee record id (UUID)
|
|
37086
37156
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
37087
37157
|
* @param {*} [axiosOptions] Override http request option.
|
|
37158
|
+
* @deprecated
|
|
37088
37159
|
* @throws {RequiredError}
|
|
37089
37160
|
*/
|
|
37090
37161
|
patchNonEmployeeRecord: function (id, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -37110,6 +37181,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37110
37181
|
* @param {string} sourceId The Source id
|
|
37111
37182
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following properties are allowed for update \':\' \'label\', \'helpText\', \'placeholder\', \'required\'.
|
|
37112
37183
|
* @param {*} [axiosOptions] Override http request option.
|
|
37184
|
+
* @deprecated
|
|
37113
37185
|
* @throws {RequiredError}
|
|
37114
37186
|
*/
|
|
37115
37187
|
patchNonEmployeeSchemaAttribute: function (attributeId, sourceId, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -37134,6 +37206,7 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37134
37206
|
* @param {string} sourceId Source Id
|
|
37135
37207
|
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of non-employee source update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
37136
37208
|
* @param {*} [axiosOptions] Override http request option.
|
|
37209
|
+
* @deprecated
|
|
37137
37210
|
* @throws {RequiredError}
|
|
37138
37211
|
*/
|
|
37139
37212
|
patchNonEmployeeSource: function (sourceId, jsonPatchOperationBeta, axiosOptions) {
|
|
@@ -37153,48 +37226,50 @@ var NonEmployeeLifecycleManagementBetaApiFp = function (configuration) {
|
|
|
37153
37226
|
});
|
|
37154
37227
|
},
|
|
37155
37228
|
/**
|
|
37156
|
-
* This
|
|
37157
|
-
* @summary
|
|
37158
|
-
* @param {string} id Non-
|
|
37159
|
-
* @param {
|
|
37229
|
+
* This request will update a non-employee record.
|
|
37230
|
+
* @summary Update non-employee record
|
|
37231
|
+
* @param {string} id Non-employee record id (UUID)
|
|
37232
|
+
* @param {NonEmployeeRequestBodyBeta} nonEmployeeRequestBodyBeta Non-employee record creation request body. Attributes are restricted by user type. Owner of source can update end date. Organization admins can update all available fields.
|
|
37160
37233
|
* @param {*} [axiosOptions] Override http request option.
|
|
37234
|
+
* @deprecated
|
|
37161
37235
|
* @throws {RequiredError}
|
|
37162
37236
|
*/
|
|
37163
|
-
|
|
37237
|
+
putNonEmployeeRecord: function (id, nonEmployeeRequestBodyBeta, axiosOptions) {
|
|
37164
37238
|
var _a, _b, _c;
|
|
37165
37239
|
return __awaiter(this, void 0, void 0, function () {
|
|
37166
37240
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
37167
37241
|
return __generator(this, function (_d) {
|
|
37168
37242
|
switch (_d.label) {
|
|
37169
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
37243
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putNonEmployeeRecord(id, nonEmployeeRequestBodyBeta, axiosOptions)];
|
|
37170
37244
|
case 1:
|
|
37171
37245
|
localVarAxiosArgs = _d.sent();
|
|
37172
37246
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
37173
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
37247
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.putNonEmployeeRecord']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
37174
37248
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
37175
37249
|
}
|
|
37176
37250
|
});
|
|
37177
37251
|
});
|
|
37178
37252
|
},
|
|
37179
37253
|
/**
|
|
37180
|
-
* This
|
|
37181
|
-
* @summary
|
|
37182
|
-
* @param {string} id Non-
|
|
37183
|
-
* @param {
|
|
37254
|
+
* This endpoint will reject an approval item request and notify user.
|
|
37255
|
+
* @summary Reject a non-employee request
|
|
37256
|
+
* @param {string} id Non-Employee approval item id (UUID)
|
|
37257
|
+
* @param {NonEmployeeRejectApprovalDecisionBeta} nonEmployeeRejectApprovalDecisionBeta
|
|
37184
37258
|
* @param {*} [axiosOptions] Override http request option.
|
|
37259
|
+
* @deprecated
|
|
37185
37260
|
* @throws {RequiredError}
|
|
37186
37261
|
*/
|
|
37187
|
-
|
|
37262
|
+
rejectNonEmployeeRequest: function (id, nonEmployeeRejectApprovalDecisionBeta, axiosOptions) {
|
|
37188
37263
|
var _a, _b, _c;
|
|
37189
37264
|
return __awaiter(this, void 0, void 0, function () {
|
|
37190
37265
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
37191
37266
|
return __generator(this, function (_d) {
|
|
37192
37267
|
switch (_d.label) {
|
|
37193
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
37268
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.rejectNonEmployeeRequest(id, nonEmployeeRejectApprovalDecisionBeta, axiosOptions)];
|
|
37194
37269
|
case 1:
|
|
37195
37270
|
localVarAxiosArgs = _d.sent();
|
|
37196
37271
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
37197
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.
|
|
37272
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['NonEmployeeLifecycleManagementBetaApi.rejectNonEmployeeRequest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
37198
37273
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
37199
37274
|
}
|
|
37200
37275
|
});
|
|
@@ -37215,6 +37290,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37215
37290
|
* @summary Approve a non-employee request
|
|
37216
37291
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37217
37292
|
* @param {*} [axiosOptions] Override http request option.
|
|
37293
|
+
* @deprecated
|
|
37218
37294
|
* @throws {RequiredError}
|
|
37219
37295
|
*/
|
|
37220
37296
|
approveNonEmployeeRequest: function (requestParameters, axiosOptions) {
|
|
@@ -37225,6 +37301,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37225
37301
|
* @summary Create non-employee record
|
|
37226
37302
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37227
37303
|
* @param {*} [axiosOptions] Override http request option.
|
|
37304
|
+
* @deprecated
|
|
37228
37305
|
* @throws {RequiredError}
|
|
37229
37306
|
*/
|
|
37230
37307
|
createNonEmployeeRecord: function (requestParameters, axiosOptions) {
|
|
@@ -37235,6 +37312,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37235
37312
|
* @summary Create non-employee request
|
|
37236
37313
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37237
37314
|
* @param {*} [axiosOptions] Override http request option.
|
|
37315
|
+
* @deprecated
|
|
37238
37316
|
* @throws {RequiredError}
|
|
37239
37317
|
*/
|
|
37240
37318
|
createNonEmployeeRequest: function (requestParameters, axiosOptions) {
|
|
@@ -37245,6 +37323,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37245
37323
|
* @summary Create non-employee source
|
|
37246
37324
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37247
37325
|
* @param {*} [axiosOptions] Override http request option.
|
|
37326
|
+
* @deprecated
|
|
37248
37327
|
* @throws {RequiredError}
|
|
37249
37328
|
*/
|
|
37250
37329
|
createNonEmployeeSource: function (requestParameters, axiosOptions) {
|
|
@@ -37255,6 +37334,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37255
37334
|
* @summary Create non-employee source schema attribute
|
|
37256
37335
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37257
37336
|
* @param {*} [axiosOptions] Override http request option.
|
|
37337
|
+
* @deprecated
|
|
37258
37338
|
* @throws {RequiredError}
|
|
37259
37339
|
*/
|
|
37260
37340
|
createNonEmployeeSourceSchemaAttributes: function (requestParameters, axiosOptions) {
|
|
@@ -37265,6 +37345,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37265
37345
|
* @summary Delete non-employee record
|
|
37266
37346
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37267
37347
|
* @param {*} [axiosOptions] Override http request option.
|
|
37348
|
+
* @deprecated
|
|
37268
37349
|
* @throws {RequiredError}
|
|
37269
37350
|
*/
|
|
37270
37351
|
deleteNonEmployeeRecord: function (requestParameters, axiosOptions) {
|
|
@@ -37275,6 +37356,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37275
37356
|
* @summary Delete multiple non-employee records
|
|
37276
37357
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
37277
37358
|
* @param {*} [axiosOptions] Override http request option.
|
|
37359
|
+
* @deprecated
|
|
37278
37360
|
* @throws {RequiredError}
|
|
37279
37361
|
*/
|
|
37280
37362
|
deleteNonEmployeeRecordInBulk: function (requestParameters, axiosOptions) {
|
|
@@ -37285,6 +37367,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37285
37367
|
* @summary Delete non-employee request
|
|
37286
37368
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37287
37369
|
* @param {*} [axiosOptions] Override http request option.
|
|
37370
|
+
* @deprecated
|
|
37288
37371
|
* @throws {RequiredError}
|
|
37289
37372
|
*/
|
|
37290
37373
|
deleteNonEmployeeRequest: function (requestParameters, axiosOptions) {
|
|
@@ -37295,6 +37378,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37295
37378
|
* @summary Delete non-employee source\'s schema attribute
|
|
37296
37379
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37297
37380
|
* @param {*} [axiosOptions] Override http request option.
|
|
37381
|
+
* @deprecated
|
|
37298
37382
|
* @throws {RequiredError}
|
|
37299
37383
|
*/
|
|
37300
37384
|
deleteNonEmployeeSchemaAttribute: function (requestParameters, axiosOptions) {
|
|
@@ -37305,6 +37389,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37305
37389
|
* @summary Delete non-employee source
|
|
37306
37390
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37307
37391
|
* @param {*} [axiosOptions] Override http request option.
|
|
37392
|
+
* @deprecated
|
|
37308
37393
|
* @throws {RequiredError}
|
|
37309
37394
|
*/
|
|
37310
37395
|
deleteNonEmployeeSource: function (requestParameters, axiosOptions) {
|
|
@@ -37315,36 +37400,18 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37315
37400
|
* @summary Delete all custom schema attributes
|
|
37316
37401
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37317
37402
|
* @param {*} [axiosOptions] Override http request option.
|
|
37403
|
+
* @deprecated
|
|
37318
37404
|
* @throws {RequiredError}
|
|
37319
37405
|
*/
|
|
37320
37406
|
deleteNonEmployeeSourceSchemaAttributes: function (requestParameters, axiosOptions) {
|
|
37321
37407
|
return localVarFp.deleteNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37322
37408
|
},
|
|
37323
|
-
/**
|
|
37324
|
-
* This requests a CSV download for all non-employees from a provided source.
|
|
37325
|
-
* @summary Exports non-employee records to csv
|
|
37326
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
37327
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
37328
|
-
* @throws {RequiredError}
|
|
37329
|
-
*/
|
|
37330
|
-
exportNonEmployeeRecords: function (requestParameters, axiosOptions) {
|
|
37331
|
-
return localVarFp.exportNonEmployeeRecords(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37332
|
-
},
|
|
37333
|
-
/**
|
|
37334
|
-
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
37335
|
-
* @summary Exports source schema template
|
|
37336
|
-
* @param {NonEmployeeLifecycleManagementBetaApiExportNonEmployeeSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
37337
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
37338
|
-
* @throws {RequiredError}
|
|
37339
|
-
*/
|
|
37340
|
-
exportNonEmployeeSourceSchemaTemplate: function (requestParameters, axiosOptions) {
|
|
37341
|
-
return localVarFp.exportNonEmployeeSourceSchemaTemplate(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37342
|
-
},
|
|
37343
37409
|
/**
|
|
37344
37410
|
* Approves a non-employee approval request and notifies the next approver.
|
|
37345
|
-
* @summary
|
|
37411
|
+
* @summary A non-employee approval item detail
|
|
37346
37412
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
37347
37413
|
* @param {*} [axiosOptions] Override http request option.
|
|
37414
|
+
* @deprecated
|
|
37348
37415
|
* @throws {RequiredError}
|
|
37349
37416
|
*/
|
|
37350
37417
|
getNonEmployeeApproval: function (requestParameters, axiosOptions) {
|
|
@@ -37352,9 +37419,10 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37352
37419
|
},
|
|
37353
37420
|
/**
|
|
37354
37421
|
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
37355
|
-
* @summary
|
|
37422
|
+
* @summary Summary of non-employee approval requests
|
|
37356
37423
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
37357
37424
|
* @param {*} [axiosOptions] Override http request option.
|
|
37425
|
+
* @deprecated
|
|
37358
37426
|
* @throws {RequiredError}
|
|
37359
37427
|
*/
|
|
37360
37428
|
getNonEmployeeApprovalSummary: function (requestParameters, axiosOptions) {
|
|
@@ -37365,16 +37433,40 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37365
37433
|
* @summary Bulk upload status on source
|
|
37366
37434
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
37367
37435
|
* @param {*} [axiosOptions] Override http request option.
|
|
37436
|
+
* @deprecated
|
|
37368
37437
|
* @throws {RequiredError}
|
|
37369
37438
|
*/
|
|
37370
37439
|
getNonEmployeeBulkUploadStatus: function (requestParameters, axiosOptions) {
|
|
37371
37440
|
return localVarFp.getNonEmployeeBulkUploadStatus(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37372
37441
|
},
|
|
37442
|
+
/**
|
|
37443
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
37444
|
+
* @summary Exports non-employee records to csv
|
|
37445
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
37446
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
37447
|
+
* @deprecated
|
|
37448
|
+
* @throws {RequiredError}
|
|
37449
|
+
*/
|
|
37450
|
+
getNonEmployeeExportRecords: function (requestParameters, axiosOptions) {
|
|
37451
|
+
return localVarFp.getNonEmployeeExportRecords(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37452
|
+
},
|
|
37453
|
+
/**
|
|
37454
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
37455
|
+
* @summary Exports source schema template
|
|
37456
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
37457
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
37458
|
+
* @deprecated
|
|
37459
|
+
* @throws {RequiredError}
|
|
37460
|
+
*/
|
|
37461
|
+
getNonEmployeeExportSourceSchemaTemplate: function (requestParameters, axiosOptions) {
|
|
37462
|
+
return localVarFp.getNonEmployeeExportSourceSchemaTemplate(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37463
|
+
},
|
|
37373
37464
|
/**
|
|
37374
37465
|
* This gets a non-employee record.
|
|
37375
37466
|
* @summary Get a non-employee record
|
|
37376
37467
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37377
37468
|
* @param {*} [axiosOptions] Override http request option.
|
|
37469
|
+
* @deprecated
|
|
37378
37470
|
* @throws {RequiredError}
|
|
37379
37471
|
*/
|
|
37380
37472
|
getNonEmployeeRecord: function (requestParameters, axiosOptions) {
|
|
@@ -37385,6 +37477,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37385
37477
|
* @summary Get a non-employee request
|
|
37386
37478
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37387
37479
|
* @param {*} [axiosOptions] Override http request option.
|
|
37480
|
+
* @deprecated
|
|
37388
37481
|
* @throws {RequiredError}
|
|
37389
37482
|
*/
|
|
37390
37483
|
getNonEmployeeRequest: function (requestParameters, axiosOptions) {
|
|
@@ -37395,6 +37488,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37395
37488
|
* @summary Get summary of non-employee requests
|
|
37396
37489
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
37397
37490
|
* @param {*} [axiosOptions] Override http request option.
|
|
37491
|
+
* @deprecated
|
|
37398
37492
|
* @throws {RequiredError}
|
|
37399
37493
|
*/
|
|
37400
37494
|
getNonEmployeeRequestSummary: function (requestParameters, axiosOptions) {
|
|
@@ -37405,6 +37499,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37405
37499
|
* @summary Get schema attribute non-employee source
|
|
37406
37500
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37407
37501
|
* @param {*} [axiosOptions] Override http request option.
|
|
37502
|
+
* @deprecated
|
|
37408
37503
|
* @throws {RequiredError}
|
|
37409
37504
|
*/
|
|
37410
37505
|
getNonEmployeeSchemaAttribute: function (requestParameters, axiosOptions) {
|
|
@@ -37415,6 +37510,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37415
37510
|
* @summary Get a non-employee source
|
|
37416
37511
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37417
37512
|
* @param {*} [axiosOptions] Override http request option.
|
|
37513
|
+
* @deprecated
|
|
37418
37514
|
* @throws {RequiredError}
|
|
37419
37515
|
*/
|
|
37420
37516
|
getNonEmployeeSource: function (requestParameters, axiosOptions) {
|
|
@@ -37425,16 +37521,18 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37425
37521
|
* @summary List schema attributes non-employee source
|
|
37426
37522
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37427
37523
|
* @param {*} [axiosOptions] Override http request option.
|
|
37524
|
+
* @deprecated
|
|
37428
37525
|
* @throws {RequiredError}
|
|
37429
37526
|
*/
|
|
37430
37527
|
getNonEmployeeSourceSchemaAttributes: function (requestParameters, axiosOptions) {
|
|
37431
|
-
return localVarFp.getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37528
|
+
return localVarFp.getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37432
37529
|
},
|
|
37433
37530
|
/**
|
|
37434
37531
|
* This post will import, or update, Non-Employee records found in the CSV. Request will need the following security scope: \'idn:nesr:create\'
|
|
37435
37532
|
* @summary Imports, or updates, non-employee records
|
|
37436
37533
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
37437
37534
|
* @param {*} [axiosOptions] Override http request option.
|
|
37535
|
+
* @deprecated
|
|
37438
37536
|
* @throws {RequiredError}
|
|
37439
37537
|
*/
|
|
37440
37538
|
importNonEmployeeRecordsInBulk: function (requestParameters, axiosOptions) {
|
|
@@ -37442,9 +37540,10 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37442
37540
|
},
|
|
37443
37541
|
/**
|
|
37444
37542
|
* This gets a list of non-employee approval requests.
|
|
37445
|
-
* @summary
|
|
37543
|
+
* @summary List of non-employee approval requests
|
|
37446
37544
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
37447
37545
|
* @param {*} [axiosOptions] Override http request option.
|
|
37546
|
+
* @deprecated
|
|
37448
37547
|
* @throws {RequiredError}
|
|
37449
37548
|
*/
|
|
37450
37549
|
listNonEmployeeApproval: function (requestParameters, axiosOptions) {
|
|
@@ -37456,6 +37555,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37456
37555
|
* @summary List non-employee records
|
|
37457
37556
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
37458
37557
|
* @param {*} [axiosOptions] Override http request option.
|
|
37558
|
+
* @deprecated
|
|
37459
37559
|
* @throws {RequiredError}
|
|
37460
37560
|
*/
|
|
37461
37561
|
listNonEmployeeRecords: function (requestParameters, axiosOptions) {
|
|
@@ -37467,6 +37567,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37467
37567
|
* @summary List non-employee requests
|
|
37468
37568
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
37469
37569
|
* @param {*} [axiosOptions] Override http request option.
|
|
37570
|
+
* @deprecated
|
|
37470
37571
|
* @throws {RequiredError}
|
|
37471
37572
|
*/
|
|
37472
37573
|
listNonEmployeeRequests: function (requestParameters, axiosOptions) {
|
|
@@ -37477,6 +37578,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37477
37578
|
* @summary List non-employee sources
|
|
37478
37579
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
37479
37580
|
* @param {*} [axiosOptions] Override http request option.
|
|
37581
|
+
* @deprecated
|
|
37480
37582
|
* @throws {RequiredError}
|
|
37481
37583
|
*/
|
|
37482
37584
|
listNonEmployeeSources: function (requestParameters, axiosOptions) {
|
|
@@ -37488,6 +37590,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37488
37590
|
* @summary Patch non-employee record
|
|
37489
37591
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37490
37592
|
* @param {*} [axiosOptions] Override http request option.
|
|
37593
|
+
* @deprecated
|
|
37491
37594
|
* @throws {RequiredError}
|
|
37492
37595
|
*/
|
|
37493
37596
|
patchNonEmployeeRecord: function (requestParameters, axiosOptions) {
|
|
@@ -37498,6 +37601,7 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37498
37601
|
* @summary Patch non-employee source\'s schema attribute
|
|
37499
37602
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37500
37603
|
* @param {*} [axiosOptions] Override http request option.
|
|
37604
|
+
* @deprecated
|
|
37501
37605
|
* @throws {RequiredError}
|
|
37502
37606
|
*/
|
|
37503
37607
|
patchNonEmployeeSchemaAttribute: function (requestParameters, axiosOptions) {
|
|
@@ -37508,30 +37612,33 @@ var NonEmployeeLifecycleManagementBetaApiFactory = function (configuration, base
|
|
|
37508
37612
|
* @summary Patch a non-employee source
|
|
37509
37613
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37510
37614
|
* @param {*} [axiosOptions] Override http request option.
|
|
37615
|
+
* @deprecated
|
|
37511
37616
|
* @throws {RequiredError}
|
|
37512
37617
|
*/
|
|
37513
37618
|
patchNonEmployeeSource: function (requestParameters, axiosOptions) {
|
|
37514
37619
|
return localVarFp.patchNonEmployeeSource(requestParameters.sourceId, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37515
37620
|
},
|
|
37516
37621
|
/**
|
|
37517
|
-
* This
|
|
37518
|
-
* @summary
|
|
37519
|
-
* @param {
|
|
37622
|
+
* This request will update a non-employee record.
|
|
37623
|
+
* @summary Update non-employee record
|
|
37624
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37520
37625
|
* @param {*} [axiosOptions] Override http request option.
|
|
37626
|
+
* @deprecated
|
|
37521
37627
|
* @throws {RequiredError}
|
|
37522
37628
|
*/
|
|
37523
|
-
|
|
37524
|
-
return localVarFp.
|
|
37629
|
+
putNonEmployeeRecord: function (requestParameters, axiosOptions) {
|
|
37630
|
+
return localVarFp.putNonEmployeeRecord(requestParameters.id, requestParameters.nonEmployeeRequestBodyBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37525
37631
|
},
|
|
37526
37632
|
/**
|
|
37527
|
-
* This
|
|
37528
|
-
* @summary
|
|
37529
|
-
* @param {
|
|
37633
|
+
* This endpoint will reject an approval item request and notify user.
|
|
37634
|
+
* @summary Reject a non-employee request
|
|
37635
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37530
37636
|
* @param {*} [axiosOptions] Override http request option.
|
|
37637
|
+
* @deprecated
|
|
37531
37638
|
* @throws {RequiredError}
|
|
37532
37639
|
*/
|
|
37533
|
-
|
|
37534
|
-
return localVarFp.
|
|
37640
|
+
rejectNonEmployeeRequest: function (requestParameters, axiosOptions) {
|
|
37641
|
+
return localVarFp.rejectNonEmployeeRequest(requestParameters.id, requestParameters.nonEmployeeRejectApprovalDecisionBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37535
37642
|
},
|
|
37536
37643
|
};
|
|
37537
37644
|
};
|
|
@@ -37552,6 +37659,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37552
37659
|
* @summary Approve a non-employee request
|
|
37553
37660
|
* @param {NonEmployeeLifecycleManagementBetaApiApproveNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37554
37661
|
* @param {*} [axiosOptions] Override http request option.
|
|
37662
|
+
* @deprecated
|
|
37555
37663
|
* @throws {RequiredError}
|
|
37556
37664
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37557
37665
|
*/
|
|
@@ -37564,6 +37672,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37564
37672
|
* @summary Create non-employee record
|
|
37565
37673
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37566
37674
|
* @param {*} [axiosOptions] Override http request option.
|
|
37675
|
+
* @deprecated
|
|
37567
37676
|
* @throws {RequiredError}
|
|
37568
37677
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37569
37678
|
*/
|
|
@@ -37576,6 +37685,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37576
37685
|
* @summary Create non-employee request
|
|
37577
37686
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37578
37687
|
* @param {*} [axiosOptions] Override http request option.
|
|
37688
|
+
* @deprecated
|
|
37579
37689
|
* @throws {RequiredError}
|
|
37580
37690
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37581
37691
|
*/
|
|
@@ -37588,6 +37698,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37588
37698
|
* @summary Create non-employee source
|
|
37589
37699
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37590
37700
|
* @param {*} [axiosOptions] Override http request option.
|
|
37701
|
+
* @deprecated
|
|
37591
37702
|
* @throws {RequiredError}
|
|
37592
37703
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37593
37704
|
*/
|
|
@@ -37600,6 +37711,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37600
37711
|
* @summary Create non-employee source schema attribute
|
|
37601
37712
|
* @param {NonEmployeeLifecycleManagementBetaApiCreateNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37602
37713
|
* @param {*} [axiosOptions] Override http request option.
|
|
37714
|
+
* @deprecated
|
|
37603
37715
|
* @throws {RequiredError}
|
|
37604
37716
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37605
37717
|
*/
|
|
@@ -37612,6 +37724,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37612
37724
|
* @summary Delete non-employee record
|
|
37613
37725
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37614
37726
|
* @param {*} [axiosOptions] Override http request option.
|
|
37727
|
+
* @deprecated
|
|
37615
37728
|
* @throws {RequiredError}
|
|
37616
37729
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37617
37730
|
*/
|
|
@@ -37624,6 +37737,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37624
37737
|
* @summary Delete multiple non-employee records
|
|
37625
37738
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRecordInBulkRequest} requestParameters Request parameters.
|
|
37626
37739
|
* @param {*} [axiosOptions] Override http request option.
|
|
37740
|
+
* @deprecated
|
|
37627
37741
|
* @throws {RequiredError}
|
|
37628
37742
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37629
37743
|
*/
|
|
@@ -37636,6 +37750,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37636
37750
|
* @summary Delete non-employee request
|
|
37637
37751
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37638
37752
|
* @param {*} [axiosOptions] Override http request option.
|
|
37753
|
+
* @deprecated
|
|
37639
37754
|
* @throws {RequiredError}
|
|
37640
37755
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37641
37756
|
*/
|
|
@@ -37648,6 +37763,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37648
37763
|
* @summary Delete non-employee source\'s schema attribute
|
|
37649
37764
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37650
37765
|
* @param {*} [axiosOptions] Override http request option.
|
|
37766
|
+
* @deprecated
|
|
37651
37767
|
* @throws {RequiredError}
|
|
37652
37768
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37653
37769
|
*/
|
|
@@ -37660,6 +37776,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37660
37776
|
* @summary Delete non-employee source
|
|
37661
37777
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37662
37778
|
* @param {*} [axiosOptions] Override http request option.
|
|
37779
|
+
* @deprecated
|
|
37663
37780
|
* @throws {RequiredError}
|
|
37664
37781
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37665
37782
|
*/
|
|
@@ -37672,6 +37789,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37672
37789
|
* @summary Delete all custom schema attributes
|
|
37673
37790
|
* @param {NonEmployeeLifecycleManagementBetaApiDeleteNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37674
37791
|
* @param {*} [axiosOptions] Override http request option.
|
|
37792
|
+
* @deprecated
|
|
37675
37793
|
* @throws {RequiredError}
|
|
37676
37794
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37677
37795
|
*/
|
|
@@ -37680,70 +37798,76 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37680
37798
|
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).deleteNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37681
37799
|
};
|
|
37682
37800
|
/**
|
|
37683
|
-
*
|
|
37684
|
-
* @summary
|
|
37685
|
-
* @param {
|
|
37801
|
+
* Approves a non-employee approval request and notifies the next approver.
|
|
37802
|
+
* @summary A non-employee approval item detail
|
|
37803
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
37686
37804
|
* @param {*} [axiosOptions] Override http request option.
|
|
37805
|
+
* @deprecated
|
|
37687
37806
|
* @throws {RequiredError}
|
|
37688
37807
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37689
37808
|
*/
|
|
37690
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
37809
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeApproval = function (requestParameters, axiosOptions) {
|
|
37691
37810
|
var _this = this;
|
|
37692
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
37811
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeApproval(requestParameters.id, requestParameters.includeDetail, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37693
37812
|
};
|
|
37694
37813
|
/**
|
|
37695
|
-
* This
|
|
37696
|
-
* @summary
|
|
37697
|
-
* @param {
|
|
37814
|
+
* This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the `requested-for` path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver\'s id. 2. The current user is an approver, in which case \"me\" should be provided as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
|
|
37815
|
+
* @summary Summary of non-employee approval requests
|
|
37816
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeApprovalSummaryRequest} requestParameters Request parameters.
|
|
37698
37817
|
* @param {*} [axiosOptions] Override http request option.
|
|
37818
|
+
* @deprecated
|
|
37699
37819
|
* @throws {RequiredError}
|
|
37700
37820
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37701
37821
|
*/
|
|
37702
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
37822
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeApprovalSummary = function (requestParameters, axiosOptions) {
|
|
37703
37823
|
var _this = this;
|
|
37704
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
37824
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeApprovalSummary(requestParameters.requestedFor, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37705
37825
|
};
|
|
37706
37826
|
/**
|
|
37707
|
-
*
|
|
37708
|
-
* @summary
|
|
37709
|
-
* @param {
|
|
37827
|
+
* The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.
|
|
37828
|
+
* @summary Bulk upload status on source
|
|
37829
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeBulkUploadStatusRequest} requestParameters Request parameters.
|
|
37710
37830
|
* @param {*} [axiosOptions] Override http request option.
|
|
37831
|
+
* @deprecated
|
|
37711
37832
|
* @throws {RequiredError}
|
|
37712
37833
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37713
37834
|
*/
|
|
37714
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
37835
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeBulkUploadStatus = function (requestParameters, axiosOptions) {
|
|
37715
37836
|
var _this = this;
|
|
37716
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
37837
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeBulkUploadStatus(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37717
37838
|
};
|
|
37718
37839
|
/**
|
|
37719
|
-
* This
|
|
37720
|
-
* @summary
|
|
37721
|
-
* @param {
|
|
37840
|
+
* This requests a CSV download for all non-employees from a provided source.
|
|
37841
|
+
* @summary Exports non-employee records to csv
|
|
37842
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportRecordsRequest} requestParameters Request parameters.
|
|
37722
37843
|
* @param {*} [axiosOptions] Override http request option.
|
|
37844
|
+
* @deprecated
|
|
37723
37845
|
* @throws {RequiredError}
|
|
37724
37846
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37725
37847
|
*/
|
|
37726
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
37848
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeExportRecords = function (requestParameters, axiosOptions) {
|
|
37727
37849
|
var _this = this;
|
|
37728
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
37850
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeExportRecords(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37729
37851
|
};
|
|
37730
37852
|
/**
|
|
37731
|
-
*
|
|
37732
|
-
* @summary
|
|
37733
|
-
* @param {
|
|
37853
|
+
* This requests a download for the Source Schema Template for a provided source. Request will require the following security scope: idn:nesr:read\'
|
|
37854
|
+
* @summary Exports source schema template
|
|
37855
|
+
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeExportSourceSchemaTemplateRequest} requestParameters Request parameters.
|
|
37734
37856
|
* @param {*} [axiosOptions] Override http request option.
|
|
37857
|
+
* @deprecated
|
|
37735
37858
|
* @throws {RequiredError}
|
|
37736
37859
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37737
37860
|
*/
|
|
37738
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
37861
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeExportSourceSchemaTemplate = function (requestParameters, axiosOptions) {
|
|
37739
37862
|
var _this = this;
|
|
37740
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
37863
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeExportSourceSchemaTemplate(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37741
37864
|
};
|
|
37742
37865
|
/**
|
|
37743
37866
|
* This gets a non-employee record.
|
|
37744
37867
|
* @summary Get a non-employee record
|
|
37745
37868
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37746
37869
|
* @param {*} [axiosOptions] Override http request option.
|
|
37870
|
+
* @deprecated
|
|
37747
37871
|
* @throws {RequiredError}
|
|
37748
37872
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37749
37873
|
*/
|
|
@@ -37756,6 +37880,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37756
37880
|
* @summary Get a non-employee request
|
|
37757
37881
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37758
37882
|
* @param {*} [axiosOptions] Override http request option.
|
|
37883
|
+
* @deprecated
|
|
37759
37884
|
* @throws {RequiredError}
|
|
37760
37885
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37761
37886
|
*/
|
|
@@ -37768,6 +37893,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37768
37893
|
* @summary Get summary of non-employee requests
|
|
37769
37894
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeRequestSummaryRequest} requestParameters Request parameters.
|
|
37770
37895
|
* @param {*} [axiosOptions] Override http request option.
|
|
37896
|
+
* @deprecated
|
|
37771
37897
|
* @throws {RequiredError}
|
|
37772
37898
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37773
37899
|
*/
|
|
@@ -37780,6 +37906,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37780
37906
|
* @summary Get schema attribute non-employee source
|
|
37781
37907
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37782
37908
|
* @param {*} [axiosOptions] Override http request option.
|
|
37909
|
+
* @deprecated
|
|
37783
37910
|
* @throws {RequiredError}
|
|
37784
37911
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37785
37912
|
*/
|
|
@@ -37792,6 +37919,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37792
37919
|
* @summary Get a non-employee source
|
|
37793
37920
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37794
37921
|
* @param {*} [axiosOptions] Override http request option.
|
|
37922
|
+
* @deprecated
|
|
37795
37923
|
* @throws {RequiredError}
|
|
37796
37924
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37797
37925
|
*/
|
|
@@ -37804,18 +37932,20 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37804
37932
|
* @summary List schema attributes non-employee source
|
|
37805
37933
|
* @param {NonEmployeeLifecycleManagementBetaApiGetNonEmployeeSourceSchemaAttributesRequest} requestParameters Request parameters.
|
|
37806
37934
|
* @param {*} [axiosOptions] Override http request option.
|
|
37935
|
+
* @deprecated
|
|
37807
37936
|
* @throws {RequiredError}
|
|
37808
37937
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37809
37938
|
*/
|
|
37810
37939
|
NonEmployeeLifecycleManagementBetaApi.prototype.getNonEmployeeSourceSchemaAttributes = function (requestParameters, axiosOptions) {
|
|
37811
37940
|
var _this = this;
|
|
37812
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37941
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).getNonEmployeeSourceSchemaAttributes(requestParameters.sourceId, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37813
37942
|
};
|
|
37814
37943
|
/**
|
|
37815
37944
|
* This post will import, or update, Non-Employee records found in the CSV. Request will need the following security scope: \'idn:nesr:create\'
|
|
37816
37945
|
* @summary Imports, or updates, non-employee records
|
|
37817
37946
|
* @param {NonEmployeeLifecycleManagementBetaApiImportNonEmployeeRecordsInBulkRequest} requestParameters Request parameters.
|
|
37818
37947
|
* @param {*} [axiosOptions] Override http request option.
|
|
37948
|
+
* @deprecated
|
|
37819
37949
|
* @throws {RequiredError}
|
|
37820
37950
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37821
37951
|
*/
|
|
@@ -37825,9 +37955,10 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37825
37955
|
};
|
|
37826
37956
|
/**
|
|
37827
37957
|
* This gets a list of non-employee approval requests.
|
|
37828
|
-
* @summary
|
|
37958
|
+
* @summary List of non-employee approval requests
|
|
37829
37959
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeApprovalRequest} requestParameters Request parameters.
|
|
37830
37960
|
* @param {*} [axiosOptions] Override http request option.
|
|
37961
|
+
* @deprecated
|
|
37831
37962
|
* @throws {RequiredError}
|
|
37832
37963
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37833
37964
|
*/
|
|
@@ -37841,6 +37972,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37841
37972
|
* @summary List non-employee records
|
|
37842
37973
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRecordsRequest} requestParameters Request parameters.
|
|
37843
37974
|
* @param {*} [axiosOptions] Override http request option.
|
|
37975
|
+
* @deprecated
|
|
37844
37976
|
* @throws {RequiredError}
|
|
37845
37977
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37846
37978
|
*/
|
|
@@ -37854,6 +37986,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37854
37986
|
* @summary List non-employee requests
|
|
37855
37987
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeRequestsRequest} requestParameters Request parameters.
|
|
37856
37988
|
* @param {*} [axiosOptions] Override http request option.
|
|
37989
|
+
* @deprecated
|
|
37857
37990
|
* @throws {RequiredError}
|
|
37858
37991
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37859
37992
|
*/
|
|
@@ -37866,6 +37999,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37866
37999
|
* @summary List non-employee sources
|
|
37867
38000
|
* @param {NonEmployeeLifecycleManagementBetaApiListNonEmployeeSourcesRequest} requestParameters Request parameters.
|
|
37868
38001
|
* @param {*} [axiosOptions] Override http request option.
|
|
38002
|
+
* @deprecated
|
|
37869
38003
|
* @throws {RequiredError}
|
|
37870
38004
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37871
38005
|
*/
|
|
@@ -37879,6 +38013,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37879
38013
|
* @summary Patch non-employee record
|
|
37880
38014
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37881
38015
|
* @param {*} [axiosOptions] Override http request option.
|
|
38016
|
+
* @deprecated
|
|
37882
38017
|
* @throws {RequiredError}
|
|
37883
38018
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37884
38019
|
*/
|
|
@@ -37891,6 +38026,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37891
38026
|
* @summary Patch non-employee source\'s schema attribute
|
|
37892
38027
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSchemaAttributeRequest} requestParameters Request parameters.
|
|
37893
38028
|
* @param {*} [axiosOptions] Override http request option.
|
|
38029
|
+
* @deprecated
|
|
37894
38030
|
* @throws {RequiredError}
|
|
37895
38031
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37896
38032
|
*/
|
|
@@ -37903,6 +38039,7 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37903
38039
|
* @summary Patch a non-employee source
|
|
37904
38040
|
* @param {NonEmployeeLifecycleManagementBetaApiPatchNonEmployeeSourceRequest} requestParameters Request parameters.
|
|
37905
38041
|
* @param {*} [axiosOptions] Override http request option.
|
|
38042
|
+
* @deprecated
|
|
37906
38043
|
* @throws {RequiredError}
|
|
37907
38044
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37908
38045
|
*/
|
|
@@ -37911,28 +38048,30 @@ var NonEmployeeLifecycleManagementBetaApi = /** @class */ (function (_super) {
|
|
|
37911
38048
|
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).patchNonEmployeeSource(requestParameters.sourceId, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37912
38049
|
};
|
|
37913
38050
|
/**
|
|
37914
|
-
* This
|
|
37915
|
-
* @summary
|
|
37916
|
-
* @param {
|
|
38051
|
+
* This request will update a non-employee record.
|
|
38052
|
+
* @summary Update non-employee record
|
|
38053
|
+
* @param {NonEmployeeLifecycleManagementBetaApiPutNonEmployeeRecordRequest} requestParameters Request parameters.
|
|
37917
38054
|
* @param {*} [axiosOptions] Override http request option.
|
|
38055
|
+
* @deprecated
|
|
37918
38056
|
* @throws {RequiredError}
|
|
37919
38057
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37920
38058
|
*/
|
|
37921
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
38059
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.putNonEmployeeRecord = function (requestParameters, axiosOptions) {
|
|
37922
38060
|
var _this = this;
|
|
37923
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
38061
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).putNonEmployeeRecord(requestParameters.id, requestParameters.nonEmployeeRequestBodyBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37924
38062
|
};
|
|
37925
38063
|
/**
|
|
37926
|
-
* This
|
|
37927
|
-
* @summary
|
|
37928
|
-
* @param {
|
|
38064
|
+
* This endpoint will reject an approval item request and notify user.
|
|
38065
|
+
* @summary Reject a non-employee request
|
|
38066
|
+
* @param {NonEmployeeLifecycleManagementBetaApiRejectNonEmployeeRequestRequest} requestParameters Request parameters.
|
|
37929
38067
|
* @param {*} [axiosOptions] Override http request option.
|
|
38068
|
+
* @deprecated
|
|
37930
38069
|
* @throws {RequiredError}
|
|
37931
38070
|
* @memberof NonEmployeeLifecycleManagementBetaApi
|
|
37932
38071
|
*/
|
|
37933
|
-
NonEmployeeLifecycleManagementBetaApi.prototype.
|
|
38072
|
+
NonEmployeeLifecycleManagementBetaApi.prototype.rejectNonEmployeeRequest = function (requestParameters, axiosOptions) {
|
|
37934
38073
|
var _this = this;
|
|
37935
|
-
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).
|
|
38074
|
+
return (0, exports.NonEmployeeLifecycleManagementBetaApiFp)(this.configuration).rejectNonEmployeeRequest(requestParameters.id, requestParameters.nonEmployeeRejectApprovalDecisionBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37936
38075
|
};
|
|
37937
38076
|
return NonEmployeeLifecycleManagementBetaApi;
|
|
37938
38077
|
}(base_1.BaseAPI));
|
|
@@ -37999,7 +38138,7 @@ var NotificationsBetaApiAxiosParamCreator = function (configuration) {
|
|
|
37999
38138
|
});
|
|
38000
38139
|
},
|
|
38001
38140
|
/**
|
|
38002
|
-
* This
|
|
38141
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
38003
38142
|
* @summary Create notification template
|
|
38004
38143
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
38005
38144
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -38605,11 +38744,12 @@ var NotificationsBetaApiAxiosParamCreator = function (configuration) {
|
|
|
38605
38744
|
* @summary List notification templates
|
|
38606
38745
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
38607
38746
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
38608
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **
|
|
38747
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in* **medium**: *eq* **locale**: *eq* **name**: *eq, sw* **description**: *eq, sw* **id**: *eq, sw*
|
|
38748
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
38609
38749
|
* @param {*} [axiosOptions] Override http request option.
|
|
38610
38750
|
* @throws {RequiredError}
|
|
38611
38751
|
*/
|
|
38612
|
-
listNotificationTemplates: function (limit, offset, filters, axiosOptions) {
|
|
38752
|
+
listNotificationTemplates: function (limit, offset, filters, sorters, axiosOptions) {
|
|
38613
38753
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
38614
38754
|
return __awaiter(_this, void 0, void 0, function () {
|
|
38615
38755
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -38650,6 +38790,9 @@ var NotificationsBetaApiAxiosParamCreator = function (configuration) {
|
|
|
38650
38790
|
if (filters !== undefined) {
|
|
38651
38791
|
localVarQueryParameter['filters'] = filters;
|
|
38652
38792
|
}
|
|
38793
|
+
if (sorters !== undefined) {
|
|
38794
|
+
localVarQueryParameter['sorters'] = sorters;
|
|
38795
|
+
}
|
|
38653
38796
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
38654
38797
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38655
38798
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -38803,7 +38946,7 @@ var NotificationsBetaApiFp = function (configuration) {
|
|
|
38803
38946
|
});
|
|
38804
38947
|
},
|
|
38805
38948
|
/**
|
|
38806
|
-
* This
|
|
38949
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
38807
38950
|
* @summary Create notification template
|
|
38808
38951
|
* @param {TemplateDtoBeta} templateDtoBeta
|
|
38809
38952
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -39064,17 +39207,18 @@ var NotificationsBetaApiFp = function (configuration) {
|
|
|
39064
39207
|
* @summary List notification templates
|
|
39065
39208
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
39066
39209
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
39067
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **
|
|
39210
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in* **medium**: *eq* **locale**: *eq* **name**: *eq, sw* **description**: *eq, sw* **id**: *eq, sw*
|
|
39211
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
39068
39212
|
* @param {*} [axiosOptions] Override http request option.
|
|
39069
39213
|
* @throws {RequiredError}
|
|
39070
39214
|
*/
|
|
39071
|
-
listNotificationTemplates: function (limit, offset, filters, axiosOptions) {
|
|
39215
|
+
listNotificationTemplates: function (limit, offset, filters, sorters, axiosOptions) {
|
|
39072
39216
|
var _a, _b, _c;
|
|
39073
39217
|
return __awaiter(this, void 0, void 0, function () {
|
|
39074
39218
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
39075
39219
|
return __generator(this, function (_d) {
|
|
39076
39220
|
switch (_d.label) {
|
|
39077
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, axiosOptions)];
|
|
39221
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, sorters, axiosOptions)];
|
|
39078
39222
|
case 1:
|
|
39079
39223
|
localVarAxiosArgs = _d.sent();
|
|
39080
39224
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -39151,7 +39295,7 @@ var NotificationsBetaApiFactory = function (configuration, basePath, axios) {
|
|
|
39151
39295
|
return localVarFp.createDomainDkim(requestParameters.domainAddressBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
39152
39296
|
},
|
|
39153
39297
|
/**
|
|
39154
|
-
* This
|
|
39298
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
39155
39299
|
* @summary Create notification template
|
|
39156
39300
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
39157
39301
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -39269,7 +39413,7 @@ var NotificationsBetaApiFactory = function (configuration, basePath, axios) {
|
|
|
39269
39413
|
*/
|
|
39270
39414
|
listNotificationTemplates: function (requestParameters, axiosOptions) {
|
|
39271
39415
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
39272
|
-
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
39416
|
+
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
39273
39417
|
},
|
|
39274
39418
|
/**
|
|
39275
39419
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
@@ -39318,7 +39462,7 @@ var NotificationsBetaApi = /** @class */ (function (_super) {
|
|
|
39318
39462
|
return (0, exports.NotificationsBetaApiFp)(this.configuration).createDomainDkim(requestParameters.domainAddressBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39319
39463
|
};
|
|
39320
39464
|
/**
|
|
39321
|
-
* This
|
|
39465
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
39322
39466
|
* @summary Create notification template
|
|
39323
39467
|
* @param {NotificationsBetaApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
39324
39468
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -39460,7 +39604,7 @@ var NotificationsBetaApi = /** @class */ (function (_super) {
|
|
|
39460
39604
|
NotificationsBetaApi.prototype.listNotificationTemplates = function (requestParameters, axiosOptions) {
|
|
39461
39605
|
var _this = this;
|
|
39462
39606
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
39463
|
-
return (0, exports.NotificationsBetaApiFp)(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39607
|
+
return (0, exports.NotificationsBetaApiFp)(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
39464
39608
|
};
|
|
39465
39609
|
/**
|
|
39466
39610
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|