Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

devorg.js 687B

123456789101112131415161718192021
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let DevOrgs;
  6. (function (DevOrgs) {
  7. let Infos;
  8. (function (Infos) {
  9. class DevOrg {
  10. }
  11. Infos.DevOrg = DevOrg;
  12. class ModuleType {
  13. }
  14. Infos.ModuleType = ModuleType;
  15. class Module {
  16. }
  17. Infos.Module = Module;
  18. })(Infos = DevOrgs.Infos || (DevOrgs.Infos = {}));
  19. })(DevOrgs = Platform.DevOrgs || (Platform.DevOrgs = {}));
  20. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  21. })(Unibase || (Unibase = {}));