Skip to content

Commit

Permalink
Update open API generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed May 15, 2024
1 parent 23cd5fe commit 380c1e1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Asset Criticality Common Schema
* version: 1.0.0
* version: 1
*/

export type IdField = z.infer<typeof IdField>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Get Asset Criticality Privileges Schema
* version: 1.0.0
* version: 1
*/

export type EntityAnalyticsPrivileges = z.infer<typeof EntityAnalyticsPrivileges>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Asset Criticality Status Schema
* version: 1.0.0
* version: 1
*/

export type AssetCriticalityStatusResponse = z.infer<typeof AssetCriticalityStatusResponse>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Asset Criticality Create Record Schema
* version: 1.0.0
* version: 1
*/

export type ErrorItem = z.infer<typeof ErrorItem>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Entity Analytics Common Schema
* version: 1.0.0
* version: 1
*/

import { AssetCriticalityLevel } from '../asset_criticality/common.gen';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

export type RiskEngineDisableResponse = z.infer<typeof RiskEngineDisableResponse>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

export type RiskEngineEnableResponse = z.infer<typeof RiskEngineEnableResponse>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

export type RiskEngineInitResult = z.infer<typeof RiskEngineInitResult>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

import { DateRange } from '../common/common.gen';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

export type RiskEngineStatus = z.infer<typeof RiskEngineStatus>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

import { IdentifierType, EntityRiskScoreRecord } from '../common/common.gen';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { z } from 'zod';
*
* info:
* title: Risk Scoring API
* version: 1.0.0
* version: 1
*/

import {
Expand Down

0 comments on commit 380c1e1

Please sign in to comment.