@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.
Files changed (239) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/cdp-semantic-authoring.js +15359 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createSemanticGoal.d.ts +24 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +45 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +26 -0
  7. package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
  8. package/dist/es/es2018/types/src/generated/adapters/deleteSemanticGoal.d.ts +17 -0
  9. package/dist/es/es2018/types/src/generated/adapters/deleteSemanticSubMetric.d.ts +15 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getSemanticGoal.d.ts +31 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getSemanticMetric.d.ts +29 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getSemanticMetrics.d.ts +27 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getSemanticMetricsByIds.d.ts +29 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getSemanticMetricsToSubMetrics.d.ts +28 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +32 -0
  17. package/dist/es/es2018/types/src/generated/adapters/getSemanticModels.d.ts +35 -0
  18. package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetric.d.ts +29 -0
  19. package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +27 -0
  20. package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +19 -0
  22. package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +46 -0
  23. package/dist/es/es2018/types/src/generated/adapters/updateSemanticGoal.d.ts +27 -0
  24. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +20 -0
  25. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +36 -0
  26. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
  27. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModels.d.ts +11 -0
  28. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
  29. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsByModelApiNameOrId.d.ts +11 -0
  30. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +15 -0
  31. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +15 -0
  32. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +15 -0
  33. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
  34. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
  35. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +17 -0
  36. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +12 -0
  37. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +15 -0
  38. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +12 -0
  39. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +12 -0
  40. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +12 -0
  41. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +12 -0
  42. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +13 -0
  43. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +13 -0
  44. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
  45. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricsByMetricIds.d.ts +19 -0
  46. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModels.d.ts +23 -0
  47. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +22 -0
  48. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +16 -0
  49. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +18 -0
  50. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +16 -0
  51. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +18 -0
  52. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +16 -0
  53. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +15 -0
  54. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +17 -0
  55. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
  56. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +17 -0
  57. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +19 -0
  58. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
  59. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +21 -0
  60. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +16 -0
  61. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGroupingsByModelApiNameOrId.d.ts +15 -0
  62. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +16 -0
  63. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +16 -0
  64. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +15 -0
  65. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricApiNamesSubMetricsByMetricApiNamesAndModelApiNameOrId.d.ts +16 -0
  66. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +17 -0
  67. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +15 -0
  68. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrId.d.ts +15 -0
  69. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +16 -0
  70. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +15 -0
  71. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +16 -0
  72. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsShallowByModelApiNameOrId.d.ts +20 -0
  73. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +15 -0
  74. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +17 -0
  75. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
  76. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +19 -0
  77. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +45 -0
  78. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +30 -0
  79. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +18 -0
  80. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +42 -0
  81. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +29 -0
  82. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsCloneByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +13 -0
  83. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +34 -0
  84. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsCloneByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +13 -0
  85. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCloneByModelApiNameOrId.d.ts +12 -0
  86. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +30 -0
  87. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +25 -0
  88. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +29 -0
  89. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
  90. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGroupingsByModelApiNameOrId.d.ts +22 -0
  91. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +29 -0
  92. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
  93. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +24 -0
  94. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMetricsByModelApiNameOrId.d.ts +29 -0
  95. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMetricsCloneByMetricNameOrIdAndModelApiNameOrId.d.ts +13 -0
  96. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +25 -0
  97. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersCloneByModelApiNameOrIdAndParameterApiNameOrId.d.ts +13 -0
  98. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsRelationshipsByModelApiNameOrId.d.ts +25 -0
  99. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +25 -0
  100. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +45 -0
  101. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +30 -0
  102. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +35 -0
  103. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +35 -0
  104. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsConvertToDimensionByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +30 -0
  105. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +31 -0
  106. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +13 -0
  107. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +26 -0
  108. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +30 -0
  109. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +30 -0
  110. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsConvertToDimensionByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +26 -0
  111. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +28 -0
  112. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGroupingsByGroupingNameOrIdAndModelApiNameOrId.d.ts +23 -0
  113. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +30 -0
  114. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +25 -0
  115. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
  116. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsByMetricNameOrIdAndModelApiNameOrId.d.ts +30 -0
  117. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
  118. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +26 -0
  119. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsRelationshipsByModelApiNameOrIdAndRelationshipNameOrId.d.ts +26 -0
  120. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +26 -0
  121. package/dist/es/es2018/types/src/generated/types/BinDimensionConfigurationInputRepresentation.d.ts +28 -0
  122. package/dist/es/es2018/types/src/generated/types/BinDimensionConfigurationOutputRepresentation.d.ts +28 -0
  123. package/dist/es/es2018/types/src/generated/types/GroupDimensionConfigurationInputRepresentation.d.ts +32 -0
  124. package/dist/es/es2018/types/src/generated/types/GroupDimensionConfigurationOutputRepresentation.d.ts +32 -0
  125. package/dist/es/es2018/types/src/generated/types/GroupDimensionGroupInputRepresentation.d.ts +31 -0
  126. package/dist/es/es2018/types/src/generated/types/GroupDimensionGroupOutputRepresentation.d.ts +31 -0
  127. package/dist/es/es2018/types/src/generated/types/SemanticAuthoringErrorOutputRepresentation.d.ts +40 -0
  128. package/dist/es/es2018/types/src/generated/types/SemanticBaseModelInputRepresentation.d.ts +28 -0
  129. package/dist/es/es2018/types/src/generated/types/SemanticBaseModelOutputRepresentation.d.ts +31 -0
  130. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionCollectionOutputRepresentation.d.ts +38 -0
  131. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +68 -0
  132. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +119 -0
  133. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementCollectionOutputRepresentation.d.ts +38 -0
  134. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +83 -0
  135. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +137 -0
  136. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionInputRepresentation.d.ts +29 -0
  137. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +41 -0
  138. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +67 -0
  139. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +115 -0
  140. package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionInputRepresentation.d.ts +29 -0
  141. package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +30 -0
  142. package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +44 -0
  143. package/dist/es/es2018/types/src/generated/types/SemanticDependencyInputRepresentation.d.ts +31 -0
  144. package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +38 -0
  145. package/dist/es/es2018/types/src/generated/types/SemanticDimensionCollectionOutputRepresentation.d.ts +38 -0
  146. package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +55 -0
  147. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +112 -0
  148. package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceInputRepresentation.d.ts +31 -0
  149. package/dist/es/es2018/types/src/generated/types/SemanticFieldReferenceOutputRepresentation.d.ts +31 -0
  150. package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +37 -0
  151. package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +37 -0
  152. package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
  153. package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.d.ts +31 -0
  154. package/dist/es/es2018/types/src/generated/types/SemanticGoalInputRepresentation.d.ts +48 -0
  155. package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +87 -0
  156. package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts +43 -0
  157. package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionOutputRepresentation.d.ts +43 -0
  158. package/dist/es/es2018/types/src/generated/types/SemanticGroupingCollectionOutputRepresentation.d.ts +38 -0
  159. package/dist/es/es2018/types/src/generated/types/SemanticGroupingConfigurationInputRepresentation.d.ts +33 -0
  160. package/dist/es/es2018/types/src/generated/types/SemanticGroupingConfigurationOutputRepresentation.d.ts +33 -0
  161. package/dist/es/es2018/types/src/generated/types/SemanticGroupingInputRepresentation.d.ts +45 -0
  162. package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +87 -0
  163. package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionInputRepresentation.d.ts +32 -0
  164. package/dist/es/es2018/types/src/generated/types/SemanticIdentifyingDimensionOutputRepresentation.d.ts +32 -0
  165. package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeInputRepresentation.d.ts +31 -0
  166. package/dist/es/es2018/types/src/generated/types/SemanticInsightTypeOutputRepresentation.d.ts +31 -0
  167. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +50 -0
  168. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +50 -0
  169. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewCollectionOutputRepresentation.d.ts +38 -0
  170. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +62 -0
  171. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +117 -0
  172. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +44 -0
  173. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldCollectionOutputRepresentation.d.ts +38 -0
  174. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldInputRepresentation.d.ts +48 -0
  175. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +87 -0
  176. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementCollectionOutputRepresentation.d.ts +38 -0
  177. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +67 -0
  178. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +127 -0
  179. package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
  180. package/dist/es/es2018/types/src/generated/types/SemanticMetricCollectionOutputRepresentation.d.ts +38 -0
  181. package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationInputRepresentation.d.ts +29 -0
  182. package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationOutputRepresentation.d.ts +29 -0
  183. package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalCollectionOutputRepresentation.d.ts +29 -0
  184. package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +32 -0
  185. package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts +32 -0
  186. package/dist/es/es2018/types/src/generated/types/SemanticMetricInputRepresentation.d.ts +64 -0
  187. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +103 -0
  188. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
  189. package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
  190. package/dist/es/es2018/types/src/generated/types/SemanticModelCollectionOutputRepresentation.d.ts +44 -0
  191. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionInputRepresentation.d.ts +37 -0
  192. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +46 -0
  193. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation.d.ts +37 -0
  194. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation.d.ts +37 -0
  195. package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +96 -0
  196. package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateCollectionInputRepresentation.d.ts +33 -0
  197. package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateCollectionOutputRepresentation.d.ts +33 -0
  198. package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateInputRepresentation.d.ts +31 -0
  199. package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateOutputRepresentation.d.ts +34 -0
  200. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +176 -0
  201. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +58 -0
  202. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +107 -0
  203. package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
  204. package/dist/es/es2018/types/src/generated/types/SemanticModelValidationOutputRepresentation.d.ts +44 -0
  205. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
  206. package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
  207. package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
  208. package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
  209. package/dist/es/es2018/types/src/generated/types/SemanticParameterCollectionOutputRepresentation.d.ts +38 -0
  210. package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +58 -0
  211. package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts +31 -0
  212. package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts +31 -0
  213. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +101 -0
  214. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCollectionOutputRepresentation.d.ts +38 -0
  215. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaInputRepresentation.d.ts +40 -0
  216. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipCriteriaOutputRepresentation.d.ts +40 -0
  217. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipInputRepresentation.d.ts +56 -0
  218. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +95 -0
  219. package/dist/es/es2018/types/src/generated/types/SemanticResourceValidationOutputRepresentation.d.ts +36 -0
  220. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricCollectionOutputRepresentation.d.ts +38 -0
  221. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +51 -0
  222. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +88 -0
  223. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricsByMetricCollectionOutputRepresentation.d.ts +38 -0
  224. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricsByMetricOutputRepresentation.d.ts +41 -0
  225. package/dist/es/es2018/types/src/generated/types/SemanticTableFieldReferenceInputRepresentation.d.ts +31 -0
  226. package/dist/es/es2018/types/src/generated/types/SemanticTableFieldReferenceOutputRepresentation.d.ts +31 -0
  227. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +34 -0
  228. package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +34 -0
  229. package/dist/es/es2018/types/src/generated/types/SemanticUnionInputRepresentation.d.ts +42 -0
  230. package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +89 -0
  231. package/dist/es/es2018/types/src/generated/types/SemanticValidationOutputRepresentation.d.ts +38 -0
  232. package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialInputRepresentation.d.ts +28 -0
  233. package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialOutputRepresentation.d.ts +34 -0
  234. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  235. package/package.json +66 -0
  236. package/sfdc/index.d.ts +1 -0
  237. package/sfdc/index.js +15682 -0
  238. package/src/raml/api.raml +5570 -0
  239. package/src/raml/luvio.raml +161 -0
