cecon-interfaces 1.5.39 → 1.5.42

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.
@@ -1,4 +1,6 @@
1
1
  export declare enum EOrderV3SalesChannel {
2
+ ze = "ZEDELIVERY",
3
+ epadoca = "EPADOCA",
2
4
  ifood = "IFOOD",
3
5
  nati = "NATI",
4
6
  mobyo = "MOBYO",
@@ -7,5 +9,6 @@ export declare enum EOrderV3SalesChannel {
7
9
  instagram = "INSTAGRAM",
8
10
  facebook = "FACEBOOK",
9
11
  whatsapp = "WHATSAPP",
10
- phone = "PHONE"
12
+ phone = "PHONE",
13
+ ifoodPos = "POS"
11
14
  }
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EOrderV3SalesChannel = void 0;
4
4
  var EOrderV3SalesChannel;
5
5
  (function (EOrderV3SalesChannel) {
6
+ EOrderV3SalesChannel["ze"] = "ZEDELIVERY";
7
+ EOrderV3SalesChannel["epadoca"] = "EPADOCA";
6
8
  EOrderV3SalesChannel["ifood"] = "IFOOD";
7
9
  EOrderV3SalesChannel["nati"] = "NATI";
8
10
  EOrderV3SalesChannel["mobyo"] = "MOBYO";
@@ -12,4 +14,5 @@ var EOrderV3SalesChannel;
12
14
  EOrderV3SalesChannel["facebook"] = "FACEBOOK";
13
15
  EOrderV3SalesChannel["whatsapp"] = "WHATSAPP";
14
16
  EOrderV3SalesChannel["phone"] = "PHONE";
17
+ EOrderV3SalesChannel["ifoodPos"] = "POS";
15
18
  })(EOrderV3SalesChannel || (exports.EOrderV3SalesChannel = EOrderV3SalesChannel = {}));
@@ -1,9 +1,9 @@
1
- import { ICoords } from "../../../general";
1
+ import { ICoords } from '../../../general';
2
2
  export interface IOrdersCustomerPhone {
3
- description: String;
4
- localizer: String;
5
- localizerExpiration: String;
6
- number: String;
3
+ description: string;
4
+ localizer: string;
5
+ localizerExpiration: string;
6
+ number: string;
7
7
  }
8
8
  export interface IOrderCustomerV3 {
9
9
  documentNumber: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.39",
3
+ "version": "1.5.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,6 +7,7 @@ export declare class TransactionResumeEntity implements ITransactionResume {
7
7
  info: ITransactionInfoResume;
8
8
  interval: EResumeIntervalType;
9
9
  id: string;
10
+ resumeVersion: string;
10
11
  createdAt: Date;
11
12
  updatedAt: Date;
12
13
  totalTarget: {
@@ -10,6 +10,7 @@ var TransactionResumeEntity = /** @class */ (function () {
10
10
  this.info = new transaction_info_resume_entity_1.TransactionInfoResumeEntity();
11
11
  this.interval = resume_1.EResumeIntervalType.YEAR;
12
12
  this.id = '';
13
+ this.resumeVersion = '';
13
14
  this.createdAt = new Date();
14
15
  this.updatedAt = new Date();
15
16
  this.totalTarget = [];
@@ -8,6 +8,7 @@ export interface ITransactionResume {
8
8
  id: string;
9
9
  createdAt: Date;
10
10
  updatedAt: Date;
11
+ resumeVersion: string;
11
12
  totalTarget: {
12
13
  target: ETransactionResumesTargetType;
13
14
  item: ITransactionResumeItemDetail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.39",
3
+ "version": "1.5.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",