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 1
1
{
2
2
"name" : " @bpinternal/const" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Constant utilities for Botpress" ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"browser" : " ./dist/index.mjs" ,
26
26
"pnpm" : " 8.6.2"
27
27
},
28
28
"packageManager" : " pnpm@8.6.2"
29
- }
29
+ }
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ export const prefixToObjectMap = {
18
18
flow : 'flow' ,
19
19
iak : 'integrationApiKey' ,
20
20
int : 'integration' ,
21
+ iface : 'interface' ,
22
+ ifver : 'interfaceVersion' ,
21
23
intver : 'integrationVersion' ,
22
24
iss : 'issue' ,
23
25
issevt : 'issueEvent' ,
@@ -68,6 +70,8 @@ export const objectToPrefixMap: Reverser<typeof prefixToObjectMap> = {
68
70
integration : 'int' ,
69
71
integrationApiKey : 'iak' ,
70
72
integrationVersion : 'intver' ,
73
+ interface : 'iface' ,
74
+ interfaceVersion : 'ifver' ,
71
75
issue : 'iss' ,
72
76
issueEvent : 'issevt' ,
73
77
knowledgeBase : 'kb' ,
You can’t perform that action at this time.
0 commit comments