@sprucelabs/mercury-core-events 27.4.36 → 27.4.38
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.
|
@@ -2692,7 +2692,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2692
2692
|
}
|
|
2693
2693
|
namespace SpruceSchemas.Mercury.v2020_12_25 {
|
|
2694
2694
|
interface DoesHonorPermissionContractEmitPayload {
|
|
2695
|
-
'id': MercuryTypes.PermissionContractId;
|
|
2695
|
+
'id': (MercuryTypes.PermissionContractId);
|
|
2696
2696
|
}
|
|
2697
2697
|
interface DoesHonorPermissionContractEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2698
2698
|
id: 'doesHonorPermissionContractEmitPayload';
|
|
@@ -7487,7 +7487,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
7487
7487
|
'classification': ("auth" | "transactional" | "promotional" | "incoming");
|
|
7488
7488
|
'subject'?: string | undefined | null;
|
|
7489
7489
|
'body': string;
|
|
7490
|
-
'context'?: Record<string, any> | undefined | null;
|
|
7490
|
+
'context'?: (Record<string, any>) | undefined | null;
|
|
7491
7491
|
'topicId'?: string | undefined | null;
|
|
7492
7492
|
'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
|
|
7493
7493
|
'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
|
|
@@ -2692,7 +2692,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2692
2692
|
}
|
|
2693
2693
|
namespace SpruceSchemas.Mercury.v2020_12_25 {
|
|
2694
2694
|
interface DoesHonorPermissionContractEmitPayload {
|
|
2695
|
-
'id': MercuryTypes.PermissionContractId;
|
|
2695
|
+
'id': (MercuryTypes.PermissionContractId);
|
|
2696
2696
|
}
|
|
2697
2697
|
interface DoesHonorPermissionContractEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2698
2698
|
id: 'doesHonorPermissionContractEmitPayload';
|
|
@@ -7487,7 +7487,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
7487
7487
|
'classification': ("auth" | "transactional" | "promotional" | "incoming");
|
|
7488
7488
|
'subject'?: string | undefined | null;
|
|
7489
7489
|
'body': string;
|
|
7490
|
-
'context'?: Record<string, any> | undefined | null;
|
|
7490
|
+
'context'?: (Record<string, any>) | undefined | null;
|
|
7491
7491
|
'topicId'?: string | undefined | null;
|
|
7492
7492
|
'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
|
|
7493
7493
|
'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprucelabs/mercury-core-events",
|
|
3
|
-
"version": "27.4.
|
|
3
|
+
"version": "27.4.38",
|
|
4
4
|
"description": "Events Mercury provides out of the box.",
|
|
5
5
|
"skill": {
|
|
6
6
|
"namespace": "mercury-core-events",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"typescript": "^5.9.3"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@sprucelabs/mercury-types": "^48.0.
|
|
80
|
-
"@sprucelabs/schema": "^32.3.
|
|
81
|
-
"@sprucelabs/spruce-core-schemas": "^41.3.
|
|
82
|
-
"@sprucelabs/spruce-event-utils": "^41.0.
|
|
79
|
+
"@sprucelabs/mercury-types": "^48.0.137",
|
|
80
|
+
"@sprucelabs/schema": "^32.3.11",
|
|
81
|
+
"@sprucelabs/spruce-core-schemas": "^41.3.37",
|
|
82
|
+
"@sprucelabs/spruce-event-utils": "^41.0.156"
|
|
83
83
|
},
|
|
84
84
|
"jest": {
|
|
85
85
|
"testRunner": "jest-circus/runner",
|