Project

General

Profile

Feature #10306 » tenant.generated.ts

Thirupathirao Uppu, 08/10/2026 11:35 AM

 
/**
* AUTO-GENERATED by scripts/switch-tenant.js
* Do not edit manually. Re-run: npm run tenant:switch -- regal-solar
*/

import type { GeneratedTenantModule } from './tenant.types';

const generatedTenant: GeneratedTenantModule = {
"generatedAt": "2026-08-04T09:26:06.312Z",
"activeTenantId": "regal-solar",
"config": {
"tenantId": "regal-solar",
"appName": "RegalSolarEnergy",
"displayName": "Regal Solar",
"bundleId": {
"ios": "com.regalsolarenergy.app",
"android": "com.regalsolarenergy.app"
},
"slug": "regal-solar-energy-pvt-ltd",
"companyLegalName": "Regal Solar Energy Pvt Ltd",
"supportEmail": "support@regalsolarenergy.com",
"supportPhone": "",
"api": {
"baseUrl": "https://erp.regalsolarenergy.com/api",
"socketUrl": "https://erp.regalsolarenergy.com",
"timeoutMs": 120000
},
"brand": {
"primary": "#1A237E",
"primaryLight": "#3949AB",
"primaryDark": "#0D1447",
"secondary": "#F18D04",
"accent": "#FF8F00",
"accentLight": "#FDD835",
"onSecondary": "#FFFFFF",
"tabActive": "#FACC15"
},
"features": {
"liveChat": true,
"fieldStaffNav": true,
"networkLogger": true,
"multiLanguage": true
},
"notifications": {
"androidChannelId": "regal_solar_default",
"androidChannelName": "Regal Solar Notifications",
"defaultTitle": "Regal Solar"
},
"assets": {
"logo": "logo.png",
"logoAlt": "assets/logo.png"
},
"native": {
"androidGoogleServices": "android/google-services.json",
"iosGoogleServices": "ios/GoogleService-Info.plist"
},
"permissionsCopy": {
"locationAlways": "Regal Solar uses your location to assist with solar site assessment and installation services.",
"locationWhenInUse": "Regal Solar uses your location to assist with solar site assessment and installation services.",
"camera": "Regal Solar needs camera access to capture site photos for project documentation and solar installation reports.",
"photoLibrary": "Regal Solar needs photo library access to attach images to tickets and site reports.",
"photoLibraryAdd": "Regal Solar needs permission to save site report photos to your photo library."
}
}
};

export default generatedTenant;
(3-3/5)