@matech/thebigpos-sdk 2.39.0-aibi-14 → 2.40.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npx swagger-typescript-api:*)",
5
+ "Bash(node:*)",
6
+ "Bash(npm version:*)",
7
+ "Bash(git commit:*)",
8
+ "Bash(npm run:*)",
9
+ "Bash(git push:*)",
10
+ "Bash(npm config:*)",
11
+ "Bash(npm publish:*)",
12
+ "Bash(npm whoami *)"
13
+ ]
14
+ }
15
+ }