@salesforce/lds-adapters-commerce-search 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/commerce-search.js +1922 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createSearchBoostBuryRule.d.ts +24 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteSearchBoostBuryRule.d.ts +15 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getSearchBoostBuryRule.d.ts +29 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getSearchBoostBuryRules.d.ts +27 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getSuggestions.d.ts +30 -0
  9. package/dist/es/es2018/types/src/generated/adapters/productSearch.d.ts +35 -0
  10. package/dist/es/es2018/types/src/generated/adapters/updateSearchBoostBuryRule.d.ts +25 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +13 -0
  13. package/dist/es/es2018/types/src/generated/resources/deleteCommerceManagementWebstoresSearchBoostBuryRulesByRuleIdAndWebstoreId.d.ts +13 -0
  14. package/dist/es/es2018/types/src/generated/resources/deleteCommerceManagementWebstoresSearchIndexesByIndexIdAndWebstoreId.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchAttributeSettingsFacetableFieldsByWebstoreId.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchAttributeSettingsSearchableFieldsByWebstoreId.d.ts +15 -0
  17. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchBoostBuryRulesByRuleIdAndWebstoreId.d.ts +17 -0
  18. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchBoostBuryRulesByWebstoreId.d.ts +15 -0
  19. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchIndexesByIndexIdAndWebstoreId.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchIndexesByWebstoreId.d.ts +15 -0
  21. package/dist/es/es2018/types/src/generated/resources/getCommerceManagementWebstoresSearchProductSettingsByWebstoreId.d.ts +18 -0
  22. package/dist/es/es2018/types/src/generated/resources/getCommerceWebstoresSearchSuggestionsByWebstoreId.d.ts +20 -0
  23. package/dist/es/es2018/types/src/generated/resources/patchCommerceManagementWebstoresSearchAttributeSettingsSearchableFieldsByWebstoreId.d.ts +12 -0
  24. package/dist/es/es2018/types/src/generated/resources/patchCommerceManagementWebstoresSearchBoostBuryRulesByRuleIdAndWebstoreId.d.ts +24 -0
  25. package/dist/es/es2018/types/src/generated/resources/patchCommerceManagementWebstoresSearchProductSettingsByWebstoreId.d.ts +12 -0
  26. package/dist/es/es2018/types/src/generated/resources/postCommerceManagementWebstoresSearchBoostBuryRulesByWebstoreId.d.ts +23 -0
  27. package/dist/es/es2018/types/src/generated/resources/postCommerceWebstoresSearchProductSearchByWebstoreId.d.ts +27 -0
  28. package/dist/es/es2018/types/src/generated/resources/putCommerceManagementWebstoresSearchAttributeSettingsFacetableFieldsByWebstoreId.d.ts +12 -0
  29. package/dist/es/es2018/types/src/generated/types/BoostBuryConditionInputRepresentation.d.ts +34 -0
  30. package/dist/es/es2018/types/src/generated/types/BoostBuryConditionOutputRepresentation.d.ts +34 -0
  31. package/dist/es/es2018/types/src/generated/types/BoostBuryQueryContextConditionInputRepresentation.d.ts +34 -0
  32. package/dist/es/es2018/types/src/generated/types/BoostBuryQueryContextConditionOutputRepresentation.d.ts +34 -0
  33. package/dist/es/es2018/types/src/generated/types/BoostBuryQueryContextInputRepresentation.d.ts +29 -0
  34. package/dist/es/es2018/types/src/generated/types/BoostBuryQueryContextOutputRepresentation.d.ts +29 -0
  35. package/dist/es/es2018/types/src/generated/types/BoostBuryTargetExpressionInputRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/BoostBuryTargetExpressionOutputRepresentation.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/types/CommerceSearchIndexCollectionOutputRepresentation.d.ts +29 -0
  38. package/dist/es/es2018/types/src/generated/types/CommerceSearchIndexOutputRepresentation.d.ts +46 -0
  39. package/dist/es/es2018/types/src/generated/types/DistinctFacetValueRepresentation.d.ts +36 -0
  40. package/dist/es/es2018/types/src/generated/types/DistinctValueSearchFacetRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/FacetValueRepresentation.d.ts +33 -0
  42. package/dist/es/es2018/types/src/generated/types/FacetableAttributeInputRepresentation.d.ts +37 -0
  43. package/dist/es/es2018/types/src/generated/types/FacetableAttributeOutputRepresentation.d.ts +40 -0
  44. package/dist/es/es2018/types/src/generated/types/FacetableAttributesCollectionInputRepresentation.d.ts +28 -0
  45. package/dist/es/es2018/types/src/generated/types/FacetableAttributesCollectionOutputRepresentation.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/types/ProductSearchInputRepresentation.d.ts +46 -0
  47. package/dist/es/es2018/types/src/generated/types/ProductSearchResultsRepresentation.d.ts +39 -0
  48. package/dist/es/es2018/types/src/generated/types/ProductSearchSuggestionsResultsRepresentation.d.ts +32 -0
  49. package/dist/es/es2018/types/src/generated/types/ProductSummaryCollectionRepresentation.d.ts +38 -0
  50. package/dist/es/es2018/types/src/generated/types/ProductSummaryRepresentation.d.ts +38 -0
  51. package/dist/es/es2018/types/src/generated/types/RefinementInputRepresentation.d.ts +31 -0
  52. package/dist/es/es2018/types/src/generated/types/SearchBoostBuryRuleInputRepresentation.d.ts +48 -0
  53. package/dist/es/es2018/types/src/generated/types/SearchBoostBuryRuleOutputRepresentation.d.ts +71 -0
  54. package/dist/es/es2018/types/src/generated/types/SearchBoostBuryRulesCollectionOutputRepresentation.d.ts +29 -0
  55. package/dist/es/es2018/types/src/generated/types/SearchCategoryRepresentation.d.ts +31 -0
  56. package/dist/es/es2018/types/src/generated/types/SearchFacetRepresentation.d.ts +48 -0
  57. package/dist/es/es2018/types/src/generated/types/SearchProductSettingCollectionInputRepresentation.d.ts +28 -0
  58. package/dist/es/es2018/types/src/generated/types/SearchProductSettingCollectionOutputRepresentation.d.ts +29 -0
  59. package/dist/es/es2018/types/src/generated/types/SearchProductSettingInputRepresentation.d.ts +31 -0
  60. package/dist/es/es2018/types/src/generated/types/SearchProductSettingOutputRepresentation.d.ts +31 -0
  61. package/dist/es/es2018/types/src/generated/types/SearchableAttributeInputRepresentation.d.ts +34 -0
  62. package/dist/es/es2018/types/src/generated/types/SearchableAttributeOutputRepresentation.d.ts +34 -0
  63. package/dist/es/es2018/types/src/generated/types/SearchableAttributesCollectionInputRepresentation.d.ts +28 -0
  64. package/dist/es/es2018/types/src/generated/types/SearchableAttributesCollectionOutputRepresentation.d.ts +29 -0
  65. package/dist/es/es2018/types/src/generated/types/SuggestedCompletionRepresentation.d.ts +28 -0
  66. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  67. package/dist/es/es2018/types/src/main.d.ts +6 -0
  68. package/dist/es/es2018/types/src/raml-artifacts/types/SearchBoostBuryRulesCollectionOutputRepresentation/notifyUpdateAvailableFactory.d.ts +2 -0
  69. package/dist/es/es2018/types/src/sfdc.d.ts +7 -0
  70. package/package.json +61 -0
  71. package/sfdc/index.d.ts +1 -0
  72. package/sfdc/index.js +2049 -0
  73. package/src/raml/api.raml +870 -0
  74. package/src/raml/luvio.raml +122 -0
