@connectedxm/admin 0.0.52 → 0.0.53

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.mts CHANGED
@@ -3649,7 +3649,7 @@ interface UserUpdateInputs {
3649
3649
  interface UserApiKeyCreateInputs {
3650
3650
  name: string;
3651
3651
  startDate: string;
3652
- endDate: string;
3652
+ endDate?: string;
3653
3653
  description?: string | null;
3654
3654
  }
3655
3655
  interface VideoUpdateInputs {
package/dist/index.d.ts CHANGED
@@ -3649,7 +3649,7 @@ interface UserUpdateInputs {
3649
3649
  interface UserApiKeyCreateInputs {
3650
3650
  name: string;
3651
3651
  startDate: string;
3652
- endDate: string;
3652
+ endDate?: string;
3653
3653
  description?: string | null;
3654
3654
  }
3655
3655
  interface VideoUpdateInputs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {