@nomalism-com/types 0.32.24 → 1.0.0

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.
@@ -1,4 +1,4 @@
1
- import { DocumentHeader } from '../../../shared/entities';
1
+ import { DocumentHeader, DocumentLineNote } from '../../../shared/entities';
2
2
  import * as IShared from '../../../shared/interface';
3
3
  import { type IProductType } from '../../stock/productGoogleSheets/interface';
4
4
  export declare const Route = "material_entrance";
@@ -77,6 +77,7 @@ export interface IUnfinishedPickingLineGroup {
77
77
  product_thumbnail: string | null;
78
78
  product_provider_ref: string | null;
79
79
  product_measure: string | null;
80
+ provider_notes: DocumentLineNote[];
80
81
  product_stock: number;
81
82
  product_type: IProductType;
82
83
  ordered_quantity: number;
@@ -275,6 +275,7 @@ export type PaymentMethods = {
275
275
  name: string;
276
276
  hidden: boolean | null;
277
277
  is_numerary: boolean;
278
+ saft_code: string;
278
279
  is_mb: boolean;
279
280
  is_credit: boolean;
280
281
  created_at: Date;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.32.24",
12
+ "version": "1.0.0",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [