Skip to content

Commit 6424460

Browse files
feat(api): update via SDK Studio
1 parent 06d6257 commit 6424460

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 17
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/scan-documents%2Fscan-documents-04f736d0a9ae5151fec360201288ee49dc02cc4f60adf1ff17c5e3a0bbb639b4.yml
33
openapi_spec_hash: e9d1be2b0eae296e605a9a79af48ab63
4-
config_hash: 818029fdd668a29182514c788f49e8e1
4+
config_hash: ee078a284af580362c78b746a0c811c2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Scan Documents REST API from server-side TypeScript or JavaScript.
66

7-
The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [scan-documents.com](https://scan-documents.com/docs). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainless.com/).
1010

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Scan Documents please follow the respective company's security reporting guidelines.
2020

21+
### Scan Documents Terms and Policies
22+
23+
Please contact support@scan-documents.com for any questions or concerns regarding security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scan-documents",
33
"version": "0.1.0-alpha.2",
44
"description": "The official TypeScript library for the Scan Documents API",
5-
"author": "Scan Documents <>",
5+
"author": "Scan Documents <support@scan-documents.com>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scan-documents-mcp",
33
"version": "0.1.0-alpha.2",
44
"description": "The official MCP Server for the Scan Documents API",
5-
"author": "Scan Documents <>",
5+
"author": "Scan Documents <support@scan-documents.com>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

0 commit comments

Comments
 (0)