agentmail 0.5.14 → 0.5.16
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/drafts/types/CreateDraftRequest.d.ts +17 -0
- package/dist/cjs/api/resources/drafts/types/UpdateDraftRequest.d.ts +22 -8
- package/dist/cjs/api/resources/drafts/types/index.d.ts +0 -3
- package/dist/cjs/api/resources/drafts/types/index.js +0 -3
- package/dist/cjs/api/resources/inboxes/resources/drafts/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/inboxes/resources/drafts/client/Client.js +37 -0
- package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.d.ts +0 -69
- package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.js +0 -264
- package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.d.ts +2 -3
- package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.js +6 -11
- package/dist/cjs/api/resources/inboxes/resources/threads/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/pods/resources/threads/client/Client.d.ts +2 -3
- package/dist/cjs/api/resources/pods/resources/threads/client/Client.js +6 -11
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/threads/client/Client.d.ts +2 -3
- package/dist/cjs/api/resources/threads/client/Client.js +6 -11
- package/dist/cjs/api/resources/threads/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/types/ErrorCode.d.ts +4 -0
- package/dist/cjs/api/types/ErrorDocs.d.ts +4 -0
- package/dist/cjs/api/types/ErrorFix.d.ts +4 -0
- package/dist/cjs/api/types/ErrorResponse.d.ts +3 -0
- package/dist/cjs/api/types/ValidationErrorResponse.d.ts +5 -1
- package/dist/cjs/api/types/index.d.ts +3 -0
- package/dist/cjs/api/types/index.js +3 -0
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftRequest.d.ts +4 -0
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftRequest.js +4 -0
- package/dist/cjs/serialization/resources/drafts/types/UpdateDraftRequest.d.ts +15 -8
- package/dist/cjs/serialization/resources/drafts/types/UpdateDraftRequest.js +15 -8
- package/dist/cjs/serialization/resources/drafts/types/index.d.ts +0 -3
- package/dist/cjs/serialization/resources/drafts/types/index.js +0 -3
- package/dist/cjs/serialization/types/ErrorCode.d.ts +7 -0
- package/dist/cjs/serialization/{resources/drafts/types/CreateDraftReplyAllRequest.js → types/ErrorCode.js} +3 -20
- package/dist/cjs/serialization/types/ErrorDocs.d.ts +7 -0
- package/dist/cjs/serialization/{resources/drafts/types/CreateDraftForwardRequest.js → types/ErrorDocs.js} +3 -26
- package/dist/cjs/serialization/types/ErrorFix.d.ts +7 -0
- package/dist/cjs/serialization/types/ErrorFix.js +39 -0
- package/dist/cjs/serialization/types/ErrorResponse.d.ts +6 -0
- package/dist/cjs/serialization/types/ErrorResponse.js +6 -0
- package/dist/cjs/serialization/types/ValidationErrorResponse.d.ts +8 -0
- package/dist/cjs/serialization/types/ValidationErrorResponse.js +8 -0
- package/dist/cjs/serialization/types/index.d.ts +3 -0
- package/dist/cjs/serialization/types/index.js +3 -0
- 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/drafts/types/CreateDraftRequest.d.mts +17 -0
- package/dist/esm/api/resources/drafts/types/UpdateDraftRequest.d.mts +22 -8
- package/dist/esm/api/resources/drafts/types/index.d.mts +0 -3
- package/dist/esm/api/resources/drafts/types/index.mjs +0 -3
- package/dist/esm/api/resources/inboxes/resources/drafts/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/inboxes/resources/drafts/client/Client.mjs +37 -0
- package/dist/esm/api/resources/inboxes/resources/messages/client/Client.d.mts +0 -69
- package/dist/esm/api/resources/inboxes/resources/messages/client/Client.mjs +0 -264
- package/dist/esm/api/resources/inboxes/resources/threads/client/Client.d.mts +2 -3
- package/dist/esm/api/resources/inboxes/resources/threads/client/Client.mjs +6 -11
- package/dist/esm/api/resources/inboxes/resources/threads/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/pods/resources/threads/client/Client.d.mts +2 -3
- package/dist/esm/api/resources/pods/resources/threads/client/Client.mjs +6 -11
- package/dist/esm/api/resources/pods/resources/threads/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/threads/client/Client.d.mts +2 -3
- package/dist/esm/api/resources/threads/client/Client.mjs +6 -11
- package/dist/esm/api/resources/threads/client/requests/index.d.mts +0 -1
- package/dist/esm/api/types/ErrorCode.d.mts +4 -0
- package/dist/esm/api/types/ErrorDocs.d.mts +4 -0
- package/dist/esm/api/types/ErrorFix.d.mts +4 -0
- package/dist/esm/api/types/ErrorResponse.d.mts +3 -0
- package/dist/esm/api/types/ValidationErrorResponse.d.mts +5 -1
- package/dist/esm/api/types/index.d.mts +3 -0
- package/dist/esm/api/types/index.mjs +3 -0
- package/dist/esm/serialization/resources/drafts/types/CreateDraftRequest.d.mts +4 -0
- package/dist/esm/serialization/resources/drafts/types/CreateDraftRequest.mjs +4 -0
- package/dist/esm/serialization/resources/drafts/types/UpdateDraftRequest.d.mts +15 -8
- package/dist/esm/serialization/resources/drafts/types/UpdateDraftRequest.mjs +15 -8
- package/dist/esm/serialization/resources/drafts/types/index.d.mts +0 -3
- package/dist/esm/serialization/resources/drafts/types/index.mjs +0 -3
- package/dist/esm/serialization/types/ErrorCode.d.mts +7 -0
- package/dist/esm/serialization/types/ErrorCode.mjs +3 -0
- package/dist/esm/serialization/types/ErrorDocs.d.mts +7 -0
- package/dist/esm/serialization/types/ErrorDocs.mjs +3 -0
- package/dist/esm/serialization/types/ErrorFix.d.mts +7 -0
- package/dist/esm/serialization/types/ErrorFix.mjs +3 -0
- package/dist/esm/serialization/types/ErrorResponse.d.mts +6 -0
- package/dist/esm/serialization/types/ErrorResponse.mjs +6 -0
- package/dist/esm/serialization/types/ValidationErrorResponse.d.mts +8 -0
- package/dist/esm/serialization/types/ValidationErrorResponse.mjs +8 -0
- package/dist/esm/serialization/types/index.d.mts +3 -0
- package/dist/esm/serialization/types/index.mjs +3 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/llms.txt +2 -4
- package/package.json +1 -1
- package/reference.md +16 -288
- package/dist/cjs/api/resources/drafts/types/CreateDraftForwardRequest.d.ts +0 -21
- package/dist/cjs/api/resources/drafts/types/CreateDraftReplyAllRequest.d.ts +0 -17
- package/dist/cjs/api/resources/drafts/types/CreateDraftReplyRequest.d.ts +0 -22
- package/dist/cjs/api/resources/inboxes/resources/threads/client/requests/DeleteThreadRequest.d.ts +0 -8
- package/dist/cjs/api/resources/inboxes/resources/threads/client/requests/DeleteThreadRequest.js +0 -3
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/DeleteThreadRequest.d.ts +0 -8
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/DeleteThreadRequest.js +0 -3
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadRequest.d.ts +0 -8
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadRequest.js +0 -3
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftForwardRequest.d.ts +0 -30
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftReplyAllRequest.d.ts +0 -24
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftReplyRequest.d.ts +0 -32
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftReplyRequest.js +0 -64
- package/dist/esm/api/resources/drafts/types/CreateDraftForwardRequest.d.mts +0 -21
- package/dist/esm/api/resources/drafts/types/CreateDraftReplyAllRequest.d.mts +0 -17
- package/dist/esm/api/resources/drafts/types/CreateDraftReplyRequest.d.mts +0 -22
- package/dist/esm/api/resources/inboxes/resources/threads/client/requests/DeleteThreadRequest.d.mts +0 -8
- package/dist/esm/api/resources/inboxes/resources/threads/client/requests/DeleteThreadRequest.mjs +0 -2
- package/dist/esm/api/resources/pods/resources/threads/client/requests/DeleteThreadRequest.d.mts +0 -8
- package/dist/esm/api/resources/pods/resources/threads/client/requests/DeleteThreadRequest.mjs +0 -2
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadRequest.d.mts +0 -8
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadRequest.mjs +0 -2
- package/dist/esm/serialization/resources/drafts/types/CreateDraftForwardRequest.d.mts +0 -30
- package/dist/esm/serialization/resources/drafts/types/CreateDraftForwardRequest.mjs +0 -26
- package/dist/esm/serialization/resources/drafts/types/CreateDraftReplyAllRequest.d.mts +0 -24
- package/dist/esm/serialization/resources/drafts/types/CreateDraftReplyAllRequest.mjs +0 -20
- package/dist/esm/serialization/resources/drafts/types/CreateDraftReplyRequest.d.mts +0 -32
- package/dist/esm/serialization/resources/drafts/types/CreateDraftReplyRequest.mjs +0 -28
- /package/dist/cjs/api/{resources/drafts/types/CreateDraftForwardRequest.js → types/ErrorCode.js} +0 -0
- /package/dist/cjs/api/{resources/drafts/types/CreateDraftReplyAllRequest.js → types/ErrorDocs.js} +0 -0
- /package/dist/cjs/api/{resources/drafts/types/CreateDraftReplyRequest.js → types/ErrorFix.js} +0 -0
- /package/dist/esm/api/{resources/drafts/types/CreateDraftForwardRequest.mjs → types/ErrorCode.mjs} +0 -0
- /package/dist/esm/api/{resources/drafts/types/CreateDraftReplyAllRequest.mjs → types/ErrorDocs.mjs} +0 -0
- /package/dist/esm/api/{resources/drafts/types/CreateDraftReplyRequest.mjs → types/ErrorFix.mjs} +0 -0
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type * as AgentMail from "../../../index.mjs";
|
|
2
|
-
/**
|
|
3
|
-
* Body for creating a draft that replies to a message. `in_reply_to`,
|
|
4
|
-
* `references`, and the subject are derived from the source message. Set
|
|
5
|
-
* `reply_all` to address the whole thread (you cannot then also pass `to`,
|
|
6
|
-
* `cc`, or `bcc`).
|
|
7
|
-
*/
|
|
8
|
-
export interface CreateDraftReplyRequest {
|
|
9
|
-
labels?: AgentMail.DraftLabels;
|
|
10
|
-
replyTo?: AgentMail.DraftReplyTo;
|
|
11
|
-
to?: AgentMail.DraftTo;
|
|
12
|
-
cc?: AgentMail.DraftCc;
|
|
13
|
-
bcc?: AgentMail.DraftBcc;
|
|
14
|
-
replyAll?: AgentMail.DraftReplyAll;
|
|
15
|
-
subject?: AgentMail.DraftSubject;
|
|
16
|
-
text?: AgentMail.DraftText;
|
|
17
|
-
html?: AgentMail.DraftHtml;
|
|
18
|
-
/** Attachments to include in draft. */
|
|
19
|
-
attachments?: AgentMail.SendAttachment[];
|
|
20
|
-
sendAt?: AgentMail.DraftSendAt;
|
|
21
|
-
clientId?: AgentMail.DraftClientId;
|
|
22
|
-
}
|
|
@@ -1,30 +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
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
5
|
-
import { DraftBcc } from "./DraftBcc.mjs";
|
|
6
|
-
import { DraftCc } from "./DraftCc.mjs";
|
|
7
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
8
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
9
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
10
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
11
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
12
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
13
|
-
import { DraftText } from "./DraftText.mjs";
|
|
14
|
-
import { DraftTo } from "./DraftTo.mjs";
|
|
15
|
-
export declare const CreateDraftForwardRequest: core.serialization.ObjectSchema<serializers.CreateDraftForwardRequest.Raw, AgentMail.CreateDraftForwardRequest>;
|
|
16
|
-
export declare namespace CreateDraftForwardRequest {
|
|
17
|
-
interface Raw {
|
|
18
|
-
labels?: DraftLabels.Raw | null;
|
|
19
|
-
reply_to?: DraftReplyTo.Raw | null;
|
|
20
|
-
to?: DraftTo.Raw | null;
|
|
21
|
-
cc?: DraftCc.Raw | null;
|
|
22
|
-
bcc?: DraftBcc.Raw | null;
|
|
23
|
-
subject?: DraftSubject.Raw | null;
|
|
24
|
-
text?: DraftText.Raw | null;
|
|
25
|
-
html?: DraftHtml.Raw | null;
|
|
26
|
-
attachments?: SendAttachment.Raw[] | null;
|
|
27
|
-
send_at?: DraftSendAt.Raw | null;
|
|
28
|
-
client_id?: DraftClientId.Raw | null;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
import * as core from "../../../../core/index.mjs";
|
|
3
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
4
|
-
import { DraftBcc } from "./DraftBcc.mjs";
|
|
5
|
-
import { DraftCc } from "./DraftCc.mjs";
|
|
6
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
7
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
8
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
9
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
10
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
11
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
12
|
-
import { DraftText } from "./DraftText.mjs";
|
|
13
|
-
import { DraftTo } from "./DraftTo.mjs";
|
|
14
|
-
export const CreateDraftForwardRequest = core.serialization.object({
|
|
15
|
-
labels: DraftLabels.optional(),
|
|
16
|
-
replyTo: core.serialization.property("reply_to", DraftReplyTo.optional()),
|
|
17
|
-
to: DraftTo.optional(),
|
|
18
|
-
cc: DraftCc.optional(),
|
|
19
|
-
bcc: DraftBcc.optional(),
|
|
20
|
-
subject: DraftSubject.optional(),
|
|
21
|
-
text: DraftText.optional(),
|
|
22
|
-
html: DraftHtml.optional(),
|
|
23
|
-
attachments: core.serialization.list(SendAttachment).optional(),
|
|
24
|
-
sendAt: core.serialization.property("send_at", DraftSendAt.optional()),
|
|
25
|
-
clientId: core.serialization.property("client_id", DraftClientId.optional()),
|
|
26
|
-
});
|
|
@@ -1,24 +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
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
5
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
6
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
7
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
8
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
9
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
10
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
11
|
-
import { DraftText } from "./DraftText.mjs";
|
|
12
|
-
export declare const CreateDraftReplyAllRequest: core.serialization.ObjectSchema<serializers.CreateDraftReplyAllRequest.Raw, AgentMail.CreateDraftReplyAllRequest>;
|
|
13
|
-
export declare namespace CreateDraftReplyAllRequest {
|
|
14
|
-
interface Raw {
|
|
15
|
-
labels?: DraftLabels.Raw | null;
|
|
16
|
-
reply_to?: DraftReplyTo.Raw | null;
|
|
17
|
-
subject?: DraftSubject.Raw | null;
|
|
18
|
-
text?: DraftText.Raw | null;
|
|
19
|
-
html?: DraftHtml.Raw | null;
|
|
20
|
-
attachments?: SendAttachment.Raw[] | null;
|
|
21
|
-
send_at?: DraftSendAt.Raw | null;
|
|
22
|
-
client_id?: DraftClientId.Raw | null;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
import * as core from "../../../../core/index.mjs";
|
|
3
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
4
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
5
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
6
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
7
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
8
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
9
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
10
|
-
import { DraftText } from "./DraftText.mjs";
|
|
11
|
-
export const CreateDraftReplyAllRequest = core.serialization.object({
|
|
12
|
-
labels: DraftLabels.optional(),
|
|
13
|
-
replyTo: core.serialization.property("reply_to", DraftReplyTo.optional()),
|
|
14
|
-
subject: DraftSubject.optional(),
|
|
15
|
-
text: DraftText.optional(),
|
|
16
|
-
html: DraftHtml.optional(),
|
|
17
|
-
attachments: core.serialization.list(SendAttachment).optional(),
|
|
18
|
-
sendAt: core.serialization.property("send_at", DraftSendAt.optional()),
|
|
19
|
-
clientId: core.serialization.property("client_id", DraftClientId.optional()),
|
|
20
|
-
});
|
|
@@ -1,32 +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
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
5
|
-
import { DraftBcc } from "./DraftBcc.mjs";
|
|
6
|
-
import { DraftCc } from "./DraftCc.mjs";
|
|
7
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
8
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
9
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
10
|
-
import { DraftReplyAll } from "./DraftReplyAll.mjs";
|
|
11
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
12
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
13
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
14
|
-
import { DraftText } from "./DraftText.mjs";
|
|
15
|
-
import { DraftTo } from "./DraftTo.mjs";
|
|
16
|
-
export declare const CreateDraftReplyRequest: core.serialization.ObjectSchema<serializers.CreateDraftReplyRequest.Raw, AgentMail.CreateDraftReplyRequest>;
|
|
17
|
-
export declare namespace CreateDraftReplyRequest {
|
|
18
|
-
interface Raw {
|
|
19
|
-
labels?: DraftLabels.Raw | null;
|
|
20
|
-
reply_to?: DraftReplyTo.Raw | null;
|
|
21
|
-
to?: DraftTo.Raw | null;
|
|
22
|
-
cc?: DraftCc.Raw | null;
|
|
23
|
-
bcc?: DraftBcc.Raw | null;
|
|
24
|
-
reply_all?: DraftReplyAll.Raw | null;
|
|
25
|
-
subject?: DraftSubject.Raw | null;
|
|
26
|
-
text?: DraftText.Raw | null;
|
|
27
|
-
html?: DraftHtml.Raw | null;
|
|
28
|
-
attachments?: SendAttachment.Raw[] | null;
|
|
29
|
-
send_at?: DraftSendAt.Raw | null;
|
|
30
|
-
client_id?: DraftClientId.Raw | null;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
import * as core from "../../../../core/index.mjs";
|
|
3
|
-
import { SendAttachment } from "../../attachments/types/SendAttachment.mjs";
|
|
4
|
-
import { DraftBcc } from "./DraftBcc.mjs";
|
|
5
|
-
import { DraftCc } from "./DraftCc.mjs";
|
|
6
|
-
import { DraftClientId } from "./DraftClientId.mjs";
|
|
7
|
-
import { DraftHtml } from "./DraftHtml.mjs";
|
|
8
|
-
import { DraftLabels } from "./DraftLabels.mjs";
|
|
9
|
-
import { DraftReplyAll } from "./DraftReplyAll.mjs";
|
|
10
|
-
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
11
|
-
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
12
|
-
import { DraftSubject } from "./DraftSubject.mjs";
|
|
13
|
-
import { DraftText } from "./DraftText.mjs";
|
|
14
|
-
import { DraftTo } from "./DraftTo.mjs";
|
|
15
|
-
export const CreateDraftReplyRequest = core.serialization.object({
|
|
16
|
-
labels: DraftLabels.optional(),
|
|
17
|
-
replyTo: core.serialization.property("reply_to", DraftReplyTo.optional()),
|
|
18
|
-
to: DraftTo.optional(),
|
|
19
|
-
cc: DraftCc.optional(),
|
|
20
|
-
bcc: DraftBcc.optional(),
|
|
21
|
-
replyAll: core.serialization.property("reply_all", DraftReplyAll.optional()),
|
|
22
|
-
subject: DraftSubject.optional(),
|
|
23
|
-
text: DraftText.optional(),
|
|
24
|
-
html: DraftHtml.optional(),
|
|
25
|
-
attachments: core.serialization.list(SendAttachment).optional(),
|
|
26
|
-
sendAt: core.serialization.property("send_at", DraftSendAt.optional()),
|
|
27
|
-
clientId: core.serialization.property("client_id", DraftClientId.optional()),
|
|
28
|
-
});
|
/package/dist/cjs/api/{resources/drafts/types/CreateDraftForwardRequest.js → types/ErrorCode.js}
RENAMED
|
File without changes
|
/package/dist/cjs/api/{resources/drafts/types/CreateDraftReplyAllRequest.js → types/ErrorDocs.js}
RENAMED
|
File without changes
|
/package/dist/cjs/api/{resources/drafts/types/CreateDraftReplyRequest.js → types/ErrorFix.js}
RENAMED
|
File without changes
|
/package/dist/esm/api/{resources/drafts/types/CreateDraftForwardRequest.mjs → types/ErrorCode.mjs}
RENAMED
|
File without changes
|
/package/dist/esm/api/{resources/drafts/types/CreateDraftReplyAllRequest.mjs → types/ErrorDocs.mjs}
RENAMED
|
File without changes
|
/package/dist/esm/api/{resources/drafts/types/CreateDraftReplyRequest.mjs → types/ErrorFix.mjs}
RENAMED
|
File without changes
|