@bondsports/types 2.2.24 → 2.2.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,4 +47,5 @@ export declare class Organization extends BondBaseEntity {
47
47
  fees: Fee[];
48
48
  paymentMethods: OrganizationPaymentMethod[];
49
49
  colorCodes: ColorCode[];
50
+ timezone?: string;
50
51
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAS7D,MAAa,YAAa,SAAQ,+BAAc;CAsF/C;AAtFD,oCAsFC"}
1
+ {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAS7D,MAAa,YAAa,SAAQ,+BAAc;CAyF/C;AAzFD,oCAyFC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.24",
3
+ "version": "2.2.25",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {