@nomalism-com/types 0.45.4 → 0.45.5

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.
package/dist/index.cjs CHANGED
@@ -5425,7 +5425,7 @@ __export(interface_exports61, {
5425
5425
  IExportCurrentAccountOutputOptions: () => IExportCurrentAccountOutputOptions,
5426
5426
  Route: () => Route115
5427
5427
  });
5428
- var Route115 = "payment";
5428
+ var Route115 = "current_account";
5429
5429
  var IExportCurrentAccountOutputEnum = {
5430
5430
  csv: "csv",
5431
5431
  pdf: "pdf"
package/dist/index.js CHANGED
@@ -5425,7 +5425,7 @@ __export(interface_exports61, {
5425
5425
  IExportCurrentAccountOutputOptions: () => IExportCurrentAccountOutputOptions,
5426
5426
  Route: () => Route115
5427
5427
  });
5428
- var Route115 = "payment";
5428
+ var Route115 = "current_account";
5429
5429
  var IExportCurrentAccountOutputEnum = {
5430
5430
  csv: "csv",
5431
5431
  pdf: "pdf"
@@ -3,7 +3,7 @@ import { Payment, DocumentHeader } from '../../../shared/entities/stock';
3
3
  import * as IObservation from '../../integration/observation/interfaces';
4
4
  import { type ICreateFromHeaderRequest } from '../documentHeader/interfaces';
5
5
  export type Entity = Payment;
6
- export declare const Route = "payment";
6
+ export declare const Route = "current_account";
7
7
  type IEntityExtended = Entity;
8
8
  export type IFindByIdResponse = Omit<IEntityExtended, ''>;
9
9
  export type IFindByOwnerIdResponse = Omit<IEntityExtended, ''>;
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.45.4",
4
+ "version": "0.45.5",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",