@nomalism-com/types 0.27.92 → 0.27.94

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;
@@ -112,18 +112,18 @@ export interface IPaymentsBatchResponse {
112
112
  times_downloaded: number;
113
113
  npf_dh: {
114
114
  id: string;
115
- owner_id: string;
116
- owner_number: number;
117
- billing_persona_name: string;
118
115
  name: string;
119
116
  sent: boolean;
117
+ owner_id: string;
118
+ owner_number: number;
119
+ owner_name: string;
120
+ owner_email: string | null;
120
121
  external_document_header_id: string | null;
121
122
  pdf_link: string | null;
122
123
  total: number;
123
124
  }[];
124
125
  updated_at: Date;
125
126
  updated_by: string;
126
- created_by: string;
127
127
  created_at: Date;
128
128
  }
129
129
  export declare const IExportCurrentAccountOutputEnum: {
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.94",
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
  }