@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,44 @@
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 TTL = 500;
3
+ export declare const VERSION = "9cc9d397fbf7728f812bb0c66c128f4b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ userId: string;
8
+ }
9
+ export type SubscriptionDigestConfigOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialSubscriptionDigestConfigOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SubscriptionDigestConfigOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SubscriptionDigestConfigOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SubscriptionDigestConfigOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: SubscriptionDigestConfigOutputRepresentation, existing: SubscriptionDigestConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SubscriptionDigestConfigOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: SubscriptionDigestConfigOutputRepresentationNormalized, incoming: SubscriptionDigestConfigOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SubscriptionDigestConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Subscription digest parameter input representation in unified analytics
22
+ *
23
+ * Keys:
24
+ * userId (string): userId
25
+ */
26
+ export interface SubscriptionDigestConfigOutputRepresentationNormalized {
27
+ /** Is digest enabled. */
28
+ isEnabled: boolean;
29
+ /** Schedule Type. */
30
+ scheduleType: string;
31
+ /** User ID. */
32
+ userId: string;
33
+ }
34
+ /**
35
+ * Subscription digest parameter input representation in unified analytics
36
+ *
37
+ * Keys:
38
+ * userId (string): userId
39
+ */
40
+ export interface SubscriptionDigestConfigOutputRepresentation {
41
+ isEnabled: boolean;
42
+ scheduleType: string;
43
+ userId: string;
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 = "520718d50670cb4789499b4a6e4ed5ea";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TableauExternalMonitoringEventInputRepresentation, existing: TableauExternalMonitoringEventInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TableauExternalMonitoringEventInputRepresentationNormalized, incoming: TableauExternalMonitoringEventInputRepresentationNormalized): 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: TableauExternalMonitoringEventInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Tableau External Monitoring Events Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TableauExternalMonitoringEventInputRepresentationNormalized {
17
+ /** Monitoring Events parameter value */
18
+ events: Array<unknown>;
19
+ }
20
+ /**
21
+ * Tableau External Monitoring Events Input Representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface TableauExternalMonitoringEventInputRepresentation {
27
+ events: Array<unknown>;
28
+ }
@@ -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 = "f8b381eac87a6e707571d19c1f720995";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TableauExternalMonitoringEventItemInputRepresentation, existing: TableauExternalMonitoringEventItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventItemInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TableauExternalMonitoringEventItemInputRepresentationNormalized, incoming: TableauExternalMonitoringEventItemInputRepresentationNormalized): 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: TableauExternalMonitoringEventItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Tableau External Monitoring Event Input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TableauExternalMonitoringEventItemInputRepresentationNormalized {
17
+ /** Additional Context for Monitoring Event For Related eventType and eventCategory */
18
+ additionalContext: string;
19
+ /** EntityId Value */
20
+ entityId: string;
21
+ /** EventCategory Value */
22
+ eventCategory: string;
23
+ /** EventType Value */
24
+ eventType: string;
25
+ /** OwnerId for publisher */
26
+ userId: string;
27
+ }
28
+ /**
29
+ * Tableau External Monitoring Event Input representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface TableauExternalMonitoringEventItemInputRepresentation {
35
+ additionalContext: string;
36
+ entityId: string;
37
+ eventCategory: string;
38
+ eventType: string;
39
+ userId: string;
40
+ }
@@ -0,0 +1,44 @@
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 TTL = 1000;
3
+ export declare const VERSION = "3c943f1d2e5251ceef13b3e2fdb5f916";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type TableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialTableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TableauExternalMonitoringEventItemRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TableauExternalMonitoringEventItemRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: TableauExternalMonitoringEventItemRepresentation, existing: TableauExternalMonitoringEventItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventItemRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: TableauExternalMonitoringEventItemRepresentationNormalized, incoming: TableauExternalMonitoringEventItemRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TableauExternalMonitoringEventItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Result for publishing monitoring events in Unified Analytics.
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface TableauExternalMonitoringEventItemRepresentationNormalized {
27
+ /** Failure Count from Publishing Endpoint Response */
28
+ failureCount: number;
29
+ /** Unique Id for publishing batch of events */
30
+ id: string;
31
+ /** Success Count from Publishing Endpoint Response */
32
+ successCount: number;
33
+ }
34
+ /**
35
+ * Result for publishing monitoring events in Unified Analytics.
36
+ *
37
+ * Keys:
38
+ * id (string): id
39
+ */
40
+ export interface TableauExternalMonitoringEventItemRepresentation {
41
+ failureCount: number;
42
+ id: string;
43
+ successCount: number;
44
+ }
@@ -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 = "61bee7a95e3e3ca8cdd1a437ae1db258";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TableauMarketplaceListingInstallationProgressResponse, existing: TableauMarketplaceListingInstallationProgressResponseNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauMarketplaceListingInstallationProgressResponseNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TableauMarketplaceListingInstallationProgressResponseNormalized, incoming: TableauMarketplaceListingInstallationProgressResponseNormalized): 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: TableauMarketplaceListingInstallationProgressResponse, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of tableau marketplace's listing installation progress
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TableauMarketplaceListingInstallationProgressResponseNormalized {
17
+ /** Errors while installing the package */
18
+ errors: Array<string>;
19
+ /** The ID of the package installation request */
20
+ id: string;
21
+ /** Latest Status of Package installation request */
22
+ status: string;
23
+ }
24
+ /**
25
+ * Representation of tableau marketplace's listing installation progress
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface TableauMarketplaceListingInstallationProgressResponse {
31
+ errors: Array<string>;
32
+ id: string;
33
+ status: string;
34
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "bf016cdcf36fa8ac15c017916723f4bf";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TableauMarketplaceListingInstallationResponse, existing: TableauMarketplaceListingInstallationResponseNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauMarketplaceListingInstallationResponseNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TableauMarketplaceListingInstallationResponseNormalized, incoming: TableauMarketplaceListingInstallationResponseNormalized): 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: TableauMarketplaceListingInstallationResponse, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of tableau marketplace's listing installation response
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TableauMarketplaceListingInstallationResponseNormalized {
17
+ /** The ID of the package installation request */
18
+ packageInstallRequestID: string;
19
+ /** Whether or not package installation request succeeds */
20
+ success: boolean;
21
+ }
22
+ /**
23
+ * Representation of tableau marketplace's listing installation response
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TableauMarketplaceListingInstallationResponse {
29
+ packageInstallRequestID: string;
30
+ success: boolean;
31
+ }
@@ -0,0 +1,44 @@
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 TTL = 1000;
3
+ export declare const VERSION = "f2e0254a8e6b03f2289f318634389df3";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ id: string;
8
+ }
9
+ export type UnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialUnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): UnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsLogLinesRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsLogLinesRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: UnifiedAnalyticsLogLinesRepresentation, existing: UnifiedAnalyticsLogLinesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLogLinesRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: UnifiedAnalyticsLogLinesRepresentationNormalized, incoming: UnifiedAnalyticsLogLinesRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedAnalyticsLogLinesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Result for publishing log lines in Unified Analytics.
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface UnifiedAnalyticsLogLinesRepresentationNormalized {
27
+ /** Failure count of log lines logged */
28
+ failureCount: number;
29
+ /** Unique identifier for log lines logged */
30
+ id: string;
31
+ /** Success count of log lines logged */
32
+ successCount: number;
33
+ }
34
+ /**
35
+ * Result for publishing log lines in Unified Analytics.
36
+ *
37
+ * Keys:
38
+ * id (string): id
39
+ */
40
+ export interface UnifiedAnalyticsLogLinesRepresentation {
41
+ failureCount: number;
42
+ id: string;
43
+ successCount: number;
44
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "dd6dbfe347ea1272dd8be74ccd222fed";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedAnalyticsLoglineInputRepresentation, existing: UnifiedAnalyticsLoglineInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLoglineInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedAnalyticsLoglineInputRepresentationNormalized, incoming: UnifiedAnalyticsLoglineInputRepresentationNormalized): 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: UnifiedAnalyticsLoglineInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A logline code and the logline parameters
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedAnalyticsLoglineInputRepresentationNormalized {
17
+ /** The logline parameters */
18
+ fields: {
19
+ [key: string]: {};
20
+ };
21
+ /** The logline code */
22
+ logLineCode: string;
23
+ }
24
+ /**
25
+ * A logline code and the logline parameters
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface UnifiedAnalyticsLoglineInputRepresentation {
31
+ fields: {
32
+ [key: string]: {};
33
+ };
34
+ logLineCode: string;
35
+ }
@@ -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 = "c0aea3165a79bcd3717d9812e27cb88d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedAnalyticsLoglinesInputRepresentation, existing: UnifiedAnalyticsLoglinesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLoglinesInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedAnalyticsLoglinesInputRepresentationNormalized, incoming: UnifiedAnalyticsLoglinesInputRepresentationNormalized): 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: UnifiedAnalyticsLoglinesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * A collection of loglines sent from TUA UI to be recorded in splunk
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedAnalyticsLoglinesInputRepresentationNormalized {
17
+ /** The list of loglines from TUA UI */
18
+ loglines: Array<unknown>;
19
+ }
20
+ /**
21
+ * A collection of loglines sent from TUA UI to be recorded in splunk
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface UnifiedAnalyticsLoglinesInputRepresentation {
27
+ loglines: Array<unknown>;
28
+ }
@@ -0,0 +1,33 @@
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 = "f9584e5051c544109bbcc14819c3a3e7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedFilterInputRepresentation, existing: UnifiedFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedFilterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedFilterInputRepresentationNormalized, incoming: UnifiedFilterInputRepresentationNormalized): 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: UnifiedFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Message representing the Unified Filter.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedFilterInputRepresentationNormalized {
17
+ /** FieldName */
18
+ fieldName?: string;
19
+ operator?: string;
20
+ /** An array of values. All values must be of the same type. We support strings, numbers, and booleans. */
21
+ values?: Array<unknown>;
22
+ }
23
+ /**
24
+ * Message representing the Unified Filter.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface UnifiedFilterInputRepresentation {
30
+ fieldName?: string;
31
+ operator?: string;
32
+ values?: Array<unknown>;
33
+ }
@@ -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 = "ba80266e2c25e84debc4ae6c969b26c4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedFilterRepresentation, existing: UnifiedFilterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedFilterRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedFilterRepresentationNormalized, incoming: UnifiedFilterRepresentationNormalized): 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: UnifiedFilterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified filter representation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedFilterRepresentationNormalized {
17
+ /** fieldName */
18
+ fieldName: string;
19
+ /** operator */
20
+ operator: string;
21
+ /** values */
22
+ values: Array<{}>;
23
+ }
24
+ /**
25
+ * Unified filter representation.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface UnifiedFilterRepresentation {
31
+ fieldName: string;
32
+ operator: string;
33
+ values: Array<{}>;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "a4167cdb0a6477d9d7ddbe70da03f1b4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UniqueFollowerCountRepresentation, existing: UniqueFollowerCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UniqueFollowerCountRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: UniqueFollowerCountRepresentationNormalized, incoming: UniqueFollowerCountRepresentationNormalized): 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: UniqueFollowerCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Unique count of followers
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface UniqueFollowerCountRepresentationNormalized {
18
+ /** Unique count of followers */
19
+ uniqueFollowerCount: number;
20
+ }
21
+ /**
22
+ * Unique count of followers
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface UniqueFollowerCountRepresentation {
28
+ uniqueFollowerCount: number;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
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 = "337f3eed5a35777c62f249a959878f51";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UpdateFollowedAssetInputRepresentation, existing: UpdateFollowedAssetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateFollowedAssetInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: UpdateFollowedAssetInputRepresentationNormalized, incoming: UpdateFollowedAssetInputRepresentationNormalized): 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: UpdateFollowedAssetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Update followed asset input representation in unified analytics.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface UpdateFollowedAssetInputRepresentationNormalized {
18
+ /** Asset ID */
19
+ assetId?: string;
20
+ /** Time Range filter representation */
21
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
22
+ /** Whether or not to update all followed assets */
23
+ updateAllAssets?: boolean;
24
+ }
25
+ /**
26
+ * Update followed asset input representation in unified analytics.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface UpdateFollowedAssetInputRepresentation {
32
+ assetId?: string;
33
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
34
+ updateAllAssets?: boolean;
35
+ }
@@ -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 = "5217428171371d719b6617efab502a58";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UpdateSetupRecordAccessInputRepresentation, existing: UpdateSetupRecordAccessInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateSetupRecordAccessInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UpdateSetupRecordAccessInputRepresentationNormalized, incoming: UpdateSetupRecordAccessInputRepresentationNormalized): 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: UpdateSetupRecordAccessInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Update record share input representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UpdateSetupRecordAccessInputRepresentationNormalized {
17
+ /** List of records shares */
18
+ updateSetupRecordAccessItems: Array<unknown>;
19
+ }
20
+ /**
21
+ * Update record share input representation
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface UpdateSetupRecordAccessInputRepresentation {
27
+ updateSetupRecordAccessItems: Array<unknown>;
28
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "6a9ff22248105ddc233a5fb0e0951713";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UpdateSetupRecordAccessItemInputRepresentation, existing: UpdateSetupRecordAccessItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateSetupRecordAccessItemInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UpdateSetupRecordAccessItemInputRepresentationNormalized, incoming: UpdateSetupRecordAccessItemInputRepresentationNormalized): 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: UpdateSetupRecordAccessItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Update record share input item representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UpdateSetupRecordAccessItemInputRepresentationNormalized {
17
+ /** Usage type of the asset. */
18
+ accessType: string;
19
+ /** Id of the User/Group */
20
+ userOrGroupId: string;
21
+ }
22
+ /**
23
+ * Update record share input item representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface UpdateSetupRecordAccessItemInputRepresentation {
29
+ accessType: string;
30
+ userOrGroupId: string;
31
+ }
@@ -0,0 +1,45 @@
1
+ import { VisualizationRepresentation as VisualizationRepresentation_VisualizationRepresentation } from './VisualizationRepresentation';
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "416df01ab969e33f3e6ff69f058b2a52";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ name: string;
8
+ }
9
+ export type VisualizationBundleRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialVisualizationBundleRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): VisualizationBundleRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: VisualizationBundleRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: VisualizationBundleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: VisualizationBundleRepresentation, existing: VisualizationBundleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationBundleRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: VisualizationBundleRepresentationNormalized, incoming: VisualizationBundleRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VisualizationBundleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Unified analytics visualization with additional information.
22
+ *
23
+ * Keys:
24
+ * name (string): visualization.name
25
+ */
26
+ export interface VisualizationBundleRepresentationNormalized {
27
+ /** The metadata of the visualization's source entity. */
28
+ dataSource?: {
29
+ [key: string]: unknown;
30
+ };
31
+ /** The details of the visualization. */
32
+ visualization: $64$luvio_engine_StoreLink;
33
+ }
34
+ /**
35
+ * Unified analytics visualization with additional information.
36
+ *
37
+ * Keys:
38
+ * name (string): visualization.name
39
+ */
40
+ export interface VisualizationBundleRepresentation {
41
+ dataSource?: {
42
+ [key: string]: unknown;
43
+ };
44
+ visualization: VisualizationRepresentation_VisualizationRepresentation;
45
+ }
@@ -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 { VisualizationRepresentation as VisualizationRepresentation_VisualizationRepresentation } from './VisualizationRepresentation';
3
+ export declare const VERSION = "5776801816925590eb98255014a10bd4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: VisualizationCollectionRepresentation, existing: VisualizationCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationCollectionRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ visualizations: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: VisualizationCollectionRepresentation, existing: VisualizationCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => VisualizationCollectionRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ visualizations?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: VisualizationCollectionRepresentationNormalized, incoming: VisualizationCollectionRepresentationNormalized): 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: VisualizationCollectionRepresentation, 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 visualizations.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface VisualizationCollectionRepresentationNormalized {
27
+ /** List of visualizations being returned. */
28
+ visualizations: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * A collection of unified analytics visualizations.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface VisualizationCollectionRepresentation {
37
+ visualizations: Array<VisualizationRepresentation_VisualizationRepresentation>;
38
+ }