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

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/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
  ) {