Add Apple entitlement source enum #252

Merged
loewy merged 1 commits from apple-entitlement-source-enum into master 2026-06-11 21:55:26 +00:00
2 changed files with 2 additions and 0 deletions

View File

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

View File

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