@wrcb/cb-common 1.0.721 → 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.
- package/build/types/userTags.js +5 -2
- package/package.json +1 -1
package/build/types/userTags.js
CHANGED
|
@@ -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 = [
|
|
727
|
+
exports.COMPRANOMIA_SERVICES_TAGS = [
|
|
728
|
+
UserTags.LimpezaAutomotiva,
|
|
729
|
+
UserTags.Outros
|
|
730
|
+
];
|