@nomalism-com/types 0.43.98 → 0.43.99

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,6 +1,7 @@
1
1
  import type { DocumentHeader, DocumentLineNote } from '../../../shared/entities/stock';
2
2
  import * as IShared from '../../../shared/interface';
3
3
  import { type IProductType } from '../../stock/productGoogleSheets/interface';
4
+ import type { ISavedEmPickingData } from '../../stock/savedEmPicking/interfaces';
4
5
  export declare const Route = "material_entrance";
5
6
  export declare const UpperName = "MaterialEntrance";
6
7
  export declare const LowerName: string;
@@ -127,7 +128,7 @@ interface IRepository {
127
128
  undoEntradaMaterial(data: IUndoEntradaDeMaterialRequest): Promise<void>;
128
129
  findUnfinishedPickings(selector: IShared.IFindByIdRequest): Promise<IUnfinishedPickingsResponse[]>;
129
130
  findMaterialEntranceProviders(): Promise<IShared.IFindMinifiedResponse[]>;
130
- findDoneById(params: IShared.IFindByIdRequest): Promise<IUnfinishedPickingsResponse>;
131
+ findDoneById(params: IShared.IFindByIdRequest): Promise<ISavedEmPickingData | null>;
131
132
  }
132
133
  export type IApi = Omit<IRepository, 'finalizarEntradaMaterial'> & {
133
134
  finalizarEntradaMaterial(data: IFinalizarEntradaDeMaterialRequest): Promise<IFinalizarEntradaDeMaterialResponse>;
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.43.98",
4
+ "version": "0.43.99",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",