@connectedxm/client 6.4.0 → 6.4.1
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/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1549,8 +1549,8 @@ interface BaseSeries {
|
|
|
1549
1549
|
slug: string;
|
|
1550
1550
|
description: string | null;
|
|
1551
1551
|
longDescription: string | null;
|
|
1552
|
-
startDate: string;
|
|
1553
|
-
endDate: string;
|
|
1552
|
+
startDate: string | null;
|
|
1553
|
+
endDate: string | null;
|
|
1554
1554
|
image: BaseImage | null;
|
|
1555
1555
|
createdAt: string;
|
|
1556
1556
|
updatedAt: string;
|