@tellescope/types-models 1.230.2 → 1.232.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 +4 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +4 -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 +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1681,6 +1681,10 @@ export type FormFieldOptions = FormFieldValidation & {
|
|
|
1681
1681
|
saveIntakeOnPartial?: boolean;
|
|
1682
1682
|
stripeKey?: string;
|
|
1683
1683
|
stripeProductSelectionMode?: boolean;
|
|
1684
|
+
productConditions?: {
|
|
1685
|
+
productId: string;
|
|
1686
|
+
showCondition: CompoundFilter<string>;
|
|
1687
|
+
}[];
|
|
1684
1688
|
dataSource?: string;
|
|
1685
1689
|
canvasDocumentCoding?: Pick<CanvasCoding, 'system' | 'code'>;
|
|
1686
1690
|
canvasDocumentType?: CanvasCoding;
|