@globalscoutme/api-client 1.0.22 → 1.0.24

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.
@@ -56,6 +56,10 @@ export type PlayerResponseDto = {
56
56
  * Updated at
57
57
  */
58
58
  updatedAt?: string | null;
59
+ /**
60
+ * Phone number
61
+ */
62
+ phone?: string | null;
59
63
  };
60
64
  export type DivisionDto = {
61
65
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalscoutme/api-client",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "GlobalScoutMe API client (generated)",
5
5
  "author": "GlobalScoutMe",
6
6
  "license": "UNLICENSED",
package/types.gen.ts CHANGED
@@ -60,6 +60,10 @@ export type PlayerResponseDto = {
60
60
  * Updated at
61
61
  */
62
62
  updatedAt?: string | null;
63
+ /**
64
+ * Phone number
65
+ */
66
+ phone?: string | null;
63
67
  };
64
68
 
65
69
  export type DivisionDto = {