mailgun.js / Exports
- APIErrorOptions
- APIErrorType
- APIResponse
- APIWebhook
- AtLeastOneKeyPresent
- BoolToString
- BounceData
- CanceledMultipleValidationJob
- ClickTrackingInfo
- ComplaintData
- ConnectionSettings
- ConnectionSettingsResponse
- CreateDomainTemplateAPIResponse
- CreateDomainTemplateVersionAPIResponse
- CreateDomainTemplateVersionResult
- CreateUpdateList
- CreateUpdateMailListMembers
- CreateUpdateMailListMembersReq
- CreateUpdateRouteData
- CreatedMultipleValidationJob
- CreatedUpdatedDomainCredentialsResponse
- CustomFile
- CustomFileData
- DKIMAuthorityInfo
- DKIMSelectorInfo
- DeletedDomainCredentialsResponse
- DeletedMember
- DestroyRouteResponse
- DestroyedDomainResponse
- DestroyedList
- DeviceStatistic
- DevicesTypes
- DomainCredentials
- DomainCredentialsItem
- DomainCredentialsList
- DomainCredentialsQuery
- DomainCredentialsResponseData
- DomainCredentialsResult
- DomainData
- DomainEvent
- DomainInfo
- DomainInfoReq
- DomainListResponseData
- DomainResponseData
- DomainShortData
- DomainTagAPIResponseStatsItem
- DomainTagCountriesAPIResponse
- DomainTagCountriesAggregation
- DomainTagDevicesAPIResponse
- DomainTagDevicesAggregation
- DomainTagProvidersAPIResponse
- DomainTagProvidersAggregation
- DomainTagStatAPIResponse
- DomainTagStatisticItem
- DomainTagsItem
- DomainTagsItemInfo
- DomainTagsList
- DomainTagsMessageRes
- DomainTagsQuery
- DomainTagsResponseData
- DomainTagsStatisticQuery
- DomainTemplateData
- DomainTemplateUpdateData
- DomainTemplateUpdateVersionData
- DomainTemplateVersionData
- DomainTemplatesQuery
- DomainTrackingData
- DomainTrackingResponse
- DomainUpdateInfo
- DomainUpdateInfoReq
- DomainsQuery
- EventsList
- EventsPage
- EventsQuery
- EventsResponse
- FilterField
- FormDataInput
- FormDataInputValue
- FormDataOptions
- GetDomainTemplateAPIResponse
- IPsListQuery
- InputFormData
- IpData
- IpPool
- IpPoolCreateData
- IpPoolCreateResponse
- IpPoolCreateResult
- IpPoolDeleteData
- IpPoolListResponse
- IpPoolListResult
- IpPoolMessageResponse
- IpPoolMessageResult
- IpPoolUpdateData
- IpsListResponseBody
- Json
- JsonArray
- JsonComposite
- JsonObject
- JsonPrimitive
- ListDomainTemplateVersionsAPIResponse
- ListDomainTemplateVersionsResult
- ListDomainTemplatesAPIResponse
- ListDomainTemplatesResult
- ListsQuery
- MailListMember
- MailListMembersQuery
- MailListMembersResponse
- MailListMembersResult
- MailgunClientOptions
- MailgunMessageContent
- MailgunMessageData
- MailingList
- MailingListApiResponse
- MailingListCancelValidationResult
- MailingListResult
- MailingListValidationApiResponse
- MailingListValidationResponse
- MailingListValidationResult
- MailingListValidationResultData
- MessageAttachment
- MessageResponse
- MessagesSendAPIResponse
- MessagesSendResult
- MimeMessage
- MultipleMembersData
- MultipleMembersReqData
- MultipleValidationCreationData
- MultipleValidationCreationDataUpdated
- MultipleValidationJobData
- MultipleValidationJobResult
- MultipleValidationJobsListQuery
- MultipleValidationJobsListResponse
- MultipleValidationJobsListResult
- MutateDomainTemplateVersionAPIResponse
- MutateDomainTemplateVersionResult
- NewMultipleMembersResponse
- NotificationAPIResponse
- NotificationResult
- OnCallEmptyHeaders
- OnCallRequestOptions
- OpenTrackingInfo
- PagesList
- PagesListAccumulator
- ParsedPage
- ParsedPagesList
- QueryWithPage
- ReplacementForPool
- RequestOptions
- ResponseWithPaging
- Route
- RoutesListQuery
- ShortTemplateVersion
- StartValidationResult
- Stat
- StatsEvent
- StatsOptions
- StatsQuery
- SubaccountListItem
- SubaccountListResponseData
- SubaccountResponseData
- SubaccountsQuery
- SuppressionCreationData
- SuppressionCreationResponse
- SuppressionCreationResult
- SuppressionDataType
- SuppressionDestroyResponse
- SuppressionDestroyResult
- SuppressionList
- SuppressionListQuery
- SuppressionListResponse
- SuppressionResponse
- TDomain
- TemplateQuery
- TemplateVersion
- UnsubscribeData
- UnsubscribeTrackingInfo
- UpdateDomainCredentialsData
- UpdateDomainTrackingResponse
- UpdateOrDeleteDomainTemplateAPIResponse
- UpdateOrDeleteDomainTemplateResult
- UpdateRouteResponse
- UpdatedConnectionSettings
- UpdatedConnectionSettingsRes
- UpdatedDKIMAuthority
- UpdatedDKIMAuthorityResponse
- UpdatedDKIMSelectorResponse
- UpdatedOpenTracking
- UpdatedUrlAndQuery
- UpdatedWebPrefix
- UpdatedWebPrefixResponse
- ValidationQuery
- ValidationResponse
- ValidationResult
- WebPrefixInfo
- WebhookList
- WebhookResponse
- WebhookResponseBody
- WebhookResult
- WebhookValidationResponse
- WebhooksQuery
- WhiteListData
Ƭ APIErrorOptions: Object
Name | Type |
---|---|
body |
{ error? : string ; message? : string } |
body.error? |
string |
body.message? |
string |
headers? |
{ [key: string] : unknown ; } |
message? |
string |
status |
number |
statusText? |
string |
url? |
string |
Ƭ APIErrorType: Object
Name | Type |
---|---|
details |
string |
message |
string |
stack |
string |
status |
number |
Ƭ APIResponse: Object
Name | Type |
---|---|
body |
any |
status |
number |
Ƭ APIWebhook: Object
Name | Type |
---|---|
url? |
string |
urls? |
string [] |
Ƭ AtLeastOneKeyPresent<Object_
, Keys
>: Pick
<Object_
, Exclude
<keyof Object_
, Keys
>> & { [K in Keys]-?: Required<Pick<Object_, K>> & Partial<Pick<Object_, Exclude<Keys, K>>> }[Keys
]
Ensures the object has least one key present and not undefined
See
https://stackoverflow.com/a/49725198
Name | Type |
---|---|
Object_ |
Object_ |
Keys |
extends keyof Object_ = keyof Object_ |
Ƭ BoolToString: Object
Name | Type |
---|---|
force_dkim_authority? |
DomainInfo ["force_dkim_authority" ] |
wildcard? |
DomainUpdateInfo ["wildcard" ] |
Ƭ BounceData: Object
Name | Type |
---|---|
address |
string |
code |
number |
created_at |
string | Date |
error |
string |
Types/Suppressions/Bounce.ts:2
Ƭ CanceledMultipleValidationJob: Object
Name | Type |
---|---|
message |
string |
status |
number |
Types/Validations/MultipleValidation.ts:91
Ƭ ClickTrackingInfo: Object
Name | Type |
---|---|
active |
"yes" | "no" | "true" | "false" | "htmlonly" |
Types/Domains/DomainTracking.ts:39
Ƭ ComplaintData: Object
Name | Type |
---|---|
address |
string |
created_at |
string | Date |
Types/Suppressions/Complaint.ts:2
Ƭ ConnectionSettings: Object
Name | Type |
---|---|
require_tls |
boolean |
skip_verification |
boolean |
Ƭ ConnectionSettingsResponse: Object
Name | Type |
---|---|
body |
{ connection : ConnectionSettings } |
body.connection |
ConnectionSettings |
status |
number |
Ƭ CreateDomainTemplateAPIResponse: Object
Name | Type |
---|---|
body |
{ message : string ; template : IDomainTemplate } |
body.message |
string |
body.template |
IDomainTemplate |
status |
number |
Types/Domains/DomainTemplates.ts:60
Ƭ CreateDomainTemplateVersionAPIResponse: Object
Name | Type |
---|---|
body |
{ message : string ; template : IDomainTemplate } |
body.message |
string |
body.template |
IDomainTemplate |
status |
number |
Types/Domains/DomainTemplates.ts:122
Ƭ CreateDomainTemplateVersionResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
template |
IDomainTemplate |
Types/Domains/DomainTemplates.ts:130
Ƭ CreateUpdateList: Object
Name | Type |
---|---|
access_level? |
"readonly" | "members" | "everyone" |
address |
string |
description? |
string |
name? |
string |
reply_preference? |
"list" | "sender" |
Types/MailingLists/MailingLists.ts:10
Ƭ CreateUpdateMailListMembers: Object
Name | Type |
---|---|
address |
string |
name? |
string |
subscribed? |
"yes" | "no" | boolean |
upsert? |
"yes" | "no" |
vars? |
string |
Types/MailingLists/MailingListMembers.ts:29
Ƭ CreateUpdateMailListMembersReq: Object
Name | Type |
---|---|
address |
string |
name? |
string |
subscribed? |
"yes" | "no" | boolean |
upsert? |
"yes" | "no" |
vars? |
string |
Types/MailingLists/MailingListMembers.ts:37
Ƭ CreateUpdateRouteData: Object
Name | Type |
---|---|
action |
string [] |
description? |
string |
expression |
string |
priority? |
number |
Ƭ CreatedMultipleValidationJob: Object
Name | Type |
---|---|
id |
string |
message |
string |
Types/Validations/MultipleValidation.ts:60
Ƭ CreatedUpdatedDomainCredentialsResponse: Object
Name | Type |
---|---|
body |
{ message : string } |
body.message |
string |
status |
number |
Types/Domains/DomainCredentials.ts:36
Ƭ CustomFile: Object
▪ [key: string
]: unknown
Name | Type |
---|---|
contentType? |
string |
data |
CustomFileData |
filename? |
string |
knownLength? |
number |
Ƭ CustomFileData: string
| Blob
| File
| Buffer
| NodeJS.ReadableStream
Ƭ DKIMAuthorityInfo: Object
Name | Type |
---|---|
self |
boolean | "yes" | "no" | "true" | "false" |
Ƭ DKIMSelectorInfo: Object
Name | Type |
---|---|
dkimSelector |
string |
Ƭ DeletedDomainCredentialsResponse: Object
Name | Type |
---|---|
body |
{ message : string ; spec : string } |
body.message |
string |
body.spec |
string |
status |
number |
Types/Domains/DomainCredentials.ts:43
Ƭ DeletedMember: Object
Name | Type |
---|---|
member |
{ address : string } |
member.address |
string |
message |
string |
Types/MailingLists/MailingListMembers.ts:45
Ƭ DestroyRouteResponse: Object
Name | Type |
---|---|
id |
string |
message |
string |
Ƭ DestroyedDomainResponse: Object
Name | Type |
---|---|
body |
MessageResponse |
status |
number |
Ƭ DestroyedList: Object
Name | Type |
---|---|
address |
string |
message |
string |
Types/MailingLists/MailingLists.ts:18
Ƭ DeviceStatistic: Object
Name | Type |
---|---|
clicked |
number |
complained |
number |
opened |
number |
unique_clicked |
number |
unique_opened |
number |
unsubscribed |
number |
Types/Domains/DomainTags.ts:176
Ƭ DevicesTypes: Object
Name | Type |
---|---|
desktop |
DeviceStatistic |
mobile |
DeviceStatistic |
tablet |
DeviceStatistic |
unknown |
DeviceStatistic |
Types/Domains/DomainTags.ts:185
Ƭ DomainCredentials: Object
Name | Type |
---|---|
login |
string |
password |
string |
Types/Domains/DomainCredentials.ts:7
Ƭ DomainCredentialsItem: Object
Name | Type |
---|---|
created_at |
string |
login |
string |
mailbox |
string |
size_bytes |
number | null |
Types/Domains/DomainCredentials.ts:12
Ƭ DomainCredentialsList: Object
Name | Type |
---|---|
items |
DomainCredentialsItem [] |
totalCount |
number |
Types/Domains/DomainCredentials.ts:26
Ƭ DomainCredentialsQuery: Object
Name | Type |
---|---|
limit |
number |
skip |
number |
Types/Domains/DomainCredentials.ts:2
Ƭ DomainCredentialsResponseData: Object
Name | Type |
---|---|
body |
{ items : DomainCredentialsItem [] ; total_count : number } |
body.items |
DomainCredentialsItem [] |
body.total_count |
number |
status |
number |
Types/Domains/DomainCredentials.ts:18
Ƭ DomainCredentialsResult: Object
Name | Type |
---|---|
message |
string |
spec? |
string |
status |
number |
Types/Domains/DomainCredentials.ts:30
Ƭ DomainData: DomainShortData
& { id
: string
; is_disabled
: boolean
; web_prefix
: string
; web_scheme
: string
}
Ƭ DomainEvent: Object
Name | Type |
---|---|
campaigns |
[] |
delivery-status |
{ attempt-no : number ; certificate-verified : boolean ; code : number ; description : string ; message : string ; mx-host : string ; session-seconds : number ; tls : boolean ; utf8 : boolean } |
delivery-status.attempt-no |
number |
delivery-status.certificate-verified |
boolean |
delivery-status.code |
number |
delivery-status.description |
string |
delivery-status.message |
string |
delivery-status.mx-host |
string |
delivery-status.session-seconds |
number |
delivery-status.tls |
boolean |
delivery-status.utf8 |
boolean |
envelope |
{ sender : string ; sending-ip : string ; targets : string ; transport : string } |
envelope.sender |
string |
envelope.sending-ip |
string |
envelope.targets |
string |
envelope.transport |
string |
event |
string |
flags |
{ is-authenticated : boolean ; is-routed : boolean ; is-system-test : boolean ; is-test-mode : boolean } |
flags.is-authenticated |
boolean |
flags.is-routed |
boolean |
flags.is-system-test |
boolean |
flags.is-test-mode |
boolean |
id |
string |
log-level |
string |
message |
{ attachments : [] ; headers : { from : string ; message-id : string ; subject : string ; to : string } ; size : 308 } |
message.attachments |
[] |
message.headers |
{ from : string ; message-id : string ; subject : string ; to : string } |
message.headers.from |
string |
message.headers.message-id |
string |
message.headers.subject |
string |
message.headers.to |
string |
message.size |
308 |
reason |
string |
recipient |
string |
recipient-domain |
string |
severity |
string |
storage |
{ key : string ; url : string } |
storage.key |
string |
storage.url |
string |
tags |
string [] |
template? |
unknown |
timestamp |
number |
user-variables |
{ [key: string] : unknown ; } |
Ƭ DomainInfo: DomainUpdateInfo
& { dkim_key_size?
: 1024
| 2048
; force_dkim_authority?
: boolean
| "true"
| "false"
; ips?
: ""
; name
: string
; pool_id?
: ""
; smtp_password
: string
}
Ƭ DomainInfoReq: DomainInfo
& { force_dkim_authority?
: "true"
| "false"
}
Ƭ DomainListResponseData: Object
Name | Type |
---|---|
body |
{ items : DomainsListItem [] | null ; total_count : number } |
body.items |
DomainsListItem [] | null |
body.total_count |
number |
status |
number |
Ƭ DomainResponseData: Object
Name | Type |
---|---|
body |
{ domain : DomainData ; message? : string ; receiving_dns_records : DNSRecord [] ; sending_dns_records : DNSRecord [] } |
body.domain |
DomainData |
body.message? |
string |
body.receiving_dns_records |
DNSRecord [] |
body.sending_dns_records |
DNSRecord [] |
status |
number |
Ƭ DomainShortData: Object
Name | Type |
---|---|
created_at |
string |
name |
string |
require_tls |
boolean |
skip_verification |
boolean |
smtp_login |
string |
smtp_password |
string |
spam_action |
string |
state |
string |
type |
string |
wildcard |
boolean |
Ƭ DomainTagAPIResponseStatsItem: Object
Name | Type |
---|---|
accepted? |
{ incoming : number ; outgoing : number ; total : number } |
accepted.incoming |
number |
accepted.outgoing |
number |
accepted.total |
number |
clicked? |
{ total : number } |
clicked.total |
number |
complained? |
{ total : number } |
complained.total |
number |
delivered? |
{ http : number ; optimized : number ; smtp : number ; total : number } |
delivered.http |
number |
delivered.optimized |
number |
delivered.smtp |
number |
delivered.total |
number |
failed? |
{ permanent : { bounce : number ; delayed-bounce : number ; optimized : number ; suppress-bounce : number ; suppress-complaint : number ; suppress-unsubscribe : number ; total : number ; webhook : number } ; temporary : { espblock : number ; total : number } } |
failed.permanent |
{ bounce : number ; delayed-bounce : number ; optimized : number ; suppress-bounce : number ; suppress-complaint : number ; suppress-unsubscribe : number ; total : number ; webhook : number } |
failed.permanent.bounce |
number |
failed.permanent.delayed-bounce |
number |
failed.permanent.optimized |
number |
failed.permanent.suppress-bounce |
number |
failed.permanent.suppress-complaint |
number |
failed.permanent.suppress-unsubscribe |
number |
failed.permanent.total |
number |
failed.permanent.webhook |
number |
failed.temporary |
{ espblock : number ; total : number } |
failed.temporary.espblock |
number |
failed.temporary.total |
number |
opened? |
{ total : number } |
opened.total |
number |
stored? |
{ total : number } |
stored.total |
number |
time |
string |
unsubscribed? |
{ total : number } |
unsubscribed.total |
number |
Types/Domains/DomainTags.ts:51
Ƭ DomainTagCountriesAPIResponse: Object
Name | Type |
---|---|
body |
{ country : { [key: string] : { clicked : number ; complained : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } ; tag : string } |
body.country |
{ [key: string] : { clicked : number ; complained : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } |
body.tag |
string |
Types/Domains/DomainTags.ts:111
Ƭ DomainTagCountriesAggregation: Object
Name | Type |
---|---|
country |
{ [key: string] : { clicked : number ; complained : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } |
tag |
string |
Types/Domains/DomainTags.ts:127
Ƭ DomainTagDevicesAPIResponse: Object
Name | Type |
---|---|
body |
{ device : DevicesTypes ; tag : string } |
body.device |
DevicesTypes |
body.tag |
string |
status |
number |
Types/Domains/DomainTags.ts:192
Ƭ DomainTagDevicesAggregation: Object
Name | Type |
---|---|
device |
DevicesTypes |
tag |
string |
Types/Domains/DomainTags.ts:200
Ƭ DomainTagProvidersAPIResponse: Object
Name | Type |
---|---|
body |
{ provider : { [key: string] : { accepted : number ; clicked : number ; complained : number ; delivered : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } ; tag : string } |
body.provider |
{ [key: string] : { accepted : number ; clicked : number ; complained : number ; delivered : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } |
body.tag |
string |
status |
number |
Types/Domains/DomainTags.ts:141
Ƭ DomainTagProvidersAggregation: Object
Name | Type |
---|---|
provider |
{ [key: string] : { accepted : number ; clicked : number ; complained : number ; delivered : number ; opened : number ; unique_clicked : number ; unique_opened : number ; unsubscribed : number }; } |
tag |
string |
Types/Domains/DomainTags.ts:160
Ƭ DomainTagStatAPIResponse: Object
Name | Type |
---|---|
body |
{ description : string ; end : string ; resolution : Resolution ; start : string ; stats : DomainTagAPIResponseStatsItem [] ; tag : string } |
body.description |
string |
body.end |
string |
body.resolution |
Resolution |
body.start |
string |
body.stats |
DomainTagAPIResponseStatsItem [] |
body.tag |
string |
Types/Domains/DomainTags.ts:97
Ƭ DomainTagStatisticItem: Omit
<DomainTagAPIResponseStatsItem
, "time"
> & { time
: Date
}
Types/Domains/DomainTags.ts:107
Ƭ DomainTagsItem: Object
Name | Type |
---|---|
description |
string |
first-seen |
Date |
last-seen |
Date |
tag |
string |
Types/Domains/DomainTags.ts:25
Ƭ DomainTagsItemInfo: Object
Name | Type |
---|---|
description |
string |
first-seen |
string |
last-seen |
string |
tag |
string |
Types/Domains/DomainTags.ts:18
Ƭ DomainTagsList: Object
Name | Type |
---|---|
items |
DomainTagsItem [] |
pages |
ParsedPagesList |
status |
number |
Types/Domains/DomainTags.ts:40
Ƭ DomainTagsMessageRes: Object
Name | Type |
---|---|
message |
string |
status? |
number |
Types/Domains/DomainTags.ts:46
Ƭ DomainTagsQuery: Object
Name | Type |
---|---|
limit |
number |
page? |
string |
Ƭ DomainTagsResponseData: Object
Name | Type |
---|---|
body |
{ items : DomainTagsItemInfo [] ; paging : PagesList } |
body.items |
DomainTagsItemInfo [] |
body.paging |
PagesList |
status |
number |
Types/Domains/DomainTags.ts:32
Ƭ DomainTagsStatisticQuery: Object
Name | Type |
---|---|
duration? |
string |
end? |
number |
event |
string |
resolution? |
Resolution |
start? |
number |
Types/Domains/DomainTags.ts:10
Ƭ DomainTemplateData: Object
Name | Type |
---|---|
comment? |
string |
description |
string |
engine? |
string |
name |
string |
tag? |
string |
template |
string |
Types/Domains/DomainTemplates.ts:6
Ƭ DomainTemplateUpdateData: Object
Name | Type |
---|---|
description |
string |
Types/Domains/DomainTemplates.ts:23
Ƭ DomainTemplateUpdateVersionData: Object
Name | Type |
---|---|
active? |
YesNo |
comment? |
string |
template? |
string |
Types/Domains/DomainTemplates.ts:27
Ƭ DomainTemplateVersionData: Object
Name | Type |
---|---|
active? |
YesNo |
comment? |
string |
engine? |
string |
tag |
string |
template |
string |
Types/Domains/DomainTemplates.ts:15
Ƭ DomainTemplatesQuery: Object
Name | Type | Description |
---|---|---|
limit? |
number |
Number of records to retrieve. Default value is 10. |
page? |
`?${string}` | 'page' (optionally 'p') params from previous response's 'paging' object. Value must be stringified as query params. Ex: '?page=first','?page=next&p=name-of-last-item' .... |
Types/Domains/DomainTemplates.ts:33
Ƭ DomainTrackingData: Object
Name | Type |
---|---|
click |
{ active : boolean } |
click.active |
boolean |
open |
{ active : boolean } |
open.active |
boolean |
unsubscribe |
{ active : boolean ; html_footer : string ; text_footer : string } |
unsubscribe.active |
boolean |
unsubscribe.html_footer |
string |
unsubscribe.text_footer |
string |
Types/Domains/DomainTracking.ts:3
Ƭ DomainTrackingResponse: Object
Name | Type |
---|---|
body |
{ tracking : DomainTrackingData } |
body.tracking |
DomainTrackingData |
status |
number |
Types/Domains/DomainTracking.ts:13
Ƭ DomainUpdateInfo: Object
Name | Type |
---|---|
spam_action? |
"disabled" | "block" | "tag" |
web_scheme? |
"http" | "https" |
wildcard? |
boolean | "true" | "false" |
Ƭ DomainUpdateInfoReq: DomainUpdateInfo
& { wildcard?
: "true"
| "false"
}
Ƭ DomainsQuery: Object
Name | Type |
---|---|
authority? |
string |
limit? |
number |
skip? |
number |
state? |
"active" | "unverified" | "disabled" |
Ƭ EventsList: Object
Name | Type |
---|---|
items |
DomainEvent [] |
pages |
ParsedPagesList |
status |
number |
Ƭ EventsPage: Object
Name | Type |
---|---|
id |
string |
number |
string |
url |
string |
Ƭ EventsQuery: FilterField
& { ascending?
: "yes"
| "no"
; begin?
: string
; end?
: string
; limit?
: number
; page?
: string
}
Ƭ EventsResponse: Object
Name | Type |
---|---|
body |
{ items : [] ; paging : PagesList } |
body.items |
[] |
body.paging |
PagesList |
status |
number |
Ƭ FilterField: Object
Name | Type |
---|---|
attachment? |
string |
event? |
string |
from? |
string |
list? |
string |
message-id? |
string |
recipient? |
string |
recipients? |
string |
severity? |
string |
size? |
string |
subject? |
string |
tags? |
string |
to? |
string |
Ƭ FormDataInput: Object
▪ [key: string
]: FormDataInputValue
Ƭ FormDataInputValue: MimeMessage
| CustomFileData
| string
| string
[] | boolean
| MessageAttachment
| undefined
| number
| JsonObject
Ƭ FormDataOptions: Object
▪ [key: string
]: NodeFormData
Ƭ GetDomainTemplateAPIResponse: Object
Name | Type |
---|---|
body |
{ template : IDomainTemplate } |
body.template |
IDomainTemplate |
status |
number |
Types/Domains/DomainTemplates.ts:87
Ƭ IPsListQuery: Object
Name | Type |
---|---|
dedicated |
boolean | string |
Ƭ InputFormData: (form?
: HTMLFormElement
, submitter?
: null
| HTMLElement
) => FormData
| (options?
: FormDataOptions
) => FormData
Ƭ IpData: Object
Name | Type |
---|---|
dedicated |
boolean |
ip |
string |
rdns |
string |
Ƭ IpPool: Object
Name | Type |
---|---|
description |
string |
ips |
string [] |
is_linked |
boolean |
name |
string |
pool_id |
string |
Ƭ IpPoolCreateData: Object
Name | Type |
---|---|
description? |
string |
ips? |
string [] |
name |
string |
Ƭ IpPoolCreateResponse: Object
Name | Type |
---|---|
body |
{ message : string ; pool_id : string } |
body.message |
string |
body.pool_id |
string |
status |
number |
Ƭ IpPoolCreateResult: Object
Name | Type |
---|---|
message |
string |
pool_id |
string |
status |
number |
Ƭ IpPoolDeleteData: Object
Name | Type |
---|---|
ip? |
string |
pool_id? |
string |
Ƭ IpPoolListResponse: Object
Name | Type |
---|---|
body |
{ ip_pools : IpPool ; message : string } |
body.ip_pools |
IpPool |
body.message |
string |
status |
number |
Ƭ IpPoolListResult: Object
Name | Type |
---|---|
ip_pools |
IpPool |
message |
string |
status |
number |
Ƭ IpPoolMessageResponse: Object
Name | Type |
---|---|
body |
{ message : string } |
body.message |
string |
status |
number |
Ƭ IpPoolMessageResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
Ƭ IpPoolUpdateData: Object
Name | Type |
---|---|
description |
string |
ips |
string [] |
name |
string |
Ƭ IpsListResponseBody: Object
Name | Type |
---|---|
assignable_to_pools |
boolean |
items |
string [] |
total_count |
number |
Ƭ Json: JsonPrimitive
| JsonComposite
Ƭ JsonArray: Json
[]
Ƭ JsonComposite: JsonArray
| JsonObject
Ƭ JsonObject: Object
▪ [key: string
]: Json
Ƭ JsonPrimitive: string
| number
| boolean
| null
Ƭ ListDomainTemplateVersionsAPIResponse: Object
Name | Type |
---|---|
body |
{ paging : PagesList ; template : { createdAt : string ; createdBy : string ; description : string ; id : string ; name : string ; versions : ShortTemplateVersion [] } } |
body.paging |
PagesList |
body.template |
{ createdAt : string ; createdBy : string ; description : string ; id : string ; name : string ; versions : ShortTemplateVersion [] } |
body.template.createdAt |
string |
body.template.createdBy |
string |
body.template.description |
string |
body.template.id |
string |
body.template.name |
string |
body.template.versions |
ShortTemplateVersion [] |
status |
number |
Types/Domains/DomainTemplates.ts:158
Ƭ ListDomainTemplateVersionsResult: Object
Name | Type |
---|---|
pages |
ParsedPagesList |
template |
IDomainTemplate |
Types/Domains/DomainTemplates.ts:173
Ƭ ListDomainTemplatesAPIResponse: Object
Name | Type |
---|---|
body |
{ items : IDomainTemplate [] ; paging : { first : string ; last : string ; next : string ; previous : string } } |
body.items |
IDomainTemplate [] |
body.paging |
{ first : string ; last : string ; next : string ; previous : string } |
body.paging.first |
string |
body.paging.last |
string |
body.paging.next |
string |
body.paging.previous |
string |
status |
number |
Types/Domains/DomainTemplates.ts:68
Ƭ ListDomainTemplatesResult: Object
Name | Type |
---|---|
items |
IDomainTemplate [] |
pages |
ParsedPagesList |
status |
number |
Types/Domains/DomainTemplates.ts:81
Ƭ ListsQuery: Object
Name | Type |
---|---|
address? |
string |
limit? |
number |
page? |
string |
Types/MailingLists/MailingLists.ts:4
Ƭ MailListMember: Object
Name | Type |
---|---|
address |
string |
name |
string |
subscribed |
boolean |
vars |
{ [key: string] : unknown ; } |
Types/MailingLists/MailingListMembers.ts:4
Ƭ MailListMembersQuery: Object
Name | Type |
---|---|
limit? |
number |
page? |
string |
subscribed? |
"yes" | "no" |
Types/MailingLists/MailingListMembers.ts:13
Ƭ MailListMembersResponse: Object
Name | Type |
---|---|
body |
{ items : MailListMember [] ; paging : PagesList } |
body.items |
MailListMember [] |
body.paging |
PagesList |
status |
number |
Types/MailingLists/MailingListMembers.ts:58
Ƭ MailListMembersResult: Object
Name | Type |
---|---|
items |
MailListMember [] |
pages |
ParsedPagesList |
status |
number |
Types/MailingLists/MailingListMembers.ts:66
Ƭ MailgunClientOptions: Object
Name | Type |
---|---|
key |
string |
proxy? |
AxiosProxyConfig |
public_key? |
string |
timeout? |
number |
url? |
string |
username |
string |
Types/MailgunClient/MailgunClientOptions.ts:3
Ƭ MailgunMessageContent: AtLeastOneKeyPresent
<{ html?
: string
; message?
: MimeMessage
; template?
: string
; text?
: string
}>
Ƭ MailgunMessageData: MailgunMessageContent
& { [key: string]
: FormDataInputValue
; amp-html?
: string
; attachment?
: MessageAttachment
; bcc?
: string
| string
[] ; cc?
: string
| string
[] ; from?
: string
; h:X-My-Header?
: string
; inline?
: any
; o:deliverytime?
: string
; o:deliverytime-optimize-period?
: string
; o:dkim?
: boolean
| "yes"
| "no"
; o:require-tls?
: boolean
| "yes"
| "no"
; o:skip-verification?
: boolean
| "yes"
| "no"
; o:tag?
: string
| string
[] ; o:testmode?
: boolean
| "yes"
| "no"
; o:time-zone-localize?
: string
; o:tracking?
: boolean
| "yes"
| "no"
; o:tracking-clicks?
: boolean
| "yes"
| "no"
| "htmlonly"
; o:tracking-opens?
: boolean
| "yes"
| "no"
; recipient-variables?
: string
; subject?
: string
; t:text?
: boolean
| "yes"
| "no"
; t:variables?
: string
| JsonObject
; t:version?
: string
; to?
: string
| string
[] ; v:my-var?
: string
}
Ƭ MailingList: Object
Name | Type |
---|---|
access_level |
string |
address |
string |
created_at |
string |
description |
string |
members_count |
number |
name |
string |
reply_preference |
null | string |
Types/MailingLists/MailingLists.ts:69
Ƭ MailingListApiResponse: Object
Name | Type |
---|---|
body |
{ items : MailingList [] ; paging : PagesList } |
body.items |
MailingList [] |
body.paging |
PagesList |
status |
number |
Types/MailingLists/MailingLists.ts:85
Ƭ MailingListCancelValidationResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
Types/MailingLists/MailingLists.ts:65
Ƭ MailingListResult: Object
Name | Type |
---|---|
items |
MailingList [] |
pages |
ParsedPagesList |
status |
number |
Types/MailingLists/MailingLists.ts:79
Ƭ MailingListValidationApiResponse: MailingListValidationResponse
& { created_at
: number
}
Types/MailingLists/MailingLists.ts:54
Ƭ MailingListValidationResponse: Object
Name | Type |
---|---|
download_url |
{ csv : string ; json : string } |
download_url.csv |
string |
download_url.json |
string |
id |
string |
quantity |
number |
records_processed |
number |
status |
string |
summary |
{ result : { catch_all : number ; deliverable : number ; do_not_send : number ; undeliverable : number ; unknown : number } ; risk : { high : number ; low : number ; medium : number ; unknown : number } } |
summary.result |
{ catch_all : number ; deliverable : number ; do_not_send : number ; undeliverable : number ; unknown : number } |
summary.result.catch_all |
number |
summary.result.deliverable |
number |
summary.result.do_not_send |
number |
summary.result.undeliverable |
number |
summary.result.unknown |
number |
summary.risk |
{ high : number ; low : number ; medium : number ; unknown : number } |
summary.risk.high |
number |
summary.risk.low |
number |
summary.risk.medium |
number |
summary.risk.unknown |
number |
Types/MailingLists/MailingLists.ts:29
Ƭ MailingListValidationResult: Object
Name | Type |
---|---|
status |
number |
validationResult |
MailingListValidationResultData |
Types/MailingLists/MailingLists.ts:60
Ƭ MailingListValidationResultData: MailingListValidationResponse
& { created_at
: Date
}
Types/MailingLists/MailingLists.ts:57
Ƭ MessageAttachment: CustomFile
| CustomFile
[] | File
| File
[] | string
| CustomFileData
| CustomFileData
[]
Ƭ MessageResponse: Object
Name | Type |
---|---|
message |
string |
Ƭ MessagesSendAPIResponse: Object
Name | Type |
---|---|
body |
{ id : string ; message : string } |
body.id |
string |
body.message |
string |
status |
number |
Types/Messages/Messages.ts:244
Ƭ MessagesSendResult: Object
Name | Type |
---|---|
details? |
string |
id? |
string |
message? |
string |
status |
number |
Types/Messages/Messages.ts:252
Ƭ MimeMessage: string
| Blob
| Buffer
| NodeJS.ReadableStream
Ƭ MultipleMembersData: Object
Name | Type |
---|---|
members |
MailListMember [] |
upsert |
"yes" | "no" |
Types/MailingLists/MailingListMembers.ts:19
Ƭ MultipleMembersReqData: Object
Name | Type |
---|---|
members |
string |
upsert |
"yes" | "no" |
Types/MailingLists/MailingListMembers.ts:24
Ƭ MultipleValidationCreationData: Object
Name | Type |
---|---|
file |
CustomFileData | CustomFile |
Types/Validations/MultipleValidation.ts:64
Ƭ MultipleValidationCreationDataUpdated: Object
Name | Type |
---|---|
multipleValidationFile |
CustomFileData | CustomFile |
Types/Validations/MultipleValidation.ts:67
Ƭ MultipleValidationJobData: Object
Name | Type |
---|---|
created_at |
number |
download_url? |
{ csv : string ; json : string } |
download_url.csv |
string |
download_url.json |
string |
id |
string |
quantity |
number |
records_processed |
number | null |
status |
string |
summary? |
{ result : { catch_all : number ; deliverable : number ; do_not_send : number ; undeliverable : number ; unknown : number } ; risk : { high : number ; low : number ; medium : number ; unknown : number } } |
summary.result |
{ catch_all : number ; deliverable : number ; do_not_send : number ; undeliverable : number ; unknown : number } |
summary.result.catch_all |
number |
summary.result.deliverable |
number |
summary.result.do_not_send |
number |
summary.result.undeliverable |
number |
summary.result.unknown |
number |
summary.risk |
{ high : number ; low : number ; medium : number ; unknown : number } |
summary.risk.high |
number |
summary.risk.low |
number |
summary.risk.medium |
number |
summary.risk.unknown |
number |
Types/Validations/MultipleValidation.ts:5
Ƭ MultipleValidationJobResult: Object
Name | Type |
---|---|
createdAt |
Date |
downloadUrl? |
{ csv : string ; json : string } |
downloadUrl.csv |
string |
downloadUrl.json |
string |
id |
string |
quantity |
number |
recordsProcessed |
number | null |
responseStatusCode |
number |
status |
string |
summary? |
{ result : { catchAll : number ; deliverable : number ; doNotSend : number ; undeliverable : number ; unknown : number } ; risk : { high : number ; low : number ; medium : number ; unknown : number } } |
summary.result |
{ catchAll : number ; deliverable : number ; doNotSend : number ; undeliverable : number ; unknown : number } |
summary.result.catchAll |
number |
summary.result.deliverable |
number |
summary.result.doNotSend |
number |
summary.result.undeliverable |
number |
summary.result.unknown |
number |
summary.risk |
{ high : number ; low : number ; medium : number ; unknown : number } |
summary.risk.high |
number |
summary.risk.low |
number |
summary.risk.medium |
number |
summary.risk.unknown |
number |
Types/Validations/MultipleValidation.ts:32
Ƭ MultipleValidationJobsListQuery: Object
Name | Type |
---|---|
limit |
number |
page? |
string |
Types/Validations/MultipleValidation.ts:78
Ƭ MultipleValidationJobsListResponse: Object
Name | Type |
---|---|
body |
{ jobs : MultipleValidationJobData [] ; paging : PagesList ; total : number } |
body.jobs |
MultipleValidationJobData [] |
body.paging |
PagesList |
body.total |
number |
status |
number |
Types/Validations/MultipleValidation.ts:83
Ƭ MultipleValidationJobsListResult: Object
Name | Type |
---|---|
jobs |
MultipleValidationJobResult [] |
pages |
ParsedPagesList |
status |
number |
total |
number |
Types/Validations/MultipleValidation.ts:71
Ƭ MutateDomainTemplateVersionAPIResponse: Object
Name | Type |
---|---|
body |
{ message : string ; template : { name : string ; version : { tag : string } } } |
body.message |
string |
body.template |
{ name : string ; version : { tag : string } } |
body.template.name |
string |
body.template.version |
{ tag : string } |
body.template.version.tag |
string |
status |
number |
Types/Domains/DomainTemplates.ts:136
Ƭ MutateDomainTemplateVersionResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
templateName |
string |
templateVersion |
{ tag : string } |
templateVersion.tag |
string |
Types/Domains/DomainTemplates.ts:149
Ƭ NewMultipleMembersResponse: Object
Name | Type |
---|---|
list |
MailingList |
message |
string |
task-id |
string |
Types/MailingLists/MailingListMembers.ts:52
Ƭ NotificationAPIResponse: Object
Name | Type |
---|---|
body |
{ message : string } |
body.message |
string |
status |
number |
Types/Domains/DomainTemplates.ts:110
Ƭ NotificationResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
Types/Domains/DomainTemplates.ts:117
Ƭ OnCallEmptyHeaders: Object
▪ [key: string
]: undefined
Types/Common/RequestOptions.ts:4
Ƭ OnCallRequestOptions: Object
▪ [key: string
]: unknown
| undefined
Name | Type |
---|---|
headers? |
AxiosRequestHeaders | RawAxiosRequestHeaders |
query? |
any |
timeout? |
number |
Types/Common/RequestOptions.ts:12
Ƭ OpenTrackingInfo: Object
Name | Type |
---|---|
active |
"yes" | "no" | "true" | "false" |
Types/Domains/DomainTracking.ts:36
Ƭ PagesList: Object
Name | Type |
---|---|
first |
string |
last |
string |
next |
string |
previous |
string |
Types/Common/NavigationThruPages.ts:1
Ƭ PagesListAccumulator: Object
▪ [index: string
]: ParsedPage
Types/Common/NavigationThruPages.ts:22
Ƭ ParsedPage: Object
Name | Type |
---|---|
id |
string |
iteratorPosition |
string | undefined |
page |
string |
url |
string |
Types/Common/NavigationThruPages.ts:8
Ƭ ParsedPagesList: Object
Name | Type |
---|---|
first |
ParsedPage |
last |
ParsedPage |
next |
ParsedPage |
previous |
ParsedPage |
Types/Common/NavigationThruPages.ts:15
Ƭ QueryWithPage: Object
Name | Type |
---|---|
page? |
string |
Types/Common/NavigationThruPages.ts:32
Ƭ ReplacementForPool: Object
Name | Type |
---|---|
ip? |
string |
pool_id? |
string |
Ƭ RequestOptions: MailgunClientOptions
& { headers
: AxiosRequestHeaders
| RawAxiosRequestHeaders
; timeout
: number
}
Types/Common/RequestOptions.ts:7
Ƭ ResponseWithPaging: Object
Name | Type |
---|---|
body |
{ paging : PagesList } |
body.paging |
PagesList |
Types/Common/NavigationThruPages.ts:26
Ƭ Route: Object
Name | Type |
---|---|
actions |
string [] |
created_at |
string |
description |
string |
expression |
string |
id |
string |
priority |
number |
Ƭ RoutesListQuery: Object
Name | Type |
---|---|
limit? |
number |
skip? |
number |
Ƭ ShortTemplateVersion: Object
Name | Type |
---|---|
active |
boolean |
comment |
string |
createdAt |
string | Date |
engine |
string |
id |
string |
mjml |
string |
tag |
string |
Types/Domains/DomainTemplates.ts:46
Ƭ StartValidationResult: Object
Name | Type |
---|---|
id |
string |
message |
string |
status |
number |
Types/MailingLists/MailingLists.ts:23
Ƭ Stat: Object
Name | Type |
---|---|
delivered |
{ http : number ; smtp : number ; total : number } |
delivered.http |
number |
delivered.smtp |
number |
delivered.total |
number |
time |
string | Date |
Ƭ StatsEvent: "accepted"
| "delivered"
| "opened"
| "clicked"
| "unsubscribed"
| "stored"
| "complained"
| "failed"
Ƭ StatsOptions: Object
Name | Type |
---|---|
end |
string | Date |
resolution |
string |
start |
string | Date |
stats |
Stat [] |
Ƭ StatsQuery: Object
Name | Type |
---|---|
duration? |
string |
end? |
string | Date |
event |
StatsEvent | StatsEvent [] |
resolution? |
"hour" | "day" | "month" |
start? |
string | Date |
Ƭ SubaccountListItem: Object
Name | Type |
---|---|
id |
string |
name |
string |
status |
string |
Types/Subaccounts/Subaccounts.ts:8
Ƭ SubaccountListResponseData: Object
Name | Type |
---|---|
subaccounts |
SubaccountListItem [] |
total |
number |
Types/Subaccounts/Subaccounts.ts:14
Ƭ SubaccountResponseData: Object
Name | Type |
---|---|
subaccount |
SubaccountListItem |
Types/Subaccounts/Subaccounts.ts:19
Ƭ SubaccountsQuery: Object
Name | Type |
---|---|
enabled? |
boolean |
limit? |
number |
skip? |
number |
sort? |
"asc" | "desc" |
Types/Subaccounts/Subaccounts.ts:1
Ƭ SuppressionCreationData: Object
Name | Type |
---|---|
address |
string |
code? |
number |
created_at? |
string |
domain? |
string |
error? |
string |
tag? |
string |
tags? |
string [] |
Types/Suppressions/Suppressions.ts:57
Ƭ SuppressionCreationResponse: Object
Name | Type |
---|---|
body |
{ message : string ; type? : string ; value? : string } |
body.message |
string |
body.type? |
string |
body.value? |
string |
status |
number |
Types/Suppressions/Suppressions.ts:67
Ƭ SuppressionCreationResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
type |
string |
value |
string |
Types/Suppressions/Suppressions.ts:76
Ƭ SuppressionDataType: BounceData
| ComplaintData
| UnsubscribeData
| WhiteListData
Types/Suppressions/Suppressions.ts:26
Ƭ SuppressionDestroyResponse: Object
Name | Type |
---|---|
body |
{ address? : string ; message : string ; value? : string } |
body.address? |
string |
body.message |
string |
body.value? |
string |
status |
number |
Types/Suppressions/Suppressions.ts:41
Ƭ SuppressionDestroyResult: Object
Name | Type |
---|---|
address |
string |
message |
string |
status |
number |
value |
string |
Types/Suppressions/Suppressions.ts:50
Ƭ SuppressionList: Object
Name | Type |
---|---|
items |
(IBounce | IComplaint | IUnsubscribe | IWhiteList )[] |
pages |
ParsedPagesList |
status |
number |
Types/Suppressions/Suppressions.ts:15
Ƭ SuppressionListQuery: Object
Name | Type |
---|---|
limit? |
number |
page? |
string |
Types/Suppressions/Suppressions.ts:21
Ƭ SuppressionListResponse: Object
Name | Type |
---|---|
body |
{ items : BounceData [] | ComplaintData [] | UnsubscribeData [] | WhiteListData [] ; paging : PagesList } |
body.items |
BounceData [] | ComplaintData [] | UnsubscribeData [] | WhiteListData [] |
body.paging |
PagesList |
status |
number |
Types/Suppressions/Suppressions.ts:28
Ƭ SuppressionResponse: Object
Name | Type |
---|---|
body |
SuppressionDataType |
status |
number |
Types/Suppressions/Suppressions.ts:36
Ƭ TDomain: Object
Name | Type |
---|---|
created_at |
string |
id? |
string |
is_disabled? |
boolean |
name |
string |
receiving_dns_records |
DNSRecord [] | null |
require_tls |
boolean |
sending_dns_records |
DNSRecord [] | null |
skip_verification |
boolean |
smtp_login |
string |
smtp_password |
string |
spam_action |
string |
state |
string |
type |
string |
web_prefix? |
string |
web_scheme? |
string |
wildcard |
boolean |
Ƭ TemplateQuery: Object
Name | Type |
---|---|
active |
YesNo |
Types/Domains/DomainTemplates.ts:42
Ƭ TemplateVersion: ShortTemplateVersion
& { template
: string
}
Types/Domains/DomainTemplates.ts:56
Ƭ UnsubscribeData: Object
Name | Type |
---|---|
address |
string |
created_at |
string | Date |
tags |
any |
Types/Suppressions/Unsubscribe.ts:2
Ƭ UnsubscribeTrackingInfo: Object
Name | Type |
---|---|
active |
"yes" | "no" | "true" | "false" |
html_footer |
string |
text_footer |
string |
Types/Domains/DomainTracking.ts:43
Ƭ UpdateDomainCredentialsData: Object
Name | Type |
---|---|
password |
string |
Types/Domains/DomainCredentials.ts:51
Ƭ UpdateDomainTrackingResponse: Object
Name | Type |
---|---|
body |
UpdatedOpenTracking |
status |
number |
Types/Domains/DomainTracking.ts:31
Ƭ UpdateOrDeleteDomainTemplateAPIResponse: Object
Name | Type |
---|---|
body |
{ message : string ; template : { name : string } } |
body.message |
string |
body.template |
{ name : string } |
body.template.name |
string |
status |
number |
Types/Domains/DomainTemplates.ts:94
Ƭ UpdateOrDeleteDomainTemplateResult: Object
Name | Type |
---|---|
message |
string |
status |
number |
templateName? |
string |
Types/Domains/DomainTemplates.ts:104
Ƭ UpdateRouteResponse: Route
& { message
: string
}
Ƭ UpdatedConnectionSettings: Object
Name | Type |
---|---|
message |
string |
require_tls |
boolean |
skip_verification |
boolean |
Ƭ UpdatedConnectionSettingsRes: Object
Name | Type |
---|---|
body |
UpdatedConnectionSettings |
status |
number |
Ƭ UpdatedDKIMAuthority: Object
Name | Type |
---|---|
changed |
boolean |
message |
string |
sending_dns_records |
DNSRecord [] |
Ƭ UpdatedDKIMAuthorityResponse: Object
Name | Type |
---|---|
body |
UpdatedDKIMAuthority |
status |
200 |
Ƭ UpdatedDKIMSelectorResponse: Object
Name | Type |
---|---|
body |
MessageResponse |
status |
number |
Ƭ UpdatedOpenTracking: Object
Name | Type |
---|---|
click? |
{ active : boolean | "htmlonly" } |
click.active |
boolean | "htmlonly" |
message |
string |
open? |
{ active : boolean } |
open.active |
boolean |
unsubscribe? |
{ active : boolean ; html_footer : string ; text_footer : string } |
unsubscribe.active |
boolean |
unsubscribe.html_footer |
string |
unsubscribe.text_footer |
string |
Types/Domains/DomainTracking.ts:20
Ƭ UpdatedUrlAndQuery: Object
Name | Type |
---|---|
updatedQuery |
Record <string , unknown > |
url |
string |
Types/Common/NavigationThruPages.ts:36
Ƭ UpdatedWebPrefix: Object
Name | Type |
---|---|
message |
string |
Ƭ UpdatedWebPrefixResponse: Object
Name | Type |
---|---|
body |
MessageResponse |
status |
number |
Ƭ ValidationQuery: Object
Name | Type |
---|---|
address |
string |
Types/Validations/Validation.ts:3
Ƭ ValidationResponse: Object
Name | Type |
---|---|
body |
ValidationResult |
status |
number |
Types/Validations/Validation.ts:15
Ƭ ValidationResult: Object
Name | Type |
---|---|
address |
string |
is_disposable_address |
boolean |
is_role_address |
boolean |
reason |
string [] |
result |
string |
risk |
string |
Types/Validations/Validation.ts:6
Ƭ WebPrefixInfo: Object
Name | Type |
---|---|
webPrefix |
string |
Ƭ WebhookList: Object
▪ [id: string
]: { urls
: string
[] }
Ƭ WebhookResponse: Object
Name | Type |
---|---|
body |
WebhookResponseBody |
status |
number |
Ƭ WebhookResponseBody: Object
Name | Type |
---|---|
message |
string |
webhook |
APIWebhook |
Ƭ WebhookResult: Object
Name | Type | Description |
---|---|---|
id |
string |
- |
url |
string | undefined |
Deprecated url property is deprecated. Use "urls" instead. |
urls |
string [] |
- |
Ƭ WebhookValidationResponse: Object
Name | Type |
---|---|
code |
number |
message |
string |
Ƭ WebhooksQuery: Object
Name | Type |
---|---|
limit? |
number |
skip? |
number |
Ƭ WhiteListData: Object
Name | Type |
---|---|
createdAt |
string | Date |
reason |
string |
type |
string |
value |
string |