@bondsports/types 2.1.35 → 2.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,13 +21,13 @@ export declare class CustomerImportValidationDto {
21
21
  }
22
22
  export declare class ExistingCustomerDto {
23
23
  id: number;
24
- importedID: string;
24
+ importedId: string;
25
25
  name: string;
26
26
  email: string;
27
27
  }
28
28
  export declare class ExistingUserDto {
29
29
  id: number;
30
- importedID: string;
30
+ importedId: string;
31
31
  email: string;
32
32
  }
33
33
  export declare class CustomerImportResponseDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.35",
3
+ "version": "2.1.36",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {