@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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-epc.js +5657 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createProductAttributeDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5799 -0
- package/src/raml/api.raml +1723 -0
- package/src/raml/luvio.raml +132 -0
package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 = "b4bef5c942f990bef1dffe3478b32089";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductAttributeDefinitionRepresentation, existing: ProductAttributeDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeDefinitionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductAttributeDefinitionRepresentationNormalized, incoming: ProductAttributeDefinitionRepresentationNormalized): 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: ProductAttributeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Product-Attribute Definition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ProductAttributeDefinitionRepresentationNormalized {
|
|
17
|
+
/** The name of the attributeDefinition associated with the Product-Attribute Definition */
|
|
18
|
+
attributeDefinitionName?: string;
|
|
19
|
+
/** The record Id of the Product-Attribute Definition */
|
|
20
|
+
recordId?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Product-Attribute Definition
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ProductAttributeDefinitionRepresentation {
|
|
29
|
+
attributeDefinitionName?: string;
|
|
30
|
+
recordId?: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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 = "83f21a82490602c9dd77ef78f1ec8c4d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductClassificationOutputRepresentation, existing: ProductClassificationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductClassificationOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductClassificationOutputRepresentationNormalized, incoming: ProductClassificationOutputRepresentationNormalized): 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: ProductClassificationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The output representation of the product classification info.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ProductClassificationOutputRepresentationNormalized {
|
|
17
|
+
/** id */
|
|
18
|
+
id?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The output representation of the product classification info.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ProductClassificationOutputRepresentation {
|
|
27
|
+
id?: string;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { ProductOutputRepresentation as ProductOutputRepresentation_ProductOutputRepresentation } from './ProductOutputRepresentation';
|
|
3
|
+
export declare const VERSION = "db93c7ddc1dbeb584e405b168e1423a7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProductComponentGroupOutputRepresentation, existing: ProductComponentGroupOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductComponentGroupOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
components: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ProductComponentGroupOutputRepresentation, existing: ProductComponentGroupOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ProductComponentGroupOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
components?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: ProductComponentGroupOutputRepresentationNormalized, incoming: ProductComponentGroupOutputRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductComponentGroupOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* ProductComponentGroupOutputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ProductComponentGroupOutputRepresentationNormalized {
|
|
27
|
+
/** code */
|
|
28
|
+
code?: string;
|
|
29
|
+
/** components */
|
|
30
|
+
components?: Array<$64$luvio_engine_StoreLink>;
|
|
31
|
+
/** description */
|
|
32
|
+
description?: string;
|
|
33
|
+
/** id */
|
|
34
|
+
id?: string;
|
|
35
|
+
/** maxBundleComponents */
|
|
36
|
+
maxBundleComponents?: number;
|
|
37
|
+
/** minBundleComponents */
|
|
38
|
+
minBundleComponents?: number;
|
|
39
|
+
/** name */
|
|
40
|
+
name?: string;
|
|
41
|
+
/** parentProductId */
|
|
42
|
+
parentProductId?: string;
|
|
43
|
+
/** sequence */
|
|
44
|
+
sequence?: number;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* ProductComponentGroupOutputRepresentation
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface ProductComponentGroupOutputRepresentation {
|
|
53
|
+
code?: string;
|
|
54
|
+
components?: Array<ProductOutputRepresentation_ProductOutputRepresentation>;
|
|
55
|
+
description?: string;
|
|
56
|
+
id?: string;
|
|
57
|
+
maxBundleComponents?: number;
|
|
58
|
+
minBundleComponents?: number;
|
|
59
|
+
name?: string;
|
|
60
|
+
parentProductId?: string;
|
|
61
|
+
sequence?: number;
|
|
62
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "7d98714e992d477ffab0848750efcde7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductFlowConnectRepresentation, existing: ProductFlowConnectRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductFlowConnectRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductFlowConnectRepresentationNormalized, incoming: ProductFlowConnectRepresentationNormalized): 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: ProductFlowConnectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Product Flow Connect Representation Model
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ProductFlowConnectRepresentationNormalized {
|
|
17
|
+
/** flowApiName */
|
|
18
|
+
flowApiName?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Product Flow Connect Representation Model
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ProductFlowConnectRepresentation {
|
|
27
|
+
flowApiName?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ProductFlowConnectRepresentation as ProductFlowConnectRepresentation_ProductFlowConnectRepresentation } from './ProductFlowConnectRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 6000;
|
|
5
|
+
export declare const VERSION = "a75aed3c640fb969c24561ef4f8cb169";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: ProductFlowOutputRepresentation, existing: ProductFlowOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductFlowOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: ProductFlowOutputRepresentationNormalized, incoming: ProductFlowOutputRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
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
|
+
/**
|
|
14
|
+
* Product Flow Output Representation Model
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ProductFlowOutputRepresentationNormalized {
|
|
20
|
+
/** correlation id for the request */
|
|
21
|
+
correlationId?: string;
|
|
22
|
+
/** productFlow */
|
|
23
|
+
productFlow?: ProductFlowConnectRepresentation_ProductFlowConnectRepresentation;
|
|
24
|
+
/** API result status */
|
|
25
|
+
status?: Status_Status;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Product Flow Output Representation Model
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ProductFlowOutputRepresentation {
|
|
34
|
+
correlationId?: string;
|
|
35
|
+
productFlow?: ProductFlowConnectRepresentation_ProductFlowConnectRepresentation;
|
|
36
|
+
status?: Status_Status;
|
|
37
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
|
|
2
|
+
import { AttributeDefinitionOutputRepresentation as AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation } from './AttributeDefinitionOutputRepresentation';
|
|
3
|
+
import { PriceOutputRepresentation as PriceOutputRepresentation_PriceOutputRepresentation } from './PriceOutputRepresentation';
|
|
4
|
+
import { ProductClassificationOutputRepresentation as ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation } from './ProductClassificationOutputRepresentation';
|
|
5
|
+
import { ProductComponentGroupOutputRepresentation as ProductComponentGroupOutputRepresentation_ProductComponentGroupOutputRepresentation } from './ProductComponentGroupOutputRepresentation';
|
|
6
|
+
import { ProductSpecificationTypeOutputRepresentation as ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation } from './ProductSpecificationTypeOutputRepresentation';
|
|
7
|
+
import { QuantityInfo as QuantityInfo_QuantityInfo } from './QuantityInfo';
|
|
8
|
+
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';
|
|
9
|
+
export declare const TTL = 6000;
|
|
10
|
+
export declare const VERSION = "38ee0d8d67cda562ff19dd5273e07d95";
|
|
11
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
|
+
export declare const RepresentationType: string;
|
|
13
|
+
export declare function normalize(input: ProductOutputRepresentation, existing: ProductOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductOutputRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
15
|
+
export declare function equals(existing: ProductOutputRepresentationNormalized, incoming: ProductOutputRepresentationNormalized): boolean;
|
|
16
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
18
|
+
/**
|
|
19
|
+
* EPC Product Definition
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* (none)
|
|
23
|
+
*/
|
|
24
|
+
export interface ProductOutputRepresentationNormalized {
|
|
25
|
+
/** attributeCategory */
|
|
26
|
+
attributeCategory?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
27
|
+
/** attributes */
|
|
28
|
+
attributes?: Array<AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation>;
|
|
29
|
+
/** categoryId */
|
|
30
|
+
categoryId?: string;
|
|
31
|
+
/** childProducts */
|
|
32
|
+
childProducts?: Array<$64$luvio_engine_StoreLink>;
|
|
33
|
+
/** description */
|
|
34
|
+
description?: string;
|
|
35
|
+
/** displayUrl */
|
|
36
|
+
displayUrl?: string;
|
|
37
|
+
/** id */
|
|
38
|
+
id?: string;
|
|
39
|
+
/** isComponentRequired */
|
|
40
|
+
isComponentRequired?: boolean;
|
|
41
|
+
/** isDefaultComponent */
|
|
42
|
+
isDefaultComponent?: boolean;
|
|
43
|
+
/** isQuantityEditable */
|
|
44
|
+
isQuantityEditable?: boolean;
|
|
45
|
+
/** name */
|
|
46
|
+
name?: string;
|
|
47
|
+
/** nodeType */
|
|
48
|
+
nodeType?: string;
|
|
49
|
+
/** prices */
|
|
50
|
+
prices?: Array<PriceOutputRepresentation_PriceOutputRepresentation>;
|
|
51
|
+
productClassification?: ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation;
|
|
52
|
+
/** productCode */
|
|
53
|
+
productCode?: string;
|
|
54
|
+
/** productComponentGroups */
|
|
55
|
+
productComponentGroups?: Array<$64$luvio_engine_StoreLink>;
|
|
56
|
+
productSpecificationType?: ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation;
|
|
57
|
+
quantityInfo?: QuantityInfo_QuantityInfo;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* EPC Product Definition
|
|
61
|
+
*
|
|
62
|
+
* Keys:
|
|
63
|
+
* (none)
|
|
64
|
+
*/
|
|
65
|
+
export interface ProductOutputRepresentation {
|
|
66
|
+
attributeCategory?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
67
|
+
attributes?: Array<AttributeDefinitionOutputRepresentation_AttributeDefinitionOutputRepresentation>;
|
|
68
|
+
categoryId?: string;
|
|
69
|
+
childProducts?: Array<ProductOutputRepresentation>;
|
|
70
|
+
description?: string;
|
|
71
|
+
displayUrl?: string;
|
|
72
|
+
id?: string;
|
|
73
|
+
isComponentRequired?: boolean;
|
|
74
|
+
isDefaultComponent?: boolean;
|
|
75
|
+
isQuantityEditable?: boolean;
|
|
76
|
+
name?: string;
|
|
77
|
+
nodeType?: string;
|
|
78
|
+
prices?: Array<PriceOutputRepresentation_PriceOutputRepresentation>;
|
|
79
|
+
productClassification?: ProductClassificationOutputRepresentation_ProductClassificationOutputRepresentation;
|
|
80
|
+
productCode?: string;
|
|
81
|
+
productComponentGroups?: Array<ProductComponentGroupOutputRepresentation_ProductComponentGroupOutputRepresentation>;
|
|
82
|
+
productSpecificationType?: ProductSpecificationTypeOutputRepresentation_ProductSpecificationTypeOutputRepresentation;
|
|
83
|
+
quantityInfo?: QuantityInfo_QuantityInfo;
|
|
84
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "3e47b6e446bea3751358051022e5792a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductSpecificationRecordTypeOutputRepresentation, existing: ProductSpecificationRecordTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSpecificationRecordTypeOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductSpecificationRecordTypeOutputRepresentationNormalized, incoming: ProductSpecificationRecordTypeOutputRepresentationNormalized): 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: ProductSpecificationRecordTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* ProductSpecificationRecordTypeOutputRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ProductSpecificationRecordTypeOutputRepresentationNormalized {
|
|
17
|
+
/** isCommercial */
|
|
18
|
+
isCommercial?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* ProductSpecificationRecordTypeOutputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ProductSpecificationRecordTypeOutputRepresentation {
|
|
27
|
+
isCommercial?: boolean;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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 = "ee2c90ac82931c310de993a6f6da47fc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductSpecificationTypeOutputRepresentation, existing: ProductSpecificationTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductSpecificationTypeOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductSpecificationTypeOutputRepresentationNormalized, incoming: ProductSpecificationTypeOutputRepresentationNormalized): 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: ProductSpecificationTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* ProductSpecificationTypeOutputRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ProductSpecificationTypeOutputRepresentationNormalized {
|
|
17
|
+
/** productSpecificationTypeName */
|
|
18
|
+
name?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* ProductSpecificationTypeOutputRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ProductSpecificationTypeOutputRepresentation {
|
|
27
|
+
name?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Status as Status_Status } from './Status';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
import { ProductOutputRepresentation as ProductOutputRepresentation_ProductOutputRepresentation } from './ProductOutputRepresentation';
|
|
4
|
+
export declare const VERSION = "dc3572320bc5b04b2f7f9fd7c6ee1281";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ProductsOutputRepresentation, existing: ProductsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductsOutputRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
products: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ProductsOutputRepresentation, existing: ProductsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ProductsOutputRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
products?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: ProductsOutputRepresentationNormalized, incoming: ProductsOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProductsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Products list
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ProductsOutputRepresentationNormalized {
|
|
28
|
+
/** correlation id for the request */
|
|
29
|
+
correlationId?: string;
|
|
30
|
+
/** count */
|
|
31
|
+
count?: number;
|
|
32
|
+
/** The list of products */
|
|
33
|
+
products?: Array<$64$luvio_engine_StoreLink>;
|
|
34
|
+
/** API result status */
|
|
35
|
+
status?: Status_Status;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Products list
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* (none)
|
|
42
|
+
*/
|
|
43
|
+
export interface ProductsOutputRepresentation {
|
|
44
|
+
correlationId?: string;
|
|
45
|
+
count?: number;
|
|
46
|
+
products?: Array<ProductOutputRepresentation_ProductOutputRepresentation>;
|
|
47
|
+
status?: Status_Status;
|
|
48
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "4c94c8e91bf3ebf20bbc5648f913c38b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: QuantityInfo, existing: QuantityInfoNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QuantityInfoNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: QuantityInfoNormalized, incoming: QuantityInfoNormalized): 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: QuantityInfo, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The output representation of the quantity info about a product.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface QuantityInfoNormalized {
|
|
17
|
+
/** getMaxQuantity */
|
|
18
|
+
maxQuantity?: number;
|
|
19
|
+
/** getMinQuantity */
|
|
20
|
+
minQuantity?: number;
|
|
21
|
+
/** getQuantity */
|
|
22
|
+
quantity?: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* The output representation of the quantity info about a product.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface QuantityInfo {
|
|
31
|
+
maxQuantity?: number;
|
|
32
|
+
minQuantity?: number;
|
|
33
|
+
quantity?: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ErrorOutputRepresentation as ErrorOutputRepresentation_ErrorOutputRepresentation } from './ErrorOutputRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 6000;
|
|
4
|
+
export declare const VERSION = "67abdeaa299bae24f468fd2e78cd1e1e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
message: string;
|
|
9
|
+
}
|
|
10
|
+
export type RecordIdMapOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialRecordIdMapOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RecordIdMapOutputRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RecordIdMapOutputRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RecordIdMapOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: RecordIdMapOutputRepresentation, existing: RecordIdMapOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordIdMapOutputRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: RecordIdMapOutputRepresentationNormalized, incoming: RecordIdMapOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
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
|
+
/**
|
|
22
|
+
* Deactivate api response
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* message (string): status
|
|
26
|
+
*/
|
|
27
|
+
export interface RecordIdMapOutputRepresentationNormalized {
|
|
28
|
+
/** The list of error messages */
|
|
29
|
+
errors: Array<ErrorOutputRepresentation_ErrorOutputRepresentation>;
|
|
30
|
+
/** Returns if the operation was a success or not */
|
|
31
|
+
status: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Deactivate api response
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* message (string): status
|
|
38
|
+
*/
|
|
39
|
+
export interface RecordIdMapOutputRepresentation {
|
|
40
|
+
errors: Array<ErrorOutputRepresentation_ErrorOutputRepresentation>;
|
|
41
|
+
status: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOutputRepresentation } from './EpcErrorOutputRepresentation';
|
|
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 = "7f54fb01c0db55745a6ef4fab9fbe3ca";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RecordUpdateOutputRepresentation, existing: RecordUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordUpdateOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RecordUpdateOutputRepresentationNormalized, incoming: RecordUpdateOutputRepresentationNormalized): 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: RecordUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Record Update Response
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RecordUpdateOutputRepresentationNormalized {
|
|
18
|
+
/** error */
|
|
19
|
+
error?: EpcErrorOutputRepresentation_EpcErrorOutputRepresentation;
|
|
20
|
+
/** SObject identifier of record */
|
|
21
|
+
recordIdentifier?: string;
|
|
22
|
+
/** ReferenceId of record as in request */
|
|
23
|
+
referenceId?: string;
|
|
24
|
+
/** SObject type of record */
|
|
25
|
+
type?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Record Update Response
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface RecordUpdateOutputRepresentation {
|
|
34
|
+
error?: EpcErrorOutputRepresentation_EpcErrorOutputRepresentation;
|
|
35
|
+
recordIdentifier?: string;
|
|
36
|
+
referenceId?: string;
|
|
37
|
+
type?: string;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PCMRecordOutputRepresentation as PCMRecordOutputRepresentation_PCMRecordOutputRepresentation } from './PCMRecordOutputRepresentation';
|
|
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 = "86b6f11c326d9ace44e832cba58ddf1e";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RelatedObjectRecordsOutputRepresentation, existing: RelatedObjectRecordsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedObjectRecordsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RelatedObjectRecordsOutputRepresentationNormalized, incoming: RelatedObjectRecordsOutputRepresentationNormalized): 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: RelatedObjectRecordsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* relatedRecords for a given recordId and relatedObject API Name
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RelatedObjectRecordsOutputRepresentationNormalized {
|
|
18
|
+
/** count */
|
|
19
|
+
count: number;
|
|
20
|
+
/** The list of related Records */
|
|
21
|
+
records: Array<PCMRecordOutputRepresentation_PCMRecordOutputRepresentation>;
|
|
22
|
+
/** relatedObjectAPIName */
|
|
23
|
+
relatedObjectAPIName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* relatedRecords for a given recordId and relatedObject API Name
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface RelatedObjectRecordsOutputRepresentation {
|
|
32
|
+
count: number;
|
|
33
|
+
records: Array<PCMRecordOutputRepresentation_PCMRecordOutputRepresentation>;
|
|
34
|
+
relatedObjectAPIName: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "224d2d859a3694cad0ec49ee5fe7e456";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedRecordsInputRepresentation, existing: RelatedRecordsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedRecordsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedRecordsInputRepresentationNormalized, incoming: RelatedRecordsInputRepresentationNormalized): 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: RelatedRecordsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* An input representation for related records Bulk Primitive Api.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedRecordsInputRepresentationNormalized {
|
|
17
|
+
/** correlationId */
|
|
18
|
+
correlationId?: string;
|
|
19
|
+
/** List of recordIds */
|
|
20
|
+
recordIds: Array<string>;
|
|
21
|
+
/** List of related object nodes */
|
|
22
|
+
relatedObjectNodes: Array<unknown>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* An input representation for related records Bulk Primitive Api.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface RelatedRecordsInputRepresentation {
|
|
31
|
+
correlationId?: string;
|
|
32
|
+
recordIds: Array<string>;
|
|
33
|
+
relatedObjectNodes: Array<unknown>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { RelatedRecordsOutputRepresentation as RelatedRecordsOutputRepresentation_RelatedRecordsOutputRepresentation } from './RelatedRecordsOutputRepresentation';
|
|
2
|
+
import { Status as Status_Status } from './Status';
|
|
3
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 6000;
|
|
5
|
+
export declare const VERSION = "d5517610afe11029dab748699bf3154b";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
message: string;
|
|
10
|
+
}
|
|
11
|
+
export type RelatedRecordsListOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialRelatedRecordsListOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): RelatedRecordsListOutputRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: RelatedRecordsListOutputRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: RelatedRecordsListOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: RelatedRecordsListOutputRepresentation, existing: RelatedRecordsListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedRecordsListOutputRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
19
|
+
export declare function equals(existing: RelatedRecordsListOutputRepresentationNormalized, incoming: RelatedRecordsListOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RelatedRecordsListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Response of related records Bulk Primitive Api.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* message (string): correlationId
|
|
27
|
+
*/
|
|
28
|
+
export interface RelatedRecordsListOutputRepresentationNormalized {
|
|
29
|
+
/** correlation id for the request */
|
|
30
|
+
correlationId: string;
|
|
31
|
+
/** The list of related records. */
|
|
32
|
+
relatedRecords: Array<RelatedRecordsOutputRepresentation_RelatedRecordsOutputRepresentation>;
|
|
33
|
+
/** API result status */
|
|
34
|
+
status: Status_Status;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Response of related records Bulk Primitive Api.
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* message (string): correlationId
|
|
41
|
+
*/
|
|
42
|
+
export interface RelatedRecordsListOutputRepresentation {
|
|
43
|
+
correlationId: string;
|
|
44
|
+
relatedRecords: Array<RelatedRecordsOutputRepresentation_RelatedRecordsOutputRepresentation>;
|
|
45
|
+
status: Status_Status;
|
|
46
|
+
}
|