digicust_types 1.8.40 → 1.8.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,9 @@ import { ProcessingModel } from "../queue";
6
6
  export interface CaseModel {
7
7
  id?: string;
8
8
  customerId?: string;
9
+ customerName?: string;
9
10
  projectId?: string;
11
+ projectName?: string;
10
12
  moduleId?: string;
11
13
  environment?: Environment;
12
14
  testingData?: any;
@@ -6,7 +6,9 @@ export interface PackingListModel extends DigicustDocumentModel, LineItemContain
6
6
  recipient?: CompanyModel;
7
7
  consignee?: CompanyModel;
8
8
  beneficiary?: CompanyModel;
9
- rawData?: [];
9
+ rawData?: {
10
+ [key: string]: string;
11
+ }[];
10
12
  language?: LanguageModel & Meta<DocumentLanguage>;
11
13
  packingList?: Meta<string>;
12
14
  issueDate?: DateTimeModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.40",
3
+ "version": "1.8.42",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",