@sendly/node 3.4.0 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -440,7 +440,7 @@ interface BatchListResponse {
|
|
|
440
440
|
/**
|
|
441
441
|
* Error codes returned by the Sendly API
|
|
442
442
|
*/
|
|
443
|
-
type SendlyErrorCode = "invalid_request" | "unauthorized" | "invalid_auth_format" | "invalid_key_format" | "invalid_api_key" | "key_revoked" | "key_expired" | "insufficient_permissions" | "insufficient_credits" | "unsupported_destination" | "not_found" | "rate_limit_exceeded" | "internal_error";
|
|
443
|
+
type SendlyErrorCode = "invalid_request" | "unauthorized" | "invalid_auth_format" | "invalid_key_format" | "invalid_api_key" | "api_key_required" | "key_revoked" | "key_expired" | "insufficient_permissions" | "insufficient_credits" | "unsupported_destination" | "not_found" | "rate_limit_exceeded" | "internal_error";
|
|
444
444
|
/**
|
|
445
445
|
* Error response from the Sendly API
|
|
446
446
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -440,7 +440,7 @@ interface BatchListResponse {
|
|
|
440
440
|
/**
|
|
441
441
|
* Error codes returned by the Sendly API
|
|
442
442
|
*/
|
|
443
|
-
type SendlyErrorCode = "invalid_request" | "unauthorized" | "invalid_auth_format" | "invalid_key_format" | "invalid_api_key" | "key_revoked" | "key_expired" | "insufficient_permissions" | "insufficient_credits" | "unsupported_destination" | "not_found" | "rate_limit_exceeded" | "internal_error";
|
|
443
|
+
type SendlyErrorCode = "invalid_request" | "unauthorized" | "invalid_auth_format" | "invalid_key_format" | "invalid_api_key" | "api_key_required" | "key_revoked" | "key_expired" | "insufficient_permissions" | "insufficient_credits" | "unsupported_destination" | "not_found" | "rate_limit_exceeded" | "internal_error";
|
|
444
444
|
/**
|
|
445
445
|
* Error response from the Sendly API
|
|
446
446
|
*/
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED