@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/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { CmsPortalService, GameService, ExtensionService, FileService, WalletService, AccountService, ReportService, PortalService, TriggerService, AuthService } from './chunk-C2WKWSGM.js';
2
- import { GraphQLClient, isPlainObject } from './chunk-JTAO2DVT.js';
3
- import './chunk-WVFSGB7Y.js';
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(environment) {
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(this.config.environment ?? "development");
3211
+ return await getFingerprint();
3213
3212
  }
3214
3213
  get miscMiddleware() {
3215
3214
  return async (request) => {