@matchi/api 0.20250313.1 → 0.20250317.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/main/index.d.mts +4 -0
- package/dist/main/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -1447,6 +1447,10 @@ type playSessionSettings = {
|
|
|
1447
1447
|
* Contact details can be email, phone number or other contact information.
|
|
1448
1448
|
*/
|
|
1449
1449
|
contactDetails?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* Self-assessed level of the booking owner.
|
|
1452
|
+
*/
|
|
1453
|
+
ownerLevel?: string;
|
|
1450
1454
|
/**
|
|
1451
1455
|
* The number of available spots on the play session.
|
|
1452
1456
|
*/
|
package/dist/main/index.d.ts
CHANGED
|
@@ -1447,6 +1447,10 @@ type playSessionSettings = {
|
|
|
1447
1447
|
* Contact details can be email, phone number or other contact information.
|
|
1448
1448
|
*/
|
|
1449
1449
|
contactDetails?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* Self-assessed level of the booking owner.
|
|
1452
|
+
*/
|
|
1453
|
+
ownerLevel?: string;
|
|
1450
1454
|
/**
|
|
1451
1455
|
* The number of available spots on the play session.
|
|
1452
1456
|
*/
|