@sprucelabs/mercury-core-events 24.0.264 → 24.0.266

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.
@@ -13,9 +13,10 @@ const setAuthorizerStatusEmitTargetSchema = {
13
13
  isRequired: true,
14
14
  options: undefined
15
15
  },
16
- /** . */
16
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
17
17
  'personId': {
18
18
  type: 'id',
19
+ hint: 'The person to set the status for. If empty, looks at logged in person\'s status.',
19
20
  options: undefined
20
21
  },
21
22
  }
@@ -9844,6 +9844,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9844
9844
  namespace SpruceSchemas.Mercury.v2020_12_25 {
9845
9845
  interface SetAuthorizerStatusEmitTarget {
9846
9846
  'locationId': string;
9847
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
9847
9848
  'personId'?: string | undefined | null;
9848
9849
  }
9849
9850
  interface SetAuthorizerStatusEmitTargetSchema extends SpruceSchema.Schema {
@@ -9858,9 +9859,10 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9858
9859
  isRequired: true;
9859
9860
  options: undefined;
9860
9861
  };
9861
- /** . */
9862
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
9862
9863
  'personId': {
9863
9864
  type: 'id';
9865
+ hint: 'The person to set the status for. If empty, looks at logged in person\'s status.';
9864
9866
  options: undefined;
9865
9867
  };
9866
9868
  };
@@ -11,9 +11,10 @@ const setAuthorizerStatusEmitTargetSchema = {
11
11
  isRequired: true,
12
12
  options: undefined
13
13
  },
14
- /** . */
14
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
15
15
  'personId': {
16
16
  type: 'id',
17
+ hint: 'The person to set the status for. If empty, looks at logged in person\'s status.',
17
18
  options: undefined
18
19
  },
19
20
  }
@@ -9844,6 +9844,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9844
9844
  namespace SpruceSchemas.Mercury.v2020_12_25 {
9845
9845
  interface SetAuthorizerStatusEmitTarget {
9846
9846
  'locationId': string;
9847
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
9847
9848
  'personId'?: string | undefined | null;
9848
9849
  }
9849
9850
  interface SetAuthorizerStatusEmitTargetSchema extends SpruceSchema.Schema {
@@ -9858,9 +9859,10 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9858
9859
  isRequired: true;
9859
9860
  options: undefined;
9860
9861
  };
9861
- /** . */
9862
+ /** . The person to set the status for. If empty, looks at logged in person's status. */
9862
9863
  'personId': {
9863
9864
  type: 'id';
9865
+ hint: 'The person to set the status for. If empty, looks at logged in person\'s status.';
9864
9866
  options: undefined;
9865
9867
  };
9866
9868
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "24.0.264",
3
+ "version": "24.0.266",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",
@@ -58,12 +58,12 @@
58
58
  "watch.tsc": "tsc -w"
59
59
  },
60
60
  "devDependencies": {
61
- "@sprucelabs/esm-postbuild": "^6.0.168",
62
- "@sprucelabs/jest-json-reporter": "^8.0.186",
63
- "@sprucelabs/resolve-path-aliases": "^2.0.164",
61
+ "@sprucelabs/esm-postbuild": "^6.0.170",
62
+ "@sprucelabs/jest-json-reporter": "^8.0.188",
63
+ "@sprucelabs/resolve-path-aliases": "^2.0.165",
64
64
  "@sprucelabs/semantic-release": "^5.0.2",
65
65
  "@sprucelabs/test": "^9.0.40",
66
- "@types/node": "^20.14.12",
66
+ "@types/node": "^22.0.0",
67
67
  "chokidar-cli": "^3.0.0",
68
68
  "eslint": "^9.8.0",
69
69
  "eslint-config-spruce": "^11.2.26",
@@ -76,10 +76,10 @@
76
76
  "typescript": "^5.5.4"
77
77
  },
78
78
  "dependencies": {
79
- "@sprucelabs/mercury-types": "^47.0.232",
80
- "@sprucelabs/schema": "^30.0.231",
81
- "@sprucelabs/spruce-core-schemas": "^40.1.175",
82
- "@sprucelabs/spruce-event-utils": "^40.0.245"
79
+ "@sprucelabs/mercury-types": "^47.0.234",
80
+ "@sprucelabs/schema": "^30.0.233",
81
+ "@sprucelabs/spruce-core-schemas": "^40.1.177",
82
+ "@sprucelabs/spruce-event-utils": "^40.0.247"
83
83
  },
84
84
  "jest": {
85
85
  "testRunner": "jest-circus/runner",