@sprucelabs/calendar-utils 43.0.122 → 43.0.124

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.
@@ -34,11 +34,6 @@ const calendarEventTargetSchema = {
34
34
  type: 'id',
35
35
  options: undefined
36
36
  },
37
- /** . */
38
- 'email': {
39
- type: 'email',
40
- options: undefined
41
- },
42
37
  }
43
38
  };
44
39
  schema_1.SchemaRegistry.getInstance().trackSchema(calendarEventTargetSchema);
@@ -558,7 +558,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
558
558
  'organizationId'?: string | undefined | null;
559
559
  'skillId'?: string | undefined | null;
560
560
  'roleId'?: string | undefined | null;
561
- 'email'?: string | undefined | null;
562
561
  }
563
562
  interface CalendarEventTargetSchema extends SpruceSchema.Schema {
564
563
  id: 'calendarEventTarget';
@@ -593,11 +592,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
593
592
  type: 'id';
594
593
  options: undefined;
595
594
  };
596
- /** . */
597
- 'email': {
598
- type: 'email';
599
- options: undefined;
600
- };
601
595
  };
602
596
  }
603
597
  interface CalendarEventTargetEntity extends SchemaEntity<SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEventTargetSchema> {
@@ -32,11 +32,6 @@ const calendarEventTargetSchema = {
32
32
  type: 'id',
33
33
  options: undefined
34
34
  },
35
- /** . */
36
- 'email': {
37
- type: 'email',
38
- options: undefined
39
- },
40
35
  }
41
36
  };
42
37
  SchemaRegistry.getInstance().trackSchema(calendarEventTargetSchema);
@@ -558,7 +558,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
558
558
  'organizationId'?: string | undefined | null;
559
559
  'skillId'?: string | undefined | null;
560
560
  'roleId'?: string | undefined | null;
561
- 'email'?: string | undefined | null;
562
561
  }
563
562
  interface CalendarEventTargetSchema extends SpruceSchema.Schema {
564
563
  id: 'calendarEventTarget';
@@ -593,11 +592,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
593
592
  type: 'id';
594
593
  options: undefined;
595
594
  };
596
- /** . */
597
- 'email': {
598
- type: 'email';
599
- options: undefined;
600
- };
601
595
  };
602
596
  }
603
597
  interface CalendarEventTargetEntity extends SchemaEntity<SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEventTargetSchema> {
@@ -123,10 +123,6 @@ declare const _default: {
123
123
  type: "id";
124
124
  options: undefined;
125
125
  };
126
- email: {
127
- type: "email";
128
- options: undefined;
129
- };
130
126
  };
131
127
  };
132
128
  };
@@ -123,10 +123,6 @@ declare const _default: {
123
123
  type: "id";
124
124
  options: undefined;
125
125
  };
126
- email: {
127
- type: "email";
128
- options: undefined;
129
- };
130
126
  };
131
127
  };
132
128
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "43.0.122",
6
+ "version": "43.0.124",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",
@@ -62,11 +62,11 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@sprucelabs/error": "^7.1.14",
65
- "@sprucelabs/mercury-event-emitter": "^43.0.120",
65
+ "@sprucelabs/mercury-event-emitter": "^43.0.121",
66
66
  "@sprucelabs/mercury-types": "^48.0.87",
67
67
  "@sprucelabs/schema": "^32.1.38",
68
68
  "@sprucelabs/spruce-core-schemas": "^41.1.2",
69
- "@sprucelabs/spruce-event-utils": "^41.0.98",
69
+ "@sprucelabs/spruce-event-utils": "^41.0.99",
70
70
  "date-fns": "^4.1.0",
71
71
  "date-fns-tz": "^3.2.0",
72
72
  "rrule": "^2.8.1"