@sprucelabs/mercury-core-events 29.0.1 → 29.1.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.
@@ -18,6 +18,11 @@ const getPersonEmitTargetSchema = {
18
18
  options: undefined
19
19
  },
20
20
  /** . */
21
+ 'email': {
22
+ type: 'email',
23
+ options: undefined
24
+ },
25
+ /** . */
21
26
  'locationId': {
22
27
  type: 'id',
23
28
  options: undefined
@@ -3608,6 +3608,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3608
3608
  interface GetPersonEmitTarget {
3609
3609
  'personId'?: string | undefined | null;
3610
3610
  'phone'?: string | undefined | null;
3611
+ 'email'?: string | undefined | null;
3611
3612
  'locationId'?: string | undefined | null;
3612
3613
  }
3613
3614
  interface GetPersonEmitTargetSchema extends SpruceSchema.Schema {
@@ -3627,6 +3628,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3627
3628
  options: undefined;
3628
3629
  };
3629
3630
  /** . */
3631
+ 'email': {
3632
+ type: 'email';
3633
+ options: undefined;
3634
+ };
3635
+ /** . */
3630
3636
  'locationId': {
3631
3637
  type: 'id';
3632
3638
  options: undefined;
@@ -16,6 +16,11 @@ const getPersonEmitTargetSchema = {
16
16
  options: undefined
17
17
  },
18
18
  /** . */
19
+ 'email': {
20
+ type: 'email',
21
+ options: undefined
22
+ },
23
+ /** . */
19
24
  'locationId': {
20
25
  type: 'id',
21
26
  options: undefined
@@ -3608,6 +3608,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3608
3608
  interface GetPersonEmitTarget {
3609
3609
  'personId'?: string | undefined | null;
3610
3610
  'phone'?: string | undefined | null;
3611
+ 'email'?: string | undefined | null;
3611
3612
  'locationId'?: string | undefined | null;
3612
3613
  }
3613
3614
  interface GetPersonEmitTargetSchema extends SpruceSchema.Schema {
@@ -3627,6 +3628,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3627
3628
  options: undefined;
3628
3629
  };
3629
3630
  /** . */
3631
+ 'email': {
3632
+ type: 'email';
3633
+ options: undefined;
3634
+ };
3635
+ /** . */
3630
3636
  'locationId': {
3631
3637
  type: 'id';
3632
3638
  options: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "29.0.1",
3
+ "version": "29.1.1",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",
@@ -70,28 +70,28 @@
70
70
  "watch.tsc": "tsc -w"
71
71
  },
72
72
  "devDependencies": {
73
- "@sprucelabs/esm-postbuild": "^9.0.13",
74
- "@sprucelabs/jest-json-reporter": "^10.0.19",
75
- "@sprucelabs/resolve-path-aliases": "^4.0.13",
73
+ "@sprucelabs/esm-postbuild": "^9.0.14",
74
+ "@sprucelabs/jest-json-reporter": "^10.0.20",
75
+ "@sprucelabs/resolve-path-aliases": "^4.0.14",
76
76
  "@sprucelabs/semantic-release": "^6.0.0",
77
- "@sprucelabs/test": "^11.1.0",
78
- "@types/node": "^25.0.3",
77
+ "@sprucelabs/test": "^11.1.1",
78
+ "@types/node": "^25.0.9",
79
79
  "chokidar-cli": "^3.0.0",
80
80
  "eslint": "^9.39.2",
81
81
  "eslint-config-spruce": "^11.2.26",
82
82
  "jest": "^30.2.0",
83
83
  "jest-circus": "^30.2.0",
84
- "prettier": "^3.7.4",
84
+ "prettier": "^3.8.0",
85
85
  "ts-node": "^10.9.2",
86
86
  "tsc-watch": "^7.2.0",
87
87
  "tsconfig-paths": "^4.2.0",
88
88
  "typescript": "^5.9.3"
89
89
  },
90
90
  "dependencies": {
91
- "@sprucelabs/mercury-types": "^49.1.3",
92
- "@sprucelabs/schema": "^33.1.3",
93
- "@sprucelabs/spruce-core-schemas": "^42.1.3",
94
- "@sprucelabs/spruce-event-utils": "^43.0.1"
91
+ "@sprucelabs/mercury-types": "^49.1.4",
92
+ "@sprucelabs/schema": "^33.1.4",
93
+ "@sprucelabs/spruce-core-schemas": "^42.1.4",
94
+ "@sprucelabs/spruce-event-utils": "^43.0.2"
95
95
  },
96
96
  "jest": {
97
97
  "testRunner": "jest-circus/runner",