@bondsports/types 2.1.40 → 2.1.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,5 +35,5 @@ export declare class CustomerImportResponseDto {
35
35
  problems: any[];
36
36
  }
37
37
  export declare class CustomerImportOptionsDto {
38
- toObfuscated: boolean;
38
+ toObfuscated: string;
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.40",
3
+ "version": "2.1.41",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {