@medipass/utils 11.75.1 → 11.75.2-feature-installment-plans-sdk.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/constants.d.ts +1 -0
- package/constants.js +2 -1
- package/package.json +2 -2
package/constants.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ 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";
|
|
206
207
|
};
|
|
207
208
|
export declare const TRANSACTION_STATUSES: {
|
|
208
209
|
readonly DISABLED: "disabled";
|
package/constants.js
CHANGED
|
@@ -248,7 +248,8 @@ var TRANSACTION_PAYMENT_OPTIONS = {
|
|
|
248
248
|
};
|
|
249
249
|
var TRANSACTION_PLATFORM = {
|
|
250
250
|
FUNDER: 'funder',
|
|
251
|
-
VIRTUAL_TERMINAL: 'virtual-terminal'
|
|
251
|
+
VIRTUAL_TERMINAL: 'virtual-terminal',
|
|
252
|
+
FUTURES: 'futures'
|
|
252
253
|
};
|
|
253
254
|
var TRANSACTION_STATUSES = {
|
|
254
255
|
DISABLED: 'disabled',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.75.
|
|
3
|
+
"version": "11.75.2-feature-installment-plans-sdk.0",
|
|
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": "5ebc6f727a54662124469100602e116c8056488f"
|
|
55
55
|
}
|