@nomalism-com/types 0.30.11 → 0.30.12

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.
@@ -158,7 +158,7 @@ export interface IRepository {
158
158
  exportPayments(params: IExportPaymentsRequest[]): Promise<void>;
159
159
  updateDownloadedBatchNumber(id: IShared.IFindByIdRequest): Promise<void>;
160
160
  exportCurrentAccount(params: IExportCurrentAccountRequest): Promise<IFindCurrentAccountByOwnerIdResponse[]>;
161
- findCurrentAccountPaginated(params: IFindCurrentAccountPaginatedRequest): Promise<IShared.IPaginationResponse<IFindByOwnerIdResponse[]>>;
161
+ findCurrentAccountPaginated(params: IFindCurrentAccountPaginatedRequest): Promise<IShared.IPaginationResponse<IFindCurrentAccountByOwnerIdResponse[]>>;
162
162
  }
163
163
  export type IController = IShared.IEntityWithUserToken<IRepository>;
164
164
  export {};
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.30.11",
12
+ "version": "0.30.12",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [