diff --git a/services/web/frontend/js/utils/meta.ts b/services/web/frontend/js/utils/meta.ts index 31b5de8362..a062ea3ec8 100644 --- a/services/web/frontend/js/utils/meta.ts +++ b/services/web/frontend/js/utils/meta.ts @@ -278,6 +278,7 @@ export interface Meta { customerId: string subscriptionState: string | null paymentProviderService: StripePaymentProviderService | null + segment: string | null } 'ol-subscription': any // TODO: mixed types, split into two fields 'ol-subscriptionChangePreview': SubscriptionChangePreview diff --git a/services/web/types/admin-capabilities.ts b/services/web/types/admin-capabilities.ts index 8d9c70c786..6061bbee20 100644 --- a/services/web/types/admin-capabilities.ts +++ b/services/web/types/admin-capabilities.ts @@ -26,6 +26,7 @@ export type AdminCapability = | 'view-split-test' | 'view-user-additional-info' | 'create-stripe-account' + | 'update-stripe-customer-segment' export type AdminRole = | 'engagement'