@salesforce/lds-adapters-analytics-wave 0.131.0

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 (363) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/analytics-wave.js +31393 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createDataConnector.d.ts +15 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +15 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +15 -0
  7. package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +16 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +15 -0
  9. package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +13 -0
  10. package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +13 -0
  11. package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +13 -0
  12. package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +13 -0
  13. package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +27 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +26 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +27 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +28 -0
  17. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +28 -0
  18. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +28 -0
  19. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +29 -0
  20. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +26 -0
  22. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +25 -0
  23. package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +28 -0
  24. package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +28 -0
  25. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +29 -0
  26. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +26 -0
  27. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +34 -0
  28. package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +26 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +28 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +29 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +26 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +40 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +26 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +29 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +27 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +36 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +27 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +30 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +27 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +27 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +27 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +33 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +28 -0
  44. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +29 -0
  45. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +27 -0
  46. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +27 -0
  47. package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +28 -0
  48. package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +14 -0
  49. package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +16 -0
  50. package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +16 -0
  51. package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +16 -0
  52. package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +17 -0
  53. package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +18 -0
  54. package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +16 -0
  55. package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +16 -0
  56. package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +16 -0
  57. package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +16 -0
  58. package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +18 -0
  59. package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +16 -0
  60. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +56 -0
  61. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +107 -0
  62. package/dist/es/es2018/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
  63. package/dist/es/es2018/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
  64. package/dist/es/es2018/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
  65. package/dist/es/es2018/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
  66. package/dist/es/es2018/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
  67. package/dist/es/es2018/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
  68. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
  69. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
  70. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
  71. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
  72. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
  73. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
  74. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
  75. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
  76. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
  77. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
  78. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
  79. package/dist/es/es2018/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
  80. package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +29 -0
  81. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
  82. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
  83. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
  84. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
  85. package/dist/es/es2018/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
  86. package/dist/es/es2018/types/src/generated/resources/getWaveFolders.d.ts +22 -0
  87. package/dist/es/es2018/types/src/generated/resources/getWaveLimits.d.ts +16 -0
  88. package/dist/es/es2018/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
  89. package/dist/es/es2018/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
  90. package/dist/es/es2018/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
  91. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
  92. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
  93. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
  94. package/dist/es/es2018/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
  95. package/dist/es/es2018/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
  96. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
  97. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
  98. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
  99. package/dist/es/es2018/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
  100. package/dist/es/es2018/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
  101. package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
  102. package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
  103. package/dist/es/es2018/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
  104. package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
  105. package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
  106. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
  107. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
  108. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
  109. package/dist/es/es2018/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
  110. package/dist/es/es2018/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
  111. package/dist/es/es2018/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
  112. package/dist/es/es2018/types/src/generated/resources/postWaveQuery.d.ts +16 -0
  113. package/dist/es/es2018/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
  114. package/dist/es/es2018/types/src/generated/resources/postWaveTemplatesValidateByTemplateIdOrApiName.d.ts +16 -0
  115. package/dist/es/es2018/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
  116. package/dist/es/es2018/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
  117. package/dist/es/es2018/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
  118. package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +32 -0
  119. package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +68 -0
  120. package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +31 -0
  121. package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +41 -0
  122. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +44 -0
  123. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +32 -0
  124. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +32 -0
  125. package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +29 -0
  126. package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +57 -0
  127. package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +27 -0
  128. package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +27 -0
  129. package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +40 -0
  130. package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +35 -0
  131. package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +46 -0
  132. package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +91 -0
  133. package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +31 -0
  134. package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +66 -0
  135. package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +60 -0
  136. package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +39 -0
  137. package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +39 -0
  138. package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +47 -0
  139. package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +32 -0
  140. package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +31 -0
  141. package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +31 -0
  142. package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +43 -0
  143. package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +51 -0
  144. package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +30 -0
  145. package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +32 -0
  146. package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +69 -0
  147. package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +36 -0
  148. package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +34 -0
  149. package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +55 -0
  150. package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +63 -0
  151. package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +60 -0
  152. package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +63 -0
  153. package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +60 -0
  154. package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +40 -0
  155. package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +34 -0
  156. package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +49 -0
  157. package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +32 -0
  158. package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +29 -0
  159. package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +43 -0
  160. package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +58 -0
  161. package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +88 -0
  162. package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +36 -0
  163. package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +59 -0
  164. package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +56 -0
  165. package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +39 -0
  166. package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +60 -0
  167. package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +49 -0
  168. package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +37 -0
  169. package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +60 -0
  170. package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +60 -0
  171. package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +43 -0
  172. package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +30 -0
  173. package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +60 -0
  174. package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +90 -0
  175. package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +32 -0
  176. package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +60 -0
  177. package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +43 -0
  178. package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +39 -0
  179. package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +30 -0
  180. package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +36 -0
  181. package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +72 -0
  182. package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +32 -0
  183. package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +27 -0
  184. package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +32 -0
  185. package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +74 -0
  186. package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +32 -0
  187. package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +31 -0
  188. package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +35 -0
  189. package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +30 -0
  190. package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +32 -0
  191. package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +41 -0
  192. package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +30 -0
  193. package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +31 -0
  194. package/dist/es/es2018/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
  195. package/dist/es/es2018/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +29 -0
  196. package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +29 -0
  197. package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +32 -0
  198. package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +38 -0
  199. package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +41 -0
  200. package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +38 -0
  201. package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +35 -0
  202. package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +32 -0
  203. package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +40 -0
  204. package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +32 -0
  205. package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +32 -0
  206. package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +47 -0
  207. package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +60 -0
  208. package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +41 -0
  209. package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +45 -0
  210. package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +43 -0
  211. package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +32 -0
  212. package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +39 -0
  213. package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +29 -0
  214. package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +38 -0
  215. package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +49 -0
  216. package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +38 -0
  217. package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +35 -0
  218. package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +47 -0
  219. package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +46 -0
  220. package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +72 -0
  221. package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +30 -0
  222. package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +35 -0
  223. package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +35 -0
  224. package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +32 -0
  225. package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +30 -0
  226. package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +46 -0
  227. package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +111 -0
  228. package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +44 -0
  229. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +43 -0
  230. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +105 -0
  231. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +51 -0
  232. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +30 -0
  233. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +145 -0
  234. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +29 -0
  235. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +30 -0
  236. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +47 -0
  237. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +31 -0
  238. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +30 -0
  239. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +30 -0
  240. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +41 -0
  241. package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +63 -0
  242. package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +60 -0
  243. package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +41 -0
  244. package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +30 -0
  245. package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +28 -0
  246. package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +49 -0
  247. package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +34 -0
  248. package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +39 -0
  249. package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +30 -0
  250. package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +62 -0
  251. package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +35 -0
  252. package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +35 -0
  253. package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +36 -0
  254. package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +35 -0
  255. package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +36 -0
  256. package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +45 -0
  257. package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +35 -0
  258. package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +33 -0
  259. package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +33 -0
  260. package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +35 -0
  261. package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +35 -0
  262. package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +45 -0
  263. package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +32 -0
  264. package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +32 -0
  265. package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +53 -0
  266. package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +34 -0
  267. package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +49 -0
  268. package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +33 -0
  269. package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +30 -0
  270. package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +33 -0
  271. package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +64 -0
  272. package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +34 -0
  273. package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +41 -0
  274. package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +40 -0
  275. package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +59 -0
  276. package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +32 -0
  277. package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +37 -0
  278. package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +35 -0
  279. package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +45 -0
  280. package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +48 -0
  281. package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +32 -0
  282. package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +99 -0
  283. package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +33 -0
  284. package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +30 -0
  285. package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +43 -0
  286. package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +31 -0
  287. package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +35 -0
  288. package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +35 -0
  289. package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +35 -0
  290. package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +30 -0
  291. package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +34 -0
  292. package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +34 -0
  293. package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +33 -0
  294. package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +32 -0
  295. package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +73 -0
  296. package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +31 -0
  297. package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +53 -0
  298. package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +41 -0
  299. package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +31 -0
  300. package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +45 -0
  301. package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +50 -0
  302. package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +49 -0
  303. package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +87 -0
  304. package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +41 -0
  305. package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +35 -0
  306. package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +35 -0
  307. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +32 -0
  308. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +42 -0
  309. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +85 -0
  310. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +35 -0
  311. package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +51 -0
  312. package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +55 -0
  313. package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +38 -0
  314. package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +38 -0
  315. package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +71 -0
  316. package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +71 -0
  317. package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +57 -0
  318. package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +66 -0
  319. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +42 -0
  320. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +27 -0
  321. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +27 -0
  322. package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +31 -0
  323. package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +32 -0
  324. package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +42 -0
  325. package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +39 -0
  326. package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +27 -0
  327. package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +35 -0
  328. package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +99 -0
  329. package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +27 -0
  330. package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +27 -0
  331. package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +80 -0
  332. package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +57 -0
  333. package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +30 -0
  334. package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +51 -0
  335. package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +31 -0
  336. package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +58 -0
  337. package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +35 -0
  338. package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +35 -0
  339. package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +90 -0
  340. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  341. package/dist/es/es2018/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
  342. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
  343. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
  344. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
  345. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
  346. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
  347. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
  348. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
  349. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
  350. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
  351. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
  352. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
  353. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
  354. package/dist/es/es2018/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
  355. package/dist/es/es2018/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
  356. package/dist/es/es2018/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
  357. package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
  358. package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
  359. package/package.json +71 -0
  360. package/sfdc/index.d.ts +1 -0
  361. package/sfdc/index.js +32363 -0
  362. package/src/raml/api.raml +6950 -0
  363. package/src/raml/luvio.raml +354 -0
