@salesforce/lds-adapters-cdp-semantic-authoring 1.309.0-dev15 → 1.309.0-dev17

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 (72) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +1585 -627
  2. package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
  3. package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +21 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
  9. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
  10. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
  11. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +13 -0
  12. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
  13. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricsByMetricIds.d.ts +15 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +3 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticPermissions.d.ts +12 -0
  18. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -0
  19. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +20 -0
  20. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
  21. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
  22. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +2 -0
  23. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
  24. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +2 -0
  25. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
  26. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
  27. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
  28. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
  29. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -0
  30. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
  31. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
  32. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +2 -0
  33. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
  34. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedFieldInputRepresentation.d.ts +46 -0
  35. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
  36. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
  37. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +4 -1
  38. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
  39. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +13 -1
  40. package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +28 -0
  42. package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
  43. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +7 -1
  44. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +15 -1
  45. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
  46. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +4 -1
  47. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +16 -1
  48. package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
  49. package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +7 -5
  50. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
  51. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
  52. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
  53. package/dist/es/es2018/types/src/generated/types/SemanticModelInfoOutputRepresentation.d.ts +34 -0
  54. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +10 -3
  55. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
  56. package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
  57. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
  58. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
  59. package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
  60. package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
  61. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
  62. package/dist/es/es2018/types/src/generated/types/SemanticPermissionOutputRepresentation.d.ts +39 -0
  63. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
  64. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +5 -1
  65. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +8 -1
  66. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +7 -7
  67. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +7 -7
  68. package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
  69. package/package.json +3 -3
  70. package/sfdc/index.js +1532 -568
  71. package/src/raml/api.raml +643 -55
  72. package/src/raml/luvio.raml +9 -0
@@ -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
  }
@@ -0,0 +1,15 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig } from '../resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId';
4
+ export declare const adapterName = "deleteGoalFromSubMetric";
5
+ export declare const deleteGoalFromSubMetric_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
6
+ export declare const deleteGoalFromSubMetric_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface DeleteGoalFromSubMetricConfig {
8
+ modelApiNameOrId: string;
9
+ subMetricNameOrId: string;
10
+ }
11
+ export declare const createResourceParams: (config: DeleteGoalFromSubMetricConfig) => resources_deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteGoalFromSubMetricConfig>): adapter$45$utils_Untrusted<DeleteGoalFromSubMetricConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteGoalFromSubMetricConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteGoalFromSubMetricConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
15
+ export declare const deleteGoalFromSubMetricAdapterFactory: $64$luvio_engine_DeleteAdapterFactory<DeleteGoalFromSubMetricConfig>;
@@ -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;
@@ -7,6 +7,7 @@ export declare const getSemanticSubMetrics_ConfigPropertyMetadata: $64$luvio_eng
7
7
  export declare const getSemanticSubMetrics_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetSemanticSubMetricsConfig {
9
9
  modelApiNameOrId: string;
10
+ hasGoal?: boolean;
10
11
  }
11
12
  export declare const createResourceParams: (config: GetSemanticSubMetricsConfig) => resources_getSsotSemanticModelsSubMetricsByModelApiNameOrId_ResourceRequestConfig;
12
13
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsConfig): string;
@@ -0,0 +1,21 @@
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
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
4
+ import { SemanticGoalValueInputRepresentation as types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation } from '../types/SemanticGoalValueInputRepresentation';
5
+ import { ResourceRequestConfig as resources_patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig } from '../resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId';
6
+ import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
7
+ export declare const adapterName = "patchSemanticMetricGoal";
8
+ export declare const patchSemanticMetricGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
9
+ export declare const patchSemanticMetricGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
10
+ export interface PatchSemanticMetricGoalConfig {
11
+ modelApiNameOrId: string;
12
+ subMetricNameOrId: string;
13
+ date?: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
14
+ goalType?: string;
15
+ value?: types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
16
+ }
17
+ export declare const createResourceParams: (config: PatchSemanticMetricGoalConfig) => resources_patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig;
18
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PatchSemanticMetricGoalConfig>): adapter$45$utils_Untrusted<PatchSemanticMetricGoalConfig>;
19
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PatchSemanticMetricGoalConfig | null;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PatchSemanticMetricGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, any>>;
21
+ export declare const patchSemanticMetricGoalAdapterFactory: $64$luvio_engine_AdapterFactory<PatchSemanticMetricGoalConfig, types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>;
@@ -9,4 +9,6 @@ export { getSemanticSubMetricsAdapterFactory } from '../adapters/getSemanticSubM
9
9
  export { createSemanticSubMetricAdapterFactory } from '../adapters/createSemanticSubMetric';
10
10
  export { deleteSemanticSubMetricAdapterFactory } from '../adapters/deleteSemanticSubMetric';
