cecon-interfaces 1.6.39 → 1.6.40

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.39",
3
+ "version": "1.6.40",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  import { IPayioScheduleSlot } from '../interfaces';
2
2
  export declare class PayioScheduleSlotEntity implements IPayioScheduleSlot {
3
- code: string;
3
+ productCode: string;
4
4
  slot: string;
5
5
  constructor(data?: Partial<PayioScheduleSlotEntity>);
6
6
  }
@@ -6,7 +6,7 @@ var PayioScheduleSlotEntity = /** @class */ (function () {
6
6
  // #region Constructors (1)
7
7
  function PayioScheduleSlotEntity(data) {
8
8
  // #region Properties (2)
9
- this.code = '';
9
+ this.productCode = '';
10
10
  this.slot = '';
11
11
  if (data) {
12
12
  for (var key in data) {
@@ -1,4 +1,4 @@
1
1
  export interface IPayioScheduleSlot {
2
- code: string;
2
+ productCode: string;
3
3
  slot: string;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.39",
3
+ "version": "1.6.40",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",