@wrcb/cb-common 1.0.670 → 1.0.672

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.
@@ -80,6 +80,7 @@ export interface TenantData {
80
80
  EMAIL_HOST: string;
81
81
  EMAIL_PORT: string;
82
82
  EMAIL_USER: string;
83
+ EMAIL_PASS: string;
83
84
  AUTH_FACEBOOK_APP_ID: string;
84
85
  AUTH_GOOGLE_ID: string;
85
86
  AUTH_GOOGLE_SECRET: string;
@@ -328,6 +328,7 @@ TenantDataService.tenantDataMap = {
328
328
  EMAIL_HOST: 'smtp.gmail.com',
329
329
  EMAIL_PORT: '587',
330
330
  EMAIL_USER: 'contato@politicabet.com',
331
+ EMAIL_PASS: '-',
331
332
  AUTH_FACEBOOK_APP_ID: '',
332
333
  AUTH_GOOGLE_ID: '',
333
334
  AUTH_GOOGLE_SECRET: '',
@@ -400,6 +401,7 @@ TenantDataService.tenantDataMap = {
400
401
  EMAIL_HOST: 'smtp.gmail.com',
401
402
  EMAIL_PORT: '587',
402
403
  EMAIL_USER: 'privateshowbr@gmail.com',
404
+ EMAIL_PASS: '-',
403
405
  AUTH_FACEBOOK_APP_ID: '',
404
406
  AUTH_GOOGLE_ID: '',
405
407
  AUTH_GOOGLE_SECRET: '',
@@ -458,6 +460,7 @@ TenantDataService.tenantDataMap = {
458
460
  EMAIL_HOST: 'smtp.gmail.com',
459
461
  EMAIL_PORT: '587',
460
462
  EMAIL_USER: 'privateshowbr@gmail.com',
463
+ EMAIL_PASS: 'hazmitkmimnabxcs', // ESTA CORRETO
461
464
  AUTH_FACEBOOK_APP_ID: '',
462
465
  AUTH_GOOGLE_ID: '',
463
466
  AUTH_GOOGLE_SECRET: '',
@@ -503,6 +506,7 @@ TenantDataService.tenantDataMap = {
503
506
  EMAIL_HOST: 'smtp.gmail.com',
504
507
  EMAIL_PORT: '587',
505
508
  EMAIL_USER: 'promoapp@gmail.com',
509
+ EMAIL_PASS: '-',
506
510
  AUTH_FACEBOOK_APP_ID: '',
507
511
  AUTH_GOOGLE_ID: '',
508
512
  AUTH_GOOGLE_SECRET: '',
@@ -603,7 +607,8 @@ TenantDataService.tenantDataMap = {
603
607
  ],
604
608
  EMAIL_HOST: 'smtp.gmail.com',
605
609
  EMAIL_PORT: '587',
606
- EMAIL_USER: 'contato@compranomia.com.br',
610
+ EMAIL_USER: 'compranomiadelivery@gmail.com',
611
+ EMAIL_PASS: 'stfunclcqzjcdsrt',
607
612
  AUTH_FACEBOOK_APP_ID: '',
608
613
  AUTH_GOOGLE_ID: '',
609
614
  AUTH_GOOGLE_SECRET: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.670",
3
+ "version": "1.0.672",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",