@bondsports/types 2.1.36 → 2.1.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ export declare class AddImportedCustomerDto extends CreateOrEditCustomerDto {
7
7
  importedParentId?: string;
8
8
  importedPartnerId?: string;
9
9
  endDate?: string;
10
- startDate: string;
10
+ startDate?: string;
11
11
  membershipId?: number;
12
12
  }
13
13
  export declare class AddFamilyDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.36",
3
+ "version": "2.1.37",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {