Skip to content

Commit f92cb8b

Browse files
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

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@
229229
},
230230
"files": [
231231
"dist",
232-
"README.md"
232+
"README.md",
233+
"docs/oauth-scopes.md"
233234
],
234235
"scripts": {
235236
"prepack": "rimraf *.tgz",

0 commit comments

Comments
 (0)