@wrcb/cb-common 1.0.832 → 1.0.837
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.
|
@@ -1008,5 +1008,49 @@ TenantDataService.tenantDataMap = {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
},
|
|
1010
1010
|
RATING_CRITERIA: undefined
|
|
1011
|
+
},
|
|
1012
|
+
[tenant_1.Tenant.BreadOfLife]: {
|
|
1013
|
+
TENANT: tenant_1.Tenant.BreadOfLife,
|
|
1014
|
+
BACKEND_API_VERSION: '1',
|
|
1015
|
+
SITE_NAME: 'Pão da Vida',
|
|
1016
|
+
SITE_URL: 'https://wrsolucoesdigitais.com.br',
|
|
1017
|
+
SITE_WHATSAPP_SUPPORT: '37988083717',
|
|
1018
|
+
SITE_WHATSAPP_BOT: '',
|
|
1019
|
+
WHATSAPP_BOT_NUMBER_ID: '',
|
|
1020
|
+
WHATSAPP_TOKEN: '',
|
|
1021
|
+
WHATSAPP_API_URL: '',
|
|
1022
|
+
WHATSAPP_API_VERSION: '',
|
|
1023
|
+
IOS_APP_DOWNLOAD_LINK: '',
|
|
1024
|
+
ANDROID_APP_DOWNLOAD_LINK: '',
|
|
1025
|
+
SITE_DESCRIPTION: 'Aproxime-se de Deus Pai',
|
|
1026
|
+
KEYWORDS: ['biblia', 'versiculos', 'fe', 'deus', 'igreja'],
|
|
1027
|
+
SOCIAL_X: '',
|
|
1028
|
+
SOCIAL_YOUTUBE: '',
|
|
1029
|
+
SOCIAL_INSTAGRAM: '',
|
|
1030
|
+
SOCIAL_FACEBOOK: '',
|
|
1031
|
+
USER_CATEGORIES_CONFIG: {},
|
|
1032
|
+
COUPONS_TYPE_ALLOWED_TO_BE_CREATED_BY_SELLER: [],
|
|
1033
|
+
COUPONS_TYPE_ALLOWED_TO_BE_CREATED_BY_ADMIN: [],
|
|
1034
|
+
EMAIL_HOST: 'smtp.gmail.com',
|
|
1035
|
+
EMAIL_PORT: '587',
|
|
1036
|
+
EMAIL_USER: 'wrsolucoesdig@gmail.com',
|
|
1037
|
+
EMAIL_PASS: 'lwegguaqrzauawsg',
|
|
1038
|
+
AUTH_FACEBOOK_APP_ID: '',
|
|
1039
|
+
AUTH_GOOGLE_ID: '',
|
|
1040
|
+
AUTH_GOOGLE_SECRET: '',
|
|
1041
|
+
GOOGLE_ANALYTICS_MEASUREMENT_ID: '',
|
|
1042
|
+
GOOGLE_VERIFICATION: '',
|
|
1043
|
+
MEDIA_CONFIG: {
|
|
1044
|
+
maxPhotoSizeMB: 10,
|
|
1045
|
+
maxVideoSizeMB: 500,
|
|
1046
|
+
allowedImageFormats: ['jpg', 'jpeg', 'png', 'webp'],
|
|
1047
|
+
allowedVideoFormats: ['mp4', 'webm', 'mov'],
|
|
1048
|
+
imageQualities: {
|
|
1049
|
+
thumbnail: { width: 150, height: 150, quality: 80 },
|
|
1050
|
+
medium: { width: 800, height: 800, quality: 85 },
|
|
1051
|
+
large: { width: 1200, height: 1200, quality: 90 }
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
RATING_CRITERIA: undefined
|
|
1011
1055
|
}
|
|
1012
1056
|
};
|
package/build/types/tenant.d.ts
CHANGED
package/build/types/tenant.js
CHANGED