@nomalism-com/types 0.36.15 → 0.36.16

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.
@@ -287,7 +287,7 @@ export interface IFindRmOpenDocuments {
287
287
  document_header_id: string;
288
288
  document_number: string;
289
289
  identifier: string;
290
- upfront_total: number | null;
290
+ adjudicated: boolean;
291
291
  who_handles: string | null;
292
292
  document_lines: {
293
293
  document_line_id: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.15",
12
+ "version": "0.36.16",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -370,7 +370,7 @@ export interface IFindRmOpenDocuments {
370
370
  document_header_id: string;
371
371
  document_number: string;
372
372
  identifier: string;
373
- upfront_total: number | null;
373
+ adjudicated: boolean;
374
374
  who_handles: string | null;
375
375
  document_lines: {
376
376
  document_line_id: string;