cecon-interfaces 1.6.11 → 1.6.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ import { PaymentWalletEntity } from './payment-wallet.entity';
7
7
  export declare class PaymentMethodEntity implements IPaymentMethod {
8
8
  card?: PaymentCardEntity | null;
9
9
  cash?: PaymentCashEntity | null;
10
+ payAt?: Date;
10
11
  code: string;
11
12
  currency: 'BRL';
12
13
  id: string;
@@ -9,6 +9,7 @@ var PaymentMethodEntity = /** @class */ (function () {
9
9
  // #region Properties (11)
10
10
  this.card = null;
11
11
  this.cash = null;
12
+ this.payAt = undefined;
12
13
  this.code = '';
13
14
  this.currency = 'BRL';
14
15
  this.id = '';
@@ -8,6 +8,7 @@ export interface IPaymentMethod {
8
8
  cash?: IPaymentCash | null;
9
9
  code: string;
10
10
  currency: 'BRL';
11
+ payAt?: Date;
11
12
  id: string;
12
13
  method: EPaymentType;
13
14
  pix?: IPaymentPix | null;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",