agentmail 0.1.17 → 0.1.19
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/attachments/types/Attachment.d.ts +3 -2
- package/dist/cjs/api/resources/attachments/types/AttachmentContentDisposition.d.ts +6 -0
- package/dist/cjs/api/resources/attachments/types/AttachmentContentDisposition.js +9 -0
- package/dist/cjs/api/resources/attachments/types/AttachmentContentId.d.ts +4 -0
- package/dist/cjs/api/resources/attachments/types/SendAttachment.d.ts +2 -0
- package/dist/cjs/api/resources/attachments/types/index.d.ts +2 -1
- package/dist/cjs/api/resources/attachments/types/index.js +2 -1
- package/dist/cjs/serialization/resources/attachments/types/Attachment.d.ts +5 -3
- package/dist/cjs/serialization/resources/attachments/types/Attachment.js +5 -3
- package/dist/cjs/serialization/resources/attachments/types/AttachmentContentDisposition.d.ts +7 -0
- package/dist/cjs/serialization/resources/attachments/types/AttachmentContentDisposition.js +39 -0
- package/dist/cjs/serialization/resources/attachments/types/AttachmentContentId.d.ts +7 -0
- package/dist/cjs/serialization/resources/attachments/types/{AttachmentInline.js → AttachmentContentId.js} +2 -2
- package/dist/cjs/serialization/resources/attachments/types/SendAttachment.d.ts +4 -0
- package/dist/cjs/serialization/resources/attachments/types/SendAttachment.js +4 -0
- package/dist/cjs/serialization/resources/attachments/types/index.d.ts +2 -1
- package/dist/cjs/serialization/resources/attachments/types/index.js +2 -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/attachments/types/Attachment.d.mts +3 -2
- package/dist/esm/api/resources/attachments/types/AttachmentContentDisposition.d.mts +6 -0
- package/dist/esm/api/resources/attachments/types/AttachmentContentDisposition.mjs +6 -0
- package/dist/esm/api/resources/attachments/types/AttachmentContentId.d.mts +4 -0
- package/dist/esm/api/resources/attachments/types/SendAttachment.d.mts +2 -0
- package/dist/esm/api/resources/attachments/types/index.d.mts +2 -1
- package/dist/esm/api/resources/attachments/types/index.mjs +2 -1
- package/dist/esm/serialization/resources/attachments/types/Attachment.d.mts +5 -3
- package/dist/esm/serialization/resources/attachments/types/Attachment.mjs +5 -3
- package/dist/esm/serialization/resources/attachments/types/AttachmentContentDisposition.d.mts +7 -0
- package/dist/esm/serialization/resources/attachments/types/AttachmentContentDisposition.mjs +3 -0
- package/dist/esm/serialization/resources/attachments/types/AttachmentContentId.d.mts +7 -0
- package/dist/esm/serialization/resources/attachments/types/{AttachmentInline.mjs → AttachmentContentId.mjs} +1 -1
- package/dist/esm/serialization/resources/attachments/types/SendAttachment.d.mts +4 -0
- package/dist/esm/serialization/resources/attachments/types/SendAttachment.mjs +4 -0
- package/dist/esm/serialization/resources/attachments/types/index.d.mts +2 -1
- package/dist/esm/serialization/resources/attachments/types/index.mjs +2 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/llms-full.txt +554 -188
- package/dist/llms.txt +2 -1
- package/package.json +1 -1
- package/dist/cjs/api/resources/attachments/types/AttachmentInline.d.ts +0 -4
- package/dist/cjs/serialization/resources/attachments/types/AttachmentInline.d.ts +0 -7
- package/dist/esm/api/resources/attachments/types/AttachmentInline.d.mts +0 -4
- package/dist/esm/serialization/resources/attachments/types/AttachmentInline.d.mts +0 -7
- /package/dist/cjs/api/resources/attachments/types/{AttachmentInline.js → AttachmentContentId.js} +0 -0
- /package/dist/esm/api/resources/attachments/types/{AttachmentInline.mjs → AttachmentContentId.mjs} +0 -0
package/dist/llms.txt
CHANGED
|
@@ -103,4 +103,5 @@
|
|
|
103
103
|
- API Reference > Pods > Drafts [Get Draft](https://docs.agentmail.to/api-reference/pods/drafts/get.mdx)
|
|
104
104
|
- API Reference > Pods > Domains [List Domains](https://docs.agentmail.to/api-reference/pods/domains/list.mdx)
|
|
105
105
|
- API Reference > Pods > Domains [Create Domain](https://docs.agentmail.to/api-reference/pods/domains/create.mdx)
|
|
106
|
-
- API Reference > Pods > Domains [Delete Domain](https://docs.agentmail.to/api-reference/pods/domains/delete.mdx)
|
|
106
|
+
- API Reference > Pods > Domains [Delete Domain](https://docs.agentmail.to/api-reference/pods/domains/delete.mdx)
|
|
107
|
+
- API Reference > Organizations [Get Organization](https://docs.agentmail.to/api-reference/organizations/get.mdx)
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as AgentMail from "../../../../api/index.js";
|
|
2
|
-
import * as core from "../../../../core/index.js";
|
|
3
|
-
import type * as serializers from "../../../index.js";
|
|
4
|
-
export declare const AttachmentInline: core.serialization.Schema<serializers.AttachmentInline.Raw, AgentMail.AttachmentInline>;
|
|
5
|
-
export declare namespace AttachmentInline {
|
|
6
|
-
type Raw = boolean;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as AgentMail from "../../../../api/index.mjs";
|
|
2
|
-
import * as core from "../../../../core/index.mjs";
|
|
3
|
-
import type * as serializers from "../../../index.mjs";
|
|
4
|
-
export declare const AttachmentInline: core.serialization.Schema<serializers.AttachmentInline.Raw, AgentMail.AttachmentInline>;
|
|
5
|
-
export declare namespace AttachmentInline {
|
|
6
|
-
type Raw = boolean;
|
|
7
|
-
}
|
/package/dist/cjs/api/resources/attachments/types/{AttachmentInline.js → AttachmentContentId.js}
RENAMED
|
File without changes
|
/package/dist/esm/api/resources/attachments/types/{AttachmentInline.mjs → AttachmentContentId.mjs}
RENAMED
|
File without changes
|