rsl-api-106 106.572.0 → 106.603.0

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.
@@ -8,6 +8,7 @@ exports.productProposalOutput = `
8
8
  description,
9
9
  propertyId,
10
10
  proposalKey,
11
+ imagePath,
11
12
  amount {
12
13
  ${amount_1.amountOutput}
13
14
  }
@@ -2302,6 +2302,7 @@ export type ProductProposal = {
2302
2302
  __typename?: "ProductProposal";
2303
2303
  amount?: Maybe<Amount>;
2304
2304
  description?: Maybe<Scalars["String"]>;
2305
+ imagePath?: Maybe<Scalars["String"]>;
2305
2306
  label?: Maybe<Scalars["String"]>;
2306
2307
  productCode?: Maybe<Scalars["String"]>;
2307
2308
  propertyId?: Maybe<Scalars["Int"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.572.0",
3
+ "version": "106.603.0",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {