@tellescope/types-models 1.148.0 → 1.150.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1455,6 +1455,7 @@ export type FormFieldOptions = FormFieldValidation & {
1455
1455
  redirectExternalUrl?: string;
1456
1456
  groupPadding?: number;
1457
1457
  saveIntakeOnPartial?: boolean;
1458
+ stripeKey?: string;
1458
1459
  };
1459
1460
  export type MultipleChoiceOptions = Pick<FormFieldOptions, 'choices' | 'radio' | 'other'>;
1460
1461
  export type FormFieldCalloutConditionComparison = 'Equals';
@@ -2077,6 +2078,8 @@ export interface Product extends Product_readonly, Product_required, Product_upd
2077
2078
  showInPortal?: boolean;
2078
2079
  categories?: string[];
2079
2080
  maxCheckoutCount?: number | '';
2081
+ stripeSubscriptionId?: string;
2082
+ stripeProductId?: string;
2080
2083
  }
2081
2084
  export interface Purchase_readonly extends ClientRecord {
2082
2085
  }
@@ -2924,6 +2927,7 @@ export interface AutomatedAction_updatesDisabled {
2924
2927
  }
2925
2928
  export interface AutomatedAction extends AutomatedAction_readonly, AutomatedAction_required, AutomatedAction_updatesDisabled {
2926
2929
  isNOP?: boolean;
2930
+ cancelledBy?: string;
2927
2931
  }
2928
2932
  export interface UserLog_readonly extends ClientRecord {
2929
2933
  userId: string;