cecon-interfaces 1.7.62 → 1.7.65

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.
@@ -14,6 +14,7 @@ export declare class GlobalSettingMercadoPagoEntity implements IGlobalSettingMer
14
14
  refreshToken: string | null;
15
15
  renewAt: Date | null;
16
16
  storeId: string | null;
17
+ tokenId: string | null;
17
18
  url: string | null;
18
19
  constructor(data?: Partial<GlobalSettingMercadoPagoEntity>);
19
20
  }
@@ -17,6 +17,7 @@ var GlobalSettingMercadoPagoEntity = /** @class */ (function () {
17
17
  this.refreshToken = null;
18
18
  this.renewAt = null;
19
19
  this.storeId = null;
20
+ this.tokenId = null;
20
21
  this.url = null;
21
22
  if (data) {
22
23
  for (var key in data) {
@@ -10,6 +10,7 @@ export interface IGlobalSettingMercadoPago {
10
10
  method: string | null;
11
11
  mobyoFee: number;
12
12
  publicKey: string | null;
13
+ tokenId: string | null;
13
14
  refreshToken: string | null;
14
15
  renewAt: Date | null;
15
16
  storeId: string | null;
@@ -1,6 +1,6 @@
1
- import { IMercadoPagoQRItem } from './i-mercado-pago-qr-item';
1
+ import { IMercadoPagoQRItem, IMercadoPagoQRItemCamelCase } from './i-mercado-pago-qr-item';
2
2
  import { IMercadoPagoQRPayer } from './i-mercado-pago-qr-payer';
3
- import { IMercadoPagoQRPaymentMethod } from './i-mercado-pago-qr-payment-method';
3
+ import { IMercadoPagoQRPaymentMethod, IMercadoPagoQRPaymentMethodCamelCase } from './i-mercado-pago-qr-payment-method';
4
4
  export interface IMercadoPagoQR {
5
5
  amount: number;
6
6
  back_urls: Record<string, unknown>;
@@ -31,13 +31,13 @@ export interface IMercadoPagoQRCamelCase {
31
31
  externalReference: string;
32
32
  id: string;
33
33
  internalMetadata: Record<string, unknown>;
34
- items: IMercadoPagoQRItem[];
34
+ items: IMercadoPagoQRItemCamelCase[];
35
35
  marketplace: string;
36
36
  marketplaceFee: number;
37
37
  notificationUrl: string;
38
38
  operationType: string;
39
39
  payer: IMercadoPagoQRPayer;
40
- paymentMethods: IMercadoPagoQRPaymentMethod;
40
+ paymentMethods: IMercadoPagoQRPaymentMethodCamelCase;
41
41
  processingModes: Array<Record<string, unknown>>;
42
42
  siteId: string;
43
43
  sponsorId: number;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.62",
3
+ "version": "1.7.65",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.62",
3
+ "version": "1.7.65",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",