@salesforce/lds-adapters-industries-epc 0.1.0-dev1

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 (110) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-epc.js +5657 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createProductAttributeDefinition.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
  17. package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
  18. package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
  23. package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
  24. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
  25. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
  26. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
  27. package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
  29. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
  30. package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
  31. package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
  32. package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
  33. package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
  34. package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
  35. package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
  36. package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
  37. package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
  38. package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
  39. package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
  40. package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
  41. package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
  42. package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
  43. package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
  44. package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
  45. package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
  46. package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
  48. package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
  49. package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
  50. package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
  51. package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
  52. package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
  53. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
  54. package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
  55. package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
  56. package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
  57. package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
  58. package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
  59. package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
  60. package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
  61. package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
  62. package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
  63. package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
  64. package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
  65. package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
  66. package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
  67. package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
  68. package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
  69. package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
  70. package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
  71. package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
  72. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
  73. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
  74. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
  75. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
  76. package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
  77. package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
  78. package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
  79. package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
  80. package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
  81. package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
  82. package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
  83. package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
  84. package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
  85. package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
  86. package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
  87. package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
  88. package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
  89. package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
  90. package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
  91. package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
  92. package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
  93. package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
  94. package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
  95. package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
  96. package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
  97. package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
  98. package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
  99. package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
  100. package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
  101. package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
  102. package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
  103. package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
  104. package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
  105. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  106. package/package.json +76 -0
  107. package/sfdc/index.d.ts +1 -0
  108. package/sfdc/index.js +5799 -0
  109. package/src/raml/api.raml +1723 -0
  110. package/src/raml/luvio.raml +132 -0
