@salesforce/lds-adapters-analytics-wave 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 (395) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/analytics-wave.js +30130 -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/createDataConnector.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +17 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +16 -0
  9. package/dist/es/es2018/types/src/generated/adapters/createWaveFolder.d.ts +16 -0
  10. package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +14 -0
  11. package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +14 -0
  12. package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +14 -0
  13. package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +14 -0
  14. package/dist/es/es2018/types/src/generated/adapters/deleteWaveFolder.d.ts +14 -0
  15. package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +28 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +27 -0
  17. package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +28 -0
  18. package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +29 -0
  19. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +29 -0
  20. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +30 -0
  22. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +30 -0
  23. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +27 -0
  24. package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +26 -0
  25. package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +29 -0
  26. package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +29 -0
  27. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +30 -0
  28. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +27 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +35 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +27 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +30 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +27 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +43 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +27 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +30 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +28 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +37 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +28 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +28 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +28 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +28 -0
  44. package/dist/es/es2018/types/src/generated/adapters/getWaveFolder.d.ts +31 -0
  45. package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +34 -0
  46. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +30 -0
  48. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +28 -0
  50. package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +29 -0
  51. package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +15 -0
  52. package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +17 -0
  53. package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +17 -0
  54. package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +17 -0
  55. package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +18 -0
  56. package/dist/es/es2018/types/src/generated/adapters/updatePartialWaveFolder.d.ts +17 -0
  57. package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +19 -0
  58. package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +17 -0
  59. package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +17 -0
  60. package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +17 -0
  61. package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +17 -0
  62. package/dist/es/es2018/types/src/generated/adapters/updateWaveFolder.d.ts +17 -0
  63. package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +19 -0
  64. package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +17 -0
  65. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +61 -0
  66. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +114 -0
  67. package/dist/es/es2018/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
  68. package/dist/es/es2018/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
  69. package/dist/es/es2018/types/src/generated/resources/deleteWaveFoldersByFolderId.d.ts +12 -0
  70. package/dist/es/es2018/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
  71. package/dist/es/es2018/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
  72. package/dist/es/es2018/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
  73. package/dist/es/es2018/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
  74. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
  75. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
  76. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
  77. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
  78. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
  79. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
  80. package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
  81. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
  82. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
  83. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
  84. package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
  85. package/dist/es/es2018/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
  86. package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +31 -0
  87. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
  88. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
  89. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
  90. package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
  91. package/dist/es/es2018/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
  92. package/dist/es/es2018/types/src/generated/resources/getWaveFolders.d.ts +22 -0
  93. package/dist/es/es2018/types/src/generated/resources/getWaveFoldersByFolderId.d.ts +20 -0
  94. package/dist/es/es2018/types/src/generated/resources/getWaveLimits.d.ts +16 -0
  95. package/dist/es/es2018/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
  96. package/dist/es/es2018/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
  97. package/dist/es/es2018/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
  98. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
  99. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
  100. package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
  101. package/dist/es/es2018/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
  102. package/dist/es/es2018/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
  103. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
  104. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
  105. package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
  106. package/dist/es/es2018/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
  107. package/dist/es/es2018/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
  108. package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
  109. package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
  110. package/dist/es/es2018/types/src/generated/resources/patchWaveFoldersByFolderId.d.ts +16 -0
  111. package/dist/es/es2018/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
  112. package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
  113. package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
  114. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
  115. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
  116. package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
  117. package/dist/es/es2018/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
  118. package/dist/es/es2018/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
  119. package/dist/es/es2018/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
  120. package/dist/es/es2018/types/src/generated/resources/postWaveFolders.d.ts +13 -0
  121. package/dist/es/es2018/types/src/generated/resources/postWaveQuery.d.ts +16 -0
  122. package/dist/es/es2018/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
  123. package/dist/es/es2018/types/src/generated/resources/postWaveTemplatesValidateByTemplateIdOrApiName.d.ts +16 -0
  124. package/dist/es/es2018/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
  125. package/dist/es/es2018/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
  126. package/dist/es/es2018/types/src/generated/resources/putWaveFoldersByFolderId.d.ts +16 -0
  127. package/dist/es/es2018/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
  128. package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +31 -0
  129. package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +67 -0
  130. package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +30 -0
  131. package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +40 -0
  132. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +43 -0
  133. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +31 -0
  134. package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +31 -0
  135. package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +33 -0
  136. package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +28 -0
  137. package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +56 -0
  138. package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +26 -0
  139. package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +26 -0
  140. package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +39 -0
  141. package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +34 -0
  142. package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +45 -0
  143. package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +90 -0
  144. package/dist/es/es2018/types/src/generated/types/BaseWaveFolderInputRepresentation.d.ts +37 -0
  145. package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +30 -0
  146. package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +65 -0
  147. package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +59 -0
  148. package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +38 -0
  149. package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +38 -0
  150. package/dist/es/es2018/types/src/generated/types/ConfigurationPageLayoutRepresentation.d.ts +34 -0
  151. package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +54 -0
  152. package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +31 -0
  153. package/dist/es/es2018/types/src/generated/types/ConnectionsStatsRepresentation.d.ts +31 -0
  154. package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +30 -0
  155. package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutRepresentation.d.ts +41 -0
  156. package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutVariableRepresentation.d.ts +31 -0
  157. package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +30 -0
  158. package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +46 -0
  159. package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +50 -0
  160. package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +29 -0
  161. package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +31 -0
  162. package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +68 -0
  163. package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +35 -0
  164. package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +33 -0
  165. package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +54 -0
  166. package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +62 -0
  167. package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +59 -0
  168. package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +62 -0
  169. package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +59 -0
  170. package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +39 -0
  171. package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +33 -0
  172. package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +48 -0
  173. package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +31 -0
  174. package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +28 -0
  175. package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +42 -0
  176. package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +57 -0
  177. package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +90 -0
  178. package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +35 -0
  179. package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +58 -0
  180. package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +55 -0
  181. package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +38 -0
  182. package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +59 -0
  183. package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +48 -0
  184. package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +36 -0
  185. package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +59 -0
  186. package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +59 -0
  187. package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +42 -0
  188. package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +29 -0
  189. package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +59 -0
  190. package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +89 -0
  191. package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +31 -0
  192. package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +59 -0
  193. package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +42 -0
  194. package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +38 -0
  195. package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +29 -0
  196. package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +35 -0
  197. package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +71 -0
  198. package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +31 -0
  199. package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +26 -0
  200. package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +31 -0
  201. package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +73 -0
  202. package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +31 -0
  203. package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +30 -0
  204. package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +34 -0
  205. package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +29 -0
  206. package/dist/es/es2018/types/src/generated/types/GroupBoxItemRepresentation.d.ts +36 -0
  207. package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +35 -0
  208. package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +31 -0
  209. package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +40 -0
  210. package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +29 -0
  211. package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +30 -0
  212. package/dist/es/es2018/types/src/generated/types/JobEventCollectionRepresentation.d.ts +29 -0
  213. package/dist/es/es2018/types/src/generated/types/JobEventRepresentation.d.ts +34 -0
  214. package/dist/es/es2018/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
  215. package/dist/es/es2018/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +28 -0
  216. package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +28 -0
  217. package/dist/es/es2018/types/src/generated/types/LinkBoxItemRepresentation.d.ts +39 -0
  218. package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +31 -0
  219. package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +37 -0
  220. package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +40 -0
  221. package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +37 -0
  222. package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +34 -0
  223. package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
  224. package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +31 -0
  225. package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +45 -0
  226. package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +31 -0
  227. package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +31 -0
  228. package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +46 -0
  229. package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +59 -0
  230. package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +40 -0
  231. package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +55 -0
  232. package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
  233. package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +42 -0
  234. package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +31 -0
  235. package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +40 -0
  236. package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +28 -0
  237. package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +37 -0
  238. package/dist/es/es2018/types/src/generated/types/PropertyConditionRepresentation.d.ts +31 -0
  239. package/dist/es/es2018/types/src/generated/types/PropertyOptionRepresentation.d.ts +34 -0
  240. package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +39 -0
  241. package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +37 -0
  242. package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +34 -0
  243. package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +46 -0
  244. package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +45 -0
  245. package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +71 -0
  246. package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +29 -0
  247. package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +34 -0
  248. package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +34 -0
  249. package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +31 -0
  250. package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +29 -0
  251. package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +45 -0
  252. package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +110 -0
  253. package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +43 -0
  254. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +42 -0
  255. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +104 -0
  256. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +53 -0
  257. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +29 -0
  258. package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +147 -0
  259. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +28 -0
  260. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +29 -0
  261. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +46 -0
  262. package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +30 -0
  263. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +29 -0
  264. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +29 -0
  265. package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +40 -0
  266. package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +62 -0
  267. package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +59 -0
  268. package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +40 -0
  269. package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +29 -0
  270. package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +27 -0
  271. package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +48 -0
  272. package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +33 -0
  273. package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +38 -0
  274. package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +29 -0
  275. package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +65 -0
  276. package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +34 -0
  277. package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +34 -0
  278. package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +35 -0
  279. package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +34 -0
  280. package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +35 -0
  281. package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +44 -0
  282. package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +34 -0
  283. package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +32 -0
  284. package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +32 -0
  285. package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +34 -0
  286. package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +34 -0
  287. package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +44 -0
  288. package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +31 -0
  289. package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +31 -0
  290. package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +52 -0
  291. package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +33 -0
  292. package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +48 -0
  293. package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +32 -0
  294. package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +29 -0
  295. package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +32 -0
  296. package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +63 -0
  297. package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +33 -0
  298. package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +40 -0
  299. package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
  300. package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +58 -0
  301. package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +31 -0
  302. package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +36 -0
  303. package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +41 -0
  304. package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +44 -0
  305. package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +47 -0
  306. package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +31 -0
  307. package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +98 -0
  308. package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +32 -0
  309. package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +29 -0
  310. package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +49 -0
  311. package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +33 -0
  312. package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +34 -0
  313. package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +34 -0
  314. package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +34 -0
  315. package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +29 -0
  316. package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +33 -0
  317. package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +39 -0
  318. package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +32 -0
  319. package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +31 -0
  320. package/dist/es/es2018/types/src/generated/types/ValidationPageGroupRepresentation.d.ts +34 -0
  321. package/dist/es/es2018/types/src/generated/types/ValidationPageLayoutRepresentation.d.ts +35 -0
  322. package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +72 -0
  323. package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +47 -0
  324. package/dist/es/es2018/types/src/generated/types/VariableItemTileRepresentation.d.ts +40 -0
  325. package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +52 -0
  326. package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +40 -0
  327. package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +30 -0
  328. package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +44 -0
  329. package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +49 -0
  330. package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +48 -0
  331. package/dist/es/es2018/types/src/generated/types/WaveFolderInputRepresentation.d.ts +27 -0
  332. package/dist/es/es2018/types/src/generated/types/WaveFolderInputWrapperRepresentation.d.ts +28 -0
  333. package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +88 -0
  334. package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +40 -0
  335. package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputRepresentation.d.ts +27 -0
  336. package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputWrapperRepresentation.d.ts +28 -0
  337. package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +34 -0
  338. package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +34 -0
  339. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +31 -0
  340. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +41 -0
  341. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +84 -0
  342. package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +34 -0
  343. package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +50 -0
  344. package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +54 -0
  345. package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +37 -0
  346. package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +37 -0
  347. package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +70 -0
  348. package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +70 -0
  349. package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +56 -0
  350. package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +65 -0
  351. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +41 -0
  352. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +26 -0
  353. package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +26 -0
  354. package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +30 -0
  355. package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +31 -0
  356. package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +41 -0
  357. package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +38 -0
  358. package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +26 -0
  359. package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +34 -0
  360. package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +98 -0
  361. package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +26 -0
  362. package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +26 -0
  363. package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +79 -0
  364. package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +56 -0
  365. package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +29 -0
  366. package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +50 -0
  367. package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +30 -0
  368. package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +57 -0
  369. package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +34 -0
  370. package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +34 -0
  371. package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +89 -0
  372. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  373. package/dist/es/es2018/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
  374. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
  375. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
  376. package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
  377. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
  378. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
  379. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
  380. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
  381. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
  382. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
  383. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
  384. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
  385. package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
  386. package/dist/es/es2018/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
  387. package/dist/es/es2018/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
  388. package/dist/es/es2018/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
  389. package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
  390. package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
  391. package/package.json +78 -0
  392. package/sfdc/index.d.ts +1 -0
  393. package/sfdc/index.js +31271 -0
  394. package/src/raml/api.raml +7435 -0
  395. package/src/raml/luvio.raml +378 -0
@@ -0,0 +1,44 @@
1
+ import { SchemaFormatSymbolsInputRepresentation as SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation } from './SchemaFormatSymbolsInputRepresentation';
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 = "5dbc97946c9bf12c752ef90fdb8ff26a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SchemaTypePropertiesCastInputRepresentation, existing: SchemaTypePropertiesCastInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaTypePropertiesCastInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SchemaTypePropertiesCastInputRepresentationNormalized, incoming: SchemaTypePropertiesCastInputRepresentationNormalized): 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: SchemaTypePropertiesCastInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Cast for types
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SchemaTypePropertiesCastInputRepresentationNormalized {
18
+ /** DateTime Format */
19
+ format?: string;
20
+ /** Total length of text */
21
+ length?: number;
22
+ /** Length of arbitrary precision value */
23
+ precision?: number;
24
+ /** Number of digits to right of decimal point */
25
+ scale?: number;
26
+ /** Number Format */
27
+ symbols?: SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation;
28
+ /** DataType to Convert to */
29
+ type?: string;
30
+ }
31
+ /**
32
+ * Cast for types
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface SchemaTypePropertiesCastInputRepresentation {
38
+ format?: string;
39
+ length?: number;
40
+ precision?: number;
41
+ scale?: number;
42
+ symbols?: SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation;
43
+ type?: string;
44
+ }
@@ -0,0 +1,31 @@
1
+ import { LayoutRepresentation as LayoutRepresentation_LayoutRepresentation } from './LayoutRepresentation';
2
+ import { PanelRepresentation as PanelRepresentation_PanelRepresentation } from './PanelRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "de639e0632b3b0b9f339e14604a48918";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SingleColumnLayoutRepresentation, existing: SingleColumnLayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SingleColumnLayoutRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SingleColumnLayoutRepresentationNormalized, incoming: SingleColumnLayoutRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SingleColumnLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation for a single column layout definition for template wizard pages.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SingleColumnLayoutRepresentationNormalized extends LayoutRepresentation_LayoutRepresentation {
19
+ /** The center and only panel in the single column layout */
20
+ center: PanelRepresentation_PanelRepresentation;
21
+ }
22
+ /**
23
+ * Representation for a single column layout definition for template wizard pages.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SingleColumnLayoutRepresentation extends LayoutRepresentation_LayoutRepresentation {
29
+ center: PanelRepresentation_PanelRepresentation;
30
+ type: 'SingleColumn';
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 = "c2f4aae332af6beb217dbcb9ee1d5db5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SizeLimitRepresentation, existing: SizeLimitRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SizeLimitRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SizeLimitRepresentationNormalized, incoming: SizeLimitRepresentationNormalized): 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: SizeLimitRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation for the size limit of an array type variable.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SizeLimitRepresentationNormalized {
17
+ /** Maximum number of elements in an array */
18
+ max?: number;
19
+ /** Minimum number of elements in an array */
20
+ min?: number;
21
+ }
22
+ /**
23
+ * Representation for the size limit of an array type variable.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SizeLimitRepresentation {
29
+ max?: number;
30
+ min?: number;
31
+ }
@@ -0,0 +1,52 @@
1
+ import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
2
+ import { SourceFieldRepresentation as SourceFieldRepresentation_SourceFieldRepresentation } from './SourceFieldRepresentation';
3
+ 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';
4
+ export declare const TTL = 300;
5
+ export declare const VERSION = "89785b3c4e8f0945a5d20fcad071c04e";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ connectorIdOrApiName: string;
10
+ SourceObjectName: string;
11
+ }
12
+ export type SourceFieldCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialSourceFieldCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SourceFieldCollectionRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SourceFieldCollectionRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SourceFieldCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function normalize(input: SourceFieldCollectionRepresentation, existing: SourceFieldCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceFieldCollectionRepresentationNormalized;
19
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
20
+ export declare function equals(existing: SourceFieldCollectionRepresentationNormalized, incoming: SourceFieldCollectionRepresentationNormalized): boolean;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SourceFieldCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
23
+ /**
24
+ * A list of Source Fields.
25
+ *
26
+ * Keys:
27
+ * connectorIdOrApiName (string): dataConnector.id
28
+ * SourceObjectName (string): sourceObjectName
29
+ */
30
+ export interface SourceFieldCollectionRepresentationNormalized {
31
+ /** A reference to the data connector that the fields belong to */
32
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
33
+ /** A list of Source Fields. */
34
+ fields: Array<SourceFieldRepresentation_SourceFieldRepresentation>;
35
+ /** The name of the source object that the fields belong to */
36
+ sourceObjectName: string;
37
+ /** URL to get the collection. */
38
+ url: string;
39
+ }
40
+ /**
41
+ * A list of Source Fields.
42
+ *
43
+ * Keys:
44
+ * connectorIdOrApiName (string): dataConnector.id
45
+ * SourceObjectName (string): sourceObjectName
46
+ */
47
+ export interface SourceFieldCollectionRepresentation {
48
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
49
+ fields: Array<SourceFieldRepresentation_SourceFieldRepresentation>;
50
+ sourceObjectName: string;
51
+ url: string;
52
+ }
@@ -0,0 +1,33 @@
1
+ import { AbstractFieldRepresentation as AbstractFieldRepresentation_AbstractFieldRepresentation } from './AbstractFieldRepresentation';
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 = "6a35c0e8654c5f03c6c38db4525eaaa4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SourceFieldRepresentation, existing: SourceFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceFieldRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SourceFieldRepresentationNormalized, incoming: SourceFieldRepresentationNormalized): 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: SourceFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A field of a Source Object.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SourceFieldRepresentationNormalized extends AbstractFieldRepresentation_AbstractFieldRepresentation {
18
+ /** In the event that this Source Field is inaccessible, this property contains a message describing the reason. */
19
+ accessDeniedReason?: string;
20
+ /** If this property is present and false, the Source Field is inaccessible and cannot be replicated. Check the accessDeniedReason property for more information. */
21
+ accessible?: boolean;
22
+ }
23
+ /**
24
+ * A field of a Source Object.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SourceFieldRepresentation extends AbstractFieldRepresentation_AbstractFieldRepresentation {
30
+ accessDeniedReason?: string;
31
+ accessible?: boolean;
32
+ fieldType: 'sourceField';
33
+ }
@@ -0,0 +1,48 @@
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 { SourceObjectRepresentation as SourceObjectRepresentation_SourceObjectRepresentation } from './SourceObjectRepresentation';
3
+ export declare const TTL = 300;
4
+ export declare const VERSION = "8d4b1485d38bb504248e0ca56696ad64";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SourceObjectCollectionRepresentation, existing: SourceObjectCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceObjectCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ sourceObjects: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SourceObjectCollectionRepresentation, existing: SourceObjectCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SourceObjectCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ sourceObjects?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: SourceObjectCollectionRepresentationNormalized, incoming: SourceObjectCollectionRepresentationNormalized): 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: SourceObjectCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * A paged list of Source Objects.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SourceObjectCollectionRepresentationNormalized {
28
+ /** URL to get the next page of contents in the collection. */
29
+ nextPageUrl?: string;
30
+ /** A list of Source Objects. */
31
+ sourceObjects: Array<$64$luvio_engine_StoreLink>;
32
+ /** Gets the total count of the elements in the collection irrespective of the page. */
33
+ totalSize?: number;
34
+ /** URL to get the collection. */
35
+ url: string;
36
+ }
37
+ /**
38
+ * A paged list of Source Objects.
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface SourceObjectCollectionRepresentation {
44
+ nextPageUrl?: string;
45
+ sourceObjects: Array<SourceObjectRepresentation_SourceObjectRepresentation>;
46
+ totalSize?: number;
47
+ url: string;
48
+ }
@@ -0,0 +1,32 @@
1
+ import { AdvancedPropertyValueInputRepresentation as AdvancedPropertyValueInputRepresentation_AdvancedPropertyValueInputRepresentation } from './AdvancedPropertyValueInputRepresentation';
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 = "38f2594f8dc26bb63935ad8b7e0350c4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SourceObjectDataInputRepresentation, existing: SourceObjectDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceObjectDataInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SourceObjectDataInputRepresentationNormalized, incoming: SourceObjectDataInputRepresentationNormalized): 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: SourceObjectDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for getting source object data given a list of fields and advanced properties
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SourceObjectDataInputRepresentationNormalized {
18
+ /** List of user-specified advanced properties associated with this object. */
19
+ advancedProperties?: Array<AdvancedPropertyValueInputRepresentation_AdvancedPropertyValueInputRepresentation>;
20
+ /** List of fields as a way to filter the fields returned in the response. */
21
+ sourceObjectFields: Array<string>;
22
+ }
23
+ /**
24
+ * Input representation for getting source object data given a list of fields and advanced properties
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SourceObjectDataInputRepresentation {
30
+ advancedProperties?: Array<AdvancedPropertyValueInputRepresentation_AdvancedPropertyValueInputRepresentation>;
31
+ sourceObjectFields: Array<string>;
32
+ }
@@ -0,0 +1,29 @@
1
+ import { SourceObjectDataInputRepresentation as SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation } from './SourceObjectDataInputRepresentation';
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 = "4e1383bc510c6ee5c24a011a53e42c0e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SourceObjectDataInputWrapperRepresentation, existing: SourceObjectDataInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceObjectDataInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SourceObjectDataInputWrapperRepresentationNormalized, incoming: SourceObjectDataInputWrapperRepresentationNormalized): 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: SourceObjectDataInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for source object data input representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SourceObjectDataInputWrapperRepresentationNormalized {
18
+ /** source object input representation */
19
+ sourceObjectParam: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
20
+ }
21
+ /**
22
+ * Wrapper for source object data input representation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SourceObjectDataInputWrapperRepresentation {
28
+ sourceObjectParam: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
29
+ }
@@ -0,0 +1,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 5000;
3
+ export declare const VERSION = "148982000c2f486af826eda0ebaa44d5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SourceObjectDataRepresentation, existing: SourceObjectDataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceObjectDataRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: SourceObjectDataRepresentationNormalized, incoming: SourceObjectDataRepresentationNormalized): 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: SourceObjectDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A Source Object Data represents the data to be previewed that the selected Data Connector knows about.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SourceObjectDataRepresentationNormalized {
18
+ /** The json representation, as a string, for data preview to show. */
19
+ dataListJson: string;
20
+ /** The URL to get this Source Object Data. */
21
+ url: string;
22
+ }
23
+ /**
24
+ * A Source Object Data represents the data to be previewed that the selected Data Connector knows about.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SourceObjectDataRepresentation {
30
+ dataListJson: string;
31
+ url: string;
32
+ }
@@ -0,0 +1,63 @@
1
+ import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
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 TTL = 5000;
4
+ export declare const VERSION = "d36b29d58fc1aaa58a5da4c97424b58b";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ connectorIdOrApiName: string;
9
+ SourceObjectName: string;
10
+ }
11
+ export type SourceObjectRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialSourceObjectRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SourceObjectRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SourceObjectRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SourceObjectRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: SourceObjectRepresentation, existing: SourceObjectRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SourceObjectRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
19
+ export declare function equals(existing: SourceObjectRepresentationNormalized, incoming: SourceObjectRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SourceObjectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * A Source Object represents a specific category or type of data that the Data Connector knows about. When a Source Object is replicated into Wave, it can be use to create Datasets.
24
+ *
25
+ * Keys:
26
+ * connectorIdOrApiName (string): dataConnector.id
27
+ * SourceObjectName (string): name
28
+ */
29
+ export interface SourceObjectRepresentationNormalized {
30
+ /** In the event that this Source Object is inaccessible, this property contains a messagedescribing the reason. */
31
+ accessDeniedReason?: string;
32
+ /** If this property is present and false, the Source Object is inaccessible and cannot be replicated. Check the accessDeniedReason property for more information. */
33
+ accessible?: boolean;
34
+ /** A reference to the data connector that the source object belongs to */
35
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
36
+ /** The URL to get the data preview associated with source object */
37
+ dataPreviewUrl: string;
38
+ /** The URL to get the list of Source Fields that this Source Object has. */
39
+ fieldsUrl: string;
40
+ /** The external name of this Source Object. The specifics will depend on the connector type. */
41
+ name: string;
42
+ /** Indicates if this Source Object is currently replicated by Wave or not. */
43
+ replicated: boolean;
44
+ /** The URL to get this Source Object. */
45
+ url: string;
46
+ }
47
+ /**
48
+ * A Source Object represents a specific category or type of data that the Data Connector knows about. When a Source Object is replicated into Wave, it can be use to create Datasets.
49
+ *
50
+ * Keys:
51
+ * connectorIdOrApiName (string): dataConnector.id
52
+ * SourceObjectName (string): name
53
+ */
54
+ export interface SourceObjectRepresentation {
55
+ accessDeniedReason?: string;
56
+ accessible?: boolean;
57
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
58
+ dataPreviewUrl: string;
59
+ fieldsUrl: string;
60
+ name: string;
61
+ replicated: boolean;
62
+ url: string;
63
+ }
@@ -0,0 +1,33 @@
1
+ import { VariableTypeRepresentation as VariableTypeRepresentation_VariableTypeRepresentation } from './VariableTypeRepresentation';
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 = "61bf2983585004835b8775c5bad1a512";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: StringTypeRepresentation, existing: StringTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): StringTypeRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: StringTypeRepresentationNormalized, incoming: StringTypeRepresentationNormalized): 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: StringTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation for string variable types.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface StringTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
18
+ /** The restricted list of enumerated values, where applicable for string variable types. */
19
+ enums: Array<string | null>;
20
+ /** The optional display labels for the enumerated values. */
21
+ enumsLabels?: Array<string | null>;
22
+ }
23
+ /**
24
+ * Representation for string variable types.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface StringTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
30
+ enums: Array<string | null>;
31
+ enumsLabels?: Array<string | null>;
32
+ type: 'StringType';
33
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "cd9be38140fd21a7410c3a3049cc3933";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TemplateAssetReferenceRepresentation, existing: TemplateAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateAssetReferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TemplateAssetReferenceRepresentationNormalized, incoming: TemplateAssetReferenceRepresentationNormalized): 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: TemplateAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ *
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TemplateAssetReferenceRepresentationNormalized {
17
+ /** The 18 character ID of the asset. */
18
+ id?: string;
19
+ /** The asset label. */
20
+ label?: string;
21
+ /** The asset developer name. */
22
+ name?: string;
23
+ /** The namespace that qualifies the asset name */
24
+ namespace?: string;
25
+ /** The asset URL. */
26
+ url?: string;
27
+ }
28
+ /**
29
+ *
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface TemplateAssetReferenceRepresentation {
35
+ id?: string;
36
+ label?: string;
37
+ name?: string;
38
+ namespace?: string;
39
+ url?: string;
40
+ }
@@ -0,0 +1,39 @@
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 { TemplateRepresentation as TemplateRepresentation_TemplateRepresentation } from './TemplateRepresentation';
3
+ export declare const TTL = 300000;
4
+ export declare const VERSION = "aca65c5b075e04a0dd4e2a275fad9536";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: TemplateCollectionRepresentation, existing: TemplateCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ templates: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: TemplateCollectionRepresentation, existing: TemplateCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => TemplateCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ templates?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: TemplateCollectionRepresentationNormalized, incoming: TemplateCollectionRepresentationNormalized): 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: TemplateCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * Representation for Wave analytics application templates.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface TemplateCollectionRepresentationNormalized {
28
+ /** The collection of application templates available within this organization. */
29
+ templates: Array<$64$luvio_engine_StoreLink>;
30
+ }
31
+ /**
32
+ * Representation for Wave analytics application templates.
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface TemplateCollectionRepresentation {
38
+ templates: Array<TemplateRepresentation_TemplateRepresentation>;
39
+ }
@@ -0,0 +1,58 @@
1
+ import { UiLayoutDefinitionRepresentation as UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation } from './UiLayoutDefinitionRepresentation';
2
+ import { UiDefinitionRepresentation as UiDefinitionRepresentation_UiDefinitionRepresentation } from './UiDefinitionRepresentation';
3
+ 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';
4
+ export declare const TTL = 300000;
5
+ export declare const VERSION = "82d77a314469f66c2f912b832c26f4ac";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ id: string;
10
+ }
11
+ export type TemplateConfigurationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialTemplateConfigurationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateConfigurationRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateConfigurationRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateConfigurationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: TemplateConfigurationRepresentation, existing: TemplateConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateConfigurationRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
19
+ export declare function equals(existing: TemplateConfigurationRepresentationNormalized, incoming: TemplateConfigurationRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Representation for Wave analytics template configuration.
24
+ *
25
+ * Keys:
26
+ * id (string): id
27
+ */
28
+ export interface TemplateConfigurationRepresentationNormalized {
29
+ /** The ID or fully qualified API name of this template. */
30
+ id: string;
31
+ /** The layout interface definition for this Wave template. */
32
+ layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
33
+ /** The local API name of the template. */
34
+ name: string;
35
+ /** The namespace of the template provider. */
36
+ namespace: string | null;
37
+ ui: UiDefinitionRepresentation_UiDefinitionRepresentation;
38
+ /** The defined set of variables for this Wave template. */
39
+ variables: {
40
+ [key: string]: unknown;
41
+ };
42
+ }
43
+ /**
44
+ * Representation for Wave analytics template configuration.
45
+ *
46
+ * Keys:
47
+ * id (string): id
48
+ */
49
+ export interface TemplateConfigurationRepresentation {
50
+ id: string;
51
+ layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
52
+ name: string;
53
+ namespace: string | null;
54
+ ui: UiDefinitionRepresentation_UiDefinitionRepresentation;
55
+ variables: {
56
+ [key: string]: unknown;
57
+ };
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 = "328aa23b08bf48f794a1e13c5621654f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TemplateCustomAttributesRepresentation, existing: TemplateCustomAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateCustomAttributesRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TemplateCustomAttributesRepresentationNormalized, incoming: TemplateCustomAttributesRepresentationNormalized): 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: TemplateCustomAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation for template extra metadata.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TemplateCustomAttributesRepresentationNormalized {
17
+ /** The label for the extra metadata */
18
+ label: string | null;
19
+ /** The values for the extra metadata */
20
+ values: Array<string>;
21
+ }
22
+ /**
23
+ * Representation for template extra metadata.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TemplateCustomAttributesRepresentation {
29
+ label: string | null;
30
+ values: Array<string>;
31
+ }