mobicloud-core 1.0.260 → 1.0.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
- import { DomainObject } from "./domain-object";
2
1
  import { Dashboard } from "./dashboard";
2
+ import { DomainObject } from "./domain-object";
3
3
  export declare class DashboardParameter extends DomainObject {
4
4
  TypeName?: string | undefined;
5
5
  EntityProperty?: string | undefined;
6
- ReportId: string | undefined;
7
- Report: Dashboard | undefined;
6
+ DashboardId: string | undefined;
7
+ Dashboard: Dashboard | undefined;
8
8
  }
@@ -0,0 +1,12 @@
1
+ import { DashboardSlideShow } from "./dashboard-slide-show";
2
+ import { Dashboard } from "./dashboard";
3
+ import { DomainObject } from "./domain-object";
4
+ export declare class DashboardSlideShowEntry extends DomainObject {
5
+ EntryId?: string | undefined;
6
+ SlideShowId?: string | undefined;
7
+ SlideShow?: DashboardSlideShow | undefined;
8
+ DashboardId?: string | undefined;
9
+ Dashboard?: Dashboard | undefined;
10
+ Duration?: number | undefined;
11
+ Duration_TmpDate?: Date | undefined;
12
+ }
@@ -0,0 +1,6 @@
1
+ import { DashboardSlideShowEntry } from "./dashboard-slide-show-entry";
2
+ import { DomainObject } from "./domain-object";
3
+ export declare class DashboardSlideShow extends DomainObject {
4
+ SlideShowId?: string | undefined;
5
+ SlideShowEntries?: DashboardSlideShowEntry[] | undefined;
6
+ }
@@ -1,18 +1,18 @@
1
- import { DataSourceType, DashboardType, DashboardOrientation } from "./all.enum";
1
+ import { DashboardOrientation, DashboardType, DataSourceType } from "./all.enum";
2
+ import { DashboardParameter } from "./dashboard-parameter";
2
3
  import { DomainObject } from "./domain-object";
3
4
  import { FileContent } from "./file-content";
4
- import { DashboardParameter } from "./dashboard-parameter";
5
5
  export declare class Dashboard extends DomainObject {
6
6
  DashboardId?: string | undefined;
7
7
  EntityType?: string | undefined;
8
8
  Category?: string | undefined;
9
+ DashboardType: DashboardType | undefined;
10
+ DashboardOrientation: DashboardOrientation | undefined;
9
11
  FileContentId: string | undefined;
10
12
  FileContent: FileContent | undefined;
11
13
  DataSourceFileId: string | undefined;
12
14
  DataSourceFile: FileContent | undefined;
13
15
  DataSourceType: DataSourceType | undefined;
14
16
  DataSourceTypeInfo: string | undefined;
15
- DashboardType: DashboardType | undefined;
16
- DashboardOrientation: DashboardOrientation | undefined;
17
17
  Parameters?: DashboardParameter[] | undefined;
18
18
  }
@@ -157,6 +157,8 @@ export * from './report-parameter';
157
157
  export * from './file-content';
158
158
  export * from './dashboard';
159
159
  export * from './dashboard-parameter';
160
+ export * from './dashboard-slide-show';
161
+ export * from './dashboard-slide-show-entry';
160
162
  export * from './planningmap-slide-show';
161
163
  export * from './planningmap-slide-show-entry';
162
164
  export * from './repository/organization';
@@ -1623,7 +1623,7 @@
1623
1623
  case exports.SalesABC[exports.SalesABC.C]:
1624
1624
  return $localize(templateObject_3$i || (templateObject_3$i = __makeTemplateObject([":@@EnumValue-SalesABC-C:C"], [":@@EnumValue-SalesABC-C:C"])));
1625
1625
  default:
1626
- return $localize(templateObject_4$h || (templateObject_4$h = __makeTemplateObject([":@@EnumValue-SalesABC-None:None"], [":@@EnumValue-SalesABC-None:None"])));
1626
+ return $localize(templateObject_4$i || (templateObject_4$i = __makeTemplateObject([":@@EnumValue-SalesABC-None:None"], [":@@EnumValue-SalesABC-None:None"])));
1627
1627
  }
1628
1628
  },
1629
1629
  enumerable: false,
@@ -1654,7 +1654,7 @@
1654
1654
  { dataField: "PriceVisible", dataType: "boolean", caption: "Price visible" },
1655
1655
  { dataField: "EndDiscount", dataType: "number", caption: "End discount" }
1656
1656
  ];
1657
- var templateObject_1$i, templateObject_2$i, templateObject_3$i, templateObject_4$h;
1657
+ var templateObject_1$i, templateObject_2$i, templateObject_3$i, templateObject_4$i;
1658
1658
 
1659
1659
  var CustomerUser = /** @class */ (function (_super) {
1660
1660
  __extends(CustomerUser, _super);
@@ -1672,7 +1672,7 @@
1672
1672
  case exports.GenderType[exports.GenderType.Other]:
1673
1673
  return $localize(templateObject_3$h || (templateObject_3$h = __makeTemplateObject([":@@EnumValue-Other:Other"], [":@@EnumValue-Other:Other"])));
1674
1674
  default:
1675
- return $localize(templateObject_4$g || (templateObject_4$g = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
1675
+ return $localize(templateObject_4$h || (templateObject_4$h = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
1676
1676
  }
1677
1677
  },
1678
1678
  enumerable: false,
@@ -1701,7 +1701,7 @@
1701
1701
  });
1702
1702
  return CustomerUser;
1703
1703
  }(DomainObject));
1704
- var templateObject_1$h, templateObject_2$h, templateObject_3$h, templateObject_4$g, templateObject_5$b, templateObject_6$9;
1704
+ var templateObject_1$h, templateObject_2$h, templateObject_3$h, templateObject_4$h, templateObject_5$b, templateObject_6$9;
1705
1705
 
1706
1706
  var DeliveryMode = /** @class */ (function (_super) {
1707
1707
  __extends(DeliveryMode, _super);
@@ -1766,7 +1766,7 @@
1766
1766
  case exports.GenderType[exports.GenderType.Other]:
1767
1767
  return $localize(templateObject_3$g || (templateObject_3$g = __makeTemplateObject([":@@EnumValue-Other:Other"], [":@@EnumValue-Other:Other"])));
1768
1768
  default:
1769
- return $localize(templateObject_4$f || (templateObject_4$f = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
1769
+ return $localize(templateObject_4$g || (templateObject_4$g = __makeTemplateObject([":@@EnumValue-Unknown:Unknown"], [":@@EnumValue-Unknown:Unknown"])));
1770
1770
  }
1771
1771
  },
1772
1772
  enumerable: false,
@@ -1882,7 +1882,7 @@
1882
1882
  }
1883
1883
  return BoxAssetLine;
1884
1884
  }(DomainObject));
1885
- var templateObject_1$g, templateObject_2$g, templateObject_3$g, templateObject_4$f, templateObject_5$a, templateObject_6$8, templateObject_7$5, templateObject_8$5;
1885
+ var templateObject_1$g, templateObject_2$g, templateObject_3$g, templateObject_4$g, templateObject_5$a, templateObject_6$8, templateObject_7$5, templateObject_8$5;
1886
1886
 
1887
1887
  var FileConfig = /** @class */ (function (_super) {
1888
1888
  __extends(FileConfig, _super);
@@ -1997,7 +1997,7 @@
1997
1997
  case exports.TaskStatus[exports.TaskStatus.InPlanning]:
1998
1998
  return $localize(templateObject_3$f || (templateObject_3$f = __makeTemplateObject([":@@EnumValue-TaskStatus-InPlanning:In planning"], [":@@EnumValue-TaskStatus-InPlanning:In planning"])));
1999
1999
  case exports.TaskStatus[exports.TaskStatus.PartiallyPlanned]:
2000
- return $localize(templateObject_4$e || (templateObject_4$e = __makeTemplateObject([":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"], [":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"])));
2000
+ return $localize(templateObject_4$f || (templateObject_4$f = __makeTemplateObject([":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"], [":@@EnumValue-TaskStatus-PartiallyPlanned:Partially planned"])));
2001
2001
  case exports.TaskStatus[exports.TaskStatus.Executing]:
2002
2002
  return $localize(templateObject_5$9 || (templateObject_5$9 = __makeTemplateObject([":@@EnumValue-TaskStatus-Executing:Executing"], [":@@EnumValue-TaskStatus-Executing:Executing"])));
2003
2003
  case exports.TaskStatus[exports.TaskStatus.Executed]:
@@ -2036,7 +2036,7 @@
2036
2036
  });
