Skip to content

Commit 6b3eadb

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/openapi/openapi-full.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@ export type components = {
21832183
effectiveValue: string;
21842184
sourceScope: string;
21852185
};
2186-
PolicySnapshotIntegerEntry: {
2186+
PolicySnapshotNumericEntry: {
21872187
/** Format: int64 */
21882188
effectiveValue: number;
21892189
sourceScope: string;
@@ -2450,7 +2450,7 @@ export type components = {
24502450
status_changed_at?: string;
24512451
};
24522452
ValidatePolicySnapshot: {
2453-
docmdp?: components["schemas"]["PolicySnapshotIntegerEntry"];
2453+
docmdp?: components["schemas"]["PolicySnapshotNumericEntry"];
24542454
signature_flow?: components["schemas"]["PolicySnapshotEntry"];
24552455
};
24562456
ValidatedChildFile: {

0 commit comments

Comments
 (0)