agentmail 0.4.19 → 0.4.20
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/api/resources/inboxEvents/types/InboxEventType.d.ts +10 -3
- package/dist/cjs/api/resources/inboxEvents/types/InboxEventType.js +10 -3
- package/dist/cjs/serialization/resources/inboxEvents/types/InboxEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/inboxEvents/types/InboxEventType.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/inboxEvents/types/InboxEventType.d.mts +10 -3
- package/dist/esm/api/resources/inboxEvents/types/InboxEventType.mjs +10 -3
- package/dist/esm/serialization/resources/inboxEvents/types/InboxEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/inboxEvents/types/InboxEventType.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/llms-full.txt +683 -1055
- package/dist/llms.txt +3 -0
- package/package.json +1 -1
package/dist/llms.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.agentmail.to/llms.txt. For full content including API reference and SDK examples, see https://docs.agentmail.to/llms-full.txt.
|
|
2
|
+
|
|
1
3
|
# AgentMail | Documentation
|
|
2
4
|
|
|
3
5
|
## Docs
|
|
@@ -114,6 +116,7 @@
|
|
|
114
116
|
- API Reference > Inboxes > Lists [Create List Entry](https://docs.agentmail.to/api-reference/inboxes/lists/create.mdx)
|
|
115
117
|
- API Reference > Inboxes > Lists [Delete List Entry](https://docs.agentmail.to/api-reference/inboxes/lists/delete.mdx)
|
|
116
118
|
- API Reference > Inboxes > Metrics [Query Metrics](https://docs.agentmail.to/api-reference/inboxes/metrics/query.mdx)
|
|
119
|
+
- API Reference > Inboxes > Events [List Inbox Events](https://docs.agentmail.to/api-reference/inboxes/events/list.mdx)
|
|
117
120
|
- API Reference > Inboxes > API Keys [List API Keys](https://docs.agentmail.to/api-reference/inboxes/api-keys/list.mdx)
|
|
118
121
|
- API Reference > Inboxes > API Keys [Create API Key](https://docs.agentmail.to/api-reference/inboxes/api-keys/create.mdx)
|
|
119
122
|
- API Reference > Inboxes > API Keys [Delete API Key](https://docs.agentmail.to/api-reference/inboxes/api-keys/delete.mdx)
|