@wrcb/cb-common 1.0.714 → 1.0.716

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.
@@ -68,6 +68,8 @@ export interface TenantData {
68
68
  TENANT: Tenant;
69
69
  SITE_NAME: string;
70
70
  SITE_URL: string;
71
+ SITE_WHATSAPP_SUPPORT: string;
72
+ SITE_WHATSAPP_BOT: string;
71
73
  SITE_DESCRIPTION: string;
72
74
  KEYWORDS: string[];
73
75
  SOCIAL_X: string;
@@ -273,6 +273,8 @@ TenantDataService.tenantDataMap = {
273
273
  TENANT: tenant_1.Tenant.PoliticaBet,
274
274
  SITE_NAME: 'PoliticaBet',
275
275
  SITE_URL: 'https://politicabet.com',
276
+ SITE_WHATSAPP_SUPPORT: '11915809857',
277
+ SITE_WHATSAPP_BOT: '11915809857',
276
278
  SITE_DESCRIPTION: 'Mercado de predições sobre política, esportes, cripto e muito mais!',
277
279
  KEYWORDS: [
278
280
  'apostas',
@@ -351,6 +353,8 @@ TenantDataService.tenantDataMap = {
351
353
  TENANT: tenant_1.Tenant.TourismApp,
352
354
  SITE_NAME: 'Tourism Site',
353
355
  SITE_URL: 'https://tourism.dev',
356
+ SITE_WHATSAPP_SUPPORT: '11915809857',
357
+ SITE_WHATSAPP_BOT: '11915809857',
354
358
  SITE_DESCRIPTION: 'Descrição do outro site',
355
359
  KEYWORDS: ['tourism', 'travel', 'vacation', 'explore'],
356
360
  SOCIAL_X: 'https://x.com/outro',
@@ -429,6 +433,8 @@ TenantDataService.tenantDataMap = {
429
433
  TENANT: tenant_1.Tenant.PrivateShow,
430
434
  SITE_NAME: 'Private Show',
431
435
  SITE_URL: 'https://privateshow.com.br',
436
+ SITE_WHATSAPP_SUPPORT: '11915809857',
437
+ SITE_WHATSAPP_BOT: '11915809857',
432
438
  SITE_DESCRIPTION: 'Aqui, você nunca fica sozinho!',
433
439
  KEYWORDS: ['porn'],
434
440
  SOCIAL_X: 'https://x.com/privateshow',
@@ -493,6 +499,8 @@ TenantDataService.tenantDataMap = {
493
499
  TENANT: tenant_1.Tenant.PromoApp,
494
500
  SITE_NAME: 'Promo app',
495
501
  SITE_URL: 'https://promoapp.com.br',
502
+ SITE_WHATSAPP_SUPPORT: '11915809857',
503
+ SITE_WHATSAPP_BOT: '11915809857',
496
504
  SITE_DESCRIPTION: 'Promoções todoos os dias em primeira mão!',
497
505
  KEYWORDS: ['porn'],
498
506
  SOCIAL_X: 'https://x.com/promoapp',
@@ -539,6 +547,8 @@ TenantDataService.tenantDataMap = {
539
547
  TENANT: tenant_1.Tenant.Compranomia,
540
548
  SITE_NAME: 'Compranomia',
541
549
  SITE_URL: 'https://compranomia.com.br',
550
+ SITE_WHATSAPP_SUPPORT: '11915809857',
551
+ SITE_WHATSAPP_BOT: '11915809857',
542
552
  SITE_DESCRIPTION: 'Compras locais de supermercado, farmácia e muito mais!',
543
553
  KEYWORDS: [
544
554
  'supermercado',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.714",
3
+ "version": "1.0.716",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",