@infrab4a/connect 4.19.0-beta.3 → 4.19.0-beta.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/index.cjs.js
CHANGED
|
@@ -2171,8 +2171,8 @@ exports.CouponOldCategories = void 0;
|
|
|
2171
2171
|
})(exports.CouponOldCategories || (exports.CouponOldCategories = {}));
|
|
2172
2172
|
exports.CouponCategories = void 0;
|
|
2173
2173
|
(function (CouponCategories) {
|
|
2174
|
-
CouponCategories["
|
|
2175
|
-
CouponCategories["COMPRE_E_GANHE"] = "
|
|
2174
|
+
CouponCategories["API_001"] = "API-001";
|
|
2175
|
+
CouponCategories["COMPRE_E_GANHE"] = "COMPRE E GANHE";
|
|
2176
2176
|
CouponCategories["DESCONTO"] = "DESCONTO";
|
|
2177
2177
|
CouponCategories["REEMBOLSO"] = "REEMBOLSO";
|
|
2178
2178
|
CouponCategories["DESCULPAS"] = "DESCULPAS";
|
package/index.esm.js
CHANGED
|
@@ -2165,8 +2165,8 @@ var CouponOldCategories;
|
|
|
2165
2165
|
})(CouponOldCategories || (CouponOldCategories = {}));
|
|
2166
2166
|
var CouponCategories;
|
|
2167
2167
|
(function (CouponCategories) {
|
|
2168
|
-
CouponCategories["
|
|
2169
|
-
CouponCategories["COMPRE_E_GANHE"] = "
|
|
2168
|
+
CouponCategories["API_001"] = "API-001";
|
|
2169
|
+
CouponCategories["COMPRE_E_GANHE"] = "COMPRE E GANHE";
|
|
2170
2170
|
CouponCategories["DESCONTO"] = "DESCONTO";
|
|
2171
2171
|
CouponCategories["REEMBOLSO"] = "REEMBOLSO";
|
|
2172
2172
|
CouponCategories["DESCULPAS"] = "DESCULPAS";
|
package/package.json
CHANGED
|
@@ -33,8 +33,8 @@ export declare enum CouponOldCategories {
|
|
|
33
33
|
Outros = "Outros"
|
|
34
34
|
}
|
|
35
35
|
export declare enum CouponCategories {
|
|
36
|
-
|
|
37
|
-
COMPRE_E_GANHE = "
|
|
36
|
+
API_001 = "API-001",
|
|
37
|
+
COMPRE_E_GANHE = "COMPRE E GANHE",
|
|
38
38
|
DESCONTO = "DESCONTO",
|
|
39
39
|
REEMBOLSO = "REEMBOLSO",
|
|
40
40
|
DESCULPAS = "DESCULPAS"
|