@nomalism-com/types 1.3.12 → 1.3.13
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.
|
@@ -2,7 +2,7 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { DocumentLine, DocumentLineVirtuals, DocumentLinePendingConflict, DocumentLineBaseVirtuals, ProductPromotionVirtuals, DocumentLineNote, DocumentLineRM } from '../../../shared/entities/stock';
|
|
3
3
|
import * as IDocumentLineAssoc from '../documentLineAssoc/interfaces';
|
|
4
4
|
import { IDocumentTypeCodeType, IDocumentTypeUserType } from '../documentType/interfaces';
|
|
5
|
-
import { IProductType } from '../../stock/productGoogleSheets/interface';
|
|
5
|
+
import { IProductType, IProductState } from '../../stock/productGoogleSheets/interface';
|
|
6
6
|
import type { IGetProductType, IGetProductGroup } from '../../integration/googleSheets/interfaces';
|
|
7
7
|
export type Entity = DocumentLine;
|
|
8
8
|
export declare const Route = "documentLine";
|
|
@@ -65,7 +65,7 @@ export interface IEntityExtended extends Omit<DocumentLine, 'data'> {
|
|
|
65
65
|
product_type: IProductType | null;
|
|
66
66
|
product_id_provider: number | null;
|
|
67
67
|
product_provider_ref: string | null;
|
|
68
|
-
|
|
68
|
+
product_state: IProductState | null;
|
|
69
69
|
product_no_discount: boolean;
|
|
70
70
|
product_measure: string | null;
|
|
71
71
|
product_integer_only: 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": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|