@sprucelabs/mercury-core-events 27.0.54 → 27.0.55

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.
@@ -7,18 +7,10 @@ const updateOrgEmitPayloadSchema = {
7
7
  namespace: 'Mercury',
8
8
  name: '',
9
9
  fields: {
10
- /** Id. */
11
- 'id': {
12
- label: 'Id',
13
- type: 'id',
14
- isRequired: true,
15
- options: undefined
16
- },
17
10
  /** Name. */
18
11
  'name': {
19
12
  label: 'Name',
20
13
  type: 'text',
21
- isRequired: true,
22
14
  options: undefined
23
15
  },
24
16
  /** Address. */
@@ -38,7 +30,6 @@ const updateOrgEmitPayloadSchema = {
38
30
  /** . */
39
31
  'dateCreated': {
40
32
  type: 'dateTime',
41
- isRequired: true,
42
33
  options: undefined
43
34
  },
44
35
  /** . */
@@ -28,7 +28,6 @@ const updateOrganizationEmitTargetAndPayloadSchema = {
28
28
  /** . */
29
29
  'payload': {
30
30
  type: 'schema',
31
- isRequired: true,
32
31
  options: { schema: updateOrgEmitPayload_schema_1.default, }
33
32
  },
34
33
  }