@salesforce/lds-adapters-industries-cpq 1.345.0 → 1.347.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.
@@ -1,5 +1,5 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const VERSION = "90684c55678a0c5ed17c887e5c4a9aaa";
2
+ export declare const VERSION = "1e0e50253a583b56646033a5f8dc1920";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export declare function normalize(input: ProductRelatedComponentOutputRepresentation, existing: ProductRelatedComponentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductRelatedComponentOutputRepresentationNormalized;
@@ -46,8 +46,8 @@ export interface ProductRelatedComponentOutputRepresentationNormalized {
46
46
  quantity?: number;
47
47
  /** quantity Scale Method */
48
48
  quantityScaleMethod?: string;
49
- /** Quote Line Visibility */
50
- quoteLineVisibility?: string;
49
+ /** Quote Visibility */
50
+ quoteVisibility?: string;
51
51
  /** sequence */
52
52
  sequence?: number;
53
53
  }
@@ -74,6 +74,6 @@ export interface ProductRelatedComponentOutputRepresentation {
74
74
  productRelationshipTypeId?: string;
75
75
  quantity?: number;
76
76
  quantityScaleMethod?: string;
77
- quoteLineVisibility?: string;
77
+ quoteVisibility?: string;
78
78
  sequence?: number;
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-cpq",
3
- "version": "1.345.0",
3
+ "version": "1.347.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for Industries CPQ Project",
6
6
  "main": "dist/es/es2018/industries-cpq.js",
@@ -44,11 +44,11 @@
44
44
  "test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.345.0"
47
+ "@salesforce/lds-bindings": "^1.347.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.345.0",
51
- "@salesforce/lds-karma": "^1.345.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.347.0",
51
+ "@salesforce/lds-karma": "^1.347.0"
52
52
  },
53
53
  "nx": {
54
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -9540,4 +9540,4 @@ withDefaultLuvio((luvio) => {
9540
9540
  });
9541
9541
 
9542
9542
  export { bulkProductDetails, categoryDetails, categoryList, configure, createCart, createCartItems, createFavorite, createRule, deleteFavorite, getCart, getCart_imperative, getFavorite, getFavoriteId, getFavoriteIdNotifyChange, getFavoriteId_imperative, getFavorite_imperative, guidedSelectionProductList, preview, priceCart, productDetails, productList, searchProductList, shareFavorite, smartProductSelection, updateCart, updateCartItems, updateFavorite, updateRule, validateRule };
9543
- // version: 1.345.0-faf201180e
9543
+ // version: 1.347.0-31679f40fc
package/src/raml/api.raml CHANGED
@@ -3401,8 +3401,8 @@ types:
3401
3401
  description: does Bundle Price Include Child
3402
3402
  type: boolean
3403
3403
  required: false
3404
- quoteLineVisibility:
3405
- description: Quote Line Visibility
3404
+ quoteVisibility:
3405
+ description: Quote Visibility
3406
3406
  type: string
3407
3407
  required: false
3408
3408
  ProductComponentGroupOutputRepresentation: