123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Analytics;
- (function (Analytics) {
- let Infos;
- (function (Infos) {
- class ReportGroup {
- }
- Infos.ReportGroup = ReportGroup;
- class ReportWithGroup {
- }
- Infos.ReportWithGroup = ReportWithGroup;
- class Report {
- }
- Infos.Report = Report;
- class ReportColumn {
- }
- Infos.ReportColumn = ReportColumn;
- class ReportRole {
- }
- Infos.ReportRole = ReportRole;
- class ViewerRole {
- }
- Infos.ViewerRole = ViewerRole;
- class ReportRoleSetting {
- }
- Infos.ReportRoleSetting = ReportRoleSetting;
- class TemplateView {
- }
- Infos.TemplateView = TemplateView;
- class CalendarView {
- }
- Infos.CalendarView = CalendarView;
- class MapView {
- }
- Infos.MapView = MapView;
- class CardView {
- }
- Infos.CardView = CardView;
- class ViewerType {
- }
- Infos.ViewerType = ViewerType;
- class SubReport {
- }
- Infos.SubReport = SubReport;
- class ReportCategory {
- }
- Infos.ReportCategory = ReportCategory;
- })(Infos = Analytics.Infos || (Analytics.Infos = {}));
- })(Analytics = Platform.Analytics || (Platform.Analytics = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|