@@ -0,0 +1,38 @@
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
+ import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
3
+ export declare const VERSION = "e32a1081d6719c28d7d298b0ccecc2dc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticRelationshipCollectionOutputRepresentation, existing: SemanticRelationshipCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticRelationshipCollectionOutputRepresentation, existing: SemanticRelationshipCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticRelationshipCollectionOutputRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ items?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticRelationshipCollectionOutputRepresentationNormalized, incoming: SemanticRelationshipCollectionOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticRelationshipCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic relationship collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticRelationshipCollectionOutputRepresentationNormalized {
27
+ /** A list of semantic items. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic relationship collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticRelationshipCollectionOutputRepresentation {
37
+ items?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
38
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "83fe2349c12347ee1cca2d276cb72002";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticRelationshipCriteriaInputRepresentation, existing: SemanticRelationshipCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipCriteriaInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticRelationshipCriteriaInputRepresentationNormalized, incoming: SemanticRelationshipCriteriaInputRepresentationNormalized): 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: SemanticRelationshipCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic relationship criteria
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticRelationshipCriteriaInputRepresentationNormalized {
17
+ /** The join operator. */
18
+ joinOperator?: string;
19
+ /** The left field type. */
20
+ leftFieldType?: string;
21
+ /** The api name of the field from the left semantic data object. */
22
+ leftSemanticFieldApiName?: string;
23
+ /** The right field type. */
24
+ rightFieldType?: string;
25
+ /** The api name of the field from the right semantic data object. */
26
+ rightSemanticFieldApiName?: string;
27
+ }
28
+ /**
29
+ * Input representation for creating a semantic relationship criteria
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SemanticRelationshipCriteriaInputRepresentation {
35
+ joinOperator?: string;
36
+ leftFieldType?: string;
37
+ leftSemanticFieldApiName?: string;
38
+ rightFieldType?: string;
39
+ rightSemanticFieldApiName?: string;
40
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "c5144c317ac72b60d580cab803514b8d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticRelationshipCriteriaOutputRepresentation, existing: SemanticRelationshipCriteriaOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipCriteriaOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticRelationshipCriteriaOutputRepresentationNormalized, incoming: SemanticRelationshipCriteriaOutputRepresentationNormalized): 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: SemanticRelationshipCriteriaOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A semantic relationship criteria.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticRelationshipCriteriaOutputRepresentationNormalized {
17
+ /** The join operator */
18
+ joinOperator?: string;
19
+ /** The left field reference type */
20
+ leftFieldType?: string;
21
+ /** The api name of the field from the left semantic data object */
22
+ leftSemanticFieldApiName?: string;
23
+ /** The right field reference type */
24
+ rightFieldType?: string;
25
+ /** The api name of the field from the right semantic data object */
26
+ rightSemanticFieldApiName?: string;
27
+ }
28
+ /**
29
+ * A semantic relationship criteria.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SemanticRelationshipCriteriaOutputRepresentation {
35
+ joinOperator?: string;
36
+ leftFieldType?: string;
37
+ leftSemanticFieldApiName?: string;
38
+ rightFieldType?: string;
39
+ rightSemanticFieldApiName?: string;
40
+ }
@@ -0,0 +1,56 @@
1
+ import { SemanticRelationshipCriteriaInputRepresentation as SemanticRelationshipCriteriaInputRepresentation_SemanticRelationshipCriteriaInputRepresentation } from './SemanticRelationshipCriteriaInputRepresentation';
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 = "82736bc1666d02d5f7f7d6b14f331754";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticRelationshipInputRepresentation, existing: SemanticRelationshipInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticRelationshipInputRepresentationNormalized, incoming: SemanticRelationshipInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticRelationshipInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for creating a semantic relationship
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticRelationshipInputRepresentationNormalized {
18
+ /** The API name of the semantic entity. */
19
+ apiName?: string;
20
+ /** The cardinality to use while querying using the semantic relationship. */
21
+ cardinality?: string;
22
+ /** The join criterias to use while querying using the semantic relationship. */
23
+ criteria?: Array<SemanticRelationshipCriteriaInputRepresentation_SemanticRelationshipCriteriaInputRepresentation>;
24
+ /** An optional description of the semantic entity. */
25
+ description?: string;
26
+ /** Indicates whether the relationship is currently enabled */
27
+ isEnabled?: boolean;
28
+ /** The join type of the semantic relationship. */
29
+ joinType?: string;
30
+ /** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
31
+ label?: string;
32
+ /** The api name of the left semantic definition in the semantic relationship. */
33
+ leftSemanticDefinitionApiName?: string;
34
+ /** The object ID of a specific Logical View. */
35
+ logicalViewId?: string;
36
+ /** The api name of the right semantic definition in the semantic relationship. */
37
+ rightSemanticDefinitionApiName?: string;
38
+ }
39
+ /**
40
+ * Input representation for creating a semantic relationship
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface SemanticRelationshipInputRepresentation {
46
+ apiName?: string;
47
+ cardinality?: string;
48
+ criteria?: Array<SemanticRelationshipCriteriaInputRepresentation_SemanticRelationshipCriteriaInputRepresentation>;
49
+ description?: string;
50
+ isEnabled?: boolean;
51
+ joinType?: string;
52
+ label?: string;
53
+ leftSemanticDefinitionApiName?: string;
54
+ logicalViewId?: string;
55
+ rightSemanticDefinitionApiName?: string;
56
+ }
@@ -0,0 +1,95 @@
1
+ import { SemanticRelationshipCriteriaOutputRepresentation as SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation } from './SemanticRelationshipCriteriaOutputRepresentation';
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 = "b54e564b71d26e8ac89b5649db876f6f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ name: string;
8
+ }
9
+ export type SemanticRelationshipOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialSemanticRelationshipOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticRelationshipOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticRelationshipOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticRelationshipOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: SemanticRelationshipOutputRepresentation, existing: SemanticRelationshipOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticRelationshipOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: SemanticRelationshipOutputRepresentationNormalized, incoming: SemanticRelationshipOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticRelationshipOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * The output representation of a semantic relationship.
22
+ *
23
+ * Keys:
24
+ * name (string): id
25
+ */
26
+ export interface SemanticRelationshipOutputRepresentationNormalized {
27
+ /** The API name of the semantic entity. */
28
+ apiName: string;
29
+ /** The origin model of the semantic entity. */
30
+ baseModelApiName?: string;
31
+ /** The Canonical URL of the collection for caching purposes only. */
32
+ cacheKey?: string;
33
+ /** The cardinality to use while querying using the semantic relationship */
34
+ cardinality?: string;
35
+ /** The user who created the semantic entity. */
36
+ createdBy: string;
37
+ /** The date in which the semantic entity was created. */
38
+ createdDate: string;
39
+ /** The join criteria to use when querying definitions. */
40
+ criteria?: Array<SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation>;
41
+ /** The Description of the semantic entity. */
42
+ description?: string;
43
+ /** The object ID of the semantic entity. */
44
+ id: string;
45
+ /** Indicates whether the relationship is currently enabled */
46
+ isEnabled?: boolean;
47
+ /** Indicates if the entity can be queried in semantic query engine */
48
+ isQueryable?: string;
49
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
50
+ isSystemDefinition?: boolean;
51
+ /** the join type of the semantic relationship. */
52
+ joinType?: string;
53
+ /** The display name of the semantic entity to be used in the ui. */
54
+ label?: string;
55
+ /** The user who last modified the semantic entity. */
56
+ lastModifiedBy?: string;
57
+ /** The date in which the semantic entity was last modified. */
58
+ lastModifiedDate?: string;
59
+ /** The api name of the left Semantic definition. */
60
+ leftSemanticDefinitionApiName?: string;
61
+ /** The api name of the referenced logical view. */
62
+ logicalViewId?: string;
63
+ /** The api name of the right Semantic definition. */
64
+ rightSemanticDefinitionApiName?: string;
65
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
66
+ unmapped?: boolean;
67
+ }
68
+ /**
69
+ * The output representation of a semantic relationship.
70
+ *
71
+ * Keys:
72
+ * name (string): id
73
+ */
74
+ export interface SemanticRelationshipOutputRepresentation {
75
+ apiName: string;
76
+ baseModelApiName?: string;
77
+ cacheKey?: string;
78
+ cardinality?: string;
79
+ createdBy: string;
80
+ createdDate: string;
81
+ criteria?: Array<SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation>;
82
+ description?: string;
83
+ id: string;
84
+ isEnabled?: boolean;
85
+ isQueryable?: string;
86
+ isSystemDefinition?: boolean;
87
+ joinType?: string;
88
+ label?: string;
89
+ lastModifiedBy?: string;
90
+ lastModifiedDate?: string;
91
+ leftSemanticDefinitionApiName?: string;
92
+ logicalViewId?: string;
93
+ rightSemanticDefinitionApiName?: string;
94
+ unmapped?: boolean;
95
+ }
@@ -0,0 +1,36 @@
1
+ import { SemanticAuthoringErrorOutputRepresentation as SemanticAuthoringErrorOutputRepresentation_SemanticAuthoringErrorOutputRepresentation } from './SemanticAuthoringErrorOutputRepresentation';
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 = "ed69382f3880d334babe4027f0f75bcb";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticResourceValidationOutputRepresentation, existing: SemanticResourceValidationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticResourceValidationOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticResourceValidationOutputRepresentationNormalized, incoming: SemanticResourceValidationOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticResourceValidationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The output representation of a semantic resource validation response.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticResourceValidationOutputRepresentationNormalized {
18
+ /** Nested resources validations responses. */
19
+ subResources?: {
20
+ [key: string]: SemanticResourceValidationOutputRepresentation;
21
+ };
22
+ /** The validation errors. */
23
+ validationErrors: Array<SemanticAuthoringErrorOutputRepresentation_SemanticAuthoringErrorOutputRepresentation>;
24
+ }
25
+ /**
26
+ * The output representation of a semantic resource validation response.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SemanticResourceValidationOutputRepresentation {
32
+ subResources?: {
33
+ [key: string]: SemanticResourceValidationOutputRepresentation;
34
+ };
35
+ validationErrors: Array<SemanticAuthoringErrorOutputRepresentation_SemanticAuthoringErrorOutputRepresentation>;
36
+ }
@@ -0,0 +1,38 @@
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
+ import { SemanticSubMetricOutputRepresentation as SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from './SemanticSubMetricOutputRepresentation';
3
+ export declare const VERSION = "542f239a7dc422c67d6cdffb0ff866eb";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticSubMetricCollectionOutputRepresentation, existing: SemanticSubMetricCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticSubMetricCollectionOutputRepresentation, existing: SemanticSubMetricCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticSubMetricCollectionOutputRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ items?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticSubMetricCollectionOutputRepresentationNormalized, incoming: SemanticSubMetricCollectionOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticSubMetricCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic Sub Metrics collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticSubMetricCollectionOutputRepresentationNormalized {
27
+ /** The list of semantic SubMetrics. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic Sub Metrics collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticSubMetricCollectionOutputRepresentation {
37
+ items?: Array<SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>;
38
+ }
@@ -0,0 +1,51 @@
1
+ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
2
+ import { SemanticMetricGoalInputRepresentation as SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from './SemanticMetricGoalInputRepresentation';
3
+ import { SemanticTimeRangeInputRepresentation as SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from './SemanticTimeRangeInputRepresentation';
4
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
+ export declare const VERSION = "c1af0e4c49b20452aff90c8174bbc592";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SemanticSubMetricInputRepresentation, existing: SemanticSubMetricInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricInputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SemanticSubMetricInputRepresentationNormalized, incoming: SemanticSubMetricInputRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticSubMetricInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Input representation for specifying a semantic sub-metric
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SemanticSubMetricInputRepresentationNormalized {
20
+ /** The API name of the semantic entity. */
21
+ apiName?: string;
22
+ /** An optional description of the semantic entity. */
23
+ description?: string;
24
+ /** The filter logic of the sub-metric. */
25
+ filterLogic?: string;
26
+ /** The filters of the sub-metric. */
27
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
28
+ /** The Goal of the sub-metric. */
29
+ goal?: SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
30
+ /** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
31
+ label?: string;
32
+ /** The API name of the semantic metric definition. */
33
+ semanticMetricDefinitionApiName?: string;
34
+ timeRange?: SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
35
+ }
36
+ /**
37
+ * Input representation for specifying a semantic sub-metric
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface SemanticSubMetricInputRepresentation {
43
+ apiName?: string;
44
+ description?: string;
45
+ filterLogic?: string;
46
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
47
+ goal?: SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
48
+ label?: string;
49
+ semanticMetricDefinitionApiName?: string;
50
+ timeRange?: SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
51
+ }
@@ -0,0 +1,88 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
+ import { SemanticMetricGoalOutputRepresentation as SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation } from './SemanticMetricGoalOutputRepresentation';
3
+ import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
4
+ import { SemanticTimeRangeOutputRepresentation as SemanticTimeRangeOutputRepresentation_SemanticTimeRangeOutputRepresentation } from './SemanticTimeRangeOutputRepresentation';
5
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const VERSION = "aa72fa1a282334d9eedca9b6500fb0d9";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
10
+ name: string;
11
+ }
12
+ export type SemanticSubMetricOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialSemanticSubMetricOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticSubMetricOutputRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticSubMetricOutputRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticSubMetricOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function normalize(input: SemanticSubMetricOutputRepresentation, existing: SemanticSubMetricOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricOutputRepresentationNormalized;
19
+ export declare const select: () => $64$luvio_engine_BaseFragment;
20
+ export declare function equals(existing: SemanticSubMetricOutputRepresentationNormalized, incoming: SemanticSubMetricOutputRepresentationNormalized): boolean;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticSubMetricOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
23
+ /**
24
+ * A semantic Sub Metric.
25
+ *
26
+ * Keys:
27
+ * name (string): id
28
+ */
29
+ export interface SemanticSubMetricOutputRepresentationNormalized {
30
+ /** The API name of the semantic entity. */
31
+ apiName: string;
32
+ /** The origin model of the semantic entity. */
33
+ baseModelApiName?: string;
34
+ /** The Canonical URL of the collection for caching purposes only. */
35
+ cacheKey?: string;
36
+ /** The user who created the semantic entity. */
37
+ createdBy: string;
38
+ /** The date in which the semantic entity was created. */
39
+ createdDate: string;
40
+ /** The Description of the semantic entity. */
41
+ description?: string;
42
+ /** The filter logic of the Sub Metric. */
43
+ filterLogic?: string;
44
+ /** The filters of the Sub Metric. */
45
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
46
+ /** goal of the Sub Metric. */
47
+ goal?: SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation;
48
+ /** The object ID of the semantic entity. */
49
+ id: string;
50
+ /** Indicates if the entity can be queried in semantic query engine */
51
+ isQueryable?: string;
52
+ /** The display name of the semantic entity to be used in the ui. */
53
+ label?: string;
54
+ /** The user who last modified the semantic entity. */
55
+ lastModifiedBy?: string;
56
+ /** The date in which the semantic entity was last modified. */
57
+ lastModifiedDate?: string;
58
+ /** model id of the Sub Metric. */
59
+ modelId?: string;
60
+ /** The API name of the semantic metric definition. */
61
+ semanticMetric?: $64$luvio_engine_StoreLink;
62
+ timeRange?: SemanticTimeRangeOutputRepresentation_SemanticTimeRangeOutputRepresentation;
63
+ }
64
+ /**
65
+ * A semantic Sub Metric.
66
+ *
67
+ * Keys:
68
+ * name (string): id
69
+ */
70
+ export interface SemanticSubMetricOutputRepresentation {
71
+ apiName: string;
72
+ baseModelApiName?: string;
73
+ cacheKey?: string;
74
+ createdBy: string;
75
+ createdDate: string;
76
+ description?: string;
77
+ filterLogic?: string;
78
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
79
+ goal?: SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation;
80
+ id: string;
81
+ isQueryable?: string;
82
+ label?: string;
83
+ lastModifiedBy?: string;
84
+ lastModifiedDate?: string;
85
+ modelId?: string;
86
+ semanticMetric?: SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation;
87
+ timeRange?: SemanticTimeRangeOutputRepresentation_SemanticTimeRangeOutputRepresentation;
88
+ }
@@ -0,0 +1,38 @@
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
+ import { SemanticSubMetricsByMetricOutputRepresentation as SemanticSubMetricsByMetricOutputRepresentation_SemanticSubMetricsByMetricOutputRepresentation } from './SemanticSubMetricsByMetricOutputRepresentation';
3
+ export declare const VERSION = "6fbd75e1a154b08c14ba6560c06488db";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticSubMetricsByMetricCollectionOutputRepresentation, existing: SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticSubMetricsByMetricCollectionOutputRepresentation, existing: SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ items?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized, incoming: SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticSubMetricsByMetricCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Collection of metric to sub metrics.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticSubMetricsByMetricCollectionOutputRepresentationNormalized {
27
+ /** The list of semantic metric to sub metrics. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Collection of metric to sub metrics.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticSubMetricsByMetricCollectionOutputRepresentation {
37
+ items?: Array<SemanticSubMetricsByMetricOutputRepresentation_SemanticSubMetricsByMetricOutputRepresentation>;
38
+ }
@@ -0,0 +1,41 @@
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
+ import { SemanticSubMetricOutputRepresentation as SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from './SemanticSubMetricOutputRepresentation';
3
+ export declare const VERSION = "2980e56b9b4f8b3773f2554f67834745";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticSubMetricsByMetricOutputRepresentation, existing: SemanticSubMetricsByMetricOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricsByMetricOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ subMetrics: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticSubMetricsByMetricOutputRepresentation, existing: SemanticSubMetricsByMetricOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticSubMetricsByMetricOutputRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ subMetrics?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticSubMetricsByMetricOutputRepresentationNormalized, incoming: SemanticSubMetricsByMetricOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticSubMetricsByMetricOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * contain metric data with it's sub metrics.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticSubMetricsByMetricOutputRepresentationNormalized {
27
+ /** The api name of the metric */
28
+ metricApiName?: string;
29
+ /** The sub metrics that depend on the metric */
30
+ subMetrics?: Array<$64$luvio_engine_StoreLink>;
31
+ }
32
+ /**
33
+ * contain metric data with it's sub metrics.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface SemanticSubMetricsByMetricOutputRepresentation {
39
+ metricApiName?: string;
40
+ subMetrics?: Array<SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>;
41
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "a85704b92114ecfefe5944e9325de77e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticTableFieldReferenceInputRepresentation, existing: SemanticTableFieldReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticTableFieldReferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticTableFieldReferenceInputRepresentationNormalized, incoming: SemanticTableFieldReferenceInputRepresentationNormalized): 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: SemanticTableFieldReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of a data object field reference.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticTableFieldReferenceInputRepresentationNormalized {
17
+ /** The API name of the field. */
18
+ fieldApiName?: string;
19
+ /** The api name of the data object. */
20
+ tableApiName?: string;
21
+ }
22
+ /**
23
+ * Input representation of a data object field reference.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticTableFieldReferenceInputRepresentation {
29
+ fieldApiName?: string;
30
+ tableApiName?: string;
31
+ }