@socotra/ec-react-utils 2.20.1 → 2.21.0-next.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/dist/index.d.ts +2 -0
- package/dist/index.es.js +11881 -11572
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ declare interface DataModelToJsonSchemaProps {
|
|
|
100
100
|
rootDisplayName?: string;
|
|
101
101
|
account?: AccountResponse;
|
|
102
102
|
quote?: QuoteResponse;
|
|
103
|
+
isStaticData?: boolean;
|
|
103
104
|
element?: ElementResponse;
|
|
104
105
|
transactionElement?: ElementResponse;
|
|
105
106
|
customDataTypeKey?: string;
|
|
@@ -470,6 +471,7 @@ export declare const getDefaultQuoteValues: (quote: QuoteResponse, productModel:
|
|
|
470
471
|
autoRenewalPlanName: string | undefined;
|
|
471
472
|
};
|
|
472
473
|
coverageTerms: Record<string, string>;
|
|
474
|
+
static: Record<string, any> | undefined;
|
|
473
475
|
};
|
|
474
476
|
|
|
475
477
|
/**
|