@dapex-tech/elite-online-services 0.0.30 → 0.0.31

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 +1,10 @@
1
- export type TrackDataDto = {};
1
+ export type TrackDataDto = {
2
+ /**
3
+ * Track 1 data from card swipe or insert
4
+ */
5
+ track1?: string;
6
+ /**
7
+ * Track 2 data from card swipe or insert
8
+ */
9
+ track2?: string;
10
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dapex-tech/elite-online-services",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "private": false,