digicust_types 1.8.379 → 1.8.381

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,7 @@ export interface ProjectModel {
64
64
  [date: string]: number;
65
65
  };
66
66
  };
67
+ invitedUsers?: string[];
67
68
  }
68
69
  /**
69
70
  * Information about a notification Model
@@ -110,5 +110,6 @@ export interface LineItemModel {
110
110
  grossWeight?: Weight;
111
111
  weightUnit?: Meta<WeightUnit>;
112
112
  };
113
+ _isNew?: boolean;
113
114
  }
114
115
  export declare const condenseLineItem: (lineItem?: LineItemModel) => LineItemModel;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  * Information about an uploaded file. Used by multer package.
4
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.379",
3
+ "version": "1.8.381",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -1,7 +0,0 @@
1
- import { UserInput } from "./documents";
2
- export interface UserInputTemplate {
3
- id: string;
4
- name: string;
5
- description?: string;
6
- userInput?: UserInput;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });