@sprucelabs/mercury-types 47.0.661 → 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.
- package/build/.spruce/schemas/mercury/v2020_12_25/eventSignature.schema.js +5 -0
- package/build/.spruce/schemas/schemas.types.d.ts +6 -0
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/eventSignature.schema.js +5 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +6 -0
- package/build/esm/schemas/v2020_12_25/eventContract.builder.d.ts +3 -0
- package/build/esm/schemas/v2020_12_25/eventContract.builder.js +3 -0
- package/build/schemas/v2020_12_25/eventContract.builder.d.ts +3 -0
- package/build/schemas/v2020_12_25/eventContract.builder.js +3 -0
- package/package.json +1 -1
@@ -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';
|