@matech/thebigpos-sdk 2.38.2-rc1 → 2.38.3-rc0

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,48 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(yarn list:*)",
5
+ "Bash(npm ls:*)",
6
+ "Bash(npm view:*)",
7
+ "Bash(yarn audit:*)",
8
+ "Bash(yarn upgrade:*)",
9
+ "WebFetch(domain:github.com)",
10
+ "Bash(git push:*)",
11
+ "Bash(gh pr create:*)",
12
+ "Bash(git checkout:*)",
13
+ "Bash(git commit:*)",
14
+ "Bash(git reset:*)",
15
+ "Bash(git add:*)",
16
+ "Bash(git branch:*)",
17
+ "Bash(yarn install:*)",
18
+ "Bash(yarn build:*)",
19
+ "Bash(git rm:*)",
20
+ "Bash(node scripts/apply-json-patch-content-type.js)",
21
+ "Bash(git worktree:*)",
22
+ "Bash(gh pr:*)",
23
+ "Bash(cp /tmp/index_main.ts src/index.ts)",
24
+ "Bash(cp /tmp/dist_main.js dist/index.js)",
25
+ "Bash(cp /tmp/dist_main.js.map dist/index.js.map)",
26
+ "Bash(yarn why:*)",
27
+ "Bash(python3:*)",
28
+ "Bash(git restore:*)",
29
+ "Bash(curl -s -o /tmp/swagger-check.txt -w \"HTTP: %{http_code}\\\\nSize: %{size_download} bytes\\\\nContent-Type: %{content_type}\\\\nRedirect: %{redirect_url}\\\\n\" \"https://api.thebigpos.dev/swagger/v2.38.1/swagger.json\")",
30
+ "Read(//tmp/**)",
31
+ "Bash(curl -s -w \"\\\\nHTTP: %{http_code}\\\\n\" \"https://api.thebigpos.dev/swagger/index.html\")",
32
+ "Bash(curl -s -w \"\\\\nHTTP: %{http_code}\\\\n\" \"https://api.thebigpos.dev/swagger/v1/swagger.json\")",
33
+ "Bash(curl -s \"https://api.thebigpos.dev/swagger/index.html\")",
34
+ "Bash(curl -s -w \"\\\\nHTTP:%{http_code}\\\\n\" \"https://api.thebigpos.dev/swagger/v1/swagger/swagger-ui-config.json\")",
35
+ "Bash(curl -s -o /dev/null -w '%{http_code}' https://api.thebigpos.dev/swagger/__TRACKED_VAR__/swagger.json)",
36
+ "Bash(sed 's/authToken=.*/authToken=REDACTED/; s/_auth=.*/_auth=REDACTED/')",
37
+ "Bash(curl -s -o /dev/null -w \"npm registry @matech/thebigpos-sdk: HTTP %{http_code}\\\\n\" \"https://registry.npmjs.org/@matech%2Fthebigpos-sdk\")",
38
+ "Bash(curl -s -o /dev/null -w \"yarn registry @matech/thebigpos-sdk: HTTP %{http_code}\\\\n\" \"https://registry.yarnpkg.com/@matech%2Fthebigpos-sdk\")",
39
+ "Bash(npm config:*)",
40
+ "Bash(curl -s \"https://registry.npmjs.org/@matech%2Fthebigpos-sdk\")",
41
+ "Bash(npm whoami:*)",
42
+ "Bash(awk -F= '/authToken/{t=$NF; print \"token length:\", length\\(t\\); print \"token prefix:\", substr\\(t,1,4\\)\"…\"}' '~/.npmrc')",
43
+ "Bash(awk -F= '/authToken/{print $NF}' '~/.npmrc')",
44
+ "Bash(curl -s -o /dev/null -w 'whoami via token: HTTP %{http_code}\\\\n' -H 'Authorization: Bearer __TRACKED_VAR__' https://registry.npmjs.org/-/whoami)",
45
+ "Bash(curl -s -H 'Authorization: Bearer __TRACKED_VAR__' https://registry.npmjs.org/-/whoami)"
46
+ ]
47
+ }
48
+ }