@vrplatform/graphql 1.1.24 → 1.1.25

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';
@@ -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';
@@ -1,4 +1,4 @@
1
- import { defaultAssertRetryableResponse, formatResponse, useRetryableFetch, } from '@finalytic/utils';
1
+ import { defaultAssertRetryableResponse, formatResponse, useRetryableFetch, } from '@vrplatform/utils';
2
2
  import { createClient } from 'gqty';
3
3
  import { hasuraGraphqlUri, hasuraQueryTypeHeader } from '../constants';
4
4
  import { generatedSchema, scalarsEnumsHash, } from '../gqty';
@@ -1,4 +1,4 @@
1
- import { hasValue, utc } from '@finalytic/utils';
1
+ import { hasValue, utc } from '@vrplatform/utils';
2
2
  export function whereListingIsActive() {
3
3
  return {
4
4
  _or: [
@@ -1,4 +1,4 @@
1
- import { utc } from '@finalytic/utils';
1
+ import { utc } from '@vrplatform/utils';
2
2
  import { HasuraError } from '../error';
3
3
  // Tenants
4
4
  export const VRP_TENANT_ID = '7bfec41f-aa3f-4602-95d2-f7996e4f0e59';
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.24",
13
+ "version": "1.1.25",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -19,7 +19,7 @@
19
19
  "license": "UNLICENSED",
20
20
  "keywords": [],
21
21
  "dependencies": {
22
- "@finalytic/utils": "^4.9.73",
22
+ "@vrplatform/utils": "^1.0.4",
23
23
  "@gqty/subscriptions": "^2.0.1-alpha-00594c5.0",
24
24
  "gqty": "2.3.0",
25
25
  "graphql": "^16.11.0"
@@ -3,7 +3,7 @@ import {
3
3
  formatResponse,
4
4
  type RetryableFetchParams,
5
5
  useRetryableFetch,
6
- } from '@finalytic/utils';
6
+ } from '@vrplatform/utils';
7
7
  import { createClient, type GQtyClient } from 'gqty';
8
8
  import { hasuraGraphqlUri, hasuraQueryTypeHeader } from '../constants';
9
9
  import {
@@ -1,4 +1,4 @@
1
- import { hasValue, utc } from '@finalytic/utils';
1
+ import { hasValue, utc } from '@vrplatform/utils';
2
2
  import type { listing_bool_exp } from '../gqty';
3
3
 
4
4
  export function whereListingIsActive(): listing_bool_exp {
@@ -1,4 +1,4 @@
1
- import { utc } from '@finalytic/utils';
1
+ import { utc } from '@vrplatform/utils';
2
2
  import { HasuraError } from '../error';
3
3
  import type { tenant_bool_exp } from '../gqty';
4
4
 
package/LICENSE DELETED
@@ -1,3 +0,0 @@
1
- RESTRICTED
2
-
3
- THE CODE IS NOT MEANT TO BE SHARED WITH ANYONE OUTSIDE THE MAINTAINERS, AS SET IN THE REPOSITORIES GITHUB ACCESS SETTINGS.