fk-platform-sdk 1.0.46-beta1 → 1.0.46-beta2

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.
@@ -10,6 +10,7 @@ var AppVersionModuleImpl_1 = require("../modules/AppVersionModuleImpl");
10
10
  var DownloaderModuleImpl_1 = require("../modules/DownloaderModuleImpl");
11
11
  var FontModuleImpl_1 = require("../modules/FontModuleImpl");
12
12
  var ShareModuleImpl_1 = require("../modules/ShareModuleImpl");
13
+ var ErrorHandlerModuleImpl_1 = require("../modules/ErrorHandlerModuleImpl");
13
14
  var MODULE_NAME;
14
15
  (function (MODULE_NAME) {
15
16
  MODULE_NAME[MODULE_NAME["PERMISSION_MODULE"] = 0] = "PERMISSION_MODULE";
@@ -37,7 +38,7 @@ var ModuleManager = /** @class */ (function () {
37
38
  this.addModule(MODULE_NAME.DOWNLOADER_MODULE, new DownloaderModuleImpl_1.DownloaderModuleImpl(nativeModuleCallbackManager));
38
39
  this.addModule(MODULE_NAME.FONT_MODULE, new FontModuleImpl_1.FontModuleImpl(nativeModuleCallbackManager));
39
40
  this.addModule(MODULE_NAME.SHARE_MODULE, new ShareModuleImpl_1.ShareModuleImpl(nativeModuleCallbackManager));
40
- this.addModule(MODULE_NAME.ERROR_HANDLER_MODULE, new ShareModuleImpl_1.ShareModuleImpl(nativeModuleCallbackManager));
41
+ this.addModule(MODULE_NAME.ERROR_HANDLER_MODULE, new ErrorHandlerModuleImpl_1.ErrorHandlerModuleImpl(nativeModuleCallbackManager));
41
42
  }
42
43
  ModuleManager.prototype.getNavigationModule = function () {
43
44
  return this.getModule(MODULE_NAME.NAVIGATION_MODULE);
@@ -41,7 +41,7 @@ var PermissionsModuleImpl = /** @class */ (function (_super) {
41
41
  var _this = this;
42
42
  return this.nativeModuleCallbackManager.executeOnBridge(function (requestId) {
43
43
  _this.postMessage({
44
- methodName: "getUltraPlusToken",
44
+ methodName: "getUltraPlusGrantToken",
45
45
  requestId: requestId
46
46
  });
47
47
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fk-platform-sdk",
3
- "version": "1.0.46-beta1",
3
+ "version": "1.0.46-beta2",
4
4
  "description": "SDK to enable external experience integration within flipkart app.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",