@salesforce/lds-adapters-cdp-semantic-authoring 0.1.0-dev1
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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/cdp-semantic-authoring.js +15359 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createSemanticGoal.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteSemanticGoal.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteSemanticSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticGoal.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticMetric.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticMetrics.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticMetricsByIds.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticMetricsToSubMetrics.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModels.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetric.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSemanticGoal.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModels.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsByModelApiNameOrId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricsByMetricIds.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModels.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGroupingsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricApiNamesSubMetricsByMetricApiNamesAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsShallowByModelApiNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsCloneByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsCloneByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCloneByModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGroupingsByModelApiNameOrId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMetricsCloneByMetricNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersCloneByModelApiNameOrIdAndParameterApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsConvertToDimensionByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsConvertToDimensionByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/BinDimensionConfigurationInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/BinDimensionConfigurationOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/GroupDimensionConfigurationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/GroupDimensionConfigurationOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/GroupDimensionGroupInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GroupDimensionGroupOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticAuthoringErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticBaseModelOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +119 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +83 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +137 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +115 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +112 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingConfigurationInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingConfigurationOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +117 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +127 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricInputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +96 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateCollectionInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateCollectionOutputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +176 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +107 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelValidationOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +101 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +95 -0
- package/dist/es/es2018/types/src/generated/types/SemanticResourceValidationOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricsByMetricCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricsByMetricOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SemanticTableFieldReferenceInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticTableFieldReferenceOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticUnionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +15682 -0
- package/src/raml/api.raml +5570 -0
- package/src/raml/luvio.raml +161 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SemanticRelationshipCriteriaInputRepresentation as types_SemanticRelationshipCriteriaInputRepresentation_SemanticRelationshipCriteriaInputRepresentation } from '../types/SemanticRelationshipCriteriaInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { SemanticRelationshipOutputRepresentation as types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from '../types/SemanticRelationshipOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
modelApiNameOrId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
apiName?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
cardinality?: string;
|
|
13
|
+
criteria?: Array<types_SemanticRelationshipCriteriaInputRepresentation_SemanticRelationshipCriteriaInputRepresentation>;
|
|
14
|
+
isEnabled?: boolean;
|
|
15
|
+
joinType?: string;
|
|
16
|
+
leftSemanticDefinitionApiName?: string;
|
|
17
|
+
logicalViewId?: string;
|
|
18
|
+
rightSemanticDefinitionApiName?: string;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation): void;
|
|
23
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation, any>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
import { SemanticMetricGoalInputRepresentation as types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from '../types/SemanticMetricGoalInputRepresentation';
|
|
3
|
+
import { SemanticTimeRangeInputRepresentation as types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from '../types/SemanticTimeRangeInputRepresentation';
|
|
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';
|
|
5
|
+
import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
modelApiNameOrId: string;
|
|
9
|
+
};
|
|
10
|
+
body: {
|
|
11
|
+
apiName?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
label?: string;
|
|
14
|
+
filterLogic?: string;
|
|
15
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
16
|
+
goal?: types_SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
|
|
17
|
+
semanticMetricDefinitionApiName?: string;
|
|
18
|
+
timeRange?: types_SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation): void;
|
|
23
|
+
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>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
3
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
4
|
+
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
5
|
+
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
6
|
+
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
7
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
8
|
+
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
9
|
+
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
10
|
+
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
11
|
+
import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
|
|
12
|
+
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';
|
|
13
|
+
import { SemanticModelOutputRepresentation as types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation } from '../types/SemanticModelOutputRepresentation';
|
|
14
|
+
export interface ResourceRequestConfig {
|
|
15
|
+
urlParams: {
|
|
16
|
+
modelApiNameOrId: string;
|
|
17
|
+
};
|
|
18
|
+
body: {
|
|
19
|
+
apiName?: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
label?: string;
|
|
22
|
+
app?: string;
|
|
23
|
+
categories?: Array<string>;
|
|
24
|
+
dataspace?: string;
|
|
25
|
+
queryUnrelatedDataObjects?: string;
|
|
26
|
+
sourceCreation?: string;
|
|
27
|
+
sourceCreationName?: string;
|
|
28
|
+
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
29
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
30
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
31
|
+
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
32
|
+
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
33
|
+
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
34
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
35
|
+
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
36
|
+
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
37
|
+
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
38
|
+
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
42
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation): void;
|
|
43
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, any>;
|
|
44
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
45
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { SemanticCalculatedDimensionOutputRepresentation as types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from '../types/SemanticCalculatedDimensionOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
calculatedDimensionNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
dataType?: string;
|
|
18
|
+
semanticDataType?: string;
|
|
19
|
+
expression?: string;
|
|
20
|
+
filterLogic?: string;
|
|
21
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
22
|
+
isOverrideBase?: boolean;
|
|
23
|
+
syntax?: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation): void;
|
|
28
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, any>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { SemanticCalculatedMeasurementOutputRepresentation as types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from '../types/SemanticCalculatedMeasurementOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
calculatedDimensionNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
aggregationType?: string;
|
|
18
|
+
dataType?: string;
|
|
19
|
+
directionality?: string;
|
|
20
|
+
semanticDataType?: string;
|
|
21
|
+
sentiment?: string;
|
|
22
|
+
shouldTreatNullsAsZeros?: boolean;
|
|
23
|
+
expression?: string;
|
|
24
|
+
filterLogic?: string;
|
|
25
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
26
|
+
isOverrideBase?: boolean;
|
|
27
|
+
syntax?: string;
|
|
28
|
+
totalAggregationType?: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
32
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation): void;
|
|
33
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, any>;
|
|
34
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
35
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { SemanticCalculatedMeasurementOutputRepresentation as types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from '../types/SemanticCalculatedMeasurementOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
calculatedMeasurementNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
aggregationType?: string;
|
|
18
|
+
dataType?: string;
|
|
19
|
+
directionality?: string;
|
|
20
|
+
semanticDataType?: string;
|
|
21
|
+
sentiment?: string;
|
|
22
|
+
shouldTreatNullsAsZeros?: boolean;
|
|
23
|
+
expression?: string;
|
|
24
|
+
filterLogic?: string;
|
|
25
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
26
|
+
isOverrideBase?: boolean;
|
|
27
|
+
syntax?: string;
|
|
28
|
+
totalAggregationType?: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
32
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation): void;
|
|
33
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation, any>;
|
|
34
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
35
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { SemanticCalculatedDimensionOutputRepresentation as types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from '../types/SemanticCalculatedDimensionOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
calculatedMeasurementNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
dataType?: string;
|
|
18
|
+
semanticDataType?: string;
|
|
19
|
+
expression?: string;
|
|
20
|
+
filterLogic?: string;
|
|
21
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
22
|
+
isOverrideBase?: boolean;
|
|
23
|
+
syntax?: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation): void;
|
|
28
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation, any>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
import { SemanticDimensionInputRepresentation as types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from '../types/SemanticDimensionInputRepresentation';
|
|
3
|
+
import { SemanticMeasurementInputRepresentation as types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from '../types/SemanticMeasurementInputRepresentation';
|
|
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';
|
|
5
|
+
import { SemanticDataObjectOutputRepresentation as types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from '../types/SemanticDataObjectOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
dataObjectNameOrId: string;
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
};
|
|
11
|
+
body: {
|
|
12
|
+
apiName?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
dataObjectName?: string;
|
|
16
|
+
dataObjectType?: string;
|
|
17
|
+
filterLogic?: string;
|
|
18
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
19
|
+
logicalViewId?: string;
|
|
20
|
+
semanticDimensions?: Array<types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
21
|
+
semanticMeasurements?: Array<types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
22
|
+
shouldIncludeAllFields?: boolean;
|
|
23
|
+
tableType?: string;
|
|
24
|
+
primaryNameField?: string;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
28
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation): void;
|
|
29
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation, any>;
|
|
30
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
31
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
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
|
+
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
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;
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { SemanticDimensionOutputRepresentation as types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from '../types/SemanticDimensionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
dataObjectNameOrId: string;
|
|
6
|
+
dimensionNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
dataType?: string;
|
|
18
|
+
semanticDataType?: string;
|
|
19
|
+
dataObjectFieldName?: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation): void;
|
|
24
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, any>;
|
|
25
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
26
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { SemanticMeasurementOutputRepresentation as types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from '../types/SemanticMeasurementOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
dataObjectNameOrId: string;
|
|
6
|
+
dimensionNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
aggregationType?: string;
|
|
18
|
+
dataType?: string;
|
|
19
|
+
directionality?: string;
|
|
20
|
+
semanticDataType?: string;
|
|
21
|
+
sentiment?: string;
|
|
22
|
+
shouldTreatNullsAsZeros?: boolean;
|
|
23
|
+
dataObjectFieldName?: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation): void;
|
|
28
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, any>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { SemanticMeasurementOutputRepresentation as types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from '../types/SemanticMeasurementOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
dataObjectNameOrId: string;
|
|
6
|
+
measurementNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
aggregationType?: string;
|
|
18
|
+
dataType?: string;
|
|
19
|
+
directionality?: string;
|
|
20
|
+
semanticDataType?: string;
|
|
21
|
+
sentiment?: string;
|
|
22
|
+
shouldTreatNullsAsZeros?: boolean;
|
|
23
|
+
dataObjectFieldName?: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation): void;
|
|
28
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation, any>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { SemanticDimensionOutputRepresentation as types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from '../types/SemanticDimensionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
dataObjectNameOrId: string;
|
|
6
|
+
measurementNameOrId: string;
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
decimalPlace?: number;
|
|
14
|
+
displayCategory?: string;
|
|
15
|
+
isVisible?: boolean;
|
|
16
|
+
sortOrder?: string;
|
|
17
|
+
dataType?: string;
|
|
18
|
+
semanticDataType?: string;
|
|
19
|
+
dataObjectFieldName?: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation): void;
|
|
24
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation, any>;
|
|
25
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
26
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
|
|
2
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
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 { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
5
|
+
export interface ResourceRequestConfig {
|
|
6
|
+
urlParams: {
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
queryParams: {
|
|
10
|
+
endDate: string;
|
|
11
|
+
startDate: string;
|
|
12
|
+
subMetricApiNameOrId: string;
|
|
13
|
+
};
|
|
14
|
+
body: {
|
|
15
|
+
apiName?: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
dateRange: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
19
|
+
forecasting?: boolean;
|
|
20
|
+
statusConditions: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
21
|
+
subMetricDefinitionApiName: string;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
25
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation): void;
|
|
26
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
27
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
28
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SemanticGroupingConfigurationInputRepresentation as types_SemanticGroupingConfigurationInputRepresentation_SemanticGroupingConfigurationInputRepresentation } from '../types/SemanticGroupingConfigurationInputRepresentation';
|
|
2
|
+
import { SemanticFieldReferenceInputRepresentation as types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation } from '../types/SemanticFieldReferenceInputRepresentation';
|
|
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 { SemanticGroupingOutputRepresentation as types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation } from '../types/SemanticGroupingOutputRepresentation';
|
|
5
|
+
export interface ResourceRequestConfig {
|
|
6
|
+
urlParams: {
|
|
7
|
+
groupingNameOrId: string;
|
|
8
|
+
modelApiNameOrId: string;
|
|
9
|
+
};
|
|
10
|
+
body: {
|
|
11
|
+
apiName?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
label?: string;
|
|
14
|
+
configuration?: types_SemanticGroupingConfigurationInputRepresentation_SemanticGroupingConfigurationInputRepresentation;
|
|
15
|
+
fieldReference?: types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation;
|
|
16
|
+
type?: string;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation): void;
|
|
21
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation, any>;
|
|
22
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
23
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
2
|
+
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
3
|
+
import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
|
|
4
|
+
import { SemanticUnionInputRepresentation as types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation } from '../types/SemanticUnionInputRepresentation';
|
|
5
|
+
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';
|
|
6
|
+
import { SemanticLogicalViewOutputRepresentation as types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation } from '../types/SemanticLogicalViewOutputRepresentation';
|
|
7
|
+
export interface ResourceRequestConfig {
|
|
8
|
+
urlParams: {
|
|
9
|
+
logicalViewApiNameOrId: string;
|
|
10
|
+
modelApiNameOrId: string;
|
|
11
|
+
};
|
|
12
|
+
body: {
|
|
13
|
+
apiName?: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
label?: string;
|
|
16
|
+
filterLogic?: string;
|
|
17
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
18
|
+
tableType?: string;
|
|
19
|
+
customSQL?: string;
|
|
20
|
+
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
21
|
+
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
22
|
+
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
23
|
+
primaryNameField?: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation): void;
|
|
28
|
+
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>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SemanticTableFieldReferenceInputRepresentation as types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation } from '../types/SemanticTableFieldReferenceInputRepresentation';
|
|
2
|
+
import { SemanticDimensionInputRepresentation as types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from '../types/SemanticDimensionInputRepresentation';
|
|
3
|
+
import { SemanticMeasurementInputRepresentation as types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from '../types/SemanticMeasurementInputRepresentation';
|
|
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';
|
|
5
|
+
import { SemanticMappedFieldOutputRepresentation as types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from '../types/SemanticMappedFieldOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
mappedFieldNameOrId: string;
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
};
|
|
11
|
+
body: {
|
|
12
|
+
apiName?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
fields?: Array<types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation>;
|
|
16
|
+
logicalViewId?: string;
|
|
17
|
+
semanticDimension?: types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation;
|
|
18
|
+
semanticMeasurement?: types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation): void;
|
|
23
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, any>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
|
@@ -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,30 @@
|
|
|
1
|
+
import { SemanticFieldReferenceInputRepresentation as types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation } from '../types/SemanticFieldReferenceInputRepresentation';
|
|
2
|
+
import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
|
|
3
|
+
import { SemanticInsightsSettingsInputRepresentation as types_SemanticInsightsSettingsInputRepresentation_SemanticInsightsSettingsInputRepresentation } from '../types/SemanticInsightsSettingsInputRepresentation';
|
|
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';
|
|
5
|
+
import { SemanticMetricOutputRepresentation as types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from '../types/SemanticMetricOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
metricNameOrId: string;
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
};
|
|
11
|
+
body: {
|
|
12
|
+
apiName?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
additionalDimensions?: Array<types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation>;
|
|
16
|
+
aggregationType?: string;
|
|
17
|
+
filterLogic?: string;
|
|
18
|
+
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
19
|
+
insightsSettings?: types_SemanticInsightsSettingsInputRepresentation_SemanticInsightsSettingsInputRepresentation;
|
|
20
|
+
isCumulative?: boolean;
|
|
21
|
+
measurementReference?: types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation;
|
|
22
|
+
timeDimensionReference?: types_SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation;
|
|
23
|
+
timeGrains?: Array<string>;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation): void;
|
|
28
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation, any>;
|
|
29
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
30
|
+
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;
|