@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.124.2 → 1.124.3

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 (44) hide show
  1. package/dist/es/es2018/industries-einstein-aiaccelerator.js +3830 -3830
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/fetchRecommendations.d.ts +15 -15
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/predictions.d.ts +15 -15
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +2 -2
  6. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
  7. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectAiacceleratorPredictions.d.ts +13 -13
  8. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectAiacceleratorRecommendations.d.ts +13 -13
  9. package/dist/{types → es/es2018/types}/src/generated/types/Column.d.ts +38 -38
  10. package/dist/{types → es/es2018/types}/src/generated/types/ColumnMapWrap.d.ts +30 -30
  11. package/dist/{types → es/es2018/types}/src/generated/types/Error.d.ts +32 -32
  12. package/dist/{types → es/es2018/types}/src/generated/types/FeatureExtractionParametersList.d.ts +30 -30
  13. package/dist/{types → es/es2018/types}/src/generated/types/FeatureExtractionParametersMapValue.d.ts +30 -30
  14. package/dist/{types → es/es2018/types}/src/generated/types/Insight.d.ts +33 -33
  15. package/dist/{types → es/es2018/types}/src/generated/types/InsightsSettingsMap.d.ts +30 -30
  16. package/dist/{types → es/es2018/types}/src/generated/types/ModelFeature.d.ts +35 -35
  17. package/dist/{types → es/es2018/types}/src/generated/types/NullableColumnMap.d.ts +28 -28
  18. package/dist/{types → es/es2018/types}/src/generated/types/NullableFeatureExtractionParametersMapValue.d.ts +26 -26
  19. package/dist/{types → es/es2018/types}/src/generated/types/NullableInsightsSettingsMap.d.ts +28 -28
  20. package/dist/{types → es/es2018/types}/src/generated/types/NullableModel.d.ts +28 -28
  21. package/dist/{types → es/es2018/types}/src/generated/types/Prediction.d.ts +43 -43
  22. package/dist/{types → es/es2018/types}/src/generated/types/PredictionInputRepresentation.d.ts +106 -106
  23. package/dist/{types → es/es2018/types}/src/generated/types/PredictionInputWrapperRepresentation.d.ts +29 -29
  24. package/dist/{types → es/es2018/types}/src/generated/types/PredictionObject.d.ts +41 -41
  25. package/dist/{types → es/es2018/types}/src/generated/types/PredictionOutputRepresentation.d.ts +99 -99
  26. package/dist/{types → es/es2018/types}/src/generated/types/Prescription.d.ts +33 -33
  27. package/dist/{types → es/es2018/types}/src/generated/types/RawDataInputRepresentation.d.ts +29 -29
  28. package/dist/{types → es/es2018/types}/src/generated/types/RawDataInputWrap.d.ts +29 -29
  29. package/dist/{types → es/es2018/types}/src/generated/types/RawDataList.d.ts +30 -30
  30. package/dist/{types → es/es2018/types}/src/generated/types/RcmdStrategyResult.d.ts +46 -46
  31. package/dist/{types → es/es2018/types}/src/generated/types/Recommendation.d.ts +60 -60
  32. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationActionParam.d.ts +35 -35
  33. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationInputRepresentation.d.ts +54 -54
  34. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationInputWrapperRepresentation.d.ts +29 -29
  35. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationOutputRepresentation.d.ts +62 -62
  36. package/dist/{types → es/es2018/types}/src/generated/types/Status.d.ts +32 -32
  37. package/dist/{types → es/es2018/types}/src/generated/types/Suggestion.d.ts +33 -33
  38. package/dist/{types → es/es2018/types}/src/generated/types/WrappedList.d.ts +29 -29
  39. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  40. package/package.json +5 -5
  41. package/sfdc/index.d.ts +1 -1
  42. package/sfdc/index.js +3849 -3849
  43. package/dist/umd/es2018/industries-einstein-aiaccelerator.js +0 -3914
  44. package/dist/umd/es5/industries-einstein-aiaccelerator.js +0 -4056
