@deliverart/sdk-js-core 2.13.1 → 2.13.3
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.cjs +4 -1
- package/dist/index.js +4 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -13684,7 +13684,10 @@ var emailTemplateKeys = [
|
|
|
13684
13684
|
"order_created",
|
|
13685
13685
|
"order_delivered",
|
|
13686
13686
|
"order_in_preparation",
|
|
13687
|
-
"order_preparation_done"
|
|
13687
|
+
"order_preparation_done",
|
|
13688
|
+
"subscription_expiring",
|
|
13689
|
+
"subscription_low_credits",
|
|
13690
|
+
"subscription_pending_renewal"
|
|
13688
13691
|
];
|
|
13689
13692
|
var emailTemplateKeySchema = external_exports.enum(emailTemplateKeys);
|
|
13690
13693
|
var apiTokenTypes = ["full_access", "point_of_sale"];
|
package/dist/index.js
CHANGED
|
@@ -13648,7 +13648,10 @@ var emailTemplateKeys = [
|
|
|
13648
13648
|
"order_created",
|
|
13649
13649
|
"order_delivered",
|
|
13650
13650
|
"order_in_preparation",
|
|
13651
|
-
"order_preparation_done"
|
|
13651
|
+
"order_preparation_done",
|
|
13652
|
+
"subscription_expiring",
|
|
13653
|
+
"subscription_low_credits",
|
|
13654
|
+
"subscription_pending_renewal"
|
|
13652
13655
|
];
|
|
13653
13656
|
var emailTemplateKeySchema = external_exports.enum(emailTemplateKeys);
|
|
13654
13657
|
var apiTokenTypes = ["full_access", "point_of_sale"];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-core",
|
|
3
3
|
"description": "Core SDK for DeliverArt, providing essential functionalities and utilities.",
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/qs": "^6.14.0",
|
|
28
|
-
"@deliverart/sdk-js-global-types": "2.13.
|
|
28
|
+
"@deliverart/sdk-js-global-types": "2.13.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "tsup src/index.ts --dts --format esm,cjs",
|