@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,107 @@
1
+ import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
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 = "fbfcf3d65a4ca4d916f66efc9208f1cb";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticModelPartialOutputRepresentation, existing: SemanticModelPartialOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPartialOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticModelPartialOutputRepresentationNormalized, incoming: SemanticModelPartialOutputRepresentationNormalized): 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: SemanticModelPartialOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * The output representation of a partial semantic model.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticModelPartialOutputRepresentationNormalized {
18
+ /** Indicates whether agent features are enabled for this model. */
19
+ agentEnabled?: boolean;
20
+ /** The API name of the semantic entity. */
21
+ apiName: string;
22
+ /** App to which the Semantic Model belongs. */
23
+ app?: string;
24
+ /** The origin model of the semantic entity. */
25
+ baseModelApiName?: string;
26
+ /** List of base models, the current model is extending. */
27
+ baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
28
+ /** Allow Analysts to include business-specific preferences or context. */
29
+ businessPreferences?: string;
30
+ /** The Canonical URL of the collection for caching purposes only. */
31
+ cacheKey?: string;
32
+ /** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
33
+ categories?: Array<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
+ /** Required. Dataspace in which the Semantic Model is located. */
39
+ dataspace: string;
40
+ /** The Description of the semantic entity. */
41
+ description?: string;
42
+ /** The object ID of the semantic entity. */
43
+ id: string;
44
+ /** Is the model locked for edit/ delete. */
45
+ isLocked?: boolean;
46
+ /** Indicates if the entity can be queried in semantic query engine */
47
+ isQueryable?: string;
48
+ /** The display name of the semantic entity to be used in the ui. */
49
+ label?: string;
50
+ /** The user who last modified the semantic entity. */
51
+ lastModifiedBy?: string;
52
+ /** The date in which the semantic entity was last modified. */
53
+ lastModifiedDate?: string;
54
+ /** The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
55
+ queryUnrelatedDataObjects?: string;
56
+ /** The URL that references the Semantic Calculated Dimensions. */
57
+ semanticCalculatedDimensionsUrl?: string;
58
+ /** The URL that references the Semantic Calculated Measurements. */
59
+ semanticCalculatedMeasurementsUrl?: string;
60
+ /** The URL that references the Semantic Data Objects. */
61
+ semanticDataObjectsUrl?: string;
62
+ /** The URL that references the Semantic Groupings. */
63
+ semanticGroupingsUrl?: string | null;
64
+ /** The URL that references the Semantic Parameters. */
65
+ semanticParametersUrl?: string;
66
+ /** The URL that references the Semantic Relationships. */
67
+ semanticRelationshipsUrl?: string;
68
+ /** The source type of which the model was created from. */
69
+ sourceCreation?: string;
70
+ /** The source identifier name */
71
+ sourceCreationName?: string;
72
+ }
73
+ /**
74
+ * The output representation of a partial semantic model.
75
+ *
76
+ * Keys:
77
+ * (none)
78
+ */
79
+ export interface SemanticModelPartialOutputRepresentation {
80
+ agentEnabled?: boolean;
81
+ apiName: string;
82
+ app?: string;
83
+ baseModelApiName?: string;
84
+ baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
85
+ businessPreferences?: string;
86
+ cacheKey?: string;
87
+ categories?: Array<string>;
88
+ createdBy: string;
89
+ createdDate: string;
90
+ dataspace: string;
91
+ description?: string;
92
+ id: string;
93
+ isLocked?: boolean;
94
+ isQueryable?: string;
95
+ label?: string;
96
+ lastModifiedBy?: string;
97
+ lastModifiedDate?: string;
98
+ queryUnrelatedDataObjects?: string;
99
+ semanticCalculatedDimensionsUrl?: string;
100
+ semanticCalculatedMeasurementsUrl?: string;
101
+ semanticDataObjectsUrl?: string;
102
+ semanticGroupingsUrl?: string | null;
103
+ semanticParametersUrl?: string;
104
+ semanticRelationshipsUrl?: string;
105
+ sourceCreation?: string;
106
+ sourceCreationName?: string;
107
+ }
@@ -0,0 +1,52 @@
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 = "9e4c55de9d0591c3767442daf405e2c7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticModelPatchInputRepresentation, existing: SemanticModelPatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPatchInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticModelPatchInputRepresentationNormalized, incoming: SemanticModelPatchInputRepresentationNormalized): 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: SemanticModelPatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Limited input representation for patching semantic model
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticModelPatchInputRepresentationNormalized {
17
+ /** The API name of the semantic entity. */
18
+ apiName?: string;
19
+ /** App to which the Semantic Model belongs. */
20
+ app?: string;
21
+ /** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
22
+ categories?: Array<string>;
23
+ /** Required. Dataspace in which the Semantic Model is located. */
24
+ dataspace?: string;
25
+ /** An optional description of the semantic entity. */
26
+ description?: string;
27
+ /** 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. */
28
+ label?: string;
29
+ /** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
30
+ queryUnrelatedDataObjects?: string;
31
+ /** The source of which the model was created from. */
32
+ sourceCreation?: string;
33
+ /** The source identifier name. */
34
+ sourceCreationName?: string;
35
+ }
36
+ /**
37
+ * Limited input representation for patching semantic model
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface SemanticModelPatchInputRepresentation {
43
+ apiName?: string;
44
+ app?: string;
45
+ categories?: Array<string>;
46
+ dataspace?: string;
47
+ description?: string;
48
+ label?: string;
49
+ queryUnrelatedDataObjects?: string;
50
+ sourceCreation?: string;
51
+ sourceCreationName?: string;
52
+ }
@@ -0,0 +1,44 @@
1
+ import { SemanticResourceValidationOutputRepresentation as SemanticResourceValidationOutputRepresentation_SemanticResourceValidationOutputRepresentation } from './SemanticResourceValidationOutputRepresentation';
2
+ 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';
3
+ import { SemanticModelOutputRepresentation as SemanticModelOutputRepresentation_SemanticModelOutputRepresentation } from './SemanticModelOutputRepresentation';
4
+ export declare const VERSION = "e3fc93b139f6178521da539e801e1209";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SemanticModelValidationOutputRepresentation, existing: SemanticModelValidationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelValidationOutputRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ semanticModel: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticModelValidationOutputRepresentation, existing: SemanticModelValidationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticModelValidationOutputRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ semanticModel?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: SemanticModelValidationOutputRepresentationNormalized, incoming: SemanticModelValidationOutputRepresentationNormalized): 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: SemanticModelValidationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * The output representation of a semantic model validation response.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticModelValidationOutputRepresentationNormalized {
28
+ /** The validated semantic model. */
29
+ isValid: boolean;
30
+ /** The validated semantic model. */
31
+ semanticModel: $64$luvio_engine_StoreLink;
32
+ validation: SemanticResourceValidationOutputRepresentation_SemanticResourceValidationOutputRepresentation;
33
+ }
34
+ /**
35
+ * The output representation of a semantic model validation response.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface SemanticModelValidationOutputRepresentation {
41
+ isValid: boolean;
42
+ semanticModel: SemanticModelOutputRepresentation_SemanticModelOutputRepresentation;
43
+ validation: SemanticResourceValidationOutputRepresentation_SemanticResourceValidationOutputRepresentation;
44
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticOverrideInputRepresentation as SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from './SemanticOverrideInputRepresentation';
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 = "926e2cdda4f52e96376aca6c1f9709c0";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticOverrideCollectionInputRepresentation, existing: SemanticOverrideCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideCollectionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticOverrideCollectionInputRepresentationNormalized, incoming: SemanticOverrideCollectionInputRepresentationNormalized): 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: SemanticOverrideCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A representation of a collection of semantic overrides.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticOverrideCollectionInputRepresentationNormalized {
18
+ /** Represents a list of Semantic Overrides withing the SemanticOverrideCollectionInput */
19
+ overrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
20
+ }
21
+ /**
22
+ * A representation of a collection of semantic overrides.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticOverrideCollectionInputRepresentation {
28
+ overrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { SemanticOverrideOutputRepresentation as SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation } from './SemanticOverrideOutputRepresentation';
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 = "f55104e4c123d15e911ee66a719971f2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticOverrideCollectionOutputRepresentation, existing: SemanticOverrideCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideCollectionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticOverrideCollectionOutputRepresentationNormalized, incoming: SemanticOverrideCollectionOutputRepresentationNormalized): 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: SemanticOverrideCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A representation of a collection of semantic overrides.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticOverrideCollectionOutputRepresentationNormalized {
18
+ /** A list of semantic overrides. */
19
+ overrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
20
+ }
21
+ /**
22
+ * A representation of a collection of semantic overrides.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SemanticOverrideCollectionOutputRepresentation {
28
+ overrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
29
+ }
@@ -0,0 +1,34 @@
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 = "a4d0494c398d8d9b86c78b5e5b72e035";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticOverrideInputRepresentation, existing: SemanticOverrideInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticOverrideInputRepresentationNormalized, incoming: SemanticOverrideInputRepresentationNormalized): 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: SemanticOverrideInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * The input representation for creating a semantic override.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticOverrideInputRepresentationNormalized {
17
+ /** The Fully Qualified Name of the overridden entity */
18
+ entityFqn?: string;
19
+ /** The property name of the overridden entity */
20
+ propertyName?: string;
21
+ /** The property new value of the overridden entity */
22
+ propertyOverrideValue?: string;
23
+ }
24
+ /**
25
+ * The input representation for creating a semantic override.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SemanticOverrideInputRepresentation {
31
+ entityFqn?: string;
32
+ propertyName?: string;
33
+ propertyOverrideValue?: string;
34
+ }
@@ -0,0 +1,43 @@
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 = "6f06bef394bf9744da80affc7b8109c6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticOverrideOutputRepresentation, existing: SemanticOverrideOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticOverrideOutputRepresentationNormalized, incoming: SemanticOverrideOutputRepresentationNormalized): 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: SemanticOverrideOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A semantic override representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticOverrideOutputRepresentationNormalized {
17
+ /** The Fully Qualified Name of the overridden entity */
18
+ entityFqn: string;
19
+ /** The id of the overridden entity */
20
+ entityId: string;
21
+ /** The id of the override entity */
22
+ id: string;
23
+ /** The original value of the overridden property */
24
+ propertyBaseModelValue?: string;
25
+ /** The name of the overridden property */
26
+ propertyName: string;
27
+ /** The new value of the overridden property */
28
+ propertyOverrideValue: string;
29
+ }
30
+ /**
31
+ * A semantic override representation
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticOverrideOutputRepresentation {
37
+ entityFqn: string;
38
+ entityId: string;
39
+ id: string;
40
+ propertyBaseModelValue?: string;
41
+ propertyName: string;
42
+ propertyOverrideValue: string;
43
+ }
@@ -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 { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
3
+ export declare const VERSION = "b9491824001a63206eb19c6533605722";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticParameterCollectionOutputRepresentation, existing: SemanticParameterCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticParameterCollectionOutputRepresentation, existing: SemanticParameterCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticParameterCollectionOutputRepresentationNormalized;
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: SemanticParameterCollectionOutputRepresentationNormalized, incoming: SemanticParameterCollectionOutputRepresentationNormalized): 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: SemanticParameterCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic parameter collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticParameterCollectionOutputRepresentationNormalized {
27
+ /** A list of semantic items. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic parameter collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticParameterCollectionOutputRepresentation {
37
+ items?: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
38
+ }
@@ -0,0 +1,58 @@
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 = "469e6cc863967e2a1b3b378dd5fe6b2b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticParameterInputRepresentation, existing: SemanticParameterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticParameterInputRepresentationNormalized, incoming: SemanticParameterInputRepresentationNormalized): 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: SemanticParameterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating a semantic parameter
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticParameterInputRepresentationNormalized {
17
+ /** The list allowedValues of the semantic parameter. */
18
+ allowedValues?: Array<{}>;
19
+ /** The API name of the semantic entity. */
20
+ apiName?: string;
21
+ /** The data type of the semantic parameter. */
22
+ dataType?: string;
23
+ /** The default value of the semantic parameter. */
24
+ defaultValue?: string;
25
+ /** An optional description of the semantic entity. */
26
+ description?: string;
27
+ /** 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. */
28
+ label?: string;
29
+ /** The maximum value range of the semantic parameter. */
30
+ maxValue?: string;
31
+ /** The minimum value range of the semantic parameter. */
32
+ minValue?: string;
33
+ /** The step size range of the semantic parameter. */
34
+ stepSize?: string;
35
+ /** The semantic parameter type. */
36
+ type?: string;
37
+ /** The list values of the semantic parameter. */
38
+ values?: Array<string>;
39
+ }
40
+ /**
41
+ * Input representation for creating a semantic parameter
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface SemanticParameterInputRepresentation {
47
+ allowedValues?: Array<{}>;
48
+ apiName?: string;
49
+ dataType?: string;
50
+ defaultValue?: string;
51
+ description?: string;
52
+ label?: string;
53
+ maxValue?: string;
54
+ minValue?: string;
55
+ stepSize?: string;
56
+ type?: string;
57
+ values?: Array<string>;
58
+ }
@@ -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 = "d085976955d020dd1b8762142ceab42c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticParameterListValueInputRepresentation, existing: SemanticParameterListValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticParameterListValueInputRepresentationNormalized, incoming: SemanticParameterListValueInputRepresentationNormalized): 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: SemanticParameterListValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of an allowed list value for a semantic parameter .
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticParameterListValueInputRepresentationNormalized {
17
+ /** The display name (Display As) of the allowed parameter value. */
18
+ displayName: string;
19
+ /** The allowed value in the list of parameter allowed values. */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Input representation of an allowed list value for a semantic parameter .
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticParameterListValueInputRepresentation {
29
+ displayName: string;
30
+ value: string;
31
+ }
@@ -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 = "158d115be773406f841e4351d481d398";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SemanticParameterListValueOutputRepresentation, existing: SemanticParameterListValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SemanticParameterListValueOutputRepresentationNormalized, incoming: SemanticParameterListValueOutputRepresentationNormalized): 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: SemanticParameterListValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of an allowed list value for a semantic parameter.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SemanticParameterListValueOutputRepresentationNormalized {
17
+ /** The display name (Display As) of the allowed parameter value. */
18
+ displayName?: string;
19
+ /** The allowed value in the list of parameter allowed values. */
20
+ value?: string;
21
+ }
22
+ /**
23
+ * Output representation of an allowed list value for a semantic parameter.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SemanticParameterListValueOutputRepresentation {
29
+ displayName?: string;
30
+ value?: string;
31
+ }
@@ -0,0 +1,101 @@
1
+ import { SemanticParameterListValueOutputRepresentation as SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation } from './SemanticParameterListValueOutputRepresentation';
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 = "9c342600b8e3532a417118e4e7055032";
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 SemanticParameterOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialSemanticParameterOutputRepresentationNormalizedKeyMetadata = 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): SemanticParameterOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticParameterOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticParameterOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: SemanticParameterOutputRepresentation, existing: SemanticParameterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: SemanticParameterOutputRepresentationNormalized, incoming: SemanticParameterOutputRepresentationNormalized): 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: SemanticParameterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * A semantic parameter.
22
+ *
23
+ * Keys:
24
+ * name (string): id
25
+ */
26
+ export interface SemanticParameterOutputRepresentationNormalized {
27
+ /** The allowed list values of the semantic parameter. */
28
+ allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
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 data type of the semantic parameter. */
40
+ dataType?: string;
41
+ /** The default value of the semantic parameter. */
42
+ defaultValue?: string;
43
+ /** The Description of the semantic entity. */
44
+ description?: string;
45
+ /** the external data type. */
46
+ externalDataType?: string;
47
+ /** The object ID of the semantic entity. */
48
+ id: string;
49
+ /** Indicates if the entity can be queried in semantic query engine */
50
+ isQueryable?: string;
51
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
52
+ isSystemDefinition?: boolean;
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 maximum value range of the semantic parameter. */
60
+ maxValue?: string;
61
+ /** The minimum value range of the semantic parameter. */
62
+ minValue?: string;
63
+ /** The step size range of the semantic parameter. */
64
+ stepSize?: string;
65
+ /** The semantic parameter type. */
66
+ type?: string;
67
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
68
+ unmapped?: boolean;
69
+ /** The list values of the semantic parameter. */
70
+ values?: Array<string>;
71
+ }
72
+ /**
73
+ * A semantic parameter.
74
+ *
75
+ * Keys:
76
+ * name (string): id
77
+ */
78
+ export interface SemanticParameterOutputRepresentation {
79
+ allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
80
+ apiName: string;
81
+ baseModelApiName?: string;
82
+ cacheKey?: string;
83
+ createdBy: string;
84
+ createdDate: string;
85
+ dataType?: string;
86
+ defaultValue?: string;
87
+ description?: string;
88
+ externalDataType?: string;
89
+ id: string;
90
+ isQueryable?: string;
91
+ isSystemDefinition?: boolean;
92
+ label?: string;
93
+ lastModifiedBy?: string;
94
+ lastModifiedDate?: string;
95
+ maxValue?: string;
96
+ minValue?: string;
97
+ stepSize?: string;
98
+ type?: string;
99
+ unmapped?: boolean;
100
+ values?: Array<string>;
101
+ }