@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,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 = "fe138ac071739f6a19207eb4f9ef6fd5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticAuthoringErrorOutputRepresentation, existing: SemanticAuthoringErrorOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticAuthoringErrorOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticAuthoringErrorOutputRepresentationNormalized, incoming: SemanticAuthoringErrorOutputRepresentationNormalized): 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: SemanticAuthoringErrorOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Semantic Connect Exception
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticAuthoringErrorOutputRepresentationNormalized {
17
+ /** The detail message */
18
+ detailMessage: string | null;
19
+ /** The error category */
20
+ errorCategory: string | null;
21
+ /** The error sub category */
22
+ errorSubCategory: string | null;
23
+ /** The localized message */
24
+ localizedMessage: string | null;
25
+ /** The trace id */
26
+ traceId: string | null;
27
+ }
28
+ /**
29
+ * Semantic Connect Exception
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SemanticAuthoringErrorOutputRepresentation {
35
+ detailMessage: string | null;
36
+ errorCategory: string | null;
37
+ errorSubCategory: string | null;
38
+ localizedMessage: string | null;
39
+ traceId: string | null;
40
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "87e63bc87d1d6f918f6f6bef14c238ca";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticBaseModelInputRepresentation, existing: SemanticBaseModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticBaseModelInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticBaseModelInputRepresentationNormalized, incoming: SemanticBaseModelInputRepresentationNormalized): 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: SemanticBaseModelInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for base models
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticBaseModelInputRepresentationNormalized {
17
+ /** Api name of base model. */
18
+ apiName: string;
19
+ }
20
+ /**
21
+ * Input representation for base models
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticBaseModelInputRepresentation {
27
+ apiName: string;
28
+ }
@@ -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 = "e9ae7c3531e6dd805fbd77a43e94ec1a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticBaseModelOutputRepresentation, existing: SemanticBaseModelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticBaseModelOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticBaseModelOutputRepresentationNormalized, incoming: SemanticBaseModelOutputRepresentationNormalized): 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: SemanticBaseModelOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for base models
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticBaseModelOutputRepresentationNormalized {
17
+ /** Api name of base model. */
18
+ apiName: string;
19
+ /** Label of base model. */
20
+ label?: string | null;
21
+ }
22
+ /**
23
+ * Output representation for base models
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticBaseModelOutputRepresentation {
29
+ apiName: string;
30
+ label?: string | null;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticCalculatedDimensionOutputRepresentation as SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from './SemanticCalculatedDimensionOutputRepresentation';
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 = "3f4b30b5336506c169e7ec15de064b63";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticCalculatedDimensionCollectionOutputRepresentation, existing: SemanticCalculatedDimensionCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedDimensionCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticCalculatedDimensionCollectionOutputRepresentationNormalized, incoming: SemanticCalculatedDimensionCollectionOutputRepresentationNormalized): 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: SemanticCalculatedDimensionCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A collection of Semantic Calculated Dimensions.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticCalculatedDimensionCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items?: Array<SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>;
20
+ }
21
+ /**
22
+ * A collection of Semantic Calculated Dimensions.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticCalculatedDimensionCollectionOutputRepresentation {
28
+ items?: Array<SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>;
29
+ }
@@ -0,0 +1,67 @@
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 = "5f15ac56492be3e417cce421aaff6d7f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticCalculatedDimensionInputRepresentation, existing: SemanticCalculatedDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedDimensionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticCalculatedDimensionInputRepresentationNormalized, incoming: SemanticCalculatedDimensionInputRepresentationNormalized): 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: SemanticCalculatedDimensionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic calculated dimension
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticCalculatedDimensionInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** The type of the dimension. Optional, if not specified, will use the original data type from the dmo/cio field. */
20
+ dataType: string;
21
+ /** An optional dataspace in which the entity is located. */
22
+ dataspace: string | null;
23
+ /** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field. */
24
+ decimalPlace: number | null;
25
+ /** An optional description of the semantic entity. */
26
+ description: string | null;
27
+ /** 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. */
28
+ displayCategory: string;
29
+ /** Required. A formula that creates a new Semantic Calculated Dimension based on a calculation that uses raw data fields and calculated fields. */
30
+ expression: string | null;
31
+ /** Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis (). */
32
+ filterLogic: string | null;
33
+ /** A list of filters to be used to create filter logic. */
34
+ filters: Array<{}>;
35
+ /** Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode. */
36
+ geoRole: string;
37
+ /** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
38
+ isVisible: boolean | null;
39
+ /** 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. */
40
+ label: string | null;
41
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
42
+ sortOrder: string;
43
+ /** The syntax of the semantic expression. */
44
+ syntax: string;
45
+ }
46
+ /**
47
+ * Input representation for creating a semantic calculated dimension
48
+ *
49
+ * Keys:
50
+ * (none)
51
+ */
52
+ export interface SemanticCalculatedDimensionInputRepresentation {
53
+ apiName: string;
54
+ dataType: string;
55
+ dataspace: string | null;
56
+ decimalPlace: number | null;
57
+ description: string | null;
58
+ displayCategory: string;
59
+ expression: string | null;
60
+ filterLogic: string | null;
61
+ filters: Array<{}>;
62
+ geoRole: string;
63
+ isVisible: boolean | null;
64
+ label: string | null;
65
+ sortOrder: string;
66
+ syntax: string;
67
+ }
@@ -0,0 +1,80 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
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 = "592932a3b04369a9fb00de010cfffb35";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticCalculatedDimensionOutputRepresentation, existing: SemanticCalculatedDimensionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedDimensionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticCalculatedDimensionOutputRepresentationNormalized, incoming: SemanticCalculatedDimensionOutputRepresentationNormalized): 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: SemanticCalculatedDimensionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A semantic Calculated Dimension.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
18
+ /** The API name of the semantic entity. */
19
+ apiName: string;
20
+ /** The user who created the semantic entity. */
21
+ createdBy: string;
22
+ /** The date in which the semantic entity was created. */
23
+ createdDate: string;
24
+ /** The type of data stored in the Semantic Calculated Dimension. Valid values are Text, Date, DateTime, Image, Boolean, Geo and Number. */
25
+ dataType: string;
26
+ /** The number of decimal places to display */
27
+ decimalPlace?: number | null;
28
+ /** The Description of the semantic entity. */
29
+ description?: string | null;
30
+ /** 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. */
31
+ displayCategory?: string;
32
+ /** The semantic expressions for generating the calculation. */
33
+ expression?: string | null;
34
+ /** The logic expression for generating a filter based on the list of filters. */
35
+ filterLogic?: string | null;
36
+ /** A list of filters to be used to create filter logic. */
37
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
38
+ /** The subtype for the 'Geo' data type. only valid and required when the data type is 'Geo' */
39
+ geoRole?: string;
40
+ /** The object ID of the semantic entity. */
41
+ id: string;
42
+ /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
43
+ isVisible?: boolean | null;
44
+ /** The display name of the semantic entity to be used in the ui. */
45
+ label: string | null;
46
+ /** The user who last modified the semantic entity. */
47
+ lastModifiedBy?: string | null;
48
+ /** The date in which the semantic entity was last modified. */
49
+ lastModifiedDate?: string | null;
50
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
51
+ sortOrder?: string;
52
+ /** The syntax of the semantic expression. */
53
+ syntax?: string;
54
+ }
55
+ /**
56
+ * A semantic Calculated Dimension.
57
+ *
58
+ * Keys:
59
+ * (none)
60
+ */
61
+ export interface SemanticCalculatedDimensionOutputRepresentation {
62
+ apiName: string;
63
+ createdBy: string;
64
+ createdDate: string;
65
+ dataType: string;
66
+ decimalPlace?: number | null;
67
+ description?: string | null;
68
+ displayCategory?: string;
69
+ expression?: string | null;
70
+ filterLogic?: string | null;
71
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
72
+ geoRole?: string;
73
+ id: string;
74
+ isVisible?: boolean | null;
75
+ label: string | null;
76
+ lastModifiedBy?: string | null;
77
+ lastModifiedDate?: string | null;
78
+ sortOrder?: string;
79
+ syntax?: string;
80
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticCalculatedMeasurementOutputRepresentation as SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from './SemanticCalculatedMeasurementOutputRepresentation';
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 = "95d0b5c8b976117563f8d7bcc62f7d43";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticCalculatedMeasurementCollectionOutputRepresentation, existing: SemanticCalculatedMeasurementCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedMeasurementCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticCalculatedMeasurementCollectionOutputRepresentationNormalized, incoming: SemanticCalculatedMeasurementCollectionOutputRepresentationNormalized): 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: SemanticCalculatedMeasurementCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A collection of Semantic Calculated Measurements.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticCalculatedMeasurementCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items: Array<SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>;
20
+ }
21
+ /**
22
+ * A collection of Semantic Calculated Measurements.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticCalculatedMeasurementCollectionOutputRepresentation {
28
+ items: Array<SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>;
29
+ }
@@ -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 = "97f884954e776b483758e56a8a9dce36";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticCalculatedMeasurementInputRepresentation, existing: SemanticCalculatedMeasurementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedMeasurementInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticCalculatedMeasurementInputRepresentationNormalized, incoming: SemanticCalculatedMeasurementInputRepresentationNormalized): 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: SemanticCalculatedMeasurementInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic calculated measurement
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticCalculatedMeasurementInputRepresentationNormalized {
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
+ /** Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
22
+ dataType: string;
23
+ /** An optional dataspace in which the entity is located. */
24
+ dataspace: string | null;
25
+ /** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field. */
26
+ decimalPlace: number | null;
27
+ /** An optional description of the semantic entity. */
28
+ description: string | null;
29
+ /** 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). */
30
+ directionality: string;
31
+ /** 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. */
32
+ displayCategory: string;
33
+ /** The semantic expression of the semantic calculated measurement. */
34
+ expression: string | null;
35
+ /** Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis (). */
36
+ filterLogic: string | null;
37
+ /** A list of filters to be used to create filter logic. */
38
+ filters: Array<{}>;
39
+ /** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
40
+ isVisible: boolean | null;
41
+ /** 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. */
42
+ label: string | null;
43
+ /** Should we treat null values as zeros? */
44
+ shouldTreatNullsAsZeros: boolean | null;
45
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
46
+ sortOrder: string;
47
+ /** The syntax of the semantic expression. */
48
+ syntax: string;
49
+ /** 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. */
50
+ totalAggregationType: string;
51
+ }
52
+ /**
53
+ * Input representation for creating a semantic calculated measurement
54
+ *
55
+ * Keys:
56
+ * (none)
57
+ */
58
+ export interface SemanticCalculatedMeasurementInputRepresentation {
59
+ aggregationType: string;
60
+ apiName: string;
61
+ dataType: string;
62
+ dataspace: string | null;
63
+ decimalPlace: number | null;
64
+ description: string | null;
65
+ directionality: string;
66
+ displayCategory: string;
67
+ expression: string | null;
68
+ filterLogic: string | null;
69
+ filters: Array<{}>;
70
+ isVisible: boolean | null;
71
+ label: string | null;
72
+ shouldTreatNullsAsZeros: boolean | null;
73
+ sortOrder: string;
74
+ syntax: string;
75
+ totalAggregationType: string;
76
+ }
@@ -0,0 +1,92 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
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 = "e34e657daf61e9ceba1b2c16eb16dc79";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticCalculatedMeasurementOutputRepresentation, existing: SemanticCalculatedMeasurementOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedMeasurementOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticCalculatedMeasurementOutputRepresentationNormalized, incoming: SemanticCalculatedMeasurementOutputRepresentationNormalized): 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: SemanticCalculatedMeasurementOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A semantic Calculated Measurement.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
18
+ /** 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. */
19
+ aggregationType?: string;
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 type of data stored in specific fields within a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
27
+ dataType: string;
28
+ /** The number of decimal places to display */
29
+ decimalPlace?: number | null;
30
+ /** The Description of the semantic entity. */
31
+ description?: string | null;
32
+ /** 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). */
33
+ directionality?: string;
34
+ /** 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. */
35
+ displayCategory?: string;
36
+ /** Formula that generates a new Semantic Calculated Measurement based on a calculation that uses raw data fields and calculated fields. */
37
+ expression?: string | null;
38
+ /** The logic expression for generating a filter based on the list of filters. */
39
+ filterLogic?: string | null;
40
+ /** A list of filters to be used to create filter logic. */
41
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
42
+ /** The object ID of the semantic entity. */
43
+ id: string;
44
+ /** Indicates if the measurement can be aggregated or not */
45
+ isAggregatable?: boolean | null;
46
+ /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
47
+ isVisible?: boolean | null;
48
+ /** The display name of the semantic entity to be used in the ui. */
49
+ label: string | null;
50
+ /** The user who last modified the semantic entity. */
51
+ lastModifiedBy?: string | null;
52
+ /** The date in which the semantic entity was last modified. */
53
+ lastModifiedDate?: string | null;
54
+ /** Should we treat nulls as zeros? */
55
+ shouldTreatNullsAsZeros: boolean | null;
56
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
57
+ sortOrder?: string;
58
+ /** The syntax of the semantic expression. */
59
+ syntax?: string;
60
+ /** 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. */
61
+ totalAggregationType?: string;
62
+ }
63
+ /**
64
+ * A semantic Calculated Measurement.
65
+ *
66
+ * Keys:
67
+ * (none)
68
+ */
69
+ export interface SemanticCalculatedMeasurementOutputRepresentation {
70
+ aggregationType?: string;
71
+ apiName: string;
72
+ createdBy: string;
73
+ createdDate: string;
74
+ dataType: string;
75
+ decimalPlace?: number | null;
76
+ description?: string | null;
77
+ directionality?: string;
78
+ displayCategory?: string;
79
+ expression?: string | null;
80
+ filterLogic?: string | null;
81
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
82
+ id: string;
83
+ isAggregatable?: boolean | null;
84
+ isVisible?: boolean | null;
85
+ label: string | null;
86
+ lastModifiedBy?: string | null;
87
+ lastModifiedDate?: string | null;
88
+ shouldTreatNullsAsZeros: boolean | null;
89
+ sortOrder?: string;
90
+ syntax?: string;
91
+ totalAggregationType?: string;
92
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "ec22ff5cc7229117709845f93f146b14";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDataObjectCollectionInputRepresentation, existing: SemanticDataObjectCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDataObjectCollectionInputRepresentationNormalized, incoming: SemanticDataObjectCollectionInputRepresentationNormalized): 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: SemanticDataObjectCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents a collection of Semantic Data Objects.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDataObjectCollectionInputRepresentationNormalized {
17
+ /** Represents a list of Semantic Data Objects within the SemanticDataObjectInputCollection. */
18
+ semanticDataObjects: Array<{}>;
19
+ }
20
+ /**
21
+ * Represents a collection of Semantic Data Objects.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticDataObjectCollectionInputRepresentation {
27
+ semanticDataObjects: Array<{}>;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
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 = "fdde029541656b2821ef24e63704ec2e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticDataObjectCollectionOutputRepresentation, existing: SemanticDataObjectCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticDataObjectCollectionOutputRepresentationNormalized, incoming: SemanticDataObjectCollectionOutputRepresentationNormalized): 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: SemanticDataObjectCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Semantic data object collection representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticDataObjectCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Semantic data object collection representation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticDataObjectCollectionOutputRepresentation {
28
+ items: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
29
+ }
@@ -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 = "4ca5988e573ebd9557e059b74ac4d5a7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDataObjectFieldReferenceInputRepresentation, existing: SemanticDataObjectFieldReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectFieldReferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDataObjectFieldReferenceInputRepresentationNormalized, incoming: SemanticDataObjectFieldReferenceInputRepresentationNormalized): 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: SemanticDataObjectFieldReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of a data object field reference.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDataObjectFieldReferenceInputRepresentationNormalized {
17
+ /** The api name of the data object. */
18
+ dataObjectApiName: string | null;
19
+ /** The API name of the field. */
20
+ fieldApiName: string | null;
21
+ }
22
+ /**
23
+ * Input representation of a data object field reference.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticDataObjectFieldReferenceInputRepresentation {
29
+ dataObjectApiName: string | null;
30
+ fieldApiName: string | null;
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 = "e1b09a763dac9b0c84047bbd44fcc930";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDataObjectFieldReferenceOutputRepresentation, existing: SemanticDataObjectFieldReferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectFieldReferenceOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDataObjectFieldReferenceOutputRepresentationNormalized, incoming: SemanticDataObjectFieldReferenceOutputRepresentationNormalized): 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: SemanticDataObjectFieldReferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of a data object field reference.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDataObjectFieldReferenceOutputRepresentationNormalized {
17
+ /** The API name of the field. */
18
+ dataObjectApiName: string | null;
19
+ /** The api name of the data object. */
20
+ fieldApiName: string | null;
21
+ }
22
+ /**
23
+ * Output representation of a data object field reference.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticDataObjectFieldReferenceOutputRepresentation {
29
+ dataObjectApiName: string | null;
30
+ fieldApiName: string | null;
31
+ }