digicust_types 1.8.86 → 1.8.88

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ export interface TariffNumberSuggestion {
5
5
  export interface TariffClassifyV2Payload {
6
6
  product_name: string;
7
7
  customer_id: string;
8
+ project_id: string;
8
9
  details?: string;
9
10
  description?: string;
10
11
  level?: string;
@@ -37,6 +38,7 @@ export type TariffWSMessage = {
37
38
  sender: TariffWSMessageSender;
38
39
  message: string;
39
40
  customer_id: string;
41
+ project_id: string;
40
42
  type?: TariffWSMessageType;
41
43
  number?: string;
42
44
  };
@@ -1,3 +1,4 @@
1
1
  export * from "./digicust";
2
2
  export * from "./rossum";
3
3
  export * from "./ml";
4
+ export * from "./taric";
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./digicust"), exports);
18
18
  __exportStar(require("./rossum"), exports);
19
19
  __exportStar(require("./ml"), exports);
20
+ __exportStar(require("./taric"), exports);
@@ -0,0 +1,7 @@
1
+ export interface CertificateSegmentModel {
2
+ certificateType: string;
3
+ code: string;
4
+ certificateDesc: string;
5
+ certificateTypeDesc: string;
6
+ segmentDE: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,3 +3,4 @@ export * from "./certificate-area-segment.model";
3
3
  export * from "./geographical-area.model";
4
4
  export * from "./measure.model";
5
5
  export * from "./measure-action.model";
6
+ export * from "./certificate-segment.model";
@@ -19,3 +19,4 @@ __exportStar(require("./certificate-area-segment.model"), exports);
19
19
  __exportStar(require("./geographical-area.model"), exports);
20
20
  __exportStar(require("./measure.model"), exports);
21
21
  __exportStar(require("./measure-action.model"), exports);
22
+ __exportStar(require("./certificate-segment.model"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.86",
3
+ "version": "1.8.88",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",