@movalib/movalib-commons 1.68.24 → 1.68.26

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.
@@ -207,7 +207,8 @@ export declare enum EventType {
207
207
  NOTE = "NOTE",
208
208
  PENDING_APPOINTMENT = "PENDING_APPOINTMENT",
209
209
  WAITING_VEHICLE = "WAITING_VEHICLE",
210
- QUOTE = "QUOTE"
210
+ QUOTE = "QUOTE",
211
+ REPAIR_ORDER = "REPAIR_ORDER"
211
212
  }
212
213
  export declare enum DayOfWeek {
213
214
  MONDAY = "MONDAY",
@@ -232,6 +232,7 @@ var EventType;
232
232
  EventType["PENDING_APPOINTMENT"] = "PENDING_APPOINTMENT";
233
233
  EventType["WAITING_VEHICLE"] = "WAITING_VEHICLE";
234
234
  EventType["QUOTE"] = "QUOTE";
235
+ EventType["REPAIR_ORDER"] = "REPAIR_ORDER";
235
236
  })(EventType || (exports.EventType = EventType = {}));
236
237
  var DayOfWeek;
237
238
  (function (DayOfWeek) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movalib/movalib-commons",
3
- "version": "1.68.24",
3
+ "version": "1.68.26",
4
4
  "description": "Bibliothèque d'objets communs à l'ensemble des projets React de Movalib",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -226,6 +226,7 @@ export enum EventType {
226
226
  PENDING_APPOINTMENT = "PENDING_APPOINTMENT",
227
227
  WAITING_VEHICLE = "WAITING_VEHICLE",
228
228
  QUOTE = "QUOTE",
229
+ REPAIR_ORDER="REPAIR_ORDER"
229
230
  }
230
231
 
231
232
  export enum DayOfWeek {