@prezly/sdk 14.3.0 → 14.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/dist/api/constants.cjs
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.DEFAULT_USER_AGENT = void 0;
|
|
7
|
-
const VERSION = "14.
|
|
7
|
+
const VERSION = "14.4.0";
|
|
8
8
|
const URL = 'https://github.com/prezly/javascript-sdk';
|
|
9
9
|
const DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
|
|
10
10
|
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
package/dist/api/constants.js
CHANGED
package/dist/types/Currency.cjs
CHANGED
package/dist/types/Currency.d.ts
CHANGED
package/dist/types/Currency.js
CHANGED
package/dist/types/License.d.ts
CHANGED
|
@@ -19,6 +19,11 @@ export interface SenderDomain {
|
|
|
19
19
|
* Upgrading to the newer setup would mean higher delivery rate.
|
|
20
20
|
*/
|
|
21
21
|
is_upgrade_recommended: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Indicate whether the domain is on a deprecated email verification setup.
|
|
24
|
+
* Upgrading is required.
|
|
25
|
+
*/
|
|
26
|
+
is_upgrade_required: boolean;
|
|
22
27
|
/**
|
|
23
28
|
* There were different verification setups we've been using over the years.
|
|
24
29
|
* The latest one, which is also the best so far, is `v3`.
|