@nomalism-com/types 0.36.19 → 0.36.20

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.
@@ -46,6 +46,7 @@ export declare const conferirEncomendaClienteOptions: string[];
46
46
  export interface IConferirEncomendaClienteRequest {
47
47
  option: IConferirEncomendaClienteOptions;
48
48
  document_line_ids: string[];
49
+ observation?: string;
49
50
  }
50
51
  export interface IConferirEncomendaClienteResponse {
51
52
  document_line_id: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.19",
12
+ "version": "0.36.20",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -88,6 +88,7 @@ export const conferirEncomendaClienteOptions = Object.keys(ConferirEncomendaClie
88
88
  export interface IConferirEncomendaClienteRequest {
89
89
  option: IConferirEncomendaClienteOptions;
90
90
  document_line_ids: string[];
91
+ observation?: string;
91
92
  }
92
93
 
93
94
  export interface IConferirEncomendaClienteResponse {