agentmail 0.2.20 → 0.3.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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/environments.d.ts +5 -1
- package/dist/cjs/environments.js +4 -0
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/wrapper/Client.d.ts +22 -0
- package/dist/cjs/wrapper/Client.js +99 -0
- package/dist/cjs/wrapper/WebsocketsClient.d.ts +8 -0
- package/dist/cjs/wrapper/WebsocketsClient.js +75 -0
- package/dist/cjs/wrapper/index.d.ts +2 -0
- package/dist/cjs/wrapper/index.js +7 -0
- package/dist/cjs/wrapper/x402.d.ts +2 -0
- package/dist/cjs/wrapper/x402.js +67 -0
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/environments.d.mts +5 -1
- package/dist/esm/environments.mjs +4 -0
- package/dist/esm/index.d.mts +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/esm/wrapper/Client.d.mts +22 -0
- package/dist/esm/wrapper/Client.mjs +62 -0
- package/dist/esm/wrapper/WebsocketsClient.d.mts +8 -0
- package/dist/esm/wrapper/WebsocketsClient.mjs +38 -0
- package/dist/esm/wrapper/index.d.mts +2 -0
- package/dist/esm/wrapper/index.mjs +2 -0
- package/dist/esm/wrapper/x402.d.mts +2 -0
- package/dist/esm/wrapper/x402.mjs +31 -0
- package/dist/llms-full.txt +52 -873
- package/dist/llms.txt +0 -7
- package/package.json +1 -1
package/dist/llms.txt
CHANGED
|
@@ -42,13 +42,6 @@
|
|
|
42
42
|
- [SOC 2 Compliance](https://docs.agentmail.to/documentation/resources/security-privacy/soc-2-compliance.mdx): AgentMail's SOC 2 Type I achievement and Type II certification progress.
|
|
43
43
|
- [Spam & Virus Detection](https://docs.agentmail.to/spam-virus-detection.mdx): How AgentMail automatically scans incoming emails for spam and viruses.
|
|
44
44
|
- [API Welcome](https://docs.agentmail.to/api-reference.mdx): Quick overview of the AgentMail SDK
|
|
45
|
-
- [Changelog](https://docs.agentmail.to/changelog.mdx)
|
|
46
|
-
- [December 22, 2025](https://docs.agentmail.to/changelog/2025/12/22.mdx)
|
|
47
|
-
- [October 28, 2025](https://docs.agentmail.to/changelog/2025/10/28.mdx)
|
|
48
|
-
- [October 25, 2025](https://docs.agentmail.to/changelog/2025/10/25.mdx)
|
|
49
|
-
- [August 13, 2025](https://docs.agentmail.to/changelog/2025/8/13.mdx)
|
|
50
|
-
- [July 20, 2025](https://docs.agentmail.to/changelog/2025/7/20.mdx)
|
|
51
|
-
- [June 15, 2025](https://docs.agentmail.to/changelog/2025/6/15.mdx)
|
|
52
45
|
|
|
53
46
|
## API Docs
|
|
54
47
|
|