Skip to content

Commit 7ffcc51

Browse files
committed
fix(types): mirror docmdp snapshot typing in full types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3099b00 commit 7ffcc51

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/types/openapi/openapi-full.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,11 @@ export type components = {
21832183
effectiveValue: string;
21842184
sourceScope: string;
21852185
};
2186+
PolicySnapshotIntegerEntry: {
2187+
/** Format: int64 */
2188+
effectiveValue: number;
2189+
sourceScope: string;
2190+
};
21862191
ProgressError: {
21872192
message: string;
21882193
/** Format: int64 */
@@ -2445,6 +2450,7 @@ export type components = {
24452450
status_changed_at?: string;
24462451
};
24472452
ValidatePolicySnapshot: {
2453+
docmdp?: components["schemas"]["PolicySnapshotIntegerEntry"];
24482454
signature_flow?: components["schemas"]["PolicySnapshotEntry"];
24492455
};
24502456
ValidatedChildFile: {

0 commit comments

Comments
 (0)