@sprucelabs/mercury-core-events 24.3.289 → 24.3.290

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,6 @@
1
1
  import '@sprucelabs/mercury-types';
2
2
  declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
3
3
  interface PermissionContractMap {
4
- 'authorizer-contract': [
5
- 'can-update-others-authorizer-status'
6
- ];
7
- 'chatbot-contract': [
8
- 'can-register-chatbots'
9
- ];
10
4
  'events-contract': [
11
5
  'can-register-global-events'
12
6
  ];
@@ -76,6 +70,15 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
76
70
  'can-view-marketplace',
77
71
  'can-check-if-skill-is-installed'
78
72
  ];
73
+ 'chat-bot-contract': [
74
+ 'can-register-chat-bots'
75
+ ];
76
+ 'chatbot-contract': [
77
+ 'can-register-chatbots'
78
+ ];
79
+ 'authorizer-contract': [
80
+ 'can-update-others-authorizer-status'
81
+ ];
79
82
  }
80
83
  }
81
84
  export interface PermissionContractMap {
@@ -1,12 +1,6 @@
1
1
  import '@sprucelabs/mercury-types';
2
2
  declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
3
3
  interface PermissionContractMap {
4
- 'authorizer-contract': [
5
- 'can-update-others-authorizer-status'
6
- ];
7
- 'chatbot-contract': [
8
- 'can-register-chatbots'
9
- ];
10
4
  'events-contract': [
11
5
  'can-register-global-events'
12
6
  ];
@@ -76,6 +70,15 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
76
70
  'can-view-marketplace',
77
71
  'can-check-if-skill-is-installed'
78
72
  ];
73
+ 'chat-bot-contract': [
74
+ 'can-register-chat-bots'
75
+ ];
76
+ 'chatbot-contract': [
77
+ 'can-register-chatbots'
78
+ ];
79
+ 'authorizer-contract': [
80
+ 'can-update-others-authorizer-status'
81
+ ];
79
82
  }
80
83
  }
81
84
  export interface PermissionContractMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-core-events",
3
- "version": "24.3.289",
3
+ "version": "24.3.290",
4
4
  "description": "Events Mercury provides out of the box.",
5
5
  "skill": {
6
6
  "namespace": "mercury-core-events",
@@ -59,11 +59,11 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@sprucelabs/esm-postbuild": "^6.0.461",
62
- "@sprucelabs/jest-json-reporter": "^8.0.477",
62
+ "@sprucelabs/jest-json-reporter": "^8.0.479",
63
63
  "@sprucelabs/resolve-path-aliases": "^2.0.456",
64
64
  "@sprucelabs/semantic-release": "^5.0.2",
65
- "@sprucelabs/test": "^9.0.50",
66
- "@types/node": "^22.7.5",
65
+ "@sprucelabs/test": "^9.0.51",
66
+ "@types/node": "^22.7.6",
67
67
  "chokidar-cli": "^3.0.0",
68
68
  "eslint": "^9.12.0",
69
69
  "eslint-config-spruce": "^11.2.26",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@sprucelabs/mercury-types": "^47.0.528",
80
- "@sprucelabs/schema": "^30.0.486",
80
+ "@sprucelabs/schema": "^30.0.488",
81
81
  "@sprucelabs/spruce-core-schemas": "^40.1.472",
82
82
  "@sprucelabs/spruce-event-utils": "^40.1.248"
83
83
  },