11
11
  export { getSemanticSubMetricAdapterFactory } from '../adapters/getSemanticSubMetric';
12
+ export { deleteGoalFromSubMetricAdapterFactory } from '../adapters/deleteGoalFromSubMetric';
13
+ export { patchSemanticMetricGoalAdapterFactory } from '../adapters/patchSemanticMetricGoal';
12
14
  export { getSemanticSubMetricsByIdAdapterFactory } from '../adapters/getSemanticSubMetricsById';
@@ -1,5 +1,6 @@
1
1
  declare let createSemanticModel: any;
2
2
  declare let createSemanticSubMetric: any;
3
+ declare let deleteGoalFromSubMetric: any;
3
4
  declare let deleteSemanticSubMetric: any;
4
5
  declare let getSemanticMetric: any;
5
6
  declare let getSemanticMetricNotifyChange: any;
@@ -12,6 +13,7 @@ declare let getSemanticSubMetric: any;
12
13
  declare let getSemanticSubMetricNotifyChange: any;
13
14
  declare let getSemanticSubMetrics: any;
14
15
  declare let getSemanticSubMetricsById: any;
16
+ declare let patchSemanticMetricGoal: any;
15
17
  declare let patchSemanticModel: any;
16
18
  declare let getSemanticMetric_imperative: any;
17
19
  declare let getSemanticMetrics_imperative: any;
@@ -21,4 +23,4 @@ declare let getSemanticModels_imperative: any;
21
23
  declare let getSemanticSubMetric_imperative: any;
22
24
  declare let getSemanticSubMetrics_imperative: any;
23
25
  declare let getSemanticSubMetricsById_imperative: any;
24
- export { createSemanticModel, createSemanticSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticModel, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
26
+ export { createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticMetricGoal, patchSemanticModel, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
@@ -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,13 @@
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 evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ 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;
@@ -0,0 +1,15 @@
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 { SemanticMetricCollectionOutputRepresentation as types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation } from '../types/SemanticMetricCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ metricIds: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMetricCollectionOutputRepresentation_SemanticMetricCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ 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;
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
4
4
  urlParams: {
5
5
  modelApiNameOrId: string;
6
6
  };
7
+ queryParams: {
8
+ hasGoal?: boolean;
9
+ };
7
10
  }
8
11
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
12
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
@@ -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 { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
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_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<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>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ 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 { SemanticPermissionOutputRepresentation as types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation } from '../types/SemanticPermissionOutputRepresentation';
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_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation): void;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticPermissionOutputRepresentation_SemanticPermissionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -15,6 +15,8 @@ export interface ResourceRequestConfig {
15
15
  label?: string;
16
16
  filterLogic?: string;
17
17
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
18
+ CustomSql?: string;
19
+ referenceIntegritySemanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
18
20
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
19
21
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
20
22
  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,8 @@ export interface ResourceRequestConfig {
14
14
  label?: string;
15
15
  filterLogic?: string;
16
16
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
17
+ CustomSql?: string;
18
+ referenceIntegritySemanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
17
19
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
18
20
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
19
21
  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,8 @@ export interface ResourceRequestConfig {
15
15
  label?: string;
16
16
  filterLogic?: string;
17
17
  filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
18
+ CustomSql?: string;
19
+ referenceIntegritySemanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
18
20
  semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
19
21
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
20
22
  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;
@@ -0,0 +1,46 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d211929f016074debe4222ace9271deb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticCalculatedFieldInputRepresentation, existing: SemanticCalculatedFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedFieldInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticCalculatedFieldInputRepresentationNormalized, incoming: SemanticCalculatedFieldInputRepresentationNormalized): 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: SemanticCalculatedFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating semantic calculated field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticCalculatedFieldInputRepresentationNormalized {
17
+ /** The semantic calculated field data role */
18
+ fieldDataRole?: string;
19
+ /** The semantic calculated field data type */
20
+ fieldDataType?: string;
21
+ /** The semantic calculated field decimal place */
22
+ fieldDecimalPlace?: number;
23
+ /** The semantic calculated field default aggregation type */
24
+ fieldDefaultAggregationType?: string;
25
+ /** The semantic calculated field description */
26
+ fieldDescription?: string;
27
+ /** The semantic calculated field formula */
28
+ fieldFormula?: string;
29
+ /** The semantic calculated field label */
30
+ fieldLabel?: string;
31
+ }
32
+ /**
33
+ * Input representation for creating semantic calculated field
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface SemanticCalculatedFieldInputRepresentation {
39
+ fieldDataRole?: string;
40
+ fieldDataType?: string;
41
+ fieldDecimalPlace?: number;
42
+ fieldDefaultAggregationType?: string;
43
+ fieldDescription?: string;
44
+ fieldFormula?: string;
45
+ fieldLabel?: string;
46
+ }
@@ -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
  }