@wix/seatings 1.0.17 → 1.0.18

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.
@@ -20,12 +20,12 @@ interface SeatingPlan$3 {
20
20
  * Seating plan created timestamp.
21
21
  * @readonly
22
22
  */
23
- createdDate?: Date;
23
+ createdDate?: Date | null;
24
24
  /**
25
25
  * Seating plan updated timestamp.
26
26
  * @readonly
27
27
  */
28
- updatedDate?: Date;
28
+ updatedDate?: Date | null;
29
29
  /**
30
30
  * Total capacity
31
31
  * @readonly
@@ -578,12 +578,12 @@ interface SeatingPlan$2 {
578
578
  * Seating plan created timestamp.
579
579
  * @readonly
580
580
  */
581
- _createdDate?: Date;
581
+ _createdDate?: Date | null;
582
582
  /**
583
583
  * Seating plan updated timestamp.
584
584
  * @readonly
585
585
  */
586
- _updatedDate?: Date;
586
+ _updatedDate?: Date | null;
587
587
  /**
588
588
  * Total capacity
589
589
  * @readonly
@@ -1383,12 +1383,12 @@ interface SeatingPlan$1 {
1383
1383
  * Seating plan created timestamp.
1384
1384
  * @readonly
1385
1385
  */
1386
- createdDate?: Date;
1386
+ createdDate?: Date | null;
1387
1387
  /**
1388
1388
  * Seating plan updated timestamp.
1389
1389
  * @readonly
1390
1390
  */
1391
- updatedDate?: Date;
1391
+ updatedDate?: Date | null;
1392
1392
  /**
1393
1393
  * Total capacity
1394
1394
  * @readonly
@@ -1992,12 +1992,12 @@ interface SeatingPlan {
1992
1992
  * Seating plan created timestamp.
1993
1993
  * @readonly
1994
1994
  */
1995
- _createdDate?: Date;
1995
+ _createdDate?: Date | null;
1996
1996
  /**
1997
1997
  * Seating plan updated timestamp.
1998
1998
  * @readonly
1999
1999
  */
2000
- _updatedDate?: Date;
2000
+ _updatedDate?: Date | null;
2001
2001
  /**
2002
2002
  * Total capacity
2003
2003
  * @readonly