@nomalism-com/types 0.43.97 → 0.43.98

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.
@@ -127,6 +127,7 @@ interface IRepository {
127
127
  undoEntradaMaterial(data: IUndoEntradaDeMaterialRequest): Promise<void>;
128
128
  findUnfinishedPickings(selector: IShared.IFindByIdRequest): Promise<IUnfinishedPickingsResponse[]>;
129
129
  findMaterialEntranceProviders(): Promise<IShared.IFindMinifiedResponse[]>;
130
+ findDoneById(params: IShared.IFindByIdRequest): Promise<IUnfinishedPickingsResponse>;
130
131
  }
131
132
  export type IApi = Omit<IRepository, 'finalizarEntradaMaterial'> & {
132
133
  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.97",
4
+ "version": "0.43.98",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -29,15 +29,15 @@
29
29
  "joi": "^18.1.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@swc/core": "^1.15.24",
32
+ "@swc/core": "^1.15.30",
33
33
  "@types/node": "^24.12.2",
34
- "@typescript-eslint/eslint-plugin": "^8.58.1",
35
- "@typescript-eslint/parser": "^8.58.1",
34
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
35
+ "@typescript-eslint/parser": "^8.59.0",
36
36
  "eslint": "^9.39.4",
37
37
  "eslint-config-prettier": "^10.1.8",
38
38
  "eslint-import-resolver-typescript": "^4.4.4",
39
39
  "eslint-plugin-prettier": "^5.5.5",
40
- "prettier": "^3.8.1",
40
+ "prettier": "^3.8.3",
41
41
  "tsup": "^8.5.1"
42
42
  },
43
43
  "repository": {