@tolinax/ayoune-interfaces 2024.87.0 → 2024.89.0
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.
package/interfaces/index.d.ts
CHANGED
|
@@ -136,6 +136,7 @@ export * from "./ICalculationRule";
|
|
|
136
136
|
export * from "./ICalculationSchema";
|
|
137
137
|
export * from "./ICalendar";
|
|
138
138
|
export * from "./ICalendarEntry";
|
|
139
|
+
export * from "./ICalendarWidgetView";
|
|
139
140
|
export * from "./ICallProcedure";
|
|
140
141
|
export * from "./ICampaign";
|
|
141
142
|
export * from "./ICampaignClick";
|
|
@@ -252,6 +253,8 @@ export * from "./IEpic";
|
|
|
252
253
|
export * from "./IErrorLog";
|
|
253
254
|
export * from "./IETIM";
|
|
254
255
|
export * from "./IEvent";
|
|
256
|
+
export * from "./IEventWidget";
|
|
257
|
+
export * from "./IEventWidgetView";
|
|
255
258
|
export * from "./IEventMeta";
|
|
256
259
|
export * from "./IExam";
|
|
257
260
|
export * from "./IExamResult";
|
package/interfaces/index.js
CHANGED
|
@@ -152,6 +152,7 @@ __exportStar(require("./ICalculationRule"), exports);
|
|
|
152
152
|
__exportStar(require("./ICalculationSchema"), exports);
|
|
153
153
|
__exportStar(require("./ICalendar"), exports);
|
|
154
154
|
__exportStar(require("./ICalendarEntry"), exports);
|
|
155
|
+
__exportStar(require("./ICalendarWidgetView"), exports);
|
|
155
156
|
__exportStar(require("./ICallProcedure"), exports);
|
|
156
157
|
__exportStar(require("./ICampaign"), exports);
|
|
157
158
|
__exportStar(require("./ICampaignClick"), exports);
|
|
@@ -268,6 +269,8 @@ __exportStar(require("./IEpic"), exports);
|
|
|
268
269
|
__exportStar(require("./IErrorLog"), exports);
|
|
269
270
|
__exportStar(require("./IETIM"), exports);
|
|
270
271
|
__exportStar(require("./IEvent"), exports);
|
|
272
|
+
__exportStar(require("./IEventWidget"), exports);
|
|
273
|
+
__exportStar(require("./IEventWidgetView"), exports);
|
|
271
274
|
__exportStar(require("./IEventMeta"), exports);
|
|
272
275
|
__exportStar(require("./IExam"), exports);
|
|
273
276
|
__exportStar(require("./IExamResult"), exports);
|