@one-commerce/sdk-core 1.21.0-UNITYONE-12325.0 → 1.22.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/bundles/bundle.esm.js +4 -0
- package/lib/bundles/bundle.esm.js.map +1 -1
- package/lib/bundles/bundle.esm.min.js +1 -1
- package/lib/bundles/bundle.esm.min.js.map +1 -1
- package/lib/bundles/bundle.umd.js +4 -0
- package/lib/bundles/bundle.umd.js.map +1 -1
- package/lib/bundles/bundle.umd.min.js +1 -1
- package/lib/bundles/bundle.umd.min.js.map +1 -1
- package/lib/cjs/backoffice/context.js +6 -0
- package/lib/cjs/backoffice/context.js.map +1 -1
- package/lib/cjs/backoffice/services.js.map +1 -1
- package/lib/esm/backoffice/context.js +6 -0
- package/lib/esm/backoffice/context.js.map +1 -1
- package/lib/esm/backoffice/services.js.map +1 -1
- package/lib/types/backoffice/context.d.ts +5 -2
- package/lib/types/backoffice/context.d.ts.map +1 -1
- package/lib/types/backoffice/services.d.ts +5 -1
- package/lib/types/backoffice/services.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -346,6 +346,10 @@ var AddToCartContext = /*#__PURE__*/function (_ContextCallClass) {
|
|
|
346
346
|
|
|
347
347
|
_defineProperty(_assertThisInitialized(_this2), "meta", void 0);
|
|
348
348
|
|
|
349
|
+
_defineProperty(_assertThisInitialized(_this2), "pluginProductLines", void 0);
|
|
350
|
+
|
|
351
|
+
_defineProperty(_assertThisInitialized(_this2), "productLines", void 0);
|
|
352
|
+
|
|
349
353
|
return _this2;
|
|
350
354
|
}
|
|
351
355
|
|