@nomalism-com/types 0.45.47 → 0.45.48

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.
@@ -114,6 +114,7 @@ export interface IUpdateManyRequest {
114
114
  }
115
115
  export interface IUpdateManyByDocumentHeaderRequest {
116
116
  sent_to_provider?: boolean;
117
+ sent_to_client?: boolean;
117
118
  }
118
119
  export interface IUpdateLineStatesTriggerResponse {
119
120
  document_header_id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.45.47",
4
+ "version": "0.45.48",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",