@nomalism-com/types 0.39.52 → 0.39.54

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.
@@ -26,6 +26,7 @@ export interface IFindByDocumentLineStateResponse {
26
26
  who_handles: string | null;
27
27
  tags: string | null;
28
28
  adjudicated: boolean;
29
+ confirmed: boolean;
29
30
  unread: boolean;
30
31
  from_google_sheet: boolean;
31
32
  }
@@ -141,10 +141,6 @@ export interface IExportCurrentAccountRequest {
141
141
  }
142
142
  export interface IFindCurrentAccountPaginatedRequest extends IShared.IFindByOwnerIdRequest, IShared.IPaginationRequest {
143
143
  }
144
- export interface ICreateBatchPdfRequest {
145
- month: number;
146
- year: number;
147
- }
148
144
  export interface IRepository {
149
145
  findById(selector: IShared.IFindByIdRequest): Promise<IFindByIdResponse | null>;
150
146
  findByOwnerId(params: IShared.IFindByOwnerIdRequest): Promise<IFindByOwnerIdResponse[]>;
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.39.52",
4
+ "version": "0.39.54",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",