@@ -0,0 +1,43 @@
1
+ import { PageVariableRepresentation as PageVariableRepresentation_PageVariableRepresentation } from './PageVariableRepresentation';
2
+ import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
3
+ 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "2c24aaf8ed6d0d580b95a97a2bdbfaa0";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: PageRepresentation, existing: PageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: PageRepresentationNormalized, incoming: PageRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: PageRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Representation for a single page layout definition for Wave templates.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface PageRepresentationNormalized {
20
+ /** The optional condition in which the page should be shown. Values should be client-side EL notation (e.g. {{Variables.selectedOption}}) */
21
+ condition: string | null;
22
+ /** An URL to this page's help webpage. */
23
+ helpUrl: string | null;
24
+ /** The title for the page. */
25
+ title: string;
26
+ /** The collection of variables for this template configuration. */
27
+ variables: Array<PageVariableRepresentation_PageVariableRepresentation>;
28
+ /** The visualforce page to be used as the user interface instead of the standard wizard interface. */
29
+ vfPage: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
30
+ }
31
+ /**
32
+ * Representation for a single page layout definition for Wave templates.
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface PageRepresentation {
38
+ condition: string | null;
39
+ helpUrl: string | null;
40
+ title: string;
41
+ variables: Array<PageVariableRepresentation_PageVariableRepresentation>;
42
+ vfPage: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
43
+ }
@@ -0,0 +1,32 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "0f4771a56220855a37b66896e284a380";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageVariableRepresentation, existing: PageVariableRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageVariableRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PageVariableRepresentationNormalized, incoming: PageVariableRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PageVariableRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageVariableRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation for a page variable in the page definition which is part of a wave template.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PageVariableRepresentationNormalized {
18
+ /** The name of a variable. */
19
+ name: string;
20
+ /** The visibility expression for this variable */
21
+ visibility: string | null;
22
+ }
23
+ /**
24
+ * Representation for a page variable in the page definition which is part of a wave template.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface PageVariableRepresentation {
30
+ name: string;
31
+ visibility: string | null;
32
+ }
@@ -0,0 +1,39 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ Image = "Image",
4
+ Variable = "Variable",
5
+ Text = "Text"
6
+ }
7
+ export declare const VERSION = "f2d4640059a199e8602c924355ab8c86";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: PanelItemRepresentation, existing: PanelItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PanelItemRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: PanelItemRepresentationNormalized, incoming: PanelItemRepresentationNormalized): boolean;
14
+ export declare function deepFreeze(input: PanelItemRepresentation): void;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PanelItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
18
+ /**
19
+ * Representation for a single page layout definition for Wave templates.
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface PanelItemRepresentationNormalized {
25
+ /** The type. */
26
+ type: string;
27
+ /** The visibility expression for this variable. */
28
+ visibility: string | null;
29
+ }
30
+ /**
31
+ * Representation for a single page layout definition for Wave templates.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface PanelItemRepresentation {
37
+ type: string;
38
+ visibility: string | null;
39
+ }
@@ -0,0 +1,29 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "0dfde406aed2d4ef18cb5ba8823917fd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PanelRepresentation, existing: PanelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PanelRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PanelRepresentationNormalized, incoming: PanelRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PanelRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PanelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * the panel
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PanelRepresentationNormalized {
18
+ /** The top title for the header. */
19
+ items: Array<unknown>;
20
+ }
21
+ /**
22
+ * the panel
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface PanelRepresentation {
28
+ items: Array<unknown>;
29
+ }
@@ -0,0 +1,38 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "e8f427b64859200701253987f7c91ecd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PermissionsRepresentation, existing: PermissionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PermissionsRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PermissionsRepresentationNormalized, incoming: PermissionsRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: PermissionsRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PermissionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Permissions of the user on an asset.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface PermissionsRepresentationNormalized {
18
+ /** The value which indicates whether the user can create an asset */
19
+ create?: boolean;
20
+ /** The value which indicates whether the user can manage access control on an asset */
21
+ manage?: boolean;
22
+ /** The value which indicates whether the user can modify an asset */
23
+ modify?: boolean;
24
+ /** The value which indicates whether the user can view an asset. */
25
+ view?: boolean;
26
+ }
27
+ /**
28
+ * Permissions of the user on an asset.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface PermissionsRepresentation {
34
+ create?: boolean;
35
+ manage?: boolean;
36
+ modify?: boolean;
37
+ view?: boolean;
38
+ }
@@ -0,0 +1,49 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ import { RecipeRepresentation as RecipeRepresentation_RecipeRepresentation } from './RecipeRepresentation';
3
+ export declare const TTL = 300;
4
+ export declare const VERSION = "470c4c5d11eee9562cd6eb62d302ad9d";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: RecipeCollectionRepresentation, existing: RecipeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ recipes: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: RecipeCollectionRepresentation, existing: RecipeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => RecipeCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ recipes?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: RecipeCollectionRepresentationNormalized, incoming: RecipeCollectionRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: RecipeCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * A collection of Data Prep recipes.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RecipeCollectionRepresentationNormalized {
29
+ /** URL to get the next page of contents in the collection. */
30
+ nextPageUrl: string | null;
31
+ /** A list of recipes. */
32
+ recipes: Array<$64$luvio_engine_StoreLink>;
33
+ /** Gets the total count of the elements in the collection irrespective of the page. */
34
+ totalSize?: number | null;
35
+ /** URL to get the collection. */
36
+ url: string;
37
+ }
38
+ /**
39
+ * A collection of Data Prep recipes.
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface RecipeCollectionRepresentation {
45
+ nextPageUrl: string | null;
46
+ recipes: Array<RecipeRepresentation_RecipeRepresentation>;
47
+ totalSize?: number | null;
48
+ url: string;
49
+ }
@@ -0,0 +1,38 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "bc92d3c436f0779003fa69c44151ef8c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecipeConversionDetailInputRepresentation, existing: RecipeConversionDetailInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeConversionDetailInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecipeConversionDetailInputRepresentationNormalized, incoming: RecipeConversionDetailInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RecipeConversionDetailInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeConversionDetailInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * The conversion detail that will be kept
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecipeConversionDetailInputRepresentationNormalized {
18
+ /** conversion detail id */
19
+ conversionDetailId: number;
20
+ /** conversion detail message */
21
+ message: string;
22
+ /** conversion detail node name */
23
+ nodeName: string;
24
+ /** conversion detail severity */
25
+ severity?: string;
26
+ }
27
+ /**
28
+ * The conversion detail that will be kept
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface RecipeConversionDetailInputRepresentation {
34
+ conversionDetailId: number;
35
+ message: string;
36
+ nodeName: string;
37
+ severity?: string;
38
+ }
@@ -0,0 +1,35 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "36a34da07e7edc70f094727b931bfb88";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecipeConversionDetailRepresentation, existing: RecipeConversionDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeConversionDetailRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecipeConversionDetailRepresentationNormalized, incoming: RecipeConversionDetailRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RecipeConversionDetailRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeConversionDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * recipe conversion details during upconversion
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecipeConversionDetailRepresentationNormalized {
18
+ /** Message */
19
+ message: string;
20
+ /** Node name */
21
+ nodeName: string;
22
+ /** Severity */
23
+ severity: string;
24
+ }
25
+ /**
26
+ * recipe conversion details during upconversion
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecipeConversionDetailRepresentation {
32
+ message: string;
33
+ nodeName: string;
34
+ severity: string;
35
+ }
@@ -0,0 +1,47 @@
1
+ import { RecipeNodeInputRepresentation as RecipeNodeInputRepresentation_RecipeNodeInputRepresentation } from './RecipeNodeInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "b3c595e9e47fe08b7210e7107f7ae44e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecipeDefinitionInputRepresentation, existing: RecipeDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeDefinitionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecipeDefinitionInputRepresentationNormalized, incoming: RecipeDefinitionInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: RecipeDefinitionInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Input representation of 3.0 Recipe Definition format.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecipeDefinitionInputRepresentationNormalized {
19
+ /** Recipe Name */
20
+ name: string;
21
+ /** Recipe nodes */
22
+ nodes: {
23
+ [key: string]: RecipeNodeInputRepresentation_RecipeNodeInputRepresentation;
24
+ };
25
+ /** Recipe ui metadata */
26
+ ui: {
27
+ [key: string]: unknown;
28
+ };
29
+ /** Recipe version */
30
+ version: string;
31
+ }
32
+ /**
33
+ * Input representation of 3.0 Recipe Definition format.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface RecipeDefinitionInputRepresentation {
39
+ name: string;
40
+ nodes: {
41
+ [key: string]: RecipeNodeInputRepresentation_RecipeNodeInputRepresentation;
42
+ };
43
+ ui: {
44
+ [key: string]: unknown;
45
+ };
46
+ version: string;
47
+ }
@@ -0,0 +1,46 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "e6d762b811ffff0e2ddb09d3e01d3f7d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecipeDefinitionRepresentation, existing: RecipeDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeDefinitionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecipeDefinitionRepresentationNormalized, incoming: RecipeDefinitionRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RecipeDefinitionRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation of 3.0 Recipe Definition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecipeDefinitionRepresentationNormalized {
18
+ /** Recipe name */
19
+ name?: string;
20
+ /** Recipe nodes */
21
+ nodes: {
22
+ [key: string]: unknown;
23
+ };
24
+ /** Recipe ui metadata */
25
+ ui: {
26
+ [key: string]: unknown;
27
+ };
28
+ /** Recipe version */
29
+ version: string;
30
+ }
31
+ /**
32
+ * Representation of 3.0 Recipe Definition
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface RecipeDefinitionRepresentation {
38
+ name?: string;
39
+ nodes: {
40
+ [key: string]: unknown;
41
+ };
42
+ ui: {
43
+ [key: string]: unknown;
44
+ };
45
+ version: string;
46
+ }
@@ -0,0 +1,72 @@
1
+ import { RecipeConversionDetailInputRepresentation as RecipeConversionDetailInputRepresentation_RecipeConversionDetailInputRepresentation } from './RecipeConversionDetailInputRepresentation';
2
+ import { AssetReferenceInputRepresentation as AssetReferenceInputRepresentation_AssetReferenceInputRepresentation } from './AssetReferenceInputRepresentation';
3
+ import { LicenseAttributesInputRepresentation as LicenseAttributesInputRepresentation_LicenseAttributesInputRepresentation } from './LicenseAttributesInputRepresentation';
4
+ import { RecipeDefinitionInputRepresentation as RecipeDefinitionInputRepresentation_RecipeDefinitionInputRepresentation } from './RecipeDefinitionInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
+ export declare const VERSION = "f085314a275af23e1c448e2ee5162613";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: RecipeInputRepresentation, existing: RecipeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeInputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: RecipeInputRepresentationNormalized, incoming: RecipeInputRepresentationNormalized): boolean;
12
+ export declare function deepFreeze(input: RecipeInputRepresentation): void;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
15
+ /**
16
+ * Input representation of a Data Prep recipe.
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface RecipeInputRepresentationNormalized {
22
+ /** The list of conversion detail ids that will be kept */
23
+ conversionDetails?: Array<RecipeConversionDetailInputRepresentation_RecipeConversionDetailInputRepresentation>;
24
+ /** The recipe's dataflow definition. */
25
+ dataflowDefinition?: string;
26
+ /** The recipe's execution engine. Spark or Dataflow. */
27
+ executionEngine?: string;
28
+ /** The recipe's file content, base64 encoded. Consider using multipart form data instead. */
29
+ fileContent?: string;
30
+ /** The recipe's publish folder. */
31
+ folder?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
32
+ /** Recipe format type (2.0 or 3.0) */
33
+ format?: string;
34
+ /** A short label for the recipe. */
35
+ label?: string;
36
+ /** An optional representation to tag the license attributes of the recipe being saved. */
37
+ licenseAttributes?: LicenseAttributesInputRepresentation_LicenseAttributesInputRepresentation;
38
+ /** The name of the recipe. */
39
+ name?: string;
40
+ /** Target system or format to publish the recipe to. Dataset, DataPool, or IoT */
41
+ publishingTarget?: string;
42
+ /** Recipe definition for 3.0 format */
43
+ recipeDefinition?: RecipeDefinitionInputRepresentation_RecipeDefinitionInputRepresentation;
44
+ /** The recipe's target dataset's security predicate. */
45
+ rowLevelSecurityPredicate?: string;
46
+ /** The recipe's schedule dataflow run. */
47
+ schedule?: string;
48
+ /** The source dataflow asset which will be converted to the recipe 3.0 */
49
+ sourceDataflow?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
50
+ }
51
+ /**
52
+ * Input representation of a Data Prep recipe.
53
+ *
54
+ * Keys:
55
+ * (none)
56
+ */
57
+ export interface RecipeInputRepresentation {
58
+ conversionDetails?: Array<RecipeConversionDetailInputRepresentation_RecipeConversionDetailInputRepresentation>;
59
+ dataflowDefinition?: string;
60
+ executionEngine?: string;
61
+ fileContent?: string;
62
+ folder?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
63
+ format?: string;
64
+ label?: string;
65
+ licenseAttributes?: LicenseAttributesInputRepresentation_LicenseAttributesInputRepresentation;
66
+ name?: string;
67
+ publishingTarget?: string;
68
+ recipeDefinition?: RecipeDefinitionInputRepresentation_RecipeDefinitionInputRepresentation;
69
+ rowLevelSecurityPredicate?: string;
70
+ schedule?: string;
71
+ sourceDataflow?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
72
+ }
@@ -0,0 +1,30 @@
1
+ import { RecipeInputRepresentation as RecipeInputRepresentation_RecipeInputRepresentation } from './RecipeInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "1294f798057100850ddde35bd1d05db5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecipeInputWrapperRepresentation, existing: RecipeInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecipeInputWrapperRepresentationNormalized, incoming: RecipeInputWrapperRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: RecipeInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Wrapper for recipe input representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecipeInputWrapperRepresentationNormalized {
19
+ /** Recipe input representation */
20
+ recipeObject: RecipeInputRepresentation_RecipeInputRepresentation;
21
+ }
22
+ /**
23
+ * Wrapper for recipe input representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface RecipeInputWrapperRepresentation {
29
+ recipeObject: RecipeInputRepresentation_RecipeInputRepresentation;
30
+ }
@@ -0,0 +1,35 @@
1
+ import { SchemaParametersInputRepresentation as SchemaParametersInputRepresentation_SchemaParametersInputRepresentation } from './SchemaParametersInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "fcabf1e19e116ca5e72f708449235fd1";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecipeNodeInputRepresentation, existing: RecipeNodeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeNodeInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecipeNodeInputRepresentationNormalized, incoming: RecipeNodeInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: RecipeNodeInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeNodeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Represents a single step used in building a dashboard.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecipeNodeInputRepresentationNormalized {
19
+ /** Node action. */
20
+ action: string;
21
+ schema?: SchemaParametersInputRepresentation_SchemaParametersInputRepresentation;
22
+ /** Source node ids. */
23
+ sources: Array<string>;
24
+ }
25
+ /**
26
+ * Represents a single step used in building a dashboard.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecipeNodeInputRepresentation {
32
+ action: string;
33
+ schema?: SchemaParametersInputRepresentation_SchemaParametersInputRepresentation;
34
+ sources: Array<string>;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { SchemaParametersRepresentation as SchemaParametersRepresentation_SchemaParametersRepresentation } from './SchemaParametersRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "c8c282e8157aecc274a7ff93507d7443";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecipeNodeRepresentation, existing: RecipeNodeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeNodeRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecipeNodeRepresentationNormalized, incoming: RecipeNodeRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: RecipeNodeRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeNodeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Representation of Recipe Node
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecipeNodeRepresentationNormalized {
19
+ /** Node type */
20
+ action: string;
21
+ schema?: SchemaParametersRepresentation_SchemaParametersRepresentation;
22
+ /** Input nodes */
23
+ sources: Array<string>;
24
+ }
25
+ /**
26
+ * Representation of Recipe Node
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecipeNodeRepresentation {
32
+ action: string;
33
+ schema?: SchemaParametersRepresentation_SchemaParametersRepresentation;
34
+ sources: Array<string>;
35
+ }
@@ -0,0 +1,32 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "843d5243d939f67804dc680a87b71bfa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RecipeNotificationInputRepresentation, existing: RecipeNotificationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecipeNotificationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RecipeNotificationInputRepresentationNormalized, incoming: RecipeNotificationInputRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: RecipeNotificationInputRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecipeNotificationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Input required to create recipe notifications that are sent to the current user.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecipeNotificationInputRepresentationNormalized {
18
+ /** Number of minutes that a recipe can run before sending an alert. */
19
+ longRunningAlertInMins?: number | null;
20
+ /** Notification level for emails. */
21
+ notificationLevel: string;
22
+ }
23
+ /**
24
+ * Input required to create recipe notifications that are sent to the current user.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface RecipeNotificationInputRepresentation {
30
+ longRunningAlertInMins?: number | null;
31
+ notificationLevel: string;
32
+ }