@salesforce/lds-adapters-industries-epc 1.170.0 → 1.170.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.
Files changed (27) hide show
  1. package/dist/es/es2018/industries-epc.js +33 -25
  2. package/dist/es/es2018/types/src/generated/resources/getConnectEpcProductAttributesByProductId.d.ts +2 -2
  3. package/dist/es/es2018/types/src/generated/resources/getConnectEpcProductsFlowByProductId.d.ts +2 -2
  4. package/dist/es/es2018/types/src/generated/resources/patchConnectEpcActionsDeactivate.d.ts +2 -2
  5. package/dist/es/es2018/types/src/generated/resources/postConnectEpcProductAttributeDefinition.d.ts +2 -2
  6. package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +2 -2
  7. package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +2 -2
  8. package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +2 -2
  9. package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +2 -2
  10. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +2 -2
  11. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +2 -2
  12. package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +2 -2
  13. package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +2 -2
  14. package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +2 -2
  15. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +2 -2
  16. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +2 -2
  17. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +2 -2
  18. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +1 -1
  19. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +2 -2
  20. package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +2 -2
  21. package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +2 -2
  22. package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +2 -2
  23. package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +2 -2
  24. package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +1 -1
  25. package/dist/es/es2018/types/src/generated/types/Status.d.ts +2 -2
  26. package/package.json +1 -1
  27. package/sfdc/index.js +34 -26
@@ -4,7 +4,7 @@
4
4
  * For full license text, see the LICENSE.txt file
5
5
  */
6
6
 
7
- import { serializeStructuredKey, StoreKeyMap, deepFreeze } from '@luvio/engine';
7
+ import { serializeStructuredKey, deepFreeze, StoreKeyMap } from '@luvio/engine';
8
8
 
9
9
  const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
10
10
  const { keys: ObjectKeys, create: ObjectCreate } = Object;
@@ -209,8 +209,7 @@ const ingest$3 = function RecordIdMapOutputRepresentationIngest(input, path, luv
209
209
  }
210
210
  return createLink(key);
211
211
  };
212
- function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
213
- const rootKeySet = new StoreKeyMap();
212
+ function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
214
213
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
215
214
  const rootKey = keyBuilderFromType$1(luvio, input);
216
215
  rootKeySet.set(rootKey, {
@@ -218,14 +217,13 @@ function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
218
217
  representationName: RepresentationType$3,
219
218
  mergeable: false
220
219
  });
221
- return rootKeySet;
222
220
  }
223
221
 
224
222
  function select$6(luvio, params) {
225
223
  return select$7();
226
224
  }
227
- function getResponseCacheKeys$3(luvio, resourceParams, response) {
228
- return getTypeCacheKeys$3(luvio, response);
225
+ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
226
+ getTypeCacheKeys$3(storeKeyMap, luvio, response);
229
227
  }
230
228
  function ingestSuccess$3(luvio, resourceParams, response) {
231
229
  const { body } = response;
@@ -303,7 +301,11 @@ function buildNetworkSnapshot$3(luvio, config, options) {
303
301
  return luvio.handleSuccessResponse(() => {
304
302
  const snapshot = ingestSuccess$3(luvio, resourceParams, response);
305
303
  return luvio.storeBroadcast().then(() => snapshot);
306
- }, () => getResponseCacheKeys$3(luvio, resourceParams, response.body));
304
+ }, () => {
305
+ const cache = new StoreKeyMap();
306
+ getResponseCacheKeys$3(cache, luvio, resourceParams, response.body);
307
+ return cache;
308
+ });
307
309
  }, (response) => {
308
310
  deepFreeze(response);
309
311
  throw response;
@@ -451,8 +453,7 @@ const ingest$2 = function ProductAttributeDefinitionListRepresentationIngest(inp
451
453
  }
452
454
  return createLink(key);
453
455
  };
454
- function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
455
- const rootKeySet = new StoreKeyMap();
456
+ function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
456
457
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
457
458
  const rootKey = keyBuilderFromType(luvio, input);
