@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,53 @@
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 function deepFreeze(input: SourceFieldCollectionRepresentation): void;
22
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
23
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceFieldCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
24
+ /**
25
+ * A list of Source Fields.
26
+ *
27
+ * Keys:
28
+ * connectorIdOrApiName (string): dataConnector.id
29
+ * SourceObjectName (string): sourceObjectName
30
+ */
31
+ export interface SourceFieldCollectionRepresentationNormalized {
32
+ /** A reference to the data connector that the fields belong to */
33
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
34
+ /** A list of Source Fields. */
35
+ fields: Array<SourceFieldRepresentation_SourceFieldRepresentation>;
36
+ /** The name of the source object that the fields belong to */
37
+ sourceObjectName: string;
38
+ /** URL to get the collection. */
39
+ url: string;
40
+ }
41
+ /**
42
+ * A list of Source Fields.
43
+ *
44
+ * Keys:
45
+ * connectorIdOrApiName (string): dataConnector.id
46
+ * SourceObjectName (string): sourceObjectName
47
+ */
48
+ export interface SourceFieldCollectionRepresentation {
49
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
50
+ fields: Array<SourceFieldRepresentation_SourceFieldRepresentation>;
51
+ sourceObjectName: string;
52
+ url: string;
53
+ }
@@ -0,0 +1,34 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: SourceFieldRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A field of a Source Object.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SourceFieldRepresentationNormalized extends AbstractFieldRepresentation_AbstractFieldRepresentation {
19
+ /** In the event that this Source Field is inaccessible, this property contains a message describing the reason. */
20
+ accessDeniedReason?: string;
21
+ /** If this property is present and false, the Source Field is inaccessible and cannot be replicated. Check the accessDeniedReason property for more information. */
22
+ accessible?: boolean;
23
+ }
24
+ /**
25
+ * A field of a Source Object.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SourceFieldRepresentation extends AbstractFieldRepresentation_AbstractFieldRepresentation {
31
+ accessDeniedReason?: string;
32
+ accessible?: boolean;
33
+ fieldType: 'sourceField';
34
+ }
@@ -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 { 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 function deepFreeze(input: SourceObjectCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceObjectCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * A paged list of Source Objects.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SourceObjectCollectionRepresentationNormalized {
29
+ /** URL to get the next page of contents in the collection. */
30
+ nextPageUrl?: string;
31
+ /** A list of Source Objects. */
32
+ sourceObjects: Array<$64$luvio_engine_StoreLink>;
33
+ /** Gets the total count of the elements in the collection irrespective of the page. */
34
+ totalSize?: number;
35
+ /** URL to get the collection. */
36
+ url: string;
37
+ }
38
+ /**
39
+ * A paged list of Source Objects.
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface SourceObjectCollectionRepresentation {
45
+ nextPageUrl?: string;
46
+ sourceObjects: Array<SourceObjectRepresentation_SourceObjectRepresentation>;
47
+ totalSize?: number;
48
+ url: string;
49
+ }
@@ -0,0 +1,33 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: SourceObjectDataInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceObjectDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Input representation for getting source object data given a list of fields and advanced properties
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SourceObjectDataInputRepresentationNormalized {
19
+ /** List of user-specified advanced properties associated with this object. */
20
+ advancedProperties?: Array<AdvancedPropertyValueInputRepresentation_AdvancedPropertyValueInputRepresentation>;
21
+ /** List of fields as a way to filter the fields returned in the response. */
22
+ sourceObjectFields: Array<string>;
23
+ }
24
+ /**
25
+ * Input representation for getting source object data given a list of fields and advanced properties
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SourceObjectDataInputRepresentation {
31
+ advancedProperties?: Array<AdvancedPropertyValueInputRepresentation_AdvancedPropertyValueInputRepresentation>;
32
+ sourceObjectFields: Array<string>;
33
+ }
@@ -0,0 +1,30 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: SourceObjectDataInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceObjectDataInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Wrapper for source object data input representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SourceObjectDataInputWrapperRepresentationNormalized {
19
+ /** source object input representation */
20
+ sourceObjectParam: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
21
+ }
22
+ /**
23
+ * Wrapper for source object data input representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SourceObjectDataInputWrapperRepresentation {
29
+ sourceObjectParam: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
30
+ }
@@ -0,0 +1,33 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: SourceObjectDataRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceObjectDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A Source Object Data represents the data to be previewed that the selected Data Connector knows about.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SourceObjectDataRepresentationNormalized {
19
+ /** The json representation, as a string, for data preview to show. */
20
+ dataListJson: string;
21
+ /** The URL to get this Source Object Data. */
22
+ url: string;
23
+ }
24
+ /**
25
+ * A Source Object Data represents the data to be previewed that the selected Data Connector knows about.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SourceObjectDataRepresentation {
31
+ dataListJson: string;
32
+ url: string;
33
+ }
@@ -0,0 +1,64 @@
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 function deepFreeze(input: SourceObjectRepresentation): void;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SourceObjectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
23
+ /**
24
+ * 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.
25
+ *
26
+ * Keys:
27
+ * connectorIdOrApiName (string): dataConnector.id
28
+ * SourceObjectName (string): name
29
+ */
30
+ export interface SourceObjectRepresentationNormalized {
31
+ /** In the event that this Source Object is inaccessible, this property contains a messagedescribing the reason. */
32
+ accessDeniedReason?: string;
33
+ /** If this property is present and false, the Source Object is inaccessible and cannot be replicated. Check the accessDeniedReason property for more information. */
34
+ accessible?: boolean;
35
+ /** A reference to the data connector that the source object belongs to */
36
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
37
+ /** The URL to get the data preview associated with source object */
38
+ dataPreviewUrl: string;
39
+ /** The URL to get the list of Source Fields that this Source Object has. */
40
+ fieldsUrl: string;
41
+ /** The external name of this Source Object. The specifics will depend on the connector type. */
42
+ name: string;
43
+ /** Indicates if this Source Object is currently replicated by Wave or not. */
44
+ replicated: boolean;
45
+ /** The URL to get this Source Object. */
46
+ url: string;
47
+ }
48
+ /**
49
+ * 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.
50
+ *
51
+ * Keys:
52
+ * connectorIdOrApiName (string): dataConnector.id
53
+ * SourceObjectName (string): name
54
+ */
55
+ export interface SourceObjectRepresentation {
56
+ accessDeniedReason?: string;
57
+ accessible?: boolean;
58
+ dataConnector: AssetReferenceRepresentation_AssetReferenceRepresentation;
59
+ dataPreviewUrl: string;
60
+ fieldsUrl: string;
61
+ name: string;
62
+ replicated: boolean;
63
+ url: string;
64
+ }
@@ -0,0 +1,34 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: StringTypeRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: StringTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Representation for string variable types.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface StringTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
19
+ /** The restricted list of enumerated values, where applicable for string variable types. */
20
+ enums: Array<string | null>;
21
+ /** The optional display labels for the enumerated values. */
22
+ enumsLabels?: Array<string | null>;
23
+ }
24
+ /**
25
+ * Representation for string variable types.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface StringTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
31
+ enums: Array<string | null>;
32
+ enumsLabels?: Array<string | null>;
33
+ type: 'StringType';
34
+ }
@@ -0,0 +1,41 @@
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 = "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 function deepFreeze(input: TemplateAssetReferenceRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ *
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface TemplateAssetReferenceRepresentationNormalized {
18
+ /** The 18 character ID of the asset. */
19
+ id?: string;
20
+ /** The asset label. */
21
+ label?: string;
22
+ /** The asset developer name. */
23
+ name?: string;
24
+ /** The namespace that qualifies the asset name */
25
+ namespace?: string;
26
+ /** The asset URL. */
27
+ url?: string;
28
+ }
29
+ /**
30
+ *
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface TemplateAssetReferenceRepresentation {
36
+ id?: string;
37
+ label?: string;
38
+ name?: string;
39
+ namespace?: string;
40
+ url?: string;
41
+ }
@@ -0,0 +1,40 @@
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 { 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 function deepFreeze(input: TemplateCollectionRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
22
+ /**
23
+ * Representation for Wave analytics application templates.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TemplateCollectionRepresentationNormalized {
29
+ /** The collection of application templates available within this organization. */
30
+ templates: Array<$64$luvio_engine_StoreLink>;
31
+ }
32
+ /**
33
+ * Representation for Wave analytics application templates.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface TemplateCollectionRepresentation {
39
+ templates: Array<TemplateRepresentation_TemplateRepresentation>;
40
+ }
@@ -0,0 +1,59 @@
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 function deepFreeze(input: TemplateConfigurationRepresentation): void;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
23
+ /**
24
+ * Representation for Wave analytics template configuration.
25
+ *
26
+ * Keys:
27
+ * id (string): id
28
+ */
29
+ export interface TemplateConfigurationRepresentationNormalized {
30
+ /** The ID or fully qualified API name of this template. */
31
+ id: string;
32
+ /** The layout interface definition for this Wave template. */
33
+ layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
34
+ /** The local API name of the template. */
35
+ name: string;
36
+ /** The namespace of the template provider. */
37
+ namespace: string | null;
38
+ ui: UiDefinitionRepresentation_UiDefinitionRepresentation;
39
+ /** The defined set of variables for this Wave template. */
40
+ variables: {
41
+ [key: string]: unknown;
42
+ };
43
+ }
44
+ /**
45
+ * Representation for Wave analytics template configuration.
46
+ *
47
+ * Keys:
48
+ * id (string): id
49
+ */
50
+ export interface TemplateConfigurationRepresentation {
51
+ id: string;
52
+ layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
53
+ name: string;
54
+ namespace: string | null;
55
+ ui: UiDefinitionRepresentation_UiDefinitionRepresentation;
56
+ variables: {
57
+ [key: string]: unknown;
58
+ };
59
+ }
@@ -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 = "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 function deepFreeze(input: TemplateCustomAttributesRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateCustomAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Representation for template extra metadata.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface TemplateCustomAttributesRepresentationNormalized {
18
+ /** The label for the extra metadata */
19
+ label: string | null;
20
+ /** The values for the extra metadata */
21
+ values: Array<string>;
22
+ }
23
+ /**
24
+ * Representation for template extra metadata.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface TemplateCustomAttributesRepresentation {
30
+ label: string | null;
31
+ values: Array<string>;
32
+ }
@@ -0,0 +1,37 @@
1
+ import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
2
+ import { ImageAssetReferenceRepresentation as ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation } from './ImageAssetReferenceRepresentation';
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 = "b253217b406efe23af0756cfb49cd9ab";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: TemplateIconsRepresentation, existing: TemplateIconsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateIconsRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: TemplateIconsRepresentationNormalized, incoming: TemplateIconsRepresentationNormalized): boolean;
10
+ export declare function deepFreeze(input: TemplateIconsRepresentation): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateIconsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * Representation for describing the icons configured for a wave template.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface TemplateIconsRepresentationNormalized {
20
+ /** The badge icon used on any app created from this template. */
21
+ appBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
22
+ /** The badge icon used to represent this template in the template configuration wizard. */
23
+ templateBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
24
+ /** The images used to display in the carousel on the template detail page when the template is selected in the wizard. */
25
+ templatePreviews: Array<ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation>;
26
+ }
27
+ /**
28
+ * Representation for describing the icons configured for a wave template.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface TemplateIconsRepresentation {
34
+ appBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
35
+ templateBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
36
+ templatePreviews: Array<ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation>;
37
+ }
@@ -0,0 +1,35 @@
1
+ import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
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 = "c3bc586eef756f865cca16712862c876";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: TemplateOptionsRepresentation, existing: TemplateOptionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateOptionsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: TemplateOptionsRepresentationNormalized, incoming: TemplateOptionsRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: TemplateOptionsRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateOptionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Representation for the options used on the last action performed on a templated Wave Application.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface TemplateOptionsRepresentationNormalized {
19
+ /** The last template action performed on the templated application. */
20
+ appAction?: string;
21
+ /** The date/time the last action was performed. */
22
+ appActionDate?: string;
23
+ appActionUser?: WaveUserRepresentation_WaveUserRepresentation;
24
+ }
25
+ /**
26
+ * Representation for the options used on the last action performed on a templated Wave Application.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface TemplateOptionsRepresentation {
32
+ appAction?: string;
33
+ appActionDate?: string;
34
+ appActionUser?: WaveUserRepresentation_WaveUserRepresentation;
35
+ }