@tellescope/types-models 1.148.0 → 1.149.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.
- package/lib/cjs/index.d.ts +3 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +3 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +3 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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
|
}
|