crmbonus-component-wake 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/crmbonus-component-wake/crm-bonus-form.entry.js +3 -2
- package/dist/crmbonus-component-wake/crm-bonus-form.entry.js.map +1 -1
- package/dist/crmbonus-component-wake/crm-bonus.entry.js +2 -2
- package/dist/crmbonus-component-wake/crm-bonus.entry.js.map +1 -1
- package/dist/crmbonus-component-wake/crmbonus.service-756d754d.js +3863 -0
- package/dist/crmbonus-component-wake/crmbonus.service-756d754d.js.map +1 -0
- package/dist/crmbonus-component-wake/giftback-progress.entry.js +3 -3
- package/dist/crmbonus-component-wake/giftback-progress.entry.js.map +1 -1
- package/dist/crmbonus-component-wake/pedido-finalizado.entry.js +2 -2
- package/dist/types/dto/validate.pin.bonus.d.ts +2 -0
- package/dist/types/home/darlison/Projects/crmbonus/crmbonus-component-wake/.stencil/env.d.ts +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { r as registerInstance, h } from './index-b9a7a992.js';
|
2
|
-
import { C as CrmBonusService } from './crmbonus.service-
|
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: '
|
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;
|
package/dist/types/home/darlison/Projects/crmbonus/crmbonus-component-wake/.stencil/env.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const CRM_BONUS_API_URL = "https://
|
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";
|