@bondsports/types 2.1.34 → 2.1.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import { CreateOrEditCustomerDto } from '../../customers/dto/createOrEditCustome
2
2
  import { Customer } from '../../entity/Customer';
3
3
  import { User } from '../../user/entities/User';
4
4
  export declare class AddImportedCustomerDto extends CreateOrEditCustomerDto {
5
- importedId: string;
5
+ importedId?: string;
6
6
  genderStr: string;
7
7
  importedParentId?: string;
8
8
  importedPartnerId?: string;
@@ -22,7 +22,7 @@ export declare class ImportMembershipDto extends CreateMembershipDto {
22
22
  }
23
23
  export declare class ImportMembershipMembersDto extends AddImportedCustomerDto {
24
24
  parentId?: number;
25
- importedMembershipId: string;
25
+ importedMembershipId?: string;
26
26
  paymentMethodId?: string;
27
27
  paymentMethodType?: PaymentMethodTypeEnum;
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {