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.

123456789101112131415
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Automation;
  6. (function (Automation) {
  7. let Requests;
  8. (function (Requests) {
  9. class Rule {
  10. }
  11. Requests.Rule = Rule;
  12. })(Requests = Automation.Requests || (Automation.Requests = {}));
  13. })(Automation = Platform.Automation || (Platform.Automation = {}));
  14. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  15. })(Unibase || (Unibase = {}));