@foxy.io/sdk 1.11.0 → 1.11.1
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getNextTransactionDateConstraints = void 0;
|
|
4
|
-
const
|
|
4
|
+
const getNextTransactionDateConstraints_js_1 = require("../backend/getNextTransactionDateConstraints.js");
|
|
5
5
|
/**
|
|
6
6
|
* Finds which next transaction date modification rules are applicable to
|
|
7
7
|
* the given subscription and merges them together.
|
|
@@ -27,6 +27,6 @@ function getNextTransactionDateConstraints(data, rules) {
|
|
|
27
27
|
min: rule.min,
|
|
28
28
|
}));
|
|
29
29
|
}
|
|
30
|
-
return
|
|
30
|
+
return getNextTransactionDateConstraints_js_1.getNextTransactionDateConstraints(data, backendRules);
|
|
31
31
|
}
|
|
32
32
|
exports.getNextTransactionDateConstraints = getNextTransactionDateConstraints;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getNextTransactionDateConstraints as backendUtility } from '../backend/getNextTransactionDateConstraints';
|
|
1
|
+
import { getNextTransactionDateConstraints as backendUtility } from '../backend/getNextTransactionDateConstraints.js';
|
|
2
2
|
/**
|
|
3
3
|
* Finds which next transaction date modification rules are applicable to
|
|
4
4
|
* the given subscription and merges them together.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxy.io/sdk",
|
|
3
3
|
"type": "commonjs",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.1",
|
|
5
5
|
"description": "Universal SDK for a full server-side and a limited in-browser access to Foxy hAPI.",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"ts-node": "^9.1.1",
|
|
90
90
|
"ttypescript": "^1.5.15",
|
|
91
91
|
"typedoc": "^0.22.18",
|
|
92
|
+
"typedoc-plugin-missing-exports": "^1.0.0",
|
|
92
93
|
"typescript": "^4.0.3",
|
|
93
94
|
"webpack": "^5.75.0",
|
|
94
95
|
"webpack-cli": "^4.10.0",
|