@opexa/portal-sdk 0.59.56 → 0.59.57
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/README.md +1634 -1634
- package/dist/{chunk-JTAO2DVT.js → chunk-6PJLGY7R.js} +3 -3
- package/dist/chunk-6PJLGY7R.js.map +1 -0
- package/dist/{chunk-C2WKWSGM.js → chunk-E47D735T.js} +3 -3
- package/dist/chunk-E47D735T.js.map +1 -0
- package/dist/{chunk-WVFSGB7Y.js → chunk-ROBGEUSE.js} +2 -2
- package/dist/chunk-ROBGEUSE.js.map +1 -0
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -6
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.js +2 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-C2WKWSGM.js.map +0 -1
- package/dist/chunk-JTAO2DVT.js.map +0 -1
- package/dist/chunk-WVFSGB7Y.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CmsPortalService, GameService, ExtensionService, FileService, WalletService, AccountService, ReportService, PortalService, TriggerService, AuthService } from './chunk-
|
|
2
|
-
import { GraphQLClient, isPlainObject } from './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
import { CmsPortalService, GameService, ExtensionService, FileService, WalletService, AccountService, ReportService, PortalService, TriggerService, AuthService } from './chunk-E47D735T.js';
|
|
2
|
+
import { GraphQLClient, isPlainObject } from './chunk-6PJLGY7R.js';
|
|
3
|
+
import './chunk-ROBGEUSE.js';
|
|
4
4
|
import { ObjectId } from '@opexa/object-id';
|
|
5
5
|
export { ObjectId } from '@opexa/object-id';
|
|
6
6
|
import { Capacitor } from '@capacitor/core';
|
|
@@ -219,11 +219,10 @@ function parseFbCxd(input) {
|
|
|
219
219
|
return { cxd, fbAdditionalCxd };
|
|
220
220
|
}
|
|
221
221
|
var thumbmark_instance;
|
|
222
|
-
async function getFingerprint(
|
|
222
|
+
async function getFingerprint() {
|
|
223
223
|
if (typeof window === "undefined") return null;
|
|
224
224
|
if (!thumbmark_instance) {
|
|
225
225
|
thumbmark_instance = new Thumbmark({
|
|
226
|
-
api_key: environment === "production" ? "8294c227c5194f96e4deb022e8e76293" : void 0,
|
|
227
226
|
logging: false,
|
|
228
227
|
timeout: 3e4,
|
|
229
228
|
cache_lifetime_in_ms: 1 * 60 * 60 * 1e3
|
|
@@ -3209,7 +3208,7 @@ var Sdk = class {
|
|
|
3209
3208
|
};
|
|
3210
3209
|
}
|
|
3211
3210
|
async fingerprint() {
|
|
3212
|
-
return await getFingerprint(
|
|
3211
|
+
return await getFingerprint();
|
|
3213
3212
|
}
|
|
3214
3213
|
get miscMiddleware() {
|
|
3215
3214
|
return async (request) => {
|