diff --git a/deps/github.com/pomerium/enterprise-client b/deps/github.com/pomerium/enterprise-client index fd1416a..ceb3a11 160000 --- a/deps/github.com/pomerium/enterprise-client +++ b/deps/github.com/pomerium/enterprise-client @@ -1 +1 @@ -Subproject commit fd1416ab0031a135178236c4b9cd757595f11262 +Subproject commit ceb3a11398c747192535da0707a2191d71226a7a diff --git a/src/pomerium-console/google/protobuf/descriptor.ts b/src/pomerium-console/google/protobuf/descriptor.ts index 1088f23..c52d8d9 100644 --- a/src/pomerium-console/google/protobuf/descriptor.ts +++ b/src/pomerium-console/google/protobuf/descriptor.ts @@ -2181,6 +2181,12 @@ export enum Edition { * @generated from protobuf enum value: EDITION_2024 = 1001; */ EDITION_2024 = 1001, + /** + * A placeholder edition for developing and testing unscheduled features. + * + * @generated from protobuf enum value: EDITION_UNSTABLE = 9999; + */ + EDITION_UNSTABLE = 9999, /** * Placeholder editions for testing feature resolution. These should not be * used or relied on outside of tests.