@wrcb/cb-common 1.0.749 → 1.0.750
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.
|
@@ -44,7 +44,7 @@ function geocodeAddress(address) {
|
|
|
44
44
|
`&limit=1` +
|
|
45
45
|
`&countrycodes=br`, {
|
|
46
46
|
headers: {
|
|
47
|
-
'User-Agent': '
|
|
47
|
+
'User-Agent': 'App/1.0' // Nominatim requer User-Agent
|
|
48
48
|
}
|
|
49
49
|
});
|
|
50
50
|
if (!nominatimResponse.ok) {
|
|
@@ -59,7 +59,7 @@ function geocodeAddress(address) {
|
|
|
59
59
|
`&format=json` +
|
|
60
60
|
`&limit=1`, {
|
|
61
61
|
headers: {
|
|
62
|
-
'User-Agent': '
|
|
62
|
+
'User-Agent': 'App/1.0'
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
65
|
const fallbackData = yield fallbackResponse.json();
|
|
@@ -574,8 +574,8 @@ TenantDataService.tenantDataMap = {
|
|
|
574
574
|
[tenant_1.Tenant.Compranomia]: {
|
|
575
575
|
TENANT: tenant_1.Tenant.Compranomia,
|
|
576
576
|
BACKEND_API_VERSION: '1',
|
|
577
|
-
SITE_NAME: '
|
|
578
|
-
SITE_URL: 'https://
|
|
577
|
+
SITE_NAME: 'Compranomia Delivery',
|
|
578
|
+
SITE_URL: 'https://compranomia.com.br',
|
|
579
579
|
SITE_WHATSAPP_SUPPORT: '37988083717',
|
|
580
580
|
SITE_WHATSAPP_BOT: '5511921974030',
|
|
581
581
|
WHATSAPP_BOT_NUMBER_ID: '970274559506875',
|
|
@@ -598,10 +598,10 @@ TenantDataService.tenantDataMap = {
|
|
|
598
598
|
'peixaria',
|
|
599
599
|
'sacolão'
|
|
600
600
|
],
|
|
601
|
-
SOCIAL_X: 'https://x.com/
|
|
602
|
-
SOCIAL_YOUTUBE: 'https://youtube.com/
|
|
603
|
-
SOCIAL_INSTAGRAM: 'https://instagram.com/
|
|
604
|
-
SOCIAL_FACEBOOK: 'https://facebook.com/
|
|
601
|
+
SOCIAL_X: 'https://x.com/compranomia',
|
|
602
|
+
SOCIAL_YOUTUBE: 'https://youtube.com/compranomia',
|
|
603
|
+
SOCIAL_INSTAGRAM: 'https://instagram.com/compranomia',
|
|
604
|
+
SOCIAL_FACEBOOK: 'https://facebook.com/compranomia',
|
|
605
605
|
USER_CATEGORIES_CONFIG: {
|
|
606
606
|
[userCategory_1.UserCategory.Grocery]: {
|
|
607
607
|
allowedTags: userTags_1.COMPRANOMIA_GROCERY_TAGS,
|