@wrcb/cb-common 1.0.738 → 1.0.740

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.
@@ -71,6 +71,8 @@ export interface TenantData {
71
71
  SITE_URL: string;
72
72
  SITE_WHATSAPP_SUPPORT: string;
73
73
  SITE_WHATSAPP_BOT: string;
74
+ IOS_APP_DOWNLOAD_LINK: string;
75
+ ANDROID_APP_DOWNLOAD_LINK: string;
74
76
  WHATSAPP_BOT_NUMBER_ID: string;
75
77
  WHATSAPP_TOKEN: string;
76
78
  WHATSAPP_API_URL: string;
@@ -280,6 +280,8 @@ TenantDataService.tenantDataMap = {
280
280
  WHATSAPP_TOKEN: '',
281
281
  WHATSAPP_API_URL: 'https://graph.facebook.com',
282
282
  WHATSAPP_API_VERSION: 'v25.0',
283
+ IOS_APP_DOWNLOAD_LINK: '',
284
+ ANDROID_APP_DOWNLOAD_LINK: '',
283
285
  SITE_DESCRIPTION: 'Mercado de predições sobre política, esportes, cripto e muito mais!',
284
286
  KEYWORDS: [
285
287
  'apostas',
@@ -365,6 +367,8 @@ TenantDataService.tenantDataMap = {
365
367
  WHATSAPP_TOKEN: '',
366
368
  WHATSAPP_API_URL: 'https://graph.facebook.com',
367
369
  WHATSAPP_API_VERSION: 'v25.0',
370
+ IOS_APP_DOWNLOAD_LINK: '',
371
+ ANDROID_APP_DOWNLOAD_LINK: '',
368
372
  SITE_DESCRIPTION: 'Descrição do outro site',
369
373
  KEYWORDS: ['tourism', 'travel', 'vacation', 'explore'],
370
374
  SOCIAL_X: 'https://x.com/outro',
@@ -450,6 +454,8 @@ TenantDataService.tenantDataMap = {
450
454
  WHATSAPP_TOKEN: '',
451
455
  WHATSAPP_API_URL: 'https://graph.facebook.com',
452
456
  WHATSAPP_API_VERSION: 'v25.0',
457
+ IOS_APP_DOWNLOAD_LINK: '',
458
+ ANDROID_APP_DOWNLOAD_LINK: '',
453
459
  SITE_DESCRIPTION: 'Aqui, você nunca fica sozinho!',
454
460
  KEYWORDS: ['porn'],
455
461
  SOCIAL_X: 'https://x.com/privateshow',
@@ -521,6 +527,8 @@ TenantDataService.tenantDataMap = {
521
527
  WHATSAPP_TOKEN: '',
522
528
  WHATSAPP_API_URL: 'https://graph.facebook.com',
523
529
  WHATSAPP_API_VERSION: 'v25.0',
530
+ IOS_APP_DOWNLOAD_LINK: '',
531
+ ANDROID_APP_DOWNLOAD_LINK: '',
524
532
  SITE_DESCRIPTION: 'Promoções todoos os dias em primeira mão!',
525
533
  KEYWORDS: ['porn'],
526
534
  SOCIAL_X: 'https://x.com/promoapp',
@@ -566,14 +574,16 @@ TenantDataService.tenantDataMap = {
566
574
  [tenant_1.Tenant.Compranomia]: {
567
575
  TENANT: tenant_1.Tenant.Compranomia,
568
576
  BACKEND_API_VERSION: '1',
569
- SITE_NAME: 'Compranomia',
570
- SITE_URL: 'https://compranomia.com.br',
577
+ SITE_NAME: 'Aqui Tem Delivery',
578
+ SITE_URL: 'https://aquitemdelivery.com.br',
571
579
  SITE_WHATSAPP_SUPPORT: '37988083717',
572
580
  SITE_WHATSAPP_BOT: '5511921974030',
573
581
  WHATSAPP_BOT_NUMBER_ID: '970274559506875',
574
582
  WHATSAPP_TOKEN: 'EAAWmZCkXuYDcBQspVZCCE4gzZBI4x9kCy4768IZBAP3rcipZBQaGsJeuvmwniEqwoZATRFyv44ZCvZCwQslD4RXvZA0whuGR3nesfMti3Px4TsoslH29MwqfpWYPJrQk4PwU7gKtawijVSHY6LYhNqLXI4dqmJtgGbWAgAAfSDjhtXf6LCkM0fp5dpdlfVjqg8wZDZD',
575
583
  WHATSAPP_API_URL: 'https://graph.facebook.com',
576
584
  WHATSAPP_API_VERSION: 'v25.0',
585
+ IOS_APP_DOWNLOAD_LINK: 'https://linkios.com',
586
+ ANDROID_APP_DOWNLOAD_LINK: 'https://linkandroid.com',
577
587
  SITE_DESCRIPTION: 'Compras locais de supermercado, farmácia e muito mais!',
578
588
  KEYWORDS: [
579
589
  'supermercado',
@@ -588,10 +598,10 @@ TenantDataService.tenantDataMap = {
588
598
  'peixaria',
589
599
  'sacolão'
590
600
  ],
591
- SOCIAL_X: 'https://x.com/compranomia',
592
- SOCIAL_YOUTUBE: 'https://youtube.com/compranomia',
593
- SOCIAL_INSTAGRAM: 'https://instagram.com/compranomiadelivery',
594
- SOCIAL_FACEBOOK: 'https://facebook.com/compranomia',
601
+ SOCIAL_X: 'https://x.com/aquitemdelivery',
602
+ SOCIAL_YOUTUBE: 'https://youtube.com/aquitemdelivery',
603
+ SOCIAL_INSTAGRAM: 'https://instagram.com/aquitemdelivery',
604
+ SOCIAL_FACEBOOK: 'https://facebook.com/aquitemdelivery',
595
605
  USER_CATEGORIES_CONFIG: {
596
606
  [userCategory_1.UserCategory.Grocery]: {
597
607
  allowedTags: userTags_1.COMPRANOMIA_GROCERY_TAGS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.738",
3
+ "version": "1.0.740",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",