@salesforce/lds-adapters-cdp-semantic-authoring 1.321.0 → 1.322.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 (60) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +798 -176
  2. package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
  3. package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
  4. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
  5. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
  6. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +12 -0
  7. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
  8. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
  9. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
  10. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
  11. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +20 -0
  12. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
  13. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
  14. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
  15. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
  16. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +2 -0
  17. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
  18. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
  19. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
  20. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
  21. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
  22. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
  23. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
  24. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +2 -0
  25. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
  26. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
  27. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
  28. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +4 -1
  29. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
  30. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +13 -1
  31. package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
  32. package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +28 -0
  33. package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
  34. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
  35. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +10 -1
  36. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
  37. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +4 -1
  38. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +16 -1
  39. package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
  40. package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +7 -5
  41. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
  42. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
  43. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
  44. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +6 -3
  45. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
  46. package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
  47. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
  48. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
  49. package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
  50. package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
  51. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
  52. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
  53. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +5 -1
  54. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +8 -1
  55. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +7 -1
  56. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +7 -1
  57. package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
  58. package/package.json +3 -3
  59. package/sfdc/index.js +785 -163
  60. package/src/raml/api.raml +516 -53
@@ -1,6 +1,7 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
3
  import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
4
+ import { SemanticMetricGoalInputRepresentation as types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from '../types/SemanticMetricGoalInputRepresentation';
4
5
  import { SemanticTimeRangeInputRepresentation as types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from '../types/SemanticTimeRangeInputRepresentation';
5
6
  import { ResourceRequestConfig as resources_postSsotSemanticModelsSubMetricsByModelApiNameOrId_ResourceRequestConfig } from '../resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId';
6
7
  import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
@@ -14,6 +15,7 @@ export interface CreateSemanticSubMetricConfig {
14
15
  label?: string;
15
16
  filterLogic?: string;
16
17
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
18
+ goal?: types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
17
19
  semanticMetricDefinitionApiName?: string;
18
20
  timeRange?: types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
19
21
  }
@@ -9,6 +9,7 @@ export interface GetSemanticModelConfig {
9
9
  modelApiNameOrId: string;
10
10
  fieldName?: string;
11
11
  includeModelContent?: boolean;
12
+ includeTableKeys?: boolean;
12
13
  }
13
14
  export declare const createResourceParams: (config: GetSemanticModelConfig) => resources_getSsotSemanticModelsByModelApiNameOrId_ResourceRequestConfig;
14
15
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticModelConfig): string;
@@ -0,0 +1,11 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ urlParams: {
4
+ metricIds: string;
5
+ };
6
+ }
7
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
8
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
9
+ export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
10
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
11
+ export default createResourceRequest;
@@ -0,0 +1,10 @@
1
+ import { ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ urlParams: {
4
+ modelApiNameOrId: string;
5
+ baseModelNameOrId: string;
6
+ };
7
+ }
8
+ export declare function keyBuilder(params: ResourceRequestConfig): null;
9
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
10
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ urlParams: {
4
+ modelApiNameOrId: string;
5
+ subMetricNameOrId: string;
6
+ };
7
+ }
8
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
9
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SemanticMetricStoreItemCollectionOutputRepresentation as types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation } from '../types/SemanticMetricStoreItemCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
7
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
8
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation): void;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMetricStoreItemCollectionOutputRepresentation_SemanticMetricStoreItemCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -7,6 +7,7 @@ export interface ResourceRequestConfig {
7
7
  queryParams: {
8
8
  fieldName?: string;
9
9
  includeModelContent?: boolean;
10
+ includeTableKeys?: boolean;
10
11
  };
11
12
  }
