@wrcb/cb-common 1.0.777 → 1.0.778

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.
@@ -573,7 +573,7 @@ TenantDataService.tenantDataMap = {
573
573
  },
574
574
  [tenant_1.Tenant.Compranomia]: {
575
575
  TENANT: tenant_1.Tenant.Compranomia,
576
- BACKEND_API_VERSION: '1',
576
+ BACKEND_API_VERSION: '2',
577
577
  SITE_NAME: 'Compranomia Delivery',
578
578
  SITE_URL: 'https://compranomia.com.br',
579
579
  SITE_WHATSAPP_SUPPORT: '37988083717',
@@ -694,12 +694,7 @@ TenantDataService.tenantDataMap = {
694
694
  IOS_APP_DOWNLOAD_LINK: 'https://linkios.com',
695
695
  ANDROID_APP_DOWNLOAD_LINK: 'https://play.google.com/store/apps/details?id=br.com.wrsolucoesdigitais.brainrotcoloring',
696
696
  SITE_DESCRIPTION: 'The best coloring brainrot app for kids and adults!',
697
- KEYWORDS: [
698
- 'brainrot',
699
- 'coloring',
700
- 'kids',
701
- 'adults'
702
- ],
697
+ KEYWORDS: ['brainrot', 'coloring', 'kids', 'adults'],
703
698
  SOCIAL_X: 'https://x.com/brainrot-coloring-app',
704
699
  SOCIAL_YOUTUBE: 'https://youtube.com/brainrot-coloring-app',
705
700
  SOCIAL_INSTAGRAM: 'https://instagram.com/brainrot-coloring-app',
@@ -708,7 +703,7 @@ TenantDataService.tenantDataMap = {
708
703
  [userCategory_1.UserCategory.BrainrotColoring]: {
709
704
  allowedTags: [userTags_1.UserTags.BrainrotColoring],
710
705
  allowedProducts: []
711
- },
706
+ }
712
707
  },
713
708
  COUPONS_TYPE_ALLOWED_TO_BE_CREATED_BY_SELLER: [
714
709
  couponType_1.CouponType.FixedValue,
@@ -739,10 +734,7 @@ TenantDataService.tenantDataMap = {
739
734
  }
740
735
  },
741
736
  RATING_CRITERIA: {
742
- criteriaOptions: [
743
- 'ColoringVariety',
744
- 'Fun'
745
- ],
737
+ criteriaOptions: ['ColoringVariety', 'Fun'],
746
738
  minCriteriaCount: 1,
747
739
  maxCriteriaCount: 5
748
740
  }
@@ -761,13 +753,7 @@ TenantDataService.tenantDataMap = {
761
753
  IOS_APP_DOWNLOAD_LINK: '',
762
754
  ANDROID_APP_DOWNLOAD_LINK: '',
763
755
  SITE_DESCRIPTION: 'Captação e atendimento automático de leads via WhatsApp com IA.',
764
- KEYWORDS: [
765
- 'leads',
766
- 'whatsapp',
767
- 'automação',
768
- 'ia',
769
- 'vendas'
770
- ],
756
+ KEYWORDS: ['leads', 'whatsapp', 'automação', 'ia', 'vendas'],
771
757
  SOCIAL_X: '',
772
758
  SOCIAL_YOUTUBE: '',
773
759
  SOCIAL_INSTAGRAM: '',
@@ -796,5 +782,5 @@ TenantDataService.tenantDataMap = {
796
782
  }
797
783
  },
798
784
  RATING_CRITERIA: undefined
799
- },
785
+ }
800
786
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.777",
3
+ "version": "1.0.778",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",