@medipass/utils 11.75.2 → 11.76.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.76.0](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.75.2...@medipass/utils@11.76.0) (2023-02-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **sdk:** futures ([#748](https://github.com/medipass/web-medicules/issues/748)) ([58b7d62](https://github.com/medipass/web-medicules/commit/58b7d62))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [11.75.2](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.75.1...@medipass/utils@11.75.2) (2023-02-20)
7
18
 
8
19
  **Note:** Version bump only for package @medipass/utils
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.2",
3
+ "version": "11.76.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": "24aad1d1f241e14df98e2add87b2f5ae7f56dc63"
54
+ "gitHead": "8713fcbef4afd57c4a7bc63a77f25a8ad8d82ae2"
55
55
  }