@sprucelabs/mercury-core-events 25.0.3 → 25.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,12 @@
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
+ ];
4
10
  'events-contract': [
5
11
  'can-register-global-events'
6
12
  ];
@@ -70,15 +76,6 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
70
76
  'can-view-marketplace',
71
77
  'can-check-if-skill-is-installed'
72
78
  ];
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
- ];
82
79
  }
83
80
  }
84
81
  export interface PermissionContractMap {