@bondsports/types 2.2.58 → 2.2.59

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,7 +65,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
65
65
  registrationConstraints?: RegistrationConstraint;
66
66
  parentSession: ProgramSeason;
67
67
  facility: Facility;
68
- ageCalcDate: Date;
68
+ ageCalcDate: string;
69
69
  ordinal: number;
70
70
  colorCodeId?: number;
71
71
  colorCode?: ColorCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.58",
3
+ "version": "2.2.59",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {