agentmail 0.0.72 → 0.0.74
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/Client.d.ts +3 -0
- package/dist/cjs/Client.js +21 -16
- package/dist/cjs/api/resources/apiKeys/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/apiKeys/client/Client.js +52 -62
- package/dist/cjs/api/resources/domains/client/Client.d.ts +21 -9
- package/dist/cjs/api/resources/domains/client/Client.js +131 -78
- package/dist/cjs/api/resources/domains/types/ClientId.d.ts +7 -0
- package/dist/cjs/api/resources/domains/types/CreateDomainRequest.d.ts +1 -2
- package/dist/cjs/api/resources/domains/types/Domain.d.ts +2 -3
- package/dist/cjs/api/resources/domains/types/DomainSummary.d.ts +2 -3
- package/dist/cjs/api/resources/domains/types/FeedbackEnabled.d.ts +7 -0
- package/dist/cjs/api/resources/domains/types/FeedbackEnabled.js +5 -0
- package/dist/cjs/api/resources/domains/types/index.d.ts +2 -1
- package/dist/cjs/api/resources/domains/types/index.js +2 -1
- package/dist/cjs/api/resources/drafts/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/drafts/client/Client.js +70 -83
- package/dist/cjs/api/resources/drafts/types/CreateDraftRequest.d.ts +1 -0
- package/dist/cjs/api/resources/drafts/types/Draft.d.ts +1 -0
- package/dist/cjs/api/resources/drafts/types/DraftClientId.d.ts +7 -0
- package/dist/cjs/api/resources/drafts/types/DraftClientId.js +5 -0
- package/dist/cjs/api/resources/drafts/types/UpdateDraftRequest.d.ts +14 -0
- package/dist/cjs/api/resources/drafts/types/UpdateDraftRequest.js +5 -0
- package/dist/cjs/api/resources/drafts/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/drafts/types/index.js +2 -0
- package/dist/cjs/api/resources/inboxes/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/inboxes/client/Client.js +52 -62
- package/dist/cjs/api/resources/inboxes/resources/drafts/client/Client.d.ts +26 -2
- package/dist/cjs/api/resources/inboxes/resources/drafts/client/Client.js +161 -84
- package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.js +70 -83
- package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.js +70 -83
- package/dist/cjs/api/resources/inboxes/types/CreateInboxRequest.d.ts +1 -2
- package/dist/cjs/api/resources/inboxes/types/DisplayName.d.ts +7 -0
- package/dist/cjs/api/resources/inboxes/types/DisplayName.js +5 -0
- package/dist/cjs/api/resources/inboxes/types/Inbox.d.ts +2 -3
- package/dist/cjs/api/resources/inboxes/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/inboxes/types/index.js +1 -0
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +2 -1
- package/dist/cjs/api/resources/pods/client/Client.d.ts +90 -0
- package/dist/cjs/api/resources/pods/client/Client.js +375 -0
- package/dist/cjs/api/resources/pods/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pods/client/index.js +17 -0
- package/dist/cjs/api/resources/pods/client/requests/ListPodsRequest.d.ts +12 -0
- package/dist/cjs/api/resources/pods/client/requests/ListPodsRequest.js +5 -0
- package/dist/cjs/api/resources/pods/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pods/index.d.ts +3 -0
- package/dist/cjs/api/resources/pods/index.js +19 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/Client.d.ts +72 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/Client.js +312 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.ts +16 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.js +5 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/domains/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pods/resources/domains/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/domains/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/Client.d.ts +57 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/Client.js +239 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.d.ts +16 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.js +5 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/drafts/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pods/resources/drafts/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/drafts/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/Client.d.ts +86 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/Client.js +387 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.ts +16 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.js +5 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/inboxes/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/index.d.ts +8 -0
- package/dist/cjs/api/resources/pods/resources/index.js +47 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/Client.d.ts +62 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/Client.js +297 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/index.js +17 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.ts +16 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.js +5 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/threads/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/pods/resources/threads/index.d.ts +1 -0
- package/dist/cjs/api/resources/pods/resources/threads/index.js +17 -0
- package/dist/cjs/api/resources/pods/types/ClientId.d.ts +7 -0
- package/dist/cjs/api/resources/pods/types/ClientId.js +5 -0
- package/dist/cjs/api/resources/pods/types/CreatePodRequest.d.ts +8 -0
- package/dist/cjs/api/resources/pods/types/CreatePodRequest.js +5 -0
- package/dist/cjs/api/resources/pods/types/ListPodsResponse.d.ts +11 -0
- package/dist/cjs/api/resources/pods/types/ListPodsResponse.js +5 -0
- package/dist/cjs/api/resources/pods/types/Name.d.ts +7 -0
- package/dist/cjs/api/resources/pods/types/Name.js +5 -0
- package/dist/cjs/api/resources/pods/types/Pod.d.ts +13 -0
- package/dist/cjs/api/resources/pods/types/Pod.js +5 -0
- package/dist/cjs/api/resources/pods/types/PodId.d.ts +7 -0
- package/dist/cjs/api/resources/pods/types/PodId.js +5 -0
- package/dist/cjs/api/resources/pods/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/pods/types/index.js +22 -0
- package/dist/cjs/api/resources/threads/client/Client.d.ts +2 -12
- package/dist/cjs/api/resources/threads/client/Client.js +57 -133
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/webhooks/client/Client.js +52 -62
- package/dist/cjs/core/index.d.ts +0 -2
- package/dist/cjs/core/index.js +0 -2
- package/dist/cjs/serialization/resources/domains/types/ClientId.d.ts +10 -0
- package/dist/cjs/serialization/resources/domains/types/ClientId.js +41 -0
- package/dist/cjs/serialization/resources/domains/types/CreateDomainRequest.d.ts +2 -1
- package/dist/cjs/serialization/resources/domains/types/CreateDomainRequest.js +2 -1
- package/dist/cjs/serialization/resources/domains/types/Domain.d.ts +4 -3
- package/dist/cjs/serialization/resources/domains/types/Domain.js +4 -3
- package/dist/cjs/serialization/resources/domains/types/DomainSummary.d.ts +4 -3
- package/dist/cjs/serialization/resources/domains/types/DomainSummary.js +4 -3
- package/dist/cjs/serialization/resources/domains/types/FeedbackEnabled.d.ts +10 -0
- package/dist/cjs/serialization/resources/domains/types/FeedbackEnabled.js +41 -0
- package/dist/cjs/serialization/resources/domains/types/index.d.ts +2 -1
- package/dist/cjs/serialization/resources/domains/types/index.js +2 -1
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftRequest.d.ts +2 -0
- package/dist/cjs/serialization/resources/drafts/types/CreateDraftRequest.js +2 -0
- package/dist/cjs/serialization/resources/drafts/types/Draft.d.ts +2 -0
- package/dist/cjs/serialization/resources/drafts/types/Draft.js +2 -0
- package/dist/cjs/serialization/resources/drafts/types/DraftClientId.d.ts +10 -0
- package/dist/cjs/serialization/resources/drafts/types/DraftClientId.js +41 -0
- package/dist/cjs/serialization/resources/drafts/types/UpdateDraftRequest.d.ts +27 -0
- package/dist/cjs/serialization/resources/drafts/types/UpdateDraftRequest.js +58 -0
- package/dist/cjs/serialization/resources/drafts/types/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/drafts/types/index.js +2 -0
- package/dist/cjs/serialization/resources/inboxes/types/CreateInboxRequest.d.ts +2 -1
- package/dist/cjs/serialization/resources/inboxes/types/CreateInboxRequest.js +2 -1
- package/dist/cjs/serialization/resources/inboxes/types/DisplayName.d.ts +10 -0
- package/dist/cjs/serialization/resources/inboxes/types/DisplayName.js +41 -0
- package/dist/cjs/serialization/resources/inboxes/types/Inbox.d.ts +3 -2
- package/dist/cjs/serialization/resources/inboxes/types/Inbox.js +3 -2
- package/dist/cjs/serialization/resources/inboxes/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/inboxes/types/index.js +1 -0
- package/dist/cjs/serialization/resources/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/index.js +2 -1
- package/dist/cjs/serialization/resources/pods/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/pods/index.js +17 -0
- package/dist/cjs/serialization/resources/pods/types/ClientId.d.ts +10 -0
- package/dist/cjs/serialization/resources/pods/types/ClientId.js +41 -0
- package/dist/cjs/serialization/resources/pods/types/CreatePodRequest.d.ts +15 -0
- package/dist/cjs/serialization/resources/pods/types/CreatePodRequest.js +46 -0
- package/dist/cjs/serialization/resources/pods/types/ListPodsResponse.d.ts +19 -0
- package/dist/cjs/serialization/resources/pods/types/ListPodsResponse.js +50 -0
- package/dist/cjs/serialization/resources/pods/types/Name.d.ts +10 -0
- package/dist/cjs/serialization/resources/pods/types/Name.js +41 -0
- package/dist/cjs/serialization/resources/pods/types/Pod.d.ts +19 -0
- package/dist/cjs/serialization/resources/{domains/types/CreateDomainResponse.js → pods/types/Pod.js} +8 -11
- package/dist/cjs/serialization/resources/pods/types/PodId.d.ts +10 -0
- package/dist/cjs/serialization/resources/pods/types/PodId.js +41 -0
- package/dist/cjs/serialization/resources/pods/types/index.d.ts +6 -0
- package/dist/cjs/serialization/resources/pods/types/index.js +22 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/apiKeys/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/apiKeys/client/Client.mjs +52 -62
- package/dist/esm/api/resources/domains/client/Client.d.mts +21 -9
- package/dist/esm/api/resources/domains/client/Client.mjs +131 -78
- package/dist/esm/api/resources/domains/types/ClientId.d.mts +7 -0
- package/dist/esm/api/resources/domains/types/CreateDomainRequest.d.mts +1 -2
- package/dist/esm/api/resources/domains/types/Domain.d.mts +2 -3
- package/dist/esm/api/resources/domains/types/DomainSummary.d.mts +2 -3
- package/dist/esm/api/resources/domains/types/FeedbackEnabled.d.mts +7 -0
- package/dist/esm/api/resources/domains/types/FeedbackEnabled.mjs +4 -0
- package/dist/esm/api/resources/domains/types/index.d.mts +2 -1
- package/dist/esm/api/resources/domains/types/index.mjs +2 -1
- package/dist/esm/api/resources/drafts/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/drafts/client/Client.mjs +70 -83
- package/dist/esm/api/resources/drafts/types/CreateDraftRequest.d.mts +1 -0
- package/dist/esm/api/resources/drafts/types/Draft.d.mts +1 -0
- package/dist/esm/api/resources/drafts/types/DraftClientId.d.mts +7 -0
- package/dist/esm/api/resources/drafts/types/DraftClientId.mjs +4 -0
- package/dist/esm/api/resources/drafts/types/UpdateDraftRequest.d.mts +14 -0
- package/dist/esm/api/resources/drafts/types/UpdateDraftRequest.mjs +4 -0
- package/dist/esm/api/resources/drafts/types/index.d.mts +2 -0
- package/dist/esm/api/resources/drafts/types/index.mjs +2 -0
- package/dist/esm/api/resources/inboxes/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/inboxes/client/Client.mjs +52 -62
- package/dist/esm/api/resources/inboxes/resources/drafts/client/Client.d.mts +26 -2
- package/dist/esm/api/resources/inboxes/resources/drafts/client/Client.mjs +161 -84
- package/dist/esm/api/resources/inboxes/resources/messages/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/inboxes/resources/messages/client/Client.mjs +70 -83
- package/dist/esm/api/resources/inboxes/resources/threads/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/inboxes/resources/threads/client/Client.mjs +70 -83
- package/dist/esm/api/resources/inboxes/types/CreateInboxRequest.d.mts +1 -2
- package/dist/esm/api/resources/inboxes/types/DisplayName.d.mts +7 -0
- package/dist/esm/api/resources/inboxes/types/DisplayName.mjs +4 -0
- package/dist/esm/api/resources/inboxes/types/Inbox.d.mts +2 -3
- package/dist/esm/api/resources/inboxes/types/index.d.mts +1 -0
- package/dist/esm/api/resources/inboxes/types/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/pods/client/Client.d.mts +90 -0
- package/dist/esm/api/resources/pods/client/Client.mjs +338 -0
- package/dist/esm/api/resources/pods/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pods/client/index.mjs +1 -0
- package/dist/esm/api/resources/pods/client/requests/ListPodsRequest.d.mts +12 -0
- package/dist/esm/api/resources/pods/client/requests/ListPodsRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pods/index.d.mts +3 -0
- package/dist/esm/api/resources/pods/index.mjs +3 -0
- package/dist/esm/api/resources/pods/resources/domains/client/Client.d.mts +72 -0
- package/dist/esm/api/resources/pods/resources/domains/client/Client.mjs +275 -0
- package/dist/esm/api/resources/pods/resources/domains/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pods/resources/domains/client/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.mts +16 -0
- package/dist/esm/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/resources/domains/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/domains/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/domains/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/domains/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/Client.d.mts +57 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/Client.mjs +202 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.d.mts +16 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/drafts/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/drafts/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/drafts/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/Client.d.mts +86 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/Client.mjs +350 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.mts +16 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/inboxes/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/inboxes/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/inboxes/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/index.d.mts +8 -0
- package/dist/esm/api/resources/pods/resources/index.mjs +8 -0
- package/dist/esm/api/resources/pods/resources/threads/client/Client.d.mts +62 -0
- package/dist/esm/api/resources/pods/resources/threads/client/Client.mjs +260 -0
- package/dist/esm/api/resources/pods/resources/threads/client/index.d.mts +2 -0
- package/dist/esm/api/resources/pods/resources/threads/client/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.mts +16 -0
- package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/resources/threads/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/threads/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/pods/resources/threads/index.d.mts +1 -0
- package/dist/esm/api/resources/pods/resources/threads/index.mjs +1 -0
- package/dist/esm/api/resources/pods/types/ClientId.d.mts +7 -0
- package/dist/esm/api/resources/pods/types/ClientId.mjs +4 -0
- package/dist/esm/api/resources/pods/types/CreatePodRequest.d.mts +8 -0
- package/dist/esm/api/resources/pods/types/CreatePodRequest.mjs +4 -0
- package/dist/esm/api/resources/pods/types/ListPodsResponse.d.mts +11 -0
- package/dist/esm/api/resources/pods/types/ListPodsResponse.mjs +4 -0
- package/dist/esm/api/resources/pods/types/Name.d.mts +7 -0
- package/dist/esm/api/resources/pods/types/Name.mjs +4 -0
- package/dist/esm/api/resources/pods/types/Pod.d.mts +13 -0
- package/dist/esm/api/resources/pods/types/Pod.mjs +4 -0
- package/dist/esm/api/resources/pods/types/PodId.d.mts +7 -0
- package/dist/esm/api/resources/pods/types/PodId.mjs +4 -0
- package/dist/esm/api/resources/pods/types/index.d.mts +6 -0
- package/dist/esm/api/resources/pods/types/index.mjs +6 -0
- package/dist/esm/api/resources/threads/client/Client.d.mts +2 -12
- package/dist/esm/api/resources/threads/client/Client.mjs +57 -133
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/webhooks/client/Client.mjs +52 -62
- package/dist/esm/core/index.d.mts +0 -2
- package/dist/esm/core/index.mjs +0 -2
- package/dist/esm/serialization/resources/domains/types/ClientId.d.mts +10 -0
- package/dist/esm/serialization/resources/domains/types/ClientId.mjs +5 -0
- package/dist/esm/serialization/resources/domains/types/CreateDomainRequest.d.mts +2 -1
- package/dist/esm/serialization/resources/domains/types/CreateDomainRequest.mjs +2 -1
- package/dist/esm/serialization/resources/domains/types/Domain.d.mts +4 -3
- package/dist/esm/serialization/resources/domains/types/Domain.mjs +4 -3
- package/dist/esm/serialization/resources/domains/types/DomainSummary.d.mts +4 -3
- package/dist/esm/serialization/resources/domains/types/DomainSummary.mjs +4 -3
- package/dist/esm/serialization/resources/domains/types/FeedbackEnabled.d.mts +10 -0
- package/dist/esm/serialization/resources/domains/types/FeedbackEnabled.mjs +5 -0
- package/dist/esm/serialization/resources/domains/types/index.d.mts +2 -1
- package/dist/esm/serialization/resources/domains/types/index.mjs +2 -1
- package/dist/esm/serialization/resources/drafts/types/CreateDraftRequest.d.mts +2 -0
- package/dist/esm/serialization/resources/drafts/types/CreateDraftRequest.mjs +2 -0
- package/dist/esm/serialization/resources/drafts/types/Draft.d.mts +2 -0
- package/dist/esm/serialization/resources/drafts/types/Draft.mjs +2 -0
- package/dist/esm/serialization/resources/drafts/types/DraftClientId.d.mts +10 -0
- package/dist/esm/serialization/resources/drafts/types/DraftClientId.mjs +5 -0
- package/dist/esm/serialization/resources/drafts/types/UpdateDraftRequest.d.mts +27 -0
- package/dist/esm/serialization/resources/drafts/types/UpdateDraftRequest.mjs +22 -0
- package/dist/esm/serialization/resources/drafts/types/index.d.mts +2 -0
- package/dist/esm/serialization/resources/drafts/types/index.mjs +2 -0
- package/dist/esm/serialization/resources/inboxes/types/CreateInboxRequest.d.mts +2 -1
- package/dist/esm/serialization/resources/inboxes/types/CreateInboxRequest.mjs +2 -1
- package/dist/esm/serialization/resources/inboxes/types/DisplayName.d.mts +10 -0
- package/dist/esm/serialization/resources/inboxes/types/DisplayName.mjs +5 -0
- package/dist/esm/serialization/resources/inboxes/types/Inbox.d.mts +3 -2
- package/dist/esm/serialization/resources/inboxes/types/Inbox.mjs +3 -2
- package/dist/esm/serialization/resources/inboxes/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/inboxes/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/index.d.mts +1 -0
- package/dist/esm/serialization/resources/index.mjs +1 -0
- package/dist/esm/serialization/resources/pods/index.d.mts +1 -0
- package/dist/esm/serialization/resources/pods/index.mjs +1 -0
- package/dist/esm/serialization/resources/pods/types/ClientId.d.mts +10 -0
- package/dist/esm/serialization/resources/pods/types/ClientId.mjs +5 -0
- package/dist/esm/serialization/resources/pods/types/CreatePodRequest.d.mts +15 -0
- package/dist/esm/serialization/resources/pods/types/CreatePodRequest.mjs +10 -0
- package/dist/esm/serialization/resources/pods/types/ListPodsResponse.d.mts +19 -0
- package/dist/esm/serialization/resources/pods/types/ListPodsResponse.mjs +14 -0
- package/dist/esm/serialization/resources/pods/types/Name.d.mts +10 -0
- package/dist/esm/serialization/resources/pods/types/Name.mjs +5 -0
- package/dist/esm/serialization/resources/pods/types/Pod.d.mts +19 -0
- package/dist/esm/serialization/resources/pods/types/Pod.mjs +14 -0
- package/dist/esm/serialization/resources/pods/types/PodId.d.mts +10 -0
- package/dist/esm/serialization/resources/pods/types/PodId.mjs +5 -0
- package/dist/esm/serialization/resources/pods/types/index.d.mts +6 -0
- package/dist/esm/serialization/resources/pods/types/index.mjs +6 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/llms-full.txt +10453 -1871
- package/dist/llms.txt +19 -2
- package/package.json +1 -1
- package/reference.md +1195 -309
- package/dist/cjs/api/resources/domains/types/CreateDomainResponse.d.ts +0 -18
- package/dist/cjs/core/pagination/Page.d.ts +0 -32
- package/dist/cjs/core/pagination/Page.js +0 -100
- package/dist/cjs/core/pagination/Pageable.d.ts +0 -14
- package/dist/cjs/core/pagination/Pageable.js +0 -10
- package/dist/cjs/core/pagination/index.d.ts +0 -2
- package/dist/cjs/core/pagination/index.js +0 -7
- package/dist/cjs/core/utils/index.d.ts +0 -1
- package/dist/cjs/core/utils/index.js +0 -5
- package/dist/cjs/core/utils/setObjectProperty.d.ts +0 -11
- package/dist/cjs/core/utils/setObjectProperty.js +0 -42
- package/dist/cjs/serialization/resources/domains/types/CreateDomainResponse.d.ts +0 -22
- package/dist/esm/api/resources/domains/types/CreateDomainResponse.d.mts +0 -18
- package/dist/esm/core/pagination/Page.d.mts +0 -32
- package/dist/esm/core/pagination/Page.mjs +0 -96
- package/dist/esm/core/pagination/Pageable.d.mts +0 -14
- package/dist/esm/core/pagination/Pageable.mjs +0 -6
- package/dist/esm/core/pagination/index.d.mts +0 -2
- package/dist/esm/core/pagination/index.mjs +0 -2
- package/dist/esm/core/utils/index.d.mts +0 -1
- package/dist/esm/core/utils/index.mjs +0 -1
- package/dist/esm/core/utils/setObjectProperty.d.mts +0 -11
- package/dist/esm/core/utils/setObjectProperty.mjs +0 -39
- package/dist/esm/serialization/resources/domains/types/CreateDomainResponse.d.mts +0 -22
- package/dist/esm/serialization/resources/domains/types/CreateDomainResponse.mjs +0 -17
- /package/dist/cjs/api/resources/domains/types/{CreateDomainResponse.js → ClientId.js} +0 -0
- /package/dist/esm/api/resources/domains/types/{CreateDomainResponse.mjs → ClientId.mjs} +0 -0
|
@@ -7,6 +7,7 @@ import * as core from "../../../../core/index.mjs";
|
|
|
7
7
|
import { InboxId } from "../../inboxes/types/InboxId.mjs";
|
|
8
8
|
import { ThreadId } from "../../threads/types/ThreadId.mjs";
|
|
9
9
|
import { DraftId } from "./DraftId.mjs";
|
|
10
|
+
import { DraftClientId } from "./DraftClientId.mjs";
|
|
10
11
|
import { DraftLabels } from "./DraftLabels.mjs";
|
|
11
12
|
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
12
13
|
import { DraftTo } from "./DraftTo.mjs";
|
|
@@ -27,6 +28,7 @@ export declare namespace Draft {
|
|
|
27
28
|
inbox_id: InboxId.Raw;
|
|
28
29
|
thread_id: ThreadId.Raw;
|
|
29
30
|
draft_id: DraftId.Raw;
|
|
31
|
+
client_id?: DraftClientId.Raw | null;
|
|
30
32
|
labels: DraftLabels.Raw;
|
|
31
33
|
reply_to?: DraftReplyTo.Raw | null;
|
|
32
34
|
to?: DraftTo.Raw | null;
|
|
@@ -5,6 +5,7 @@ import * as core from "../../../../core/index.mjs";
|
|
|
5
5
|
import { InboxId } from "../../inboxes/types/InboxId.mjs";
|
|
6
6
|
import { ThreadId } from "../../threads/types/ThreadId.mjs";
|
|
7
7
|
import { DraftId } from "./DraftId.mjs";
|
|
8
|
+
import { DraftClientId } from "./DraftClientId.mjs";
|
|
8
9
|
import { DraftLabels } from "./DraftLabels.mjs";
|
|
9
10
|
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
10
11
|
import { DraftTo } from "./DraftTo.mjs";
|
|
@@ -23,6 +24,7 @@ export const Draft = core.serialization.object({
|
|
|
23
24
|
inboxId: core.serialization.property("inbox_id", InboxId),
|
|
24
25
|
threadId: core.serialization.property("thread_id", ThreadId),
|
|
25
26
|
draftId: core.serialization.property("draft_id", DraftId),
|
|
27
|
+
clientId: core.serialization.property("client_id", DraftClientId.optional()),
|
|
26
28
|
labels: DraftLabels,
|
|
27
29
|
replyTo: core.serialization.property("reply_to", DraftReplyTo.optional()),
|
|
28
30
|
to: DraftTo.optional(),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
export declare const DraftClientId: core.serialization.Schema<serializers.DraftClientId.Raw, AgentMail.DraftClientId>;
|
|
8
|
+
export declare namespace DraftClientId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
8
|
+
import { DraftTo } from "./DraftTo.mjs";
|
|
9
|
+
import { DraftCc } from "./DraftCc.mjs";
|
|
10
|
+
import { DraftBcc } from "./DraftBcc.mjs";
|
|
11
|
+
import { DraftSubject } from "./DraftSubject.mjs";
|
|
12
|
+
import { DraftText } from "./DraftText.mjs";
|
|
13
|
+
import { DraftHtml } from "./DraftHtml.mjs";
|
|
14
|
+
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
15
|
+
export declare const UpdateDraftRequest: core.serialization.ObjectSchema<serializers.UpdateDraftRequest.Raw, AgentMail.UpdateDraftRequest>;
|
|
16
|
+
export declare namespace UpdateDraftRequest {
|
|
17
|
+
interface Raw {
|
|
18
|
+
reply_to?: DraftReplyTo.Raw | null;
|
|
19
|
+
to?: DraftTo.Raw | null;
|
|
20
|
+
cc?: DraftCc.Raw | null;
|
|
21
|
+
bcc?: DraftBcc.Raw | null;
|
|
22
|
+
subject?: DraftSubject.Raw | null;
|
|
23
|
+
text?: DraftText.Raw | null;
|
|
24
|
+
html?: DraftHtml.Raw | null;
|
|
25
|
+
send_at?: DraftSendAt.Raw | null;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as core from "../../../../core/index.mjs";
|
|
5
|
+
import { DraftReplyTo } from "./DraftReplyTo.mjs";
|
|
6
|
+
import { DraftTo } from "./DraftTo.mjs";
|
|
7
|
+
import { DraftCc } from "./DraftCc.mjs";
|
|
8
|
+
import { DraftBcc } from "./DraftBcc.mjs";
|
|
9
|
+
import { DraftSubject } from "./DraftSubject.mjs";
|
|
10
|
+
import { DraftText } from "./DraftText.mjs";
|
|
11
|
+
import { DraftHtml } from "./DraftHtml.mjs";
|
|
12
|
+
import { DraftSendAt } from "./DraftSendAt.mjs";
|
|
13
|
+
export const UpdateDraftRequest = core.serialization.object({
|
|
14
|
+
replyTo: core.serialization.property("reply_to", DraftReplyTo.optional()),
|
|
15
|
+
to: DraftTo.optional(),
|
|
16
|
+
cc: DraftCc.optional(),
|
|
17
|
+
bcc: DraftBcc.optional(),
|
|
18
|
+
subject: DraftSubject.optional(),
|
|
19
|
+
text: DraftText.optional(),
|
|
20
|
+
html: DraftHtml.optional(),
|
|
21
|
+
sendAt: core.serialization.property("send_at", DraftSendAt.optional()),
|
|
22
|
+
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./DraftId.mjs";
|
|
2
|
+
export * from "./DraftClientId.mjs";
|
|
2
3
|
export * from "./DraftLabels.mjs";
|
|
3
4
|
export * from "./DraftReplyTo.mjs";
|
|
4
5
|
export * from "./DraftTo.mjs";
|
|
@@ -17,3 +18,4 @@ export * from "./DraftItem.mjs";
|
|
|
17
18
|
export * from "./Draft.mjs";
|
|
18
19
|
export * from "./ListDraftsResponse.mjs";
|
|
19
20
|
export * from "./CreateDraftRequest.mjs";
|
|
21
|
+
export * from "./UpdateDraftRequest.mjs";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./DraftId.mjs";
|
|
2
|
+
export * from "./DraftClientId.mjs";
|
|
2
3
|
export * from "./DraftLabels.mjs";
|
|
3
4
|
export * from "./DraftReplyTo.mjs";
|
|
4
5
|
export * from "./DraftTo.mjs";
|
|
@@ -17,3 +18,4 @@ export * from "./DraftItem.mjs";
|
|
|
17
18
|
export * from "./Draft.mjs";
|
|
18
19
|
export * from "./ListDraftsResponse.mjs";
|
|
19
20
|
export * from "./CreateDraftRequest.mjs";
|
|
21
|
+
export * from "./UpdateDraftRequest.mjs";
|
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
import * as serializers from "../../../index.mjs";
|
|
5
5
|
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
6
|
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
import { DisplayName } from "./DisplayName.mjs";
|
|
7
8
|
import { ClientId } from "./ClientId.mjs";
|
|
8
9
|
export declare const CreateInboxRequest: core.serialization.ObjectSchema<serializers.inboxes.CreateInboxRequest.Raw, AgentMail.inboxes.CreateInboxRequest>;
|
|
9
10
|
export declare namespace CreateInboxRequest {
|
|
10
11
|
interface Raw {
|
|
11
12
|
username?: string | null;
|
|
12
13
|
domain?: string | null;
|
|
13
|
-
display_name?:
|
|
14
|
+
display_name?: DisplayName.Raw | null;
|
|
14
15
|
client_id?: ClientId.Raw | null;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as core from "../../../../core/index.mjs";
|
|
5
|
+
import { DisplayName } from "./DisplayName.mjs";
|
|
5
6
|
import { ClientId } from "./ClientId.mjs";
|
|
6
7
|
export const CreateInboxRequest = core.serialization.object({
|
|
7
8
|
username: core.serialization.string().optional(),
|
|
8
9
|
domain: core.serialization.string().optional(),
|
|
9
|
-
displayName: core.serialization.property("display_name",
|
|
10
|
+
displayName: core.serialization.property("display_name", DisplayName.optional()),
|
|
10
11
|
clientId: core.serialization.property("client_id", ClientId.optional()),
|
|
11
12
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
export declare const DisplayName: core.serialization.Schema<serializers.inboxes.DisplayName.Raw, AgentMail.inboxes.DisplayName>;
|
|
8
|
+
export declare namespace DisplayName {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -5,14 +5,15 @@ import * as serializers from "../../../index.mjs";
|
|
|
5
5
|
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
6
|
import * as core from "../../../../core/index.mjs";
|
|
7
7
|
import { InboxId } from "./InboxId.mjs";
|
|
8
|
+
import { DisplayName } from "./DisplayName.mjs";
|
|
8
9
|
import { ClientId } from "./ClientId.mjs";
|
|
9
10
|
export declare const Inbox: core.serialization.ObjectSchema<serializers.inboxes.Inbox.Raw, AgentMail.inboxes.Inbox>;
|
|
10
11
|
export declare namespace Inbox {
|
|
11
12
|
interface Raw {
|
|
12
13
|
inbox_id: InboxId.Raw;
|
|
13
|
-
display_name
|
|
14
|
+
display_name?: DisplayName.Raw | null;
|
|
15
|
+
client_id?: ClientId.Raw | null;
|
|
14
16
|
updated_at: string;
|
|
15
17
|
created_at: string;
|
|
16
|
-
client_id?: ClientId.Raw | null;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as core from "../../../../core/index.mjs";
|
|
5
5
|
import { InboxId } from "./InboxId.mjs";
|
|
6
|
+
import { DisplayName } from "./DisplayName.mjs";
|
|
6
7
|
import { ClientId } from "./ClientId.mjs";
|
|
7
8
|
export const Inbox = core.serialization.object({
|
|
8
9
|
inboxId: core.serialization.property("inbox_id", InboxId),
|
|
9
|
-
displayName: core.serialization.property("display_name",
|
|
10
|
+
displayName: core.serialization.property("display_name", DisplayName.optional()),
|
|
11
|
+
clientId: core.serialization.property("client_id", ClientId.optional()),
|
|
10
12
|
updatedAt: core.serialization.property("updated_at", core.serialization.date()),
|
|
11
13
|
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
|
12
|
-
clientId: core.serialization.property("client_id", ClientId.optional()),
|
|
13
14
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as websockets from "./websockets/index.mjs";
|
|
2
2
|
export * from "./websockets/client/socket/index.mjs";
|
|
3
3
|
export * as inboxes from "./inboxes/index.mjs";
|
|
4
|
+
export * as pods from "./pods/index.mjs";
|
|
4
5
|
export * as webhooks from "./webhooks/index.mjs";
|
|
5
6
|
export * as apiKeys from "./apiKeys/index.mjs";
|
|
6
7
|
export * from "./apiKeys/types/index.mjs";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as websockets from "./websockets/index.mjs";
|
|
2
2
|
export * from "./websockets/client/socket/index.mjs";
|
|
3
3
|
export * as inboxes from "./inboxes/index.mjs";
|
|
4
|
+
export * as pods from "./pods/index.mjs";
|
|
4
5
|
export * as webhooks from "./webhooks/index.mjs";
|
|
5
6
|
export * as apiKeys from "./apiKeys/index.mjs";
|
|
6
7
|
export * from "./apiKeys/types/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types/index.mjs";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
export declare const ClientId: core.serialization.Schema<serializers.pods.ClientId.Raw, AgentMail.pods.ClientId>;
|
|
8
|
+
export declare namespace ClientId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
import { Name } from "./Name.mjs";
|
|
8
|
+
import { ClientId } from "./ClientId.mjs";
|
|
9
|
+
export declare const CreatePodRequest: core.serialization.ObjectSchema<serializers.pods.CreatePodRequest.Raw, AgentMail.pods.CreatePodRequest>;
|
|
10
|
+
export declare namespace CreatePodRequest {
|
|
11
|
+
interface Raw {
|
|
12
|
+
name?: Name.Raw | null;
|
|
13
|
+
client_id?: ClientId.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as core from "../../../../core/index.mjs";
|
|
5
|
+
import { Name } from "./Name.mjs";
|
|
6
|
+
import { ClientId } from "./ClientId.mjs";
|
|
7
|
+
export const CreatePodRequest = core.serialization.object({
|
|
8
|
+
name: Name.optional(),
|
|
9
|
+
clientId: core.serialization.property("client_id", ClientId.optional()),
|
|
10
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
import { Count } from "../../../types/Count.mjs";
|
|
8
|
+
import { Limit } from "../../../types/Limit.mjs";
|
|
9
|
+
import { PageToken } from "../../../types/PageToken.mjs";
|
|
10
|
+
import { Pod } from "./Pod.mjs";
|
|
11
|
+
export declare const ListPodsResponse: core.serialization.ObjectSchema<serializers.pods.ListPodsResponse.Raw, AgentMail.pods.ListPodsResponse>;
|
|
12
|
+
export declare namespace ListPodsResponse {
|
|
13
|
+
interface Raw {
|
|
14
|
+
count: Count.Raw;
|
|
15
|
+
limit?: Limit.Raw | null;
|
|
16
|
+
next_page_token?: PageToken.Raw | null;
|
|
17
|
+
pods: Pod.Raw[];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as core from "../../../../core/index.mjs";
|
|
5
|
+
import { Count } from "../../../types/Count.mjs";
|
|
6
|
+
import { Limit } from "../../../types/Limit.mjs";
|
|
7
|
+
import { PageToken } from "../../../types/PageToken.mjs";
|
|
8
|
+
import { Pod } from "./Pod.mjs";
|
|
9
|
+
export const ListPodsResponse = core.serialization.object({
|
|
10
|
+
count: Count,
|
|
11
|
+
limit: Limit.optional(),
|
|
12
|
+
nextPageToken: core.serialization.property("next_page_token", PageToken.optional()),
|
|
13
|
+
pods: core.serialization.list(Pod),
|
|
14
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
export declare const Name: core.serialization.Schema<serializers.pods.Name.Raw, AgentMail.pods.Name>;
|
|
8
|
+
export declare namespace Name {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
import { PodId } from "./PodId.mjs";
|
|
8
|
+
import { Name } from "./Name.mjs";
|
|
9
|
+
import { ClientId } from "./ClientId.mjs";
|
|
10
|
+
export declare const Pod: core.serialization.ObjectSchema<serializers.pods.Pod.Raw, AgentMail.pods.Pod>;
|
|
11
|
+
export declare namespace Pod {
|
|
12
|
+
interface Raw {
|
|
13
|
+
pod_id: PodId.Raw;
|
|
14
|
+
name: Name.Raw;
|
|
15
|
+
updated_at: string;
|
|
16
|
+
created_at: string;
|
|
17
|
+
client_id?: ClientId.Raw | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as core from "../../../../core/index.mjs";
|
|
5
|
+
import { PodId } from "./PodId.mjs";
|
|
6
|
+
import { Name } from "./Name.mjs";
|
|
7
|
+
import { ClientId } from "./ClientId.mjs";
|
|
8
|
+
export const Pod = core.serialization.object({
|
|
9
|
+
podId: core.serialization.property("pod_id", PodId),
|
|
10
|
+
name: Name,
|
|
11
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.date()),
|
|
12
|
+
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
|
13
|
+
clientId: core.serialization.property("client_id", ClientId.optional()),
|
|
14
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index.mjs";
|
|
5
|
+
import * as AgentMail from "../../../../api/index.mjs";
|
|
6
|
+
import * as core from "../../../../core/index.mjs";
|
|
7
|
+
export declare const PodId: core.serialization.Schema<serializers.pods.PodId.Raw, AgentMail.pods.PodId>;
|
|
8
|
+
export declare namespace PodId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.74";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.
|
|
1
|
+
export const SDK_VERSION = "0.0.74";
|