digicust_types 1.7.506 → 1.7.508

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.
@@ -127,6 +127,7 @@ export interface MaterialModel {
127
127
  documentTypeCodes?: (DocumentCode & {
128
128
  procedure?: ProcedureMode | "any";
129
129
  reference?: string;
130
+ description?: string;
130
131
  issuingDate?: DateTimeModel;
131
132
  } & Workflow<DigicustDocumentType>)[];
132
133
  CAS?: Workflow<string>;
@@ -15,4 +15,5 @@ export interface UserModel {
15
15
  streetAddress?: string;
16
16
  subscribeToNewsletter?: boolean;
17
17
  acceptTerms?: boolean;
18
+ role?: "admin" | "user";
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.506",
3
+ "version": "1.7.508",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",