@nomalism-com/types 0.36.14 → 0.36.15

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.
@@ -11,7 +11,7 @@ export interface IFindByDocumentLineStateResponse {
11
11
  created_by: string;
12
12
  who_handles: string | null;
13
13
  tags: string;
14
- upfront_total: number;
14
+ adjudicated: number;
15
15
  unread: boolean;
16
16
  }
17
17
  export interface IFindByStateRequest {
@@ -268,7 +268,7 @@ export interface IDocumentListResponse {
268
268
  stock_in: boolean;
269
269
  stock_out: boolean;
270
270
  cativado: boolean;
271
- client_upfront: boolean;
271
+ adjudicated: boolean;
272
272
  }
273
273
  export declare const IWarningEnum: {
274
274
  AvisoTotal: 'AvisoTotal';
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.14",
12
+ "version": "0.36.15",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -13,7 +13,7 @@ export interface IFindByDocumentLineStateResponse {
13
13
  created_by: string;
14
14
  who_handles: string | null;
15
15
  tags: string;
16
- upfront_total: number;
16
+ adjudicated: number;
17
17
  unread: boolean;
18
18
  }
19
19
 
@@ -343,7 +343,7 @@ export interface IDocumentListResponse {
343
343
  stock_in: boolean;
344
344
  stock_out: boolean;
345
345
  cativado: boolean;
346
- client_upfront: boolean;
346
+ adjudicated: boolean;
347
347
  }
348
348
 
349
349
  // warning type enum