diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateProjectResponsePermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateProjectResponsePermissions.g.cs index c37febc0..1fa2e622 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CreateProjectResponsePermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CreateProjectResponsePermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class CreateProjectResponsePermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class CreateProjectResponsePermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public CreateProjectResponsePermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public CreateProjectResponsePermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetMicrofrontendsInGroupResponseProjectPermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetMicrofrontendsInGroupResponseProjectPermissions.g.cs index 61fecf5c..831cfda4 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.GetMicrofrontendsInGroupResponseProjectPermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.GetMicrofrontendsInGroupResponseProjectPermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class GetMicrofrontendsInGroupResponseProjectPermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class GetMicrofrontendsInGroupResponseProjectPermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public GetMicrofrontendsInGroupResponseProjectPermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public GetMicrofrontendsInGroupResponseProjectPermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetProjectResponsePermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetProjectResponsePermissions.g.cs index 82c9f476..764fb6fa 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.GetProjectResponsePermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.GetProjectResponsePermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class GetProjectResponsePermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class GetProjectResponsePermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public GetProjectResponsePermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public GetProjectResponsePermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/Generated/Vercel.Models.GetProjectsResponseVariant3ProjectPermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.GetProjectsResponseVariant3ProjectPermissions.g.cs index 7564206a..0a6505b0 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.GetProjectsResponseVariant3ProjectPermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.GetProjectsResponseVariant3ProjectPermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class GetProjectsResponseVariant3ProjectPermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class GetProjectsResponseVariant3ProjectPermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public GetProjectsResponseVariant3ProjectPermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public GetProjectsResponseVariant3ProjectPermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateMicrofrontendsResponsePermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateMicrofrontendsResponsePermissions.g.cs index c99eba73..1a038b19 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.UpdateMicrofrontendsResponsePermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.UpdateMicrofrontendsResponsePermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class UpdateMicrofrontendsResponsePermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class UpdateMicrofrontendsResponsePermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public UpdateMicrofrontendsResponsePermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public UpdateMicrofrontendsResponsePermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/Generated/Vercel.Models.UpdateProjectResponsePermissions.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UpdateProjectResponsePermissions.g.cs index 839b04fb..a2f2147a 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.UpdateProjectResponsePermissions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.UpdateProjectResponsePermissions.g.cs @@ -716,6 +716,12 @@ public sealed partial class UpdateProjectResponsePermissions [global::System.Text.Json.Serialization.JsonPropertyName("notificationUsageAlert")] public global::System.Collections.Generic.IList? NotificationUsageAlert { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("oidcFederationPolicy")] + public global::System.Collections.Generic.IList? OidcFederationPolicy { get; set; } + /// /// /// @@ -1641,6 +1647,7 @@ public sealed partial class UpdateProjectResponsePermissions /// /// /// + /// /// /// /// @@ -1896,6 +1903,7 @@ public UpdateProjectResponsePermissions( global::System.Collections.Generic.IList? notificationPreferences, global::System.Collections.Generic.IList? notificationStatementOfReasons, global::System.Collections.Generic.IList? notificationUsageAlert, + global::System.Collections.Generic.IList? oidcFederationPolicy, global::System.Collections.Generic.IList? observabilityConfiguration, global::System.Collections.Generic.IList? observabilityFunnel, global::System.Collections.Generic.IList? observabilityNotebook, @@ -2148,6 +2156,7 @@ public UpdateProjectResponsePermissions( this.NotificationPreferences = notificationPreferences; this.NotificationStatementOfReasons = notificationStatementOfReasons; this.NotificationUsageAlert = notificationUsageAlert; + this.OidcFederationPolicy = oidcFederationPolicy; this.ObservabilityConfiguration = observabilityConfiguration; this.ObservabilityFunnel = observabilityFunnel; this.ObservabilityNotebook = observabilityNotebook; diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index 2a0c52d1..db113029 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -62802,6 +62802,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -81371,6 +81377,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -87246,6 +87258,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -93356,6 +93374,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -99045,6 +99069,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -114268,6 +114298,12 @@ }, "type": "array" }, + "oidcFederationPolicy": { + "items": { + "$ref": "#/components/schemas/ACLAction" + }, + "type": "array" + }, "observabilityConfiguration": { "items": { "$ref": "#/components/schemas/ACLAction" @@ -118111,7 +118147,6 @@ "description": "A port number to expose from the sandbox. Must be between 1024 and 65535.", "not": { "enum": [ - 8080, 23456 ] }, @@ -119562,7 +119597,6 @@ "description": "A port number to expose from the sandbox. Must be between 1024 and 65535.", "not": { "enum": [ - 8080, 23456 ] }, @@ -140215,8 +140249,8 @@ "drain-created", "drain-deleted", "drain-disabled", - "drain-enabled", "drain-updated", + "drain-enabled", "edge-cache-dangerously-delete-by-src-images", "edge-cache-dangerously-delete-by-tags", "edge-cache-invalidate-by-src-images", @@ -140969,8 +141003,8 @@ "drain-created", "drain-deleted", "drain-disabled", - "drain-enabled", "drain-updated", + "drain-enabled", "edge-cache-dangerously-delete-by-src-images", "edge-cache-dangerously-delete-by-tags", "edge-cache-invalidate-by-src-images", @@ -141516,8 +141550,8 @@ "drain-created", "drain-deleted", "drain-disabled", - "drain-enabled", "drain-updated", + "drain-enabled", "edge-cache-dangerously-delete-by-src-images", "edge-cache-dangerously-delete-by-tags", "edge-cache-invalidate-by-src-images",