@nuskin/ns-product-lib 2.14.1-cx24-5934.1 → 2.14.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.14.1-cx24-5934.1",
3
+ "version": "2.14.1",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  // eslint-disable-next-line max-len
4
- const getProductByIdQuery = `query getProduct($id: String!, $market: String, $language: String, $useContentSource: String, $okta: String, $quantity: Int) {
4
+ const getProductByIdQuery = `query getProduct($id: String!, $market: String, $language: String, $okta: String, $quantity: Int) {
5
5
  productById(
6
6
  id: $id
7
7
  market: $market
8
8
  language: $language
9
- useContentSource: $useContentSource
9
+
10
10
  okta: $okta
11
11
  quantity: $quantity
12
12
  ) {