cecon-interfaces 1.7.4 → 1.7.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.04",
3
+ "version": "1.7.05",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,6 +18,7 @@ export declare class PayioCompanyEntity implements IPayioCompany {
18
18
  paymentProvider: IPaymentProvider | null;
19
19
  phoneNumber: string;
20
20
  sandbox: boolean;
21
+ shortName: string;
21
22
  tags: string[];
22
23
  updatedAt: Date;
23
24
  version: string;
@@ -4,10 +4,7 @@ exports.PayioCompanyEntity = void 0;
4
4
  var general_1 = require("../../../general");
5
5
  var address_entity_1 = require("./address.entity");
6
6
  var PayioCompanyEntity = /** @class */ (function () {
7
- // #endregion Properties (19)
8
- // #region Constructors (1)
9
7
  function PayioCompanyEntity(data) {
10
- // #region Properties (19)
11
8
  this.active = false;
12
9
  this.address = new address_entity_1.PayioAddressEntity();
13
10
  this.containerId = '';
@@ -24,6 +21,7 @@ var PayioCompanyEntity = /** @class */ (function () {
24
21
  this.paymentProvider = null;
25
22
  this.phoneNumber = '';
26
23
  this.sandbox = false;
24
+ this.shortName = '';
27
25
  this.tags = [];
28
26
  this.updatedAt = new Date();
29
27
  this.version = '';
@@ -18,6 +18,7 @@ export interface IPayioCompany {
18
18
  paymentProvider: IPaymentProvider | null;
19
19
  phoneNumber: string;
20
20
  sandbox: boolean;
21
+ shortName: string;
21
22
  tags: string[];
22
23
  updatedAt: Date;
23
24
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.04",
3
+ "version": "1.7.05",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",