@salesforce/lds-adapters-cdp-semantic-authoring 1.294.0
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-semantic-authoring.js +4502 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModels.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModels.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/SemanticAuthoringErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +92 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +117 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4584 -0
- package/src/raml/api.raml +2307 -0
- package/src/raml/luvio.raml +32 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
|
|
2
|
+
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
3
|
+
import { SemanticInsightsSettingsOutputRepresentation as SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation } from './SemanticInsightsSettingsOutputRepresentation';
|
|
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 = "0ecb37ea218b4fc5843fb8e7e0951851";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: SemanticMetricOutputRepresentation, existing: SemanticMetricOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricOutputRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: SemanticMetricOutputRepresentationNormalized, incoming: SemanticMetricOutputRepresentationNormalized): 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: SemanticMetricOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation for creating a semantic metric
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SemanticMetricOutputRepresentationNormalized {
|
|
20
|
+
/** A list of dimension API names that can be used as filters. */
|
|
21
|
+
adjustableFilters?: Array<SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation>;
|
|
22
|
+
/** The API name of the semantic entity. */
|
|
23
|
+
apiName: string;
|
|
24
|
+
/** The user who created the semantic entity. */
|
|
25
|
+
createdBy: string;
|
|
26
|
+
/** The date in which the semantic entity was created. */
|
|
27
|
+
createdDate: string;
|
|
28
|
+
/** The Description of the semantic entity. */
|
|
29
|
+
description?: string | null;
|
|
30
|
+
/** The logic expression for generating a filter based on the list of filters. */
|
|
31
|
+
filterLogic?: string | null;
|
|
32
|
+
/** A list of filters to be used to create filter logic. */
|
|
33
|
+
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
34
|
+
/** The object ID of the semantic entity. */
|
|
35
|
+
id: string;
|
|
36
|
+
/** Settings for insights */
|
|
37
|
+
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
38
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
39
|
+
label: string | null;
|
|
40
|
+
/** The user who last modified the semantic entity. */
|
|
41
|
+
lastModifiedBy?: string | null;
|
|
42
|
+
/** The date in which the semantic entity was last modified. */
|
|
43
|
+
lastModifiedDate?: string | null;
|
|
44
|
+
/** References a specific calculated measurement or field. */
|
|
45
|
+
measurementReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
46
|
+
/** References a specific calculated time dimension or field. */
|
|
47
|
+
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
48
|
+
/** The time grain values allowed to be used. */
|
|
49
|
+
timeGrains?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Output representation for creating a semantic metric
|
|
53
|
+
*
|
|
54
|
+
* Keys:
|
|
55
|
+
* (none)
|
|
56
|
+
*/
|
|
57
|
+
export interface SemanticMetricOutputRepresentation {
|
|
58
|
+
adjustableFilters?: Array<SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation>;
|
|
59
|
+
apiName: string;
|
|
60
|
+
createdBy: string;
|
|
61
|
+
createdDate: string;
|
|
62
|
+
description?: string | null;
|
|
63
|
+
filterLogic?: string | null;
|
|
64
|
+
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
65
|
+
id: string;
|
|
66
|
+
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
67
|
+
label: string | null;
|
|
68
|
+
lastModifiedBy?: string | null;
|
|
69
|
+
lastModifiedDate?: string | null;
|
|
70
|
+
measurementReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
71
|
+
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
72
|
+
timeGrains?: Array<string>;
|
|
73
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SemanticModelPartialOutputRepresentation as SemanticModelPartialOutputRepresentation_SemanticModelPartialOutputRepresentation } from './SemanticModelPartialOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "73c687cae9892dfdc5145743352ced92";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticModelCollectionOutputRepresentation, existing: SemanticModelCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelCollectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: SemanticModelCollectionOutputRepresentationNormalized, incoming: SemanticModelCollectionOutputRepresentationNormalized): 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: SemanticModelCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Semantic model collection representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticModelCollectionOutputRepresentationNormalized {
|
|
18
|
+
/** The number of results returned in this page. */
|
|
19
|
+
count: number | null;
|
|
20
|
+
/** Support for server side pagination - Current page absolute url with query parameters. */
|
|
21
|
+
currentPageUrl?: string | null;
|
|
22
|
+
/** The list of semantic models. */
|
|
23
|
+
items?: Array<SemanticModelPartialOutputRepresentation_SemanticModelPartialOutputRepresentation>;
|
|
24
|
+
/** Support for server side pagination - Next page absolute url with query parameters. */
|
|
25
|
+
nextPageUrl?: string | null;
|
|
26
|
+
/** Support for server side pagination - Previous page absolute url with query parameters. */
|
|
27
|
+
previousPageUrl?: string | null;
|
|
28
|
+
/** The total amount of results in all the pages. */
|
|
29
|
+
total: number | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Semantic model collection representation.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface SemanticModelCollectionOutputRepresentation {
|
|
38
|
+
count: number | null;
|
|
39
|
+
currentPageUrl?: string | null;
|
|
40
|
+
items?: Array<SemanticModelPartialOutputRepresentation_SemanticModelPartialOutputRepresentation>;
|
|
41
|
+
nextPageUrl?: string | null;
|
|
42
|
+
previousPageUrl?: string | null;
|
|
43
|
+
total: number | null;
|
|
44
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 = "d37232c3af7c08006acfa7eee696066d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelInputRepresentation, existing: SemanticModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelInputRepresentationNormalized, incoming: SemanticModelInputRepresentationNormalized): 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: SemanticModelInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for creating semantic model
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelInputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** App to which the Semantic Model belongs. */
|
|
20
|
+
app: string | null;
|
|
21
|
+
/** App to which the Semantic Model belongs. */
|
|
22
|
+
baseModels: Array<{}>;
|
|
23
|
+
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
24
|
+
categories: Array<string>;
|
|
25
|
+
/** An optional dataspace in which the entity is located. */
|
|
26
|
+
dataspace: string | null;
|
|
27
|
+
/** An optional description of the semantic entity. */
|
|
28
|
+
description: string | null;
|
|
29
|
+
/** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
|
|
30
|
+
label: string | null;
|
|
31
|
+
/** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
32
|
+
queryUnrelatedDataObjects: string;
|
|
33
|
+
/** Semantic calculated dimensions within the model. */
|
|
34
|
+
semanticCalculatedDimensions: Array<{}>;
|
|
35
|
+
/** Semantic calculated measurements within the model. */
|
|
36
|
+
semanticCalculatedMeasurements: Array<{}>;
|
|
37
|
+
/** Semantic data objects within the model. */
|
|
38
|
+
semanticDataObjects: Array<{}>;
|
|
39
|
+
/** Semantic logical views within the model. */
|
|
40
|
+
semanticLogicalViews: Array<{}>;
|
|
41
|
+
/** Semantic metrics within the model. */
|
|
42
|
+
semanticMetrics: Array<{}>;
|
|
43
|
+
/** Semantic parameters within the model. */
|
|
44
|
+
semanticParameters: Array<{}>;
|
|
45
|
+
/** Semantic relationships within the model. */
|
|
46
|
+
semanticRelationships: Array<{}>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Input representation for creating semantic model
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface SemanticModelInputRepresentation {
|
|
55
|
+
apiName: string;
|
|
56
|
+
app: string | null;
|
|
57
|
+
baseModels: Array<{}>;
|
|
58
|
+
categories: Array<string>;
|
|
59
|
+
dataspace: string | null;
|
|
60
|
+
description: string | null;
|
|
61
|
+
label: string | null;
|
|
62
|
+
queryUnrelatedDataObjects: string;
|
|
63
|
+
semanticCalculatedDimensions: Array<{}>;
|
|
64
|
+
semanticCalculatedMeasurements: Array<{}>;
|
|
65
|
+
semanticDataObjects: Array<{}>;
|
|
66
|
+
semanticLogicalViews: Array<{}>;
|
|
67
|
+
semanticMetrics: Array<{}>;
|
|
68
|
+
semanticParameters: Array<{}>;
|
|
69
|
+
semanticRelationships: Array<{}>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
|
|
2
|
+
import { SemanticCalculatedDimensionOutputRepresentation as SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from './SemanticCalculatedDimensionOutputRepresentation';
|
|
3
|
+
import { SemanticCalculatedMeasurementOutputRepresentation as SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from './SemanticCalculatedMeasurementOutputRepresentation';
|
|
4
|
+
import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
|
|
5
|
+
import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation } from './SemanticLogicalViewOutputRepresentation';
|
|
6
|
+
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
7
|
+
import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
|
|
8
|
+
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
9
|
+
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
10
|
+
export declare const VERSION = "6238eb1609099d2b98488cf69ff5578a";
|
|
11
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
|
+
export declare const RepresentationType: string;
|
|
13
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
14
|
+
name: string;
|
|
15
|
+
}
|
|
16
|
+
export type SemanticModelOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export type PartialSemanticModelOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticModelOutputRepresentationNormalizedKeyMetadata;
|
|
20
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticModelOutputRepresentation): string;
|
|
21
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticModelOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
22
|
+
export declare function normalize(input: SemanticModelOutputRepresentation, existing: SemanticModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelOutputRepresentationNormalized;
|
|
23
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
24
|
+
export declare function equals(existing: SemanticModelOutputRepresentationNormalized, incoming: SemanticModelOutputRepresentationNormalized): boolean;
|
|
25
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
26
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
27
|
+
/**
|
|
28
|
+
* The output representation of a specific semantic model.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* name (string): apiName
|
|
32
|
+
*/
|
|
33
|
+
export interface SemanticModelOutputRepresentationNormalized {
|
|
34
|
+
/** The API name of the semantic entity. */
|
|
35
|
+
apiName: string;
|
|
36
|
+
/** App to which the Semantic Model belongs. */
|
|
37
|
+
app?: string | null;
|
|
38
|
+
/** List of base models, the current model is extending. */
|
|
39
|
+
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
40
|
+
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
41
|
+
categories?: Array<string>;
|
|
42
|
+
/** The user who created the semantic entity. */
|
|
43
|
+
createdBy: string;
|
|
44
|
+
/** The date in which the semantic entity was created. */
|
|
45
|
+
createdDate: string;
|
|
46
|
+
/** Required. Dataspace in which the Semantic Model is located. */
|
|
47
|
+
dataspace: string | null;
|
|
48
|
+
/** The Description of the semantic entity. */
|
|
49
|
+
description?: string | null;
|
|
50
|
+
/** The object ID of the semantic entity. */
|
|
51
|
+
id: string;
|
|
52
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
53
|
+
label: string | null;
|
|
54
|
+
/** The user who last modified the semantic entity. */
|
|
55
|
+
lastModifiedBy?: string | null;
|
|
56
|
+
/** The date in which the semantic entity was last modified. */
|
|
57
|
+
lastModifiedDate?: string | null;
|
|
58
|
+
/** The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
59
|
+
queryUnrelatedDataObjects?: string;
|
|
60
|
+
/** The semantic calculated dimensions belonging to this model. */
|
|
61
|
+
semanticCalculatedDimensions?: Array<SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>;
|
|
62
|
+
/** The URL that references the Semantic Calculated Dimensions. */
|
|
63
|
+
semanticCalculatedDimensionsUrl?: string | null;
|
|
64
|
+
/** The semantic calculated measurements belonging to this model. */
|
|
65
|
+
semanticCalculatedMeasurements?: Array<SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>;
|
|
66
|
+
/** The URL that references the Semantic Calculated Measurements. */
|
|
67
|
+
semanticCalculatedMeasurementsUrl?: string | null;
|
|
68
|
+
/** The list of semantic data objects belonging to the semantic model. */
|
|
69
|
+
semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
70
|
+
/** The URL that references the Semantic Data Objects. */
|
|
71
|
+
semanticDataObjectsUrl?: string | null;
|
|
72
|
+
/** The semantic logical views belonging to this model. */
|
|
73
|
+
semanticLogicalViews?: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
|
|
74
|
+
/** The semantic metrics belonging to this model. */
|
|
75
|
+
semanticMetrics?: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
|
|
76
|
+
/** The list of parameters belonging to the semantic model. */
|
|
77
|
+
semanticParameters?: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
|
|
78
|
+
/** The URL that references the Semantic Parameters. */
|
|
79
|
+
semanticParametersUrl?: string | null;
|
|
80
|
+
/** The list of relationships belonging to the semantic model. */
|
|
81
|
+
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
82
|
+
/** The URL that references the Semantic Relationships. */
|
|
83
|
+
semanticRelationshipsUrl?: string | null;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* The output representation of a specific semantic model.
|
|
87
|
+
*
|
|
88
|
+
* Keys:
|
|
89
|
+
* name (string): apiName
|
|
90
|
+
*/
|
|
91
|
+
export interface SemanticModelOutputRepresentation {
|
|
92
|
+
apiName: string;
|
|
93
|
+
app?: string | null;
|
|
94
|
+
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
95
|
+
categories?: Array<string>;
|
|
96
|
+
createdBy: string;
|
|
97
|
+
createdDate: string;
|
|
98
|
+
dataspace: string | null;
|
|
99
|
+
description?: string | null;
|
|
100
|
+
id: string;
|
|
101
|
+
label: string | null;
|
|
102
|
+
lastModifiedBy?: string | null;
|
|
103
|
+
lastModifiedDate?: string | null;
|
|
104
|
+
queryUnrelatedDataObjects?: string;
|
|
105
|
+
semanticCalculatedDimensions?: Array<SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>;
|
|
106
|
+
semanticCalculatedDimensionsUrl?: string | null;
|
|
107
|
+
semanticCalculatedMeasurements?: Array<SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>;
|
|
108
|
+
semanticCalculatedMeasurementsUrl?: string | null;
|
|
109
|
+
semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
110
|
+
semanticDataObjectsUrl?: string | null;
|
|
111
|
+
semanticLogicalViews?: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
|
|
112
|
+
semanticMetrics?: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
|
|
113
|
+
semanticParameters?: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
|
|
114
|
+
semanticParametersUrl?: string | null;
|
|
115
|
+
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
116
|
+
semanticRelationshipsUrl?: string | null;
|
|
117
|
+
}
|
|
@@ -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 = "33deca577ecbd455999174f494f7e9a3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelPartialInputRepresentation, existing: SemanticModelPartialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPartialInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelPartialInputRepresentationNormalized, incoming: SemanticModelPartialInputRepresentationNormalized): 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: SemanticModelPartialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Limited input representation for patching semantic model
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelPartialInputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** App to which the Semantic Model belongs. */
|
|
20
|
+
app: string | null;
|
|
21
|
+
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
22
|
+
categories: Array<string>;
|
|
23
|
+
/** An optional dataspace in which the entity is located. */
|
|
24
|
+
dataspace: string | null;
|
|
25
|
+
/** An optional description of the semantic entity. */
|
|
26
|
+
description: string | null;
|
|
27
|
+
/** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
|
|
28
|
+
label: string | null;
|
|
29
|
+
/** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
30
|
+
queryUnrelatedDataObjects: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Limited input representation for patching semantic model
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface SemanticModelPartialInputRepresentation {
|
|
39
|
+
apiName: string;
|
|
40
|
+
app: string | null;
|
|
41
|
+
categories: Array<string>;
|
|
42
|
+
dataspace: string | null;
|
|
43
|
+
description: string | null;
|
|
44
|
+
label: string | null;
|
|
45
|
+
queryUnrelatedDataObjects: string;
|
|
46
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
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 = "95c8802fb610fc9f0f94dba2098b4473";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelPartialOutputRepresentation, existing: SemanticModelPartialOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPartialOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelPartialOutputRepresentationNormalized, incoming: SemanticModelPartialOutputRepresentationNormalized): 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: SemanticModelPartialOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The output representation of a partial semantic model.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelPartialOutputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** App to which the Semantic Model belongs. */
|
|
20
|
+
app?: string | null;
|
|
21
|
+
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
22
|
+
categories?: Array<string>;
|
|
23
|
+
/** The user who created the semantic entity. */
|
|
24
|
+
createdBy: string;
|
|
25
|
+
/** The date in which the semantic entity was created. */
|
|
26
|
+
createdDate: string;
|
|
27
|
+
/** Required. Dataspace in which the Semantic Model is located. */
|
|
28
|
+
dataspace: string | null;
|
|
29
|
+
/** The Description of the semantic entity. */
|
|
30
|
+
description?: string | null;
|
|
31
|
+
/** The object ID of the semantic entity. */
|
|
32
|
+
id: string;
|
|
33
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
34
|
+
label: string | null;
|
|
35
|
+
/** The user who last modified the semantic entity. */
|
|
36
|
+
lastModifiedBy?: string | null;
|
|
37
|
+
/** The date in which the semantic entity was last modified. */
|
|
38
|
+
lastModifiedDate?: string | null;
|
|
39
|
+
/** The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
40
|
+
queryUnrelatedDataObjects?: string;
|
|
41
|
+
/** The URL that references the Semantic Calculated Dimensions. */
|
|
42
|
+
semanticCalculatedDimensionsUrl?: string | null;
|
|
43
|
+
/** The URL that references the Semantic Calculated Measurements. */
|
|
44
|
+
semanticCalculatedMeasurementsUrl?: string | null;
|
|
45
|
+
/** The URL that references the Semantic Data Objects. */
|
|
46
|
+
semanticDataObjectsUrl?: string | null;
|
|
47
|
+
/** The URL that references the Semantic Parameters. */
|
|
48
|
+
semanticParametersUrl?: string | null;
|
|
49
|
+
/** The URL that references the Semantic Relationships. */
|
|
50
|
+
semanticRelationshipsUrl?: string | null;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* The output representation of a partial semantic model.
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* (none)
|
|
57
|
+
*/
|
|
58
|
+
export interface SemanticModelPartialOutputRepresentation {
|
|
59
|
+
apiName: string;
|
|
60
|
+
app?: string | null;
|
|
61
|
+
categories?: Array<string>;
|
|
62
|
+
createdBy: string;
|
|
63
|
+
createdDate: string;
|
|
64
|
+
dataspace: string | null;
|
|
65
|
+
description?: string | null;
|
|
66
|
+
id: string;
|
|
67
|
+
label: string | null;
|
|
68
|
+
lastModifiedBy?: string | null;
|
|
69
|
+
lastModifiedDate?: string | null;
|
|
70
|
+
queryUnrelatedDataObjects?: string;
|
|
71
|
+
semanticCalculatedDimensionsUrl?: string | null;
|
|
72
|
+
semanticCalculatedMeasurementsUrl?: string | null;
|
|
73
|
+
semanticDataObjectsUrl?: string | null;
|
|
74
|
+
semanticParametersUrl?: string | null;
|
|
75
|
+
semanticRelationshipsUrl?: string | null;
|
|
76
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
|
|
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 = "d857a84e0861b5a5c0b7c34b375a5717";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticParameterCollectionOutputRepresentation, existing: SemanticParameterCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterCollectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticParameterCollectionOutputRepresentationNormalized, incoming: SemanticParameterCollectionOutputRepresentationNormalized): 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: SemanticParameterCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Semantic parameter collection representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticParameterCollectionOutputRepresentationNormalized {
|
|
18
|
+
/** A list of semantic items. */
|
|
19
|
+
items: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Semantic parameter collection representation.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SemanticParameterCollectionOutputRepresentation {
|
|
28
|
+
items: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 = "400631a604caf6b8fab6fe261ed47b33";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterInputRepresentation, existing: SemanticParameterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterInputRepresentationNormalized, incoming: SemanticParameterInputRepresentationNormalized): 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: SemanticParameterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for creating a semantic parameter
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterInputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The data type of the semantic parameter. */
|
|
20
|
+
dataType: string;
|
|
21
|
+
/** An optional dataspace in which the entity is located. */
|
|
22
|
+
dataspace: string | null;
|
|
23
|
+
/** The default value of the semantic parameter. */
|
|
24
|
+
defaultValue: string | null;
|
|
25
|
+
/** An optional description of the semantic entity. */
|
|
26
|
+
description: string | null;
|
|
27
|
+
/** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
|
|
28
|
+
label: string | null;
|
|
29
|
+
/** The maximum value range of the semantic parameter. */
|
|
30
|
+
maxValue: string | null;
|
|
31
|
+
/** The minimum value range of the semantic parameter. */
|
|
32
|
+
minValue: string | null;
|
|
33
|
+
/** The step size range of the semantic parameter. */
|
|
34
|
+
stepSize: string | null;
|
|
35
|
+
/** The semantic parameter type. */
|
|
36
|
+
type: string;
|
|
37
|
+
/** The list values of the semantic parameter. */
|
|
38
|
+
values: Array<string>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Input representation for creating a semantic parameter
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface SemanticParameterInputRepresentation {
|
|
47
|
+
apiName: string;
|
|
48
|
+
dataType: string;
|
|
49
|
+
dataspace: string | null;
|
|
50
|
+
defaultValue: string | null;
|
|
51
|
+
description: string | null;
|
|
52
|
+
label: string | null;
|
|
53
|
+
maxValue: string | null;
|
|
54
|
+
minValue: string | null;
|
|
55
|
+
stepSize: string | null;
|
|
56
|
+
type: string;
|
|
57
|
+
values: Array<string>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 = "442247cb49454990440ef77777be194b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterOutputRepresentation, existing: SemanticParameterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterOutputRepresentationNormalized, incoming: SemanticParameterOutputRepresentationNormalized): 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: SemanticParameterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* A semantic parameter.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterOutputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The user who created the semantic entity. */
|
|
20
|
+
createdBy: string;
|
|
21
|
+
/** The date in which the semantic entity was created. */
|
|
22
|
+
createdDate: string;
|
|
23
|
+
/** The data type of the semantic parameter. */
|
|
24
|
+
dataType: string;
|
|
25
|
+
/** The default value of the semantic parameter. */
|
|
26
|
+
defaultValue?: string | null;
|
|
27
|
+
/** The Description of the semantic entity. */
|
|
28
|
+
description?: string | null;
|
|
29
|
+
/** The object ID of the semantic entity. */
|
|
30
|
+
id: string;
|
|
31
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
32
|
+
label: string | null;
|
|
33
|
+
/** The user who last modified the semantic entity. */
|
|
34
|
+
lastModifiedBy?: string | null;
|
|
35
|
+
/** The date in which the semantic entity was last modified. */
|
|
36
|
+
lastModifiedDate?: string | null;
|
|
37
|
+
/** The maximum value range of the semantic parameter. */
|
|
38
|
+
maxValue?: string | null;
|
|
39
|
+
/** The minimum value range of the semantic parameter. */
|
|
40
|
+
minValue?: string | null;
|
|
41
|
+
/** The step size range of the semantic parameter. */
|
|
42
|
+
stepSize?: string | null;
|
|
43
|
+
/** The semantic parameter type. */
|
|
44
|
+
type: string;
|
|
45
|
+
/** The list values of the semantic parameter. */
|
|
46
|
+
values?: Array<string>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* A semantic parameter.
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface SemanticParameterOutputRepresentation {
|
|
55
|
+
apiName: string;
|
|
56
|
+
createdBy: string;
|
|
57
|
+
createdDate: string;
|
|
58
|
+
dataType: string;
|
|
59
|
+
defaultValue?: string | null;
|
|
60
|
+
description?: string | null;
|
|
61
|
+
id: string;
|
|
62
|
+
label: string | null;
|
|
63
|
+
lastModifiedBy?: string | null;
|
|
64
|
+
lastModifiedDate?: string | null;
|
|
65
|
+
maxValue?: string | null;
|
|
66
|
+
minValue?: string | null;
|
|
67
|
+
stepSize?: string | null;
|
|
68
|
+
type: string;
|
|
69
|
+
values?: Array<string>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
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 = "ea0b67b5e8ad1b3655c249600fb03c29";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticRelationshipCollectionOutputRepresentation, existing: SemanticRelationshipCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipCollectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticRelationshipCollectionOutputRepresentationNormalized, incoming: SemanticRelationshipCollectionOutputRepresentationNormalized): 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: SemanticRelationshipCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Semantic relationship collection representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticRelationshipCollectionOutputRepresentationNormalized {
|
|
18
|
+
/** A list of semantic items. */
|
|
19
|
+
items: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Semantic relationship collection representation.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SemanticRelationshipCollectionOutputRepresentation {
|
|
28
|
+
items: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
29
|
+
}
|