cecon-interfaces 1.7.48 → 1.7.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.48",
3
+ "version": "1.7.49",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3,7 +3,7 @@ import { EWithdrawRequestStatus } from '../enums';
3
3
  import { IWithdrawRequest } from '../interfaces/i-withdraw-request';
4
4
  export declare class WithDrawRequestEntity implements IWithdrawRequest {
5
5
  amount: number;
6
- aprovedAt: Date | null;
6
+ approvedAt: Date | null;
7
7
  createdAt: Date;
8
8
  id: string;
9
9
  liveMode: boolean;
@@ -9,7 +9,7 @@ var WithDrawRequestEntity = /** @class */ (function () {
9
9
  function WithDrawRequestEntity(data) {
10
10
  // #region Properties (11)
11
11
  this.amount = 0;
12
- this.aprovedAt = null;
12
+ this.approvedAt = null;
13
13
  this.createdAt = new Date();
14
14
  this.id = '';
15
15
  this.liveMode = false;
@@ -3,7 +3,7 @@ import { EWithdrawRequestStatus } from '../enums';
3
3
  export interface IWithdrawRequest {
4
4
  amount: number;
5
5
  createdAt: Date;
6
- aprovedAt: Date | null;
6
+ approvedAt: Date | null;
7
7
  id: string;
8
8
  liveMode: boolean;
9
9
  pixKey: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.48",
3
+ "version": "1.7.49",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",