@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,61 @@
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 = "055bf9d1856a0d577c0918da7b15f738";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDataObjectInputRepresentation, existing: SemanticDataObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDataObjectInputRepresentationNormalized, incoming: SemanticDataObjectInputRepresentationNormalized): 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: SemanticDataObjectInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic data object
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDataObjectInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** Required. Object ID that references the Semantic Data Object Field. */
20
+ dataObjectName: string | null;
21
+ /** Required. Data type stored in a specific Semantic Data Object Field. Valid values are Text, Date, DateTime, Image, Boolean, Geo, Currency, Number, Duration and Percentage. */
22
+ dataObjectType: string;
23
+ /** An optional dataspace in which the entity is located. */
24
+ dataspace: string | null;
25
+ /** An optional description of the semantic entity. */
26
+ description: string | null;
27
+ /** Logical expression that defines how and when the filter conditions will be applied. Valid values are AND, OR, NOT and parenthesis (). */
28
+ filterLogic: string | null;
29
+ /** A list of filters to be used to create filter logic. */
30
+ filters: Array<{}>;
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
+ /** The object ID of a specific Logical View. */
34
+ logicalViewId: string | null;
35
+ /** The semantic dimension fields that you want to be referenced through the semantic data object. */
36
+ semanticDimensions: Array<{}>;
37
+ /** The semantic measurement fields that you want to be referenced through the semantic data object. */
38
+ semanticMeasurements: Array<{}>;
39
+ /** Indicates whether all fields or only specific fields of the referenced data object should be included. */
40
+ shouldIncludeAllFields: boolean | null;
41
+ }
42
+ /**
43
+ * Input representation for creating a semantic data object
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface SemanticDataObjectInputRepresentation {
49
+ apiName: string;
50
+ dataObjectName: string | null;
51
+ dataObjectType: string;
52
+ dataspace: string | null;
53
+ description: string | null;
54
+ filterLogic: string | null;
55
+ filters: Array<{}>;
56
+ label: string | null;
57
+ logicalViewId: string | null;
58
+ semanticDimensions: Array<{}>;
59
+ semanticMeasurements: Array<{}>;
60
+ shouldIncludeAllFields: boolean | null;
61
+ }
@@ -0,0 +1,82 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
+ import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
3
+ import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
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 = "eea0acd948e6ff7224d6fc05254b5b46";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SemanticDataObjectOutputRepresentation, existing: SemanticDataObjectOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SemanticDataObjectOutputRepresentationNormalized, incoming: SemanticDataObjectOutputRepresentationNormalized): 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: SemanticDataObjectOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Represents the output of a semantic data object.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SemanticDataObjectOutputRepresentationNormalized {
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 API name of the referenced object. */
27
+ dataObjectName: string | null;
28
+ /** Data role type of a Semantic Data Object Field. Valid values are Dimension and Measurement. */
29
+ dataObjectType: string;
30
+ /** The Description of the semantic entity. */
31
+ description?: string | null;
32
+ /** The logic expression for generating a filter based on the list of filters. */
33
+ filterLogic?: string | null;
34
+ /** A list of filters to be used to create filter logic. */
35
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
36
+ /** The object ID of the semantic entity. */
37
+ id: string;
38
+ /** The display name of the semantic entity to be used in the ui. */
39
+ label: string | null;
40
+ /** The user who last modified the semantic entity. */
41
+ lastModifiedBy?: string | null;
42
+ /** The date in which the semantic entity was last modified. */
43
+ lastModifiedDate?: string | null;
44
+ /** The API name of the referenced logical view. */
45
+ logicalViewId?: string | null;
46
+ /** The list of the referenced semantic dimensions. */
47
+ semanticDimensions?: Array<SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>;
48
+ /** The uri for this semantic data object’s semantic dimensions. */
49
+ semanticDimensionsUrl?: string | null;
50
+ /** The list of the referenced semantic measurements. */
51
+ semanticMeasurements?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
52
+ /** The URL of this semantic data object’s semantic measurements. */
53
+ semanticMeasurementsUrl?: string | null;
54
+ /** Indicates whether all fields or only specific fields of the referenced data object should be included. */
55
+ shouldIncludeAllFields: boolean | null;
56
+ }
57
+ /**
58
+ * Represents the output of a semantic data object.
59
+ *
60
+ * Keys:
61
+ * (none)
62
+ */
63
+ export interface SemanticDataObjectOutputRepresentation {
64
+ apiName: string;
65
+ createdBy: string;
66
+ createdDate: string;
67
+ dataObjectName: string | null;
68
+ dataObjectType: string;
69
+ description?: string | null;
70
+ filterLogic?: string | null;
71
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
72
+ id: string;
73
+ label: string | null;
74
+ lastModifiedBy?: string | null;
75
+ lastModifiedDate?: string | null;
76
+ logicalViewId?: string | null;
77
+ semanticDimensions?: Array<SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>;
78
+ semanticDimensionsUrl?: string | null;
79
+ semanticMeasurements?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
80
+ semanticMeasurementsUrl?: string | null;
81
+ shouldIncludeAllFields: boolean | null;
82
+ }
@@ -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 = "a26d144b8c29faaafe793668179be1f2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDependencyCollectionInputRepresentation, existing: SemanticDependencyCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyCollectionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDependencyCollectionInputRepresentationNormalized, incoming: SemanticDependencyCollectionInputRepresentationNormalized): 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: SemanticDependencyCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * An input representation to retrieve a list of dependencies.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDependencyCollectionInputRepresentationNormalized {
17
+ /** Represents a list of semantic definitions for which you want to obtain dependencies. */
18
+ dependencies: Array<{}>;
19
+ }
20
+ /**
21
+ * An input representation to retrieve a list of dependencies.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticDependencyCollectionInputRepresentation {
27
+ dependencies: Array<{}>;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticDependencyInnerCollectionOutputRepresentation as SemanticDependencyInnerCollectionOutputRepresentation_SemanticDependencyInnerCollectionOutputRepresentation } from './SemanticDependencyInnerCollectionOutputRepresentation';
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 = "1e22650ae8ea13a4f58046f755ed5a6c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticDependencyCollectionOutputRepresentation, existing: SemanticDependencyCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticDependencyCollectionOutputRepresentationNormalized, incoming: SemanticDependencyCollectionOutputRepresentationNormalized): 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: SemanticDependencyCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an output of a list of dependencies.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticDependencyCollectionOutputRepresentationNormalized {
18
+ /** List of dependencies */
19
+ item: Array<SemanticDependencyInnerCollectionOutputRepresentation_SemanticDependencyInnerCollectionOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an output of a list of dependencies.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticDependencyCollectionOutputRepresentation {
28
+ item: Array<SemanticDependencyInnerCollectionOutputRepresentation_SemanticDependencyInnerCollectionOutputRepresentation>;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { SemanticDependencyOutputRepresentation as SemanticDependencyOutputRepresentation_SemanticDependencyOutputRepresentation } from './SemanticDependencyOutputRepresentation';
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 = "49f411aa10bccef4b0c3f2801b9d1a0c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticDependencyInnerCollectionOutputRepresentation, existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyInnerCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, incoming: SemanticDependencyInnerCollectionOutputRepresentationNormalized): 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: SemanticDependencyInnerCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents a single dependency.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticDependencyInnerCollectionOutputRepresentationNormalized {
18
+ /** The semantic definition API name. */
19
+ definitionApiName: string | null;
20
+ /** Represents a list of dependencies. */
21
+ dependencies: Array<SemanticDependencyOutputRepresentation_SemanticDependencyOutputRepresentation>;
22
+ /** The field API name. */
23
+ fieldApiName: string | null;
24
+ }
25
+ /**
26
+ * Represents a single dependency.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SemanticDependencyInnerCollectionOutputRepresentation {
32
+ definitionApiName: string | null;
33
+ dependencies: Array<SemanticDependencyOutputRepresentation_SemanticDependencyOutputRepresentation>;
34
+ fieldApiName: string | null;
35
+ }
@@ -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 = "6cdb4741216b37d5cdb176269ba71b3f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDependencyInputRepresentation, existing: SemanticDependencyInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDependencyInputRepresentationNormalized, incoming: SemanticDependencyInputRepresentationNormalized): 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: SemanticDependencyInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * An input representation to retrieve a list of dependencies per definition.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDependencyInputRepresentationNormalized {
17
+ /** Checks dependencies for a specific semantic definition API name. */
18
+ definitionApiName: string | null;
19
+ /** Checks dependencies for a specific field API name. */
20
+ fieldApiName: string | null;
21
+ }
22
+ /**
23
+ * An input representation to retrieve a list of dependencies per definition.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticDependencyInputRepresentation {
29
+ definitionApiName: string | null;
30
+ fieldApiName: string | null;
31
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "b1ba5f33d9ed5982542fccea11ec6bf7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDependencyOutputRepresentation, existing: SemanticDependencyOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDependencyOutputRepresentationNormalized, incoming: SemanticDependencyOutputRepresentationNormalized): 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: SemanticDependencyOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents a single dependency.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDependencyOutputRepresentationNormalized {
17
+ /** The dependency API name. */
18
+ apiName: string;
19
+ /** The dependency definition type. */
20
+ definitionType: string;
21
+ /** Label name. */
22
+ label: string | null;
23
+ }
24
+ /**
25
+ * Represents a single dependency.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SemanticDependencyOutputRepresentation {
31
+ apiName: string;
32
+ definitionType: string;
33
+ label: string | null;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
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 = "2b69753ae04c8557c58ebeeff5b5cab8";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticDimensionCollectionOutputRepresentation, existing: SemanticDimensionCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDimensionCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticDimensionCollectionOutputRepresentationNormalized, incoming: SemanticDimensionCollectionOutputRepresentationNormalized): 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: SemanticDimensionCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the output of a semantic dimension collection.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticDimensionCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic items. */
19
+ items: Array<SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Represents the output of a semantic dimension collection.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticDimensionCollectionOutputRepresentation {
28
+ items: Array<SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>;
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 = "b09cdf4508803e5e7a6a5f252db5e0e5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDimensionInputRepresentation, existing: SemanticDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDimensionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDimensionInputRepresentationNormalized, incoming: SemanticDimensionInputRepresentationNormalized): 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: SemanticDimensionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic dimension
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDimensionInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** The API name of the referenced data object dimension. */
20
+ dataObjectFieldName: string | null;
21
+ /** The type of the dimension. Optional, if not specified, will use the original data type from the dmo/cio field. */
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
+ /** 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. */
30
+ displayCategory: string;
31
+ /** 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. */
32
+ geoRole: string;
33
+ /** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
34
+ isVisible: boolean | null;
35
+ /** 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. */
36
+ label: string | null;
37
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
38
+ sortOrder: string;
39
+ }
40
+ /**
41
+ * Input representation for creating a semantic dimension
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface SemanticDimensionInputRepresentation {
47
+ apiName: string;
48
+ dataObjectFieldName: string | null;
49
+ dataType: string;
50
+ dataspace: string | null;
51
+ decimalPlace: number | null;
52
+ description: string | null;
53
+ displayCategory: string;
54
+ geoRole: string;
55
+ isVisible: boolean | null;
56
+ label: string | null;
57
+ sortOrder: string;
58
+ }
@@ -0,0 +1,70 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "c32aedfacb9f0a25f9ccd92b5fe90915";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticDimensionOutputRepresentation, existing: SemanticDimensionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDimensionOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticDimensionOutputRepresentationNormalized, incoming: SemanticDimensionOutputRepresentationNormalized): 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: SemanticDimensionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A semantic dimension.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticDimensionOutputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName: string;
19
+ /** The user who created the semantic entity. */
20
+ createdBy: string;
21
+ /** The date in which the semantic entity was created. */
22
+ createdDate: string;
23
+ /** The API name of the referenced data object dimension. */
24
+ dataObjectFieldName: string | null;
25
+ /** The type of data stored in the Semantic Calculated Dimension. Valid values are Text, Date, DateTime, Image, Boolean, Geo and Number. */
26
+ dataType: string;
27
+ /** The number of decimal places to display */
28
+ decimalPlace?: number | null;
29
+ /** The Description of the semantic entity. */
30
+ description?: string | null;
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 subtype for the 'Geo' data type. only valid and required when the data type is 'Geo' */
34
+ geoRole?: string;
35
+ /** The object ID of the semantic entity. */
36
+ id: string;
37
+ /** Indicates whether the Semantic Data Object Field 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 to be used in the ui. */
40
+ label: string | null;
41
+ /** The user who last modified the semantic entity. */
42
+ lastModifiedBy?: string | null;
43
+ /** The date in which the semantic entity was last modified. */
44
+ lastModifiedDate?: string | null;
45
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
46
+ sortOrder?: string;
47
+ }
48
+ /**
49
+ * A semantic dimension.
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface SemanticDimensionOutputRepresentation {
55
+ apiName: string;
56
+ createdBy: string;
57
+ createdDate: string;
58
+ dataObjectFieldName: string | null;
59
+ dataType: string;
60
+ decimalPlace?: number | null;
61
+ description?: string | null;
62
+ displayCategory?: string;
63
+ geoRole?: string;
64
+ id: string;
65
+ isVisible?: boolean | null;
66
+ label: string | null;
67
+ lastModifiedBy?: string | null;
68
+ lastModifiedDate?: string | null;
69
+ sortOrder?: string;
70
+ }
@@ -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 = "822f71228629948f0e878482ffe679c8";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticFieldReferenceInputRepresentation, existing: SemanticFieldReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFieldReferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticFieldReferenceInputRepresentationNormalized, incoming: SemanticFieldReferenceInputRepresentationNormalized): 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: SemanticFieldReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation field reference
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticFieldReferenceInputRepresentationNormalized {
17
+ /** The API name of the calculated field. */
18
+ calculatedFieldApiName: string | null;
19
+ /** fully qualified data object field api name. */
20
+ dataObjectFieldReference: {};
21
+ }
22
+ /**
23
+ * Input representation field reference
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticFieldReferenceInputRepresentation {
29
+ calculatedFieldApiName: string | null;
30
+ dataObjectFieldReference: {};
31
+ }
@@ -0,0 +1,32 @@
1
+ import { SemanticDataObjectFieldReferenceOutputRepresentation as SemanticDataObjectFieldReferenceOutputRepresentation_SemanticDataObjectFieldReferenceOutputRepresentation } from './SemanticDataObjectFieldReferenceOutputRepresentation';
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 = "b87f807330c30ae791b72a0c78ed20f0";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticFieldReferenceOutputRepresentation, existing: SemanticFieldReferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFieldReferenceOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticFieldReferenceOutputRepresentationNormalized, incoming: SemanticFieldReferenceOutputRepresentationNormalized): 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: SemanticFieldReferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of a semantic field reference
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticFieldReferenceOutputRepresentationNormalized {
18
+ /** calculated field api name. */
19
+ calculatedFieldApiName?: string | null;
20
+ /** fully qualified data object field api name. */
21
+ dataObjectFieldReference?: SemanticDataObjectFieldReferenceOutputRepresentation_SemanticDataObjectFieldReferenceOutputRepresentation;
22
+ }
23
+ /**
24
+ * Output representation of a semantic field reference
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SemanticFieldReferenceOutputRepresentation {
30
+ calculatedFieldApiName?: string | null;
31
+ dataObjectFieldReference?: SemanticDataObjectFieldReferenceOutputRepresentation_SemanticDataObjectFieldReferenceOutputRepresentation;
32
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "0c7ac405b3ba8a949912644481d35a89";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticFilterInputRepresentation, existing: SemanticFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticFilterInputRepresentationNormalized, incoming: SemanticFilterInputRepresentationNormalized): 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: SemanticFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic filter
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticFilterInputRepresentationNormalized {
17
+ /** The string representation of the value being filtered. */
18
+ fieldName: string | null;
19
+ /** The operator for the filter. */
20
+ operator: string;
21
+ /** The string representation of the value to filter against. */
22
+ value: string | null;
23
+ }
24
+ /**
25
+ * Input representation for creating a semantic filter
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SemanticFilterInputRepresentation {
31
+ fieldName: string | null;
32
+ operator: string;
33
+ value: string | null;
34
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "ed73d00cb57883d07a5148ec2bb1348c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticFilterOutputRepresentation, existing: SemanticFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticFilterOutputRepresentationNormalized, incoming: SemanticFilterOutputRepresentationNormalized): 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: SemanticFilterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A semantic filter.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticFilterOutputRepresentationNormalized {
17
+ /** The API name on the field being filtered. */
18
+ fieldName: string | null;
19
+ /** The operator for the filter. */
20
+ operator: string;
21
+ /** The string representation of the value to filter against. */
22
+ value: string | null;
23
+ }
24
+ /**
25
+ * A semantic filter.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SemanticFilterOutputRepresentation {
31
+ fieldName: string | null;
32
+ operator: string;
33
+ value: string | null;
34
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "9eecf9a980bec968a57fc4339ba0b7a3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticIdentifyingDimensionInputRepresentation, existing: SemanticIdentifyingDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticIdentifyingDimensionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticIdentifyingDimensionInputRepresentationNormalized, incoming: SemanticIdentifyingDimensionInputRepresentationNormalized): 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: SemanticIdentifyingDimensionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating relationship between identifier and name dimensions
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticIdentifyingDimensionInputRepresentationNormalized {
17
+ /** Provides the identifying dimension */
18
+ identifierDimensionReference: {};
19
+ /** Provides the naming dimension */
20
+ namingDimensionReference: {};
21
+ }
22
+ /**
23
+ * Input representation for creating relationship between identifier and name dimensions
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticIdentifyingDimensionInputRepresentation {
29
+ identifierDimensionReference: {};
30
+ namingDimensionReference: {};
31
+ }