Skip to content

Commit c8f9a53

Browse files
committed
chore(types): regenerate openapi types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e757064 commit c8f9a53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/openapi/openapi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ export type components = {
15191519
effectiveValue: string;
15201520
sourceScope: string;
15211521
};
1522-
PolicySnapshotIntegerEntry: {
1522+
PolicySnapshotNumericEntry: {
15231523
/** Format: int64 */
15241524
effectiveValue: number;
15251525
sourceScope: string;
@@ -1719,7 +1719,7 @@ export type components = {
17191719
status_changed_at?: string;
17201720
};
17211721
ValidatePolicySnapshot: {
1722-
docmdp?: components["schemas"]["PolicySnapshotIntegerEntry"];
1722+
docmdp?: components["schemas"]["PolicySnapshotNumericEntry"];
17231723
signature_flow?: components["schemas"]["PolicySnapshotEntry"];
17241724
};
17251725
ValidatedChildFile: {

0 commit comments

Comments
 (0)