@nomalism-com/types 0.36.14 → 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.
|
@@ -268,7 +268,7 @@ export interface IDocumentListResponse {
|
|
|
268
268
|
stock_in: boolean;
|
|
269
269
|
stock_out: boolean;
|
|
270
270
|
cativado: boolean;
|
|
271
|
-
|
|
271
|
+
adjudicated: boolean;
|
|
272
272
|
}
|
|
273
273
|
export declare const IWarningEnum: {
|
|
274
274
|
AvisoTotal: 'AvisoTotal';
|
|
@@ -287,7 +287,7 @@ export interface IFindRmOpenDocuments {
|
|
|
287
287
|
document_header_id: string;
|
|
288
288
|
document_number: string;
|
|
289
289
|
identifier: string;
|
|
290
|
-
|
|
290
|
+
adjudicated: boolean;
|
|
291
291
|
who_handles: string | null;
|
|
292
292
|
document_lines: {
|
|
293
293
|
document_line_id: string;
|
package/package.json
CHANGED
|
@@ -343,7 +343,7 @@ export interface IDocumentListResponse {
|
|
|
343
343
|
stock_in: boolean;
|
|
344
344
|
stock_out: boolean;
|
|
345
345
|
cativado: boolean;
|
|
346
|
-
|
|
346
|
+
adjudicated: boolean;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
// warning type enum
|
|
@@ -370,7 +370,7 @@ export interface IFindRmOpenDocuments {
|
|
|
370
370
|
document_header_id: string;
|
|
371
371
|
document_number: string;
|
|
372
372
|
identifier: string;
|
|
373
|
-
|
|
373
|
+
adjudicated: boolean;
|
|
374
374
|
who_handles: string | null;
|
|
375
375
|
document_lines: {
|
|
376
376
|
document_line_id: string;
|