crmbonus-component-wake 0.0.14 → 0.0.15

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,5 +1,5 @@
1
1
  import { r as registerInstance, h } from './index-b9a7a992.js';
2
- import { C as CrmBonusService } from './crmbonus.service-134e7b0c.js';
2
+ import { C as CrmBonusService } from './crmbonus.service-756d754d.js';
3
3
 
4
4
  const Pedido = class {
5
5
  constructor(hostRef) {
@@ -9,7 +9,7 @@ const Pedido = class {
9
9
  await new CrmBonusService().teste();
10
10
  }
11
11
  render() {
12
- return (h("div", { key: 'ba5af472622d47dc602df822998aad9dc9554856' }, "oi"));
12
+ return (h("div", { key: '389b1bfc2c348caff62c9b4b5faad4bdcaee17f9' }, "oi"));
13
13
  }
14
14
  };
15
15
 
@@ -2,11 +2,13 @@ export interface IProduct {
2
2
  variantId: number;
3
3
  sku: string;
4
4
  value: number;
5
+ qtd: number;
5
6
  }
6
7
  export interface IProductWake {
7
8
  ProdutoVarianteId: number;
8
9
  SKU: string;
9
10
  PrecoPor: number;
11
+ Quantidade: number;
10
12
  }
11
13
  export interface IProccesPinBonusDto {
12
14
  cartId: string;
@@ -1,4 +1,4 @@
1
- export declare const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app";
1
+ export declare const CRM_BONUS_API_URL = "https://crmbonus-service-staging-d15ba5377115.herokuapp.com";
2
2
  export declare const CRM_BONUS_ID_LOJA = "undefined";
3
3
  export declare const CRM_BONUS_CODEMPRESA = "undefined";
4
4
  export declare const CRM_BONUS_AUTHORIZATION = "undefined";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crmbonus-component-wake",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",