@socotra/ec-react-utils 2.14.1 → 2.14.2-next.1
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 +2 -2
- 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
|
@@ -10365,7 +10365,7 @@ e.object({
|
|
|
10365
10365
|
dueTime: e.string(),
|
|
10366
10366
|
generatedTime: e.string(),
|
|
10367
10367
|
timezone: e.string(),
|
|
10368
|
-
invoiceItems: gh.array(),
|
|
10368
|
+
invoiceItems: gh.array().optional(),
|
|
10369
10369
|
totalAmount: e.number().optional(),
|
|
10370
10370
|
totalRemainingAmount: e.number().optional(),
|
|
10371
10371
|
unsettledTime: e.string().optional(),
|
|
@@ -13391,7 +13391,7 @@ sl.merge(
|
|
|
13391
13391
|
e.object({
|
|
13392
13392
|
deadlineTime: _,
|
|
13393
13393
|
references: e.array(Gr),
|
|
13394
|
-
assignedTo: F
|
|
13394
|
+
assignedTo: F.optional()
|
|
13395
13395
|
})
|
|
13396
13396
|
);
|
|
13397
13397
|
ll.merge(
|