Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

integrators.js 840B

123456789101112131415161718192021222324
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Integrations;
  6. (function (Integrations) {
  7. let Infos;
  8. (function (Infos) {
  9. class Integrator {
  10. }
  11. Infos.Integrator = Integrator;
  12. class ServiceIntegrator {
  13. }
  14. Infos.ServiceIntegrator = ServiceIntegrator;
  15. class Sync {
  16. }
  17. Infos.Sync = Sync;
  18. class SyncLog {
  19. }
  20. Infos.SyncLog = SyncLog;
  21. })(Infos = Integrations.Infos || (Integrations.Infos = {}));
  22. })(Integrations = Platform.Integrations || (Platform.Integrations = {}));
  23. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  24. })(Unibase || (Unibase = {}));