@bondsports/types 2.2.17 → 2.2.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
38
38
  maxFemaleWaitlist: number | null;
39
39
  facilityId: number | null;
40
40
  facilityName?: string;
41
+ facilityTimezone?: string;
41
42
  addressId: number | null;
42
43
  sport: SportsEnum;
43
44
  minAge: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;CA+HlE;AA/HD,sCA+HC"}
1
+ {"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;CAiIlE;AAjID,sCAiIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {