@socotra/ec-react-utils 2.15.4 → 2.15.6
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.es.js +6 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -9994,7 +9994,8 @@ const Fy = e.object({
|
|
|
9994
9994
|
scope: $y,
|
|
9995
9995
|
format: Pn.optional(),
|
|
9996
9996
|
selectionTimeBasis: zl.optional(),
|
|
9997
|
-
trigger: Ly.optional()
|
|
9997
|
+
trigger: Ly.optional(),
|
|
9998
|
+
templateSnippets: e.array(e.string()).optional()
|
|
9998
9999
|
}), Zy = e.record(Fy), Uy = e.object({
|
|
9999
10000
|
...bl.shape,
|
|
10000
10001
|
displayName: e.string().optional(),
|
|
@@ -10004,7 +10005,7 @@ const Fy = e.object({
|
|
|
10004
10005
|
dueLeadDays: e.number().optional(),
|
|
10005
10006
|
installmentWeights: e.array(e.number()).optional(),
|
|
10006
10007
|
maxInstallmentsPerTerm: e.number().optional(),
|
|
10007
|
-
invoiceFeeAmounts: R
|
|
10008
|
+
invoiceFeeAmounts: R.optional()
|
|
10008
10009
|
}), Gy = e.record(Uy), Ky = e.object({
|
|
10009
10010
|
...Tl.shape,
|
|
10010
10011
|
activities: e.record(e.record(Ny)).optional(),
|
|
@@ -11737,7 +11738,9 @@ const Tb = bb.merge(
|
|
|
11737
11738
|
createdAt: j,
|
|
11738
11739
|
createdBy: B,
|
|
11739
11740
|
readyAt: j.optional(),
|
|
11740
|
-
renderingData: R.optional()
|
|
11741
|
+
renderingData: R.optional(),
|
|
11742
|
+
consolidatedFrom: e.array(e.string()).optional(),
|
|
11743
|
+
consolidatedTo: e.array(e.string()).optional()
|
|
11741
11744
|
})
|
|
11742
11745
|
);
|
|
11743
11746
|
K(Tb);
|