rsl-api-106 106.291.2 → 106.291.4

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 +1 @@
1
- export declare const updateOwnerAccountMutation: () => string;
1
+ export declare const updateOwnerAccountMutation: () => import("@apollo/client").DocumentNode;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.updateOwnerAccountMutation = void 0;
4
+ const client_1 = require("@apollo/client");
4
5
  const service_1 = require("../outputs/service");
5
6
  const updateOwnerAccountMutation = () => {
6
- return `
7
+ return (0, client_1.gql) `
7
8
  query updateOwnerAccount($session: Session!, $input: CustomerAccountInput) {
8
9
  updateOwnerAccount(
9
10
  session: $session,
@@ -1 +1 @@
1
- export declare const getCurrentOwnerAccountQuery: () => string;
1
+ export declare const getCurrentOwnerAccountQuery: () => import("@apollo/client").DocumentNode;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getCurrentOwnerAccountQuery = void 0;
4
+ const client_1 = require("@apollo/client");
4
5
  const service_1 = require("../outputs/service");
5
6
  const getCurrentOwnerAccountQuery = () => {
6
- return `
7
+ return (0, client_1.gql) `
7
8
  query getCurrentOwnerAccount($session: Session!) {
8
9
  getCurrentOwnerAccount(
9
10
  session: $session
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.291.2",
3
+ "version": "106.291.4",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {