fk-platform-sdk 1.1.0-beta.2 → 1.1.0-beta.4
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/dist/analytics/Travel.js
CHANGED
|
@@ -128,6 +128,7 @@ var PageViewEvent = /** @class */ (function () {
|
|
|
128
128
|
function PageViewEvent(isBack, timestamp, responseType, hyperlocalEligible, pageMetaInfo, vertical, category) {
|
|
129
129
|
this.type = "Travel.PageViewEvent";
|
|
130
130
|
this.en = "PV";
|
|
131
|
+
this._ev = "3.9";
|
|
131
132
|
this.t = timestamp;
|
|
132
133
|
this.ib = isBack;
|
|
133
134
|
this.rt = responseType;
|
|
@@ -73,6 +73,7 @@ var AnalyticsModuleImpl = /** @class */ (function (_super) {
|
|
|
73
73
|
var _this = this;
|
|
74
74
|
this.nativeModuleCallbackManager.executeOnBridge(function (requestId) {
|
|
75
75
|
var type = event.type;
|
|
76
|
+
delete event.type;
|
|
76
77
|
var eventValidator = event.getValidator();
|
|
77
78
|
if (eventValidator.isValid()) {
|
|
78
79
|
_this.postMessage({
|