@@ -0,0 +1,18 @@
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
+ import { ContextDefinitionOutputRepresentation as types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation } from '../types/ContextDefinitionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ contextDefinitionId: string;
6
+ };
7
+ queryParams: {
8
+ correlationId?: string;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ContextDefinitionOutputRepresentation_ContextDefinitionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
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
+ import { IndexConfigurationCollectionOutputRepresentation as types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation } from '../types/IndexConfigurationCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ correlationId?: string;
6
+ fieldTypes?: Array<string>;
7
+ includeMetadata?: boolean;
8
+ };
9
+ }
10
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation, any>;
15
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IndexConfigurationCollectionOutputRepresentation_IndexConfigurationCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
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
+ import { SnapshotIndexErrorOutputRepresentation as types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation } from '../types/SnapshotIndexErrorOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ indexId?: string;
6
+ snapshotIndexId?: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SnapshotIndexErrorOutputRepresentation_SnapshotIndexErrorOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
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
+ import { IndexSettingOutputRepresentation as types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation } from '../types/IndexSettingOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
7
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
8
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation): void;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IndexSettingOutputRepresentation_IndexSettingOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
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
+ import { SnapshotCollectionOutputRepresentation as types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation } from '../types/SnapshotCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ numberOfIndexLogs?: number;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SnapshotCollectionOutputRepresentation_SnapshotCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,19 @@
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
+ import { ProductOutputRepresentation as types_ProductOutputRepresentation_ProductOutputRepresentation } from '../types/ProductOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ productId: string;
6
+ };
7
+ queryParams: {
8
+ correlationId?: string;
9
+ isPriceImpacting?: boolean;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductOutputRepresentation_ProductOutputRepresentation): void;
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
+ 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
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
19
+ export default createResourceRequest;
@@ -0,0 +1,18 @@
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
+ import { ProductsOutputRepresentation as types_ProductsOutputRepresentation_ProductsOutputRepresentation } from '../types/ProductsOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ productId: string;
6
+ };
7
+ queryParams: {
8
+ correlationId?: string;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductsOutputRepresentation_ProductsOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ProductsOutputRepresentation_ProductsOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductsOutputRepresentation_ProductsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ProductsOutputRepresentation_ProductsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ProductsOutputRepresentation_ProductsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ProductsOutputRepresentation_ProductsOutputRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductsOutputRepresentation_ProductsOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,19 @@
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
+ import { ProductFlowOutputRepresentation as types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation } from '../types/ProductFlowOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ productId: string;
6
+ };
7
+ queryParams: {
8
+ correlationId?: string;
9
+ assignmentType?: string;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductFlowOutputRepresentation_ProductFlowOutputRepresentation): void;
16
+ 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>;
17
+ 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;
18
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
19
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { DeactivateInputRepresentation as types_DeactivateInputRepresentation_DeactivateInputRepresentation } from '../types/DeactivateInputRepresentation';
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
+ import { RecordIdMapOutputRepresentation as types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation } from '../types/RecordIdMapOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ deactivateInputPayload: types_DeactivateInputRepresentation_DeactivateInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RecordIdMapOutputRepresentation_RecordIdMapOutputRepresentation): void;
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
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { SettingInputRepresentation as types_SettingInputRepresentation_SettingInputRepresentation } from '../types/SettingInputRepresentation';
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
+ import { IndexSettingPatchOutputRepresentation as types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation } from '../types/IndexSettingPatchOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ queryParams: {
6
+ settingId?: string;
7
+ };
8
+ body: {
9
+ setting?: types_SettingInputRepresentation_SettingInputRepresentation;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ 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';
2
+ import { CatalogUpdateResponseRepresentation as types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation } from '../types/CatalogUpdateResponseRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ correlationId?: string;
6
+ objectGraph: {
7
+ [key: string]: unknown;
8
+ };
9
+ source: string;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation): void;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CatalogUpdateResponseRepresentation_CatalogUpdateResponseRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ 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';
2
+ import { SnapshotDeploymentOutputRepresentation as types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation } from '../types/SnapshotDeploymentOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ buildType?: string;
6
+ snapshot?: unknown;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SnapshotDeploymentOutputRepresentation_SnapshotDeploymentOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { ProductAttributeDefinitionListInputRepresentation as types_ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation } from '../types/ProductAttributeDefinitionListInputRepresentation';
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
+ import { ProductAttributeDefinitionListRepresentation as types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation } from '../types/ProductAttributeDefinitionListRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ productAttributeDefinitionListInputPayload: types_ProductAttributeDefinitionListInputRepresentation_ProductAttributeDefinitionListInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductAttributeDefinitionListRepresentation_ProductAttributeDefinitionListRepresentation): void;
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
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ 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';
2
+ import { RelatedRecordsListOutputRepresentation as types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation } from '../types/RelatedRecordsListOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ entityName: string;
6
+ };
7
+ body: {
8
+ correlationId?: string;
9
+ recordIds: Array<string>;
10
+ relatedObjectNodes: Array<unknown>;
11
+ };
12
+ }
13
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_RelatedRecordsListOutputRepresentation_RelatedRecordsListOutputRepresentation, any>;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ 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';
2
+ import { IndexConfigurationsUpdateOutputRepresentation as types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation } from '../types/IndexConfigurationsUpdateOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ correlationId?: string;
6
+ indexConfigurations?: Array<unknown>;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_IndexConfigurationsUpdateOutputRepresentation_IndexConfigurationsUpdateOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,38 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "19ed014c1158cacd082c81794e79ec1e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AttributeCategoryOutputRepresentation, existing: AttributeCategoryOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributeCategoryOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AttributeCategoryOutputRepresentationNormalized, incoming: AttributeCategoryOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
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
+ /**
12
+ * Attribute Category
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AttributeCategoryOutputRepresentationNormalized {
18
+ /** attributes */
19
+ attributes?: Array<AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation>;
20
+ /** code */
21
+ code?: string;
22
+ /** id */
23
+ id?: string;
24
+ /** name */
25
+ name?: string;
26
+ }
27
+ /**
28
+ * Attribute Category
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AttributeCategoryOutputRepresentation {
34
+ attributes?: Array<AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation>;
35
+ code?: string;
36
+ id?: string;
37
+ name?: string;
38
+ }
@@ -0,0 +1,79 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "315ef5883b52de14f87e7f77ca07f3e9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AttributeDefinitionOutputRepresentation, existing: AttributeDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributeDefinitionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AttributeDefinitionOutputRepresentationNormalized, incoming: AttributeDefinitionOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
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
+ /**
12
+ * Attribute Definition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AttributeDefinitionOutputRepresentationNormalized {
18
+ /** code */
19
+ code?: string;
20
+ /** dataType */
21
+ dataType?: string;
22
+ /** defaultHelpText */
23
+ defaultHelpText?: string;
24
+ /** defaultValue */
25
+ defaultValue?: string;
26
+ /** description */
27
+ description?: string;
28
+ /** id */
29
+ id?: string;
30
+ /** isActive */
31
+ isActive?: boolean;
32
+ /** isCloneable */
33
+ isCloneable?: boolean;
34
+ /** isConfigurable */
35
+ isConfigurable?: boolean;
36
+ /** isEncrypted */
37
+ isEncrypted?: boolean;
38
+ /** isHidden */
39
+ isHidden?: boolean;
40
+ /** isPriceImpacting */
41
+ isPriceImpacting?: boolean;
42
+ /** isReadOnly */
43
+ isReadOnly?: boolean;
44
+ /** isRequired */
45
+ isRequired?: boolean;
46
+ /** label */
47
+ label?: string;
48
+ /** name */
49
+ name?: string;
50
+ picklist?: AttributePicklistOutputRepresentation_AttributePicklistOutputRepresentation;
51
+ /** valueDescription */
52
+ valueDescription?: string;
53
+ }
54
+ /**
55
+ * Attribute Definition
56
+ *
57
+ * Keys:
58
+ * (none)
59
+ */
60
+ export interface AttributeDefinitionOutputRepresentation {
61
+ code?: string;
62
+ dataType?: string;
63
+ defaultHelpText?: string;
64
+ defaultValue?: string;
65
+ description?: string;
66
+ id?: string;
67
+ isActive?: boolean;
68
+ isCloneable?: boolean;
69
+ isConfigurable?: boolean;
70
+ isEncrypted?: boolean;
71
+ isHidden?: boolean;
72
+ isPriceImpacting?: boolean;
73
+ isReadOnly?: boolean;
74
+ isRequired?: boolean;
75
+ label?: string;
76
+ name?: string;
77
+ picklist?: AttributePicklistOutputRepresentation_AttributePicklistOutputRepresentation;
78
+ valueDescription?: string;
79
+ }
@@ -0,0 +1,44 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "df2676a7591e0a1901e11509a0ee01b9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AttributePicklistOutputRepresentation, existing: AttributePicklistOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributePicklistOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AttributePicklistOutputRepresentationNormalized, incoming: AttributePicklistOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
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
+ /**
12
+ * Attribute PickList
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AttributePicklistOutputRepresentationNormalized {
18
+ /** code */
19
+ code?: string;
20
+ /** dataType */
21
+ dataType?: string;
22
+ /** description */
23
+ description?: string;
24
+ /** id */
25
+ id?: string;
26
+ /** name */
27
+ name?: string;
28
+ /** attributePicklistValues */
29
+ values?: Array<AttributePicklistValueOutputRepresentation_AttributePicklistValueOutputRepresentation>;
30
+ }
31
+ /**
32
+ * Attribute PickList
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface AttributePicklistOutputRepresentation {
38
+ code?: string;
39
+ dataType?: string;
40
+ description?: string;
41
+ id?: string;
42
+ name?: string;
43
+ values?: Array<AttributePicklistValueOutputRepresentation_AttributePicklistValueOutputRepresentation>;
44
+ }
@@ -0,0 +1,55 @@
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 = "e7c421937e2bd9b8a45a817430932754";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AttributePicklistValueOutputRepresentation, existing: AttributePicklistValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AttributePicklistValueOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AttributePicklistValueOutputRepresentationNormalized, incoming: AttributePicklistValueOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
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
+ /**
11
+ * Attribute PickList Value
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AttributePicklistValueOutputRepresentationNormalized {
17
+ /** abbreviation */
18
+ abbreviation?: string;
19
+ /** code */
20
+ code?: string;
21
+ /** displayValue */
22
+ displayValue?: string;
23
+ /** id */
24
+ id?: string;
25
+ /** isBooleanValue */
26
+ isBooleanValue?: boolean;
27
+ /** isDefault */
28
+ isDefault?: boolean;
29
+ /** label */
30
+ label?: string;
31
+ /** name */
32
+ name?: string;
33
+ /** sequence */
34
+ sequence?: string;
35
+ /** textValue */
36
+ textValue?: string;
37
+ }
38
+ /**
39
+ * Attribute PickList Value
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface AttributePicklistValueOutputRepresentation {
45
+ abbreviation?: string;
46
+ code?: string;
47
+ displayValue?: string;
48
+ id?: string;
49
+ isBooleanValue?: boolean;
50
+ isDefault?: boolean;
51
+ label?: string;
52
+ name?: string;
53
+ sequence?: string;
54
+ textValue?: string;
55
+ }
@@ -0,0 +1,32 @@
1
+ import { RecordUpdateOutputRepresentation as RecordUpdateOutputRepresentation_RecordUpdateOutputRepresentation } from './RecordUpdateOutputRepresentation';
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
+ export declare const VERSION = "18852d744d0dee19f0f7f959ec6eebe1";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CatalogUpdateGraphOutputRepresentation, existing: CatalogUpdateGraphOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogUpdateGraphOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CatalogUpdateGraphOutputRepresentationNormalized, incoming: CatalogUpdateGraphOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogUpdateGraphOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Catalog Update Graph Response
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CatalogUpdateGraphOutputRepresentationNormalized {
18
+ /** graphId as passed in request */
19
+ graphId?: string;
20
+ /** response to graph request */
21
+ records?: Array<RecordUpdateOutputRepresentation_RecordUpdateOutputRepresentation>;
22
+ }
23
+ /**
24
+ * Catalog Update Graph Response
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface CatalogUpdateGraphOutputRepresentation {
30
+ graphId?: string;
31
+ records?: Array<RecordUpdateOutputRepresentation_RecordUpdateOutputRepresentation>;
32
+ }
@@ -0,0 +1,38 @@
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 = "0cffb801436f1e84954d4f86b2938e94";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CatalogUpdateInputRepresentation, existing: CatalogUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CatalogUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CatalogUpdateInputRepresentationNormalized, incoming: CatalogUpdateInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CatalogUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Representation for PCM Catalog Update.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CatalogUpdateInputRepresentationNormalized {
17
+ /** correlationId */
18
+ correlationId?: string;
19
+ /** objectGraph */
20
+ objectGraph: {
21
+ [key: string]: unknown;
22
+ };
23
+ /** source */
24
+ source: string;
25
+ }
26
+ /**
27
+ * Input Representation for PCM Catalog Update.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface CatalogUpdateInputRepresentation {
33
+ correlationId?: string;
34
+ objectGraph: {
35
+ [key: string]: unknown;
36
+ };
37
+ source: string;
38
+ }