@tolinax/ayoune-interfaces 2024.112.0 → 2024.113.0
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.
|
@@ -47,6 +47,14 @@ export interface IaYOUneTrackingParams {
|
|
|
47
47
|
ayoune_podcast?: string;
|
|
48
48
|
ayoune_meeting?: string;
|
|
49
49
|
ayoune_product?: string;
|
|
50
|
+
ayoune_lang?: string;
|
|
51
|
+
ayoune_ts?: string;
|
|
52
|
+
ayoune_vw?: string;
|
|
53
|
+
ayoune_vh?: string;
|
|
54
|
+
ayoune_sw?: string;
|
|
55
|
+
ayoune_sh?: string;
|
|
56
|
+
ayoune_tz?: string;
|
|
57
|
+
ayoune_device?: string;
|
|
50
58
|
ayoune_a_i_banner?: string;
|
|
51
59
|
ayoune_a_p_banner?: string;
|
|
52
60
|
ayoune_a_searchbar?: string;
|
package/interfaces/index.d.ts
CHANGED
|
@@ -389,7 +389,6 @@ export * from "./IMiddleware";
|
|
|
389
389
|
export * from "./IMilestone";
|
|
390
390
|
export * from "./IMobileApp";
|
|
391
391
|
export * from "./IMobileDevice";
|
|
392
|
-
export * from "./IModel";
|
|
393
392
|
export * from "./IMouseover";
|
|
394
393
|
export * from "./IName";
|
|
395
394
|
export * from "./index";
|
package/interfaces/index.js
CHANGED
|
@@ -405,7 +405,6 @@ __exportStar(require("./IMiddleware"), exports);
|
|
|
405
405
|
__exportStar(require("./IMilestone"), exports);
|
|
406
406
|
__exportStar(require("./IMobileApp"), exports);
|
|
407
407
|
__exportStar(require("./IMobileDevice"), exports);
|
|
408
|
-
__exportStar(require("./IModel"), exports);
|
|
409
408
|
__exportStar(require("./IMouseover"), exports);
|
|
410
409
|
__exportStar(require("./IName"), exports);
|
|
411
410
|
__exportStar(require("./index"), exports);
|