@matchi/api 0.20240620.1 → 0.20240625.1
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1077,6 +1077,7 @@ type playSessionUser = {
|
|
|
1077
1077
|
lastUpdated: timeStamp;
|
|
1078
1078
|
comment?: string;
|
|
1079
1079
|
contactDetails?: string;
|
|
1080
|
+
level?: string;
|
|
1080
1081
|
};
|
|
1081
1082
|
|
|
1082
1083
|
type playSession = {
|
|
@@ -1099,6 +1100,7 @@ type playSessionResponse = {
|
|
|
1099
1100
|
type playsessionUserDetails = {
|
|
1100
1101
|
comment?: string;
|
|
1101
1102
|
contactDetails?: string;
|
|
1103
|
+
level?: string;
|
|
1102
1104
|
};
|
|
1103
1105
|
|
|
1104
1106
|
type priceDetails = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1077,6 +1077,7 @@ type playSessionUser = {
|
|
|
1077
1077
|
lastUpdated: timeStamp;
|
|
1078
1078
|
comment?: string;
|
|
1079
1079
|
contactDetails?: string;
|
|
1080
|
+
level?: string;
|
|
1080
1081
|
};
|
|
1081
1082
|
|
|
1082
1083
|
type playSession = {
|
|
@@ -1099,6 +1100,7 @@ type playSessionResponse = {
|
|
|
1099
1100
|
type playsessionUserDetails = {
|
|
1100
1101
|
comment?: string;
|
|
1101
1102
|
contactDetails?: string;
|
|
1103
|
+
level?: string;
|
|
1102
1104
|
};
|
|
1103
1105
|
|
|
1104
1106
|
type priceDetails = {
|