@sprucelabs/mercury-core-events 27.4.50 → 27.4.51

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.
@@ -16,6 +16,7 @@ const getEventContractsResponsePayloadSchema = {
16
16
  type: 'schema',
17
17
  isRequired: true,
18
18
  isArray: true,
19
+ minArrayLength: 0,
19
20
  options: { schema: eventContract_schema_1.default, }
20
21
  },
21
22
  }
@@ -3070,6 +3070,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3070
3070
  type: 'schema';
3071
3071
  isRequired: true;
3072
3072
  isArray: true;
3073
+ minArrayLength: 0;
3073
3074
  options: {
3074
3075
  schema: SpruceSchemas.Mercury.v2020_12_25.EventContractSchema;
3075
3076
  };
@@ -11,6 +11,7 @@ const getEventContractsResponsePayloadSchema = {
11
11
  type: 'schema',
12
12
  isRequired: true,
13
13
  isArray: true,
14
+ minArrayLength: 0,
14
15
  options: { schema: eventContractSchema_v2020_12_25, }
15
16
  },
16
17
  }
@@ -3070,6 +3070,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3070
3070
  type: 'schema';
3071
3071
  isRequired: true;
3072
3072
  isArray: true;
3073
+ minArrayLength: 0;
3073
3074
  options: {
3074
3075
  schema: SpruceSchemas.Mercury.v2020_12_25.EventContractSchema;
3075
3076
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "27.4.50",
3
+ "version": "27.4.51",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",