@augno/sdk 0.7.0 → 0.7.1
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/CHANGELOG.md +3 -3
- package/client.d.mts +11 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +11 -2
- package/client.d.ts.map +1 -1
- package/client.js +9 -0
- package/client.js.map +1 -1
- package/client.mjs +9 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/auth/api-keys/actions.d.mts +2 -0
- package/resources/auth/api-keys/actions.d.mts.map +1 -1
- package/resources/auth/api-keys/actions.d.ts +2 -0
- package/resources/auth/api-keys/actions.d.ts.map +1 -1
- package/resources/auth/api-keys/actions.js +2 -0
- package/resources/auth/api-keys/actions.js.map +1 -1
- package/resources/auth/api-keys/actions.mjs +2 -0
- package/resources/auth/api-keys/actions.mjs.map +1 -1
- package/resources/auth/api-keys/api-keys.d.mts +11 -3
- package/resources/auth/api-keys/api-keys.d.mts.map +1 -1
- package/resources/auth/api-keys/api-keys.d.ts +11 -3
- package/resources/auth/api-keys/api-keys.d.ts.map +1 -1
- package/resources/auth/api-keys/api-keys.js +8 -0
- package/resources/auth/api-keys/api-keys.js.map +1 -1
- package/resources/auth/api-keys/api-keys.mjs +8 -0
- package/resources/auth/api-keys/api-keys.mjs.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.mts +12 -0
- package/resources/catalog/item-categories/item-categories.d.mts.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.ts +12 -0
- package/resources/catalog/item-categories/item-categories.d.ts.map +1 -1
- package/resources/catalog/item-categories/item-categories.js +12 -0
- package/resources/catalog/item-categories/item-categories.js.map +1 -1
- package/resources/catalog/item-categories/item-categories.mjs +12 -0
- package/resources/catalog/item-categories/item-categories.mjs.map +1 -1
- package/resources/catalog/item-categories/properties.d.mts +4 -0
- package/resources/catalog/item-categories/properties.d.mts.map +1 -1
- package/resources/catalog/item-categories/properties.d.ts +4 -0
- package/resources/catalog/item-categories/properties.d.ts.map +1 -1
- package/resources/catalog/item-categories/properties.js +4 -0
- package/resources/catalog/item-categories/properties.js.map +1 -1
- package/resources/catalog/item-categories/properties.mjs +4 -0
- package/resources/catalog/item-categories/properties.mjs.map +1 -1
- package/resources/catalog/items/attributes.d.mts +4 -0
- package/resources/catalog/items/attributes.d.mts.map +1 -1
- package/resources/catalog/items/attributes.d.ts +4 -0
- package/resources/catalog/items/attributes.d.ts.map +1 -1
- package/resources/catalog/items/attributes.js +4 -0
- package/resources/catalog/items/attributes.js.map +1 -1
- package/resources/catalog/items/attributes.mjs +4 -0
- package/resources/catalog/items/attributes.mjs.map +1 -1
- package/resources/catalog/items/items.d.mts +8 -0
- package/resources/catalog/items/items.d.mts.map +1 -1
- package/resources/catalog/items/items.d.ts +8 -0
- package/resources/catalog/items/items.d.ts.map +1 -1
- package/resources/catalog/items/items.js +8 -0
- package/resources/catalog/items/items.js.map +1 -1
- package/resources/catalog/items/items.mjs +8 -0
- package/resources/catalog/items/items.mjs.map +1 -1
- package/resources/catalog/materials.d.mts +24 -9
- package/resources/catalog/materials.d.mts.map +1 -1
- package/resources/catalog/materials.d.ts +24 -9
- package/resources/catalog/materials.d.ts.map +1 -1
- package/resources/catalog/materials.js +15 -0
- package/resources/catalog/materials.js.map +1 -1
- package/resources/catalog/materials.mjs +15 -0
- package/resources/catalog/materials.mjs.map +1 -1
- package/resources/catalog/parts.d.mts +15 -0
- package/resources/catalog/parts.d.mts.map +1 -1
- package/resources/catalog/parts.d.ts +15 -0
- package/resources/catalog/parts.d.ts.map +1 -1
- package/resources/catalog/parts.js +15 -0
- package/resources/catalog/parts.js.map +1 -1
- package/resources/catalog/parts.mjs +15 -0
- package/resources/catalog/parts.mjs.map +1 -1
- package/resources/catalog/product-lines.d.mts +12 -0
- package/resources/catalog/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines.d.ts +12 -0
- package/resources/catalog/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines.js +12 -0
- package/resources/catalog/product-lines.js.map +1 -1
- package/resources/catalog/product-lines.mjs +12 -0
- package/resources/catalog/product-lines.mjs.map +1 -1
- package/resources/catalog/products.d.mts +22 -8
- package/resources/catalog/products.d.mts.map +1 -1
- package/resources/catalog/products.d.ts +22 -8
- package/resources/catalog/products.d.ts.map +1 -1
- package/resources/catalog/products.js +14 -0
- package/resources/catalog/products.js.map +1 -1
- package/resources/catalog/products.mjs +14 -0
- package/resources/catalog/products.mjs.map +1 -1
- package/resources/catalog/properties/attributes.d.mts +10 -0
- package/resources/catalog/properties/attributes.d.mts.map +1 -1
- package/resources/catalog/properties/attributes.d.ts +10 -0
- package/resources/catalog/properties/attributes.d.ts.map +1 -1
- package/resources/catalog/properties/attributes.js +10 -0
- package/resources/catalog/properties/attributes.js.map +1 -1
- package/resources/catalog/properties/attributes.mjs +10 -0
- package/resources/catalog/properties/attributes.mjs.map +1 -1
- package/resources/catalog/properties/properties.d.mts +10 -0
- package/resources/catalog/properties/properties.d.mts.map +1 -1
- package/resources/catalog/properties/properties.d.ts +10 -0
- package/resources/catalog/properties/properties.d.ts.map +1 -1
- package/resources/catalog/properties/properties.js +10 -0
- package/resources/catalog/properties/properties.js.map +1 -1
- package/resources/catalog/properties/properties.mjs +10 -0
- package/resources/catalog/properties/properties.mjs.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.mts +18 -7
- package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.ts +18 -7
- package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.js +12 -2
- package/resources/catalog/unit-groups/unit-groups.js.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.mjs +12 -2
- package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -1
- package/resources/catalog/unit-groups/units.d.mts +10 -0
- package/resources/catalog/unit-groups/units.d.mts.map +1 -1
- package/resources/catalog/unit-groups/units.d.ts +10 -0
- package/resources/catalog/unit-groups/units.d.ts.map +1 -1
- package/resources/catalog/unit-groups/units.js +10 -0
- package/resources/catalog/unit-groups/units.js.map +1 -1
- package/resources/catalog/unit-groups/units.mjs +10 -0
- package/resources/catalog/unit-groups/units.mjs.map +1 -1
- package/resources/catalog/units.d.mts +48 -25
- package/resources/catalog/units.d.mts.map +1 -1
- package/resources/catalog/units.d.ts +48 -25
- package/resources/catalog/units.d.ts.map +1 -1
- package/resources/catalog/units.js +14 -2
- package/resources/catalog/units.js.map +1 -1
- package/resources/catalog/units.mjs +14 -2
- package/resources/catalog/units.mjs.map +1 -1
- package/resources/core/audit-events.d.mts +22 -7
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +22 -7
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/audit-events.js +6 -0
- package/resources/core/audit-events.js.map +1 -1
- package/resources/core/audit-events.mjs +6 -0
- package/resources/core/audit-events.mjs.map +1 -1
- package/resources/core/core.d.mts +103 -0
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +103 -0
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js +19 -0
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs +19 -0
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/email-logs.d.mts +6 -1
- package/resources/core/email-logs.d.mts.map +1 -1
- package/resources/core/email-logs.d.ts +6 -1
- package/resources/core/email-logs.d.ts.map +1 -1
- package/resources/core/email-logs.js +4 -0
- package/resources/core/email-logs.js.map +1 -1
- package/resources/core/email-logs.mjs +4 -0
- package/resources/core/email-logs.mjs.map +1 -1
- package/resources/core/index.d.mts +1 -1
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +1 -1
- package/resources/core/index.d.ts.map +1 -1
- package/resources/core/index.js.map +1 -1
- package/resources/core/index.mjs.map +1 -1
- package/resources/core/request-logs.d.mts +21 -7
- package/resources/core/request-logs.d.mts.map +1 -1
- package/resources/core/request-logs.d.ts +21 -7
- package/resources/core/request-logs.d.ts.map +1 -1
- package/resources/core/request-logs.js +4 -0
- package/resources/core/request-logs.js.map +1 -1
- package/resources/core/request-logs.mjs +4 -0
- package/resources/core/request-logs.mjs.map +1 -1
- package/resources/core/sandboxes.d.mts +11 -3
- package/resources/core/sandboxes.d.mts.map +1 -1
- package/resources/core/sandboxes.d.ts +11 -3
- package/resources/core/sandboxes.d.ts.map +1 -1
- package/resources/core/sandboxes.js +8 -0
- package/resources/core/sandboxes.js.map +1 -1
- package/resources/core/sandboxes.mjs +8 -0
- package/resources/core/sandboxes.mjs.map +1 -1
- package/resources/finance/payment-terms.d.mts +10 -0
- package/resources/finance/payment-terms.d.mts.map +1 -1
- package/resources/finance/payment-terms.d.ts +10 -0
- package/resources/finance/payment-terms.d.ts.map +1 -1
- package/resources/finance/payment-terms.js +10 -0
- package/resources/finance/payment-terms.js.map +1 -1
- package/resources/finance/payment-terms.mjs +10 -0
- package/resources/finance/payment-terms.mjs.map +1 -1
- package/resources/identity/account-users/account-users.d.mts +17 -5
- package/resources/identity/account-users/account-users.d.mts.map +1 -1
- package/resources/identity/account-users/account-users.d.ts +17 -5
- package/resources/identity/account-users/account-users.d.ts.map +1 -1
- package/resources/identity/account-users/account-users.js +12 -0
- package/resources/identity/account-users/account-users.js.map +1 -1
- package/resources/identity/account-users/account-users.mjs +12 -0
- package/resources/identity/account-users/account-users.mjs.map +1 -1
- package/resources/identity/account-users/actions.d.mts +9 -0
- package/resources/identity/account-users/actions.d.mts.map +1 -1
- package/resources/identity/account-users/actions.d.ts +9 -0
- package/resources/identity/account-users/actions.d.ts.map +1 -1
- package/resources/identity/account-users/actions.js +9 -0
- package/resources/identity/account-users/actions.js.map +1 -1
- package/resources/identity/account-users/actions.mjs +9 -0
- package/resources/identity/account-users/actions.mjs.map +1 -1
- package/resources/identity/roles.d.mts +33 -17
- package/resources/identity/roles.d.mts.map +1 -1
- package/resources/identity/roles.d.ts +33 -17
- package/resources/identity/roles.d.ts.map +1 -1
- package/resources/identity/roles.js +20 -6
- package/resources/identity/roles.js.map +1 -1
- package/resources/identity/roles.mjs +20 -6
- package/resources/identity/roles.mjs.map +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/messaging/announcements/actions.d.mts +76 -0
- package/resources/messaging/announcements/actions.d.mts.map +1 -0
- package/resources/messaging/announcements/actions.d.ts +76 -0
- package/resources/messaging/announcements/actions.d.ts.map +1 -0
- package/resources/messaging/announcements/actions.js +73 -0
- package/resources/messaging/announcements/actions.js.map +1 -0
- package/resources/messaging/announcements/actions.mjs +69 -0
- package/resources/messaging/announcements/actions.mjs.map +1 -0
- package/resources/messaging/announcements/announcements.d.mts +173 -0
- package/resources/messaging/announcements/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements/announcements.d.ts +173 -0
- package/resources/messaging/announcements/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements/announcements.js +52 -0
- package/resources/messaging/announcements/announcements.js.map +1 -0
- package/resources/messaging/announcements/announcements.mjs +47 -0
- package/resources/messaging/announcements/announcements.mjs.map +1 -0
- package/resources/messaging/announcements/index.d.mts +3 -0
- package/resources/messaging/announcements/index.d.mts.map +1 -0
- package/resources/messaging/announcements/index.d.ts +3 -0
- package/resources/messaging/announcements/index.d.ts.map +1 -0
- package/resources/messaging/announcements/index.js +9 -0
- package/resources/messaging/announcements/index.js.map +1 -0
- package/resources/messaging/announcements/index.mjs +4 -0
- package/resources/messaging/announcements/index.mjs.map +1 -0
- package/resources/messaging/announcements.d.mts +2 -0
- package/resources/messaging/announcements.d.mts.map +1 -0
- package/resources/messaging/announcements.d.ts +2 -0
- package/resources/messaging/announcements.d.ts.map +1 -0
- package/resources/messaging/announcements.js +6 -0
- package/resources/messaging/announcements.js.map +1 -0
- package/resources/messaging/announcements.mjs +3 -0
- package/resources/messaging/announcements.mjs.map +1 -0
- package/resources/messaging/blocks.d.mts +674 -0
- package/resources/messaging/blocks.d.mts.map +1 -0
- package/resources/messaging/blocks.d.ts +674 -0
- package/resources/messaging/blocks.d.ts.map +1 -0
- package/resources/messaging/blocks.js +61 -0
- package/resources/messaging/blocks.js.map +1 -0
- package/resources/messaging/blocks.mjs +57 -0
- package/resources/messaging/blocks.mjs.map +1 -0
- package/resources/messaging/conversations/actions.d.mts +422 -0
- package/resources/messaging/conversations/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/actions.d.ts +422 -0
- package/resources/messaging/conversations/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/actions.js +299 -0
- package/resources/messaging/conversations/actions.js.map +1 -0
- package/resources/messaging/conversations/actions.mjs +295 -0
- package/resources/messaging/conversations/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.mts +87 -0
- package/resources/messaging/conversations/attachments/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.d.ts +87 -0
- package/resources/messaging/conversations/attachments/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/actions.js +36 -0
- package/resources/messaging/conversations/attachments/actions.js.map +1 -0
- package/resources/messaging/conversations/attachments/actions.mjs +32 -0
- package/resources/messaging/conversations/attachments/actions.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts +10 -0
- package/resources/messaging/conversations/attachments/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.js +17 -0
- package/resources/messaging/conversations/attachments/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments/attachments.mjs +12 -0
- package/resources/messaging/conversations/attachments/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.mts +3 -0
- package/resources/messaging/conversations/attachments/index.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments/index.d.ts +3 -0
- package/resources/messaging/conversations/attachments/index.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments/index.js +9 -0
- package/resources/messaging/conversations/attachments/index.js.map +1 -0
- package/resources/messaging/conversations/attachments/index.mjs +4 -0
- package/resources/messaging/conversations/attachments/index.mjs.map +1 -0
- package/resources/messaging/conversations/attachments.d.mts +2 -0
- package/resources/messaging/conversations/attachments.d.mts.map +1 -0
- package/resources/messaging/conversations/attachments.d.ts +2 -0
- package/resources/messaging/conversations/attachments.d.ts.map +1 -0
- package/resources/messaging/conversations/attachments.js +6 -0
- package/resources/messaging/conversations/attachments.js.map +1 -0
- package/resources/messaging/conversations/attachments.mjs +3 -0
- package/resources/messaging/conversations/attachments.mjs.map +1 -0
- package/resources/messaging/conversations/conversations.d.mts +1328 -0
- package/resources/messaging/conversations/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations/conversations.d.ts +1328 -0
- package/resources/messaging/conversations/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations/conversations.js +109 -0
- package/resources/messaging/conversations/conversations.js.map +1 -0
- package/resources/messaging/conversations/conversations.mjs +104 -0
- package/resources/messaging/conversations/conversations.mjs.map +1 -0
- package/resources/messaging/conversations/index.d.mts +7 -0
- package/resources/messaging/conversations/index.d.mts.map +1 -0
- package/resources/messaging/conversations/index.d.ts +7 -0
- package/resources/messaging/conversations/index.d.ts.map +1 -0
- package/resources/messaging/conversations/index.js +17 -0
- package/resources/messaging/conversations/index.js.map +1 -0
- package/resources/messaging/conversations/index.mjs +8 -0
- package/resources/messaging/conversations/index.mjs.map +1 -0
- package/resources/messaging/conversations/links.d.mts +149 -0
- package/resources/messaging/conversations/links.d.mts.map +1 -0
- package/resources/messaging/conversations/links.d.ts +149 -0
- package/resources/messaging/conversations/links.d.ts.map +1 -0
- package/resources/messaging/conversations/links.js +72 -0
- package/resources/messaging/conversations/links.js.map +1 -0
- package/resources/messaging/conversations/links.mjs +68 -0
- package/resources/messaging/conversations/links.mjs.map +1 -0
- package/resources/messaging/conversations/messages.d.mts +332 -0
- package/resources/messaging/conversations/messages.d.mts.map +1 -0
- package/resources/messaging/conversations/messages.d.ts +332 -0
- package/resources/messaging/conversations/messages.d.ts.map +1 -0
- package/resources/messaging/conversations/messages.js +60 -0
- package/resources/messaging/conversations/messages.js.map +1 -0
- package/resources/messaging/conversations/messages.mjs +56 -0
- package/resources/messaging/conversations/messages.mjs.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.mts +62 -0
- package/resources/messaging/conversations/participants/actions.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/actions.d.ts +62 -0
- package/resources/messaging/conversations/participants/actions.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/actions.js +35 -0
- package/resources/messaging/conversations/participants/actions.js.map +1 -0
- package/resources/messaging/conversations/participants/actions.mjs +31 -0
- package/resources/messaging/conversations/participants/actions.mjs.map +1 -0
- package/resources/messaging/conversations/participants/index.d.mts +3 -0
- package/resources/messaging/conversations/participants/index.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/index.d.ts +3 -0
- package/resources/messaging/conversations/participants/index.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/index.js +9 -0
- package/resources/messaging/conversations/participants/index.js.map +1 -0
- package/resources/messaging/conversations/participants/index.mjs +4 -0
- package/resources/messaging/conversations/participants/index.mjs.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.mts +100 -0
- package/resources/messaging/conversations/participants/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants/participants.d.ts +100 -0
- package/resources/messaging/conversations/participants/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants/participants.js +64 -0
- package/resources/messaging/conversations/participants/participants.js.map +1 -0
- package/resources/messaging/conversations/participants/participants.mjs +59 -0
- package/resources/messaging/conversations/participants/participants.mjs.map +1 -0
- package/resources/messaging/conversations/participants.d.mts +2 -0
- package/resources/messaging/conversations/participants.d.mts.map +1 -0
- package/resources/messaging/conversations/participants.d.ts +2 -0
- package/resources/messaging/conversations/participants.d.ts.map +1 -0
- package/resources/messaging/conversations/participants.js +6 -0
- package/resources/messaging/conversations/participants.js.map +1 -0
- package/resources/messaging/conversations/participants.mjs +3 -0
- package/resources/messaging/conversations/participants.mjs.map +1 -0
- package/resources/messaging/conversations.d.mts +2 -0
- package/resources/messaging/conversations.d.mts.map +1 -0
- package/resources/messaging/conversations.d.ts +2 -0
- package/resources/messaging/conversations.d.ts.map +1 -0
- package/resources/messaging/conversations.js +6 -0
- package/resources/messaging/conversations.js.map +1 -0
- package/resources/messaging/conversations.mjs +3 -0
- package/resources/messaging/conversations.mjs.map +1 -0
- package/resources/messaging/email-domains/actions.d.mts +27 -0
- package/resources/messaging/email-domains/actions.d.mts.map +1 -0
- package/resources/messaging/email-domains/actions.d.ts +27 -0
- package/resources/messaging/email-domains/actions.d.ts.map +1 -0
- package/resources/messaging/email-domains/actions.js +32 -0
- package/resources/messaging/email-domains/actions.js.map +1 -0
- package/resources/messaging/email-domains/actions.mjs +28 -0
- package/resources/messaging/email-domains/actions.mjs.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.mts +136 -0
- package/resources/messaging/email-domains/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains/email-domains.d.ts +136 -0
- package/resources/messaging/email-domains/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains/email-domains.js +70 -0
- package/resources/messaging/email-domains/email-domains.js.map +1 -0
- package/resources/messaging/email-domains/email-domains.mjs +65 -0
- package/resources/messaging/email-domains/email-domains.mjs.map +1 -0
- package/resources/messaging/email-domains/index.d.mts +3 -0
- package/resources/messaging/email-domains/index.d.mts.map +1 -0
- package/resources/messaging/email-domains/index.d.ts +3 -0
- package/resources/messaging/email-domains/index.d.ts.map +1 -0
- package/resources/messaging/email-domains/index.js +9 -0
- package/resources/messaging/email-domains/index.js.map +1 -0
- package/resources/messaging/email-domains/index.mjs +4 -0
- package/resources/messaging/email-domains/index.mjs.map +1 -0
- package/resources/messaging/email-domains.d.mts +2 -0
- package/resources/messaging/email-domains.d.mts.map +1 -0
- package/resources/messaging/email-domains.d.ts +2 -0
- package/resources/messaging/email-domains.d.ts.map +1 -0
- package/resources/messaging/email-domains.js +6 -0
- package/resources/messaging/email-domains.js.map +1 -0
- package/resources/messaging/email-domains.mjs +3 -0
- package/resources/messaging/email-domains.mjs.map +1 -0
- package/resources/messaging/email-inboxes.d.mts +327 -0
- package/resources/messaging/email-inboxes.d.mts.map +1 -0
- package/resources/messaging/email-inboxes.d.ts +327 -0
- package/resources/messaging/email-inboxes.d.ts.map +1 -0
- package/resources/messaging/email-inboxes.js +101 -0
- package/resources/messaging/email-inboxes.js.map +1 -0
- package/resources/messaging/email-inboxes.mjs +97 -0
- package/resources/messaging/email-inboxes.mjs.map +1 -0
- package/resources/messaging/groups/groups.d.mts +159 -0
- package/resources/messaging/groups/groups.d.mts.map +1 -0
- package/resources/messaging/groups/groups.d.ts +159 -0
- package/resources/messaging/groups/groups.d.ts.map +1 -0
- package/resources/messaging/groups/groups.js +107 -0
- package/resources/messaging/groups/groups.js.map +1 -0
- package/resources/messaging/groups/groups.mjs +102 -0
- package/resources/messaging/groups/groups.mjs.map +1 -0
- package/resources/messaging/groups/index.d.mts +3 -0
- package/resources/messaging/groups/index.d.mts.map +1 -0
- package/resources/messaging/groups/index.d.ts +3 -0
- package/resources/messaging/groups/index.d.ts.map +1 -0
- package/resources/messaging/groups/index.js +9 -0
- package/resources/messaging/groups/index.js.map +1 -0
- package/resources/messaging/groups/index.mjs +4 -0
- package/resources/messaging/groups/index.mjs.map +1 -0
- package/resources/messaging/groups/members.d.mts +83 -0
- package/resources/messaging/groups/members.d.mts.map +1 -0
- package/resources/messaging/groups/members.d.ts +83 -0
- package/resources/messaging/groups/members.d.ts.map +1 -0
- package/resources/messaging/groups/members.js +51 -0
- package/resources/messaging/groups/members.js.map +1 -0
- package/resources/messaging/groups/members.mjs +47 -0
- package/resources/messaging/groups/members.mjs.map +1 -0
- package/resources/messaging/groups.d.mts +2 -0
- package/resources/messaging/groups.d.mts.map +1 -0
- package/resources/messaging/groups.d.ts +2 -0
- package/resources/messaging/groups.d.ts.map +1 -0
- package/resources/messaging/groups.js +6 -0
- package/resources/messaging/groups.js.map +1 -0
- package/resources/messaging/groups.mjs +3 -0
- package/resources/messaging/groups.mjs.map +1 -0
- package/resources/messaging/index.d.mts +11 -0
- package/resources/messaging/index.d.mts.map +1 -0
- package/resources/messaging/index.d.ts +11 -0
- package/resources/messaging/index.d.ts.map +1 -0
- package/resources/messaging/index.js +25 -0
- package/resources/messaging/index.js.map +1 -0
- package/resources/messaging/index.mjs +12 -0
- package/resources/messaging/index.mjs.map +1 -0
- package/resources/messaging/messages/actions.d.mts +95 -0
- package/resources/messaging/messages/actions.d.mts.map +1 -0
- package/resources/messaging/messages/actions.d.ts +95 -0
- package/resources/messaging/messages/actions.d.ts.map +1 -0
- package/resources/messaging/messages/actions.js +79 -0
- package/resources/messaging/messages/actions.js.map +1 -0
- package/resources/messaging/messages/actions.mjs +75 -0
- package/resources/messaging/messages/actions.mjs.map +1 -0
- package/resources/messaging/messages/index.d.mts +3 -0
- package/resources/messaging/messages/index.d.mts.map +1 -0
- package/resources/messaging/messages/index.d.ts +3 -0
- package/resources/messaging/messages/index.d.ts.map +1 -0
- package/resources/messaging/messages/index.js +9 -0
- package/resources/messaging/messages/index.js.map +1 -0
- package/resources/messaging/messages/index.mjs +4 -0
- package/resources/messaging/messages/index.mjs.map +1 -0
- package/resources/messaging/messages/messages.d.mts +61 -0
- package/resources/messaging/messages/messages.d.mts.map +1 -0
- package/resources/messaging/messages/messages.d.ts +61 -0
- package/resources/messaging/messages/messages.d.ts.map +1 -0
- package/resources/messaging/messages/messages.js +40 -0
- package/resources/messaging/messages/messages.js.map +1 -0
- package/resources/messaging/messages/messages.mjs +35 -0
- package/resources/messaging/messages/messages.mjs.map +1 -0
- package/resources/messaging/messages.d.mts +2 -0
- package/resources/messaging/messages.d.mts.map +1 -0
- package/resources/messaging/messages.d.ts +2 -0
- package/resources/messaging/messages.d.ts.map +1 -0
- package/resources/messaging/messages.js +6 -0
- package/resources/messaging/messages.js.map +1 -0
- package/resources/messaging/messages.mjs +3 -0
- package/resources/messaging/messages.mjs.map +1 -0
- package/resources/messaging/messaging.d.mts +103 -0
- package/resources/messaging/messaging.d.mts.map +1 -0
- package/resources/messaging/messaging.d.ts +103 -0
- package/resources/messaging/messaging.d.ts.map +1 -0
- package/resources/messaging/messaging.js +65 -0
- package/resources/messaging/messaging.js.map +1 -0
- package/resources/messaging/messaging.mjs +60 -0
- package/resources/messaging/messaging.mjs.map +1 -0
- package/resources/messaging/notifications/actions.d.mts +92 -0
- package/resources/messaging/notifications/actions.d.mts.map +1 -0
- package/resources/messaging/notifications/actions.d.ts +92 -0
- package/resources/messaging/notifications/actions.d.ts.map +1 -0
- package/resources/messaging/notifications/actions.js +89 -0
- package/resources/messaging/notifications/actions.js.map +1 -0
- package/resources/messaging/notifications/actions.mjs +85 -0
- package/resources/messaging/notifications/actions.mjs.map +1 -0
- package/resources/messaging/notifications/index.d.mts +3 -0
- package/resources/messaging/notifications/index.d.mts.map +1 -0
- package/resources/messaging/notifications/index.d.ts +3 -0
- package/resources/messaging/notifications/index.d.ts.map +1 -0
- package/resources/messaging/notifications/index.js +9 -0
- package/resources/messaging/notifications/index.js.map +1 -0
- package/resources/messaging/notifications/index.mjs +4 -0
- package/resources/messaging/notifications/index.mjs.map +1 -0
- package/resources/messaging/notifications/notifications.d.mts +440 -0
- package/resources/messaging/notifications/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications/notifications.d.ts +440 -0
- package/resources/messaging/notifications/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications/notifications.js +104 -0
- package/resources/messaging/notifications/notifications.js.map +1 -0
- package/resources/messaging/notifications/notifications.mjs +99 -0
- package/resources/messaging/notifications/notifications.mjs.map +1 -0
- package/resources/messaging/notifications.d.mts +2 -0
- package/resources/messaging/notifications.d.mts.map +1 -0
- package/resources/messaging/notifications.d.ts +2 -0
- package/resources/messaging/notifications.d.ts.map +1 -0
- package/resources/messaging/notifications.js +6 -0
- package/resources/messaging/notifications.js.map +1 -0
- package/resources/messaging/notifications.mjs +3 -0
- package/resources/messaging/notifications.mjs.map +1 -0
- package/resources/messaging/preferences.d.mts +180 -0
- package/resources/messaging/preferences.d.mts.map +1 -0
- package/resources/messaging/preferences.d.ts +180 -0
- package/resources/messaging/preferences.d.ts.map +1 -0
- package/resources/messaging/preferences.js +47 -0
- package/resources/messaging/preferences.js.map +1 -0
- package/resources/messaging/preferences.mjs +43 -0
- package/resources/messaging/preferences.mjs.map +1 -0
- package/resources/messaging.d.mts +2 -0
- package/resources/messaging.d.mts.map +1 -0
- package/resources/messaging.d.ts +2 -0
- package/resources/messaging.d.ts.map +1 -0
- package/resources/messaging.js +6 -0
- package/resources/messaging.js.map +1 -0
- package/resources/messaging.mjs +3 -0
- package/resources/messaging.mjs.map +1 -0
- package/resources/operations/carriers/carriers.d.mts +16 -6
- package/resources/operations/carriers/carriers.d.mts.map +1 -1
- package/resources/operations/carriers/carriers.d.ts +16 -6
- package/resources/operations/carriers/carriers.d.ts.map +1 -1
- package/resources/operations/carriers/carriers.js +12 -0
- package/resources/operations/carriers/carriers.js.map +1 -1
- package/resources/operations/carriers/carriers.mjs +12 -0
- package/resources/operations/carriers/carriers.mjs.map +1 -1
- package/resources/operations/carriers/service-levels.d.mts +12 -0
- package/resources/operations/carriers/service-levels.d.mts.map +1 -1
- package/resources/operations/carriers/service-levels.d.ts +12 -0
- package/resources/operations/carriers/service-levels.d.ts.map +1 -1
- package/resources/operations/carriers/service-levels.js +12 -0
- package/resources/operations/carriers/service-levels.js.map +1 -1
- package/resources/operations/carriers/service-levels.mjs +12 -0
- package/resources/operations/carriers/service-levels.mjs.map +1 -1
- package/resources/operations/location-types.d.mts +6 -2
- package/resources/operations/location-types.d.mts.map +1 -1
- package/resources/operations/location-types.d.ts +6 -2
- package/resources/operations/location-types.d.ts.map +1 -1
- package/resources/operations/location-types.js +4 -0
- package/resources/operations/location-types.js.map +1 -1
- package/resources/operations/location-types.mjs +4 -0
- package/resources/operations/location-types.mjs.map +1 -1
- package/resources/operations/locations.d.mts +19 -9
- package/resources/operations/locations.d.mts.map +1 -1
- package/resources/operations/locations.d.ts +19 -9
- package/resources/operations/locations.d.ts.map +1 -1
- package/resources/operations/locations.js +10 -0
- package/resources/operations/locations.js.map +1 -1
- package/resources/operations/locations.mjs +10 -0
- package/resources/operations/locations.mjs.map +1 -1
- package/resources/operations/scanning-stations.d.mts +15 -5
- package/resources/operations/scanning-stations.d.mts.map +1 -1
- package/resources/operations/scanning-stations.d.ts +15 -5
- package/resources/operations/scanning-stations.d.ts.map +1 -1
- package/resources/operations/scanning-stations.js +10 -0
- package/resources/operations/scanning-stations.js.map +1 -1
- package/resources/operations/scanning-stations.mjs +10 -0
- package/resources/operations/scanning-stations.mjs.map +1 -1
- package/resources/operations/shipping-terms.d.mts +10 -0
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +10 -0
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/operations/shipping-terms.js +10 -0
- package/resources/operations/shipping-terms.js.map +1 -1
- package/resources/operations/shipping-terms.mjs +10 -0
- package/resources/operations/shipping-terms.mjs.map +1 -1
- package/resources/sales/account-groups.d.mts +10 -0
- package/resources/sales/account-groups.d.mts.map +1 -1
- package/resources/sales/account-groups.d.ts +10 -0
- package/resources/sales/account-groups.d.ts.map +1 -1
- package/resources/sales/account-groups.js +10 -0
- package/resources/sales/account-groups.js.map +1 -1
- package/resources/sales/account-groups.mjs +10 -0
- package/resources/sales/account-groups.mjs.map +1 -1
- package/resources/sales/account-statuses.d.mts +1 -1
- package/resources/sales/account-statuses.d.ts +1 -1
- package/resources/sales/addresses.d.mts +20 -5
- package/resources/sales/addresses.d.mts.map +1 -1
- package/resources/sales/addresses.d.ts +20 -5
- package/resources/sales/addresses.d.ts.map +1 -1
- package/resources/sales/addresses.js +15 -0
- package/resources/sales/addresses.js.map +1 -1
- package/resources/sales/addresses.mjs +15 -0
- package/resources/sales/addresses.mjs.map +1 -1
- package/resources/sales/contacts/actions.d.mts +120 -0
- package/resources/sales/contacts/actions.d.mts.map +1 -0
- package/resources/sales/contacts/actions.d.ts +120 -0
- package/resources/sales/contacts/actions.d.ts.map +1 -0
- package/resources/sales/contacts/actions.js +38 -0
- package/resources/sales/contacts/actions.js.map +1 -0
- package/resources/sales/contacts/actions.mjs +34 -0
- package/resources/sales/contacts/actions.mjs.map +1 -0
- package/resources/sales/contacts/contacts.d.mts +10 -0
- package/resources/sales/contacts/contacts.d.mts.map +1 -0
- package/resources/sales/contacts/contacts.d.ts +10 -0
- package/resources/sales/contacts/contacts.d.ts.map +1 -0
- package/resources/sales/contacts/contacts.js +17 -0
- package/resources/sales/contacts/contacts.js.map +1 -0
- package/resources/sales/contacts/contacts.mjs +12 -0
- package/resources/sales/contacts/contacts.mjs.map +1 -0
- package/resources/sales/contacts/index.d.mts +3 -0
- package/resources/sales/contacts/index.d.mts.map +1 -0
- package/resources/sales/contacts/index.d.ts +3 -0
- package/resources/sales/contacts/index.d.ts.map +1 -0
- package/resources/sales/contacts/index.js +9 -0
- package/resources/sales/contacts/index.js.map +1 -0
- package/resources/sales/contacts/index.mjs +4 -0
- package/resources/sales/contacts/index.mjs.map +1 -0
- package/resources/sales/contacts.d.mts +2 -0
- package/resources/sales/contacts.d.mts.map +1 -0
- package/resources/sales/contacts.d.ts +2 -0
- package/resources/sales/contacts.d.ts.map +1 -0
- package/resources/sales/contacts.js +6 -0
- package/resources/sales/contacts.js.map +1 -0
- package/resources/sales/contacts.mjs +3 -0
- package/resources/sales/contacts.mjs.map +1 -0
- package/resources/sales/customers/actions.d.mts +3 -1
- package/resources/sales/customers/actions.d.mts.map +1 -1
- package/resources/sales/customers/actions.d.ts +3 -1
- package/resources/sales/customers/actions.d.ts.map +1 -1
- package/resources/sales/customers/actions.js +2 -0
- package/resources/sales/customers/actions.js.map +1 -1
- package/resources/sales/customers/actions.mjs +2 -0
- package/resources/sales/customers/actions.mjs.map +1 -1
- package/resources/sales/customers/customers.d.mts +17 -553
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +17 -553
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js +10 -0
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs +10 -0
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/customers/index.d.mts +1 -1
- package/resources/sales/customers/index.d.mts.map +1 -1
- package/resources/sales/customers/index.d.ts +1 -1
- package/resources/sales/customers/index.d.ts.map +1 -1
- package/resources/sales/customers/index.js.map +1 -1
- package/resources/sales/customers/index.mjs.map +1 -1
- package/resources/sales/index.d.mts +2 -1
- package/resources/sales/index.d.mts.map +1 -1
- package/resources/sales/index.d.ts +2 -1
- package/resources/sales/index.d.ts.map +1 -1
- package/resources/sales/index.js +5 -3
- package/resources/sales/index.js.map +1 -1
- package/resources/sales/index.mjs +1 -0
- package/resources/sales/index.mjs.map +1 -1
- package/resources/sales/priorities.d.mts +5 -1
- package/resources/sales/priorities.d.mts.map +1 -1
- package/resources/sales/priorities.d.ts +5 -1
- package/resources/sales/priorities.d.ts.map +1 -1
- package/resources/sales/priorities.js +4 -0
- package/resources/sales/priorities.js.map +1 -1
- package/resources/sales/priorities.mjs +4 -0
- package/resources/sales/priorities.mjs.map +1 -1
- package/resources/sales/sales-orders.d.mts +45 -42
- package/resources/sales/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders.d.ts +45 -42
- package/resources/sales/sales-orders.d.ts.map +1 -1
- package/resources/sales/sales-orders.js +5 -0
- package/resources/sales/sales-orders.js.map +1 -1
- package/resources/sales/sales-orders.mjs +5 -0
- package/resources/sales/sales-orders.mjs.map +1 -1
- package/resources/sales/sales.d.mts +6 -2
- package/resources/sales/sales.d.mts.map +1 -1
- package/resources/sales/sales.d.ts +6 -2
- package/resources/sales/sales.d.ts.map +1 -1
- package/resources/sales/sales.js +4 -0
- package/resources/sales/sales.js.map +1 -1
- package/resources/sales/sales.mjs +4 -0
- package/resources/sales/sales.mjs.map +1 -1
- package/resources/settings/integrations.d.mts +8 -0
- package/resources/settings/integrations.d.mts.map +1 -1
- package/resources/settings/integrations.d.ts +8 -0
- package/resources/settings/integrations.d.ts.map +1 -1
- package/resources/settings/integrations.js +8 -0
- package/resources/settings/integrations.js.map +1 -1
- package/resources/settings/integrations.mjs +8 -0
- package/resources/settings/integrations.mjs.map +1 -1
- package/src/client.ts +22 -2
- package/src/resources/auth/api-keys/actions.ts +2 -0
- package/src/resources/auth/api-keys/api-keys.ts +11 -3
- package/src/resources/catalog/item-categories/item-categories.ts +12 -0
- package/src/resources/catalog/item-categories/properties.ts +4 -0
- package/src/resources/catalog/items/attributes.ts +4 -0
- package/src/resources/catalog/items/items.ts +8 -0
- package/src/resources/catalog/materials.ts +24 -9
- package/src/resources/catalog/parts.ts +15 -0
- package/src/resources/catalog/product-lines.ts +12 -0
- package/src/resources/catalog/products.ts +22 -8
- package/src/resources/catalog/properties/attributes.ts +10 -0
- package/src/resources/catalog/properties/properties.ts +10 -0
- package/src/resources/catalog/unit-groups/unit-groups.ts +18 -7
- package/src/resources/catalog/unit-groups/units.ts +10 -0
- package/src/resources/catalog/units.ts +48 -25
- package/src/resources/core/audit-events.ts +111 -11
- package/src/resources/core/core.ts +600 -0
- package/src/resources/core/email-logs.ts +6 -1
- package/src/resources/core/index.ts +1 -1
- package/src/resources/core/request-logs.ts +22 -7
- package/src/resources/core/sandboxes.ts +11 -3
- package/src/resources/finance/payment-terms.ts +10 -0
- package/src/resources/identity/account-users/account-users.ts +17 -5
- package/src/resources/identity/account-users/actions.ts +9 -0
- package/src/resources/identity/roles.ts +34 -18
- package/src/resources/index.ts +2 -1
- package/src/resources/messaging/announcements/actions.ts +119 -0
- package/src/resources/messaging/announcements/announcements.ts +234 -0
- package/src/resources/messaging/announcements/index.ts +10 -0
- package/src/resources/messaging/announcements.ts +3 -0
- package/src/resources/messaging/blocks.ts +826 -0
- package/src/resources/messaging/conversations/actions.ts +766 -0
- package/src/resources/messaging/conversations/attachments/actions.ts +116 -0
- package/src/resources/messaging/conversations/attachments/attachments.ts +25 -0
- package/src/resources/messaging/conversations/attachments/index.ts +9 -0
- package/src/resources/messaging/conversations/attachments.ts +3 -0
- package/src/resources/messaging/conversations/conversations.ts +2452 -0
- package/src/resources/messaging/conversations/index.ts +80 -0
- package/src/resources/messaging/conversations/links.ts +690 -0
- package/src/resources/messaging/conversations/messages.ts +906 -0
- package/src/resources/messaging/conversations/participants/actions.ts +92 -0
- package/src/resources/messaging/conversations/participants/index.ts +10 -0
- package/src/resources/messaging/conversations/participants/participants.ts +150 -0
- package/src/resources/messaging/conversations/participants.ts +3 -0
- package/src/resources/messaging/conversations.ts +3 -0
- package/src/resources/messaging/email-domains/actions.ts +32 -0
- package/src/resources/messaging/email-domains/email-domains.ts +170 -0
- package/src/resources/messaging/email-domains/index.ts +10 -0
- package/src/resources/messaging/email-domains.ts +3 -0
- package/src/resources/messaging/email-inboxes.ts +408 -0
- package/src/resources/messaging/groups/groups.ts +208 -0
- package/src/resources/messaging/groups/index.ts +17 -0
- package/src/resources/messaging/groups/members.ts +112 -0
- package/src/resources/messaging/groups.ts +3 -0
- package/src/resources/messaging/index.ts +115 -0
- package/src/resources/messaging/messages/actions.ts +184 -0
- package/src/resources/messaging/messages/index.ts +10 -0
- package/src/resources/messaging/messages/messages.ts +107 -0
- package/src/resources/messaging/messages.ts +3 -0
- package/src/resources/messaging/messaging.ts +351 -0
- package/src/resources/messaging/notifications/actions.ts +139 -0
- package/src/resources/messaging/notifications/index.ts +24 -0
- package/src/resources/messaging/notifications/notifications.ts +1051 -0
- package/src/resources/messaging/notifications.ts +3 -0
- package/src/resources/messaging/preferences.ts +215 -0
- package/src/resources/messaging.ts +3 -0
- package/src/resources/operations/carriers/carriers.ts +16 -6
- package/src/resources/operations/carriers/service-levels.ts +12 -0
- package/src/resources/operations/location-types.ts +6 -2
- package/src/resources/operations/locations.ts +19 -9
- package/src/resources/operations/scanning-stations.ts +15 -5
- package/src/resources/operations/shipping-terms.ts +10 -0
- package/src/resources/sales/account-groups.ts +10 -0
- package/src/resources/sales/account-statuses.ts +1 -1
- package/src/resources/sales/addresses.ts +20 -5
- package/src/resources/sales/contacts/actions.ts +150 -0
- package/src/resources/sales/contacts/contacts.ts +27 -0
- package/src/resources/sales/contacts/index.ts +10 -0
- package/src/resources/sales/contacts.ts +3 -0
- package/src/resources/sales/customers/actions.ts +4 -0
- package/src/resources/sales/customers/customers.ts +20 -666
- package/src/resources/sales/customers/index.ts +0 -15
- package/src/resources/sales/index.ts +1 -15
- package/src/resources/sales/priorities.ts +5 -1
- package/src/resources/sales/sales-orders.ts +45 -44
- package/src/resources/sales/sales.ts +6 -30
- package/src/resources/settings/integrations.ts +8 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as APIKeysAPI from "../auth/api-keys/api-keys.mjs";
|
|
3
|
+
import * as ConversationsAPI from "./conversations/conversations.mjs";
|
|
4
|
+
import * as EmailDomainsAPI from "./email-domains/email-domains.mjs";
|
|
5
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
6
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
7
|
+
/**
|
|
8
|
+
* Provision and manage routable email inboxes that bind inbound mail to chat conversations and send agent replies.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EmailInboxes extends APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Provisions a routable inbox address on a verified domain.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint requires the permission: `messaging:create`.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* const emailInbox =
|
|
19
|
+
* await client.messaging.emailInboxes.create({
|
|
20
|
+
* address: 'support@acme.com',
|
|
21
|
+
* email_domain_id: 'emdom_018e88072d1320808dc9aaa01',
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
create(params: EmailInboxCreateParams, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
26
|
+
/**
|
|
27
|
+
* Returns the account's email inboxes.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `messaging:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const listEmailInbox =
|
|
34
|
+
* await client.messaging.emailInboxes.list();
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
list(query?: EmailInboxListParams | null | undefined, options?: RequestOptions): APIPromise<ListEmailInbox>;
|
|
38
|
+
/**
|
|
39
|
+
* Returns a single email inbox owned by the account.
|
|
40
|
+
*
|
|
41
|
+
* This endpoint requires the permission: `messaging:read`.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```ts
|
|
45
|
+
* const emailInbox =
|
|
46
|
+
* await client.messaging.emailInboxes.retrieve(
|
|
47
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
48
|
+
* );
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
retrieve(id: string, query?: EmailInboxRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
52
|
+
/**
|
|
53
|
+
* Edits an email inbox's from-name, status, and default agent trigger config.
|
|
54
|
+
*
|
|
55
|
+
* This endpoint requires the permission: `messaging:update`.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* ```ts
|
|
59
|
+
* const emailInbox =
|
|
60
|
+
* await client.messaging.emailInboxes.update(
|
|
61
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
62
|
+
* { status: 'active' },
|
|
63
|
+
* );
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
update(id: string, params: EmailInboxUpdateParams, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
67
|
+
/**
|
|
68
|
+
* Removes an email inbox.
|
|
69
|
+
*
|
|
70
|
+
* Inbound mail to its address is no longer routed.
|
|
71
|
+
*
|
|
72
|
+
* This endpoint requires the permission: `messaging:delete`.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```ts
|
|
76
|
+
* const emailInbox =
|
|
77
|
+
* await client.messaging.emailInboxes.delete(
|
|
78
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
79
|
+
* );
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
delete(id: string, options?: RequestOptions): APIPromise<EmailInboxDeleteResponse>;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Request to provision a routable inbox on a verified domain.
|
|
86
|
+
*/
|
|
87
|
+
export interface CreateEmailInboxRequest {
|
|
88
|
+
/**
|
|
89
|
+
* The full inbox address (e.g. `support@acme.com`).
|
|
90
|
+
*
|
|
91
|
+
* Its domain part must match the selected domain, which must already be verified.
|
|
92
|
+
*/
|
|
93
|
+
address: string;
|
|
94
|
+
/**
|
|
95
|
+
* The verified domain this inbox belongs to.
|
|
96
|
+
*/
|
|
97
|
+
email_domain_id: string;
|
|
98
|
+
/**
|
|
99
|
+
* The agent to bind to this inbox to handle incoming mail.
|
|
100
|
+
*/
|
|
101
|
+
agent_config_id?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Keywords that fire the agent when the trigger policy is `keyword`.
|
|
104
|
+
*/
|
|
105
|
+
agent_trigger_keywords?: Array<string>;
|
|
106
|
+
/**
|
|
107
|
+
* How the bound agent decides whether to run on incoming mail.
|
|
108
|
+
*
|
|
109
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
110
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
111
|
+
* - `always`: runs on every incoming message.
|
|
112
|
+
*/
|
|
113
|
+
agent_trigger_policy?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Display name for the `From` header of outbound mail.
|
|
116
|
+
*/
|
|
117
|
+
from_name?: string;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* A routable email inbox on a verified domain.
|
|
121
|
+
*
|
|
122
|
+
* Inbound mail to this address is threaded into a chat conversation, and outbound
|
|
123
|
+
* replies may be sent from this identity. The optional agent trigger config
|
|
124
|
+
* controls whether the bound agent runs automatically on incoming mail.
|
|
125
|
+
*/
|
|
126
|
+
export interface EmailInbox {
|
|
127
|
+
/**
|
|
128
|
+
* Email inbox ID.
|
|
129
|
+
*/
|
|
130
|
+
id: string;
|
|
131
|
+
/**
|
|
132
|
+
* The full inbox address (e.g. `support@acme.com`).
|
|
133
|
+
*/
|
|
134
|
+
address: string;
|
|
135
|
+
/**
|
|
136
|
+
* An AI agent available to the account.
|
|
137
|
+
*
|
|
138
|
+
* The definition describes what the agent does, how its runs are triggered, the
|
|
139
|
+
* tools it can use, and whether it is currently enabled for the account.
|
|
140
|
+
*/
|
|
141
|
+
agent_config: ConversationsAPI.AgentDefinition | null;
|
|
142
|
+
/**
|
|
143
|
+
* Keywords that fire the agent when `agent_trigger_policy` is `keyword`.
|
|
144
|
+
*/
|
|
145
|
+
agent_trigger_keywords: Array<string>;
|
|
146
|
+
/**
|
|
147
|
+
* When the bound agent runs on incoming mail.
|
|
148
|
+
*
|
|
149
|
+
* - `mention`: only when the agent is @mentioned, matched against its trigger
|
|
150
|
+
* keywords.
|
|
151
|
+
* - `keyword`: when the mail contains any of the configured trigger keywords.
|
|
152
|
+
* - `always`: on every incoming message.
|
|
153
|
+
*/
|
|
154
|
+
agent_trigger_policy: string | null;
|
|
155
|
+
/**
|
|
156
|
+
* Creation timestamp.
|
|
157
|
+
*/
|
|
158
|
+
created_at: string;
|
|
159
|
+
/**
|
|
160
|
+
* A domain registered with the email bridge for sending and receiving mail.
|
|
161
|
+
*
|
|
162
|
+
* After registration the domain starts in `pending`; publish the returned DKIM
|
|
163
|
+
* records, then poll the verify action until it flips to `verified`.
|
|
164
|
+
*/
|
|
165
|
+
email_domain: EmailDomainsAPI.EmailDomain | null;
|
|
166
|
+
/**
|
|
167
|
+
* The display name used in the `From` header of outbound mail.
|
|
168
|
+
*/
|
|
169
|
+
from_name: string | null;
|
|
170
|
+
/**
|
|
171
|
+
* Resource type identifier.
|
|
172
|
+
*/
|
|
173
|
+
object: 'email_inbox';
|
|
174
|
+
/**
|
|
175
|
+
* Whether the inbox is currently routing mail.
|
|
176
|
+
*
|
|
177
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
178
|
+
* - `disabled`: the inbox is provisioned but drops inbound mail and does not send
|
|
179
|
+
* replies.
|
|
180
|
+
*/
|
|
181
|
+
status: string;
|
|
182
|
+
/**
|
|
183
|
+
* Last updated timestamp.
|
|
184
|
+
*/
|
|
185
|
+
updated_at: string;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* List represents a paginated list of resources.
|
|
189
|
+
*/
|
|
190
|
+
export interface ListEmailInbox {
|
|
191
|
+
/**
|
|
192
|
+
* Resources in this page.
|
|
193
|
+
*/
|
|
194
|
+
data: Array<EmailInbox>;
|
|
195
|
+
/**
|
|
196
|
+
* Resource type identifier.
|
|
197
|
+
*/
|
|
198
|
+
object: 'list';
|
|
199
|
+
/**
|
|
200
|
+
* PageInfo contains URL-based pagination metadata.
|
|
201
|
+
*/
|
|
202
|
+
page_info: APIKeysAPI.PageInfo;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* Request to edit an email inbox's from-name, status, and default agent trigger
|
|
206
|
+
* config.
|
|
207
|
+
*/
|
|
208
|
+
export interface UpdateEmailInboxRequest {
|
|
209
|
+
/**
|
|
210
|
+
* Whether the inbox routes mail.
|
|
211
|
+
*
|
|
212
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
213
|
+
* - `disabled`: the inbox stays provisioned but does not route mail.
|
|
214
|
+
*/
|
|
215
|
+
status: string;
|
|
216
|
+
/**
|
|
217
|
+
* The agent to bind to this inbox to handle incoming mail.
|
|
218
|
+
*/
|
|
219
|
+
agent_config_id?: string;
|
|
220
|
+
/**
|
|
221
|
+
* Keywords that fire the agent when the trigger policy is `keyword`.
|
|
222
|
+
*/
|
|
223
|
+
agent_trigger_keywords?: Array<string>;
|
|
224
|
+
/**
|
|
225
|
+
* How the bound agent decides whether to run on incoming mail.
|
|
226
|
+
*
|
|
227
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
228
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
229
|
+
* - `always`: runs on every incoming message.
|
|
230
|
+
*/
|
|
231
|
+
agent_trigger_policy?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Display name for the `From` header of outbound mail.
|
|
234
|
+
*/
|
|
235
|
+
from_name?: string;
|
|
236
|
+
}
|
|
237
|
+
export interface EmailInboxDeleteResponse {
|
|
238
|
+
}
|
|
239
|
+
export interface EmailInboxCreateParams {
|
|
240
|
+
/**
|
|
241
|
+
* Body param: The full inbox address (e.g. `support@acme.com`).
|
|
242
|
+
*
|
|
243
|
+
* Its domain part must match the selected domain, which must already be verified.
|
|
244
|
+
*/
|
|
245
|
+
address: string;
|
|
246
|
+
/**
|
|
247
|
+
* Body param: The verified domain this inbox belongs to.
|
|
248
|
+
*/
|
|
249
|
+
email_domain_id: string;
|
|
250
|
+
/**
|
|
251
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
252
|
+
* are returned as `null`.
|
|
253
|
+
*/
|
|
254
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
255
|
+
/**
|
|
256
|
+
* Body param: The agent to bind to this inbox to handle incoming mail.
|
|
257
|
+
*/
|
|
258
|
+
agent_config_id?: string;
|
|
259
|
+
/**
|
|
260
|
+
* Body param: Keywords that fire the agent when the trigger policy is `keyword`.
|
|
261
|
+
*/
|
|
262
|
+
agent_trigger_keywords?: Array<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Body param: How the bound agent decides whether to run on incoming mail.
|
|
265
|
+
*
|
|
266
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
267
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
268
|
+
* - `always`: runs on every incoming message.
|
|
269
|
+
*/
|
|
270
|
+
agent_trigger_policy?: string;
|
|
271
|
+
/**
|
|
272
|
+
* Body param: Display name for the `From` header of outbound mail.
|
|
273
|
+
*/
|
|
274
|
+
from_name?: string;
|
|
275
|
+
}
|
|
276
|
+
export interface EmailInboxListParams {
|
|
277
|
+
/**
|
|
278
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
279
|
+
* `null`.
|
|
280
|
+
*/
|
|
281
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
282
|
+
}
|
|
283
|
+
export interface EmailInboxRetrieveParams {
|
|
284
|
+
/**
|
|
285
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
286
|
+
* `null`.
|
|
287
|
+
*/
|
|
288
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
289
|
+
}
|
|
290
|
+
export interface EmailInboxUpdateParams {
|
|
291
|
+
/**
|
|
292
|
+
* Body param: Whether the inbox routes mail.
|
|
293
|
+
*
|
|
294
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
295
|
+
* - `disabled`: the inbox stays provisioned but does not route mail.
|
|
296
|
+
*/
|
|
297
|
+
status: string;
|
|
298
|
+
/**
|
|
299
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
300
|
+
* are returned as `null`.
|
|
301
|
+
*/
|
|
302
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
303
|
+
/**
|
|
304
|
+
* Body param: The agent to bind to this inbox to handle incoming mail.
|
|
305
|
+
*/
|
|
306
|
+
agent_config_id?: string;
|
|
307
|
+
/**
|
|
308
|
+
* Body param: Keywords that fire the agent when the trigger policy is `keyword`.
|
|
309
|
+
*/
|
|
310
|
+
agent_trigger_keywords?: Array<string>;
|
|
311
|
+
/**
|
|
312
|
+
* Body param: How the bound agent decides whether to run on incoming mail.
|
|
313
|
+
*
|
|
314
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
315
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
316
|
+
* - `always`: runs on every incoming message.
|
|
317
|
+
*/
|
|
318
|
+
agent_trigger_policy?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Body param: Display name for the `From` header of outbound mail.
|
|
321
|
+
*/
|
|
322
|
+
from_name?: string;
|
|
323
|
+
}
|
|
324
|
+
export declare namespace EmailInboxes {
|
|
325
|
+
export { type CreateEmailInboxRequest as CreateEmailInboxRequest, type EmailInbox as EmailInbox, type ListEmailInbox as ListEmailInbox, type UpdateEmailInboxRequest as UpdateEmailInboxRequest, type EmailInboxDeleteResponse as EmailInboxDeleteResponse, type EmailInboxCreateParams as EmailInboxCreateParams, type EmailInboxListParams as EmailInboxListParams, type EmailInboxRetrieveParams as EmailInboxRetrieveParams, type EmailInboxUpdateParams as EmailInboxUpdateParams, };
|
|
326
|
+
}
|
|
327
|
+
//# sourceMappingURL=email-inboxes.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-inboxes.d.mts","sourceRoot":"","sources":["../../src/resources/messaging/email-inboxes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import * as APIKeysAPI from "../auth/api-keys/api-keys.js";
|
|
3
|
+
import * as ConversationsAPI from "./conversations/conversations.js";
|
|
4
|
+
import * as EmailDomainsAPI from "./email-domains/email-domains.js";
|
|
5
|
+
import { APIPromise } from "../../core/api-promise.js";
|
|
6
|
+
import { RequestOptions } from "../../internal/request-options.js";
|
|
7
|
+
/**
|
|
8
|
+
* Provision and manage routable email inboxes that bind inbound mail to chat conversations and send agent replies.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EmailInboxes extends APIResource {
|
|
11
|
+
/**
|
|
12
|
+
* Provisions a routable inbox address on a verified domain.
|
|
13
|
+
*
|
|
14
|
+
* This endpoint requires the permission: `messaging:create`.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* const emailInbox =
|
|
19
|
+
* await client.messaging.emailInboxes.create({
|
|
20
|
+
* address: 'support@acme.com',
|
|
21
|
+
* email_domain_id: 'emdom_018e88072d1320808dc9aaa01',
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
create(params: EmailInboxCreateParams, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
26
|
+
/**
|
|
27
|
+
* Returns the account's email inboxes.
|
|
28
|
+
*
|
|
29
|
+
* This endpoint requires the permission: `messaging:read`.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const listEmailInbox =
|
|
34
|
+
* await client.messaging.emailInboxes.list();
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
list(query?: EmailInboxListParams | null | undefined, options?: RequestOptions): APIPromise<ListEmailInbox>;
|
|
38
|
+
/**
|
|
39
|
+
* Returns a single email inbox owned by the account.
|
|
40
|
+
*
|
|
41
|
+
* This endpoint requires the permission: `messaging:read`.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```ts
|
|
45
|
+
* const emailInbox =
|
|
46
|
+
* await client.messaging.emailInboxes.retrieve(
|
|
47
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
48
|
+
* );
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
retrieve(id: string, query?: EmailInboxRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
52
|
+
/**
|
|
53
|
+
* Edits an email inbox's from-name, status, and default agent trigger config.
|
|
54
|
+
*
|
|
55
|
+
* This endpoint requires the permission: `messaging:update`.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* ```ts
|
|
59
|
+
* const emailInbox =
|
|
60
|
+
* await client.messaging.emailInboxes.update(
|
|
61
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
62
|
+
* { status: 'active' },
|
|
63
|
+
* );
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
update(id: string, params: EmailInboxUpdateParams, options?: RequestOptions): APIPromise<EmailInbox>;
|
|
67
|
+
/**
|
|
68
|
+
* Removes an email inbox.
|
|
69
|
+
*
|
|
70
|
+
* Inbound mail to its address is no longer routed.
|
|
71
|
+
*
|
|
72
|
+
* This endpoint requires the permission: `messaging:delete`.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```ts
|
|
76
|
+
* const emailInbox =
|
|
77
|
+
* await client.messaging.emailInboxes.delete(
|
|
78
|
+
* 'eminb_018e88072d1320808dc9bbb02',
|
|
79
|
+
* );
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
delete(id: string, options?: RequestOptions): APIPromise<EmailInboxDeleteResponse>;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Request to provision a routable inbox on a verified domain.
|
|
86
|
+
*/
|
|
87
|
+
export interface CreateEmailInboxRequest {
|
|
88
|
+
/**
|
|
89
|
+
* The full inbox address (e.g. `support@acme.com`).
|
|
90
|
+
*
|
|
91
|
+
* Its domain part must match the selected domain, which must already be verified.
|
|
92
|
+
*/
|
|
93
|
+
address: string;
|
|
94
|
+
/**
|
|
95
|
+
* The verified domain this inbox belongs to.
|
|
96
|
+
*/
|
|
97
|
+
email_domain_id: string;
|
|
98
|
+
/**
|
|
99
|
+
* The agent to bind to this inbox to handle incoming mail.
|
|
100
|
+
*/
|
|
101
|
+
agent_config_id?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Keywords that fire the agent when the trigger policy is `keyword`.
|
|
104
|
+
*/
|
|
105
|
+
agent_trigger_keywords?: Array<string>;
|
|
106
|
+
/**
|
|
107
|
+
* How the bound agent decides whether to run on incoming mail.
|
|
108
|
+
*
|
|
109
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
110
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
111
|
+
* - `always`: runs on every incoming message.
|
|
112
|
+
*/
|
|
113
|
+
agent_trigger_policy?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Display name for the `From` header of outbound mail.
|
|
116
|
+
*/
|
|
117
|
+
from_name?: string;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* A routable email inbox on a verified domain.
|
|
121
|
+
*
|
|
122
|
+
* Inbound mail to this address is threaded into a chat conversation, and outbound
|
|
123
|
+
* replies may be sent from this identity. The optional agent trigger config
|
|
124
|
+
* controls whether the bound agent runs automatically on incoming mail.
|
|
125
|
+
*/
|
|
126
|
+
export interface EmailInbox {
|
|
127
|
+
/**
|
|
128
|
+
* Email inbox ID.
|
|
129
|
+
*/
|
|
130
|
+
id: string;
|
|
131
|
+
/**
|
|
132
|
+
* The full inbox address (e.g. `support@acme.com`).
|
|
133
|
+
*/
|
|
134
|
+
address: string;
|
|
135
|
+
/**
|
|
136
|
+
* An AI agent available to the account.
|
|
137
|
+
*
|
|
138
|
+
* The definition describes what the agent does, how its runs are triggered, the
|
|
139
|
+
* tools it can use, and whether it is currently enabled for the account.
|
|
140
|
+
*/
|
|
141
|
+
agent_config: ConversationsAPI.AgentDefinition | null;
|
|
142
|
+
/**
|
|
143
|
+
* Keywords that fire the agent when `agent_trigger_policy` is `keyword`.
|
|
144
|
+
*/
|
|
145
|
+
agent_trigger_keywords: Array<string>;
|
|
146
|
+
/**
|
|
147
|
+
* When the bound agent runs on incoming mail.
|
|
148
|
+
*
|
|
149
|
+
* - `mention`: only when the agent is @mentioned, matched against its trigger
|
|
150
|
+
* keywords.
|
|
151
|
+
* - `keyword`: when the mail contains any of the configured trigger keywords.
|
|
152
|
+
* - `always`: on every incoming message.
|
|
153
|
+
*/
|
|
154
|
+
agent_trigger_policy: string | null;
|
|
155
|
+
/**
|
|
156
|
+
* Creation timestamp.
|
|
157
|
+
*/
|
|
158
|
+
created_at: string;
|
|
159
|
+
/**
|
|
160
|
+
* A domain registered with the email bridge for sending and receiving mail.
|
|
161
|
+
*
|
|
162
|
+
* After registration the domain starts in `pending`; publish the returned DKIM
|
|
163
|
+
* records, then poll the verify action until it flips to `verified`.
|
|
164
|
+
*/
|
|
165
|
+
email_domain: EmailDomainsAPI.EmailDomain | null;
|
|
166
|
+
/**
|
|
167
|
+
* The display name used in the `From` header of outbound mail.
|
|
168
|
+
*/
|
|
169
|
+
from_name: string | null;
|
|
170
|
+
/**
|
|
171
|
+
* Resource type identifier.
|
|
172
|
+
*/
|
|
173
|
+
object: 'email_inbox';
|
|
174
|
+
/**
|
|
175
|
+
* Whether the inbox is currently routing mail.
|
|
176
|
+
*
|
|
177
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
178
|
+
* - `disabled`: the inbox is provisioned but drops inbound mail and does not send
|
|
179
|
+
* replies.
|
|
180
|
+
*/
|
|
181
|
+
status: string;
|
|
182
|
+
/**
|
|
183
|
+
* Last updated timestamp.
|
|
184
|
+
*/
|
|
185
|
+
updated_at: string;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* List represents a paginated list of resources.
|
|
189
|
+
*/
|
|
190
|
+
export interface ListEmailInbox {
|
|
191
|
+
/**
|
|
192
|
+
* Resources in this page.
|
|
193
|
+
*/
|
|
194
|
+
data: Array<EmailInbox>;
|
|
195
|
+
/**
|
|
196
|
+
* Resource type identifier.
|
|
197
|
+
*/
|
|
198
|
+
object: 'list';
|
|
199
|
+
/**
|
|
200
|
+
* PageInfo contains URL-based pagination metadata.
|
|
201
|
+
*/
|
|
202
|
+
page_info: APIKeysAPI.PageInfo;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* Request to edit an email inbox's from-name, status, and default agent trigger
|
|
206
|
+
* config.
|
|
207
|
+
*/
|
|
208
|
+
export interface UpdateEmailInboxRequest {
|
|
209
|
+
/**
|
|
210
|
+
* Whether the inbox routes mail.
|
|
211
|
+
*
|
|
212
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
213
|
+
* - `disabled`: the inbox stays provisioned but does not route mail.
|
|
214
|
+
*/
|
|
215
|
+
status: string;
|
|
216
|
+
/**
|
|
217
|
+
* The agent to bind to this inbox to handle incoming mail.
|
|
218
|
+
*/
|
|
219
|
+
agent_config_id?: string;
|
|
220
|
+
/**
|
|
221
|
+
* Keywords that fire the agent when the trigger policy is `keyword`.
|
|
222
|
+
*/
|
|
223
|
+
agent_trigger_keywords?: Array<string>;
|
|
224
|
+
/**
|
|
225
|
+
* How the bound agent decides whether to run on incoming mail.
|
|
226
|
+
*
|
|
227
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
228
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
229
|
+
* - `always`: runs on every incoming message.
|
|
230
|
+
*/
|
|
231
|
+
agent_trigger_policy?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Display name for the `From` header of outbound mail.
|
|
234
|
+
*/
|
|
235
|
+
from_name?: string;
|
|
236
|
+
}
|
|
237
|
+
export interface EmailInboxDeleteResponse {
|
|
238
|
+
}
|
|
239
|
+
export interface EmailInboxCreateParams {
|
|
240
|
+
/**
|
|
241
|
+
* Body param: The full inbox address (e.g. `support@acme.com`).
|
|
242
|
+
*
|
|
243
|
+
* Its domain part must match the selected domain, which must already be verified.
|
|
244
|
+
*/
|
|
245
|
+
address: string;
|
|
246
|
+
/**
|
|
247
|
+
* Body param: The verified domain this inbox belongs to.
|
|
248
|
+
*/
|
|
249
|
+
email_domain_id: string;
|
|
250
|
+
/**
|
|
251
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
252
|
+
* are returned as `null`.
|
|
253
|
+
*/
|
|
254
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
255
|
+
/**
|
|
256
|
+
* Body param: The agent to bind to this inbox to handle incoming mail.
|
|
257
|
+
*/
|
|
258
|
+
agent_config_id?: string;
|
|
259
|
+
/**
|
|
260
|
+
* Body param: Keywords that fire the agent when the trigger policy is `keyword`.
|
|
261
|
+
*/
|
|
262
|
+
agent_trigger_keywords?: Array<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Body param: How the bound agent decides whether to run on incoming mail.
|
|
265
|
+
*
|
|
266
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
267
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
268
|
+
* - `always`: runs on every incoming message.
|
|
269
|
+
*/
|
|
270
|
+
agent_trigger_policy?: string;
|
|
271
|
+
/**
|
|
272
|
+
* Body param: Display name for the `From` header of outbound mail.
|
|
273
|
+
*/
|
|
274
|
+
from_name?: string;
|
|
275
|
+
}
|
|
276
|
+
export interface EmailInboxListParams {
|
|
277
|
+
/**
|
|
278
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
279
|
+
* `null`.
|
|
280
|
+
*/
|
|
281
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
282
|
+
}
|
|
283
|
+
export interface EmailInboxRetrieveParams {
|
|
284
|
+
/**
|
|
285
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
286
|
+
* `null`.
|
|
287
|
+
*/
|
|
288
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
289
|
+
}
|
|
290
|
+
export interface EmailInboxUpdateParams {
|
|
291
|
+
/**
|
|
292
|
+
* Body param: Whether the inbox routes mail.
|
|
293
|
+
*
|
|
294
|
+
* - `active`: inbound mail is threaded and outbound replies are allowed.
|
|
295
|
+
* - `disabled`: the inbox stays provisioned but does not route mail.
|
|
296
|
+
*/
|
|
297
|
+
status: string;
|
|
298
|
+
/**
|
|
299
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
300
|
+
* are returned as `null`.
|
|
301
|
+
*/
|
|
302
|
+
include?: Array<'email_domain' | 'agent_config'>;
|
|
303
|
+
/**
|
|
304
|
+
* Body param: The agent to bind to this inbox to handle incoming mail.
|
|
305
|
+
*/
|
|
306
|
+
agent_config_id?: string;
|
|
307
|
+
/**
|
|
308
|
+
* Body param: Keywords that fire the agent when the trigger policy is `keyword`.
|
|
309
|
+
*/
|
|
310
|
+
agent_trigger_keywords?: Array<string>;
|
|
311
|
+
/**
|
|
312
|
+
* Body param: How the bound agent decides whether to run on incoming mail.
|
|
313
|
+
*
|
|
314
|
+
* - `mention`: runs only when the agent is @mentioned in the message.
|
|
315
|
+
* - `keyword`: runs when the message contains any of the trigger keywords.
|
|
316
|
+
* - `always`: runs on every incoming message.
|
|
317
|
+
*/
|
|
318
|
+
agent_trigger_policy?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Body param: Display name for the `From` header of outbound mail.
|
|
321
|
+
*/
|
|
322
|
+
from_name?: string;
|
|
323
|
+
}
|
|
324
|
+
export declare namespace EmailInboxes {
|
|
325
|
+
export { type CreateEmailInboxRequest as CreateEmailInboxRequest, type EmailInbox as EmailInbox, type ListEmailInbox as ListEmailInbox, type UpdateEmailInboxRequest as UpdateEmailInboxRequest, type EmailInboxDeleteResponse as EmailInboxDeleteResponse, type EmailInboxCreateParams as EmailInboxCreateParams, type EmailInboxListParams as EmailInboxListParams, type EmailInboxRetrieveParams as EmailInboxRetrieveParams, type EmailInboxUpdateParams as EmailInboxUpdateParams, };
|
|
326
|
+
}
|
|
327
|
+
//# sourceMappingURL=email-inboxes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-inboxes.d.ts","sourceRoot":"","sources":["../../src/resources/messaging/email-inboxes.ts"],"names":[],"mappings":"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"}
|