Compare commits

..

1 Commits

Author SHA1 Message Date
5c5c92bf69 Merge commit '88634a32e9919c283284fa52bf1d197582058706' into HEAD 2026-06-08 16:21:06 -07:00
2 changed files with 0 additions and 2 deletions

View File

@@ -331,7 +331,6 @@ export type EditableShotFieldInputGql = {
export enum EntitlementSourceTypeEnum {
Admin = "ADMIN",
AlphaLegacy = "ALPHA_LEGACY",
Apple = "APPLE",
Manual = "MANUAL",
Stripe = "STRIPE",
}

View File

@@ -1020,7 +1020,6 @@ enum EntitlementSourceTypeEnum {
ADMIN
MANUAL
STRIPE
APPLE
ALPHA_LEGACY
}