@salesforce/lds-adapters-cdp-personalization-service 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/cdp-personalization-service.js +6475 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createPersonalizationExperiencesConfig.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/createPersonalizationPoint.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/createPersonalizationSchema.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/deletePersonalizationExperienceConfig.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deletePersonalizationPoint.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deletePersonalizationSchema.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonalizationEsModelMapping.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonalizationExperienceConfig.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonalizationExperiencesConfigs.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonalizationPoint.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getPersonalizationSchema.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTrainingHistory.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/postPersonalizationRecommenderSimulateAction.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/updatePersonalizationExperienceConfig.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/updatePersonalizationPoint.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/deletePersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deletePersonalizationPersonalizationPointsByIdOrName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deletePersonalizationPersonalizationSchemasByIdOrName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationDataMlModels.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationPersonalizationPointsByIdOrName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationPersonalizationRecommendersJobsByIdOrName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getPersonalizationPersonalizationSchemasByIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postPersonalizationPersonalizationPoints.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postPersonalizationPersonalizationRecommendersActionsSimulateByIdOrName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postPersonalizationPersonalizationSchemas.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/putPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/putPersonalizationPersonalizationPointsByIdOrName.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ABnExperimentCohortInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ABnExperimentInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/ABnExperimentRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldPredicateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldRuleInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AnchorReferenceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/BasePredicateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/BaseRuleInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightPredicateInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightRuleInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CriteriaRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DateOnlyPredicateInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldPredicateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FieldRuleInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FilterRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/FiltersWrapRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/NumberPredicateInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeValueRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDataMlModelCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDataMlModelInputFeatureRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDataMlModelRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDecisionInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDecisionRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationExperienceConfigCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationExperienceConfigCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationExperienceConfigInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationExperienceConfigRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationPaginatedResponseBaseRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationPointInputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationPointRepresentation.d.ts +108 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderJobCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderJobRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderSimulateActionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderSimulateActionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationSchemaInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationSchemaRepresentation.d.ts +78 -0
- package/dist/es/es2018/types/src/generated/types/RelatedFieldPredicateInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RelatedFieldRuleInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RuleGroupInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RuleGroupInputRepresentation2.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SegmentMembershipPredicateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SortCriteriaInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SubjectRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TextPredicateInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/deletePersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam/createResourceRequest.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam/createResourceRequest.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/putPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam/createResourceRequest.d.ts +3 -0
- package/package.json +79 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +6699 -0
- package/src/raml/api.raml +1610 -0
- package/src/raml/luvio.raml +118 -0
|
@@ -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 = "ad206b15933f8265516bba8ef3e69c15";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: BasePredicateInputRepresentation, existing: BasePredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BasePredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: BasePredicateInputRepresentationNormalized, incoming: BasePredicateInputRepresentationNormalized): 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: BasePredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The right hand side against which the filter condition is checked.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface BasePredicateInputRepresentationNormalized {
|
|
17
|
+
/** The type of Predicate object. */
|
|
18
|
+
type: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The right hand side against which the filter condition is checked.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface BasePredicateInputRepresentation {
|
|
27
|
+
type: string;
|
|
28
|
+
}
|
|
@@ -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 = "624226c9b595ad62c082337c07d9c498";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: BaseRuleInputRepresentation, existing: BaseRuleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseRuleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: BaseRuleInputRepresentationNormalized, incoming: BaseRuleInputRepresentationNormalized): 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: BaseRuleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Base Rule Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface BaseRuleInputRepresentationNormalized {
|
|
17
|
+
/** The type of Rule object. */
|
|
18
|
+
type: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Base Rule Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface BaseRuleInputRepresentation {
|
|
27
|
+
type: string;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CalculatedInsightPredicateInputRepresentation.d.ts
ADDED
|
@@ -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 = "bd6a5937de8e27e9bf6bfcf8624e9294";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CalculatedInsightPredicateInputRepresentation, existing: CalculatedInsightPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CalculatedInsightPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CalculatedInsightPredicateInputRepresentationNormalized, incoming: CalculatedInsightPredicateInputRepresentationNormalized): 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: CalculatedInsightPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Calculated Insight Predicate Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CalculatedInsightPredicateInputRepresentationNormalized {
|
|
17
|
+
/** The api name of the calculated insight. */
|
|
18
|
+
calculatedInsightName: string;
|
|
19
|
+
/** The api name of the calculated insight’s metric. */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** LogicalOperatorEnum */
|
|
22
|
+
fieldRuleOperator: string;
|
|
23
|
+
/** To capture Calculated Insight’s Dimension Rules and Metric Rules. */
|
|
24
|
+
fieldRules: Array<{}>;
|
|
25
|
+
/** The operator of the calculated insight predicate. */
|
|
26
|
+
operator: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Calculated Insight Predicate Input Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface CalculatedInsightPredicateInputRepresentation {
|
|
35
|
+
calculatedInsightName: string;
|
|
36
|
+
fieldName: string;
|
|
37
|
+
fieldRuleOperator: string;
|
|
38
|
+
fieldRules: Array<{}>;
|
|
39
|
+
operator: string;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CalculatedInsightRuleInputRepresentation.d.ts
ADDED
|
@@ -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 = "f7d90cad053eaf1ffa434698014bec88";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CalculatedInsightRuleInputRepresentation, existing: CalculatedInsightRuleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CalculatedInsightRuleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CalculatedInsightRuleInputRepresentationNormalized, incoming: CalculatedInsightRuleInputRepresentationNormalized): 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: CalculatedInsightRuleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Calculated Insight Rule Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CalculatedInsightRuleInputRepresentationNormalized {
|
|
17
|
+
/** The api name of calculated insight. */
|
|
18
|
+
calculatedInsightName: string;
|
|
19
|
+
/** The api name of the metric or dimension. */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** LogicalOperatorEnum */
|
|
22
|
+
fieldRuleOperator: string;
|
|
23
|
+
/** To capture Calculated Insight’s Dimension Rules and Metric Rules. */
|
|
24
|
+
fieldRules: Array<{}>;
|
|
25
|
+
/** RHS of filter condition with calculated insight on LHS. */
|
|
26
|
+
predicate: {};
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Calculated Insight Rule Input Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface CalculatedInsightRuleInputRepresentation {
|
|
35
|
+
calculatedInsightName: string;
|
|
36
|
+
fieldName: string;
|
|
37
|
+
fieldRuleOperator: string;
|
|
38
|
+
fieldRules: Array<{}>;
|
|
39
|
+
predicate: {};
|
|
40
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { FilterRepresentation as FilterRepresentation_FilterRepresentation } from './FilterRepresentation';
|
|
3
|
+
export declare const VERSION = "ea475f10b4c028f8b97a44af1cf0be14";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CriteriaRepresentation, existing: CriteriaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CriteriaRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
filters: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: CriteriaRepresentation, existing: CriteriaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => CriteriaRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
filters?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: CriteriaRepresentationNormalized, incoming: CriteriaRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CriteriaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Personalization Decision Criteria Output Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CriteriaRepresentationNormalized {
|
|
27
|
+
/** Filters */
|
|
28
|
+
filters: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
/** Operator */
|
|
30
|
+
operator: string;
|
|
31
|
+
/** Type */
|
|
32
|
+
type: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Personalization Decision Criteria Output Representation
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface CriteriaRepresentation {
|
|
41
|
+
filters: Array<FilterRepresentation_FilterRepresentation>;
|
|
42
|
+
operator: string;
|
|
43
|
+
type: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "5ab11762aa062efcafcf1682454d5e7e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DateOnlyPredicateInputRepresentation, existing: DateOnlyPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DateOnlyPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DateOnlyPredicateInputRepresentationNormalized, incoming: DateOnlyPredicateInputRepresentationNormalized): 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: DateOnlyPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* DateOnly Predicate Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DateOnlyPredicateInputRepresentationNormalized {
|
|
17
|
+
/** Operator */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** The static date values for comparison. Expected format is yyyy-MM-dd. */
|
|
20
|
+
values: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* DateOnly Predicate Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DateOnlyPredicateInputRepresentation {
|
|
29
|
+
operator: string;
|
|
30
|
+
values: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "235b05f79eef7b51fbabf78bfa26c2fa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FieldPredicateInputRepresentation, existing: FieldPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FieldPredicateInputRepresentationNormalized, incoming: FieldPredicateInputRepresentationNormalized): 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: FieldPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Field Predicate Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FieldPredicateInputRepresentationNormalized {
|
|
17
|
+
/** DataGraphTypeEnum */
|
|
18
|
+
dataGraphType: string;
|
|
19
|
+
/** The api name of the direct attribute field. */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** FieldOperatorEnum */
|
|
22
|
+
operator: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Field Predicate Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface FieldPredicateInputRepresentation {
|
|
31
|
+
dataGraphType: string;
|
|
32
|
+
fieldName: string;
|
|
33
|
+
operator: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a2af3107666e62b18ea29ac24d99408c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FieldRuleInputRepresentation, existing: FieldRuleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldRuleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FieldRuleInputRepresentationNormalized, incoming: FieldRuleInputRepresentationNormalized): 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: FieldRuleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Field Rule Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FieldRuleInputRepresentationNormalized {
|
|
17
|
+
/** Direct Attribute’s field api name. */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** RHS of filter condition with Direct Attribute on LHS. */
|
|
20
|
+
predicate: {};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Field Rule Input Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FieldRuleInputRepresentation {
|
|
29
|
+
fieldName: string;
|
|
30
|
+
predicate: {};
|
|
31
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { FiltersWrapRepresentation as FiltersWrapRepresentation_FiltersWrapRepresentation } from './FiltersWrapRepresentation';
|
|
2
|
+
import { SubjectRepresentation as SubjectRepresentation_SubjectRepresentation } from './SubjectRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "089c2877ffa367e376fe74f8d358ffa8";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: FilterRepresentation, existing: FilterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: FilterRepresentationNormalized, incoming: FilterRepresentationNormalized): 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: FilterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Personalization Decision Criteria Filter Output Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FilterRepresentationNormalized {
|
|
19
|
+
/** Aggregate Function */
|
|
20
|
+
aggregateFunction?: string | null;
|
|
21
|
+
/** Comparison */
|
|
22
|
+
comparison?: $64$luvio_engine_StoreLink | null;
|
|
23
|
+
/** Filter */
|
|
24
|
+
filter?: $64$luvio_engine_StoreLink | null;
|
|
25
|
+
/** Filters */
|
|
26
|
+
filters?: Array<$64$luvio_engine_StoreLink | null>;
|
|
27
|
+
/** First Bound Value */
|
|
28
|
+
firstBoundValue?: number | null;
|
|
29
|
+
/** Metric */
|
|
30
|
+
metric?: SubjectRepresentation_SubjectRepresentation | null;
|
|
31
|
+
/** Operator */
|
|
32
|
+
operator?: string | null;
|
|
33
|
+
/** Path */
|
|
34
|
+
path?: Array<Array<SubjectRepresentation_SubjectRepresentation>>;
|
|
35
|
+
/** Rule Time Zone */
|
|
36
|
+
ruleTimeZone?: string | null;
|
|
37
|
+
/** Scheduling Time Zone */
|
|
38
|
+
schedulingTimeZone?: string | null;
|
|
39
|
+
/** Second Bound Value */
|
|
40
|
+
secondBoundValue?: number | null;
|
|
41
|
+
/** Subject */
|
|
42
|
+
subject?: SubjectRepresentation_SubjectRepresentation | null;
|
|
43
|
+
/** Type */
|
|
44
|
+
type?: string | null;
|
|
45
|
+
/** Value */
|
|
46
|
+
value?: number | null;
|
|
47
|
+
/** Values */
|
|
48
|
+
values?: Array<string>;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Personalization Decision Criteria Filter Output Representation
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* (none)
|
|
55
|
+
*/
|
|
56
|
+
export interface FilterRepresentation {
|
|
57
|
+
aggregateFunction?: string | null;
|
|
58
|
+
comparison?: FilterRepresentation | null;
|
|
59
|
+
filter?: FiltersWrapRepresentation_FiltersWrapRepresentation | null;
|
|
60
|
+
filters?: Array<FilterRepresentation | null>;
|
|
61
|
+
firstBoundValue?: number | null;
|
|
62
|
+
metric?: SubjectRepresentation_SubjectRepresentation | null;
|
|
63
|
+
operator?: string | null;
|
|
64
|
+
path?: Array<Array<SubjectRepresentation_SubjectRepresentation>>;
|
|
65
|
+
ruleTimeZone?: string | null;
|
|
66
|
+
schedulingTimeZone?: string | null;
|
|
67
|
+
secondBoundValue?: number | null;
|
|
68
|
+
subject?: SubjectRepresentation_SubjectRepresentation | null;
|
|
69
|
+
type?: string | null;
|
|
70
|
+
value?: number | null;
|
|
71
|
+
values?: Array<string>;
|
|
72
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { FilterRepresentation as FilterRepresentation_FilterRepresentation } from './FilterRepresentation';
|
|
3
|
+
export declare const VERSION = "1ae5495126401063642bc0528bf442ab";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FiltersWrapRepresentation, existing: FiltersWrapRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FiltersWrapRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
filters: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: FiltersWrapRepresentation, existing: FiltersWrapRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => FiltersWrapRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
filters?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: FiltersWrapRepresentationNormalized, incoming: FiltersWrapRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FiltersWrapRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Personalization Decision Criteria Filters Wrap Output Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface FiltersWrapRepresentationNormalized {
|
|
27
|
+
/** Filters */
|
|
28
|
+
filters?: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
/** Operator */
|
|
30
|
+
operator?: string | null;
|
|
31
|
+
/** Type */
|
|
32
|
+
type?: string | null;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Personalization Decision Criteria Filters Wrap Output Representation
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface FiltersWrapRepresentation {
|
|
41
|
+
filters?: Array<FilterRepresentation_FilterRepresentation>;
|
|
42
|
+
operator?: string | null;
|
|
43
|
+
type?: string | null;
|
|
44
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a19063262c7ba840be096dc7b6cce7ee";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: NumberPredicateInputRepresentation, existing: NumberPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NumberPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: NumberPredicateInputRepresentationNormalized, incoming: NumberPredicateInputRepresentationNormalized): 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: NumberPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Number Predicate Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface NumberPredicateInputRepresentationNormalized {
|
|
17
|
+
/** Operator */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** The static values for comparison. Expected to be in decimal format */
|
|
20
|
+
values: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Number Predicate Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface NumberPredicateInputRepresentation {
|
|
29
|
+
operator: string;
|
|
30
|
+
values: Array<string>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6dbb34c44a1aa6e048305fc90b699193";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PersonalizationAttributeInputRepresentation, existing: PersonalizationAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationAttributeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PersonalizationAttributeInputRepresentationNormalized, incoming: PersonalizationAttributeInputRepresentationNormalized): 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: PersonalizationAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Attribute Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PersonalizationAttributeInputRepresentationNormalized {
|
|
17
|
+
/** Optional Personalization Attribute default value */
|
|
18
|
+
defaultValue?: string | null;
|
|
19
|
+
/** Personalization Attribute label */
|
|
20
|
+
label: string;
|
|
21
|
+
/** Personalization Attribute API name */
|
|
22
|
+
name: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Personalization Attribute Input Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PersonalizationAttributeInputRepresentation {
|
|
31
|
+
defaultValue?: string | null;
|
|
32
|
+
label: string;
|
|
33
|
+
name: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 = "014064b188ff923423af6301d64be36a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PersonalizationAttributeRepresentation, existing: PersonalizationAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PersonalizationAttributeRepresentationNormalized, incoming: PersonalizationAttributeRepresentationNormalized): 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: PersonalizationAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Attribute Output Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PersonalizationAttributeRepresentationNormalized {
|
|
17
|
+
/** Created by id */
|
|
18
|
+
createdById: string;
|
|
19
|
+
/** Created date */
|
|
20
|
+
createdDate: string;
|
|
21
|
+
/** Personalization Attribute default value */
|
|
22
|
+
defaultValue: string | null;
|
|
23
|
+
/** The 18 character ID of the record */
|
|
24
|
+
id: string;
|
|
25
|
+
/** Personalization base output label */
|
|
26
|
+
label: string;
|
|
27
|
+
/** Last modified by id */
|
|
28
|
+
lastModifiedById: string;
|
|
29
|
+
/** Last modified date */
|
|
30
|
+
lastModifiedDate: string;
|
|
31
|
+
/** Personalization base output API name */
|
|
32
|
+
name: string;
|
|
33
|
+
/** Url */
|
|
34
|
+
url: string | null;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Personalization Attribute Output Representation
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface PersonalizationAttributeRepresentation {
|
|
43
|
+
createdById: string;
|
|
44
|
+
createdDate: string;
|
|
45
|
+
defaultValue: string | null;
|
|
46
|
+
id: string;
|
|
47
|
+
label: string;
|
|
48
|
+
lastModifiedById: string;
|
|
49
|
+
lastModifiedDate: string;
|
|
50
|
+
name: string;
|
|
51
|
+
url: string | null;
|
|
52
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "31e8eb2cfe2db3ce6c62cb9dd1afbae0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PersonalizationAttributeValueInputRepresentation, existing: PersonalizationAttributeValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationAttributeValueInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PersonalizationAttributeValueInputRepresentationNormalized, incoming: PersonalizationAttributeValueInputRepresentationNormalized): 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: PersonalizationAttributeValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Attribute Value Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PersonalizationAttributeValueInputRepresentationNormalized {
|
|
17
|
+
/** Attribute enum if it is assigning a custom attribute */
|
|
18
|
+
attributeEnum?: string | null;
|
|
19
|
+
/** Attribute API name of the Personalization Attribute if it is assigning a custom attribute */
|
|
20
|
+
attributeName?: string | null;
|
|
21
|
+
/** Personalization Attribute Value */
|
|
22
|
+
value: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Personalization Attribute Value Input Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PersonalizationAttributeValueInputRepresentation {
|
|
31
|
+
attributeEnum?: string | null;
|
|
32
|
+
attributeName?: string | null;
|
|
33
|
+
value: string | null;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/PersonalizationAttributeValueRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "52ea9c14b7a747a28cedbcff0e7ab169";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PersonalizationAttributeValueRepresentation, existing: PersonalizationAttributeValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationAttributeValueRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PersonalizationAttributeValueRepresentationNormalized, incoming: PersonalizationAttributeValueRepresentationNormalized): 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: PersonalizationAttributeValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Attribute Value Output Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PersonalizationAttributeValueRepresentationNormalized {
|
|
17
|
+
/** A standard attribute that the value is being assigned to */
|
|
18
|
+
attributeEnum: string | null;
|
|
19
|
+
/** An API name of a custom attribute the value is being assigned to */
|
|
20
|
+
attributeName: string | null;
|
|
21
|
+
/** The value of the Personalization Attribute Value */
|
|
22
|
+
value: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Personalization Attribute Value Output Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PersonalizationAttributeValueRepresentation {
|
|
31
|
+
attributeEnum: string | null;
|
|
32
|
+
attributeName: string | null;
|
|
33
|
+
value: string | null;
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PersonalizationDataMlModelRepresentation as PersonalizationDataMlModelRepresentation_PersonalizationDataMlModelRepresentation } from './PersonalizationDataMlModelRepresentation';
|
|
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 TTL = 600;
|
|
4
|
+
export declare const VERSION = "9dbc0875b97dc0f9ec2f23b3481be0b8";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: PersonalizationDataMlModelCollectionRepresentation, existing: PersonalizationDataMlModelCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationDataMlModelCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: PersonalizationDataMlModelCollectionRepresentationNormalized, incoming: PersonalizationDataMlModelCollectionRepresentationNormalized): 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: PersonalizationDataMlModelCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represent Personalization Data Ml Model Collection
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PersonalizationDataMlModelCollectionRepresentationNormalized {
|
|
19
|
+
/** Personalization Data Ml Models */
|
|
20
|
+
personalizationDataMlModels: Array<PersonalizationDataMlModelRepresentation_PersonalizationDataMlModelRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represent Personalization Data Ml Model Collection
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface PersonalizationDataMlModelCollectionRepresentation {
|
|
29
|
+
personalizationDataMlModels: Array<PersonalizationDataMlModelRepresentation_PersonalizationDataMlModelRepresentation>;
|
|
30
|
+
}
|