@medipass/utils 11.75.2-feature-installment-plans-sdk.0 → 11.75.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/CHANGELOG.md +8 -0
- package/constants.d.ts +0 -1
- package/constants.js +1 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [11.75.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.75.1...@medipass/utils@11.75.2) (2023-02-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @medipass/utils
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [11.75.1](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.75.0...@medipass/utils@11.75.1) (2023-02-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @medipass/utils
|
package/constants.d.ts
CHANGED
|
@@ -203,7 +203,6 @@ export declare const TRANSACTION_PAYMENT_OPTIONS: {
|
|
|
203
203
|
export declare const TRANSACTION_PLATFORM: {
|
|
204
204
|
readonly FUNDER: "funder";
|
|
205
205
|
readonly VIRTUAL_TERMINAL: "virtual-terminal";
|
|
206
|
-
readonly FUTURES: "futures";
|
|
207
206
|
};
|
|
208
207
|
export declare const TRANSACTION_STATUSES: {
|
|
209
208
|
readonly DISABLED: "disabled";
|
package/constants.js
CHANGED
|
@@ -248,8 +248,7 @@ var TRANSACTION_PAYMENT_OPTIONS = {
|
|
|
248
248
|
};
|
|
249
249
|
var TRANSACTION_PLATFORM = {
|
|
250
250
|
FUNDER: 'funder',
|
|
251
|
-
VIRTUAL_TERMINAL: 'virtual-terminal'
|
|
252
|
-
FUTURES: 'futures'
|
|
251
|
+
VIRTUAL_TERMINAL: 'virtual-terminal'
|
|
253
252
|
};
|
|
254
253
|
var TRANSACTION_STATUSES = {
|
|
255
254
|
DISABLED: 'disabled',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.75.2
|
|
3
|
+
"version": "11.75.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^2.6.2",
|
|
52
52
|
"typescript": "4.8.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "24aad1d1f241e14df98e2add87b2f5ae7f56dc63"
|
|
55
55
|
}
|