@stock-in-the-channel/sinch-vue-components 0.0.377 → 0.0.379
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.
|
@@ -688,6 +688,7 @@ export interface ProductVariantResult {
|
|
|
688
688
|
rrp?: number;
|
|
689
689
|
distributorID: number;
|
|
690
690
|
distributorProductID: number;
|
|
691
|
+
name?: string;
|
|
691
692
|
}
|
|
692
693
|
export declare class StringInt32ValueTuple implements IStringInt32ValueTuple {
|
|
693
694
|
constructor(data?: IStringInt32ValueTuple);
|
|
@@ -42,6 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
siteCloud: boolean;
|
|
43
43
|
hideDistributorsSection: boolean;
|
|
44
44
|
resellerExternalSystems: GetResellerExternalClientsPayload[];
|
|
45
|
+
isCustomerPortal: boolean;
|
|
45
46
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
47
|
addProductToBasket: (product: DistributorProduct, quantity: number, evt: Event) => void;
|
|
47
48
|
navigateToConfigureUrl: (product: DistributorProduct, evt: Event) => void;
|
|
@@ -55,6 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
56
|
siteCloud: boolean;
|
|
56
57
|
hideDistributorsSection: boolean;
|
|
57
58
|
resellerExternalSystems: GetResellerExternalClientsPayload[];
|
|
59
|
+
isCustomerPortal: boolean;
|
|
58
60
|
}>>> & Readonly<{
|
|
59
61
|
onAddProductToBasket?: ((product: DistributorProduct, quantity: number, evt: Event) => any) | undefined;
|
|
60
62
|
onNavigateToConfigureUrl?: ((product: DistributorProduct, evt: Event) => any) | undefined;
|