@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.
Files changed (89) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cdp-semantic-authoring.js +4502 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getSemanticModels.d.ts +33 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -0
  8. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModels.d.ts +21 -0
  9. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +20 -0
  10. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
  11. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +18 -0
  12. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
  13. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +16 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +17 -0
  17. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
  18. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +17 -0
  19. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
  20. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +16 -0
  22. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrId.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +16 -0
  25. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +16 -0
  27. package/dist/es/es2018/types/src/generated/types/SemanticAuthoringErrorOutputRepresentation.d.ts +40 -0
  28. package/dist/es/es2018/types/src/generated/types/SemanticBaseModelInputRepresentation.d.ts +28 -0
  29. package/dist/es/es2018/types/src/generated/types/SemanticBaseModelOutputRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionCollectionOutputRepresentation.d.ts +29 -0
  31. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +67 -0
  32. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +80 -0
  33. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementCollectionOutputRepresentation.d.ts +29 -0
  34. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +76 -0
  35. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +92 -0
  36. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionInputRepresentation.d.ts +28 -0
  37. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +29 -0
  38. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceInputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectFieldReferenceOutputRepresentation.d.ts +31 -0
  40. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +61 -0
  41. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +82 -0
  42. package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionInputRepresentation.d.ts +28 -0
  43. package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +35 -0
  45. package/dist/es/es2018/types/src/generated/types/SemanticDependencyInputRepresentation.d.ts +31 -0
  46. package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +34 -0
  47. package/dist/es/es2018/types/src/generated/types/SemanticDimensionCollectionOutputRepresentation.d.ts +29 -0
  48. package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +58 -0
  49. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +70 -0
  50. package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceInputRepresentation.d.ts +31 -0
  51. package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceOutputRepresentation.d.ts +32 -0
  52. package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +34 -0
  53. package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +34 -0
  54. package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionInputRepresentation.d.ts +31 -0
  55. package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionOutputRepresentation.d.ts +32 -0
  56. package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeInputRepresentation.d.ts +31 -0
  57. package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeOutputRepresentation.d.ts +31 -0
  58. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +40 -0
  59. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +43 -0
  60. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewCollectionOutputRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +49 -0
  62. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +64 -0
  63. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +43 -0
  64. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementCollectionOutputRepresentation.d.ts +29 -0
  65. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +64 -0
  66. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +79 -0
  67. package/dist/es/es2018/types/src/generated/types/SemanticMetricCollectionOutputRepresentation.d.ts +29 -0
  68. package/dist/es/es2018/types/src/generated/types/SemanticMetricInputRepresentation.d.ts +58 -0
  69. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +73 -0
  70. package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts +44 -0
  71. package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +70 -0
  72. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +117 -0
  73. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +46 -0
  74. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +76 -0
  75. package/dist/es/es2018/types/src/generated/types/SemanticParameterCollectionOutputRepresentation.d.ts +29 -0
  76. package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +58 -0
  77. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +70 -0
  78. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCollectionOutputRepresentation.d.ts +29 -0
  79. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaInputRepresentation.d.ts +31 -0
  80. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaOutputRepresentation.d.ts +31 -0
  81. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipInputRepresentation.d.ts +58 -0
  82. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +71 -0
  83. package/dist/es/es2018/types/src/generated/types/SemanticValidationOutputRepresentation.d.ts +38 -0
  84. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  85. package/package.json +66 -0
  86. package/sfdc/index.d.ts +1 -0
  87. package/sfdc/index.js +4584 -0
  88. package/src/raml/api.raml +2307 -0
  89. package/src/raml/luvio.raml +32 -0
@@ -0,0 +1,32 @@
1
+ import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
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 = "a50848c632bb205d5e910bb726d9219e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticIdentifyingDimensionOutputRepresentation, existing: SemanticIdentifyingDimensionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticIdentifyingDimensionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticIdentifyingDimensionOutputRepresentationNormalized, incoming: SemanticIdentifyingDimensionOutputRepresentationNormalized): 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: SemanticIdentifyingDimensionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The output representation for a relationship between an identifier and a name for a specific dimension.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticIdentifyingDimensionOutputRepresentationNormalized {
18
+ /** Provides the identifier of the dimension */
19
+ identifierDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
20
+ /** Provides the naming for the identified dimension */
21
+ namingDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
22
+ }
23
+ /**
24
+ * The output representation for a relationship between an identifier and a name for a specific dimension.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SemanticIdentifyingDimensionOutputRepresentation {
30
+ identifierDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
31
+ namingDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
32
+ }
@@ -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 = "0f481cb442f5d9a7faff12259692ba5a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticInsightTypeInputRepresentation, existing: SemanticInsightTypeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticInsightTypeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticInsightTypeInputRepresentationNormalized, incoming: SemanticInsightTypeInputRepresentationNormalized): 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: SemanticInsightTypeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for insight type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticInsightTypeInputRepresentationNormalized {
17
+ /** Indicates whether insight type is enabled. */
18
+ enabled: boolean | null;
19
+ /** Insight type */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Input representation for insight type
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticInsightTypeInputRepresentation {
29
+ enabled: boolean | null;
30
+ type: string;
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 = "17b3627ed32ce14cf094b612f904868c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticInsightTypeOutputRepresentation, existing: SemanticInsightTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticInsightTypeOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticInsightTypeOutputRepresentationNormalized, incoming: SemanticInsightTypeOutputRepresentationNormalized): 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: SemanticInsightTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for insight type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticInsightTypeOutputRepresentationNormalized {
17
+ /** Indicates whether insight type is enabled. */
18
+ enabled?: boolean | null;
19
+ /** Insight type */
20
+ type?: string;
21
+ }
22
+ /**
23
+ * Output representation for insight type
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticInsightTypeOutputRepresentation {
29
+ enabled?: boolean | null;
30
+ type?: string;
31
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "3f77cd32fb793669b76fe5f8a14423aa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticInsightsSettingsInputRepresentation, existing: SemanticInsightsSettingsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticInsightsSettingsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticInsightsSettingsInputRepresentationNormalized, incoming: SemanticInsightsSettingsInputRepresentationNormalized): 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: SemanticInsightsSettingsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for metrics insights settings
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticInsightsSettingsInputRepresentationNormalized {
17
+ /** Dimensions that uniquely identify a row in the dataset */
18
+ identifyingDimension: {};
19
+ /** Insight types allowed */
20
+ insightTypes: Array<{}>;
21
+ /** Dimensions for evaluation */
22
+ insightsDimensionsReferences: Array<{}>;
23
+ /** Uses a plural noun to represent units. */
24
+ pluralNoun: string | null;
25
+ /** Uses a singular noun to represent units. */
26
+ singularNoun: string | null;
27
+ }
28
+ /**
29
+ * Input representation for metrics insights settings
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SemanticInsightsSettingsInputRepresentation {
35
+ identifyingDimension: {};
36
+ insightTypes: Array<{}>;
37
+ insightsDimensionsReferences: Array<{}>;
38
+ pluralNoun: string | null;
39
+ singularNoun: string | null;
40
+ }
@@ -0,0 +1,43 @@
1
+ import { SemanticIdentifyingDimensionOutputRepresentation as SemanticIdentifyingDimensionOutputRepresentation_SemanticIdentifyingDimensionOutputRepresentation } from './SemanticIdentifyingDimensionOutputRepresentation';
2
+ import { SemanticInsightTypeOutputRepresentation as SemanticInsightTypeOutputRepresentation_SemanticInsightTypeOutputRepresentation } from './SemanticInsightTypeOutputRepresentation';
3
+ import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
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 = "fa7fce3f52560f7be73634e0fd800f69";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SemanticInsightsSettingsOutputRepresentation, existing: SemanticInsightsSettingsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticInsightsSettingsOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SemanticInsightsSettingsOutputRepresentationNormalized, incoming: SemanticInsightsSettingsOutputRepresentationNormalized): 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: SemanticInsightsSettingsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Output representation for metrics insights settings
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SemanticInsightsSettingsOutputRepresentationNormalized {
20
+ /** Dimensions that uniquely identify a row in the dataset */
21
+ identifyingDimension?: SemanticIdentifyingDimensionOutputRepresentation_SemanticIdentifyingDimensionOutputRepresentation;
22
+ /** Insight types allowed */
23
+ insightTypes?: Array<SemanticInsightTypeOutputRepresentation_SemanticInsightTypeOutputRepresentation>;
24
+ /** Dimensions for evaluation */
25
+ insightsDimensionsReferences?: Array<SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation>;
26
+ /** Uses a plural noun to represent units. */
27
+ pluralNoun?: string | null;
28
+ /** Uses a singular noun to represent units. */
29
+ singularNoun?: string | null;
30
+ }
31
+ /**
32
+ * Output representation for metrics insights settings
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface SemanticInsightsSettingsOutputRepresentation {
38
+ identifyingDimension?: SemanticIdentifyingDimensionOutputRepresentation_SemanticIdentifyingDimensionOutputRepresentation;
39
+ insightTypes?: Array<SemanticInsightTypeOutputRepresentation_SemanticInsightTypeOutputRepresentation>;
40
+ insightsDimensionsReferences?: Array<SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation>;
41
+ pluralNoun?: string | null;
42
+ singularNoun?: string | null;
43
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation } from './SemanticLogicalViewOutputRepresentation';
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 = "7367e9fd0a0c8e37e9955ddab5cdfbe4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticLogicalViewCollectionOutputRepresentation, existing: SemanticLogicalViewCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticLogicalViewCollectionOutputRepresentationNormalized, incoming: SemanticLogicalViewCollectionOutputRepresentationNormalized): 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: SemanticLogicalViewCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A representation of a collection of semantic logical views.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticLogicalViewCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
20
+ }
21
+ /**
22
+ * A representation of a collection of semantic logical views.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticLogicalViewCollectionOutputRepresentation {
28
+ items: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
29
+ }
@@ -0,0 +1,49 @@
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 = "a556ecdf222a1fbeaca5e8e1c4a5bb09";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticLogicalViewInputRepresentation, existing: SemanticLogicalViewInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticLogicalViewInputRepresentationNormalized, incoming: SemanticLogicalViewInputRepresentationNormalized): 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: SemanticLogicalViewInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic logical view
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticLogicalViewInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** An optional dataspace in which the entity is located. */
20
+ dataspace: string | null;
21
+ /** An optional description of the semantic entity. */
22
+ description: string | null;
23
+ /** The logic for generating a filter based on the list of filters. */
24
+ filterLogic: string | null;
25
+ /** The list of filters to be used as building blocks for the filter logic. */
26
+ filters: Array<{}>;
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 semantic data objects within the logical view. */
30
+ semanticDataObjects: Array<{}>;
31
+ /** Represents the possible joins within the logical view. */
32
+ semanticRelationships: Array<{}>;
33
+ }
34
+ /**
35
+ * Input representation for creating a semantic logical view
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface SemanticLogicalViewInputRepresentation {
41
+ apiName: string;
42
+ dataspace: string | null;
43
+ description: string | null;
44
+ filterLogic: string | null;
45
+ filters: Array<{}>;
46
+ label: string | null;
47
+ semanticDataObjects: Array<{}>;
48
+ semanticRelationships: Array<{}>;
49
+ }
@@ -0,0 +1,64 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
+ import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
3
+ import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
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 = "a64ebec0737aa5979459f9802d86c492";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SemanticLogicalViewOutputRepresentation, existing: SemanticLogicalViewOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SemanticLogicalViewOutputRepresentationNormalized, incoming: SemanticLogicalViewOutputRepresentationNormalized): 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: SemanticLogicalViewOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * A semantic logical view.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SemanticLogicalViewOutputRepresentationNormalized {
20
+ /** The API name of the semantic entity. */
21
+ apiName: string;
22
+ /** The user who created the semantic entity. */
23
+ createdBy: string;
24
+ /** The date in which the semantic entity was created. */
25
+ createdDate: string;
26
+ /** The Description of the semantic entity. */
27
+ description?: string | null;
28
+ /** The logic expression for generating a filter based on the list of filters. */
29
+ filterLogic?: string | null;
30
+ /** The list of filters to be used as building blocks for the filter logic. */
31
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
32
+ /** The object ID of the semantic entity. */
33
+ id: string;
34
+ /** The display name of the semantic entity to be used in the ui. */
35
+ label: string | null;
36
+ /** The user who last modified the semantic entity. */
37
+ lastModifiedBy?: string | null;
38
+ /** The date in which the semantic entity was last modified. */
39
+ lastModifiedDate?: string | null;
40
+ /** The list of the referenced semantic data objects. */
41
+ semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
42
+ /** The list of the referenced semantic relationships. */
43
+ semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
44
+ }
45
+ /**
46
+ * A semantic logical view.
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface SemanticLogicalViewOutputRepresentation {
52
+ apiName: string;
53
+ createdBy: string;
54
+ createdDate: string;
55
+ description?: string | null;
56
+ filterLogic?: string | null;
57
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
58
+ id: string;
59
+ label: string | null;
60
+ lastModifiedBy?: string | null;
61
+ lastModifiedDate?: string | null;
62
+ semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
63
+ semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
64
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "4c8c17122e71ce6804834dc746528348";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticLogicalViewPartialInputRepresentation, existing: SemanticLogicalViewPartialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewPartialInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticLogicalViewPartialInputRepresentationNormalized, incoming: SemanticLogicalViewPartialInputRepresentationNormalized): 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: SemanticLogicalViewPartialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Limited input representation for patching a semantic logical view
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticLogicalViewPartialInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** An optional dataspace in which the entity is located. */
20
+ dataspace: string | null;
21
+ /** An optional description of the semantic entity. */
22
+ description: string | null;
23
+ /** The logic for generating a filter based on the list of filters. */
24
+ filterLogic: string | null;
25
+ /** The list of filters to be used as building blocks for the filter logic. */
26
+ filters: Array<{}>;
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
+ }
30
+ /**
31
+ * Limited input representation for patching a semantic logical view
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticLogicalViewPartialInputRepresentation {
37
+ apiName: string;
38
+ dataspace: string | null;
39
+ description: string | null;
40
+ filterLogic: string | null;
41
+ filters: Array<{}>;
42
+ label: string | null;
43
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
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 = "4295e05fa7d6875342d585ade3bf3259";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticMeasurementCollectionOutputRepresentation, existing: SemanticMeasurementCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticMeasurementCollectionOutputRepresentationNormalized, incoming: SemanticMeasurementCollectionOutputRepresentationNormalized): 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: SemanticMeasurementCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Semantic measurement collection representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticMeasurementCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Semantic measurement collection representation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticMeasurementCollectionOutputRepresentation {
28
+ items: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
29
+ }
@@ -0,0 +1,64 @@
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 = "46b999ff33ca91d351ecf03e9ce5376a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticMeasurementInputRepresentation, existing: SemanticMeasurementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticMeasurementInputRepresentationNormalized, incoming: SemanticMeasurementInputRepresentationNormalized): 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: SemanticMeasurementInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic measurement
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticMeasurementInputRepresentationNormalized {
17
+ /** A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg, and None. */
18
+ aggregationType: string;
19
+ /** The API name of the semantic entity. */
20
+ apiName: string;
21
+ /** The API name of the referenced data object measurement. */
22
+ dataObjectFieldName: string | null;
23
+ /** Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
24
+ dataType: string;
25
+ /** An optional dataspace in which the entity is located. */
26
+ dataspace: string | null;
27
+ /** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field. */
28
+ decimalPlace: number | null;
29
+ /** An optional description of the semantic entity. */
30
+ description: string | null;
31
+ /** Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
32
+ directionality: string;
33
+ /** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
34
+ displayCategory: string;
35
+ /** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
36
+ isVisible: boolean | null;
37
+ /** 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. */
38
+ label: string | null;
39
+ /** Should we treat null values as zeros? */
40
+ shouldTreatNullsAsZeros: boolean | null;
41
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
42
+ sortOrder: string;
43
+ }
44
+ /**
45
+ * Input representation for creating a semantic measurement
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface SemanticMeasurementInputRepresentation {
51
+ aggregationType: string;
52
+ apiName: string;
53
+ dataObjectFieldName: string | null;
54
+ dataType: string;
55
+ dataspace: string | null;
56
+ decimalPlace: number | null;
57
+ description: string | null;
58
+ directionality: string;
59
+ displayCategory: string;
60
+ isVisible: boolean | null;
61
+ label: string | null;
62
+ shouldTreatNullsAsZeros: boolean | null;
63
+ sortOrder: string;
64
+ }
@@ -0,0 +1,79 @@
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 = "04258917d0aa599e280cde52a47a98ef";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticMeasurementOutputRepresentation, existing: SemanticMeasurementOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticMeasurementOutputRepresentationNormalized, incoming: SemanticMeasurementOutputRepresentationNormalized): 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: SemanticMeasurementOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A semantic measurement.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticMeasurementOutputRepresentationNormalized {
17
+ /** A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None. */
18
+ aggregationType?: string;
19
+ /** The API name of the semantic entity. */
20
+ apiName: string;
21
+ /** The user who created the semantic entity. */
22
+ createdBy: string;
23
+ /** The date in which the semantic entity was created. */
24
+ createdDate: string;
25
+ /** The API name of the referenced data object measurement. */
26
+ dataObjectFieldName: string | null;
27
+ /** The type of data stored in specific fields within a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
28
+ dataType: string;
29
+ /** The number of decimal places to display */
30
+ decimalPlace?: number | null;
31
+ /** The Description of the semantic entity. */
32
+ description?: string | null;
33
+ /** Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
34
+ directionality?: string;
35
+ /** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
36
+ displayCategory?: string;
37
+ /** The object ID of the semantic entity. */
38
+ id: string;
39
+ /** Indicates if the measurement can be aggregated or not */
40
+ isAggregatable?: boolean | null;
41
+ /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
42
+ isVisible?: boolean | null;
43
+ /** The display name of the semantic entity to be used in the ui. */
44
+ label: string | null;
45
+ /** The user who last modified the semantic entity. */
46
+ lastModifiedBy?: string | null;
47
+ /** The date in which the semantic entity was last modified. */
48
+ lastModifiedDate?: string | null;
49
+ /** Should we treat nulls as zeros? */
50
+ shouldTreatNullsAsZeros: boolean | null;
51
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
52
+ sortOrder?: string;
53
+ }
54
+ /**
55
+ * A semantic measurement.
56
+ *
57
+ * Keys:
58
+ * (none)
59
+ */
60
+ export interface SemanticMeasurementOutputRepresentation {
61
+ aggregationType?: string;
62
+ apiName: string;
63
+ createdBy: string;
64
+ createdDate: string;
65
+ dataObjectFieldName: string | null;
66
+ dataType: string;
67
+ decimalPlace?: number | null;
68
+ description?: string | null;
69
+ directionality?: string;
70
+ displayCategory?: string;
71
+ id: string;
72
+ isAggregatable?: boolean | null;
73
+ isVisible?: boolean | null;
74
+ label: string | null;
75
+ lastModifiedBy?: string | null;
76
+ lastModifiedDate?: string | null;
77
+ shouldTreatNullsAsZeros: boolean | null;
78
+ sortOrder?: string;
79
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
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 = "68afadabd3e24c812688a29aa51f85ee";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticMetricCollectionOutputRepresentation, existing: SemanticMetricCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticMetricCollectionOutputRepresentationNormalized, incoming: SemanticMetricCollectionOutputRepresentationNormalized): 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: SemanticMetricCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Semantic metrics collection representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticMetricCollectionOutputRepresentationNormalized {
18
+ /** The list of semantic metrics. */
19
+ metrics: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Semantic metrics collection representation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticMetricCollectionOutputRepresentation {
28
+ metrics: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
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 = "8451d16a3e16e9ada7ba21df34e21ccd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticMetricInputRepresentation, existing: SemanticMetricInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticMetricInputRepresentationNormalized, incoming: SemanticMetricInputRepresentationNormalized): 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: SemanticMetricInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic metric
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticMetricInputRepresentationNormalized {
17
+ /** A list of dimension API names that can be used as filters. */
18
+ adjustableFilters: Array<{}>;
19
+ /** The API name of the semantic entity. */
20
+ apiName: string;
21
+ /** An optional dataspace in which the entity is located. */
22
+ dataspace: string | null;
23
+ /** An optional description of the semantic entity. */
24
+ description: string | null;
25
+ /** Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis (). */
26
+ filterLogic: string | null;
27
+ /** A list of filters to be used to create filter logic. */
28
+ filters: Array<{}>;
29
+ /** Settings for insightsSettings */
30
+ insightsSettings: {};
31
+ /** 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. */
32
+ label: string | null;
33
+ /** References a specific calculated measurement or field. */
34
+ measurementReference: {};
35
+ /** References a specific calculated time dimension or field. */
36
+ timeDimensionReference: {};
37
+ /** The time grain values allowed to be used. */
38
+ timeGrains: Array<string>;
39
+ }
40
+ /**
41
+ * Input representation for creating a semantic metric
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface SemanticMetricInputRepresentation {
47
+ adjustableFilters: Array<{}>;
48
+ apiName: string;
49
+ dataspace: string | null;
50
+ description: string | null;
51
+ filterLogic: string | null;
52
+ filters: Array<{}>;
53
+ insightsSettings: {};
54
+ label: string | null;
55
+ measurementReference: {};
56
+ timeDimensionReference: {};
57
+ timeGrains: Array<string>;
58
+ }