@salesforce/lds-adapters-industries-cpq 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-cpq.js +1062 -0
- package/dist/es/es2018/types/src/generated/adapters/SearchProductsList.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/preview.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/productDetails.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/productList.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCpqPreview.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCpqProducts.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsByProductId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCpqProductsSearch.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalFieldsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ApiStatusOutputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AttributePickListOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/AttributePickListValueOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/CpqBaseDetailsOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CpqBaseListOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/CpqMessageOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PreviewInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/PreviewInputRepresentationWrapper.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeOutputRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/ProductConfigurationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ProductDeltaConfigurationInputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentationWrapper.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/ProductListInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ProductListInputRepresentationWrapper.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ProductListOutputRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/ProductPricesOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/ProductQuantityOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchOffersInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/SearchOffersInputRepresentationWrapper.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SearchOffersOutputRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +67 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1098 -0
- package/src/raml/api.raml +850 -0
- package/src/raml/luvio.raml +37 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "bccc0235eacd124bbd7a32cf40bd0523";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PreviewInputRepresentation, existing: PreviewInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PreviewInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PreviewInputRepresentationNormalized, incoming: PreviewInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PreviewInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PreviewInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Preview Product or cart item.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PreviewInputRepresentationNormalized {
|
|
18
|
+
/** Id of the Cart to which ths conigured items belongs to. */
|
|
19
|
+
cartId?: string;
|
|
20
|
+
/** Items to be configure and update to the cart. */
|
|
21
|
+
configuredItems?: Array<{}>;
|
|
22
|
+
/** CorrelationId */
|
|
23
|
+
correlationId?: string;
|
|
24
|
+
/** Key value pair of custom fields. */
|
|
25
|
+
customFields?: {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
/** User context in which cart would be created. */
|
|
29
|
+
userContext?: {};
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Input Representation for Preview Product or cart item.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface PreviewInputRepresentation {
|
|
38
|
+
cartId?: string;
|
|
39
|
+
configuredItems?: Array<{}>;
|
|
40
|
+
correlationId?: string;
|
|
41
|
+
customFields?: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
userContext?: {};
|
|
45
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PreviewInputRepresentation as PreviewInputRepresentation_PreviewInputRepresentation } from './PreviewInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "776dc95338a074b0bf3753abc342f6a4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PreviewInputRepresentationWrapper, existing: PreviewInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PreviewInputRepresentationWrapperNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PreviewInputRepresentationWrapperNormalized, incoming: PreviewInputRepresentationWrapperNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: PreviewInputRepresentationWrapper): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PreviewInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Preview Input Representation Wrapper
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PreviewInputRepresentationWrapperNormalized {
|
|
19
|
+
/** Key for api call */
|
|
20
|
+
previewInput: PreviewInputRepresentation_PreviewInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Preview Input Representation Wrapper
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface PreviewInputRepresentationWrapper {
|
|
29
|
+
previewInput: PreviewInputRepresentation_PreviewInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "e3d26bb6b365c1f14a8651544c759eed";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PricingModelOutputRepresentation, existing: PricingModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PricingModelOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PricingModelOutputRepresentationNormalized, incoming: PricingModelOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PricingModelOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PricingModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Pricing Model representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PricingModelOutputRepresentationNormalized {
|
|
18
|
+
/** Frequency of Recurrence */
|
|
19
|
+
frequency?: string;
|
|
20
|
+
/** Price Model Id */
|
|
21
|
+
id?: string;
|
|
22
|
+
/** Name of Pricing Model */
|
|
23
|
+
name?: string;
|
|
24
|
+
/** Number of occurrences */
|
|
25
|
+
occurrence?: number;
|
|
26
|
+
/** Type of Pricing Model */
|
|
27
|
+
pricingModelType?: string;
|
|
28
|
+
/** Unit of Measure */
|
|
29
|
+
unitOfMeasure?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Pricing Model representation
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface PricingModelOutputRepresentation {
|
|
38
|
+
frequency?: string;
|
|
39
|
+
id?: string;
|
|
40
|
+
name?: string;
|
|
41
|
+
occurrence?: number;
|
|
42
|
+
pricingModelType?: string;
|
|
43
|
+
unitOfMeasure?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { AttributePickListOutputRepresentation as AttributePickListOutputRepresentation_AttributePickListOutputRepresentation } from './AttributePickListOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "f4ab55bb5ce8b3ae65c7171eb1f55b2a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProductAttributeOutputRepresentation, existing: ProductAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductAttributeOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProductAttributeOutputRepresentationNormalized, incoming: ProductAttributeOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProductAttributeOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Product Attributes output representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductAttributeOutputRepresentationNormalized {
|
|
19
|
+
/** Attribute Category Id */
|
|
20
|
+
attributeCategoryId?: string;
|
|
21
|
+
/** Attribute picklist in product attribute */
|
|
22
|
+
attributePickList?: AttributePickListOutputRepresentation_AttributePickListOutputRepresentation;
|
|
23
|
+
/** Code of the attribute */
|
|
24
|
+
code?: string;
|
|
25
|
+
/** DataType of product attribute */
|
|
26
|
+
dataType?: string;
|
|
27
|
+
/** Help text of the attribute */
|
|
28
|
+
defaultHelpText?: string;
|
|
29
|
+
/** Default of the attribute */
|
|
30
|
+
defaultValue?: string;
|
|
31
|
+
/** description of product attribute */
|
|
32
|
+
description?: string;
|
|
33
|
+
/** Is true if attribute is hidden */
|
|
34
|
+
hidden?: boolean;
|
|
35
|
+
/** Id of product attribute */
|
|
36
|
+
id?: string;
|
|
37
|
+
/** Is Price Impacting field in attribute */
|
|
38
|
+
isPriceImpacting?: boolean;
|
|
39
|
+
/** Label of the attribute */
|
|
40
|
+
label?: string;
|
|
41
|
+
/** name of product attribute */
|
|
42
|
+
name?: string;
|
|
43
|
+
/** Status of product attribute - Active/InActive */
|
|
44
|
+
status?: string;
|
|
45
|
+
/** user value of the product attribute */
|
|
46
|
+
userValue?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Product Attributes output representation
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface ProductAttributeOutputRepresentation {
|
|
55
|
+
attributeCategoryId?: string;
|
|
56
|
+
attributePickList?: AttributePickListOutputRepresentation_AttributePickListOutputRepresentation;
|
|
57
|
+
code?: string;
|
|
58
|
+
dataType?: string;
|
|
59
|
+
defaultHelpText?: string;
|
|
60
|
+
defaultValue?: string;
|
|
61
|
+
description?: string;
|
|
62
|
+
hidden?: boolean;
|
|
63
|
+
id?: string;
|
|
64
|
+
isPriceImpacting?: boolean;
|
|
65
|
+
label?: string;
|
|
66
|
+
name?: string;
|
|
67
|
+
status?: string;
|
|
68
|
+
userValue?: string;
|
|
69
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "11308620a02e78ce199034c3567ed120";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductConfigurationInputRepresentation, existing: ProductConfigurationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductConfigurationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductConfigurationInputRepresentationNormalized, incoming: ProductConfigurationInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ProductConfigurationInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductConfigurationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Product Configuration.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductConfigurationInputRepresentationNormalized {
|
|
18
|
+
/** Product delta configurations */
|
|
19
|
+
configuration?: {};
|
|
20
|
+
/** Product Id */
|
|
21
|
+
productId?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input Representation for Product Configuration.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ProductConfigurationInputRepresentation {
|
|
30
|
+
configuration?: {};
|
|
31
|
+
productId?: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ProductDeltaConfigurationInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "50fa6719f2ae3419e7e28df05150f416";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductDeltaConfigurationInputRepresentation, existing: ProductDeltaConfigurationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDeltaConfigurationInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductDeltaConfigurationInputRepresentationNormalized, incoming: ProductDeltaConfigurationInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ProductDeltaConfigurationInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductDeltaConfigurationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Product Delta Configuration.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductDeltaConfigurationInputRepresentationNormalized {
|
|
18
|
+
/** Product attribute configuration */
|
|
19
|
+
attributes?: {
|
|
20
|
+
[key: string]: {};
|
|
21
|
+
};
|
|
22
|
+
/** Product quantity */
|
|
23
|
+
quantity?: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input Representation for Product Delta Configuration.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ProductDeltaConfigurationInputRepresentation {
|
|
32
|
+
attributes?: {
|
|
33
|
+
[key: string]: {};
|
|
34
|
+
};
|
|
35
|
+
quantity?: number;
|
|
36
|
+
}
|
|
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "bcd6e6d01d389769ce167a76c0c02635";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductDetailsInputRepresentation, existing: ProductDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductDetailsInputRepresentationNormalized, incoming: ProductDetailsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ProductDetailsInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Product Details.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductDetailsInputRepresentationNormalized {
|
|
18
|
+
/** Key value pair of additional fields */
|
|
19
|
+
additionalFields?: Array<string>;
|
|
20
|
+
/** Id of the catalog. */
|
|
21
|
+
catalogId: string;
|
|
22
|
+
/** CorrelationId */
|
|
23
|
+
correlationId?: string;
|
|
24
|
+
/** User context */
|
|
25
|
+
userContext?: {};
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input Representation for Product Details.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ProductDetailsInputRepresentation {
|
|
34
|
+
additionalFields?: Array<string>;
|
|
35
|
+
catalogId: string;
|
|
36
|
+
correlationId?: string;
|
|
37
|
+
userContext?: {};
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentationWrapper.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ProductDetailsInputRepresentation as ProductDetailsInputRepresentation_ProductDetailsInputRepresentation } from './ProductDetailsInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "8bca3ec738b6e2f36d8f6a096a8ea09b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProductDetailsInputRepresentationWrapper, existing: ProductDetailsInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsInputRepresentationWrapperNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProductDetailsInputRepresentationWrapperNormalized, incoming: ProductDetailsInputRepresentationWrapperNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProductDetailsInputRepresentationWrapper): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductDetailsInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Product Details Input Representation Wrapper
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductDetailsInputRepresentationWrapperNormalized {
|
|
19
|
+
/** Key for api call */
|
|
20
|
+
requestBody: ProductDetailsInputRepresentation_ProductDetailsInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Product Details Input Representation Wrapper
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ProductDetailsInputRepresentationWrapper {
|
|
29
|
+
requestBody: ProductDetailsInputRepresentation_ProductDetailsInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { AdditionalFieldsOutputRepresentation as AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation } from './AdditionalFieldsOutputRepresentation';
|
|
2
|
+
import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
|
|
3
|
+
import { ProductAttributeOutputRepresentation as ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation } from './ProductAttributeOutputRepresentation';
|
|
4
|
+
import { ProductPricesOutputRepresentation as ProductPricesOutputRepresentation_ProductPricesOutputRepresentation } from './ProductPricesOutputRepresentation';
|
|
5
|
+
import { ProductQuantityOutputRepresentation as ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation } from './ProductQuantityOutputRepresentation';
|
|
6
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
7
|
+
export declare const VERSION = "41a2dae02ee898423106c84129040fea";
|
|
8
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
|
+
export declare const RepresentationType: string;
|
|
10
|
+
export declare function normalize(input: ProductDetailsOutputRepresentation, existing: ProductDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductDetailsOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: ProductDetailsOutputRepresentationNormalized, incoming: ProductDetailsOutputRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: ProductDetailsOutputRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
/**
|
|
17
|
+
* Product details output representation
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* (none)
|
|
21
|
+
*/
|
|
22
|
+
export interface ProductDetailsOutputRepresentationNormalized {
|
|
23
|
+
/** List of additional fields */
|
|
24
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
25
|
+
/** List of attribute categories in a product */
|
|
26
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
27
|
+
/** List of attributes in the product */
|
|
28
|
+
attributes?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
|
|
29
|
+
/** List of Child products */
|
|
30
|
+
childProducts?: Array<ProductDetailsOutputRepresentation>;
|
|
31
|
+
/** Description of the product */
|
|
32
|
+
description?: string;
|
|
33
|
+
/** DisplayName of the product */
|
|
34
|
+
displayName?: string;
|
|
35
|
+
/** Id of the product */
|
|
36
|
+
id?: string;
|
|
37
|
+
/** Is Component required of a product */
|
|
38
|
+
isComponentRequired?: boolean;
|
|
39
|
+
/** Is the product a Default Component */
|
|
40
|
+
isDefaultComponent?: boolean;
|
|
41
|
+
/** Is Quantity of product editable */
|
|
42
|
+
isQuantityEditable?: boolean;
|
|
43
|
+
/** Name of the product */
|
|
44
|
+
name?: string;
|
|
45
|
+
/** List of prices of the product */
|
|
46
|
+
prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
|
|
47
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
48
|
+
/** quantity of the product */
|
|
49
|
+
quantity?: string;
|
|
50
|
+
/** Status of the product */
|
|
51
|
+
status?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Product details output representation
|
|
55
|
+
*
|
|
56
|
+
* Keys:
|
|
57
|
+
* (none)
|
|
58
|
+
*/
|
|
59
|
+
export interface ProductDetailsOutputRepresentation {
|
|
60
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
61
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
62
|
+
attributes?: Array<ProductAttributeOutputRepresentation_ProductAttributeOutputRepresentation>;
|
|
63
|
+
childProducts?: Array<ProductDetailsOutputRepresentation>;
|
|
64
|
+
description?: string;
|
|
65
|
+
displayName?: string;
|
|
66
|
+
id?: string;
|
|
67
|
+
isComponentRequired?: boolean;
|
|
68
|
+
isDefaultComponent?: boolean;
|
|
69
|
+
isQuantityEditable?: boolean;
|
|
70
|
+
name?: string;
|
|
71
|
+
prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
|
|
72
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
73
|
+
quantity?: string;
|
|
74
|
+
status?: string;
|
|
75
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a38155d10ed1bbd0293b077e2eaf1cc1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ProductListInputRepresentation, existing: ProductListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ProductListInputRepresentationNormalized, incoming: ProductListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ProductListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input Representation for Product List.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ProductListInputRepresentationNormalized {
|
|
18
|
+
/** Id of the catalog. */
|
|
19
|
+
catalogId: string;
|
|
20
|
+
/** Id of the catalog. */
|
|
21
|
+
categoryId?: string;
|
|
22
|
+
/** CorrelationId */
|
|
23
|
+
correlationId?: string;
|
|
24
|
+
/** Number of item count you want in the response */
|
|
25
|
+
limit?: number;
|
|
26
|
+
/** Offset size from which you need the catalog count */
|
|
27
|
+
offset?: number;
|
|
28
|
+
/** Sort by ascending/descending order */
|
|
29
|
+
orderBy?: Array<string>;
|
|
30
|
+
/** User context */
|
|
31
|
+
userContext?: {};
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Input Representation for Product List.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface ProductListInputRepresentation {
|
|
40
|
+
catalogId: string;
|
|
41
|
+
categoryId?: string;
|
|
42
|
+
correlationId?: string;
|
|
43
|
+
limit?: number;
|
|
44
|
+
offset?: number;
|
|
45
|
+
orderBy?: Array<string>;
|
|
46
|
+
userContext?: {};
|
|
47
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ProductListInputRepresentation as ProductListInputRepresentation_ProductListInputRepresentation } from './ProductListInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2765090a3d2d2213fe1ba983cb89a849";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProductListInputRepresentationWrapper, existing: ProductListInputRepresentationWrapperNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductListInputRepresentationWrapperNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProductListInputRepresentationWrapperNormalized, incoming: ProductListInputRepresentationWrapperNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProductListInputRepresentationWrapper): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductListInputRepresentationWrapper, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Product List Input Representation Wrapper
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductListInputRepresentationWrapperNormalized {
|
|
19
|
+
/** Key for api call */
|
|
20
|
+
requestBody: ProductListInputRepresentation_ProductListInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Product List Input Representation Wrapper
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ProductListInputRepresentationWrapper {
|
|
29
|
+
requestBody: ProductListInputRepresentation_ProductListInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { AdditionalFieldsOutputRepresentation as AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation } from './AdditionalFieldsOutputRepresentation';
|
|
2
|
+
import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
|
|
3
|
+
import { ProductPricesOutputRepresentation as ProductPricesOutputRepresentation_ProductPricesOutputRepresentation } from './ProductPricesOutputRepresentation';
|
|
4
|
+
import { ProductQuantityOutputRepresentation as ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation } from './ProductQuantityOutputRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
export declare const VERSION = "8a0bd0bd5ff4584937034e96b02aa317";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: ProductListOutputRepresentation, existing: ProductListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProductListOutputRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: ProductListOutputRepresentationNormalized, incoming: ProductListOutputRepresentationNormalized): boolean;
|
|
12
|
+
export declare function deepFreeze(input: ProductListOutputRepresentation): void;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
15
|
+
/**
|
|
16
|
+
* Product list output representation
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface ProductListOutputRepresentationNormalized {
|
|
22
|
+
/** List of additional fields */
|
|
23
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
24
|
+
/** List of attribute categories in a product */
|
|
25
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
26
|
+
/** List of Child Products */
|
|
27
|
+
childProducts?: Array<ProductListOutputRepresentation>;
|
|
28
|
+
/** Description of the product */
|
|
29
|
+
description?: string;
|
|
30
|
+
/** Id of the product */
|
|
31
|
+
id?: string;
|
|
32
|
+
/** Is Component required of a product */
|
|
33
|
+
isComponentRequired?: boolean;
|
|
34
|
+
/** Is the product a Default Component */
|
|
35
|
+
isDefaultComponent?: boolean;
|
|
36
|
+
/** Is Quantity of product editable */
|
|
37
|
+
isQuantityEditable?: boolean;
|
|
38
|
+
/** Name of the product */
|
|
39
|
+
name?: string;
|
|
40
|
+
/** List of prices of the product */
|
|
41
|
+
prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
|
|
42
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
43
|
+
/** Status of the product */
|
|
44
|
+
status?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Product list output representation
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface ProductListOutputRepresentation {
|
|
53
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
54
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
55
|
+
childProducts?: Array<ProductListOutputRepresentation>;
|
|
56
|
+
description?: string;
|
|
57
|
+
id?: string;
|
|
58
|
+
isComponentRequired?: boolean;
|
|
59
|
+
isDefaultComponent?: boolean;
|
|
60
|
+
isQuantityEditable?: boolean;
|
|
61
|
+
name?: string;
|
|
62
|
+
prices?: Array<ProductPricesOutputRepresentation_ProductPricesOutputRepresentation>;
|
|
63
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
64
|
+
status?: string;
|
|
65
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { AdditionalFieldsOutputRepresentation as AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation } from './AdditionalFieldsOutputRepresentation';
|
|
2
|
+
import { AttributeCategoryOutputRepresentation as AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation } from './AttributeCategoryOutputRepresentation';
|
|
3
|
+
import { ProductQuantityOutputRepresentation as ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation } from './ProductQuantityOutputRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "bdc4623233e58bf864ddf0efcf917df8";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
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;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: ProductOutputRepresentationNormalized, incoming: ProductOutputRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: ProductOutputRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProductOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Product output representation
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface ProductOutputRepresentationNormalized {
|
|
21
|
+
/** List of additional fields */
|
|
22
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
23
|
+
/** List of attribute categories in a product */
|
|
24
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
25
|
+
/** Description of the product */
|
|
26
|
+
description?: string;
|
|
27
|
+
/** Id of the product */
|
|
28
|
+
id?: string;
|
|
29
|
+
/** Is Component required of a product */
|
|
30
|
+
isComponentRequired?: boolean;
|
|
31
|
+
/** Is the product a Default Component */
|
|
32
|
+
isDefaultComponent?: boolean;
|
|
33
|
+
/** Is Quantity of product editable */
|
|
34
|
+
isQuantityEditable?: boolean;
|
|
35
|
+
/** Name of the product */
|
|
36
|
+
name?: string;
|
|
37
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
38
|
+
/** Status of the product */
|
|
39
|
+
status?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Product output representation
|
|
43
|
+
*
|
|
44
|
+
* Keys:
|
|
45
|
+
* (none)
|
|
46
|
+
*/
|
|
47
|
+
export interface ProductOutputRepresentation {
|
|
48
|
+
additionalFields?: Array<AdditionalFieldsOutputRepresentation_AdditionalFieldsOutputRepresentation>;
|
|
49
|
+
attributeCategories?: Array<AttributeCategoryOutputRepresentation_AttributeCategoryOutputRepresentation>;
|
|
50
|
+
description?: string;
|
|
51
|
+
id?: string;
|
|
52
|
+
isComponentRequired?: boolean;
|
|
53
|
+
isDefaultComponent?: boolean;
|
|
54
|
+
isQuantityEditable?: boolean;
|
|
55
|
+
name?: string;
|
|
56
|
+
productQuantity?: ProductQuantityOutputRepresentation_ProductQuantityOutputRepresentation;
|
|
57
|
+
status?: string;
|
|
58
|
+
}
|