@sprucelabs/spruce-calendar-components 27.0.3 → 27.0.4

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.
@@ -63,7 +63,7 @@ export declare namespace SpruceErrors.Calendar {
63
63
  }
64
64
  export declare namespace SpruceErrors.Calendar {
65
65
  interface EventNotFound {
66
- 'id'?: string | undefined | null;
66
+ 'id': string;
67
67
  }
68
68
  interface EventNotFoundSchema extends SpruceSchema.Schema {
69
69
  id: 'eventNotFound';
@@ -73,6 +73,7 @@ export declare namespace SpruceErrors.Calendar {
73
73
  /** . */
74
74
  'id': {
75
75
  type: 'id';
76
+ isRequired: true;
76
77
  options: undefined;
77
78
  };
78
79
  };
@@ -63,7 +63,7 @@ export declare namespace SpruceErrors.Calendar {
63
63
  }
64
64
  export declare namespace SpruceErrors.Calendar {
65
65
  interface EventNotFound {
66
- 'id'?: string | undefined | null;
66
+ 'id': string;
67
67
  }
68
68
  interface EventNotFoundSchema extends SpruceSchema.Schema {
69
69
  id: 'eventNotFound';
@@ -73,6 +73,7 @@ export declare namespace SpruceErrors.Calendar {
73
73
  /** . */
74
74
  'id': {
75
75
  type: 'id';
76
+ isRequired: true;
76
77
  options: undefined;
77
78
  };
78
79
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "27.0.3",
4
+ "version": "27.0.4",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },