digicust_types 1.7.530 → 1.7.532

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,10 @@ export interface CaseModel {
34
34
  displayName?: string;
35
35
  date?: Date;
36
36
  };
37
+ createdBy?: {
38
+ id?: string;
39
+ displayName?: string;
40
+ };
37
41
  /** Case Type */
38
42
  procedureMode?: ProcedureMode;
39
43
  totalItemsLength?: number;
@@ -2,7 +2,7 @@ import { Meta, Money } from "..";
2
2
  /**
3
3
  * Information about VAT on a document
4
4
  */
5
- export interface TaxDetailsModel {
5
+ export interface TaxDetailsModel extends Meta<string> {
6
6
  vatRate?: Meta<number>;
7
7
  vatBase?: Money;
8
8
  vatAmount?: Money;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.530",
3
+ "version": "1.7.532",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",