@sprucelabs/mercury-types 47.1.0 → 47.2.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.
@@ -20,6 +20,11 @@ const eventSignatureSchema = {
20
20
  options: undefined
21
21
  },
22
22
  /** . */
23
+ 'aiInstructions': {
24
+ type: 'text',
25
+ options: undefined
26
+ },
27
+ /** . */
23
28
  'isGlobal': {
24
29
  type: 'boolean',
25
30
  defaultValue: false,
@@ -423,6 +423,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
423
423
  namespace SpruceSchemas.Mercury.v2020_12_25 {
424
424
  interface EventSignature {
425
425
  'description'?: string | undefined | null;
426
+ 'aiInstructions'?: string | undefined | null;
426
427
  'isGlobal'?: boolean | undefined | null;
427
428
  'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
428
429
  'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
@@ -445,6 +446,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
445
446
  options: undefined;
446
447
  };
447
448
  /** . */
449
+ 'aiInstructions': {
450
+ type: 'text';
451
+ options: undefined;
452
+ };
453
+ /** . */
448
454
  'isGlobal': {
449
455
  type: 'boolean';
450
456
  defaultValue: false;
@@ -15,6 +15,11 @@ const eventSignatureSchema = {
15
15
  options: undefined
16
16
  },
17
17
  /** . */
18
+ 'aiInstructions': {
19
+ type: 'text',
20
+ options: undefined
21
+ },
22
+ /** . */
18
23
  'isGlobal': {
19
24
  type: 'boolean',
20
25
  defaultValue: false,
@@ -423,6 +423,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
423
423
  namespace SpruceSchemas.Mercury.v2020_12_25 {
424
424
  interface EventSignature {
425
425
  'description'?: string | undefined | null;
426
+ 'aiInstructions'?: string | undefined | null;
426
427
  'isGlobal'?: boolean | undefined | null;
427
428
  'responsePayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
428
429
  'emitPayloadSchema'?: (SpruceSchema.Schema) | undefined | null;
@@ -445,6 +446,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
445
446
  options: undefined;
446
447
  };
447
448
  /** . */
449
+ 'aiInstructions': {
450
+ type: 'text';
451
+ options: undefined;
452
+ };
453
+ /** . */
448
454
  'isGlobal': {
449
455
  type: 'boolean';
450
456
  defaultValue: false;
@@ -27,6 +27,9 @@ declare const _default: {
27
27
  description: {
28
28
  type: "text";
29
29
  };
30
+ aiInstructions: {
31
+ type: "text";
32
+ };
30
33
  isGlobal: {
31
34
  type: "boolean";
32
35
  defaultValue: false;
@@ -53,6 +53,9 @@ export default buildSchema({
53
53
  description: {
54
54
  type: 'text',
55
55
  },
56
+ aiInstructions: {
57
+ type: 'text',
58
+ },
56
59
  isGlobal: {
57
60
  type: 'boolean',
58
61
  defaultValue: false,
@@ -27,6 +27,9 @@ declare const _default: {
27
27
  description: {
28
28
  type: "text";
29
29
  };
30
+ aiInstructions: {
31
+ type: "text";
32
+ };
30
33
  isGlobal: {
31
34
  type: "boolean";
32
35
  defaultValue: false;
@@ -58,6 +58,9 @@ exports.default = (0, schema_1.buildSchema)({
58
58
  description: {
59
59
  type: 'text',
60
60
  },
61
+ aiInstructions: {
62
+ type: 'text',
63
+ },
61
64
  isGlobal: {
62
65
  type: 'boolean',
63
66
  defaultValue: false,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "47.1.0",
6
+ "version": "47.2.1",
7
7
  "files": [
8
8
  "build"
9
9
  ],
@@ -60,20 +60,20 @@
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.566",
63
+ "@sprucelabs/error": "^6.0.567",
64
64
  "@sprucelabs/schema": "^31.0.19",
65
- "@sprucelabs/spruce-core-schemas": "^40.1.605"
65
+ "@sprucelabs/spruce-core-schemas": "^40.1.606"
66
66
  },
67
67
  "devDependencies": {
68
- "@sprucelabs/esm-postbuild": "^6.0.540",
69
- "@sprucelabs/jest-json-reporter": "^8.0.567",
70
- "@sprucelabs/resolve-path-aliases": "^2.0.527",
68
+ "@sprucelabs/esm-postbuild": "^6.0.541",
69
+ "@sprucelabs/jest-json-reporter": "^8.0.568",
70
+ "@sprucelabs/resolve-path-aliases": "^2.0.528",
71
71
  "@sprucelabs/semantic-release": "^5.0.2",
72
- "@sprucelabs/test": "^9.0.67",
72
+ "@sprucelabs/test": "^9.0.68",
73
73
  "@sprucelabs/test-utils": "^5.1.546",
74
- "@types/node": "^22.10.7",
74
+ "@types/node": "^22.12.0",
75
75
  "chokidar-cli": "^3.0.0",
76
- "eslint": "^9.18.0",
76
+ "eslint": "^9.19.0",
77
77
  "eslint-config-spruce": "^11.2.26",
78
78
  "jest": "^29.7.0",
79
79
  "jest-circus": "^29.7.0",