@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 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240620.1",
3
+ "version": "0.20240625.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",