mailchannels-sdk 0.4.6 → 0.5.0
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/README.md +3 -3
- package/dist/mailchannels.d.mts +1888 -4
- package/dist/mailchannels.d.ts +1888 -4
- package/dist/mailchannels.mjs +2048 -2
- package/package.json +10 -12
- package/dist/modules.d.mts +0 -2
- package/dist/modules.d.ts +0 -2
- package/dist/modules.mjs +0 -2039
- package/dist/shared/mailchannels-sdk.DgBM4Ujq.d.mts +0 -1875
- package/dist/shared/mailchannels-sdk.DgBM4Ujq.d.ts +0 -1875
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ This library provides a simple way to interact with the [MailChannels API](https
|
|
|
13
13
|
<!-- #endregion overview -->
|
|
14
14
|
|
|
15
15
|
<!-- #region note -->
|
|
16
|
-
> [!
|
|
17
|
-
> This library is
|
|
16
|
+
> [!IMPORTANT]
|
|
17
|
+
> **Disclaimer**: This library is not associated with [MailChannels Corporation](https://mailchannels.com/).
|
|
18
18
|
<!-- #endregion note -->
|
|
19
19
|
|
|
20
20
|
- [✨ Release Notes](CHANGELOG.md)
|
|
@@ -70,7 +70,7 @@ pnpm add mailchannels-sdk
|
|
|
70
70
|
|
|
71
71
|
Already implemented features are marked with a checkmark. Please open an issue if you find any bugs or missing features.
|
|
72
72
|
|
|
73
|
-
> [!
|
|
73
|
+
> [!NOTE]
|
|
74
74
|
> Links below point to the official MailChannels API documentation, options and responses may differ slightly when using this SDK. Please refer to the [documentation](https://mailchannels.yizack.com) for the correct usage of each feature.
|
|
75
75
|
|
|
76
76
|
### [Email API](https://docs.mailchannels.net/email-api/api-reference/email-api)
|