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.

integrations.js 891B

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