@@ -0,0 +1,27 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { ProductSearchResultsRepresentation as types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation } from '../types/ProductSearchResultsRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ webstoreId: string;
6
+ };
7
+ queryParams: {
8
+ effectiveAccountId?: string;
9
+ };
10
+ body: {
11
+ categoryId: string;
12
+ fields: Array<string>;
13
+ page: number;
14
+ pageSize: number;
15
+ refinements: Array<{}>;
16
+ searchTerm: string;
17
+ sortOrderId: string;
18
+ };
19
+ }
20
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
21
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
22
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
23
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation): void;
24
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation, any>;
25
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ProductSearchResultsRepresentation_ProductSearchResultsRepresentation>): $64$luvio_engine_ErrorSnapshot;
26
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
27
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ urlParams: {
4
+ webstoreId: string;
5
+ };
6
+ body: {
7
+ facetableAttributeSettings: Array<{}>;
8
+ };
9
+ }
10
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,34 @@
1
+ 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';
2
+ export declare const VERSION = "fa9265b06afb48e9669b141cbce07600";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BoostBuryConditionInputRepresentation, existing: BoostBuryConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryConditionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_BaseFragment;
7
+ export declare function equals(existing: BoostBuryConditionInputRepresentationNormalized, incoming: BoostBuryConditionInputRepresentationNormalized): 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: BoostBuryConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Search Boost bury condition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BoostBuryConditionInputRepresentationNormalized {
17
+ /** Name or id of the attribute for the condition */
18
+ attributeNameOrId: string;
19
+ /** Type of the attribute for the condition */
20
+ attributeType: string;
21
+ /** List of attribute values for the condition */
22
+ values: Array<string>;
23
+ }
24
+ /**
25
+ * Search Boost bury condition
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface BoostBuryConditionInputRepresentation {
31
+ attributeNameOrId: string;
32
+ attributeType: string;
33
+ values: Array<string>;
34
+ }
@@ -0,0 +1,34 @@
1
+ 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';
2
+ export declare const VERSION = "cd714017b80b4867bd5e3259afeea728";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BoostBuryConditionOutputRepresentation, existing: BoostBuryConditionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryConditionOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_BaseFragment;
7
+ export declare function equals(existing: BoostBuryConditionOutputRepresentationNormalized, incoming: BoostBuryConditionOutputRepresentationNormalized): 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: BoostBuryConditionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Search Boost bury condition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BoostBuryConditionOutputRepresentationNormalized {
17
+ /** Name or id of the attribute for the condition */
18
+ attributeNameOrId: string;
19
+ /** Type of the attribute for the condition */
20
+ attributeType: string;
21
+ /** List of attribute values for the condition */
22
+ values: Array<string>;
23
+ }
24
+ /**
25
+ * Search Boost bury condition
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface BoostBuryConditionOutputRepresentation {
31
+ attributeNameOrId: string;
32
+ attributeType: string;
33
+ values: Array<string>;
34
+ }
@@ -0,0 +1,34 @@
1
+ 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';
2
+ export declare const VERSION = "93aad874b79f1b081f77fb808cae2e09";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BoostBuryQueryContextConditionInputRepresentation, existing: BoostBuryQueryContextConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryQueryContextConditionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_BaseFragment;
7
+ export declare function equals(existing: BoostBuryQueryContextConditionInputRepresentationNormalized, incoming: BoostBuryQueryContextConditionInputRepresentationNormalized): 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: BoostBuryQueryContextConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Search Boost bury query context conditions
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BoostBuryQueryContextConditionInputRepresentationNormalized {
17
+ /** Locales for the query context */
18
+ locales: Array<string>;
19
+ /** Type of the query context */
20
+ type: string;
21
+ /** Values for the query context */
22
+ values: Array<string>;
23
+ }
24
+ /**
25
+ * Search Boost bury query context conditions
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface BoostBuryQueryContextConditionInputRepresentation {
31
+ locales: Array<string>;
32
+ type: string;
33
+ values: Array<string>;
34
+ }
@@ -0,0 +1,34 @@
1
+ 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';
2
+ export declare const VERSION = "5551c581a6a051c246a48ed818797f37";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BoostBuryQueryContextConditionOutputRepresentation, existing: BoostBuryQueryContextConditionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryQueryContextConditionOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_BaseFragment;
7
+ export declare function equals(existing: BoostBuryQueryContextConditionOutputRepresentationNormalized, incoming: BoostBuryQueryContextConditionOutputRepresentationNormalized): 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: BoostBuryQueryContextConditionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Search Boost bury query context
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BoostBuryQueryContextConditionOutputRepresentationNormalized {
17
+ /** Locales for the boost bury rule context */
18
+ locales: Array<string>;
19
+ /** Type of the boost bury rule context */
20
+ type: string;
21
+ /** Values for the boost bury rule context */
22
+ values: Array<string>;
23
+ }
24
+ /**
25
+ * Search Boost bury query context
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface BoostBuryQueryContextConditionOutputRepresentation {
31
+ locales: Array<string>;
32
+ type: string;
33
+ values: Array<string>;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { BoostBuryQueryContextConditionInputRepresentation as BoostBuryQueryContextConditionInputRepresentation_BoostBuryQueryContextConditionInputRepresentation } from './BoostBuryQueryContextConditionInputRepresentation';
2
+ 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';
3
+ export declare const VERSION = "dc3dbb8f285100f79ba476b4f565dbc0";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BoostBuryQueryContextInputRepresentation, existing: BoostBuryQueryContextInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryQueryContextInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: BoostBuryQueryContextInputRepresentationNormalized, incoming: BoostBuryQueryContextInputRepresentationNormalized): 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: BoostBuryQueryContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search Boost bury query context
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BoostBuryQueryContextInputRepresentationNormalized {
18
+ /** List of conditions for the query context */
19
+ conditions: Array<$64$luvio_engine_StoreLink>;
20
+ }
21
+ /**
22
+ * Search Boost bury query context
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface BoostBuryQueryContextInputRepresentation {
28
+ conditions: Array<BoostBuryQueryContextConditionInputRepresentation_BoostBuryQueryContextConditionInputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { BoostBuryQueryContextConditionOutputRepresentation as BoostBuryQueryContextConditionOutputRepresentation_BoostBuryQueryContextConditionOutputRepresentation } from './BoostBuryQueryContextConditionOutputRepresentation';
2
+ 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';
3
+ export declare const VERSION = "a28891bfa8a2d07d1be34bbee8e37743";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BoostBuryQueryContextOutputRepresentation, existing: BoostBuryQueryContextOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryQueryContextOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: BoostBuryQueryContextOutputRepresentationNormalized, incoming: BoostBuryQueryContextOutputRepresentationNormalized): 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: BoostBuryQueryContextOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search boost bury query context
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BoostBuryQueryContextOutputRepresentationNormalized {
18
+ /** List of conditions for the query context */
19
+ conditions: Array<$64$luvio_engine_StoreLink>;
20
+ }
21
+ /**
22
+ * Search boost bury query context
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface BoostBuryQueryContextOutputRepresentation {
28
+ conditions: Array<BoostBuryQueryContextConditionOutputRepresentation_BoostBuryQueryContextConditionOutputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { BoostBuryConditionInputRepresentation as BoostBuryConditionInputRepresentation_BoostBuryConditionInputRepresentation } from './BoostBuryConditionInputRepresentation';
2
+ 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';
3
+ export declare const VERSION = "5e75449e06fa8b473f51e2f7e1bb3159";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BoostBuryTargetExpressionInputRepresentation, existing: BoostBuryTargetExpressionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryTargetExpressionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: BoostBuryTargetExpressionInputRepresentationNormalized, incoming: BoostBuryTargetExpressionInputRepresentationNormalized): 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: BoostBuryTargetExpressionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search boost bury target expression
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BoostBuryTargetExpressionInputRepresentationNormalized {
18
+ /** List of conditions for the target expression */
19
+ conditions: Array<$64$luvio_engine_StoreLink>;
20
+ }
21
+ /**
22
+ * Search boost bury target expression
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface BoostBuryTargetExpressionInputRepresentation {
28
+ conditions: Array<BoostBuryConditionInputRepresentation_BoostBuryConditionInputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { BoostBuryConditionOutputRepresentation as BoostBuryConditionOutputRepresentation_BoostBuryConditionOutputRepresentation } from './BoostBuryConditionOutputRepresentation';
2
+ 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';
3
+ export declare const VERSION = "da3a29347b6bcd49bcb7137ab6761da1";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: BoostBuryTargetExpressionOutputRepresentation, existing: BoostBuryTargetExpressionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BoostBuryTargetExpressionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: BoostBuryTargetExpressionOutputRepresentationNormalized, incoming: BoostBuryTargetExpressionOutputRepresentationNormalized): 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: BoostBuryTargetExpressionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Search boost bury target expression
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface BoostBuryTargetExpressionOutputRepresentationNormalized {
18
+ /** List of conditions for the target expression */
19
+ conditions: Array<$64$luvio_engine_StoreLink>;
20
+ }
21
+ /**
22
+ * Search boost bury target expression
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface BoostBuryTargetExpressionOutputRepresentation {
28
+ conditions: Array<BoostBuryConditionOutputRepresentation_BoostBuryConditionOutputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { CommerceSearchIndexOutputRepresentation as CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation } from './CommerceSearchIndexOutputRepresentation';
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 = "574dfd7a6c48494ecab1082ad8790608";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CommerceSearchIndexCollectionOutputRepresentation, existing: CommerceSearchIndexCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CommerceSearchIndexCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CommerceSearchIndexCollectionOutputRepresentationNormalized, incoming: CommerceSearchIndexCollectionOutputRepresentationNormalized): 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: CommerceSearchIndexCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Index collection information of a webstore
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CommerceSearchIndexCollectionOutputRepresentationNormalized {
18
+ /** Get live index(es) and/or processing index for a given webstore */
19
+ indexes: Array<CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Index collection information of a webstore
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CommerceSearchIndexCollectionOutputRepresentation {
28
+ indexes: Array<CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation>;
29
+ }
@@ -0,0 +1,46 @@
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 = "93529414494a2de4df3d5374c5fd4626";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CommerceSearchIndexOutputRepresentation, existing: CommerceSearchIndexOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CommerceSearchIndexOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CommerceSearchIndexOutputRepresentationNormalized, incoming: CommerceSearchIndexOutputRepresentationNormalized): 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: CommerceSearchIndexOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Index information of a webstore
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CommerceSearchIndexOutputRepresentationNormalized {
17
+ /** Competion date of the index */
18
+ completionDate: string;
19
+ /** Index date of creation */
20
+ createdDate: string;
21
+ /** Creation type of the index */
22
+ creationType: string;
23
+ /** Id of the index */
24
+ id: string;
25
+ /** Status of the index */
26
+ indexStatus: string;
27
+ /** Usage of the index */
28
+ indexUsage: string;
29
+ /** Detail message for index status */
30
+ message: string;
31
+ }
32
+ /**
33
+ * Index information of a webstore
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface CommerceSearchIndexOutputRepresentation {
39
+ completionDate: string;
40
+ createdDate: string;
41
+ creationType: string;
42
+ id: string;
43
+ indexStatus: string;
44
+ indexUsage: string;
45
+ message: string;
46
+ }
@@ -0,0 +1,36 @@
1
+ import { FacetValueRepresentation as FacetValueRepresentation_FacetValueRepresentation } from './FacetValueRepresentation';
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 = "56a27082a8589e5b343d36d65b3ac658";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DistinctFacetValueRepresentation, existing: DistinctFacetValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DistinctFacetValueRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DistinctFacetValueRepresentationNormalized, incoming: DistinctFacetValueRepresentationNormalized): 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: DistinctFacetValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of distinct facet value.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DistinctFacetValueRepresentationNormalized extends FacetValueRepresentation_FacetValueRepresentation {
18
+ /** Display Name of the facet value. */
19
+ displayName: string;
20
+ /** ID or internal name of the facet value. */
21
+ nameOrId: string;
22
+ /** Number of products in search result that match the facet value. */
23
+ productCount: number;
24
+ }
25
+ /**
26
+ * Representation of distinct facet value.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface DistinctFacetValueRepresentation extends FacetValueRepresentation_FacetValueRepresentation {
32
+ displayName: string;
33
+ nameOrId: string;
34
+ productCount: number;
35
+ type: 'DistinctValue';
36
+ }
@@ -0,0 +1,31 @@
1
+ import { SearchFacetRepresentation as SearchFacetRepresentation_SearchFacetRepresentation } from './SearchFacetRepresentation';
2
+ import { DistinctFacetValueRepresentation as DistinctFacetValueRepresentation_DistinctFacetValueRepresentation } from './DistinctFacetValueRepresentation';
3
+ 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';
4
+ export declare const VERSION = "9200fa66844dc94f257f59d51a494729";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DistinctValueSearchFacetRepresentation, existing: DistinctValueSearchFacetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DistinctValueSearchFacetRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: DistinctValueSearchFacetRepresentationNormalized, incoming: DistinctValueSearchFacetRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DistinctValueSearchFacetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Summary representation of a Facet with distinct values in product search results.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DistinctValueSearchFacetRepresentationNormalized extends SearchFacetRepresentation_SearchFacetRepresentation {
19
+ /** Values of the facet found in the search result. Sorted by displayName in alphabetical order. */
20
+ values: Array<DistinctFacetValueRepresentation_DistinctFacetValueRepresentation>;
21
+ }
22
+ /**
23
+ * Summary representation of a Facet with distinct values in product search results.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DistinctValueSearchFacetRepresentation extends SearchFacetRepresentation_SearchFacetRepresentation {
29
+ values: Array<DistinctFacetValueRepresentation_DistinctFacetValueRepresentation>;
30
+ facetType: 'DistinctValue';
31
+ }
@@ -0,0 +1,33 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ DistinctValue = "DistinctValue"
4
+ }
5
+ export declare const VERSION = "2a35489734669d18beb42ef8a425ec4e";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: FacetValueRepresentation, existing: FacetValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetValueRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: FacetValueRepresentationNormalized, incoming: FacetValueRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FacetValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Abstract superclass of all facet value representations.
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface FacetValueRepresentationNormalized {
22
+ /** Type of the facet value. */
23
+ type: string;
24
+ }
25
+ /**
26
+ * Abstract superclass of all facet value representations.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface FacetValueRepresentation {
32
+ type: string;
33
+ }
@@ -0,0 +1,37 @@
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 = "f304fd019a12a5ce5891a304947190df";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FacetableAttributeInputRepresentation, existing: FacetableAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetableAttributeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FacetableAttributeInputRepresentationNormalized, incoming: FacetableAttributeInputRepresentationNormalized): 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: FacetableAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of facet settings for a search attribute
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FacetableAttributeInputRepresentationNormalized {
17
+ /** Facet display rank */
18
+ displayRank: number;
19
+ /** Facet display type */
20
+ displayType: string;
21
+ /** Name or id of attribute */
22
+ nameOrId: string;
23
+ /** Type of attribute */
24
+ type: string;
25
+ }
26
+ /**
27
+ * Representation of facet settings for a search attribute
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface FacetableAttributeInputRepresentation {
33
+ displayRank: number;
34
+ displayType: string;
35
+ nameOrId: string;
36
+ type: string;
37
+ }
@@ -0,0 +1,40 @@
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 = "784f015babd36f484f87770830b11e0c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FacetableAttributeOutputRepresentation, existing: FacetableAttributeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetableAttributeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FacetableAttributeOutputRepresentationNormalized, incoming: FacetableAttributeOutputRepresentationNormalized): 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: FacetableAttributeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Facetable attribute in a webstore
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FacetableAttributeOutputRepresentationNormalized {
17
+ /** Display rank for the facet */
18
+ displayRank: number;
19
+ /** Display type for the facet */
20
+ displayType: string;
21
+ /** Localized label of the attribute */
22
+ label: string;
23
+ /** Name or id of the attribute */
24
+ nameOrId: string;
25
+ /** Type of the attribute */
26
+ type: string;
27
+ }
28
+ /**
29
+ * Facetable attribute in a webstore
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface FacetableAttributeOutputRepresentation {
35
+ displayRank: number;
36
+ displayType: string;
37
+ label: string;
38
+ nameOrId: string;
39
+ type: string;
40
+ }
@@ -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 = "e80e305e017f3c97c096c297344a1ded";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FacetableAttributesCollectionInputRepresentation, existing: FacetableAttributesCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetableAttributesCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FacetableAttributesCollectionInputRepresentationNormalized, incoming: FacetableAttributesCollectionInputRepresentationNormalized): 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: FacetableAttributesCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of facet settings for search attributes
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FacetableAttributesCollectionInputRepresentationNormalized {
17
+ /** facetable settings for attributes */
18
+ facetableAttributeSettings: Array<{}>;
19
+ }
20
+ /**
21
+ * Representation of facet settings for search attributes
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface FacetableAttributesCollectionInputRepresentation {
27
+ facetableAttributeSettings: Array<{}>;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { FacetableAttributeOutputRepresentation as FacetableAttributeOutputRepresentation_FacetableAttributeOutputRepresentation } from './FacetableAttributeOutputRepresentation';
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 = "ab43e7c2b3d0e003c10abd29d0c4713b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FacetableAttributesCollectionOutputRepresentation, existing: FacetableAttributesCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FacetableAttributesCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FacetableAttributesCollectionOutputRepresentationNormalized, incoming: FacetableAttributesCollectionOutputRepresentationNormalized): 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: FacetableAttributesCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Facetable attributes in a webstore
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FacetableAttributesCollectionOutputRepresentationNormalized {
18
+ /** Get list of facetable attributes in a webstore */
19
+ facetableAttributeSettings: Array<FacetableAttributeOutputRepresentation_FacetableAttributeOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Facetable attributes in a webstore
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FacetableAttributesCollectionOutputRepresentation {
28
+ facetableAttributeSettings: Array<FacetableAttributeOutputRepresentation_FacetableAttributeOutputRepresentation>;
29
+ }