From 239d2b771558ad07e197e63033975c2503681a21 Mon Sep 17 00:00:00 2001 From: socket-bot Date: Wed, 15 Jul 2026 08:13:09 +0000 Subject: [PATCH] fix(openapi): sync with openapi definition --- openapi.json | 1 + types/api.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/openapi.json b/openapi.json index 44aa6a9f..77a97126 100644 --- a/openapi.json +++ b/openapi.json @@ -37647,6 +37647,7 @@ "SetLabelSettingToDefault", "SetSsoBypassMemberships", "SetSsoBypassRbacRoles", + "StartAlertPolicyMigrationPreview", "SSOEmailVerificationCompleted", "SSOLoginCompleted", "SvdBackfillLegacyOverlay", diff --git a/types/api.d.ts b/types/api.d.ts index 37626b1c..989eee8f 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -21629,6 +21629,7 @@ export interface operations { | 'SetLabelSettingToDefault' | 'SetSsoBypassMemberships' | 'SetSsoBypassRbacRoles' + | 'StartAlertPolicyMigrationPreview' | 'SSOEmailVerificationCompleted' | 'SSOLoginCompleted' | 'SvdBackfillLegacyOverlay'