@pisell/pisellos 0.0.61 → 0.0.62
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.
|
@@ -458,7 +458,7 @@ export var CartModule = /*#__PURE__*/function (_BaseModule) {
|
|
|
458
458
|
case ECartItemCheckType.Account:
|
|
459
459
|
result = !!holder || !!(metadata !== null && metadata !== void 0 && metadata.account);
|
|
460
460
|
break;
|
|
461
|
-
case ECartItemCheckType.
|
|
461
|
+
case ECartItemCheckType.Resources:
|
|
462
462
|
result = !!(resources !== null && resources !== void 0 && resources.length);
|
|
463
463
|
break;
|
|
464
464
|
case ECartItemCheckType.Date:
|
|
@@ -22,7 +22,7 @@ export var ECartItemInfoType = /*#__PURE__*/function (ECartItemInfoType) {
|
|
|
22
22
|
*/
|
|
23
23
|
export var ECartItemCheckType = /*#__PURE__*/function (ECartItemCheckType) {
|
|
24
24
|
ECartItemCheckType["Account"] = "account";
|
|
25
|
-
ECartItemCheckType["
|
|
25
|
+
ECartItemCheckType["Resources"] = "resources";
|
|
26
26
|
ECartItemCheckType["Date"] = "date";
|
|
27
27
|
ECartItemCheckType["RelationForms"] = "relationForms";
|
|
28
28
|
return ECartItemCheckType;
|
|
@@ -288,7 +288,7 @@ var CartModule = class extends import_BaseModule.BaseModule {
|
|
|
288
288
|
case import_types.ECartItemCheckType.Account:
|
|
289
289
|
result = !!holder || !!(metadata == null ? void 0 : metadata.account);
|
|
290
290
|
break;
|
|
291
|
-
case import_types.ECartItemCheckType.
|
|
291
|
+
case import_types.ECartItemCheckType.Resources:
|
|
292
292
|
result = !!(resources == null ? void 0 : resources.length);
|
|
293
293
|
break;
|
|
294
294
|
case import_types.ECartItemCheckType.Date:
|
|
@@ -40,7 +40,7 @@ var ECartItemInfoType = /* @__PURE__ */ ((ECartItemInfoType2) => {
|
|
|
40
40
|
})(ECartItemInfoType || {});
|
|
41
41
|
var ECartItemCheckType = /* @__PURE__ */ ((ECartItemCheckType2) => {
|
|
42
42
|
ECartItemCheckType2["Account"] = "account";
|
|
43
|
-
ECartItemCheckType2["
|
|
43
|
+
ECartItemCheckType2["Resources"] = "resources";
|
|
44
44
|
ECartItemCheckType2["Date"] = "date";
|
|
45
45
|
ECartItemCheckType2["RelationForms"] = "relationForms";
|
|
46
46
|
return ECartItemCheckType2;
|