grapp-common-se 0.6.49 → 0.6.52

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.
@@ -43,6 +43,7 @@ export interface Order extends Resource {
43
43
  transferred?: boolean;
44
44
  transferStatus?: TransferStatus;
45
45
  sendTo?: SendTo[];
46
+ transferDate?: Number;
46
47
  }
47
48
  export interface SendTo {
48
49
  transferStatus?: TransferStatus;
@@ -35,6 +35,7 @@ export interface Request extends Resource {
35
35
  files?: string[] | (File | InnerFile)[];
36
36
  authorizationNumber?: string;
37
37
  auditAlert?: IAlerts;
38
+ nroatencion?: string;
38
39
  }
39
40
  interface IAlerts {
40
41
  visible: boolean;
@@ -30,7 +30,11 @@ export declare enum IDType {
30
30
  MS = "MS",
31
31
  CN = "CN",
32
32
  DE = "DE",
33
- SC = "SC"
33
+ SC = "SC",
34
+ PIP = "PIP",
35
+ PTP = "PTP",
36
+ PPT = "PPT",
37
+ PIP_TT = "PIP-TT"
34
38
  }
35
39
  export declare enum UserType {
36
40
  COORDINATOR = 0,
@@ -17,6 +17,10 @@ var IDType;
17
17
  IDType["CN"] = "CN";
18
18
  IDType["DE"] = "DE";
19
19
  IDType["SC"] = "SC";
20
+ IDType["PIP"] = "PIP";
21
+ IDType["PTP"] = "PTP";
22
+ IDType["PPT"] = "PPT";
23
+ IDType["PIP_TT"] = "PIP-TT";
20
24
  })(IDType = exports.IDType || (exports.IDType = {}));
21
25
  var UserType;
22
26
  (function (UserType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.49",
3
+ "version": "0.6.52",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {