@salesforce/lds-adapters-analytics-unifiedanalytics 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 (270) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/analytics-unifiedanalytics.js +14184 -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/createAnnotation.d.ts +20 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createAssetSlackChannel.d.ts +17 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +26 -0
  8. package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
  9. package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +15 -0
  10. package/dist/es/es2018/types/src/generated/adapters/createRecordShares.d.ts +17 -0
  11. package/dist/es/es2018/types/src/generated/adapters/createTemplate.d.ts +22 -0
  12. package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +35 -0
  13. package/dist/es/es2018/types/src/generated/adapters/createWorkspace.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/adapters/createWorkspaceAsset.d.ts +18 -0
  15. package/dist/es/es2018/types/src/generated/adapters/deleteAllShares.d.ts +14 -0
  16. package/dist/es/es2018/types/src/generated/adapters/deleteDashboard.d.ts +14 -0
  17. package/dist/es/es2018/types/src/generated/adapters/deleteDataAlert.d.ts +14 -0
  18. package/dist/es/es2018/types/src/generated/adapters/deleteRecordShare.d.ts +15 -0
  19. package/dist/es/es2018/types/src/generated/adapters/deleteVisualization.d.ts +14 -0
  20. package/dist/es/es2018/types/src/generated/adapters/deleteWorkspace.d.ts +14 -0
  21. package/dist/es/es2018/types/src/generated/adapters/deleteWorkspaceAsset.d.ts +15 -0
  22. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +20 -0
  23. package/dist/es/es2018/types/src/generated/adapters/generateSFDriveCredentials.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/adapters/getAnnotations.d.ts +31 -0
  25. package/dist/es/es2018/types/src/generated/adapters/getAssetSlackChannels.d.ts +27 -0
  26. package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +29 -0
  27. package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +29 -0
  28. package/dist/es/es2018/types/src/generated/adapters/getDataAlert.d.ts +28 -0
  29. package/dist/es/es2018/types/src/generated/adapters/getDataAlertCollection.d.ts +29 -0
  30. package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +28 -0
  31. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
  32. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
  33. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
  34. package/dist/es/es2018/types/src/generated/adapters/getFlowByName.d.ts +27 -0
  35. package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +28 -0
  36. package/dist/es/es2018/types/src/generated/adapters/getFollowedAssets.d.ts +30 -0
  37. package/dist/es/es2018/types/src/generated/adapters/getFollowers.d.ts +31 -0
  38. package/dist/es/es2018/types/src/generated/adapters/getMarketplaceListingInstallationProgress.d.ts +27 -0
  39. package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +26 -0
  40. package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +34 -0
  41. package/dist/es/es2018/types/src/generated/adapters/getSlackAppInfo.d.ts +26 -0
  42. package/dist/es/es2018/types/src/generated/adapters/getSubscriptionDigestConfig.d.ts +28 -0
  43. package/dist/es/es2018/types/src/generated/adapters/getUnifiedAnalyticsLibraryAssets.d.ts +23 -0
  44. package/dist/es/es2018/types/src/generated/adapters/getUniqueFollowerCount.d.ts +28 -0
  45. package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +29 -0
  48. package/dist/es/es2018/types/src/generated/adapters/getWorkspaceByIdOrName.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/adapters/getWorkspaces.d.ts +28 -0
  50. package/dist/es/es2018/types/src/generated/adapters/initiateMarketplaceListingInstallation.d.ts +27 -0
  51. package/dist/es/es2018/types/src/generated/adapters/postDataAlertRun.d.ts +15 -0
  52. package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +15 -0
  53. package/dist/es/es2018/types/src/generated/adapters/publishToMarketplace.d.ts +17 -0
  54. package/dist/es/es2018/types/src/generated/adapters/queryAssets.d.ts +22 -0
  55. package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +19 -0
  56. package/dist/es/es2018/types/src/generated/adapters/unfollow.d.ts +15 -0
  57. package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +28 -0
  58. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +27 -0
  59. package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
  60. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +19 -0
  61. package/dist/es/es2018/types/src/generated/adapters/updateRecordShares.d.ts +16 -0
  62. package/dist/es/es2018/types/src/generated/adapters/updateSubscriptionDigestConfig.d.ts +17 -0
  63. package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +36 -0
  64. package/dist/es/es2018/types/src/generated/adapters/updateWorkspace.d.ts +19 -0
  65. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +62 -0
  66. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +98 -0
  67. package/dist/es/es2018/types/src/generated/resources/deleteTableauDashboardsByDashboardIdOrApiName.d.ts +12 -0
  68. package/dist/es/es2018/types/src/generated/resources/deleteTableauDataAlertsByDataAlertId.d.ts +12 -0
  69. package/dist/es/es2018/types/src/generated/resources/deleteTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts +13 -0
  70. package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordId.d.ts +12 -0
  71. package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordIdAndUserOrGroupId.d.ts +13 -0
  72. package/dist/es/es2018/types/src/generated/resources/deleteTableauVisualizationsByVisualizationIdOrApiName.d.ts +12 -0
  73. package/dist/es/es2018/types/src/generated/resources/deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts +13 -0
  74. package/dist/es/es2018/types/src/generated/resources/deleteTableauWorkspacesByWorkspaceIdOrApiName.d.ts +12 -0
  75. package/dist/es/es2018/types/src/generated/resources/getTableauAnnotations.d.ts +19 -0
  76. package/dist/es/es2018/types/src/generated/resources/getTableauAnnotationsSlackAppInfo.d.ts +12 -0
  77. package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +17 -0
  78. package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +19 -0
  79. package/dist/es/es2018/types/src/generated/resources/getTableauDataAlerts.d.ts +17 -0
  80. package/dist/es/es2018/types/src/generated/resources/getTableauDataAlertsByDataAlertId.d.ts +16 -0
  81. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +18 -0
  82. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
  83. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
  84. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
  85. package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +16 -0
  86. package/dist/es/es2018/types/src/generated/resources/getTableauFlowsByFlowApiName.d.ts +15 -0
  87. package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowerCountByFollowedAssetId.d.ts +18 -0
  88. package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowersByFollowedAssetId.d.ts +21 -0
  89. package/dist/es/es2018/types/src/generated/resources/getTableauFollowFollowersFollowedAssetsByFollowerId.d.ts +20 -0
  90. package/dist/es/es2018/types/src/generated/resources/getTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts +16 -0
  91. package/dist/es/es2018/types/src/generated/resources/getTableauMarketplaceInstallationsByInstallationId.d.ts +15 -0
  92. package/dist/es/es2018/types/src/generated/resources/getTableauMarketplaceListingsInstallByListingId.d.ts +15 -0
  93. package/dist/es/es2018/types/src/generated/resources/getTableauOrgs.d.ts +12 -0
  94. package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +24 -0
  95. package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordIdAndUserOrGroupId.d.ts +16 -0
  96. package/dist/es/es2018/types/src/generated/resources/getTableauSlackChannels.d.ts +15 -0
  97. package/dist/es/es2018/types/src/generated/resources/getTableauSubscriptionsDigestByDigestConfigOwner.d.ts +16 -0
  98. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +17 -0
  99. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +19 -0
  100. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +19 -0
  101. package/dist/es/es2018/types/src/generated/resources/getTableauWorkspaces.d.ts +16 -0
  102. package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts +16 -0
  103. package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts +20 -0
  104. package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesByWorkspaceIdOrApiName.d.ts +16 -0
  105. package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +29 -0
  106. package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
  107. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +18 -0
  108. package/dist/es/es2018/types/src/generated/resources/patchTableauRecordsSharesByRecordId.d.ts +15 -0
  109. package/dist/es/es2018/types/src/generated/resources/patchTableauSubscriptionsDigestByDigestConfigOwner.d.ts +16 -0
  110. package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +37 -0
  111. package/dist/es/es2018/types/src/generated/resources/patchTableauWorkspacesByWorkspaceIdOrApiName.d.ts +18 -0
  112. package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts +11 -0
  113. package/dist/es/es2018/types/src/generated/resources/postTableauAdminMonitoringEvents.d.ts +12 -0
  114. package/dist/es/es2018/types/src/generated/resources/postTableauAnnotations.d.ts +17 -0
  115. package/dist/es/es2018/types/src/generated/resources/postTableauAssetsQuery.d.ts +19 -0
  116. package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +26 -0
  117. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +25 -0
  118. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlertsRunByDataAlertId.d.ts +12 -0
  119. package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
  120. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  121. package/dist/es/es2018/types/src/generated/resources/postTableauLibraryAssetsQuery.d.ts +20 -0
  122. package/dist/es/es2018/types/src/generated/resources/postTableauLoglines.d.ts +12 -0
  123. package/dist/es/es2018/types/src/generated/resources/postTableauMarketplaceListings.d.ts +14 -0
  124. package/dist/es/es2018/types/src/generated/resources/postTableauMarketplaceTemplates.d.ts +19 -0
  125. package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts +16 -0
  126. package/dist/es/es2018/types/src/generated/resources/postTableauSlackChannels.d.ts +14 -0
  127. package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +16 -0
  128. package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +34 -0
  129. package/dist/es/es2018/types/src/generated/resources/postTableauWorkspaces.d.ts +15 -0
  130. package/dist/es/es2018/types/src/generated/resources/postTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts +17 -0
  131. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +28 -0
  132. package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryInputRepresentation.d.ts +47 -0
  133. package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsItemRepresentation.d.ts +36 -0
  134. package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsRepresentation.d.ts +48 -0
  135. package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsWorkspaceRepresentation.d.ts +26 -0
  136. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryAssetCollectionOutputRepresentation.d.ts +45 -0
  137. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryCollectionQueryInputRepresentation.d.ts +50 -0
  138. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +32 -0
  139. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryImageRepresentation.d.ts +28 -0
  140. package/dist/es/es2018/types/src/generated/types/AnalyticsUserRepresentation.d.ts +29 -0
  141. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +40 -0
  142. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryResultsRepresentation.d.ts +48 -0
  143. package/dist/es/es2018/types/src/generated/types/AnnotationAssetRepresentation.d.ts +31 -0
  144. package/dist/es/es2018/types/src/generated/types/AnnotationCollectionRepresentation.d.ts +42 -0
  145. package/dist/es/es2018/types/src/generated/types/AnnotationConversationInputRepresentation.d.ts +37 -0
  146. package/dist/es/es2018/types/src/generated/types/AnnotationConversationRepresentation.d.ts +41 -0
  147. package/dist/es/es2018/types/src/generated/types/AnnotationInputRepresentation.d.ts +43 -0
  148. package/dist/es/es2018/types/src/generated/types/AnnotationRepresentation.d.ts +55 -0
  149. package/dist/es/es2018/types/src/generated/types/AssetSlackChannelCollectionRepresentation.d.ts +39 -0
  150. package/dist/es/es2018/types/src/generated/types/AssetSlackChannelInputRepresentation.d.ts +34 -0
  151. package/dist/es/es2018/types/src/generated/types/AssetSlackChannelRepresentation.d.ts +50 -0
  152. package/dist/es/es2018/types/src/generated/types/BaseAnalyticsAssetRepresentation.d.ts +37 -0
  153. package/dist/es/es2018/types/src/generated/types/BaseAnalyticsLibraryAssetRepresentation.d.ts +40 -0
  154. package/dist/es/es2018/types/src/generated/types/BaseAnalyticsRepresentation.d.ts +37 -0
  155. package/dist/es/es2018/types/src/generated/types/CdpAssetBaseInputRepresentation.d.ts +34 -0
  156. package/dist/es/es2018/types/src/generated/types/ContentDocumentOutputRepresentation.d.ts +40 -0
  157. package/dist/es/es2018/types/src/generated/types/ContentVersionOutputRepresentation.d.ts +44 -0
  158. package/dist/es/es2018/types/src/generated/types/DashboardAnchorInputRepresentation.d.ts +28 -0
  159. package/dist/es/es2018/types/src/generated/types/DashboardAnnotationAnchorRepresentation.d.ts +28 -0
  160. package/dist/es/es2018/types/src/generated/types/DashboardCollectionRepresentation.d.ts +38 -0
  161. package/dist/es/es2018/types/src/generated/types/DashboardInputRepresentation.d.ts +57 -0
  162. package/dist/es/es2018/types/src/generated/types/DashboardRepresentation.d.ts +81 -0
  163. package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +36 -0
  164. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  165. package/dist/es/es2018/types/src/generated/types/DataAlertConditionRepresentation.d.ts +33 -0
  166. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  167. package/dist/es/es2018/types/src/generated/types/DataAlertContentRepresentation.d.ts +28 -0
  168. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleRepresentation.d.ts +29 -0
  169. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  170. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleRepresentation.d.ts +26 -0
  171. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  172. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationRepresentation.d.ts +29 -0
  173. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +46 -0
  174. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  175. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentRepresentation.d.ts +32 -0
  176. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  177. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueRepresentation.d.ts +51 -0
  178. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  179. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsRepresentation.d.ts +29 -0
  180. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  181. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueRepresentation.d.ts +32 -0
  182. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  183. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversRepresentation.d.ts +28 -0
  184. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +61 -0
  185. package/dist/es/es2018/types/src/generated/types/DataAlertRunOutputRepresentation.d.ts +44 -0
  186. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +37 -0
  187. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleRepresentation.d.ts +31 -0
  188. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  189. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsRepresentation.d.ts +32 -0
  190. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  191. package/dist/es/es2018/types/src/generated/types/DataAlertValueRepresentation.d.ts +28 -0
  192. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  193. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  194. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleRepresentation.d.ts +29 -0
  195. package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
  196. package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
  197. package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +75 -0
  198. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
  199. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
  200. package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
  201. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
  202. package/dist/es/es2018/types/src/generated/types/FileTypeOutputRepresentation.d.ts +31 -0
  203. package/dist/es/es2018/types/src/generated/types/FlowCollectionRepresentation.d.ts +38 -0
  204. package/dist/es/es2018/types/src/generated/types/FlowMetadataRepresentation.d.ts +29 -0
  205. package/dist/es/es2018/types/src/generated/types/FlowRepresentation.d.ts +49 -0
  206. package/dist/es/es2018/types/src/generated/types/FlowVariableRepresentation.d.ts +53 -0
  207. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +37 -0
  208. package/dist/es/es2018/types/src/generated/types/FollowedAssetCollectionRepresentation.d.ts +30 -0
  209. package/dist/es/es2018/types/src/generated/types/FollowedAssetInputRepresentation.d.ts +37 -0
  210. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +66 -0
  211. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  212. package/dist/es/es2018/types/src/generated/types/FollowerAssetCollectionRepresentation.d.ts +42 -0
  213. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +58 -0
  214. package/dist/es/es2018/types/src/generated/types/FollowerCollectionRepresentation.d.ts +30 -0
  215. package/dist/es/es2018/types/src/generated/types/FollowerInputRepresentation.d.ts +40 -0
  216. package/dist/es/es2018/types/src/generated/types/MarketplaceListingInputRepresentation.d.ts +34 -0
  217. package/dist/es/es2018/types/src/generated/types/MarketplaceListingRepresentation.d.ts +38 -0
  218. package/dist/es/es2018/types/src/generated/types/MarketplaceTemplateInputRepresentation.d.ts +47 -0
  219. package/dist/es/es2018/types/src/generated/types/MarketplaceTemplateOutputRepresentation.d.ts +38 -0
  220. package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +32 -0
  221. package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +37 -0
  222. package/dist/es/es2018/types/src/generated/types/SFDriveCredentialInputRepresentation.d.ts +29 -0
  223. package/dist/es/es2018/types/src/generated/types/SFDriveCredentialRepresentation.d.ts +48 -0
  224. package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts +43 -0
  225. package/dist/es/es2018/types/src/generated/types/SetupRecordAccessInputRepresentation.d.ts +31 -0
  226. package/dist/es/es2018/types/src/generated/types/SetupRecordAccessItemInputRepresentation.d.ts +37 -0
  227. package/dist/es/es2018/types/src/generated/types/SetupRecordAccessRepresentation.d.ts +51 -0
  228. package/dist/es/es2018/types/src/generated/types/SetupRecordShareCollectionRepresentation.d.ts +49 -0
  229. package/dist/es/es2018/types/src/generated/types/SetupRecordShareErrorRepresentation.d.ts +35 -0
  230. package/dist/es/es2018/types/src/generated/types/SetupRecordShareInputRepresentation.d.ts +37 -0
  231. package/dist/es/es2018/types/src/generated/types/SetupRecordShareRepresentation.d.ts +48 -0
  232. package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +43 -0
  233. package/dist/es/es2018/types/src/generated/types/SlackAppInfoRepresentation.d.ts +41 -0
  234. package/dist/es/es2018/types/src/generated/types/SlackEmojiOutputRepresentation.d.ts +40 -0
  235. package/dist/es/es2018/types/src/generated/types/SlackFileOutputRepresentation.d.ts +59 -0
  236. package/dist/es/es2018/types/src/generated/types/SlackMessageOutputRepresentation.d.ts +102 -0
  237. package/dist/es/es2018/types/src/generated/types/SlackReactionOutputRepresentation.d.ts +53 -0
  238. package/dist/es/es2018/types/src/generated/types/SlackUserInfoOutputRepresentation.d.ts +77 -0
  239. package/dist/es/es2018/types/src/generated/types/SubscriptionDigestConfigInputRepresentation.d.ts +31 -0
  240. package/dist/es/es2018/types/src/generated/types/SubscriptionDigestConfigOutputRepresentation.d.ts +44 -0
  241. package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventInputRepresentation.d.ts +28 -0
  242. package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventItemInputRepresentation.d.ts +40 -0
  243. package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventItemRepresentation.d.ts +44 -0
  244. package/dist/es/es2018/types/src/generated/types/TableauMarketplaceListingInstallationProgressResponse.d.ts +34 -0
  245. package/dist/es/es2018/types/src/generated/types/TableauMarketplaceListingInstallationResponse.d.ts +31 -0
  246. package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLogLinesRepresentation.d.ts +44 -0
  247. package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglineInputRepresentation.d.ts +35 -0
  248. package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglinesInputRepresentation.d.ts +28 -0
  249. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  250. package/dist/es/es2018/types/src/generated/types/UnifiedFilterRepresentation.d.ts +34 -0
  251. package/dist/es/es2018/types/src/generated/types/UniqueFollowerCountRepresentation.d.ts +29 -0
  252. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +35 -0
  253. package/dist/es/es2018/types/src/generated/types/UpdateSetupRecordAccessInputRepresentation.d.ts +28 -0
  254. package/dist/es/es2018/types/src/generated/types/UpdateSetupRecordAccessItemInputRepresentation.d.ts +31 -0
  255. package/dist/es/es2018/types/src/generated/types/VisualizationBundleRepresentation.d.ts +45 -0
  256. package/dist/es/es2018/types/src/generated/types/VisualizationCollectionRepresentation.d.ts +38 -0
  257. package/dist/es/es2018/types/src/generated/types/VisualizationInputRepresentation.d.ts +75 -0
  258. package/dist/es/es2018/types/src/generated/types/VisualizationRepresentation.d.ts +97 -0
  259. package/dist/es/es2018/types/src/generated/types/WorkspaceAssetCollectionRepresentation.d.ts +38 -0
  260. package/dist/es/es2018/types/src/generated/types/WorkspaceAssetInputRepresentation.d.ts +34 -0
  261. package/dist/es/es2018/types/src/generated/types/WorkspaceAssetRepresentation.d.ts +53 -0
  262. package/dist/es/es2018/types/src/generated/types/WorkspaceCollectionRepresentation.d.ts +38 -0
  263. package/dist/es/es2018/types/src/generated/types/WorkspaceInputRepresentation.d.ts +37 -0
  264. package/dist/es/es2018/types/src/generated/types/WorkspaceRepresentation.d.ts +65 -0
  265. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  266. package/package.json +66 -0
  267. package/sfdc/index.d.ts +1 -0
  268. package/sfdc/index.js +14917 -0
  269. package/src/raml/api.raml +3801 -0
  270. package/src/raml/luvio.raml +479 -0
@@ -0,0 +1,37 @@
1
+ import { BaseAnalyticsRepresentation as BaseAnalyticsRepresentation_BaseAnalyticsRepresentation } from './BaseAnalyticsRepresentation';
2
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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 = "73d6c11d72564029316a5f33b3408e40";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: BaseAnalyticsAssetRepresentation, existing: BaseAnalyticsAssetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseAnalyticsAssetRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: BaseAnalyticsAssetRepresentationNormalized, incoming: BaseAnalyticsAssetRepresentationNormalized): 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: BaseAnalyticsAssetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Base analytic asset representation.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface BaseAnalyticsAssetRepresentationNormalized extends BaseAnalyticsRepresentation_BaseAnalyticsRepresentation {
19
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
20
+ /** Created date of the asset */
21
+ createdDate: string;
22
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
23
+ /** Last modified date of the asset. */
24
+ lastModifiedDate: string;
25
+ }
26
+ /**
27
+ * Base analytic asset representation.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface BaseAnalyticsAssetRepresentation extends BaseAnalyticsRepresentation_BaseAnalyticsRepresentation {
33
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
34
+ createdDate: string;
35
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
36
+ lastModifiedDate: string;
37
+ }
@@ -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 = "3c78fe02977755cfb7d9fd52215f13b6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BaseAnalyticsLibraryAssetRepresentation, existing: BaseAnalyticsLibraryAssetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseAnalyticsLibraryAssetRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: BaseAnalyticsLibraryAssetRepresentationNormalized, incoming: BaseAnalyticsLibraryAssetRepresentationNormalized): 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: BaseAnalyticsLibraryAssetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of the AnalyticsLibraryAsset Preview
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BaseAnalyticsLibraryAssetRepresentationNormalized {
17
+ /** Type of asset source: 1P,3P like AppExchange etc */
18
+ assetSource: string;
19
+ /** Type of asset: SDM, App etc */
20
+ assetType: string;
21
+ /** Description of template */
22
+ description: string | null;
23
+ /** The ID or fully qualified API name of template. */
24
+ id: string;
25
+ /** Name of template */
26
+ name: string;
27
+ }
28
+ /**
29
+ * Output representation of the AnalyticsLibraryAsset Preview
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface BaseAnalyticsLibraryAssetRepresentation {
35
+ assetSource: string;
36
+ assetType: string;
37
+ description: string | null;
38
+ id: string;
39
+ name: string;
40
+ }
@@ -0,0 +1,37 @@
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 = "15a9f879ef8cbf9b7a9e993e810c92e0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BaseAnalyticsRepresentation, existing: BaseAnalyticsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseAnalyticsRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: BaseAnalyticsRepresentationNormalized, incoming: BaseAnalyticsRepresentationNormalized): 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: BaseAnalyticsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Base analytic representation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BaseAnalyticsRepresentationNormalized {
17
+ /** Description of the asset. */
18
+ description?: string;
19
+ /** Database record id of the asset. */
20
+ id: string;
21
+ /** Label of the asset. */
22
+ label?: string;
23
+ /** Name of the asset. */
24
+ name?: string;
25
+ }
26
+ /**
27
+ * Base analytic representation.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface BaseAnalyticsRepresentation {
33
+ description?: string;
34
+ id: string;
35
+ label?: string;
36
+ name?: string;
37
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "4cd25d250e24c7df1618a3222ae67ead";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpAssetBaseInputRepresentation, existing: CdpAssetBaseInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetBaseInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpAssetBaseInputRepresentationNormalized, incoming: CdpAssetBaseInputRepresentationNormalized): 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: CdpAssetBaseInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents a base asset
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpAssetBaseInputRepresentationNormalized {
17
+ /** Id */
18
+ id: string;
19
+ /** Name */
20
+ name: string;
21
+ /** Namespace */
22
+ namespace: string;
23
+ }
24
+ /**
25
+ * Represents a base asset
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CdpAssetBaseInputRepresentation {
31
+ id: string;
32
+ name: string;
33
+ namespace: string;
34
+ }
@@ -0,0 +1,40 @@
1
+ import { FileTypeOutputRepresentation as FileTypeOutputRepresentation_FileTypeOutputRepresentation } from './FileTypeOutputRepresentation';
2
+ import { ContentVersionOutputRepresentation as ContentVersionOutputRepresentation_ContentVersionOutputRepresentation } from './ContentVersionOutputRepresentation';
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 = "86dc45870c15b40e9591690f7fb1ac16";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ContentDocumentOutputRepresentation, existing: ContentDocumentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContentDocumentOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ContentDocumentOutputRepresentationNormalized, incoming: ContentDocumentOutputRepresentationNormalized): 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: ContentDocumentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Contains the details of Content Document
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ContentDocumentOutputRepresentationNormalized {
19
+ filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
20
+ /** Id of the Content Document record */
21
+ id: string;
22
+ latestPublishedVersion: ContentVersionOutputRepresentation_ContentVersionOutputRepresentation;
23
+ /** Size of the Content Document record */
24
+ size: number;
25
+ /** Title of the Content Document record */
26
+ title: string;
27
+ }
28
+ /**
29
+ * Contains the details of Content Document
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ContentDocumentOutputRepresentation {
35
+ filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation;
36
+ id: string;
37
+ latestPublishedVersion: ContentVersionOutputRepresentation_ContentVersionOutputRepresentation;
38
+ size: number;
39
+ title: string;
40
+ }
@@ -0,0 +1,44 @@
1
+ import { FileTypeOutputRepresentation as FileTypeOutputRepresentation_FileTypeOutputRepresentation } from './FileTypeOutputRepresentation';
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 = "73aa50e42c29769a00f9777e21b0e1d7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ContentVersionOutputRepresentation, existing: ContentVersionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContentVersionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ContentVersionOutputRepresentationNormalized, incoming: ContentVersionOutputRepresentationNormalized): 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: ContentVersionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains the details of Content Version
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ContentVersionOutputRepresentationNormalized {
18
+ /** Attachment URL for the Content Version record */
19
+ attachmentUrl: string;
20
+ /** File type of the Content Version record */
21
+ filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation | null;
22
+ /** Id of the Content Version record */
23
+ id: string;
24
+ /** Size of the Content Version record */
25
+ size: number;
26
+ /** Title of the Content Version record */
27
+ title: string;
28
+ /** Version URL for the Content Version record */
29
+ versionUrl: string | null;
30
+ }
31
+ /**
32
+ * Contains the details of Content Version
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface ContentVersionOutputRepresentation {
38
+ attachmentUrl: string;
39
+ filetype: FileTypeOutputRepresentation_FileTypeOutputRepresentation | null;
40
+ id: string;
41
+ size: number;
42
+ title: string;
43
+ versionUrl: string | null;
44
+ }
@@ -0,0 +1,28 @@
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 = "64b30d49cc4808ed53bd25b4a9c2b502";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DashboardAnchorInputRepresentation, existing: DashboardAnchorInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DashboardAnchorInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DashboardAnchorInputRepresentationNormalized, incoming: DashboardAnchorInputRepresentationNormalized): 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: DashboardAnchorInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Details about the widget in unified analytics
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DashboardAnchorInputRepresentationNormalized {
17
+ /** Widget ID */
18
+ widgetId: string;
19
+ }
20
+ /**
21
+ * Details about the widget in unified analytics
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DashboardAnchorInputRepresentation {
27
+ widgetId: string;
28
+ }
@@ -0,0 +1,28 @@
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 = "2eb1712faaff91a7dbda32f4f98c7d99";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DashboardAnnotationAnchorRepresentation, existing: DashboardAnnotationAnchorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DashboardAnnotationAnchorRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DashboardAnnotationAnchorRepresentationNormalized, incoming: DashboardAnnotationAnchorRepresentationNormalized): 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: DashboardAnnotationAnchorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified Analytics dashboard annotation anchor representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DashboardAnnotationAnchorRepresentationNormalized {
17
+ /** The ID of the widget. */
18
+ widgetId: string;
19
+ }
20
+ /**
21
+ * Unified Analytics dashboard annotation anchor representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DashboardAnnotationAnchorRepresentation {
27
+ widgetId: string;
28
+ }
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { DashboardRepresentation as DashboardRepresentation_DashboardRepresentation } from './DashboardRepresentation';
3
+ export declare const VERSION = "962823130e6a9315240ef0e0f0c5f757";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DashboardCollectionRepresentation, existing: DashboardCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DashboardCollectionRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ dashboards: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DashboardCollectionRepresentation, existing: DashboardCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DashboardCollectionRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ dashboards?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: DashboardCollectionRepresentationNormalized, incoming: DashboardCollectionRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DashboardCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * A collection of unified analytics dashboards.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DashboardCollectionRepresentationNormalized {
27
+ /** List of dashboards being returned. */
28
+ dashboards: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * A collection of unified analytics dashboards.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface DashboardCollectionRepresentation {
37
+ dashboards: Array<DashboardRepresentation_DashboardRepresentation>;
38
+ }
@@ -0,0 +1,57 @@
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 = "8c79832df59a7c768d58283360207b4b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DashboardInputRepresentation, existing: DashboardInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DashboardInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DashboardInputRepresentationNormalized, incoming: DashboardInputRepresentationNormalized): 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: DashboardInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified Analytics Dashboard Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DashboardInputRepresentationNormalized {
17
+ /** Description. */
18
+ description?: string;
19
+ /** Database id. */
20
+ id?: string;
21
+ /** Master label. */
22
+ label: string;
23
+ /** List of layouts in the dashboard. */
24
+ layouts: Array<unknown>;
25
+ /** Unique developer name. */
26
+ name?: string;
27
+ /** Dashboard level styling attributes. */
28
+ style?: {
29
+ [key: string]: unknown;
30
+ };
31
+ /** Map of widgets in the dashboard. */
32
+ widgets: {
33
+ [key: string]: unknown;
34
+ };
35
+ /** The ID or ApiName of the workspace from which this dashboard originates. */
36
+ workspaceIdOrApiName?: string;
37
+ }
38
+ /**
39
+ * Unified Analytics Dashboard Input Representation
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface DashboardInputRepresentation {
45
+ description?: string;
46
+ id?: string;
47
+ label: string;
48
+ layouts: Array<unknown>;
49
+ name?: string;
50
+ style?: {
51
+ [key: string]: unknown;
52
+ };
53
+ widgets: {
54
+ [key: string]: unknown;
55
+ };
56
+ workspaceIdOrApiName?: string;
57
+ }
@@ -0,0 +1,81 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "948ac50067b64bee8680b553b1e19a09";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
6
+ name: string;
7
+ }
8
+ export type DashboardRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
9
+ export type PartialDashboardRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DashboardRepresentationNormalizedKeyMetadata;
12
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DashboardRepresentation): string;
13
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DashboardRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function normalize(input: DashboardRepresentation, existing: DashboardRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DashboardRepresentationNormalized;
15
+ export declare const select: () => $64$luvio_engine_BaseFragment;
16
+ export declare function equals(existing: DashboardRepresentationNormalized, incoming: DashboardRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DashboardRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ /**
20
+ * Unified analytics dashboard representation.
21
+ *
22
+ * Keys:
23
+ * name (string): name
24
+ */
25
+ export interface DashboardRepresentationNormalized {
26
+ /** Created by of the asset. */
27
+ createdBy: unknown;
28
+ /** Created date of the asset */
29
+ createdDate: string;
30
+ /** Description of the asset. */
31
+ description?: string;
32
+ /** Database record id of the asset. */
33
+ id: string;
34
+ /** Label of the asset. */
35
+ label: string;
36
+ /** Last modified by of the asset. */
37
+ lastModifiedBy?: unknown;
38
+ /** Last modified date of the asset. */
39
+ lastModifiedDate?: string;
40
+ /** All grid layouts for this dashboard. */
41
+ layouts: Array<unknown>;
42
+ /** Name of the asset. */
43
+ name: string;
44
+ /** Dashboard level styling attributes. */
45
+ style?: {
46
+ [key: string]: unknown;
47
+ };
48
+ /** URL to this dashboard. */
49
+ url: string;
50
+ /** Widgets in the dashboard. */
51
+ widgets: {
52
+ [key: string]: unknown;
53
+ };
54
+ /** The ID or ApiName of the workspace from which this dashboard originates. */
55
+ workspaceIdOrApiName?: string;
56
+ }
57
+ /**
58
+ * Unified analytics dashboard representation.
59
+ *
60
+ * Keys:
61
+ * name (string): name
62
+ */
63
+ export interface DashboardRepresentation {
64
+ createdBy: unknown;
65
+ createdDate: string;
66
+ description?: string;
67
+ id: string;
68
+ label: string;
69
+ lastModifiedBy?: unknown;
70
+ lastModifiedDate?: string;
71
+ layouts: Array<unknown>;
72
+ name: string;
73
+ style?: {
74
+ [key: string]: unknown;
75
+ };
76
+ url: string;
77
+ widgets: {
78
+ [key: string]: unknown;
79
+ };
80
+ workspaceIdOrApiName?: string;
81
+ }
@@ -0,0 +1,36 @@
1
+ import { DataAlertRepresentation as DataAlertRepresentation_DataAlertRepresentation } from './DataAlertRepresentation';
2
+ 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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "d3e9e0efe02f7fa88865b7e72fe25f25";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAlertCollectionRepresentation, existing: DataAlertCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertCollectionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: DataAlertCollectionRepresentationNormalized, incoming: DataAlertCollectionRepresentationNormalized): 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: DataAlertCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * A collection of unified analytics data alerts.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAlertCollectionRepresentationNormalized {
19
+ /** List of data alerts being returned. */
20
+ dataAlerts: Array<$64$luvio_engine_StoreLink>;
21
+ /** Next page url for pagination. */
22
+ nextPageUrl: string | null;
23
+ /** Total size of data alert array returned. */
24
+ totalSize: number;
25
+ }
26
+ /**
27
+ * A collection of unified analytics data alerts.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface DataAlertCollectionRepresentation {
33
+ dataAlerts: Array<DataAlertRepresentation_DataAlertRepresentation>;
34
+ nextPageUrl: string | null;
35
+ totalSize: number;
36
+ }
@@ -0,0 +1,38 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
2
+ import { DataAlertValueRightOperandInputRepresentation as DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation } from './DataAlertValueRightOperandInputRepresentation';
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
+ import { DataAlertRawValueInputRepresentation as DataAlertRawValueInputRepresentation_DataAlertRawValueInputRepresentation } from './DataAlertRawValueInputRepresentation';
5
+ import { DataAlertMetricValueInputRepresentation as DataAlertMetricValueInputRepresentation_DataAlertMetricValueInputRepresentation } from './DataAlertMetricValueInputRepresentation';
6
+ export declare const VERSION = "90840e167de1cd3f1cfe15245bf21524";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: DataAlertConditionInputRepresentation, existing: DataAlertConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertConditionInputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertConditionInputRepresentationNormalized, incoming: DataAlertConditionInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * A single condition representation
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface DataAlertConditionInputRepresentationNormalized {
21
+ /** Left operand of the condition */
22
+ leftOperand: DataAlertValueInputRepresentation_DataAlertValueInputRepresentation;
23
+ /** operator of the condition */
24
+ operator: string;
25
+ /** Right operand of the condition */
26
+ rightOperand: DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation;
27
+ }
28
+ /**
29
+ * A single condition representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface DataAlertConditionInputRepresentation {
35
+ leftOperand: DataAlertRawValueInputRepresentation_DataAlertRawValueInputRepresentation | DataAlertMetricValueInputRepresentation_DataAlertMetricValueInputRepresentation;
36
+ operator: string;
37
+ rightOperand: DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation;
38
+ }
@@ -0,0 +1,33 @@
1
+ import { DataAlertValueRepresentation as DataAlertValueRepresentation_DataAlertValueRepresentation } from './DataAlertValueRepresentation';
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 = "7838596765cf8c569002b916af2b5f6e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertConditionRepresentation, existing: DataAlertConditionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertConditionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertConditionRepresentationNormalized, incoming: DataAlertConditionRepresentationNormalized): 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: DataAlertConditionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents a condition for a data alert
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertConditionRepresentationNormalized {
18
+ leftOperand: DataAlertValueRepresentation_DataAlertValueRepresentation;
19
+ /** Operator for the condition */
20
+ operator: string;
21
+ rightOperand: DataAlertValueRepresentation_DataAlertValueRepresentation;
22
+ }
23
+ /**
24
+ * Represents a condition for a data alert
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertConditionRepresentation {
30
+ leftOperand: DataAlertValueRepresentation_DataAlertValueRepresentation;
31
+ operator: string;
32
+ rightOperand: DataAlertValueRepresentation_DataAlertValueRepresentation;
33
+ }
@@ -0,0 +1,33 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ Metric = "Metric"
4
+ }
5
+ export declare const VERSION = "b2d6bbf857930f270768de4df3aa1741";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: DataAlertContentInputRepresentation, existing: DataAlertContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertContentInputRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertContentInputRepresentationNormalized, incoming: DataAlertContentInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertContentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Input representation for data alert content
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface DataAlertContentInputRepresentationNormalized {
22
+ /** content type */
23
+ type: string;
24
+ }
25
+ /**
26
+ * Input representation for data alert content
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface DataAlertContentInputRepresentation {
32
+ type: string;
33
+ }