cecon-interfaces 1.7.23 → 1.7.24

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.
@@ -11,7 +11,6 @@ export declare class NatipayCompanyEntity implements INatipayCompany {
11
11
  country: string;
12
12
  createdAt: Date;
13
13
  currency: string;
14
- desenfila: IDesenfila | null;
15
14
  doc: string;
16
15
  docType: EDocType;
17
16
  email: string;
@@ -20,6 +19,7 @@ export declare class NatipayCompanyEntity implements INatipayCompany {
20
19
  internationalCode: string;
21
20
  logoUrl: string | null;
22
21
  name: string;
22
+ natipay: IDesenfila | null;
23
23
  paymentProvider: IPaymentProvider | null;
24
24
  phoneNumber: string;
25
25
  pixKeys: IPixKeys[];
@@ -12,7 +12,6 @@ var NatipayCompanyEntity = /** @class */ (function () {
12
12
  this.country = 'BR';
13
13
  this.createdAt = new Date();
14
14
  this.currency = 'BRL';
15
- this.desenfila = null;
16
15
  this.doc = '';
17
16
  this.docType = general_1.EDocType.CNPJ;
18
17
  this.email = '';
@@ -21,6 +20,7 @@ var NatipayCompanyEntity = /** @class */ (function () {
21
20
  this.internationalCode = '55';
22
21
  this.logoUrl = null;
23
22
  this.name = '';
23
+ this.natipay = null;
24
24
  this.paymentProvider = null;
25
25
  this.phoneNumber = '';
26
26
  this.pixKeys = [];
@@ -11,7 +11,6 @@ export interface INatipayCompany {
11
11
  country: string;
12
12
  createdAt: Date;
13
13
  currency: string;
14
- desenfila: IDesenfila | null;
15
14
  doc: string;
16
15
  docType: EDocType;
17
16
  email: string;
@@ -20,6 +19,7 @@ export interface INatipayCompany {
20
19
  internationalCode: string;
21
20
  logoUrl: string | null;
22
21
  name: string;
22
+ natipay: IDesenfila | null;
23
23
  paymentProvider: IPaymentProvider | null;
24
24
  phoneNumber: string;
25
25
  pixKeys: IPixKeys[];
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.23",
3
+ "version": "1.7.24",
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.7.23",
3
+ "version": "1.7.24",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",