digicust_types 1.8.63 → 1.8.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,9 +46,9 @@ export declare enum MasterDataCreationType {
46
46
  file = "file"
47
47
  }
48
48
  export interface MaterialModel {
49
- id: string;
50
- customerId: string;
51
- projectId: string;
49
+ id?: string;
50
+ customerId?: string;
51
+ projectId?: string;
52
52
  creationType: MasterDataCreationType;
53
53
  matchingType: "materialNumber" | "tariffNumber";
54
54
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.63",
3
+ "version": "1.8.64",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",