2037
2037
  return PlanableTask;
2038
2038
  }(DomainObject));
2039
- var templateObject_1$f, templateObject_2$f, templateObject_3$f, templateObject_4$e, templateObject_5$9, templateObject_6$7, templateObject_7$4, templateObject_8$4, templateObject_9$4, templateObject_10$4, templateObject_11$2, templateObject_12$1, templateObject_13$1, templateObject_14$1, templateObject_15;
2039
+ var templateObject_1$f, templateObject_2$f, templateObject_3$f, templateObject_4$f, templateObject_5$9, templateObject_6$7, templateObject_7$4, templateObject_8$4, templateObject_9$4, templateObject_10$4, templateObject_11$2, templateObject_12$1, templateObject_13$1, templateObject_14$1, templateObject_15;
2040
2040
 
2041
2041
  var ResourceTask = /** @class */ (function (_super) {
2042
2042
  __extends(ResourceTask, _super);
@@ -2134,7 +2134,7 @@
2134
2134
  case exports.ItemType[exports.ItemType.Service]:
2135
2135
  return $localize(templateObject_3$e || (templateObject_3$e = __makeTemplateObject([":@@EnumValue-Service:Service"], [":@@EnumValue-Service:Service"])));
2136
2136
  default:
2137
- return $localize(templateObject_4$d || (templateObject_4$d = __makeTemplateObject([":@@EnumValue-Product:Product"], [":@@EnumValue-Product:Product"])));
2137
+ return $localize(templateObject_4$e || (templateObject_4$e = __makeTemplateObject([":@@EnumValue-Product:Product"], [":@@EnumValue-Product:Product"])));
2138
2138
  }
2139
2139
  },
2140
2140
  enumerable: false,
@@ -2158,7 +2158,7 @@
2158
2158
  { dataField: "SalesPrice", dataType: "number", caption: "Sales price" },
2159
2159
  { dataField: "CostPrice", dataType: "number", caption: "Cost price" }
2160
2160
  ];
2161
- var templateObject_1$e, templateObject_2$e, templateObject_3$e, templateObject_4$d;
2161
+ var templateObject_1$e, templateObject_2$e, templateObject_3$e, templateObject_4$e;
2162
2162
 
2163
2163
  var ProductionBatch = /** @class */ (function (_super) {
2164
2164
  __extends(ProductionBatch, _super);
@@ -2236,7 +2236,7 @@
2236
2236
  case exports.ProductionStatus[exports.ProductionStatus.Started]:
2237
2237
  return $localize(templateObject_3$d || (templateObject_3$d = __makeTemplateObject([":@@EnumValue-ProductionStatus-Started:Started"], [":@@EnumValue-ProductionStatus-Started:Started"])));
2238
2238
  case exports.ProductionStatus[exports.ProductionStatus.Finished]:
2239
- return $localize(templateObject_4$c || (templateObject_4$c = __makeTemplateObject([":@@EnumValue-ProductionStatus-Finished:Finished"], [":@@EnumValue-ProductionStatus-Finished:Finished"])));
2239
+ return $localize(templateObject_4$d || (templateObject_4$d = __makeTemplateObject([":@@EnumValue-ProductionStatus-Finished:Finished"], [":@@EnumValue-ProductionStatus-Finished:Finished"])));
2240
2240
  default:
2241
2241
  return $localize(templateObject_5$8 || (templateObject_5$8 = __makeTemplateObject([":@@EnumValue-ProductionStatus-Unknown:Unknown"], [":@@EnumValue-ProductionStatus-Unknown:Unknown"])));
2242
2242
  }
@@ -2246,7 +2246,7 @@
2246
2246
  });
2247
2247
  return Production;
2248
2248
  }(DomainObject));
2249
- var templateObject_1$d, templateObject_2$d, templateObject_3$d, templateObject_4$c, templateObject_5$8;
2249
+ var templateObject_1$d, templateObject_2$d, templateObject_3$d, templateObject_4$d, templateObject_5$8;
2250
2250
 
2251
2251
  var Absence = /** @class */ (function (_super) {
2252
2252
  __extends(Absence, _super);
@@ -2336,7 +2336,7 @@
2336
2336
  case exports.FinancialStatus[exports.FinancialStatus.ClosePending]:
2337
2337
  return $localize(templateObject_3$c || (templateObject_3$c = __makeTemplateObject([":@@EnumValue-FinancialStatus-ClosePending:Close pending"], [":@@EnumValue-FinancialStatus-ClosePending:Close pending"])));
2338
2338
  case exports.FinancialStatus[exports.FinancialStatus.Closed]:
2339
- return $localize(templateObject_4$b || (templateObject_4$b = __makeTemplateObject([":@@EnumValue-FinancialStatus-Closed:Closed"], [":@@EnumValue-FinancialStatus-Closed:Closed"])));
2339
+ return $localize(templateObject_4$c || (templateObject_4$c = __makeTemplateObject([":@@EnumValue-FinancialStatus-Closed:Closed"], [":@@EnumValue-FinancialStatus-Closed:Closed"])));
2340
2340
  default:
2341
2341
  return $localize(templateObject_5$7 || (templateObject_5$7 = __makeTemplateObject([":@@EnumValue-FinancialStatus-None:None"], [":@@EnumValue-FinancialStatus-None:None"])));
2342
2342
  }
@@ -2346,7 +2346,7 @@
2346
2346
  });
2347
2347
  return Project;
2348
2348
  }(PlanableTask));
2349
- var templateObject_1$c, templateObject_2$c, templateObject_3$c, templateObject_4$b, templateObject_5$7;
2349
+ var templateObject_1$c, templateObject_2$c, templateObject_3$c, templateObject_4$c, templateObject_5$7;
2350
2350
 
2351
2351
  var PlanableTaskPart = /** @class */ (function (_super) {
2352
2352
  __extends(PlanableTaskPart, _super);
@@ -2394,7 +2394,7 @@
2394
2394
  case exports.SalesOrderStatus[exports.SalesOrderStatus.Closed]:
2395
2395
  return $localize(templateObject_3$b || (templateObject_3$b = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Closed:Closed"], [":@@EnumValue-SalesOrderStatus-Closed:Closed"])));
2396
2396
  case exports.SalesOrderStatus[exports.SalesOrderStatus.Pick_Pack]:
2397
- return $localize(templateObject_4$a || (templateObject_4$a = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"], [":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"])));
2397
+ return $localize(templateObject_4$b || (templateObject_4$b = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"], [":@@EnumValue-SalesOrderStatus-Pick_Pack:Pick/Pack"])));
2398
2398
  case exports.SalesOrderStatus[exports.SalesOrderStatus.Delivery]:
2399
2399
  return $localize(templateObject_5$6 || (templateObject_5$6 = __makeTemplateObject([":@@EnumValue-SalesOrderStatus-Delivery:Delivery"], [":@@EnumValue-SalesOrderStatus-Delivery:Delivery"])));
2400
2400
  default:
@@ -2406,7 +2406,7 @@
2406
2406
  });
2407
2407
  return SalesOrder;
2408
2408
  }(DomainObject));
2409
- var templateObject_1$b, templateObject_2$b, templateObject_3$b, templateObject_4$a, templateObject_5$6, templateObject_6$6;
2409
+ var templateObject_1$b, templateObject_2$b, templateObject_3$b, templateObject_4$b, templateObject_5$6, templateObject_6$6;
2410
2410
 
2411
2411
  var PurchaseLine = /** @class */ (function (_super) {
2412
2412
  __extends(PurchaseLine, _super);
@@ -2483,14 +2483,14 @@
2483
2483
  });
2484
2484
  Object.defineProperty(SystemUser.prototype, "Status", {
2485
2485
  get: function () {
2486
- return this.Active ? $localize(templateObject_3$a || (templateObject_3$a = __makeTemplateObject([":@@FieldValue-Active:Active"], [":@@FieldValue-Active:Active"]))) : $localize(templateObject_4$9 || (templateObject_4$9 = __makeTemplateObject([":@@FieldValue-InActive:Inactive"], [":@@FieldValue-InActive:Inactive"])));
2486
+ return this.Active ? $localize(templateObject_3$a || (templateObject_3$a = __makeTemplateObject([":@@FieldValue-Active:Active"], [":@@FieldValue-Active:Active"]))) : $localize(templateObject_4$a || (templateObject_4$a = __makeTemplateObject([":@@FieldValue-InActive:Inactive"], [":@@FieldValue-InActive:Inactive"])));
2487
2487
  },
2488
2488
  enumerable: false,
2489
2489
  configurable: true
2490
2490
  });
2491
2491
  return SystemUser;
2492
2492
  }());
2493
- var templateObject_1$a, templateObject_2$a, templateObject_3$a, templateObject_4$9;
2493
+ var templateObject_1$a, templateObject_2$a, templateObject_3$a, templateObject_4$a;
2494
2494
 
2495
2495
  var TaskType = /** @class */ (function (_super) {
2496
2496
  __extends(TaskType, _super);
@@ -2516,7 +2516,7 @@
2516
2516
  case exports.TimeRoundingType[exports.TimeRoundingType.M45]:
2517
2517
  return $localize(templateObject_3$9 || (templateObject_3$9 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-M45:45 minutes"], [":@@EnumValue-TimeRoundingType-M45:45 minutes"])));
2518
2518
  case exports.TimeRoundingType[exports.TimeRoundingType.M60]:
2519
- return $localize(templateObject_4$8 || (templateObject_4$8 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-M60:60 minutes"], [":@@EnumValue-TimeRoundingType-M60:60 minutes"])));
2519
+ return $localize(templateObject_4$9 || (templateObject_4$9 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-M60:60 minutes"], [":@@EnumValue-TimeRoundingType-M60:60 minutes"])));
2520
2520
  default:
2521
2521
  return $localize(templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject([":@@EnumValue-TimeRoundingType-None:None"], [":@@EnumValue-TimeRoundingType-None:None"])));
2522
2522
  }
@@ -2562,7 +2562,7 @@
2562
2562
  });
2563
2563
  return TimeCategory;
2564
2564
  }(DomainObject));
2565
- var templateObject_1$9, templateObject_2$9, templateObject_3$9, templateObject_4$8, templateObject_5$5, templateObject_6$5, templateObject_7$3, templateObject_8$3, templateObject_9$3, templateObject_10$3, templateObject_11$1, templateObject_12, templateObject_13, templateObject_14;
2565
+ var templateObject_1$9, templateObject_2$9, templateObject_3$9, templateObject_4$9, templateObject_5$5, templateObject_6$5, templateObject_7$3, templateObject_8$3, templateObject_9$3, templateObject_10$3, templateObject_11$1, templateObject_12, templateObject_13, templateObject_14;
2566
2566
 
2567
2567
  var TimeSplitRule = /** @class */ (function (_super) {
2568
2568
  __extends(TimeSplitRule, _super);
@@ -2580,7 +2580,7 @@
2580
2580
  case exports.WeekDays[exports.WeekDays.Wednesday]:
2581
2581
  return $localize(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject([":@@EnumValue-WeekDays-Wednesday:Wednesday"], [":@@EnumValue-WeekDays-Wednesday:Wednesday"])));
2582
2582
  case exports.WeekDays[exports.WeekDays.Thursday]:
2583
- return $localize(templateObject_4$7 || (templateObject_4$7 = __makeTemplateObject([":@@EnumValue-WeekDays-Thursday:Thursday"], [":@@EnumValue-WeekDays-Thursday:Thursday"])));
2583
+ return $localize(templateObject_4$8 || (templateObject_4$8 = __makeTemplateObject([":@@EnumValue-WeekDays-Thursday:Thursday"], [":@@EnumValue-WeekDays-Thursday:Thursday"])));
2584
2584
  case exports.WeekDays[exports.WeekDays.Friday]:
2585
2585
  return $localize(templateObject_5$4 || (templateObject_5$4 = __makeTemplateObject([":@@EnumValue-WeekDays-Friday:Friday"], [":@@EnumValue-WeekDays-Friday:Friday"])));
2586
2586
  case exports.WeekDays[exports.WeekDays.Saturday]:
@@ -2602,7 +2602,7 @@
2602
2602
  });
2603
2603
  return TimeSplitRule;
2604
2604
  }(DomainObject));
2605
- var templateObject_1$8, templateObject_2$8, templateObject_3$8, templateObject_4$7, templateObject_5$4, templateObject_6$4, templateObject_7$2, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11;
2605
+ var templateObject_1$8, templateObject_2$8, templateObject_3$8, templateObject_4$8, templateObject_5$4, templateObject_6$4, templateObject_7$2, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11;
2606
2606
 
2607
2607
  var TimeSplitSupplement = /** @class */ (function (_super) {
2608
2608
  __extends(TimeSplitSupplement, _super);
@@ -2617,8 +2617,10 @@
2617
2617
  return $localize(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Hours:Hours"], [":@@EnumValue-TimeQuantityUnit-Hours:Hours"])));
2618
2618
  case exports.TimeQuantityUnit[exports.TimeQuantityUnit.Quantity]:
2619
2619
  return $localize(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Quantity:Quantity"], [":@@EnumValue-TimeQuantityUnit-Quantity:Quantity"])));
2620
+ case exports.TimeQuantityUnit[exports.TimeQuantityUnit.Percent]:
2621
+ return $localize(templateObject_3$7 || (templateObject_3$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-Percent:Percent"], [":@@EnumValue-TimeQuantityUnit-Percent:Percent"])));
2620
2622
  default:
2621
- return $localize(templateObject_3$7 || (templateObject_3$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-None:None"], [":@@EnumValue-TimeQuantityUnit-None:None"])));
2623
+ return $localize(templateObject_4$7 || (templateObject_4$7 = __makeTemplateObject([":@@EnumValue-TimeQuantityUnit-None:None"], [":@@EnumValue-TimeQuantityUnit-None:None"])));
2622
2624
  }
2623
2625
  },
2624
2626
  enumerable: false,
@@ -2626,7 +2628,7 @@
2626
2628
  });
2627
2629
  return TimeSplitSupplement;
2628
2630
  }(DomainObject));
2629
- var templateObject_1$7, templateObject_2$7, templateObject_3$7;
2631
+ var templateObject_1$7, templateObject_2$7, templateObject_3$7, templateObject_4$7;
2630
2632
 
2631
2633
  var PayrollCategory = /** @class */ (function (_super) {
2632
2634
  __extends(PayrollCategory, _super);
@@ -3672,6 +3674,22 @@
3672
3674
  return DashboardParameter;
3673
3675
  }(DomainObject));
3674
3676
 
3677
+ var DashboardSlideShow = /** @class */ (function (_super) {
3678
+ __extends(DashboardSlideShow, _super);
3679
+ function DashboardSlideShow() {
3680
+ return _super !== null && _super.apply(this, arguments) || this;
3681
+ }
3682
+ return DashboardSlideShow;
3683
+ }(DomainObject));
3684
+
3685
+ var DashboardSlideShowEntry = /** @class */ (function (_super) {
3686
+ __extends(DashboardSlideShowEntry, _super);
3687
+ function DashboardSlideShowEntry() {
3688
+ return _super !== null && _super.apply(this, arguments) || this;
3689
+ }
3690
+ return DashboardSlideShowEntry;
3691
+ }(DomainObject));
3692
+
3675
3693
  var PlanningMapSlideShow = /** @class */ (function (_super) {
3676
3694
  __extends(PlanningMapSlideShow, _super);
3677
3695
  function PlanningMapSlideShow() {
@@ -3776,6 +3794,8 @@
3776
3794
  exports.CustomerUser = CustomerUser;
3777
3795
  exports.Dashboard = Dashboard;
3778
3796
  exports.DashboardParameter = DashboardParameter;
3797
+ exports.DashboardSlideShow = DashboardSlideShow;
3798
+ exports.DashboardSlideShowEntry = DashboardSlideShowEntry;
3779
3799
  exports.DeliveryMode = DeliveryMode;
3780
3800
  exports.DeliveryTerm = DeliveryTerm;
3781
3801
  exports.Department = Department;