12
13
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SemanticSubMetricCollectionOutputRepresentation as types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation } from '../types/SemanticSubMetricCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ modelApiNameOrId: string;
6
+ subMetricNameOrId: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -15,6 +15,7 @@ export interface ResourceRequestConfig {
15
15
  label?: string;
16
16
  filterLogic?: string;
17
17
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
18
+ customSql?: string;
18
19
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
19
20
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
20
21
  semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
@@ -0,0 +1,20 @@
1
+ import { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
2
+ import { SemanticGoalValueInputRepresentation as types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation } from '../types/SemanticGoalValueInputRepresentation';
3
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
4
+ import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
5
+ export interface ResourceRequestConfig {
6
+ urlParams: {
7
+ modelApiNameOrId: string;
8
+ subMetricNameOrId: string;
9
+ };
10
+ body: {
11
+ date?: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
12
+ goalType?: string;
13
+ value?: types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
14
+ };
15
+ }
16
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
17
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation): void;
18
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, any>;
19
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
20
+ export default createResourceRequest;
@@ -17,6 +17,7 @@ export interface ResourceRequestConfig {
17
17
  dataType?: string;
18
18
  directionality?: string;
19
19
  semanticDataType?: string;
20
+ sentiment?: string;
20
21
  shouldTreatNullsAsZeros?: boolean;
21
22
  expression?: string;
22
23
  filterLogic?: string;
@@ -17,6 +17,7 @@ export interface ResourceRequestConfig {
17
17
  dataType?: string;
18
18
  directionality?: string;
19
19
  semanticDataType?: string;
20
+ sentiment?: string;
20
21
  shouldTreatNullsAsZeros?: boolean;
21
22
  dataObjectFieldName?: string;
22
23
  };
@@ -14,6 +14,7 @@ export interface ResourceRequestConfig {
14
14
  label?: string;
15
15
  filterLogic?: string;
16
16
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
17
+ customSql?: string;
17
18
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
18
19
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
19
20
  semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
@@ -0,0 +1,13 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SemanticLogicalViewOutputRepresentation as types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation } from '../types/SemanticLogicalViewOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ logicalViewApiNameOrId: string;
6
+ modelApiNameOrId: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -1,4 +1,5 @@
1
1
  import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
2
+ import { SemanticMetricGoalInputRepresentation as types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from '../types/SemanticMetricGoalInputRepresentation';
2
3
  import { SemanticTimeRangeInputRepresentation as types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from '../types/SemanticTimeRangeInputRepresentation';
3
4
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
4
5
  import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
@@ -12,6 +13,7 @@ export interface ResourceRequestConfig {
12
13
  label?: string;
13
14
  filterLogic?: string;
14
15
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
16
+ goal?: types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
15
17
  semanticMetricDefinitionApiName?: string;
16
18
  timeRange?: types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
17
19
  };
@@ -18,6 +18,7 @@ export interface ResourceRequestConfig {
18
18
  dataType?: string;
19
19
  directionality?: string;
20
20
  semanticDataType?: string;
21
+ sentiment?: string;
21
22
  shouldTreatNullsAsZeros?: boolean;
22
23
  expression?: string;
23
24
  filterLogic?: string;
@@ -18,6 +18,7 @@ export interface ResourceRequestConfig {
18
18
  dataType?: string;
19
19
  directionality?: string;
20
20
  semanticDataType?: string;
21
+ sentiment?: string;
21
22
  shouldTreatNullsAsZeros?: boolean;
22
23
  expression?: string;
23
24
  filterLogic?: string;
@@ -18,6 +18,7 @@ export interface ResourceRequestConfig {
18
18
  dataType?: string;
19
19
  directionality?: string;
20
20
  semanticDataType?: string;
21
+ sentiment?: string;
21
22
  shouldTreatNullsAsZeros?: boolean;
22
23
  dataObjectFieldName?: string;
23
24
  };
@@ -18,6 +18,7 @@ export interface ResourceRequestConfig {
18
18
  dataType?: string;
19
19
  directionality?: string;
20
20
  semanticDataType?: string;
21
+ sentiment?: string;
21
22
  shouldTreatNullsAsZeros?: boolean;
22
23
  dataObjectFieldName?: string;
23
24
  };
@@ -15,6 +15,7 @@ export interface ResourceRequestConfig {
15
15
  label?: string;
16
16
  filterLogic?: string;
17
17
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
18
+ customSql?: string;
18
19
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
19
20
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
20
21
  semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
@@ -0,0 +1,14 @@
1
+ import { SemanticFieldReferenceInputRepresentation as types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation } from '../types/SemanticFieldReferenceInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ modelApiNameOrId: string;
6
+ };
7
+ body: {
8
+ additionalDimensions?: Array<types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation>;
9
+ metricIds?: Array<string>;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
14
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ modelApiNameOrId: string;
6
+ };
7
+ body: {
8
+ overrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -1,4 +1,5 @@
1
1
  import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
2
+ import { SemanticMetricGoalInputRepresentation as types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from '../types/SemanticMetricGoalInputRepresentation';
2
3
  import { SemanticTimeRangeInputRepresentation as types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from '../types/SemanticTimeRangeInputRepresentation';
3
4
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
4
5
  import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
@@ -13,6 +14,7 @@ export interface ResourceRequestConfig {
13
14
  label?: string;
14
15
  filterLogic?: string;
15
16
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
17
+ goal?: types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
16
18
  semanticMetricDefinitionApiName?: string;
17
19
  timeRange?: types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
18
20
  };
@@ -1,6 +1,6 @@
1
1
  import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "ff65b61056eb2b2c8408d53df92d147b";
3
+ export declare const VERSION = "51514a172af5e420504a2143725b4528";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -28,6 +28,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
28
28
  apiName: string;
29
29
  /** The origin model of the semantic entity. */
30
30
  baseModelApiName?: string;
31
+ /** The Canonical URL of the collection for caching purposes only. */
32
+ cacheKey?: string;
31
33
  /** The user who created the semantic entity. */
32
34
  createdBy: string;
33
35
  /** The date in which the semantic entity was created. */
@@ -72,6 +74,7 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
72
74
  export interface SemanticCalculatedDimensionOutputRepresentation {
73
75
  apiName: string;
74
76
  baseModelApiName?: string;
77
+ cacheKey?: string;
75
78
  createdBy: string;
76
79
  createdDate: string;
77
80
  dataType?: string;
@@ -1,6 +1,6 @@
1
1
  import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
2
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 = "2851c8b545673fc6c8801071c3a3844d";
3
+ export declare const VERSION = "e8c74c97b3ec93f92f308915cd6158c2";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  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;
@@ -41,6 +41,8 @@ export interface SemanticCalculatedMeasurementInputRepresentationNormalized {
41
41
  label?: string;
42
42
  /** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
43
43
  semanticDataType?: string;
44
+ /** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad). */
45
+ sentiment?: string;
44
46
  /** Should we treat null values as zeros? */
45
47
  shouldTreatNullsAsZeros?: boolean;
46
48
  /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
@@ -70,6 +72,7 @@ export interface SemanticCalculatedMeasurementInputRepresentation {
70
72
  isVisible?: boolean;
71
73
  label?: string;
72
74
  semanticDataType?: string;
75
+ sentiment?: string;
73
76
  shouldTreatNullsAsZeros?: boolean;
74
77
  sortOrder?: string;
75
78
  syntax?: string;
@@ -1,6 +1,6 @@
1
1
  import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "1941c0559a1eafb8d429d1f9d139b28f";
3
+ export declare const VERSION = "6c8d910667cf399d3aa6e5a57e1fdd61";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -30,6 +30,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
30
30
  apiName: string;
31
31
  /** The origin model of the semantic entity. */
32
32
  baseModelApiName?: string;
33
+ /** The Canonical URL of the collection for caching purposes only. */
34
+ cacheKey?: string;
33
35
  /** The user who created the semantic entity. */
34
36
  createdBy: string;
35
37
  /** The date in which the semantic entity was created. */
@@ -64,6 +66,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
64
66
  lastModifiedDate?: string;
65
67
  /** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
66
68
  semanticDataType?: string;
69
+ /** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
70
+ sentiment?: string;
67
71
  /** Should we treat nulls as zeros? */
68
72
  shouldTreatNullsAsZeros?: boolean;
69
73
  /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
@@ -83,6 +87,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
83
87
  aggregationType?: string;
84
88
  apiName: string;
85
89
  baseModelApiName?: string;
90
+ cacheKey?: string;
86
91
  createdBy: string;
87
92
  createdDate: string;
88
93
  dataType?: string;
@@ -100,6 +105,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
100
105
  lastModifiedBy?: string;
101
106
  lastModifiedDate?: string;
102
107
  semanticDataType?: string;
108
+ sentiment?: string;
103
109
  shouldTreatNullsAsZeros?: boolean;
104
110
  sortOrder?: string;
105
111
  syntax?: string;
@@ -1,6 +1,6 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
2
  import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
3
- export declare const VERSION = "b086b83e32d480bd48a3b2a1029147e0";
3
+ export declare const VERSION = "0d72da8670ad5f2c2fb6d43f2fc2849a";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
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;
@@ -24,6 +24,8 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
24
24
  * (none)
25
25
  */
26
26
  export interface SemanticDataObjectCollectionOutputRepresentationNormalized {
27
+ /** The Canonical URL of the collection for caching purposes only. */
28
+ cacheKey?: string;
27
29
  /** A list of semantic items. */
28
30
  items?: Array<$64$luvio_engine_StoreLink>;
29
31
  }
@@ -34,5 +36,6 @@ export interface SemanticDataObjectCollectionOutputRepresentationNormalized {
34
36
  * (none)
35
37
  */
36
38
  export interface SemanticDataObjectCollectionOutputRepresentation {
39
+ cacheKey?: string;
37
40
  items?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
38
41
  }
@@ -2,7 +2,7 @@ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentatio
2
2
  import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
3
3
  import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
4
4
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
- export declare const VERSION = "1dea062ab9ae6d8661840da6e8db32f5";
5
+ export declare const VERSION = "4f111b93807b811179eb310384efdc35";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
7
7
  export declare const RepresentationType: string;
8
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -30,6 +30,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
30
30
  apiName: string;
31
31
  /** The origin model of the semantic entity. */
32
32
  baseModelApiName?: string;
33
+ /** The Canonical URL of the collection for caching purposes only. */
34
+ cacheKey?: string;
33
35
  /** The user who created the semantic entity. */
34
36
  createdBy: string;
35
37
  /** The date in which the semantic entity was created. */
@@ -74,6 +76,7 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
74
76
  export interface SemanticDataObjectOutputRepresentation {
75
77
  apiName: string;
76
78
  baseModelApiName?: string;
79
+ cacheKey?: string;
77
80
  createdBy: string;
78
81
  createdDate: string;
79
82
  dataObjectName?: string;
@@ -1,5 +1,5 @@
1
1
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "5965b9e22afe378b9dd44153a3f9eb07";
2
+ export declare const VERSION = "4a75c4a157a546377d9016bd54dc3130";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -27,6 +27,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
27
27
  apiName: string;
28
28
  /** The origin model of the semantic entity. */
29
29
  baseModelApiName?: string;
30
+ /** The Canonical URL of the collection for caching purposes only. */
31
+ cacheKey?: string;
30
32
  /** The user who created the semantic entity. */
31
33
  createdBy: string;
32
34
  /** The date in which the semantic entity was created. */
@@ -43,8 +45,14 @@ export interface SemanticDimensionOutputRepresentationNormalized {
43
45
  displayCategory?: string;
44
46
  /** The object ID of the semantic entity. */
45
47
  id: string;
48
+ /** Indicates whether the field is a key qualifier. */
49
+ isKeyQualifier?: boolean;
50
+ /** Indicates whether the field is a primary key. */
51
+ isPrimaryKey?: boolean;
46
52
  /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
47
53
  isVisible?: boolean;
54
+ /** The key qualifier name of this field in data object in data cloud, if exists. */
55
+ keyQualifierName?: string;
48
56
  /** The display name of the semantic entity to be used in the ui. */
49
57
  label?: string;
50
58
  /** The user who last modified the semantic entity. */
@@ -65,6 +73,7 @@ export interface SemanticDimensionOutputRepresentationNormalized {
65
73
  export interface SemanticDimensionOutputRepresentation {
66
74
  apiName: string;
67
75
  baseModelApiName?: string;
76
+ cacheKey?: string;
68
77
  createdBy: string;
69
78
  createdDate: string;
70
79
  dataObjectFieldName?: string;
@@ -73,7 +82,10 @@ export interface SemanticDimensionOutputRepresentation {
73
82
  description?: string;
74
83
  displayCategory?: string;
75
84
  id: string;
85
+ isKeyQualifier?: boolean;
86
+ isPrimaryKey?: boolean;
76
87
  isVisible?: boolean;
88
+ keyQualifierName?: string;
77
89
  label?: string;
78
90
  lastModifiedBy?: string;
79
91
  lastModifiedDate?: string;
@@ -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 = "5fc934831301f8d8d38f498c3016f5f4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticGoalDateRangeInputRepresentation, existing: SemanticGoalDateRangeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalDateRangeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticGoalDateRangeInputRepresentationNormalized, incoming: SemanticGoalDateRangeInputRepresentationNormalized): 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: SemanticGoalDateRangeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for specifying a semantic metric goal date range
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticGoalDateRangeInputRepresentationNormalized {
17
+ /** The Value property of the semantic metric goal start date */
18
+ endDate?: string;
19
+ /** The Value property of the semantic metric goal start date */
20
+ startDate?: string;
21
+ }
22
+ /**
23
+ * Input representation for specifying a semantic metric goal date range
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticGoalDateRangeInputRepresentation {
29
+ endDate?: string;
30
+ startDate?: string;
31
+ }
@@ -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 = "ff91598c8f9f42c2ec9c9e526a2cce75";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticGoalValueInputRepresentation, existing: SemanticGoalValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalValueInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticGoalValueInputRepresentationNormalized, incoming: SemanticGoalValueInputRepresentationNormalized): 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: SemanticGoalValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for specifying a semantic metric goal value
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticGoalValueInputRepresentationNormalized {
17
+ /** The Static Value property of the semantic metric goal value */
18
+ staticValue?: number;
19
+ }
20
+ /**
21
+ * Input representation for specifying a semantic metric goal value
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticGoalValueInputRepresentation {
27
+ staticValue?: number;
28
+ }
@@ -1,7 +1,7 @@
1
1
  import { SemanticGroupingConfigurationOutputRepresentation as SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation } from './SemanticGroupingConfigurationOutputRepresentation';
2
2
  import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
3
3
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
- export declare const VERSION = "79ff229f45e15671c1db4ce569f7bc8c";
4
+ export declare const VERSION = "1daec40706bf767c719fa58831fad462";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -29,6 +29,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
29
29
  apiName: string;
30
30
  /** The origin model of the semantic entity. */
31
31
  baseModelApiName?: string;
32
+ /** The Canonical URL of the collection for caching purposes only. */
33
+ cacheKey?: string;
32
34
  /** configurations for the semantic grouping */
33
35
  configuration: SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation;
34
36
  /** The user who created the semantic entity. */
@@ -59,6 +61,7 @@ export interface SemanticGroupingOutputRepresentationNormalized {
59
61
  export interface SemanticGroupingOutputRepresentation {
60
62
  apiName: string;
61
63
  baseModelApiName?: string;
64
+ cacheKey?: string;
62
65
  configuration: SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation;
63
66
  createdBy: string;
64
67
  createdDate: string;
@@ -3,7 +3,7 @@ import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputReprese
3
3
  import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
4
4
  import { SemanticUnionInputRepresentation as SemanticUnionInputRepresentation_SemanticUnionInputRepresentation } from './SemanticUnionInputRepresentation';
5
5
  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';
6
- export declare const VERSION = "d2c2cb5d7de5a34e5b41eb25d2e12a80";
6
+ export declare const VERSION = "f913bc73e37e2a7107113fd7ad230fa5";
7
7
  export declare function validate(obj: any, path?: string): TypeError | null;
8
8
  export declare const RepresentationType: string;
9
9
  export declare function normalize(input: SemanticLogicalViewInputRepresentation, existing: SemanticLogicalViewInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewInputRepresentationNormalized;
@@ -20,6 +20,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
20
20
  export interface SemanticLogicalViewInputRepresentationNormalized {
21
21
  /** The API name of the semantic entity. */
22
22
  apiName?: string;
23
+ /** Represents the custom sql query. */
24
+ customSql?: string;
23
25
  /** An optional description of the semantic entity. */
24
26
  description?: string;
25
27
  /** The logic for generating a filter based on the list of filters. */
@@ -43,6 +45,7 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
43
45
  */
44
46
  export interface SemanticLogicalViewInputRepresentation {
45
47
  apiName?: string;
48
+ customSql?: string;
46
49
  description?: string;
47
50
  filterLogic?: string;
48
51
  filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;