Add Apple entitlement source enum
All checks were successful
Tests / Tests (pull_request) Successful in 28s

This commit is contained in:
2026-06-11 12:43:03 -07:00
parent 7cef75b2ca
commit 4e3f649a2c
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
}