@matchi/api 0.20260527.1 → 0.20260527.3

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.
@@ -1795,6 +1795,7 @@ type userPunchCard = {
1795
1795
  name: string;
1796
1796
  facilityName: string;
1797
1797
  facilityId: number;
1798
+ paymentId?: number | null;
1798
1799
  };
1799
1800
  declare namespace userPunchCard {
1800
1801
  enum type {
@@ -1815,6 +1816,7 @@ type userValueCard = {
1815
1816
  name: string;
1816
1817
  facilityId: number;
1817
1818
  facilityName: string;
1819
+ paymentId?: number | null;
1818
1820
  };
1819
1821
 
1820
1822
  type userOfferValueCardsResponse = {
@@ -1795,6 +1795,7 @@ type userPunchCard = {
1795
1795
  name: string;
1796
1796
  facilityName: string;
1797
1797
  facilityId: number;
1798
+ paymentId?: number | null;
1798
1799
  };
1799
1800
  declare namespace userPunchCard {
1800
1801
  enum type {
@@ -1815,6 +1816,7 @@ type userValueCard = {
1815
1816
  name: string;
1816
1817
  facilityId: number;
1817
1818
  facilityName: string;
1819
+ paymentId?: number | null;
1818
1820
  };
1819
1821
 
1820
1822
  type userOfferValueCardsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20260527.1",
3
+ "version": "0.20260527.3",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {