cecon-interfaces 1.6.91 → 1.6.92

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.6.91",
3
+ "version": "1.6.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@ export declare class PayioDistributorEntity implements IPayioDistributor {
19
19
  logs: string[];
20
20
  name: string;
21
21
  phoneNumber: string;
22
- responsible: PayioDistributorResponsibleEntity[];
22
+ responsibles: PayioDistributorResponsibleEntity[];
23
23
  sandbox: boolean;
24
24
  slug: string;
25
25
  status: EPayioDistributorStatus;
@@ -23,7 +23,7 @@ var PayioDistributorEntity = /** @class */ (function () {
23
23
  this.logs = [];
24
24
  this.name = '';
25
25
  this.phoneNumber = '';
26
- this.responsible = [];
26
+ this.responsibles = [];
27
27
  this.sandbox = false;
28
28
  this.slug = '';
29
29
  this.status = enums_1.EPayioDistributorStatus.PLACED;
@@ -18,7 +18,7 @@ export interface IPayioDistributor {
18
18
  logs: string[];
19
19
  name: string;
20
20
  phoneNumber: string;
21
- responsible: IPayioDistributorResponsible[];
21
+ responsibles: IPayioDistributorResponsible[];
22
22
  sandbox: boolean;
23
23
  slug: string;
24
24
  status: EPayioDistributorStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.91",
3
+ "version": "1.6.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",