File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @bpinternal/const" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Constant utilities for Botpress" ,
55 "main" : " ./dist/index.cjs" ,
66 "browser" : " ./dist/index.mjs" ,
2626 "pnpm" : " 8.6.2"
2727 },
2828 "packageManager" :
" [email protected] " 29- }
29+ }
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ export const prefixToObjectMap = {
1818 flow : 'flow' ,
1919 iak : 'integrationApiKey' ,
2020 int : 'integration' ,
21+ iface : 'interface' ,
22+ ifver : 'interfaceVersion' ,
2123 intver : 'integrationVersion' ,
2224 iss : 'issue' ,
2325 issevt : 'issueEvent' ,
@@ -68,6 +70,8 @@ export const objectToPrefixMap: Reverser<typeof prefixToObjectMap> = {
6870 integration : 'int' ,
6971 integrationApiKey : 'iak' ,
7072 integrationVersion : 'intver' ,
73+ interface : 'iface' ,
74+ interfaceVersion : 'ifver' ,
7175 issue : 'iss' ,
7276 issueEvent : 'issevt' ,
7377 knowledgeBase : 'kb' ,
You can’t perform that action at this time.
0 commit comments