|
@@ -252,7 +252,10 @@ export interface Meta {
|
|
|
'ol-ssoDisabled': boolean
|
|
'ol-ssoDisabled': boolean
|
|
|
'ol-ssoErrorMessage': string
|
|
'ol-ssoErrorMessage': string
|
|
|
'ol-stripeAccountId': string
|
|
'ol-stripeAccountId': string
|
|
|
- 'ol-stripeCustomerId': string
|
|
|
|
|
|
|
+ 'ol-stripeSubscriptionData': {
|
|
|
|
|
+ customerId: string
|
|
|
|
|
+ subscriptionState: string | null
|
|
|
|
|
+ }
|
|
|
'ol-subscription': any // TODO: mixed types, split into two fields
|
|
'ol-subscription': any // TODO: mixed types, split into two fields
|
|
|
'ol-subscriptionChangePreview': SubscriptionChangePreview
|
|
'ol-subscriptionChangePreview': SubscriptionChangePreview
|
|
|
'ol-subscriptionFeatures': {
|
|
'ol-subscriptionFeatures': {
|