Skip to content

Commit 1967e77

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
chore(oracle-fusion): apply final CI style suggestions
1 parent f8f5e8c commit 1967e77

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

‎apps/sim/blocks/blocks/oracle_fusion_risk_management.ts‎

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

‎apps/sim/tools/registry.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,8 +3445,8 @@ import {
34453445
oracleFusionRiskManagementListControlCommentsTool,
34463446
oracleFusionRiskManagementListControlPerspectivesTool,
34473447
oracleFusionRiskManagementListControlRisksTool,
3448-
oracleFusionRiskManagementListControlTestPlansTool,
34493448
oracleFusionRiskManagementListControlsTool,
3449+
oracleFusionRiskManagementListControlTestPlansTool,
34503450
oracleFusionRiskManagementListGroupEligibleUsersTool,
34513451
oracleFusionRiskManagementListGroupMembersTool,
34523452
oracleFusionRiskManagementListGroupSecurityAssignmentsTool,
@@ -3459,9 +3459,9 @@ import {
34593459
oracleFusionRiskManagementListProcessActionItemsTool,
34603460
oracleFusionRiskManagementListProcessAssessmentResultsTool,
34613461
oracleFusionRiskManagementListProcessCommentsTool,
3462+
oracleFusionRiskManagementListProcessesTool,
34623463
oracleFusionRiskManagementListProcessPerspectivesTool,
34633464
oracleFusionRiskManagementListProcessRisksTool,
3464-
oracleFusionRiskManagementListProcessesTool,
34653465
oracleFusionRiskManagementListRiskAssessmentResultsTool,
34663466
oracleFusionRiskManagementListRiskCommentsTool,
34673467
oracleFusionRiskManagementListRiskControlsTool,

0 commit comments

Comments
 (0)