mdz-enum 1.0.66 → 1.0.67

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.
@@ -93,8 +93,8 @@ exports.TipoDescontoPromocao = {
93
93
  },
94
94
  };
95
95
  exports.TipoMarcketplace = {
96
- MercadoLivre: '0',
97
- Ecommerce: '1',
96
+ MercadoLivre: '1',
97
+ Ecommerce: '2',
98
98
  description(val) {
99
99
  switch (val) {
100
100
  case this.MercadoLivre:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -117,8 +117,8 @@ export const TipoDescontoPromocao = {
117
117
  }
118
118
 
119
119
  export const TipoMarcketplace = {
120
- MercadoLivre: '0',
121
- Ecommerce: '1',
120
+ MercadoLivre: '1',
121
+ Ecommerce: '2',
122
122
 
123
123
  description(val: string) {
124
124
  switch (val) {