@@ -1236,8 +1236,7 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
12361236 } ,
12371237 controlAssessmentResultId : {
12381238 type : 'string' ,
1239- description :
1240- 'Exact decimal identifier as a string' ,
1239+ description : 'Exact decimal identifier as a string' ,
12411240 } ,
12421241 controlId : { type : 'string' , description : 'Exact decimal identifier as a string' } ,
12431242 groupKey : {
@@ -1265,8 +1264,7 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
12651264 } ,
12661265 processAssessmentResultId : {
12671266 type : 'string' ,
1268- description :
1269- 'Exact decimal identifier as a string' ,
1267+ description : 'Exact decimal identifier as a string' ,
12701268 } ,
12711269 processId : { type : 'string' , description : 'Exact decimal identifier as a string' } ,
12721270 provisioningInfo : {
@@ -1286,8 +1284,7 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
12861284 } ,
12871285 riskAssessmentResultId : {
12881286 type : 'string' ,
1289- description :
1290- 'Exact decimal identifier as a string' ,
1287+ description : 'Exact decimal identifier as a string' ,
12911288 } ,
12921289 riskId : { type : 'string' , description : 'Exact decimal identifier as a string' } ,
12931290 roleTypeKey : {
@@ -1302,8 +1299,7 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
13021299 } ,
13031300 securityAssignmentId : {
13041301 type : 'string' ,
1305- description :
1306- 'Exact decimal identifier as a string' ,
1302+ description : 'Exact decimal identifier as a string' ,
13071303 } ,
13081304 simulationResultKey : {
13091305 type : 'string' ,
@@ -1334,8 +1330,7 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
13341330 offset : { type : 'number' , description : 'Zero-based page offset' } ,
13351331 totalResults : {
13361332 type : 'boolean' ,
1337- description :
1338- 'Request estimated total count' ,
1333+ description : 'Request estimated total count' ,
13391334 } ,
13401335 } ,
13411336 outputs : {
@@ -1355,24 +1350,20 @@ export const OracleFusionRiskManagementBlock: BlockConfig = {
13551350 offset : { type : 'number' , description : 'Offset of this page' } ,
13561351 nextOffset : {
13571352 type : 'number' ,
1358- description :
1359- 'Offset for the next explicit request when another page exists' ,
1353+ description : 'Offset for the next explicit request when another page exists' ,
13601354 } ,
13611355 totalResults : {
13621356 type : 'number' ,
1363- description :
1364- 'Estimated total count when requested and returned' ,
1357+ description : 'Estimated total count when requested and returned' ,
13651358 } ,
13661359 deleted : { type : 'boolean' , description : 'Deletion acknowledged by Oracle for delete actions' } ,
13671360 requestId : {
13681361 type : 'string' ,
1369- description :
1370- 'Submitted access-simulation tracking ID; analysis may still be pending' ,
1362+ description : 'Submitted access-simulation tracking ID; analysis may still be pending' ,
13711363 } ,
13721364 status : {
13731365 type : 'string' ,
1374- description :
1375- 'Simulation job status returned by Get Access Simulation Status' ,
1366+ description : 'Simulation job status returned by Get Access Simulation Status' ,
13761367 } ,
13771368 } ,
13781369}
0 commit comments