Skip to content

Commit b25f2bf

Browse files
other: Update d.ts file
1 parent 71efcc5 commit b25f2bf

File tree

3 files changed

+21390
-6
lines changed

3 files changed

+21390
-6
lines changed

dist/error.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export default class APIError extends Error {
33
status: number | string;
44
stack: string;
55
details: string;
6+
type: string;
67
constructor({ status, statusText, message, body }: APIErrorOptions);
78
}

dist/mailgun.node.js

Lines changed: 13009 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailgun.web.js

Lines changed: 8380 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)