@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,36 @@
|
|
|
1
|
+
import { PersonalizationRecommenderJobRepresentation as PersonalizationRecommenderJobRepresentation_PersonalizationRecommenderJobRepresentation } from './PersonalizationRecommenderJobRepresentation';
|
|
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 = "2fab2250d4ed5adcbb1a5c19a64cd765";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: PersonalizationRecommenderJobCollectionRepresentation, existing: PersonalizationRecommenderJobCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationRecommenderJobCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: PersonalizationRecommenderJobCollectionRepresentationNormalized, incoming: PersonalizationRecommenderJobCollectionRepresentationNormalized): 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: PersonalizationRecommenderJobCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Personalization Recommender Job Collection Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PersonalizationRecommenderJobCollectionRepresentationNormalized {
|
|
19
|
+
/** Url of the current page */
|
|
20
|
+
currentPageUrl?: string;
|
|
21
|
+
/** List of training job results */
|
|
22
|
+
jobs?: Array<PersonalizationRecommenderJobRepresentation_PersonalizationRecommenderJobRepresentation>;
|
|
23
|
+
/** Url of the next page */
|
|
24
|
+
nextPageUrl?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Personalization Recommender Job Collection Representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface PersonalizationRecommenderJobCollectionRepresentation {
|
|
33
|
+
currentPageUrl?: string;
|
|
34
|
+
jobs?: Array<PersonalizationRecommenderJobRepresentation_PersonalizationRecommenderJobRepresentation>;
|
|
35
|
+
nextPageUrl?: string;
|
|
36
|
+
}
|
package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderJobRepresentation.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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 = "4140d8b5bf494d4e8f3ef8713b0ffd7d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PersonalizationRecommenderJobRepresentation, existing: PersonalizationRecommenderJobRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationRecommenderJobRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PersonalizationRecommenderJobRepresentationNormalized, incoming: PersonalizationRecommenderJobRepresentationNormalized): 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: PersonalizationRecommenderJobRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Recommender Job Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PersonalizationRecommenderJobRepresentationNormalized {
|
|
17
|
+
/** Error code */
|
|
18
|
+
errorCode?: string;
|
|
19
|
+
/** Error message */
|
|
20
|
+
errorMessage?: string;
|
|
21
|
+
/** The start time of the job */
|
|
22
|
+
startTime?: string;
|
|
23
|
+
/** The status of the job */
|
|
24
|
+
status?: string;
|
|
25
|
+
/** The updated time of the job */
|
|
26
|
+
updatedTime?: string;
|
|
27
|
+
/** Version of the job */
|
|
28
|
+
version?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Personalization Recommender Job Representation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface PersonalizationRecommenderJobRepresentation {
|
|
37
|
+
errorCode?: string;
|
|
38
|
+
errorMessage?: string;
|
|
39
|
+
startTime?: string;
|
|
40
|
+
status?: string;
|
|
41
|
+
updatedTime?: string;
|
|
42
|
+
version?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { AnchorReferenceRepresentation as AnchorReferenceRepresentation_AnchorReferenceRepresentation } from './AnchorReferenceRepresentation';
|
|
2
|
+
import { RuleGroupInputRepresentation2 as RuleGroupInputRepresentation2_RuleGroupInputRepresentation2 } from './RuleGroupInputRepresentation2';
|
|
3
|
+
import { RuleGroupInputRepresentation as RuleGroupInputRepresentation_RuleGroupInputRepresentation } from './RuleGroupInputRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "1419c524c4cca5e1e943735847321a52";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: PersonalizationRecommenderSimulateActionInputRepresentation, existing: PersonalizationRecommenderSimulateActionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationRecommenderSimulateActionInputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: PersonalizationRecommenderSimulateActionInputRepresentationNormalized, incoming: PersonalizationRecommenderSimulateActionInputRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PersonalizationRecommenderSimulateActionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Personalization Recommender Simulate Action
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface PersonalizationRecommenderSimulateActionInputRepresentationNormalized {
|
|
20
|
+
/** The list of anchors for which recommendations are needed if provided. */
|
|
21
|
+
anchors?: Array<AnchorReferenceRepresentation_AnchorReferenceRepresentation>;
|
|
22
|
+
excludeFilters?: RuleGroupInputRepresentation2_RuleGroupInputRepresentation2;
|
|
23
|
+
includeFilters?: RuleGroupInputRepresentation_RuleGroupInputRepresentation;
|
|
24
|
+
/** The individual id associated to a Data Cloud profile. */
|
|
25
|
+
individualId?: string | null;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Personalization Recommender Simulate Action
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface PersonalizationRecommenderSimulateActionInputRepresentation {
|
|
34
|
+
anchors?: Array<AnchorReferenceRepresentation_AnchorReferenceRepresentation>;
|
|
35
|
+
excludeFilters?: RuleGroupInputRepresentation2_RuleGroupInputRepresentation2;
|
|
36
|
+
includeFilters?: RuleGroupInputRepresentation_RuleGroupInputRepresentation;
|
|
37
|
+
individualId?: string | null;
|
|
38
|
+
}
|
|
@@ -0,0 +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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 600;
|
|
3
|
+
export declare const VERSION = "03b72d395296cf8da94dcea60a4830e8";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PersonalizationRecommenderSimulateActionRepresentation, existing: PersonalizationRecommenderSimulateActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationRecommenderSimulateActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PersonalizationRecommenderSimulateActionRepresentationNormalized, incoming: PersonalizationRecommenderSimulateActionRepresentationNormalized): 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: PersonalizationRecommenderSimulateActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Personalization Recommender Simulate Action Output Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PersonalizationRecommenderSimulateActionRepresentationNormalized {
|
|
18
|
+
/** The list of recommendations for the recommender for a given individual id and anchor id if provided */
|
|
19
|
+
recommendations: unknown;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Personalization Recommender Simulate Action Output Representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PersonalizationRecommenderSimulateActionRepresentation {
|
|
28
|
+
recommendations: unknown;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/PersonalizationSchemaInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { PersonalizationAttributeInputRepresentation as PersonalizationAttributeInputRepresentation_PersonalizationAttributeInputRepresentation } from './PersonalizationAttributeInputRepresentation';
|
|
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 = "54061b79e668e28df49a772e1efbd080";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PersonalizationSchemaInputRepresentation, existing: PersonalizationSchemaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationSchemaInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PersonalizationSchemaInputRepresentationNormalized, incoming: PersonalizationSchemaInputRepresentationNormalized): 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: PersonalizationSchemaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Personalization Schema Input Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PersonalizationSchemaInputRepresentationNormalized {
|
|
18
|
+
/** List of Personalization Attributes associated with the Personalization Schema */
|
|
19
|
+
attributes: Array<PersonalizationAttributeInputRepresentation_PersonalizationAttributeInputRepresentation>;
|
|
20
|
+
/** List of DMO field API names */
|
|
21
|
+
contentObjectFieldNames: Array<string | null>;
|
|
22
|
+
/** The API name of the associated Content Object */
|
|
23
|
+
contentObjectName: string | null;
|
|
24
|
+
/** The API name of the Data Space associated with the Personalization Schema */
|
|
25
|
+
dataSpaceName: string;
|
|
26
|
+
/** Personalization Base description */
|
|
27
|
+
description: string | null;
|
|
28
|
+
/** Personalization Base label */
|
|
29
|
+
label: string | null;
|
|
30
|
+
/** Personalization Schema API name */
|
|
31
|
+
name: string | null;
|
|
32
|
+
/** The type of the Personalization Schema */
|
|
33
|
+
personalizationType: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Personalization Schema Input Representation
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface PersonalizationSchemaInputRepresentation {
|
|
42
|
+
attributes: Array<PersonalizationAttributeInputRepresentation_PersonalizationAttributeInputRepresentation>;
|
|
43
|
+
contentObjectFieldNames: Array<string | null>;
|
|
44
|
+
contentObjectName: string | null;
|
|
45
|
+
dataSpaceName: string;
|
|
46
|
+
description: string | null;
|
|
47
|
+
label: string | null;
|
|
48
|
+
name: string | null;
|
|
49
|
+
personalizationType: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PersonalizationAttributeRepresentation as PersonalizationAttributeRepresentation_PersonalizationAttributeRepresentation } from './PersonalizationAttributeRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 600;
|
|
4
|
+
export declare const VERSION = "25740f87643de6fdae570c77bbec7377";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type PersonalizationSchemaRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialPersonalizationSchemaRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): PersonalizationSchemaRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: PersonalizationSchemaRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: PersonalizationSchemaRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: PersonalizationSchemaRepresentation, existing: PersonalizationSchemaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PersonalizationSchemaRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: PersonalizationSchemaRepresentationNormalized, incoming: PersonalizationSchemaRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PersonalizationSchemaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Personalization Schema Output Representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): name
|
|
26
|
+
*/
|
|
27
|
+
export interface PersonalizationSchemaRepresentationNormalized {
|
|
28
|
+
/** List of Personalization Attributes associated with the Personalization Schema */
|
|
29
|
+
attributes: Array<PersonalizationAttributeRepresentation_PersonalizationAttributeRepresentation>;
|
|
30
|
+
/** List of DMO Field API names */
|
|
31
|
+
contentObjectFieldNames: Array<string | null>;
|
|
32
|
+
/** The API name of the associated Content Object */
|
|
33
|
+
contentObjectName: string | null;
|
|
34
|
+
/** Created by id */
|
|
35
|
+
createdById: string;
|
|
36
|
+
/** Created date */
|
|
37
|
+
createdDate: string;
|
|
38
|
+
/** The API name of the Data Space associated with the Personalization Schema */
|
|
39
|
+
dataSpaceName: string;
|
|
40
|
+
/** Personalization Schema description */
|
|
41
|
+
description: string | null;
|
|
42
|
+
/** The 18 character ID of the record */
|
|
43
|
+
id: string;
|
|
44
|
+
/** Personalization base output label */
|
|
45
|
+
label: string;
|
|
46
|
+
/** Last modified by id */
|
|
47
|
+
lastModifiedById: string;
|
|
48
|
+
/** Last modified date */
|
|
49
|
+
lastModifiedDate: string;
|
|
50
|
+
/** Personalization base output API name */
|
|
51
|
+
name: string;
|
|
52
|
+
/** The type of the Personalization Schema */
|
|
53
|
+
personalizationType: string;
|
|
54
|
+
/** Url */
|
|
55
|
+
url: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Personalization Schema Output Representation
|
|
59
|
+
*
|
|
60
|
+
* Keys:
|
|
61
|
+
* id (string): name
|
|
62
|
+
*/
|
|
63
|
+
export interface PersonalizationSchemaRepresentation {
|
|
64
|
+
attributes: Array<PersonalizationAttributeRepresentation_PersonalizationAttributeRepresentation>;
|
|
65
|
+
contentObjectFieldNames: Array<string | null>;
|
|
66
|
+
contentObjectName: string | null;
|
|
67
|
+
createdById: string;
|
|
68
|
+
createdDate: string;
|
|
69
|
+
dataSpaceName: string;
|
|
70
|
+
description: string | null;
|
|
71
|
+
id: string;
|
|
72
|
+
label: string;
|
|
73
|
+
lastModifiedById: string;
|
|
74
|
+
lastModifiedDate: string;
|
|
75
|
+
name: string;
|
|
76
|
+
personalizationType: string;
|
|
77
|
+
url: string;
|
|
78
|
+
}
|
package/dist/es/es2018/types/src/generated/types/RelatedFieldPredicateInputRepresentation.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 = "1302df10ce105850c4f1cf6ae5240ed0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedFieldPredicateInputRepresentation, existing: RelatedFieldPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedFieldPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedFieldPredicateInputRepresentationNormalized, incoming: RelatedFieldPredicateInputRepresentationNormalized): 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: RelatedFieldPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Related Field Predicate Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedFieldPredicateInputRepresentationNormalized {
|
|
17
|
+
/** The Aggregate Function */
|
|
18
|
+
aggregateFunction: string;
|
|
19
|
+
/** DataGraphTypeEnum */
|
|
20
|
+
dataGraphType: string;
|
|
21
|
+
/** The api name of the direct attribute field. */
|
|
22
|
+
fieldName: string;
|
|
23
|
+
/** FieldOperatorEnum */
|
|
24
|
+
operator: string;
|
|
25
|
+
/** The path from root DMO to child DMO. */
|
|
26
|
+
relatedObjectsPath: Array<string>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Related Field Predicate Input Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface RelatedFieldPredicateInputRepresentation {
|
|
35
|
+
aggregateFunction: string;
|
|
36
|
+
dataGraphType: string;
|
|
37
|
+
fieldName: string;
|
|
38
|
+
operator: string;
|
|
39
|
+
relatedObjectsPath: Array<string>;
|
|
40
|
+
}
|
|
@@ -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 = "748ca2dcdc9e99cc9804339f8651e973";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelatedFieldRuleInputRepresentation, existing: RelatedFieldRuleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedFieldRuleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelatedFieldRuleInputRepresentationNormalized, incoming: RelatedFieldRuleInputRepresentationNormalized): 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: RelatedFieldRuleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Related Field Rule Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelatedFieldRuleInputRepresentationNormalized {
|
|
17
|
+
/** The Aggregate Function */
|
|
18
|
+
aggregateFunction: string;
|
|
19
|
+
/** Direct Attribute’s field api name. */
|
|
20
|
+
fieldName: string;
|
|
21
|
+
/** RHS of filter condition with Direct Attribute on LHS. */
|
|
22
|
+
predicate: {};
|
|
23
|
+
/** The path from root DMO to leaf DMO. */
|
|
24
|
+
relatedObjectsPath: Array<string>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Related Field Rule Input Representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface RelatedFieldRuleInputRepresentation {
|
|
33
|
+
aggregateFunction: string;
|
|
34
|
+
fieldName: string;
|
|
35
|
+
predicate: {};
|
|
36
|
+
relatedObjectsPath: Array<string>;
|
|
37
|
+
}
|
|
@@ -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 = "30a092ebb29a4806b750559687ce1a49";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RuleGroupInputRepresentation, existing: RuleGroupInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleGroupInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RuleGroupInputRepresentationNormalized, incoming: RuleGroupInputRepresentationNormalized): 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: RuleGroupInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Rule Group Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RuleGroupInputRepresentationNormalized {
|
|
17
|
+
/** The field which gives the information whether to include/exclude all the filter conditions or any one of them. */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** The filter conditions of the recommender. */
|
|
20
|
+
rules: Array<{}>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Rule Group Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RuleGroupInputRepresentation {
|
|
29
|
+
operator: string;
|
|
30
|
+
rules: Array<{}>;
|
|
31
|
+
}
|
|
@@ -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 = "51fbb87b5f033b6007aed883bb5da1ea";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RuleGroupInputRepresentation2, existing: RuleGroupInputRepresentation2Normalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleGroupInputRepresentation2Normalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RuleGroupInputRepresentation2Normalized, incoming: RuleGroupInputRepresentation2Normalized): 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: RuleGroupInputRepresentation2, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Rule Group Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RuleGroupInputRepresentation2Normalized {
|
|
17
|
+
/** The field which gives the information whether to include/exclude all the filter conditions or any one of them. */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** The filter conditions of the recommender. */
|
|
20
|
+
rules: Array<{}>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Rule Group Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RuleGroupInputRepresentation2 {
|
|
29
|
+
operator: string;
|
|
30
|
+
rules: Array<{}>;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SegmentMembershipPredicateInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "cc8ca47c7ff748dd0eeb6785182554d8";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SegmentMembershipPredicateInputRepresentation, existing: SegmentMembershipPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SegmentMembershipPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SegmentMembershipPredicateInputRepresentationNormalized, incoming: SegmentMembershipPredicateInputRepresentationNormalized): 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: SegmentMembershipPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Segment Membership Predicate Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SegmentMembershipPredicateInputRepresentationNormalized {
|
|
17
|
+
/** Operator */
|
|
18
|
+
operator: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Segment Membership Predicate Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SegmentMembershipPredicateInputRepresentation {
|
|
27
|
+
operator: string;
|
|
28
|
+
}
|
|
@@ -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 = "38a08c7e64732612f966320668db9294";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SortCriteriaInputRepresentation, existing: SortCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SortCriteriaInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SortCriteriaInputRepresentationNormalized, incoming: SortCriteriaInputRepresentationNormalized): 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: SortCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Recommender sort criteria Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SortCriteriaInputRepresentationNormalized {
|
|
17
|
+
/** The api name of the metric of CI. */
|
|
18
|
+
calculatedInsightMetricName: string;
|
|
19
|
+
/** The api name of the calculated insight. */
|
|
20
|
+
calculatedInsightName: string;
|
|
21
|
+
/** Sort Order */
|
|
22
|
+
sortOrder: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Personalization Recommender sort criteria Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SortCriteriaInputRepresentation {
|
|
31
|
+
calculatedInsightMetricName: string;
|
|
32
|
+
calculatedInsightName: string;
|
|
33
|
+
sortOrder: string;
|
|
34
|
+
}
|
|
@@ -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 = "14f440701e808f62b64b186a574eb931";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SubjectRepresentation, existing: SubjectRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SubjectRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SubjectRepresentationNormalized, incoming: SubjectRepresentationNormalized): 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: SubjectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Personalization Decision Criteria Subject Output Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SubjectRepresentationNormalized {
|
|
17
|
+
/** Field API Name */
|
|
18
|
+
fieldApiName: string | null;
|
|
19
|
+
/** Field Label */
|
|
20
|
+
fieldLabel?: string | null;
|
|
21
|
+
/** Object API Name */
|
|
22
|
+
objectApiName?: string | null;
|
|
23
|
+
/** Object Label */
|
|
24
|
+
objectLabel?: string | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Personalization Decision Criteria Subject Output Representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SubjectRepresentation {
|
|
33
|
+
fieldApiName: string | null;
|
|
34
|
+
fieldLabel?: string | null;
|
|
35
|
+
objectApiName?: string | null;
|
|
36
|
+
objectLabel?: string | null;
|
|
37
|
+
}
|
|
@@ -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 = "8e0ce4a09a574463eedf8ce9a7a97a30";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TextPredicateInputRepresentation, existing: TextPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TextPredicateInputRepresentationNormalized, incoming: TextPredicateInputRepresentationNormalized): 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: TextPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Text Predicate Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TextPredicateInputRepresentationNormalized {
|
|
17
|
+
/** Operator */
|
|
18
|
+
operator: string;
|
|
19
|
+
/** The static values for comparison. */
|
|
20
|
+
values: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text Predicate Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TextPredicateInputRepresentation {
|
|
29
|
+
operator: string;
|
|
30
|
+
values: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectKeys: {
|
|
3
|
+
(o: object): string[];
|
|
4
|
+
(o: {}): string[];
|
|
5
|
+
}, ObjectCreate: {
|
|
6
|
+
(o: object | null): any;
|
|
7
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
8
|
+
}, ObjectAssign: {
|
|
9
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
10
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
11
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
12
|
+
(target: object, ...sources: any[]): any;
|
|
13
|
+
};
|
|
14
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
15
|
+
export declare const JSONStringify: {
|
|
16
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
17
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
18
|
+
};
|
|
19
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
20
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
21
|
+
export type RecursivePartial<T> = null | {
|
|
22
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
23
|
+
};
|
|
24
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
25
|
+
export declare function equalsObject<U, V extends {
|
|
26
|
+
[key: string]: U;
|
|
27
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
28
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
29
|
+
__ref: string;
|
|
30
|
+
};
|
|
31
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ResourceRequestConfig } from '../../../generated/resources/deletePersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam';
|
|
2
|
+
import type { ResourceRequest } from '@luvio/engine';
|
|
3
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): ResourceRequest;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ResourceRequestConfig } from '../../../generated/resources/getPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam';
|
|
2
|
+
import type { ResourceRequest } from '@luvio/engine';
|
|
3
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): ResourceRequest;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ResourceRequestConfig } from '../../../generated/resources/putPersonalizationExternalAppsPersonalizationExperienceConfigsByIdOrAppSourceIdOrNameAndNameParam';
|
|
2
|
+
import type { ResourceRequest } from '@luvio/engine';
|
|
3
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): ResourceRequest;
|