@vrplatform/graphql 1.1.24 → 1.1.26

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.
@@ -1,4 +1,4 @@
1
- import { type RetryableFetchParams } from '@finalytic/utils';
1
+ import { type RetryableFetchParams } from '@vrplatform/utils';
2
2
  import { type GQtyClient } from 'gqty';
3
3
  import { type GeneratedSchema } from '../gqty';
4
4
  import type { GqlAuthParam } from '../types';
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultAssertHasuraRetryableResponse = void 0;
4
4
  exports.useHasuraClient = useHasuraClient;
5
- const utils_1 = require("@finalytic/utils");
5
+ const utils_1 = require("@vrplatform/utils");
6
6
  const gqty_1 = require("gqty");
7
7
  const constants_1 = require("../constants");
8
8
  const gqty_2 = require("../gqty");
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.whereGlListingIsInactive = void 0;
4
4
  exports.whereListingIsActive = whereListingIsActive;
5
5
  exports.whereGlListingIsActive = whereGlListingIsActive;
6
- const utils_1 = require("@finalytic/utils");
6
+ const utils_1 = require("@vrplatform/utils");
7
7
  function whereListingIsActive() {
8
8
  return {
9
9
  _or: [
@@ -6,7 +6,7 @@ exports.assertTenantActive = assertTenantActive;
6
6
  exports.mapTenantStatus = mapTenantStatus;
7
7
  exports.whereTenantNotTestTeam = whereTenantNotTestTeam;
8
8
  exports.whereTenantShouldBePaid = whereTenantShouldBePaid;
9
- const utils_1 = require("@finalytic/utils");
9
+ const utils_1 = require("@vrplatform/utils");
10
10
  const error_1 = require("../error");
11
11
  // Tenants
12
12
  exports.VRP_TENANT_ID = '7bfec41f-aa3f-4602-95d2-f7996e4f0e59';