458
459
  rootKeySet.set(rootKey, {
@@ -460,14 +461,13 @@ function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
460
461
  representationName: RepresentationType$2,
461
462
  mergeable: false
462
463
  });
463
- return rootKeySet;
464
464
  }
465
465
 
466
466
  function select$4(luvio, params) {
467
467
  return select$5();
468
468
  }
469
- function getResponseCacheKeys$2(luvio, resourceParams, response) {
470
- return getTypeCacheKeys$2(luvio, response);
469
+ function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
470
+ getTypeCacheKeys$2(storeKeyMap, luvio, response);
471
471
  }
472
472
  function ingestSuccess$2(luvio, resourceParams, response) {
473
473
  const { body } = response;
@@ -545,7 +545,11 @@ function buildNetworkSnapshot$2(luvio, config, options) {
545
545
  return luvio.handleSuccessResponse(() => {
546
546
  const snapshot = ingestSuccess$2(luvio, resourceParams, response);
547
547
  return luvio.storeBroadcast().then(() => snapshot);
548
- }, () => getResponseCacheKeys$2(luvio, resourceParams, response.body));
548
+ }, () => {
549
+ const cache = new StoreKeyMap();
550
+ getResponseCacheKeys$2(cache, luvio, resourceParams, response.body);
551
+ return cache;
552
+ });
549
553
  }, (response) => {
550
554
  deepFreeze(response);
551
555
  throw response;
@@ -682,8 +686,7 @@ const ingest$1 = function ProductFlowOutputRepresentationIngest(input, path, luv
682
686
  }
683
687
  return createLink(key);
684
688
  };
685
- function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
686
- const rootKeySet = new StoreKeyMap();
689
+ function getTypeCacheKeys$1(rootKeySet, luvio, input, fullPathFactory) {
687
690
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
688
691
  const rootKey = fullPathFactory();
689
692
  rootKeySet.set(rootKey, {
@@ -691,7 +694,6 @@ function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
691
694
  representationName: RepresentationType$1,
692
695
  mergeable: false
693
696
  });
694
- return rootKeySet;
695
697
  }
696
698
 
697
699
  function select$2(luvio, params) {
@@ -700,8 +702,8 @@ function select$2(luvio, params) {
700
702
  function keyBuilder$3(luvio, params) {
701
703
  return keyPrefix + '::ProductFlowOutputRepresentation:(' + 'correlationId:' + params.queryParams.correlationId + ',' + 'productId:' + params.urlParams.productId + ')';
702
704
  }
703
- function getResponseCacheKeys$1(luvio, resourceParams, response) {
704
- return getTypeCacheKeys$1(luvio, response, () => keyBuilder$3(luvio, resourceParams));
705
+ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
706
+ getTypeCacheKeys$1(storeKeyMap, luvio, response, () => keyBuilder$3(luvio, resourceParams));
705
707
  }
706
708
  function ingestSuccess$1(luvio, resourceParams, response, snapshotRefresh) {
707
709
  const { body } = response;
@@ -816,7 +818,11 @@ function buildNetworkSnapshot$1(luvio, config, options) {
816
818
  const request = createResourceRequest$1(resourceParams);
817
819
  return luvio.dispatchResourceRequest(request, options)
818
820
  .then((response) => {
819
- return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => getResponseCacheKeys$1(luvio, resourceParams, response.body));
821
+ return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => {
822
+ const cache = new StoreKeyMap();
823
+ getResponseCacheKeys$1(cache, luvio, resourceParams, response.body);
824
+ return cache;
825
+ });
820
826
  }, (response) => {
821
827
  return luvio.handleErrorResponse(() => onFetchResponseError$1(luvio, config, resourceParams, response));
822
828
  });
@@ -1494,8 +1500,7 @@ const ingest = function ProductOutputRepresentationIngest(input, path, luvio, st
1494
1500
  }
1495
1501
  return createLink(key);
1496
1502
  };
1497
- function getTypeCacheKeys(luvio, input, fullPathFactory) {
1498
- const rootKeySet = new StoreKeyMap();
1503
+ function getTypeCacheKeys(rootKeySet, luvio, input, fullPathFactory) {
1499
1504
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
1500
1505
  const rootKey = fullPathFactory();
1501
1506
  rootKeySet.set(rootKey, {
@@ -1503,7 +1508,6 @@ function getTypeCacheKeys(luvio, input, fullPathFactory) {
1503
1508
  representationName: RepresentationType,
1504
1509
  mergeable: false
1505
1510
  });
1506
- return rootKeySet;
1507
1511
  }
1508
1512
 
1509
1513
  function select(luvio, params) {
@@ -1512,8 +1516,8 @@ function select(luvio, params) {
1512
1516
  function keyBuilder$1(luvio, params) {
1513
1517
  return keyPrefix + '::ProductOutputRepresentation:(' + 'correlationId:' + params.queryParams.correlationId + ',' + 'isPriceImpacting:' + params.queryParams.isPriceImpacting + ',' + 'productId:' + params.urlParams.productId + ')';
1514
1518
  }
1515
- function getResponseCacheKeys(luvio, resourceParams, response) {
1516
- return getTypeCacheKeys(luvio, response, () => keyBuilder$1(luvio, resourceParams));
1519
+ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
1520
+ getTypeCacheKeys(storeKeyMap, luvio, response, () => keyBuilder$1(luvio, resourceParams));
1517
1521
  }
1518
1522
  function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
1519
1523
  const { body } = response;
@@ -1632,7 +1636,11 @@ function buildNetworkSnapshot(luvio, config, options) {
1632
1636
  const request = createResourceRequest(resourceParams);
1633
1637
  return luvio.dispatchResourceRequest(request, options)
1634
1638
  .then((response) => {
1635
- return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => getResponseCacheKeys(luvio, resourceParams, response.body));
1639
+ return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => {
1640
+ const cache = new StoreKeyMap();
1641
+ getResponseCacheKeys(cache, luvio, resourceParams, response.body);
1642
+ return cache;
1643
+ });
1636
1644
  }, (response) => {
1637
1645
  return luvio.handleErrorResponse(() => onFetchResponseError(luvio, config, resourceParams, response));
1638
1646
  });
@@ -1,4 +1,4 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
2
  import { ProductOutputRepresentation as types_ProductOutputRepresentation_ProductOutputRepresentation } from '../types/ProductOutputRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  urlParams: {
@@ -12,7 +12,7 @@ export interface ResourceRequestConfig {
12
12
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
13
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
14
14
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductOutputRepresentation_ProductOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductOutputRepresentation_ProductOutputRepresentation): void;
16
16
  export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ProductOutputRepresentation_ProductOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductOutputRepresentation_ProductOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ProductOutputRepresentation_ProductOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ProductOutputRepresentation_ProductOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ProductOutputRepresentation_ProductOutputRepresentation, any>;
17
17
  export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductOutputRepresentation_ProductOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
18
18
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
@@ -1,4 +1,4 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
2
  import { ProductFlowOutputRepresentation as types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation } from '../types/ProductFlowOutputRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  urlParams: {
@@ -11,7 +11,7 @@ export interface ResourceRequestConfig {
11
11
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
12
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
13
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation): void;
15
15
  export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation, any>;
16
16
  export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
17
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
@@ -1,5 +1,5 @@
1
1
  import { DeactivateInputRepresentation as types_DeactivateInputRepresentation_DeactivateInputRepresentation } from '../types/DeactivateInputRepresentation';
2
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
3
  import { RecordIdMapOutputRepresentation as types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation } from '../types/RecordIdMapOutputRepresentation';
4
4
  export interface ResourceRequestConfig {
5
5
  body: {
@@ -7,7 +7,7 @@ export interface ResourceRequestConfig {
7
7
  };
8
8
  }
9
9
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation): void;
11
11
  export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation, any>;
12
12
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
13
  export default createResourceRequest;
@@ -1,5 +1,5 @@
1
1
  import { ProductAttributeDefinitionListInputRepresentation as types_ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation } from '../types/ProductAttributeDefinitionListInputRepresentation';
2
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
3
  import { ProductAttributeDefinitionListRepresentation as types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation } from '../types/ProductAttributeDefinitionListRepresentation';
4
4
  export interface ResourceRequestConfig {
5
5
  body: {
@@ -7,7 +7,7 @@ export interface ResourceRequestConfig {
7
7
  };
8
8
  }
9
9
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation): void;
11
11
  export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation, any>;
12
12
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
13
  export default createResourceRequest;
@@ -1,5 +1,5 @@
1
1
  import { AttributeDefinitionOutputRepresentation as AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation } from './AttributeDefinitionOutputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "19ed014c1158cacd082c81794e79ec1e";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: AttributeCategoryOutputRepresentation,
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: AttributeCategoryOutputRepresentationNormalized, incoming: AttributeCategoryOutputRepresentationNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AttributeCategoryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AttributeCategoryOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * Attribute Category
13
13
  *
@@ -1,5 +1,5 @@
1
1
  import { AttributePicklistOutputRepresentation as AttributePicklistOutputRepresentation_AttributePicklistOutputRepresentation } from './AttributePicklistOutputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "315ef5883b52de14f87e7f77ca07f3e9";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: AttributeDefinitionOutputRepresentation
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: AttributeDefinitionOutputRepresentationNormalized, incoming: AttributeDefinitionOutputRepresentationNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AttributeDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AttributeDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * Attribute Definition
13
13
  *
@@ -1,5 +1,5 @@
1
1
  import { AttributePicklistValueOutputRepresentation as AttributePicklistValueOutputRepresentation_AttributePicklistValueOutputRepresentation } from './AttributePicklistValueOutputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "df2676a7591e0a1901e11509a0ee01b9";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: AttributePicklistOutputRepresentation,
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: AttributePicklistOutputRepresentationNormalized, incoming: AttributePicklistOutputRepresentationNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AttributePicklistOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AttributePicklistOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * Attribute PickList
13
13
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "e7c421937e2bd9b8a45a817430932754";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: AttributePicklistValueOutputRepresentat
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: AttributePicklistValueOutputRepresentationNormalized, incoming: AttributePicklistValueOutputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AttributePicklistValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AttributePicklistValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Attribute PickList Value
12
12
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "b8e716dc39f4cb505d7ef9d41e5ccdae";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: DeactivateInputRepresentation, existing
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: DeactivateInputRepresentationNormalized, incoming: DeactivateInputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DeactivateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DeactivateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Representation for list of Record Ids
12
12
  *
@@ -1,5 +1,5 @@
1
1
  import { DeactivateInputRepresentation as DeactivateInputRepresentation_DeactivateInputRepresentation } from './DeactivateInputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "117396644f3b22050e95c286b4a333c4";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: DeactivateInputRepresentationWrapper, e
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: DeactivateInputRepresentationWrapperNormalized, incoming: DeactivateInputRepresentationWrapperNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DeactivateInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DeactivateInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * Wrapper for DeactivateInputRepresentation
13
13
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "52f41974a107642a51b4e39140f07b2a";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: ErrorOutputRepresentation, existing: Er
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: ErrorOutputRepresentationNormalized, incoming: ErrorOutputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Error description
12
12
  *
@@ -1,5 +1,5 @@
1
1
  import { PricingModelOutputRepresentation as PricingModelOutputRepresentation_PricingModelOutputRepresentation } from './PricingModelOutputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "7506aa4ccd7ee434fb5067e866fc5b5a";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: PriceOutputRepresentation, existing: Pr
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: PriceOutputRepresentationNormalized, incoming: PriceOutputRepresentationNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PriceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PriceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * EPC Product Price Definition
13
13
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "530a48050efdbdbd8e04dc2945e507a2";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: PricingModelOutputRepresentation, exist
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: PricingModelOutputRepresentationNormalized, incoming: PricingModelOutputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PricingModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PricingModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * EPC Product Pricing Model Definition
12
12
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "6a39a09f38a5f83a85b60ef787f3f388";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: ProductAttributeDefinitionInputRepresen
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: ProductAttributeDefinitionInputRepresentationNormalized, incoming: ProductAttributeDefinitionInputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * An Input Representation for create Product-Attribute Definition Api.
12
12
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "41eb6cc4cb1ba3688158e2171a406e51";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: ProductAttributeDefinitionListInputRepr
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: ProductAttributeDefinitionListInputRepresentationNormalized, incoming: ProductAttributeDefinitionListInputRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Input representation for list of Product-Attribute Definition
12
12
  *
@@ -1,5 +1,5 @@
1
1
  import { ProductAttributeDefinitionListInputRepresentation as ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation } from './ProductAttributeDefinitionListInputRepresentation';
2
- 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ 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';
3
3
  export declare const VERSION = "f7d05726a12968840400d55304e6f7af";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
@@ -7,7 +7,7 @@ export declare function normalize(input: ProductAttributeDefinitionListInputRepr
7
7
  export declare const select: () => $64$luvio_engine_FragmentSelection;
8
8
  export declare function equals(existing: ProductAttributeDefinitionListInputRepresentationWrapperNormalized, incoming: ProductAttributeDefinitionListInputRepresentationWrapperNormalized): boolean;
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
12
  * Wrapper for ProductAttributeDefinitionListInputRepresentation
13
13
  *
@@ -17,7 +17,7 @@ export declare function normalize(input: ProductAttributeDefinitionListRepresent
17
17
  export declare const select: () => $64$luvio_engine_BaseFragment;
18
18
  export declare function equals(existing: ProductAttributeDefinitionListRepresentationNormalized, incoming: ProductAttributeDefinitionListRepresentationNormalized): boolean;
19
19
  export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
21
  /**
22
22
  * Product-Attribute Definition List
23
23
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "b4bef5c942f990bef1dffe3478b32089";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: ProductAttributeDefinitionRepresentatio
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: ProductAttributeDefinitionRepresentationNormalized, incoming: ProductAttributeDefinitionRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductAttributeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Product-Attribute Definition
12
12
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "7d98714e992d477ffab0848750efcde7";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: ProductFlowConnectRepresentation, exist
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: ProductFlowConnectRepresentationNormalized, incoming: ProductFlowConnectRepresentationNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductFlowConnectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductFlowConnectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * Product Flow Connect Representation Model
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import { ProductFlowConnectRepresentation as ProductFlowConnectRepresentation_ProductFlowConnectRepresentation } from './ProductFlowConnectRepresentation';
2
2
  import { Status as Status_Status } from './Status';
3
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
4
  export declare const TTL = 6000;
5
5
  export declare const VERSION = "a75aed3c640fb969c24561ef4f8cb169";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
@@ -9,7 +9,7 @@ export declare function normalize(input: ProductFlowOutputRepresentation, existi
9
9
  export declare const select: () => $64$luvio_engine_BaseFragment;
10
10
  export declare function equals(existing: ProductFlowOutputRepresentationNormalized, incoming: ProductFlowOutputRepresentationNormalized): boolean;
11
11
  export declare const ingest: $64$luvio_engine_ResourceIngest;
12
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductFlowOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductFlowOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
13
  /**
14
14
  * Product Flow Output Representation Model
15
15
  *
@@ -2,7 +2,7 @@ import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputReprese
2
2
  import { AttributeDefinitionOutputRepresentation as AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation } from './AttributeDefinitionOutputRepresentation';
3
3
  import { PriceOutputRepresentation as PriceOutputRepresentation_PriceOutputRepresentation } from './PriceOutputRepresentation';
4
4
  import { QuantityInfo as QuantityInfo_QuantityInfo } from './QuantityInfo';
5
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
6
6
  export declare const TTL = 6000;
7
7
  export declare const VERSION = "59486918cad0cc20f8b6c12d84d03600";
8
8
  export declare function validate(obj: any, path?: string): TypeError | null;
@@ -11,7 +11,7 @@ export declare function normalize(input: ProductOutputRepresentation, existing:
11
11
  export declare const select: () => $64$luvio_engine_BaseFragment;
12
12
  export declare function equals(existing: ProductOutputRepresentationNormalized, incoming: ProductOutputRepresentationNormalized): boolean;
13
13
  export declare const ingest: $64$luvio_engine_ResourceIngest;
14
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
15
  /**
16
16
  * EPC Product Definition
17
17
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "4c94c8e91bf3ebf20bbc5648f913c38b";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: QuantityInfo, existing: QuantityInfoNor
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: QuantityInfoNormalized, incoming: QuantityInfoNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: QuantityInfo, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: QuantityInfo, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * The output representation of the quantity info about a product.
12
12
  *
@@ -17,7 +17,7 @@ export declare function normalize(input: RecordIdMapOutputRepresentation, existi
17
17
  export declare const select: () => $64$luvio_engine_BaseFragment;
18
18
  export declare function equals(existing: RecordIdMapOutputRepresentationNormalized, incoming: RecordIdMapOutputRepresentationNormalized): boolean;
19
19
  export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordIdMapOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordIdMapOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
21
  /**
22
22
  * Deactivate api response
23
23
  *
@@ -1,4 +1,4 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
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
2
  export declare const VERSION = "66b024513cef3ba6873e8d2d3f6df0cc";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
@@ -6,7 +6,7 @@ export declare function normalize(input: Status, existing: StatusNormalized, pat
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
7
  export declare function equals(existing: StatusNormalized, incoming: StatusNormalized): boolean;
8
8
  export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Status, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Status, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
11
  * The output representation of the Status of the request.
12
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.170.0",
3
+ "version": "1.170.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for EPCNext project",
6
6
  "main": "dist/es/es2018/industries-epc.js",
package/sfdc/index.js CHANGED
@@ -14,7 +14,7 @@
14
14
  /* proxy-compat-disable */
15
15
  import { createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, createImperativeAdapter } from 'force/ldsBindings';
16
16
  import { withDefaultLuvio } from 'force/ldsEngine';
17
- import { serializeStructuredKey, StoreKeyMap, deepFreeze } from 'force/luvioEngine';
17
+ import { serializeStructuredKey, deepFreeze, StoreKeyMap } from 'force/luvioEngine';
18
18
 
19
19
  const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
20
20
  const { keys: ObjectKeys, create: ObjectCreate } = Object;
@@ -199,8 +199,7 @@ const ingest$3 = function ProductAttributeDefinitionListRepresentationIngest(inp
199
199
  }
200
200
  return createLink(key);
201
201
  };
202
- function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
203
- const rootKeySet = new StoreKeyMap();
202
+ function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
204
203
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
205
204
  const rootKey = keyBuilderFromType$1(luvio, input);
206
205
  rootKeySet.set(rootKey, {
@@ -208,14 +207,13 @@ function getTypeCacheKeys$3(luvio, input, fullPathFactory) {
208
207
  representationName: RepresentationType$3,
209
208
  mergeable: false
210
209
  });
211
- return rootKeySet;
212
210
  }
213
211
 
214
212
  function select$6(luvio, params) {
215
213
  return select$7();
216
214
  }
217
- function getResponseCacheKeys$3(luvio, resourceParams, response) {
218
- return getTypeCacheKeys$3(luvio, response);
215
+ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
216
+ getTypeCacheKeys$3(storeKeyMap, luvio, response);
219
217
  }
220
218
  function ingestSuccess$3(luvio, resourceParams, response) {
221
219
  const { body } = response;
@@ -293,7 +291,11 @@ function buildNetworkSnapshot$3(luvio, config, options) {
293
291
  return luvio.handleSuccessResponse(() => {
294
292
  const snapshot = ingestSuccess$3(luvio, resourceParams, response);
295
293
  return luvio.storeBroadcast().then(() => snapshot);
296
- }, () => getResponseCacheKeys$3(luvio, resourceParams, response.body));
294
+ }, () => {
295
+ const cache = new StoreKeyMap();
296
+ getResponseCacheKeys$3(cache, luvio, resourceParams, response.body);
297
+ return cache;
298
+ });
297
299
  }, (response) => {
298
300
  deepFreeze(response);
299
301
  throw response;
@@ -461,8 +463,7 @@ const ingest$2 = function RecordIdMapOutputRepresentationIngest(input, path, luv
461
463
  }
462
464
  return createLink(key);
463
465
  };
464
- function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
465
- const rootKeySet = new StoreKeyMap();
466
+ function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
466
467
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
467
468
  const rootKey = keyBuilderFromType(luvio, input);
468
469
  rootKeySet.set(rootKey, {
@@ -470,14 +471,13 @@ function getTypeCacheKeys$2(luvio, input, fullPathFactory) {
470
471
  representationName: RepresentationType$2,
471
472
  mergeable: false
472
473
  });
473
- return rootKeySet;
474
474
  }
475
475
 
476
476
  function select$4(luvio, params) {
477
477
  return select$5();
478
478
  }
479
- function getResponseCacheKeys$2(luvio, resourceParams, response) {
480
- return getTypeCacheKeys$2(luvio, response);
479
+ function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
480
+ getTypeCacheKeys$2(storeKeyMap, luvio, response);
481
481
  }
482
482
  function ingestSuccess$2(luvio, resourceParams, response) {
483
483
  const { body } = response;
@@ -555,7 +555,11 @@ function buildNetworkSnapshot$2(luvio, config, options) {
555
555
  return luvio.handleSuccessResponse(() => {
556
556
  const snapshot = ingestSuccess$2(luvio, resourceParams, response);
557
557
  return luvio.storeBroadcast().then(() => snapshot);
558
- }, () => getResponseCacheKeys$2(luvio, resourceParams, response.body));
558
+ }, () => {
559
+ const cache = new StoreKeyMap();
560
+ getResponseCacheKeys$2(cache, luvio, resourceParams, response.body);
561
+ return cache;
562
+ });
559
563
  }, (response) => {
560
564
  deepFreeze(response);
561
565
  throw response;
@@ -1205,8 +1209,7 @@ const ingest$1 = function ProductOutputRepresentationIngest(input, path, luvio,
1205
1209
  }
1206
1210
  return createLink(key);
1207
1211
  };
1208
- function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
1209
- const rootKeySet = new StoreKeyMap();
1212
+ function getTypeCacheKeys$1(rootKeySet, luvio, input, fullPathFactory) {
1210
1213
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
1211
1214
  const rootKey = fullPathFactory();
1212
1215
  rootKeySet.set(rootKey, {
@@ -1214,7 +1217,6 @@ function getTypeCacheKeys$1(luvio, input, fullPathFactory) {
1214
1217
  representationName: RepresentationType$1,
1215
1218
  mergeable: false
1216
1219
  });
1217
- return rootKeySet;
1218
1220
  }
1219
1221
 
1220
1222
  function select$2(luvio, params) {
@@ -1223,8 +1225,8 @@ function select$2(luvio, params) {
1223
1225
  function keyBuilder$3(luvio, params) {
1224
1226
  return keyPrefix + '::ProductOutputRepresentation:(' + 'correlationId:' + params.queryParams.correlationId + ',' + 'isPriceImpacting:' + params.queryParams.isPriceImpacting + ',' + 'productId:' + params.urlParams.productId + ')';
1225
1227
  }
1226
- function getResponseCacheKeys$1(luvio, resourceParams, response) {
1227
- return getTypeCacheKeys$1(luvio, response, () => keyBuilder$3(luvio, resourceParams));
1228
+ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
1229
+ getTypeCacheKeys$1(storeKeyMap, luvio, response, () => keyBuilder$3(luvio, resourceParams));
1228
1230
  }
1229
1231
  function ingestSuccess$1(luvio, resourceParams, response, snapshotRefresh) {
1230
1232
  const { body } = response;
@@ -1343,7 +1345,11 @@ function buildNetworkSnapshot$1(luvio, config, options) {
1343
1345
  const request = createResourceRequest$1(resourceParams);
1344
1346
  return luvio.dispatchResourceRequest(request, options)
1345
1347
  .then((response) => {
1346
- return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => getResponseCacheKeys$1(luvio, resourceParams, response.body));
1348
+ return luvio.handleSuccessResponse(() => onFetchResponseSuccess$1(luvio, config, resourceParams, response), () => {
1349
+ const cache = new StoreKeyMap();
1350
+ getResponseCacheKeys$1(cache, luvio, resourceParams, response.body);
1351
+ return cache;
1352
+ });
1347
1353
  }, (response) => {
1348
1354
  return luvio.handleErrorResponse(() => onFetchResponseError$1(luvio, config, resourceParams, response));
1349
1355
  });
@@ -1508,8 +1514,7 @@ const ingest = function ProductFlowOutputRepresentationIngest(input, path, luvio
1508
1514
  }
1509
1515
  return createLink(key);
1510
1516
  };
1511
- function getTypeCacheKeys(luvio, input, fullPathFactory) {
1512
- const rootKeySet = new StoreKeyMap();
1517
+ function getTypeCacheKeys(rootKeySet, luvio, input, fullPathFactory) {
1513
1518
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
1514
1519
  const rootKey = fullPathFactory();
1515
1520
  rootKeySet.set(rootKey, {
@@ -1517,7 +1522,6 @@ function getTypeCacheKeys(luvio, input, fullPathFactory) {
1517
1522
  representationName: RepresentationType,
1518
1523
  mergeable: false
1519
1524
  });
1520
- return rootKeySet;
1521
1525
  }
1522
1526
 
1523
1527
  function select(luvio, params) {
@@ -1526,8 +1530,8 @@ function select(luvio, params) {
1526
1530
  function keyBuilder$1(luvio, params) {
1527
1531
  return keyPrefix + '::ProductFlowOutputRepresentation:(' + 'correlationId:' + params.queryParams.correlationId + ',' + 'productId:' + params.urlParams.productId + ')';
1528
1532
  }
1529
- function getResponseCacheKeys(luvio, resourceParams, response) {
1530
- return getTypeCacheKeys(luvio, response, () => keyBuilder$1(luvio, resourceParams));
1533
+ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
1534
+ getTypeCacheKeys(storeKeyMap, luvio, response, () => keyBuilder$1(luvio, resourceParams));
1531
1535
  }
1532
1536
  function ingestSuccess(luvio, resourceParams, response, snapshotRefresh) {
1533
1537
  const { body } = response;
@@ -1642,7 +1646,11 @@ function buildNetworkSnapshot(luvio, config, options) {
1642
1646
  const request = createResourceRequest(resourceParams);
1643
1647
  return luvio.dispatchResourceRequest(request, options)
1644
1648
  .then((response) => {
1645
- return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => getResponseCacheKeys(luvio, resourceParams, response.body));
1649
+ return luvio.handleSuccessResponse(() => onFetchResponseSuccess(luvio, config, resourceParams, response), () => {
1650
+ const cache = new StoreKeyMap();
1651
+ getResponseCacheKeys(cache, luvio, resourceParams, response.body);
1652
+ return cache;
1653
+ });
1646
1654
  }, (response) => {
1647
1655
  return luvio.handleErrorResponse(() => onFetchResponseError(luvio, config, resourceParams, response));
1648
1656
  });
@@ -1726,4 +1734,4 @@ withDefaultLuvio((luvio) => {
1726
1734
  });
1727
1735
 
1728
1736
  export { createProductAttributeDefinition, deactivate, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative };
1729
- // version: 1.170.0-1813b78e7
1737
+ // version: 1.170.1-5fb216cf1