@bondsports/types 2.1.28 → 2.1.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,5 +29,5 @@ export declare class ImportMembershipMembersDto extends AddImportedCustomerDto {
29
29
  membershipId: number;
30
30
  paymentMethodId?: string;
31
31
  paymentMethodType?: PaymentMethodTypeEnum;
32
- startDate?: Date;
32
+ startDate: string;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.28",
3
+ "version": "2.1.29",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {