@nomalism-com/types 0.39.17 → 0.39.19

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.
@@ -142,6 +142,7 @@ export interface IEntityMinified {
142
142
  tax: number;
143
143
  multimedia_id: string | null;
144
144
  integer_only: boolean;
145
+ available: number;
145
146
  }
146
147
  export interface IPrintLabelQueryRequest {
147
148
  token: string;
@@ -18,7 +18,6 @@ import type { ProjectInfo } from './integration';
18
18
  */
19
19
  export type Chat = {
20
20
  id: string;
21
- owner_id: string;
22
21
  document_header_id: string;
23
22
  message: string;
24
23
  email_processed: boolean;
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.39.17",
4
+ "version": "0.39.19",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",