@sprucelabs/mercury-types 47.0.660 → 47.1.0

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.
@@ -14,6 +14,11 @@ const eventSignatureSchema = {
14
14
  name: 'Event Signature',
15
15
  moduleToImportFromWhenRemote: '@sprucelabs/mercury-types',
16
16
  fields: {
17
+ /** . */
18
+ 'description': {
19
+ type: 'text',
20
+ options: undefined
21
+ },
17
22
  /** . */
18
23
  'isGlobal': {
19
24
  type: 'boolean',
@@ -422,6 +422,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
422
422
  }
423
423
  namespace SpruceSchemas.Mercury.v2020_12_25 {
424
424
  interface EventSignature {
425
+ 'description'?: string | undefined | null;
425
426
  'isGlobal'?: boolean | undefined | null;
426
427
  'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
427
428
  'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
@@ -438,6 +439,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
438
439
  name: 'Event Signature';
439
440
  moduleToImportFromWhenRemote: '@sprucelabs/mercury-types';
440
441
  fields: {
442
+ /** . */
443
+ 'description': {
444
+ type: 'text';
445
+ options: undefined;
446
+ };
441
447
  /** . */
442
448
  'isGlobal': {
443
449
  type: 'boolean';
@@ -9,6 +9,11 @@ const eventSignatureSchema = {
9
9
  name: 'Event Signature',
10
10
  moduleToImportFromWhenRemote: '@sprucelabs/mercury-types',
11
11
  fields: {
12
+ /** . */
13
+ 'description': {
14
+ type: 'text',
15
+ options: undefined
16
+ },
12
17
  /** . */
13
18
  'isGlobal': {
14
19
  type: 'boolean',
@@ -422,6 +422,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
422
422
  }
423
423
  namespace SpruceSchemas.Mercury.v2020_12_25 {
424
424
  interface EventSignature {
425
+ 'description'?: string | undefined | null;
425
426
  'isGlobal'?: boolean | undefined | null;
426
427
  'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
427
428
  'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
@@ -438,6 +439,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
438
439
  name: 'Event Signature';
439
440
  moduleToImportFromWhenRemote: '@sprucelabs/mercury-types';
440
441
  fields: {
442
+ /** . */
443
+ 'description': {
444
+ type: 'text';
445
+ options: undefined;
446
+ };
441
447
  /** . */
442
448
  'isGlobal': {
443
449
  type: 'boolean';
@@ -24,6 +24,9 @@ declare const _default: {
24
24
  name: string;
25
25
  description: string;
26
26
  fields: {
27
+ description: {
28
+ type: "text";
29
+ };
27
30
  isGlobal: {
28
31
  type: "boolean";
29
32
  defaultValue: false;
@@ -50,6 +50,9 @@ export default buildSchema({
50
50
  name: 'Event Signature',
51
51
  description: '',
52
52
  fields: {
53
+ description: {
54
+ type: 'text',
55
+ },
53
56
  isGlobal: {
54
57
  type: 'boolean',
55
58
  defaultValue: false,
@@ -24,6 +24,9 @@ declare const _default: {
24
24
  name: string;
25
25
  description: string;
26
26
  fields: {
27
+ description: {
28
+ type: "text";
29
+ };
27
30
  isGlobal: {
28
31
  type: "boolean";
29
32
  defaultValue: false;
@@ -55,6 +55,9 @@ exports.default = (0, schema_1.buildSchema)({
55
55
  name: 'Event Signature',
56
56
  description: '',
57
57
  fields: {
58
+ description: {
59
+ type: 'text',
60
+ },
58
61
  isGlobal: {
59
62
  type: 'boolean',
60
63
  defaultValue: false,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "47.0.660",
6
+ "version": "47.1.0",
7
7
  "files": [
8
8
  "build"
9
9
  ],
@@ -60,9 +60,9 @@
60
60
  "watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev"
61
61
  },
62
62
  "dependencies": {
63
- "@sprucelabs/error": "^6.0.565",
64
- "@sprucelabs/schema": "^31.0.18",
65
- "@sprucelabs/spruce-core-schemas": "^40.1.604"
63
+ "@sprucelabs/error": "^6.0.566",
64
+ "@sprucelabs/schema": "^31.0.19",
65
+ "@sprucelabs/spruce-core-schemas": "^40.1.605"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@sprucelabs/esm-postbuild": "^6.0.540",
@@ -70,7 +70,7 @@
70
70
  "@sprucelabs/resolve-path-aliases": "^2.0.527",
71
71
  "@sprucelabs/semantic-release": "^5.0.2",
72
72
  "@sprucelabs/test": "^9.0.67",
73
- "@sprucelabs/test-utils": "^5.1.545",
73
+ "@sprucelabs/test-utils": "^5.1.546",
74
74
  "@types/node": "^22.10.7",
75
75
  "chokidar-cli": "^3.0.0",
76
76
  "eslint": "^9.18.0",