@infrab4a/connect 4.16.0-beta.1 → 4.16.0

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
@@ -2130,7 +2130,6 @@ exports.CouponCategory = void 0;
2130
2130
  CouponCategory["Desculpas"] = "Desculpas";
2131
2131
  CouponCategory["BFlu"] = "BFlu";
2132
2132
  CouponCategory["ROYAL"] = "Royal";
2133
- CouponCategory["Glamgirls"] = "Glamgirls";
2134
2133
  CouponCategory["Glamdiva"] = "Glamdiva";
2135
2134
  CouponCategory["Impulsionamento"] = "Impulsionamento";
2136
2135
  CouponCategory["PaidMedia"] = "Paid Media";
package/index.esm.js CHANGED
@@ -2124,7 +2124,6 @@ var CouponCategory;
2124
2124
  CouponCategory["Desculpas"] = "Desculpas";
2125
2125
  CouponCategory["BFlu"] = "BFlu";
2126
2126
  CouponCategory["ROYAL"] = "Royal";
2127
- CouponCategory["Glamgirls"] = "Glamgirls";
2128
2127
  CouponCategory["Glamdiva"] = "Glamdiva";
2129
2128
  CouponCategory["Impulsionamento"] = "Impulsionamento";
2130
2129
  CouponCategory["PaidMedia"] = "Paid Media";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.16.0-beta.1",
3
+ "version": "4.16.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -3,7 +3,6 @@ export declare enum CouponCategory {
3
3
  Desculpas = "Desculpas",
4
4
  BFlu = "BFlu",
5
5
  ROYAL = "Royal",
6
- Glamgirls = "Glamgirls",
7
6
  Glamdiva = "Glamdiva",
8
7
  Impulsionamento = "Impulsionamento",
9
8
  PaidMedia = "Paid Media",