@wrcb/cb-common 1.0.722 → 1.0.723

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.
@@ -659,6 +659,7 @@ exports.COMPRANOMIA_BUTCHER_TAGS = [
659
659
  UserTags.Miudos,
660
660
  UserTags.Mercearia,
661
661
  UserTags.BebidasAlcoolicas,
662
+ UserTags.Outros,
662
663
  UserTags.BebidasNaoAlcoolicas
663
664
  ];
664
665
  exports.COMPRANOMIA_GREENGROCER_TAGS = [
@@ -669,7 +670,6 @@ exports.COMPRANOMIA_GREENGROCER_TAGS = [
669
670
  UserTags.Organicos,
670
671
  UserTags.RaizesETuberculos,
671
672
  UserTags.Graos,
672
- UserTags.Mercearia,
673
673
  UserTags.Conveniencia,
674
674
  UserTags.Mercearia,
675
675
  UserTags.Outros,
@@ -724,4 +724,7 @@ exports.COMPRANOMIA_AGRICULTURE_STORE_TAGS = [
724
724
  UserTags.Gatos,
725
725
  UserTags.Outros
726
726
  ];
727
- exports.COMPRANOMIA_SERVICES_TAGS = [UserTags.LimpezaAutomotiva];
727
+ exports.COMPRANOMIA_SERVICES_TAGS = [
728
+ UserTags.LimpezaAutomotiva,
729
+ UserTags.Outros
730
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.722",
3
+ "version": "1.0.723",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",