@infrab4a/connect 4.19.0-beta.0 → 4.19.0-beta.2
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/index.cjs.js
CHANGED
|
@@ -2171,7 +2171,7 @@ exports.CouponOldCategories = void 0;
|
|
|
2171
2171
|
})(exports.CouponOldCategories || (exports.CouponOldCategories = {}));
|
|
2172
2172
|
exports.CouponCategories = void 0;
|
|
2173
2173
|
(function (CouponCategories) {
|
|
2174
|
-
CouponCategories["
|
|
2174
|
+
CouponCategories["API_LOJAUNICO"] = "API_LOJAUNICO";
|
|
2175
2175
|
CouponCategories["COMPRE_E_GANHE"] = "COMPRE_E_GANHE";
|
|
2176
2176
|
CouponCategories["DESCONTO"] = "DESCONTO";
|
|
2177
2177
|
CouponCategories["REEMBOLSO"] = "REEMBOLSO";
|
package/index.esm.js
CHANGED
|
@@ -2165,7 +2165,7 @@ var CouponOldCategories;
|
|
|
2165
2165
|
})(CouponOldCategories || (CouponOldCategories = {}));
|
|
2166
2166
|
var CouponCategories;
|
|
2167
2167
|
(function (CouponCategories) {
|
|
2168
|
-
CouponCategories["
|
|
2168
|
+
CouponCategories["API_LOJAUNICO"] = "API_LOJAUNICO";
|
|
2169
2169
|
CouponCategories["COMPRE_E_GANHE"] = "COMPRE_E_GANHE";
|
|
2170
2170
|
CouponCategories["DESCONTO"] = "DESCONTO";
|
|
2171
2171
|
CouponCategories["REEMBOLSO"] = "REEMBOLSO";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infrab4a/connect",
|
|
3
|
-
"version": "4.19.0-beta.
|
|
3
|
+
"version": "4.19.0-beta.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org"
|
|
6
6
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"class-transformer": "^0.5.1",
|
|
14
14
|
"date-fns": "^2.28.0",
|
|
15
15
|
"debug": "^4.3.4",
|
|
16
|
-
"firebase": "^
|
|
16
|
+
"firebase": "^9.22.0",
|
|
17
17
|
"gql-query-builder": "3.7.0",
|
|
18
18
|
"lodash": "^4.17.21",
|
|
19
19
|
"reflect-metadata": "^0.1.13",
|
|
@@ -33,7 +33,7 @@ export declare enum CouponOldCategories {
|
|
|
33
33
|
Outros = "Outros"
|
|
34
34
|
}
|
|
35
35
|
export declare enum CouponCategories {
|
|
36
|
-
|
|
36
|
+
API_LOJAUNICO = "API_LOJAUNICO",
|
|
37
37
|
COMPRE_E_GANHE = "COMPRE_E_GANHE",
|
|
38
38
|
DESCONTO = "DESCONTO",
|
|
39
39
|
REEMBOLSO = "REEMBOLSO",
|