cecon-interfaces 1.8.16 → 1.8.21

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.
@@ -3,6 +3,7 @@ import { INatipayCompanyExternalFee } from '../interfaces/i-company-external-fee
3
3
  export declare class NatipayCompanyExternalFeeEntity implements INatipayCompanyExternalFee {
4
4
  amount: number;
5
5
  amountMode: EAmountMode;
6
+ id: string;
6
7
  name: string;
7
8
  constructor(data?: Partial<NatipayCompanyExternalFeeEntity>);
8
9
  }
@@ -6,6 +6,7 @@ var NatipayCompanyExternalFeeEntity = /** @class */ (function () {
6
6
  function NatipayCompanyExternalFeeEntity(data) {
7
7
  this.amount = 0;
8
8
  this.amountMode = transaction_1.EAmountMode.PERCENTAGE;
9
+ this.id = '';
9
10
  this.name = '';
10
11
  if (data) {
11
12
  for (var key in data) {
@@ -1,7 +1,7 @@
1
- import { EFrom } from "../../../general";
2
- import { EAmountMode, EOperationType } from "../../../transaction";
3
- import { EFeePayer } from "../../../transaction/enums/fee-payer.enum";
4
- import { IFeeFrom } from "../interfaces";
1
+ import { EFrom } from '../../../general';
2
+ import { EAmountMode, EOperationType } from '../../../transaction';
3
+ import { EFeePayer } from '../../../transaction/enums/fee-payer.enum';
4
+ import { IFeeFrom } from '../interfaces';
5
5
  export declare class FeeFromEntity implements IFeeFrom {
6
6
  amount: number;
7
7
  amountMode: EAmountMode;
@@ -1,6 +1,7 @@
1
- import { EAmountMode } from '../../../transaction';
1
+ import { EAmountMode } from "../../../transaction";
2
2
  export interface INatipayCompanyExternalFee {
3
3
  amount: number;
4
4
  amountMode: EAmountMode;
5
+ id: string;
5
6
  name: string;
6
7
  }
@@ -1,4 +1,6 @@
1
1
  export declare class OrderPaymentPixEntity {
2
+ imageBase64: string;
3
+ paymentLink: string;
2
4
  pixKey: string;
3
5
  urlQrImage: string;
4
6
  constructor(data?: Partial<OrderPaymentPixEntity>);
@@ -2,10 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrderPaymentPixEntity = void 0;
4
4
  var OrderPaymentPixEntity = /** @class */ (function () {
5
- // #endregion Properties (2)
6
- // #region Constructors (1)
7
5
  function OrderPaymentPixEntity(data) {
8
- // #region Properties (2)
6
+ this.imageBase64 = '';
7
+ this.paymentLink = '';
9
8
  this.pixKey = '';
10
9
  this.urlQrImage = '';
11
10
  if (data) {
@@ -1,4 +1,6 @@
1
1
  export interface IOrderPaymentPix {
2
+ imageBase64: string;
3
+ paymentLink: string;
2
4
  pixKey: string;
3
5
  urlQrImage: string;
4
6
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.8.16",
3
+ "version": "1.8.21",
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.8.16",
3
+ "version": "1.8.21",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",