@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.
- package/dist/main/index.d.mts +2 -0
- package/dist/main/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -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/dist/main/index.d.ts
CHANGED
|
@@ -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 = {
|