@infrab4a/connect 2.0.2 → 2.0.4
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 +5 -12
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/domain/generic/repository/enums/where.enum.d.ts +1 -0
- package/domain/shop-settings/models/home.d.ts +1 -0
- package/esm2015/domain/generic/repository/enums/where.enum.js +2 -1
- package/esm2015/domain/shop-settings/models/home.js +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.js +2 -1
- package/fesm2015/infrab4a-connect.js +2 -0
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
exports.Where = void 0;
|
|
49
49
|
(function (Where) {
|
|
50
50
|
Where["EQUALS"] = "==";
|
|
51
|
+
Where["NOTEQUALS"] = "!=";
|
|
51
52
|
Where["GT"] = ">";
|
|
52
53
|
Where["GTE"] = ">=";
|
|
53
54
|
Where["IN"] = "in";
|
|
@@ -289,7 +290,7 @@
|
|
|
289
290
|
Status["CANCELLED"] = "Cancelado";
|
|
290
291
|
})(exports.Status || (exports.Status = {}));
|
|
291
292
|
|
|
292
|
-
|
|
293
|
+
/*! *****************************************************************************
|
|
293
294
|
Copyright (c) Microsoft Corporation.
|
|
294
295
|
|
|
295
296
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -387,7 +388,7 @@
|
|
|
387
388
|
function step(op) {
|
|
388
389
|
if (f)
|
|
389
390
|
throw new TypeError("Generator is already executing.");
|
|
390
|
-
while (
|
|
391
|
+
while (_)
|
|
391
392
|
try {
|
|
392
393
|
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
394
|
return t;
|
|
@@ -451,11 +452,7 @@
|
|
|
451
452
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
452
453
|
if (k2 === undefined)
|
|
453
454
|
k2 = k;
|
|
454
|
-
|
|
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
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
459
456
|
}) : (function (o, m, k, k2) {
|
|
460
457
|
if (k2 === undefined)
|
|
461
458
|
k2 = k;
|
|
@@ -610,11 +607,6 @@
|
|
|
610
607
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
611
608
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
612
609
|
}
|
|
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
|
-
}
|
|
618
610
|
|
|
619
611
|
var Edition = /** @class */ (function (_super) {
|
|
620
612
|
__extends(Edition, _super);
|
|
@@ -3821,6 +3813,7 @@
|
|
|
3821
3813
|
'shopAvailability',
|
|
3822
3814
|
'sku',
|
|
3823
3815
|
'rate',
|
|
3816
|
+
'tags',
|
|
3824
3817
|
] }, ((options === null || options === void 0 ? void 0 : options.limit) ? { limits: { limit: options === null || options === void 0 ? void 0 : options.limit } } : {})))];
|
|
3825
3818
|
case 1:
|
|
3826
3819
|
productsData = (_c.sent()).data;
|