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.

defaultreminderreport.js 669B

1234567891011121314151617
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Communications;
  6. (function (Communications) {
  7. let Requests;
  8. (function (Requests) {
  9. class DefaultReminderReport {
  10. constructor() {
  11. }
  12. }
  13. Requests.DefaultReminderReport = DefaultReminderReport;
  14. })(Requests = Communications.Requests || (Communications.Requests = {}));
  15. })(Communications = Platform.Communications || (Platform.Communications = {}));
  16. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  17. })(Unibase || (Unibase = {}));