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

integrations.js 1.0KB

123456789101112131415161718192021222324252627282930
  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 Provider {
  10. }
  11. Infos.Provider = Provider;
  12. class ProviderSetting {
  13. }
  14. Infos.ProviderSetting = ProviderSetting;
  15. class Service {
  16. }
  17. Infos.Service = Service;
  18. class ServiceSetting {
  19. }
  20. Infos.ServiceSetting = ServiceSetting;
  21. class Setting {
  22. }
  23. Infos.Setting = Setting;
  24. class ServiceResponse {
  25. }
  26. Infos.ServiceResponse = ServiceResponse;
  27. })(Infos = Integrations.Infos || (Integrations.Infos = {}));
  28. })(Integrations = Platform.Integrations || (Platform.Integrations = {}));
  29. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  30. })(Unibase || (Unibase = {}));