@@ -1,29 +1,29 @@
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 = "9dd94d18b2cd2c022c689a17a1eda9df";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: RawDataInputRepresentation, existing: RawDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataInputRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: RawDataInputRepresentationNormalized, incoming: RawDataInputRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: RawDataInputRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * RawDataInputRepresentation wrapper object for use as child wrapper of RawDataRep.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface RawDataInputRepresentationNormalized {
18
- /** RawDataInput */
19
- rawDataInput: Array<string | null>;
20
- }
21
- /**
22
- * RawDataInputRepresentation wrapper object for use as child wrapper of RawDataRep.
23
- *
24
- * Keys:
25
- * (none)
26
- */
27
- export interface RawDataInputRepresentation {
28
- rawDataInput: Array<string | null>;
29
- }
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 = "9dd94d18b2cd2c022c689a17a1eda9df";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RawDataInputRepresentation, existing: RawDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RawDataInputRepresentationNormalized, incoming: RawDataInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RawDataInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * RawDataInputRepresentation wrapper object for use as child wrapper of RawDataRep.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RawDataInputRepresentationNormalized {
18
+ /** RawDataInput */
19
+ rawDataInput: Array<string | null>;
20
+ }
21
+ /**
22
+ * RawDataInputRepresentation wrapper object for use as child wrapper of RawDataRep.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface RawDataInputRepresentation {
28
+ rawDataInput: Array<string | null>;
29
+ }
@@ -1,29 +1,29 @@
1
- import { RawDataInputRepresentation as RawDataInputRepresentation_RawDataInputRepresentation } from './RawDataInputRepresentation';
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 = "c61b77b03b2f2f45063387c2b0e15d46";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: RawDataInputWrap, existing: RawDataInputWrapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataInputWrapNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: RawDataInputWrapNormalized, incoming: RawDataInputWrapNormalized): boolean;
9
- export declare function deepFreeze(input: RawDataInputWrap): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataInputWrap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * RawDataInputWrap wrapper object for use as child wrapper of RawDataList.
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface RawDataInputWrapNormalized {
19
- rawDataInputWrap: RawDataInputRepresentation_RawDataInputRepresentation | null;
20
- }
21
- /**
22
- * RawDataInputWrap wrapper object for use as child wrapper of RawDataList.
23
- *
24
- * Keys:
25
- * (none)
26
- */
27
- export interface RawDataInputWrap {
28
- rawDataInputWrap: RawDataInputRepresentation_RawDataInputRepresentation | null;
29
- }
1
+ import { RawDataInputRepresentation as RawDataInputRepresentation_RawDataInputRepresentation } from './RawDataInputRepresentation';
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 = "c61b77b03b2f2f45063387c2b0e15d46";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RawDataInputWrap, existing: RawDataInputWrapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataInputWrapNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RawDataInputWrapNormalized, incoming: RawDataInputWrapNormalized): boolean;
9
+ export declare function deepFreeze(input: RawDataInputWrap): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataInputWrap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * RawDataInputWrap wrapper object for use as child wrapper of RawDataList.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RawDataInputWrapNormalized {
19
+ rawDataInputWrap: RawDataInputRepresentation_RawDataInputRepresentation | null;
20
+ }
21
+ /**
22
+ * RawDataInputWrap wrapper object for use as child wrapper of RawDataList.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface RawDataInputWrap {
28
+ rawDataInputWrap: RawDataInputRepresentation_RawDataInputRepresentation | null;
29
+ }
@@ -1,30 +1,30 @@
1
- import { RawDataInputWrap as RawDataInputWrap_RawDataInputWrap } from './RawDataInputWrap';
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 = "e8df6ec266accfb73b61bb43d4a6f2f6";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: RawDataList, existing: RawDataListNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataListNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: RawDataListNormalized, incoming: RawDataListNormalized): boolean;
9
- export declare function deepFreeze(input: RawDataList): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * RawDataList wrapper object for use in PredictionInputRepresentation.
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface RawDataListNormalized {
19
- /** RawData */
20
- rawData: Array<RawDataInputWrap_RawDataInputWrap | null>;
21
- }
22
- /**
23
- * RawDataList wrapper object for use in PredictionInputRepresentation.
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface RawDataList {
29
- rawData: Array<RawDataInputWrap_RawDataInputWrap | null>;
30
- }
1
+ import { RawDataInputWrap as RawDataInputWrap_RawDataInputWrap } from './RawDataInputWrap';
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 = "e8df6ec266accfb73b61bb43d4a6f2f6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RawDataList, existing: RawDataListNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RawDataListNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RawDataListNormalized, incoming: RawDataListNormalized): boolean;
9
+ export declare function deepFreeze(input: RawDataList): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RawDataList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * RawDataList wrapper object for use in PredictionInputRepresentation.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RawDataListNormalized {
19
+ /** RawData */
20
+ rawData: Array<RawDataInputWrap_RawDataInputWrap | null>;
21
+ }
22
+ /**
23
+ * RawDataList wrapper object for use in PredictionInputRepresentation.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RawDataList {
29
+ rawData: Array<RawDataInputWrap_RawDataInputWrap | null>;
30
+ }
@@ -1,46 +1,46 @@
1
- import { Error as Error_Error } from './Error';
2
- import { Recommendation as Recommendation_Recommendation } from './Recommendation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
- export declare const VERSION = "52a05c2337482f352c590e881d254616";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: RcmdStrategyResult, existing: RcmdStrategyResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RcmdStrategyResultNormalized;
8
- export declare const select: () => $64$luvio_engine_FragmentSelection;
9
- export declare function equals(existing: RcmdStrategyResultNormalized, incoming: RcmdStrategyResultNormalized): boolean;
10
- export declare function deepFreeze(input: RcmdStrategyResult): void;
11
- export declare const ingest: $64$luvio_engine_ResourceIngest;
12
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RcmdStrategyResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- /**
14
- * .
15
- *
16
- * Keys:
17
- * (none)
18
- */
19
- export interface RcmdStrategyResultNormalized {
20
- /** Runtime errors that occurred during recommendation request execution. */
21
- errors?: Array<Error_Error | null>;
22
- /** Indicates whether the recommendation request was successful or not. */
23
- isSuccess?: boolean | null;
24
- /** The ID of the user or object for which the recommendation request was executed. */
25
- onBehalfOfId: string | null;
26
- /** The prediction score that’s an input for the recommendation request. */
27
- predictionScore?: number;
28
- /** The list of recommendations returned by a recommendation request. */
29
- recommendations?: Array<Recommendation_Recommendation | null>;
30
- /** The ID of the record for which the recommendation request was executed. */
31
- recordId?: string | null;
32
- }
33
- /**
34
- * .
35
- *
36
- * Keys:
37
- * (none)
38
- */
39
- export interface RcmdStrategyResult {
40
- errors?: Array<Error_Error | null>;
41
- isSuccess?: boolean | null;
42
- onBehalfOfId: string | null;
43
- predictionScore?: number;
44
- recommendations?: Array<Recommendation_Recommendation | null>;
45
- recordId?: string | null;
46
- }
1
+ import { Error as Error_Error } from './Error';
2
+ import { Recommendation as Recommendation_Recommendation } from './Recommendation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "52a05c2337482f352c590e881d254616";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: RcmdStrategyResult, existing: RcmdStrategyResultNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RcmdStrategyResultNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: RcmdStrategyResultNormalized, incoming: RcmdStrategyResultNormalized): boolean;
10
+ export declare function deepFreeze(input: RcmdStrategyResult): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RcmdStrategyResult, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * .
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface RcmdStrategyResultNormalized {
20
+ /** Runtime errors that occurred during recommendation request execution. */
21
+ errors?: Array<Error_Error | null>;
22
+ /** Indicates whether the recommendation request was successful or not. */
23
+ isSuccess?: boolean | null;
24
+ /** The ID of the user or object for which the recommendation request was executed. */
25
+ onBehalfOfId: string | null;
26
+ /** The prediction score that’s an input for the recommendation request. */
27
+ predictionScore?: number;
28
+ /** The list of recommendations returned by a recommendation request. */
29
+ recommendations?: Array<Recommendation_Recommendation | null>;
30
+ /** The ID of the record for which the recommendation request was executed. */
31
+ recordId?: string | null;
32
+ }
33
+ /**
34
+ * .
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface RcmdStrategyResult {
40
+ errors?: Array<Error_Error | null>;
41
+ isSuccess?: boolean | null;
42
+ onBehalfOfId: string | null;
43
+ predictionScore?: number;
44
+ recommendations?: Array<Recommendation_Recommendation | null>;
45
+ recordId?: string | null;
46
+ }
@@ -1,60 +1,60 @@
1
- import { RecommendationActionParam as RecommendationActionParam_RecommendationActionParam } from './RecommendationActionParam';
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 = "aa59e8e5d4027878a5bd4b2f37ae6c70";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: Recommendation, existing: RecommendationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: RecommendationNormalized, incoming: RecommendationNormalized): boolean;
9
- export declare function deepFreeze(input: Recommendation): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Recommendation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * .
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface RecommendationNormalized {
19
- /** Text indicating user acceptance of the recommendation. */
20
- acceptanceLabel?: string | null;
21
- /** The ID of the action to perform, for example, launching a flow. */
22
- actionReferenceId?: string | null;
23
- /** . */
24
- actionReferenceLabel?: string | null;
25
- /** The name of the action to perform, for example, launching a flow. */
26
- actionReferenceName?: string | null;
27
- /** The list of parameters to pass to the flow action based on the user’s acceptance or rejection of the recommendation. */
28
- actionStrategyParameters?: Array<RecommendationActionParam_RecommendationActionParam | null>;
29
- /** The type of action. */
30
- actionType?: string | null;
31
- /** The description of the recommendation. */
32
- description?: string | null;
33
- /** The ID of the recommendation. */
34
- id?: string | null;
35
- /** The URL of the recommendation image to display. */
36
- imageUrl?: string | null;
37
- /** The name of the recommendation. */
38
- name?: string | null;
39
- /** Text indicating user rejection of the recommendation */
40
- rejectionLabel?: string | null;
41
- }
42
- /**
43
- * .
44
- *
45
- * Keys:
46
- * (none)
47
- */
48
- export interface Recommendation {
49
- acceptanceLabel?: string | null;
50
- actionReferenceId?: string | null;
51
- actionReferenceLabel?: string | null;
52
- actionReferenceName?: string | null;
53
- actionStrategyParameters?: Array<RecommendationActionParam_RecommendationActionParam | null>;
54
- actionType?: string | null;
55
- description?: string | null;
56
- id?: string | null;
57
- imageUrl?: string | null;
58
- name?: string | null;
59
- rejectionLabel?: string | null;
60
- }
1
+ import { RecommendationActionParam as RecommendationActionParam_RecommendationActionParam } from './RecommendationActionParam';
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 = "aa59e8e5d4027878a5bd4b2f37ae6c70";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: Recommendation, existing: RecommendationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecommendationNormalized, incoming: RecommendationNormalized): boolean;
9
+ export declare function deepFreeze(input: Recommendation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Recommendation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * .
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecommendationNormalized {
19
+ /** Text indicating user acceptance of the recommendation. */
20
+ acceptanceLabel?: string | null;
21
+ /** The ID of the action to perform, for example, launching a flow. */
22
+ actionReferenceId?: string | null;
23
+ /** . */
24
+ actionReferenceLabel?: string | null;
25
+ /** The name of the action to perform, for example, launching a flow. */
26
+ actionReferenceName?: string | null;
27
+ /** The list of parameters to pass to the flow action based on the user’s acceptance or rejection of the recommendation. */
28
+ actionStrategyParameters?: Array<RecommendationActionParam_RecommendationActionParam | null>;
29
+ /** The type of action. */
30
+ actionType?: string | null;
31
+ /** The description of the recommendation. */
32
+ description?: string | null;
33
+ /** The ID of the recommendation. */
34
+ id?: string | null;
35
+ /** The URL of the recommendation image to display. */
36
+ imageUrl?: string | null;
37
+ /** The name of the recommendation. */
38
+ name?: string | null;
39
+ /** Text indicating user rejection of the recommendation */
40
+ rejectionLabel?: string | null;
41
+ }
42
+ /**
43
+ * .
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface Recommendation {
49
+ acceptanceLabel?: string | null;
50
+ actionReferenceId?: string | null;
51
+ actionReferenceLabel?: string | null;
52
+ actionReferenceName?: string | null;
53
+ actionStrategyParameters?: Array<RecommendationActionParam_RecommendationActionParam | null>;
54
+ actionType?: string | null;
55
+ description?: string | null;
56
+ id?: string | null;
57
+ imageUrl?: string | null;
58
+ name?: string | null;
59
+ rejectionLabel?: string | null;
60
+ }
@@ -1,35 +1,35 @@
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 = "bd5845deb7a4a83706c937afa04d50d2";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: RecommendationActionParam, existing: RecommendationActionParamNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationActionParamNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: RecommendationActionParamNormalized, incoming: RecommendationActionParamNormalized): boolean;
8
- export declare function deepFreeze(input: RecommendationActionParam): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecommendationActionParam, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * .
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface RecommendationActionParamNormalized {
18
- /** The name of the parameter. */
19
- name?: string | null;
20
- /** The type of the parameter. */
21
- type?: string | null;
22
- /** The value of the parameter. */
23
- value?: unknown;
24
- }
25
- /**
26
- * .
27
- *
28
- * Keys:
29
- * (none)
30
- */
31
- export interface RecommendationActionParam {
32
- name?: string | null;
33
- type?: string | null;
34
- value?: unknown;
35
- }
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 = "bd5845deb7a4a83706c937afa04d50d2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecommendationActionParam, existing: RecommendationActionParamNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationActionParamNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecommendationActionParamNormalized, incoming: RecommendationActionParamNormalized): boolean;
8
+ export declare function deepFreeze(input: RecommendationActionParam): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecommendationActionParam, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * .
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecommendationActionParamNormalized {
18
+ /** The name of the parameter. */
19
+ name?: string | null;
20
+ /** The type of the parameter. */
21
+ type?: string | null;
22
+ /** The value of the parameter. */
23
+ value?: unknown;
24
+ }
25
+ /**
26
+ * .
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecommendationActionParam {
32
+ name?: string | null;
33
+ type?: string | null;
34
+ value?: unknown;
35
+ }
@@ -1,54 +1,54 @@
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 = "74045d76b7103972d0ea8f6c3ed1429b";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: RecommendationInputRepresentation, existing: RecommendationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationInputRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: RecommendationInputRepresentationNormalized, incoming: RecommendationInputRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: RecommendationInputRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecommendationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Request for which recommendations are fetched.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface RecommendationInputRepresentationNormalized {
18
- /** Indicates whether the recommendations that are fetched are persisted or not. */
19
- canPersistRecommendations?: boolean | null;
20
- /** Indicates whether the execution mode is async or not. */
21
- isAsync?: boolean | null;
22
- /** The maximum number of recommendations to be requested. */
23
- maxRecommendationsCount?: number | null;
24
- /** The name of the column from the PrimaryResponse object that persists the recommendation record ID when canPersistRecommendations is set to true. */
25
- rcmdRecordIdPersistenceColumn?: string | null;
26
- /** The list of parameters to pass to the flow action for the specified strategy to generate recommendations. */
27
- rcmdStrategyParameters?: Array<unknown>;
28
- /** The field mapping that’s used to store the recommendations. */
29
- recommendationFieldMapping: {
30
- [key: string]: string | null;
31
- };
32
- /** The name of the strategy. */
33
- strategyName?: string | null;
34
- /** The API name of the usecase definition. */
35
- usecaseDefinitionName?: string | null;
36
- }
37
- /**
38
- * Request for which recommendations are fetched.
39
- *
40
- * Keys:
41
- * (none)
42
- */
43
- export interface RecommendationInputRepresentation {
44
- canPersistRecommendations?: boolean | null;
45
- isAsync?: boolean | null;
46
- maxRecommendationsCount?: number | null;
47
- rcmdRecordIdPersistenceColumn?: string | null;
48
- rcmdStrategyParameters?: Array<unknown>;
49
- recommendationFieldMapping: {
50
- [key: string]: string | null;
51
- };
52
- strategyName?: string | null;
53
- usecaseDefinitionName?: string | null;
54
- }
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 = "74045d76b7103972d0ea8f6c3ed1429b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecommendationInputRepresentation, existing: RecommendationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecommendationInputRepresentationNormalized, incoming: RecommendationInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RecommendationInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecommendationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Request for which recommendations are fetched.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecommendationInputRepresentationNormalized {
18
+ /** Indicates whether the recommendations that are fetched are persisted or not. */
19
+ canPersistRecommendations?: boolean | null;
20
+ /** Indicates whether the execution mode is async or not. */
21
+ isAsync?: boolean | null;
22
+ /** The maximum number of recommendations to be requested. */
23
+ maxRecommendationsCount?: number | null;
24
+ /** The name of the column from the PrimaryResponse object that persists the recommendation record ID when canPersistRecommendations is set to true. */
25
+ rcmdRecordIdPersistenceColumn?: string | null;
26
+ /** The list of parameters to pass to the flow action for the specified strategy to generate recommendations. */
27
+ rcmdStrategyParameters?: Array<unknown>;
28
+ /** The field mapping that’s used to store the recommendations. */
29
+ recommendationFieldMapping: {
30
+ [key: string]: string | null;
31
+ };
32
+ /** The name of the strategy. */
33
+ strategyName?: string | null;
34
+ /** The API name of the usecase definition. */
35
+ usecaseDefinitionName?: string | null;
36
+ }
37
+ /**
38
+ * Request for which recommendations are fetched.
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface RecommendationInputRepresentation {
44
+ canPersistRecommendations?: boolean | null;
45
+ isAsync?: boolean | null;
46
+ maxRecommendationsCount?: number | null;
47
+ rcmdRecordIdPersistenceColumn?: string | null;
48
+ rcmdStrategyParameters?: Array<unknown>;
49
+ recommendationFieldMapping: {
50
+ [key: string]: string | null;
51
+ };
52
+ strategyName?: string | null;
53
+ usecaseDefinitionName?: string | null;
54
+ }