@wrcb/cb-common 1.0.793 → 1.0.795
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.
|
@@ -782,5 +782,49 @@ TenantDataService.tenantDataMap = {
|
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
784
|
RATING_CRITERIA: undefined
|
|
785
|
+
},
|
|
786
|
+
[tenant_1.Tenant.RealStateVideos]: {
|
|
787
|
+
TENANT: tenant_1.Tenant.RealStateVideos,
|
|
788
|
+
BACKEND_API_VERSION: '1',
|
|
789
|
+
SITE_NAME: 'RealStateVideos',
|
|
790
|
+
SITE_URL: 'https://realstatevideos.com.br',
|
|
791
|
+
SITE_WHATSAPP_SUPPORT: '37988083717',
|
|
792
|
+
SITE_WHATSAPP_BOT: '',
|
|
793
|
+
WHATSAPP_BOT_NUMBER_ID: '',
|
|
794
|
+
WHATSAPP_TOKEN: '',
|
|
795
|
+
WHATSAPP_API_URL: '',
|
|
796
|
+
WHATSAPP_API_VERSION: '',
|
|
797
|
+
IOS_APP_DOWNLOAD_LINK: '',
|
|
798
|
+
ANDROID_APP_DOWNLOAD_LINK: '',
|
|
799
|
+
SITE_DESCRIPTION: 'Automatic video creation for properties using AI, making sales and rentals easier.',
|
|
800
|
+
KEYWORDS: ['real state', 'videos', 'marketing'],
|
|
801
|
+
SOCIAL_X: '',
|
|
802
|
+
SOCIAL_YOUTUBE: '',
|
|
803
|
+
SOCIAL_INSTAGRAM: '',
|
|
804
|
+
SOCIAL_FACEBOOK: '',
|
|
805
|
+
USER_CATEGORIES_CONFIG: {},
|
|
806
|
+
COUPONS_TYPE_ALLOWED_TO_BE_CREATED_BY_SELLER: [],
|
|
807
|
+
COUPONS_TYPE_ALLOWED_TO_BE_CREATED_BY_ADMIN: [],
|
|
808
|
+
EMAIL_HOST: 'smtp.gmail.com',
|
|
809
|
+
EMAIL_PORT: '587',
|
|
810
|
+
EMAIL_USER: 'wrsolucoesdig@gmail.com',
|
|
811
|
+
EMAIL_PASS: 'lwegguaqrzauawsg', // CORRETO lwegguaqrzauawsg
|
|
812
|
+
AUTH_FACEBOOK_APP_ID: '',
|
|
813
|
+
AUTH_GOOGLE_ID: '',
|
|
814
|
+
AUTH_GOOGLE_SECRET: '',
|
|
815
|
+
GOOGLE_ANALYTICS_MEASUREMENT_ID: '',
|
|
816
|
+
GOOGLE_VERIFICATION: '',
|
|
817
|
+
MEDIA_CONFIG: {
|
|
818
|
+
maxPhotoSizeMB: 5,
|
|
819
|
+
maxVideoSizeMB: 20,
|
|
820
|
+
allowedImageFormats: ['jpg', 'jpeg', 'png', 'webp'],
|
|
821
|
+
allowedVideoFormats: ['mp4', 'webm'],
|
|
822
|
+
imageQualities: {
|
|
823
|
+
thumbnail: { width: 150, height: 150, quality: 80 },
|
|
824
|
+
medium: { width: 800, height: 800, quality: 85 },
|
|
825
|
+
large: { width: 1200, height: 1200, quality: 90 }
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
RATING_CRITERIA: undefined
|
|
785
829
|
}
|
|
786
830
|
};
|
package/build/types/tenant.d.ts
CHANGED
package/build/types/tenant.js
CHANGED
|
@@ -9,5 +9,6 @@ var Tenant;
|
|
|
9
9
|
Tenant["Compranomia"] = "Compranomia";
|
|
10
10
|
Tenant["BrainrotColoring"] = "BrainrotColoring";
|
|
11
11
|
Tenant["PrivateShow"] = "PrivateShow";
|
|
12
|
+
Tenant["RealStateVideos"] = "RealStateVideos";
|
|
12
13
|
Tenant["LeadAutomator"] = "LeadAutomator";
|
|
13
14
|
})(Tenant || (exports.Tenant = Tenant = {}));
|