@nomalism-com/types 0.27.92 → 0.27.93

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.
@@ -306,6 +306,7 @@ export interface ITransferOwnershipRequest {
306
306
  client_id: string;
307
307
  }
308
308
  export interface IFindResponse {
309
+ p_id: string;
309
310
  document_header_id: string;
310
311
  document_number: number;
311
312
  legacy_id: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.92",
12
+ "version": "0.27.93",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -39,11 +39,11 @@
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-terser": "^0.4.4",
41
41
  "@rollup/plugin-typescript": "^11.1.6",
42
- "@types/node": "^20.17.6",
42
+ "@types/node": "^20.17.8",
43
43
  "@typescript-eslint/eslint-plugin": "^7.18.0",
44
44
  "@typescript-eslint/parser": "^7.18.0",
45
45
  "eslint": "^8.57.1",
46
- "rollup": "^4.27.3",
46
+ "rollup": "^4.27.4",
47
47
  "tslib": "^2.8.1"
48
48
  }
49
49
  }