@sprucelabs/spruce-event-utils 41.0.95 → 41.0.97

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.
@@ -9,6 +9,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9
9
  'organizationId'?: string | undefined | null;
10
10
  'skillId'?: string | undefined | null;
11
11
  'roleId'?: string | undefined | null;
12
+ 'email'?: string | undefined | null;
12
13
  }
13
14
  interface EventTargetSchema extends SpruceSchema.Schema {
14
15
  id: 'eventTarget';
@@ -43,6 +44,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
43
44
  type: 'id';
44
45
  options: undefined;
45
46
  };
47
+ /** . */
48
+ 'email': {
49
+ type: 'email';
50
+ options: undefined;
51
+ };
46
52
  };
47
53
  }
48
54
  interface EventTargetEntity extends SchemaEntity<SpruceSchemas.SpruceEventUtils.v2021_09_13.EventTargetSchema> {
@@ -55,6 +61,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
55
61
  'organizationId'?: string | undefined | null;
56
62
  'skillId'?: string | undefined | null;
57
63
  'roleId'?: string | undefined | null;
64
+ 'email'?: string | undefined | null;
58
65
  /** Proxy token. */
59
66
  'proxyToken'?: string | undefined | null;
60
67
  }
@@ -91,6 +98,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
91
98
  type: 'id';
92
99
  options: undefined;
93
100
  };
101
+ /** . */
102
+ 'email': {
103
+ type: 'email';
104
+ options: undefined;
105
+ };
94
106
  /** Proxy token. */
95
107
  'proxyToken': {
96
108
  label: 'Proxy token';
@@ -34,6 +34,11 @@ const eventSourceSchema = {
34
34
  type: 'id',
35
35
  options: undefined
36
36
  },
37
+ /** . */
38
+ 'email': {
39
+ type: 'email',
40
+ options: undefined
41
+ },
37
42
  /** Proxy token. */
38
43
  'proxyToken': {
39
44
  label: 'Proxy token',
@@ -34,6 +34,11 @@ const eventTargetSchema = {
34
34
  type: 'id',
35
35
  options: undefined
36
36
  },
37
+ /** . */
38
+ 'email': {
39
+ type: 'email',
40
+ options: undefined
41
+ },
37
42
  }
38
43
  };
39
44
  schema_1.SchemaRegistry.getInstance().trackSchema(eventTargetSchema);
@@ -9,6 +9,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9
9
  'organizationId'?: string | undefined | null;
10
10
  'skillId'?: string | undefined | null;
11
11
  'roleId'?: string | undefined | null;
12
+ 'email'?: string | undefined | null;
12
13
  }
13
14
  interface EventTargetSchema extends SpruceSchema.Schema {
14
15
  id: 'eventTarget';
@@ -43,6 +44,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
43
44
  type: 'id';
44
45
  options: undefined;
45
46
  };
47
+ /** . */
48
+ 'email': {
49
+ type: 'email';
50
+ options: undefined;
51
+ };
46
52
  };
47
53
  }
48
54
  interface EventTargetEntity extends SchemaEntity<SpruceSchemas.SpruceEventUtils.v2021_09_13.EventTargetSchema> {
@@ -55,6 +61,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
55
61
  'organizationId'?: string | undefined | null;
56
62
  'skillId'?: string | undefined | null;
57
63
  'roleId'?: string | undefined | null;
64
+ 'email'?: string | undefined | null;
58
65
  /** Proxy token. */
59
66
  'proxyToken'?: string | undefined | null;
60
67
  }
@@ -91,6 +98,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
91
98
  type: 'id';
92
99
  options: undefined;
93
100
  };
101
+ /** . */
102
+ 'email': {
103
+ type: 'email';
104
+ options: undefined;
105
+ };
94
106
  /** Proxy token. */
95
107
  'proxyToken': {
96
108
  label: 'Proxy token';
@@ -32,6 +32,11 @@ const eventSourceSchema = {
32
32
  type: 'id',
33
33
  options: undefined
34
34
  },
35
+ /** . */
36
+ 'email': {
37
+ type: 'email',
38
+ options: undefined
39
+ },
35
40
  /** Proxy token. */
36
41
  'proxyToken': {
37
42
  label: 'Proxy token',
@@ -32,6 +32,11 @@ const eventTargetSchema = {
32
32
  type: 'id',
33
33
  options: undefined
34
34
  },
35
+ /** . */
36
+ 'email': {
37
+ type: 'email',
38
+ options: undefined
39
+ },
35
40
  }
36
41
  };
37
42
  SchemaRegistry.getInstance().trackSchema(eventTargetSchema);
@@ -8,6 +8,10 @@ declare const _default: {
8
8
  type: "id";
9
9
  label: string;
10
10
  };
11
+ email: {
12
+ type: "email";
13
+ options: undefined;
14
+ };
11
15
  locationId: {
12
16
  type: "id";
13
17
  options: undefined;
@@ -4,6 +4,10 @@ declare const _default: {
4
4
  moduleToImportFromWhenRemote: string;
5
5
  importsWhenRemote: string[];
6
6
  fields: {
7
+ email: {
8
+ type: "email";
9
+ options: undefined;
10
+ };
7
11
  locationId: {
8
12
  type: "id";
9
13
  options: undefined;
@@ -8,6 +8,10 @@ declare const _default: {
8
8
  type: "id";
9
9
  label: string;
10
10
  };
11
+ email: {
12
+ type: "email";
13
+ options: undefined;
14
+ };
11
15
  locationId: {
12
16
  type: "id";
13
17
  options: undefined;
@@ -4,6 +4,10 @@ declare const _default: {
4
4
  moduleToImportFromWhenRemote: string;
5
5
  importsWhenRemote: string[];
6
6
  fields: {
7
+ email: {
8
+ type: "email";
9
+ options: undefined;
10
+ };
7
11
  locationId: {
8
12
  type: "id";
9
13
  options: undefined;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "41.0.95",
6
+ "version": "41.0.97",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",
@@ -57,11 +57,11 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@sprucelabs/error": "^7.1.14",
60
- "@sprucelabs/mercury-types": "^48.0.85",
61
- "@sprucelabs/schema": "^32.1.35",
62
- "@sprucelabs/spruce-core-schemas": "^41.0.79",
63
- "@sprucelabs/spruce-skill-utils": "^32.0.90",
64
- "@sprucelabs/test-utils": "^6.0.72"
60
+ "@sprucelabs/mercury-types": "^48.0.87",
61
+ "@sprucelabs/schema": "^32.1.38",
62
+ "@sprucelabs/spruce-core-schemas": "^41.1.2",
63
+ "@sprucelabs/spruce-skill-utils": "^32.0.92",
64
+ "@sprucelabs/test-utils": "^6.0.74"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@sprucelabs/esm-postbuild": "^7.0.30",