Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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 = {}));