client-core-services 1.0.5 → 1.0.7

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.
@@ -581,7 +581,9 @@ var StorageTokenStatus;
581
581
  const serverHostList = [
582
582
  { "clientEndpoint": "localhost", "serverEndpoint": "http://localhost:8104" },
583
583
  { "clientCode": "ELABS-ELABS01-SIT", "clientEndpoint": "sit.elabss.ai", "serverEndpoint": "https://sitserverelabs.elabss.ai" },
584
- { "clientCode": "DYNO-TOOLS", "clientEndpoint": "152.67.7.254", "serverEndpoint": "http://92.4.95.206" }
584
+ { "clientCode": "SWATANTRA", "clientEndpoint": "swatantra.co.in", "serverEndpoint": "https://api.swatantra.co.in" },
585
+ { "clientCode": "DYNO-TOOLS", "clientEndpoint": "152.67.7.254", "serverEndpoint": "http://92.4.95.206" },
586
+ { "clientCode": "ERP-LOCAL", "clientEndpoint": "erp.local", "serverEndpoint": "http://app.erp.local" }
585
587
  ];
586
588
 
587
589
  const PLATFORM_NAME = ["ios", "ipad", "iphone", "android", "phablet", "tablet", "cordova", "capacitor", "electron", "pwa", "mobile", "mobileweb", "desktop", "hybrid"];