Commit f92cb8b
build: ship docs/oauth-scopes.md in the npm package
OAuth scopes are enforced server-side and appear nowhere in the shipped
types — code with missing scopes compiles cleanly and 403s at runtime.
Shipping the per-method scope table with the package gives developers,
IDEs, and coding agents a version-exact scope reference at
node_modules/@uipath/uipath-typescript/docs/oauth-scopes.md, next to
the .d.ts they already read. Verified via npm pack --dry-run (+10.2kB).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6bbdaa3 commit f92cb8b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
0 commit comments