Skip to content

Commit 3099b00

Browse files
committed
fix(types): align openapi snapshot typing for docmdp
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6605f1d commit 3099b00

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/types/openapi/openapi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,11 @@ export type components = {
15191519
effectiveValue: string;
15201520
sourceScope: string;
15211521
};
1522+
PolicySnapshotIntegerEntry: {
1523+
/** Format: int64 */
1524+
effectiveValue: number;
1525+
sourceScope: string;
1526+
};
15221527
ProgressError: {
15231528
message: string;
15241529
/** Format: int64 */
@@ -1714,6 +1719,7 @@ export type components = {
17141719
status_changed_at?: string;
17151720
};
17161721
ValidatePolicySnapshot: {
1722+
docmdp?: components["schemas"]["PolicySnapshotIntegerEntry"];
17171723
signature_flow?: components["schemas"]["PolicySnapshotEntry"];
17181724
};
17191725
ValidatedChildFile: {

0 commit comments

Comments
 (0)