@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,62 @@
1
+ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
2
+ import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from './SemanticDataObjectInputRepresentation';
3
+ import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
4
+ import { SemanticUnionInputRepresentation as SemanticUnionInputRepresentation_SemanticUnionInputRepresentation } from './SemanticUnionInputRepresentation';
5
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
6
+ export declare const VERSION = "f99463018178ab52251cd87421da4185";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: SemanticLogicalViewInputRepresentation, existing: SemanticLogicalViewInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewInputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: SemanticLogicalViewInputRepresentationNormalized, incoming: SemanticLogicalViewInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticLogicalViewInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Input representation for creating a semantic logical view
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface SemanticLogicalViewInputRepresentationNormalized {
21
+ /** The API name of the semantic entity. */
22
+ apiName?: string;
23
+ /** Represents the custom sql query. */
24
+ customSQL?: string;
25
+ /** An optional description of the semantic entity. */
26
+ description?: string;
27
+ /** The logic for generating a filter based on the list of filters. */
28
+ filterLogic?: string;
29
+ /** The list of filters to be used as building blocks for the filter logic. */
30
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
31
+ /** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
32
+ label?: string;
33
+ /** Allow experts to indicate which field is the representation of a table. */
34
+ primaryNameField?: string;
35
+ /** The semantic data objects within the logical view. */
36
+ semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
37
+ /** Represents the possible joins within the logical view. */
38
+ semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
39
+ /** Represents the semantic union. */
40
+ semanticUnions?: Array<SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
41
+ /** Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD */
42
+ tableType?: string;
43
+ }
44
+ /**
45
+ * Input representation for creating a semantic logical view
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface SemanticLogicalViewInputRepresentation {
51
+ apiName?: string;
52
+ customSQL?: string;
53
+ description?: string;
54
+ filterLogic?: string;
55
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
56
+ label?: string;
57
+ primaryNameField?: string;
58
+ semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
59
+ semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
60
+ semanticUnions?: Array<SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
61
+ tableType?: string;
62
+ }
@@ -0,0 +1,117 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
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, 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 } from '@luvio/engine';
3
+ import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
4
+ import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
5
+ import { SemanticUnionOutputRepresentation as SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation } from './SemanticUnionOutputRepresentation';
6
+ export declare const VERSION = "deed87abd43631c27a6067ac00a1a018";
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 SemanticLogicalViewOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialSemanticLogicalViewOutputRepresentationNormalizedKeyMetadata = 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): SemanticLogicalViewOutputRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticLogicalViewOutputRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticLogicalViewOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function normalize(input: SemanticLogicalViewOutputRepresentation, existing: SemanticLogicalViewOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewOutputRepresentationNormalized;
19
+ export interface DynamicIngestParams {
20
+ semanticDataObjects: $64$luvio_engine_ResourceIngest;
21
+ semanticRelationships: $64$luvio_engine_ResourceIngest;
22
+ semanticUnions: $64$luvio_engine_ResourceIngest;
23
+ }
24
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticLogicalViewOutputRepresentation, existing: SemanticLogicalViewOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticLogicalViewOutputRepresentationNormalized;
25
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
26
+ export interface DynamicSelectParams {
27
+ semanticDataObjects?: $64$luvio_engine_LinkSelection;
28
+ semanticRelationships?: $64$luvio_engine_LinkSelection;
29
+ semanticUnions?: $64$luvio_engine_LinkSelection;
30
+ }
31
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
32
+ export declare function equals(existing: SemanticLogicalViewOutputRepresentationNormalized, incoming: SemanticLogicalViewOutputRepresentationNormalized): boolean;
33
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
34
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticLogicalViewOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
35
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
36
+ /**
37
+ * A semantic logical view.
38
+ *
39
+ * Keys:
40
+ * name (string): id
41
+ */
42
+ export interface SemanticLogicalViewOutputRepresentationNormalized {
43
+ /** The API name of the semantic entity. */
44
+ apiName: string;
45
+ /** The origin model of the semantic entity. */
46
+ baseModelApiName?: string;
47
+ /** The Canonical URL of the collection for caching purposes only. */
48
+ cacheKey?: string;
49
+ /** The user who created the semantic entity. */
50
+ createdBy: string;
51
+ /** The date in which the semantic entity was created. */
52
+ createdDate: string;
53
+ /** The custom sql query, relevant only for logicalView created by sql */
54
+ customSQL?: string;
55
+ /** The Description of the semantic entity. */
56
+ description?: string;
57
+ /** The logic expression for generating a filter based on the list of filters. */
58
+ filterLogic?: string;
59
+ /** The list of filters to be used as building blocks for the filter logic. */
60
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
61
+ /** The object ID of the semantic entity. */
62
+ id: string;
63
+ /** Indicates if the entity can be queried in semantic query engine */
64
+ isQueryable?: string;
65
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
66
+ isSystemDefinition?: boolean;
67
+ /** The display name of the semantic entity to be used in the ui. */
68
+ label?: string;
69
+ /** The user who last modified the semantic entity. */
70
+ lastModifiedBy?: string;
71
+ /** The date in which the semantic entity was last modified. */
72
+ lastModifiedDate?: string;
73
+ /** Allow experts to indicate which field is the representation of a table. */
74
+ primaryNameField?: string;
75
+ /** The list of the referenced semantic data objects. */
76
+ semanticDataObjects?: Array<$64$luvio_engine_StoreLink>;
77
+ /** The list of the referenced semantic relationships. */
78
+ semanticRelationships?: Array<$64$luvio_engine_StoreLink>;
79
+ /** The list of semantic unions */
80
+ semanticUnions?: Array<$64$luvio_engine_StoreLink>;
81
+ /** The semantic view types enum, relevant only for logicalView created by sql */
82
+ semanticViewTypeEnum?: string;
83
+ /** Table Types for SDM query interpretation. */
84
+ tableType?: string;
85
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
86
+ unmapped?: boolean;
87
+ }
88
+ /**
89
+ * A semantic logical view.
90
+ *
91
+ * Keys:
92
+ * name (string): id
93
+ */
94
+ export interface SemanticLogicalViewOutputRepresentation {
95
+ apiName: string;
96
+ baseModelApiName?: string;
97
+ cacheKey?: string;
98
+ createdBy: string;
99
+ createdDate: string;
100
+ customSQL?: string;
101
+ description?: string;
102
+ filterLogic?: string;
103
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
104
+ id: string;
105
+ isQueryable?: string;
106
+ isSystemDefinition?: boolean;
107
+ label?: string;
108
+ lastModifiedBy?: string;
109
+ lastModifiedDate?: string;
110
+ primaryNameField?: string;
111
+ semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
112
+ semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
113
+ semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
114
+ semanticViewTypeEnum?: string;
115
+ tableType?: string;
116
+ unmapped?: boolean;
117
+ }
@@ -0,0 +1,44 @@
1
+ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
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 = "bd6a7f3ee58ebf650ccf9b2f5fcad20c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticLogicalViewPartialInputRepresentation, existing: SemanticLogicalViewPartialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewPartialInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticLogicalViewPartialInputRepresentationNormalized, incoming: SemanticLogicalViewPartialInputRepresentationNormalized): 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: SemanticLogicalViewPartialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Limited input representation for patching a semantic logical view
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticLogicalViewPartialInputRepresentationNormalized {
18
+ /** The API name of the semantic entity. */
19
+ apiName?: string;
20
+ /** An optional description of the semantic entity. */
21
+ description?: string;
22
+ /** The logic for generating a filter based on the list of filters. */
23
+ filterLogic?: string;
24
+ /** The list of filters to be used as building blocks for the filter logic. */
25
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
26
+ /** 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. */
27
+ label?: string;
28
+ /** Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD */
29
+ tableType?: string;
30
+ }
31
+ /**
32
+ * Limited input representation for patching a semantic logical view
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface SemanticLogicalViewPartialInputRepresentation {
38
+ apiName?: string;
39
+ description?: string;
40
+ filterLogic?: string;
41
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
42
+ label?: string;
43
+ tableType?: string;
44
+ }
@@ -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 { SemanticMappedFieldOutputRepresentation as SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from './SemanticMappedFieldOutputRepresentation';
3
+ export declare const VERSION = "4efdcbd5219524d3df7cdb2c69cd521d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticMappedFieldCollectionOutputRepresentation, existing: SemanticMappedFieldCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMappedFieldCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticMappedFieldCollectionOutputRepresentation, existing: SemanticMappedFieldCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticMappedFieldCollectionOutputRepresentationNormalized;
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: SemanticMappedFieldCollectionOutputRepresentationNormalized, incoming: SemanticMappedFieldCollectionOutputRepresentationNormalized): 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: SemanticMappedFieldCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic mapped field collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticMappedFieldCollectionOutputRepresentationNormalized {
27
+ /** A list of semanticMappedFields. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic mapped field collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticMappedFieldCollectionOutputRepresentation {
37
+ items?: Array<SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>;
38
+ }
@@ -0,0 +1,48 @@
1
+ import { SemanticTableFieldReferenceInputRepresentation as SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation } from './SemanticTableFieldReferenceInputRepresentation';
2
+ import { SemanticDimensionInputRepresentation as SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from './SemanticDimensionInputRepresentation';
3
+ import { SemanticMeasurementInputRepresentation as SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from './SemanticMeasurementInputRepresentation';
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 = "126bb2061c4c72ceaec32a750c5c9bb4";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SemanticMappedFieldInputRepresentation, existing: SemanticMappedFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMappedFieldInputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SemanticMappedFieldInputRepresentationNormalized, incoming: SemanticMappedFieldInputRepresentationNormalized): 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: SemanticMappedFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Input representation for creating semantic mapped fields
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SemanticMappedFieldInputRepresentationNormalized {
20
+ /** The API name of the semantic entity. */
21
+ apiName?: string;
22
+ /** An optional description of the semantic entity. */
23
+ description?: string;
24
+ /** The list of fields references to be used as the union fields. */
25
+ fields?: Array<SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation>;
26
+ /** 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. */
27
+ label?: string;
28
+ /** The object ID of a specific Logical View. */
29
+ logicalViewId?: string;
30
+ /** The configuration for a unified field of type dimension. */
31
+ semanticDimension?: SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation;
32
+ semanticMeasurement?: SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation;
33
+ }
34
+ /**
35
+ * Input representation for creating semantic mapped fields
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface SemanticMappedFieldInputRepresentation {
41
+ apiName?: string;
42
+ description?: string;
43
+ fields?: Array<SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation>;
44
+ label?: string;
45
+ logicalViewId?: string;
46
+ semanticDimension?: SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation;
47
+ semanticMeasurement?: SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation;
48
+ }
@@ -0,0 +1,87 @@
1
+ import { SemanticTableFieldReferenceOutputRepresentation as SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation } from './SemanticTableFieldReferenceOutputRepresentation';
2
+ import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
3
+ import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
4
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
+ export declare const VERSION = "35088fced8f6d5a9595954736caf0ea9";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ name: string;
10
+ }
11
+ export type SemanticMappedFieldOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialSemanticMappedFieldOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticMappedFieldOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticMappedFieldOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticMappedFieldOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: SemanticMappedFieldOutputRepresentation, existing: SemanticMappedFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMappedFieldOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: SemanticMappedFieldOutputRepresentationNormalized, incoming: SemanticMappedFieldOutputRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticMappedFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Semantic Mapped Fields.
24
+ *
25
+ * Keys:
26
+ * name (string): id
27
+ */
28
+ export interface SemanticMappedFieldOutputRepresentationNormalized {
29
+ /** The API name of the semantic entity. */
30
+ apiName: string;
31
+ /** The origin model of the semantic entity. */
32
+ baseModelApiName?: string;
33
+ /** The Canonical URL of the collection for caching purposes only. */
34
+ cacheKey?: 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 Description of the semantic entity. */
40
+ description?: string;
41
+ /** The list of fields references to be used as the union fields. */
42
+ fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
43
+ /** The object ID of the semantic entity. */
44
+ id: string;
45
+ /** Indicates if the entity can be queried in semantic query engine */
46
+ isQueryable?: string;
47
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
48
+ isSystemDefinition?: boolean;
49
+ /** The display name of the semantic entity to be used in the ui. */
50
+ label?: string;
51
+ /** The user who last modified the semantic entity. */
52
+ lastModifiedBy?: string;
53
+ /** The date in which the semantic entity was last modified. */
54
+ lastModifiedDate?: string;
55
+ /** The api name of the referenced logical view. */
56
+ logicalViewId?: string;
57
+ /** The configuration for a unified field of type dimension. */
58
+ semanticDimension?: $64$luvio_engine_StoreLink;
59
+ semanticMeasurement?: $64$luvio_engine_StoreLink;
60
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
61
+ unmapped?: boolean;
62
+ }
63
+ /**
64
+ * Semantic Mapped Fields.
65
+ *
66
+ * Keys:
67
+ * name (string): id
68
+ */
69
+ export interface SemanticMappedFieldOutputRepresentation {
70
+ apiName: string;
71
+ baseModelApiName?: string;
72
+ cacheKey?: string;
73
+ createdBy: string;
74
+ createdDate: string;
75
+ description?: string;
76
+ fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
77
+ id: string;
78
+ isQueryable?: string;
79
+ isSystemDefinition?: boolean;
80
+ label?: string;
81
+ lastModifiedBy?: string;
82
+ lastModifiedDate?: string;
83
+ logicalViewId?: string;
84
+ semanticDimension?: SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation;
85
+ semanticMeasurement?: SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation;
86
+ unmapped?: boolean;
87
+ }
@@ -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 { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
3
+ export declare const VERSION = "ae8760d67adec41b8ec6916964990b59";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticMeasurementCollectionOutputRepresentation, existing: SemanticMeasurementCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticMeasurementCollectionOutputRepresentation, existing: SemanticMeasurementCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticMeasurementCollectionOutputRepresentationNormalized;
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: SemanticMeasurementCollectionOutputRepresentationNormalized, incoming: SemanticMeasurementCollectionOutputRepresentationNormalized): 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: SemanticMeasurementCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic measurement collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticMeasurementCollectionOutputRepresentationNormalized {
27
+ /** A list of semantic items. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic measurement collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticMeasurementCollectionOutputRepresentation {
37
+ items?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
38
+ }
@@ -0,0 +1,67 @@
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 = "d31d03eb8fd89c1eaf33db03bc67871d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticMeasurementInputRepresentation, existing: SemanticMeasurementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticMeasurementInputRepresentationNormalized, incoming: SemanticMeasurementInputRepresentationNormalized): 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: SemanticMeasurementInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic measurement
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticMeasurementInputRepresentationNormalized {
17
+ /** A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg, and None. */
18
+ aggregationType?: string;
19
+ /** The API name of the semantic entity. */
20
+ apiName?: string;
21
+ /** The API name of the referenced data object measurement. */
22
+ dataObjectFieldName?: string;
23
+ /** Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
24
+ dataType?: string;
25
+ /** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field. */
26
+ decimalPlace?: number;
27
+ /** An optional description of the semantic entity. */
28
+ description?: string;
29
+ /** Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
30
+ directionality?: string;
31
+ /** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
32
+ displayCategory?: string;
33
+ /** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
34
+ isVisible?: boolean;
35
+ /** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
36
+ label?: string;
37
+ /** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
38
+ semanticDataType?: string;
39
+ /** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad). */
40
+ sentiment?: string;
41
+ /** Should we treat null values as zeros? */
42
+ shouldTreatNullsAsZeros?: boolean;
43
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
44
+ sortOrder?: string;
45
+ }
46
+ /**
47
+ * Input representation for creating a semantic measurement
48
+ *
49
+ * Keys:
50
+ * (none)
51
+ */
52
+ export interface SemanticMeasurementInputRepresentation {
53
+ aggregationType?: string;
54
+ apiName?: string;
55
+ dataObjectFieldName?: string;
56
+ dataType?: string;
57
+ decimalPlace?: number;
58
+ description?: string;
59
+ directionality?: string;
60
+ displayCategory?: string;
61
+ isVisible?: boolean;
62
+ label?: string;
63
+ semanticDataType?: string;
64
+ sentiment?: string;
65
+ shouldTreatNullsAsZeros?: boolean;
66
+ sortOrder?: string;
67
+ }
@@ -0,0 +1,127 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "181201e45db5bfb0c5947451faf543d2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ name: string;
7
+ }
8
+ export type SemanticMeasurementOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialSemanticMeasurementOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticMeasurementOutputRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticMeasurementOutputRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticMeasurementOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: SemanticMeasurementOutputRepresentation, existing: SemanticMeasurementOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementOutputRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticMeasurementOutputRepresentationNormalized, incoming: SemanticMeasurementOutputRepresentationNormalized): 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: SemanticMeasurementOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * A semantic measurement.
21
+ *
22
+ * Keys:
23
+ * name (string): id
24
+ */
25
+ export interface SemanticMeasurementOutputRepresentationNormalized {
26
+ /** A function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None. */
27
+ aggregationType?: string;
28
+ /** The API name of the semantic entity. */
29
+ apiName: string;
30
+ /** The origin model of the semantic entity. */
31
+ baseModelApiName?: string;
32
+ /** The Canonical URL of the collection for caching purposes only. */
33
+ cacheKey?: string;
34
+ /** The user who created the semantic entity. */
35
+ createdBy: string;
36
+ /** The date in which the semantic entity was created. */
37
+ createdDate: string;
38
+ /** The API name of the referenced data object measurement. */
39
+ dataObjectFieldName?: string;
40
+ /** The type of data stored in specific fields within a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
41
+ dataType?: string;
42
+ /** The number of decimal places to display */
43
+ decimalPlace?: number;
44
+ /** The Description of the semantic entity. */
45
+ description?: string;
46
+ /** Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
47
+ directionality?: string;
48
+ /** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
49
+ displayCategory?: string;
50
+ /** the external data type. */
51
+ externalDataType?: string;
52
+ /** The name of the corresponding external entity. */
53
+ externalStorageName?: string;
54
+ /** The object ID of the semantic entity. */
55
+ id: string;
56
+ /** Indicates if the measurement can be aggregated or not */
57
+ isAggregatable?: boolean;
58
+ /** Indicates whether the field is a key qualifier. */
59
+ isKeyQualifier?: boolean;
60
+ /** Indicates whether the field is a primary key. */
61
+ isPrimaryKey?: boolean;
62
+ /** Indicates if the entity can be queried in semantic query engine */
63
+ isQueryable?: string;
64
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
65
+ isSystemDefinition?: boolean;
66
+ /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
67
+ isVisible?: boolean;
68
+ /** The key qualifier name of this field in data object in data cloud, if exists. */
69
+ keyQualifierName?: string;
70
+ /** The display name of the semantic entity to be used in the ui. */
71
+ label?: string;
72
+ /** The user who last modified the semantic entity. */
73
+ lastModifiedBy?: string;
74
+ /** The date in which the semantic entity was last modified. */
75
+ lastModifiedDate?: string;
76
+ /** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
77
+ semanticDataType?: string;
78
+ /** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
79
+ sentiment?: string;
80
+ /** Should we treat nulls as zeros? */
81
+ shouldTreatNullsAsZeros?: boolean;
82
+ /** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
83
+ sortOrder?: string;
84
+ /** The type of data stored in DC. */
85
+ storageDataType?: string;
86
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
87
+ unmapped?: boolean;
88
+ }
89
+ /**
90
+ * A semantic measurement.
91
+ *
92
+ * Keys:
93
+ * name (string): id
94
+ */
95
+ export interface SemanticMeasurementOutputRepresentation {
96
+ aggregationType?: string;
97
+ apiName: string;
98
+ baseModelApiName?: string;
99
+ cacheKey?: string;
100
+ createdBy: string;
101
+ createdDate: string;
102
+ dataObjectFieldName?: string;
103
+ dataType?: string;
104
+ decimalPlace?: number;
105
+ description?: string;
106
+ directionality?: string;
107
+ displayCategory?: string;
108
+ externalDataType?: string;
109
+ externalStorageName?: string;
110
+ id: string;
111
+ isAggregatable?: boolean;
112
+ isKeyQualifier?: boolean;
113
+ isPrimaryKey?: boolean;
114
+ isQueryable?: string;
115
+ isSystemDefinition?: boolean;
116
+ isVisible?: boolean;
117
+ keyQualifierName?: string;
118
+ label?: string;
119
+ lastModifiedBy?: string;
120
+ lastModifiedDate?: string;
121
+ semanticDataType?: string;
122
+ sentiment?: string;
123
+ shouldTreatNullsAsZeros?: boolean;
124
+ sortOrder?: string;
125
+ storageDataType?: string;
126
+ unmapped?: boolean;
127
+ }