@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,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
idOrName: string;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
10
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
idOrName: string;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
10
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationDataMlModelCollectionRepresentation as types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation } from '../types/PersonalizationDataMlModelCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
dataSpaceName?: string;
|
|
6
|
+
limit?: number;
|
|
7
|
+
mlConfiguredModelName?: string;
|
|
8
|
+
offset?: number;
|
|
9
|
+
profileDataGraphName?: string;
|
|
10
|
+
status?: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation): void;
|
|
17
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation, any>;
|
|
18
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationDataMlModelCollectionRepresentation_PersonalizationDataMlModelCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationExperienceConfigCollectionRepresentation as types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation } from '../types/PersonalizationExperienceConfigCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrAppSourceIdOrName: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
limit?: number;
|
|
9
|
+
offset?: number;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation, any>;
|
|
17
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationExperienceConfigCollectionRepresentation_PersonalizationExperienceConfigCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationExperienceConfigRepresentation as types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation } from '../types/PersonalizationExperienceConfigRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrAppSourceIdOrName: string;
|
|
6
|
+
nameParam: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
17
|
+
export declare function createResourceRequestFromRepresentation(representation: types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationPointRepresentation as types_PersonalizationPointRepresentation_PersonalizationPointRepresentation } from '../types/PersonalizationPointRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrName: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationPointRepresentation_PersonalizationPointRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationRecommenderJobCollectionRepresentation as types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation } from '../types/PersonalizationRecommenderJobCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrName: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
limit?: number;
|
|
9
|
+
offset?: number;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation, any>;
|
|
17
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationRecommenderJobCollectionRepresentation_PersonalizationRecommenderJobCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationSchemaRepresentation as types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation } from '../types/PersonalizationSchemaRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrName: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationExperienceConfigRepresentation as types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation } from '../types/PersonalizationExperienceConfigRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrAppSourceIdOrName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
dataProvider: unknown;
|
|
9
|
+
description: string;
|
|
10
|
+
displayUrl: string;
|
|
11
|
+
isEnabled: boolean;
|
|
12
|
+
label: string;
|
|
13
|
+
lastModifiedDate?: string;
|
|
14
|
+
name: string;
|
|
15
|
+
publishedDate?: string;
|
|
16
|
+
sourceMatchers: Array<unknown>;
|
|
17
|
+
transformationConfig: unknown;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation): void;
|
|
22
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, any>;
|
|
23
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
24
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postPersonalizationPersonalizationPoints.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PersonalizationDecisionInputRepresentation as types_PersonalizationDecisionInputRepresentation_PersonalizationDecisionInputRepresentation } from '../types/PersonalizationDecisionInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { PersonalizationPointRepresentation as types_PersonalizationPointRepresentation_PersonalizationPointRepresentation } from '../types/PersonalizationPointRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
description?: string | null;
|
|
7
|
+
label: string | null;
|
|
8
|
+
name: string | null;
|
|
9
|
+
abnExperimentName?: string | null;
|
|
10
|
+
dataSpaceName: string | null;
|
|
11
|
+
decisions: Array<types_PersonalizationDecisionInputRepresentation_PersonalizationDecisionInputRepresentation>;
|
|
12
|
+
maxItemsCount?: number | null;
|
|
13
|
+
profileDataGraphName: string | null;
|
|
14
|
+
rootPersonalizationPointId?: string | null;
|
|
15
|
+
schemaEnum?: string | null;
|
|
16
|
+
schemaName?: string | null;
|
|
17
|
+
source: string;
|
|
18
|
+
isAuthenticationRequired: boolean;
|
|
19
|
+
sourceRecordId?: string | null;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationPointRepresentation_PersonalizationPointRepresentation): void;
|
|
24
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, any>;
|
|
25
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
26
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AnchorReferenceRepresentation as types_AnchorReferenceRepresentation_AnchorReferenceRepresentation } from '../types/AnchorReferenceRepresentation';
|
|
2
|
+
import { RuleGroupInputRepresentation2 as types_RuleGroupInputRepresentation2_RuleGroupInputRepresentation2 } from '../types/RuleGroupInputRepresentation2';
|
|
3
|
+
import { RuleGroupInputRepresentation as types_RuleGroupInputRepresentation_RuleGroupInputRepresentation } from '../types/RuleGroupInputRepresentation';
|
|
4
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
5
|
+
import { PersonalizationRecommenderSimulateActionRepresentation as types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation } from '../types/PersonalizationRecommenderSimulateActionRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
idOrName: string;
|
|
9
|
+
};
|
|
10
|
+
body: {
|
|
11
|
+
anchors?: Array<types_AnchorReferenceRepresentation_AnchorReferenceRepresentation>;
|
|
12
|
+
excludeFilters?: types_RuleGroupInputRepresentation2_RuleGroupInputRepresentation2;
|
|
13
|
+
includeFilters?: types_RuleGroupInputRepresentation_RuleGroupInputRepresentation;
|
|
14
|
+
individualId?: string | null;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation): void;
|
|
21
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation, any>;
|
|
22
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_PersonalizationRecommenderSimulateActionRepresentation_PersonalizationRecommenderSimulateActionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
23
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
24
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postPersonalizationPersonalizationSchemas.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PersonalizationAttributeInputRepresentation as types_PersonalizationAttributeInputRepresentation_PersonalizationAttributeInputRepresentation } from '../types/PersonalizationAttributeInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { PersonalizationSchemaRepresentation as types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation } from '../types/PersonalizationSchemaRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
description: string | null;
|
|
7
|
+
label: string | null;
|
|
8
|
+
name: string | null;
|
|
9
|
+
attributes: Array<types_PersonalizationAttributeInputRepresentation_PersonalizationAttributeInputRepresentation>;
|
|
10
|
+
contentObjectFieldNames: Array<string | null>;
|
|
11
|
+
contentObjectName: string | null;
|
|
12
|
+
dataSpaceName: string;
|
|
13
|
+
personalizationType: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationSchemaRepresentation_PersonalizationSchemaRepresentation, any>;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { PersonalizationExperienceConfigRepresentation as types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation } from '../types/PersonalizationExperienceConfigRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
idOrAppSourceIdOrName: string;
|
|
6
|
+
nameParam: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
dataProvider: unknown;
|
|
10
|
+
description: string;
|
|
11
|
+
displayUrl: string;
|
|
12
|
+
isEnabled: boolean;
|
|
13
|
+
label: string;
|
|
14
|
+
lastModifiedDate?: string;
|
|
15
|
+
name: string;
|
|
16
|
+
publishedDate?: string;
|
|
17
|
+
sourceMatchers: Array<unknown>;
|
|
18
|
+
transformationConfig: unknown;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation): void;
|
|
23
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationExperienceConfigRepresentation_PersonalizationExperienceConfigRepresentation, any>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PersonalizationDecisionInputRepresentation as types_PersonalizationDecisionInputRepresentation_PersonalizationDecisionInputRepresentation } from '../types/PersonalizationDecisionInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { PersonalizationPointRepresentation as types_PersonalizationPointRepresentation_PersonalizationPointRepresentation } from '../types/PersonalizationPointRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
idOrName: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
description?: string | null;
|
|
10
|
+
label: string | null;
|
|
11
|
+
name: string | null;
|
|
12
|
+
abnExperimentName?: string | null;
|
|
13
|
+
dataSpaceName: string | null;
|
|
14
|
+
decisions: Array<types_PersonalizationDecisionInputRepresentation_PersonalizationDecisionInputRepresentation>;
|
|
15
|
+
maxItemsCount?: number | null;
|
|
16
|
+
profileDataGraphName: string | null;
|
|
17
|
+
rootPersonalizationPointId?: string | null;
|
|
18
|
+
schemaEnum?: string | null;
|
|
19
|
+
schemaName?: string | null;
|
|
20
|
+
source: string;
|
|
21
|
+
isAuthenticationRequired: boolean;
|
|
22
|
+
sourceRecordId?: string | null;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
26
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PersonalizationPointRepresentation_PersonalizationPointRepresentation): void;
|
|
27
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PersonalizationPointRepresentation_PersonalizationPointRepresentation, any>;
|
|
28
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
29
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "c6482e842de8dccb516a36e00795e84b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ABnExperimentCohortInputRepresentation, existing: ABnExperimentCohortInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ABnExperimentCohortInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ABnExperimentCohortInputRepresentationNormalized, incoming: ABnExperimentCohortInputRepresentationNormalized): 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: ABnExperimentCohortInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* ABn Experiment Cohort Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ABnExperimentCohortInputRepresentationNormalized {
|
|
17
|
+
/** Number between 0 and 10000 (basis points) for traffic percent allocation */
|
|
18
|
+
allocationWeight: number;
|
|
19
|
+
/** Personalization Attribute Values associated with a Cohort */
|
|
20
|
+
attributeValues: Array<{}>;
|
|
21
|
+
/** Personalization Base description */
|
|
22
|
+
description: string | null;
|
|
23
|
+
/** Whether or not this is the control Cohort */
|
|
24
|
+
isControl: boolean;
|
|
25
|
+
/** Personalization Base label */
|
|
26
|
+
label: string | null;
|
|
27
|
+
/** Personalization Point API name */
|
|
28
|
+
name: string | null;
|
|
29
|
+
/** The API name of the Personalizer associated with a Cohort */
|
|
30
|
+
personalizerName: string | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* ABn Experiment Cohort Input Representation
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface ABnExperimentCohortInputRepresentation {
|
|
39
|
+
allocationWeight: number;
|
|
40
|
+
attributeValues: Array<{}>;
|
|
41
|
+
description: string | null;
|
|
42
|
+
isControl: boolean;
|
|
43
|
+
label: string | null;
|
|
44
|
+
name: string | null;
|
|
45
|
+
personalizerName: string | null;
|
|
46
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 = "a56bb0d42301a5d7f113622bcd19f53f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ABnExperimentInputRepresentation, existing: ABnExperimentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ABnExperimentInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ABnExperimentInputRepresentationNormalized, incoming: ABnExperimentInputRepresentationNormalized): 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: ABnExperimentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* ABn Experiment Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ABnExperimentInputRepresentationNormalized {
|
|
17
|
+
/** List of Cohorts associated with the Experiment */
|
|
18
|
+
cohorts: Array<Array<{}>>;
|
|
19
|
+
/** The API name of the Data Space associated with the Experiment */
|
|
20
|
+
dataSpaceName: string | null;
|
|
21
|
+
/** Personalization Base description */
|
|
22
|
+
description: string | null;
|
|
23
|
+
/** Personalization Base label */
|
|
24
|
+
label: string | null;
|
|
25
|
+
/** Personalization Point API name */
|
|
26
|
+
name: string | null;
|
|
27
|
+
/** The API name of the Profile Data Graph associated with the Experiment */
|
|
28
|
+
profileDataGraphName: string | null;
|
|
29
|
+
/** A schema enum associated with the Experiment if it has a standard schema */
|
|
30
|
+
schemaEnum: string | null;
|
|
31
|
+
/** An API name of a Schema associated with the Experiment if it has a custom schema */
|
|
32
|
+
schemaName: string | null;
|
|
33
|
+
/** Experiment source */
|
|
34
|
+
source: string;
|
|
35
|
+
/** A record which created this Personalization Point and which is responsible for maintaining it. What type of object this is depends on the Source. */
|
|
36
|
+
sourceRecordId?: string | null;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* ABn Experiment Input Representation
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface ABnExperimentInputRepresentation {
|
|
45
|
+
cohorts: Array<Array<{}>>;
|
|
46
|
+
dataSpaceName: string | null;
|
|
47
|
+
description: string | null;
|
|
48
|
+
label: string | null;
|
|
49
|
+
name: string | null;
|
|
50
|
+
profileDataGraphName: string | null;
|
|
51
|
+
schemaEnum: string | null;
|
|
52
|
+
schemaName: string | null;
|
|
53
|
+
source: string;
|
|
54
|
+
sourceRecordId?: string | null;
|
|
55
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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 = "b76725b68a2a994ab2dd2b1a58b80207";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ABnExperimentRepresentation, existing: ABnExperimentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ABnExperimentRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ABnExperimentRepresentationNormalized, incoming: ABnExperimentRepresentationNormalized): 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: ABnExperimentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* ABn Experiment Output Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ABnExperimentRepresentationNormalized {
|
|
17
|
+
/** Created by id */
|
|
18
|
+
createdById: string | null;
|
|
19
|
+
/** Created date */
|
|
20
|
+
createdDate: string | null;
|
|
21
|
+
/** The API name of the Data Space associated with the Experiment */
|
|
22
|
+
dataSpaceName: string | null;
|
|
23
|
+
/** Experiment description */
|
|
24
|
+
description: string | null;
|
|
25
|
+
/** The 18 character ID of the record */
|
|
26
|
+
id: string | null;
|
|
27
|
+
/** Personalization base output label */
|
|
28
|
+
label: string | null;
|
|
29
|
+
/** Last modified by id */
|
|
30
|
+
lastModifiedById: string | null;
|
|
31
|
+
/** Last modified date */
|
|
32
|
+
lastModifiedDate: string | null;
|
|
33
|
+
/** Personalization base output API name */
|
|
34
|
+
name: string | null;
|
|
35
|
+
/** The API name of the Profile Data Graph associated with the Experiment */
|
|
36
|
+
profileDataGraphName: string | null;
|
|
37
|
+
/** A schema enum associated with the Experiment if it has a standard schema */
|
|
38
|
+
schemaEnum: string | null;
|
|
39
|
+
/** An API name of a Schema associated with the Experiment if it has a custom schema */
|
|
40
|
+
schemaName: string | null;
|
|
41
|
+
/** Where this experiment was created */
|
|
42
|
+
source: string;
|
|
43
|
+
/** A record which created this Personalization Point and which is responsible for maintaining it. What type of object this is depends on the Source. */
|
|
44
|
+
sourceRecordId: string | null;
|
|
45
|
+
/** Started date */
|
|
46
|
+
startedDate: string | null;
|
|
47
|
+
/** Experiment state */
|
|
48
|
+
state: string;
|
|
49
|
+
/** Experiment off-core sync status */
|
|
50
|
+
status: string;
|
|
51
|
+
/** Stopped date */
|
|
52
|
+
stoppedDate: string | null;
|
|
53
|
+
/** Url */
|
|
54
|
+
url: string | null;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* ABn Experiment Output Representation
|
|
58
|
+
*
|
|
59
|
+
* Keys:
|
|
60
|
+
* (none)
|
|
61
|
+
*/
|
|
62
|
+
export interface ABnExperimentRepresentation {
|
|
63
|
+
createdById: string | null;
|
|
64
|
+
createdDate: string | null;
|
|
65
|
+
dataSpaceName: string | null;
|
|
66
|
+
description: string | null;
|
|
67
|
+
id: string | null;
|
|
68
|
+
label: string | null;
|
|
69
|
+
lastModifiedById: string | null;
|
|
70
|
+
lastModifiedDate: string | null;
|
|
71
|
+
name: string | null;
|
|
72
|
+
profileDataGraphName: string | null;
|
|
73
|
+
schemaEnum: string | null;
|
|
74
|
+
schemaName: string | null;
|
|
75
|
+
source: string;
|
|
76
|
+
sourceRecordId: string | null;
|
|
77
|
+
startedDate: string | null;
|
|
78
|
+
state: string;
|
|
79
|
+
status: string;
|
|
80
|
+
stoppedDate: string | null;
|
|
81
|
+
url: string | null;
|
|
82
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AbstractFieldPredicateInputRepresentation.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 = "216e48d255178b79e917aa362ca0851c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AbstractFieldPredicateInputRepresentation, existing: AbstractFieldPredicateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractFieldPredicateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AbstractFieldPredicateInputRepresentationNormalized, incoming: AbstractFieldPredicateInputRepresentationNormalized): 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: AbstractFieldPredicateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Abstract Field Predicate Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AbstractFieldPredicateInputRepresentationNormalized {
|
|
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
|
+
* Abstract Field Predicate Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface AbstractFieldPredicateInputRepresentation {
|
|
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 = "bf5103a44cb0081ab536fa53945a2054";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AbstractFieldRuleInputRepresentation, existing: AbstractFieldRuleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractFieldRuleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AbstractFieldRuleInputRepresentationNormalized, incoming: AbstractFieldRuleInputRepresentationNormalized): 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: AbstractFieldRuleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Abstract Field Rule Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AbstractFieldRuleInputRepresentationNormalized {
|
|
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
|
+
* Abstract Field Rule Input Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AbstractFieldRuleInputRepresentation {
|
|
29
|
+
fieldName: string;
|
|
30
|
+
predicate: {};
|
|
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 = "4531b66677f15e4ddba1cb4ed596d615";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AnchorReferenceRepresentation, existing: AnchorReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnchorReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AnchorReferenceRepresentationNormalized, incoming: AnchorReferenceRepresentationNormalized): 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: AnchorReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Anchor Reference Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AnchorReferenceRepresentationNormalized {
|
|
17
|
+
/** The DMO name of the anchor */
|
|
18
|
+
dmoName: string;
|
|
19
|
+
/** The id of the anchor */
|
|
20
|
+
id: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Anchor Reference Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AnchorReferenceRepresentation {
|
|
29
|
+
dmoName: string;
|
|
30
|
+
id: string;
|
|
31
|
+
}
|