cecon-interfaces 1.1.41 → 1.1.42

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.1.41",
3
+ "version": "1.1.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,6 +11,7 @@ export declare class PartnerEntity implements IPartner {
11
11
  id: string;
12
12
  imageUrl?: string;
13
13
  internationalCode: string;
14
+ level: number;
14
15
  logoUrl?: string;
15
16
  name: string;
16
17
  paymentProvider: PaymentProviderEntity;
@@ -17,6 +17,7 @@ var PartnerEntity = /** @class */ (function () {
17
17
  this.id = '';
18
18
  this.imageUrl = '';
19
19
  this.internationalCode = '';
20
+ this.level = 50;
20
21
  this.logoUrl = '';
21
22
  this.name = '';
22
23
  this.paymentProvider = new general_1.PaymentProviderEntity();
@@ -6,6 +6,7 @@ export interface IPartner {
6
6
  doc: string;
7
7
  docType: DocTypeEnum;
8
8
  email: string;
9
+ level: number;
9
10
  fullName: string;
10
11
  id: string;
11
12
  imageUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.1.41",
3
+ "version": "1.1.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",