@bytexbyte/ike-app-api 1.0.62 → 1.0.64

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/lib/App.js CHANGED
@@ -73,6 +73,7 @@ var IKEAppApi = /** @class */ (function (_super) {
73
73
  secretKey: config_1.localSecretKey,
74
74
  secret: '',
75
75
  moduleName: 'app',
76
+ credentials: 'include',
76
77
  onSuccess: onSuccess,
77
78
  onError: onError,
78
79
  }) || this;
@@ -71,6 +71,7 @@ var IKEAppBatchApi = /** @class */ (function (_super) {
71
71
  secretKey: config_1.localSecretKey,
72
72
  secret: '',
73
73
  moduleName: 'batch',
74
+ credentials: 'include',
74
75
  onSuccess: onSuccess,
75
76
  onError: onError,
76
77
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppBleConnectionErrorLogApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'ble-connection-error-log',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppContractApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'contract',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppDigitalCustomizationApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'digitalCustomizations',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
package/lib/File/index.js CHANGED
@@ -63,6 +63,7 @@ var IKEAppFileApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'file',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -100,7 +101,7 @@ var IKEAppFileApi = /** @class */ (function (_super) {
100
101
  'Content-Type': 'application/json',
101
102
  'Access-Control-Allow-Origin': '*',
102
103
  },
103
- body: { uri: uri, type: 'image/jpg' },
104
+ body: JSON.stringify({ uri: uri, type: 'image/jpg' }),
104
105
  })];
105
106
  case 1:
106
107
  result = _a.sent();
@@ -62,6 +62,7 @@ var IKEAppInAppNotificationApi = /** @class */ (function (_super) {
62
62
  secretKey: config_1.localSecretKey,
63
63
  secret: '',
64
64
  moduleName: 'in-app-notification',
65
+ credentials: 'include',
65
66
  onSuccess: onSuccess,
66
67
  onError: onError,
67
68
  }) || this;
@@ -62,6 +62,7 @@ var IKEAppIncodeApi = /** @class */ (function (_super) {
62
62
  secretKey: secretKey !== null && secretKey !== void 0 ? secretKey : config_1.localSecretKey,
63
63
  secret: secret !== null && secret !== void 0 ? secret : '',
64
64
  moduleName: 'incode',
65
+ credentials: 'include',
65
66
  onSuccess: onSuccess,
66
67
  onError: onError,
67
68
  }) || this;
package/lib/Mfa/index.js CHANGED
@@ -63,6 +63,7 @@ var IKEAppMfaApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'redeem-nft',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppProductApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'product',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppRedeemApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'redeem-godenticket',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
@@ -63,6 +63,7 @@ var IKEAppRegisterDeviceCodeApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'register-device-code',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
package/lib/Rsa/index.js CHANGED
@@ -63,6 +63,7 @@ var IKEAppRsaApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'rsa',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
package/lib/Scan/index.js CHANGED
@@ -63,6 +63,7 @@ var IKEAppScanApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'scan',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
package/lib/Tags/index.js CHANGED
@@ -63,6 +63,7 @@ var IKEAppTagsApi = /** @class */ (function (_super) {
63
63
  secretKey: config_1.localSecretKey,
64
64
  secret: '',
65
65
  moduleName: 'tags',
66
+ credentials: 'include',
66
67
  onSuccess: onSuccess,
67
68
  onError: onError,
68
69
  }) || this;
package/lib/User/index.js CHANGED
@@ -70,6 +70,7 @@ var IKEAppUserApi = /** @class */ (function (_super) {
70
70
  secretKey: secretKey !== null && secretKey !== void 0 ? secretKey : config_1.localSecretKey,
71
71
  secret: secret !== null && secret !== void 0 ? secret : '',
72
72
  moduleName: 'user',
73
+ credentials: 'include',
73
74
  onSuccess: onSuccess,
74
75
  onError: onError,
75
76
  }) || this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.62",
3
+ "version": "1.0.64",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",