digicust_types 1.8.77 → 1.8.78

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ export interface CertificateAreaSegmentModel {
2
+ areaId: string;
3
+ certificateType: string;
4
+ code: string;
5
+ measureConditionCode: string;
6
+ measureConditionCodeDesc: string;
7
+ certificateDesc: string;
8
+ segmentDE: string;
9
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export * from "./certificate.model";
2
+ export * from "./certificate-area-segment.model";
3
+ export * from "./geographical-area.model";
4
+ export * from "./measure.model";
5
+ export * from "./measure-action.model";
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./certificate.model"), exports);
18
+ __exportStar(require("./certificate-area-segment.model"), exports);
19
+ __exportStar(require("./geographical-area.model"), exports);
20
+ __exportStar(require("./measure.model"), exports);
21
+ __exportStar(require("./measure-action.model"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.77",
3
+ "version": "1.8.78",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",