@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",