intelica-library-components 1.1.61 → 1.1.63
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.
package/index.d.ts
CHANGED
|
@@ -2140,7 +2140,6 @@ interface environment {
|
|
|
2140
2140
|
environment: string;
|
|
2141
2141
|
incontrolBaseUrl: string;
|
|
2142
2142
|
termPath: string;
|
|
2143
|
-
gatewayPath: string;
|
|
2144
2143
|
}
|
|
2145
2144
|
|
|
2146
2145
|
interface SessionInformation {
|
|
@@ -2540,8 +2539,8 @@ declare class IntelicaSessionService {
|
|
|
2540
2539
|
}
|
|
2541
2540
|
|
|
2542
2541
|
interface ProductEventDetail {
|
|
2542
|
+
productId: string;
|
|
2543
2543
|
product: string;
|
|
2544
|
-
authClient: string;
|
|
2545
2544
|
icon: string;
|
|
2546
2545
|
}
|
|
2547
2546
|
declare class GlobalMenuService {
|