volleyballsimtypes 0.0.498 → 0.0.499

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.
@@ -172,6 +172,7 @@ export type Team = Omit<DataProps<_Team>, 'roster' | '_rating' | 'rating' | 'tac
172
172
  };
173
173
  };
174
174
  nationalCountryName?: string;
175
+ isEvent?: boolean;
175
176
  };
176
177
  export type Standing = DataProps<_Standing> & {
177
178
  position: number;
@@ -172,6 +172,7 @@ export type Team = Omit<DataProps<_Team>, 'roster' | '_rating' | 'rating' | 'tac
172
172
  };
173
173
  };
174
174
  nationalCountryName?: string;
175
+ isEvent?: boolean;
175
176
  };
176
177
  export type Standing = DataProps<_Standing> & {
177
178
  position: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "volleyballsimtypes",
3
- "version": "0.0.498",
3
+ "version": "0.0.499",
4
4
  "description": "vbsim types",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",