@infrab4a/connect 2.0.3 → 2.0.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/bundles/infrab4a-connect.umd.js +12 -4
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.js +1 -2
- package/fesm2015/infrab4a-connect.js +0 -1
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
Status["CANCELLED"] = "Cancelado";
|
|
290
290
|
})(exports.Status || (exports.Status = {}));
|
|
291
291
|
|
|
292
|
-
|
|
292
|
+
/******************************************************************************
|
|
293
293
|
Copyright (c) Microsoft Corporation.
|
|
294
294
|
|
|
295
295
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
function step(op) {
|
|
388
388
|
if (f)
|
|
389
389
|
throw new TypeError("Generator is already executing.");
|
|
390
|
-
while (_)
|
|
390
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
391
391
|
try {
|
|
392
392
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
393
393
|
return t;
|
|
@@ -451,7 +451,11 @@
|
|
|
451
451
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
452
452
|
if (k2 === undefined)
|
|
453
453
|
k2 = k;
|
|
454
|
-
Object.
|
|
454
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
455
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
456
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
457
|
+
}
|
|
458
|
+
Object.defineProperty(o, k2, desc);
|
|
455
459
|
}) : (function (o, m, k, k2) {
|
|
456
460
|
if (k2 === undefined)
|
|
457
461
|
k2 = k;
|
|
@@ -606,6 +610,11 @@
|
|
|
606
610
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
607
611
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
608
612
|
}
|
|
613
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
614
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
615
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
616
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
617
|
+
}
|
|
609
618
|
|
|
610
619
|
var Edition = /** @class */ (function (_super) {
|
|
611
620
|
__extends(Edition, _super);
|
|
@@ -3812,7 +3821,6 @@
|
|
|
3812
3821
|
'shopAvailability',
|
|
3813
3822
|
'sku',
|
|
3814
3823
|
'rate',
|
|
3815
|
-
'tags',
|
|
3816
3824
|
] }, ((options === null || options === void 0 ? void 0 : options.limit) ? { limits: { limit: options === null || options === void 0 ? void 0 : options.limit } } : {})))];
|
|
3817
3825
|
case 1:
|
|
3818
3826
|
productsData = (_c.sent()).data;
|