@infrab4a/connect 1.0.0-beta.40 → 1.0.0-beta.41
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 +2 -2
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.js +2 -2
- package/fesm2015/infrab4a-connect.js +1 -1
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -4046,11 +4046,11 @@
|
|
|
4046
4046
|
update: { get: function () { return _super_1.prototype.update; } }
|
|
4047
4047
|
});
|
|
4048
4048
|
return __awaiter(this, void 0, void 0, function () {
|
|
4049
|
-
var categories, kitProducts, reviews, checkId, shopAvailability, data, plainData, id, product, _c, _d, _e, _f, _g, _h;
|
|
4049
|
+
var categories, kitProducts, reviews, checkId, shopAvailability, rate, data, plainData, id, product, _c, _d, _e, _f, _g, _h;
|
|
4050
4050
|
return __generator(this, function (_j) {
|
|
4051
4051
|
switch (_j.label) {
|
|
4052
4052
|
case 0:
|
|
4053
|
-
categories = params.categories, kitProducts = params.kitProducts, reviews = params.reviews, checkId = params.id, shopAvailability = params.shopAvailability, data = __rest(params, ["categories", "kitProducts", "reviews", "id", "shopAvailability"]);
|
|
4053
|
+
categories = params.categories, kitProducts = params.kitProducts, reviews = params.reviews, checkId = params.id, shopAvailability = params.shopAvailability, rate = params.rate, data = __rest(params, ["categories", "kitProducts", "reviews", "id", "shopAvailability", "rate"]);
|
|
4054
4054
|
plainData = this.paramsToPlain({ id: checkId });
|
|
4055
4055
|
return [4 /*yield*/, this.getId(plainData.id)];
|
|
4056
4056
|
case 1:
|