@sprucelabs/mercury-core-events 24.3.288 → 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 {
|