digicust_types 1.8.179 → 1.8.181

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { PreliminaryDocument, PreliminaryDocumentType } from ".";
2
2
  import { Meta } from "../../meta";
3
3
  export interface T1PreliminaryDocument extends PreliminaryDocument {
4
- type: PreliminaryDocumentType.ATB;
4
+ type: PreliminaryDocumentType.T1;
5
5
  reference?: Meta<string>;
6
6
  }
@@ -1,2 +1,3 @@
1
1
  export * from "./atb.model";
2
2
  export * from "./preliminary-document.model";
3
+ export * from "./T1.model";
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./atb.model"), exports);
18
18
  __exportStar(require("./preliminary-document.model"), exports);
19
+ __exportStar(require("./T1.model"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.179",
3
+ "version": "1.8.181",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",