@nomalism-com/types 0.27.79 → 0.27.80

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.
@@ -289,6 +289,8 @@ export interface ICreateProviderCreditNoteFromReturnRequest {
289
289
  total: number;
290
290
  }
291
291
  export interface ICreateFromHeaderResponse {
292
+ newDocumentHeaderId: string;
293
+ needsExternalValidation: boolean;
292
294
  brokerMessages: IShared.IBrokerMessage<IShared.IBrokerTopic>[];
293
295
  tasks: IShared.ITaskCluster[];
294
296
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.79",
12
+ "version": "0.27.80",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [