@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,75 @@
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 = "1f5c68b9f89c1d165bd72e635a88573f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: VisualizationInputRepresentation, existing: VisualizationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: VisualizationInputRepresentationNormalized, incoming: VisualizationInputRepresentationNormalized): 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: VisualizationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified Analytics Visualization Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface VisualizationInputRepresentationNormalized {
17
+ /** The Datasource of the visualization */
18
+ dataSource: {
19
+ [key: string]: unknown;
20
+ };
21
+ /** Description. */
22
+ description?: string;
23
+ /** The visualization fields. */
24
+ fields?: {
25
+ [key: string]: unknown;
26
+ };
27
+ /** Visualization id. */
28
+ id?: string;
29
+ /** Interactions representation */
30
+ interactions?: Array<unknown>;
31
+ /** Master label. */
32
+ label: string;
33
+ /** Unique developer name. */
34
+ name?: string;
35
+ /** The visualization view. */
36
+ view?: {
37
+ [key: string]: unknown;
38
+ };
39
+ /** The visualization specification. */
40
+ visualSpecification: {
41
+ [key: string]: unknown;
42
+ };
43
+ /** The workspace name the visualization belongs to. */
44
+ workspace: {
45
+ [key: string]: unknown;
46
+ };
47
+ }
48
+ /**
49
+ * Unified Analytics Visualization Input Representation
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface VisualizationInputRepresentation {
55
+ dataSource: {
56
+ [key: string]: unknown;
57
+ };
58
+ description?: string;
59
+ fields?: {
60
+ [key: string]: unknown;
61
+ };
62
+ id?: string;
63
+ interactions?: Array<unknown>;
64
+ label: string;
65
+ name?: string;
66
+ view?: {
67
+ [key: string]: unknown;
68
+ };
69
+ visualSpecification: {
70
+ [key: string]: unknown;
71
+ };
72
+ workspace: {
73
+ [key: string]: unknown;
74
+ };
75
+ }
@@ -0,0 +1,97 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "1a13994f888cdbab1f3489b0a99c8449";
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 VisualizationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialVisualizationRepresentationNormalizedKeyMetadata = 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): VisualizationRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: VisualizationRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: VisualizationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: VisualizationRepresentation, existing: VisualizationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: VisualizationRepresentationNormalized, incoming: VisualizationRepresentationNormalized): 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: VisualizationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Unified analytics visualization representation.
22
+ *
23
+ * Keys:
24
+ * name (string): name
25
+ */
26
+ export interface VisualizationRepresentationNormalized {
27
+ /** Created by of the asset. */
28
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
29
+ /** Created date of the asset */
30
+ createdDate: string;
31
+ /** Datasource of this visualization. */
32
+ dataSource: {
33
+ [key: string]: unknown;
34
+ };
35
+ /** Description of the asset. */
36
+ description?: string;
37
+ /** The visualization fields. */
38
+ fields?: {
39
+ [key: string]: unknown;
40
+ };
41
+ /** Visualization id. */
42
+ id: string;
43
+ /** Interactions representation */
44
+ interactions?: Array<unknown>;
45
+ /** Label of the asset. */
46
+ label: string;
47
+ /** Last modified by of the asset. */
48
+ lastModifiedBy?: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
49
+ /** Last modified date of the asset. */
50
+ lastModifiedDate?: string;
51
+ /** Name of the asset. */
52
+ name: string;
53
+ /** The visualization view. */
54
+ view?: {
55
+ [key: string]: unknown;
56
+ };
57
+ /** The visualization specification. */
58
+ visualSpecification: {
59
+ [key: string]: unknown;
60
+ };
61
+ /** The workspace name the visualization belongs to. */
62
+ workspace: {
63
+ [key: string]: unknown;
64
+ };
65
+ }
66
+ /**
67
+ * Unified analytics visualization representation.
68
+ *
69
+ * Keys:
70
+ * name (string): name
71
+ */
72
+ export interface VisualizationRepresentation {
73
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
74
+ createdDate: string;
75
+ dataSource: {
76
+ [key: string]: unknown;
77
+ };
78
+ description?: string;
79
+ fields?: {
80
+ [key: string]: unknown;
81
+ };
82
+ id: string;
83
+ interactions?: Array<unknown>;
84
+ label: string;
85
+ lastModifiedBy?: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
86
+ lastModifiedDate?: string;
87
+ name: string;
88
+ view?: {
89
+ [key: string]: unknown;
90
+ };
91
+ visualSpecification: {
92
+ [key: string]: unknown;
93
+ };
94
+ workspace: {
95
+ [key: string]: unknown;
96
+ };
97
+ }
@@ -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 { WorkspaceAssetRepresentation as WorkspaceAssetRepresentation_WorkspaceAssetRepresentation } from './WorkspaceAssetRepresentation';
3
+ export declare const VERSION = "24bc89f8e0df12e88ccecd8329d6dac2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WorkspaceAssetCollectionRepresentation, existing: WorkspaceAssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceAssetCollectionRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ workspaceAssets: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: WorkspaceAssetCollectionRepresentation, existing: WorkspaceAssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => WorkspaceAssetCollectionRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ workspaceAssets?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: WorkspaceAssetCollectionRepresentationNormalized, incoming: WorkspaceAssetCollectionRepresentationNormalized): 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: WorkspaceAssetCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * A collection of assets in a workspace in unified analytics.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface WorkspaceAssetCollectionRepresentationNormalized {
27
+ /** List of workspace assets being returned. */
28
+ workspaceAssets: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * A collection of assets in a workspace in unified analytics.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface WorkspaceAssetCollectionRepresentation {
37
+ workspaceAssets: Array<WorkspaceAssetRepresentation_WorkspaceAssetRepresentation>;
38
+ }
@@ -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 = "24942621ec4c02a942e8b1fd2510f2a6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WorkspaceAssetInputRepresentation, existing: WorkspaceAssetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceAssetInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WorkspaceAssetInputRepresentationNormalized, incoming: WorkspaceAssetInputRepresentationNormalized): 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: WorkspaceAssetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified Analytics Workspace asset Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface WorkspaceAssetInputRepresentationNormalized {
17
+ /** Id of the asset. */
18
+ assetId: string;
19
+ /** Type of the asset. */
20
+ assetType: string;
21
+ /** Usage type of the asset. */
22
+ assetUsageType: string;
23
+ }
24
+ /**
25
+ * Unified Analytics Workspace asset Input Representation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface WorkspaceAssetInputRepresentation {
31
+ assetId: string;
32
+ assetType: string;
33
+ assetUsageType: string;
34
+ }
@@ -0,0 +1,53 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "4abc4f793ed7181313c3ae7365a6fb8b";
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
+ assetId: string;
8
+ }
9
+ export type WorkspaceAssetRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialWorkspaceAssetRepresentationNormalizedKeyMetadata = 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): WorkspaceAssetRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WorkspaceAssetRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WorkspaceAssetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: WorkspaceAssetRepresentation, existing: WorkspaceAssetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceAssetRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: WorkspaceAssetRepresentationNormalized, incoming: WorkspaceAssetRepresentationNormalized): 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: WorkspaceAssetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Unified analytics workspace asset representation.
22
+ *
23
+ * Keys:
24
+ * assetId (string): assetId
25
+ */
26
+ export interface WorkspaceAssetRepresentationNormalized {
27
+ /** Asset in the workspace. */
28
+ assetId: string;
29
+ /** Type of asset. */
30
+ assetType: string;
31
+ /** Usage type of this asset. */
32
+ assetUsageType: string;
33
+ /** CreatedBy of the workspace association. */
34
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
35
+ /** Created date of the workspace association */
36
+ createdDate: string;
37
+ /** URL to this workspace asset. */
38
+ url: string;
39
+ }
40
+ /**
41
+ * Unified analytics workspace asset representation.
42
+ *
43
+ * Keys:
44
+ * assetId (string): assetId
45
+ */
46
+ export interface WorkspaceAssetRepresentation {
47
+ assetId: string;
48
+ assetType: string;
49
+ assetUsageType: string;
50
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
51
+ createdDate: string;
52
+ url: string;
53
+ }
@@ -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 { WorkspaceRepresentation as WorkspaceRepresentation_WorkspaceRepresentation } from './WorkspaceRepresentation';
3
+ export declare const VERSION = "25327d65bf7ad14ee671ec5a1642b193";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: WorkspaceCollectionRepresentation, existing: WorkspaceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceCollectionRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ workspaces: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: WorkspaceCollectionRepresentation, existing: WorkspaceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => WorkspaceCollectionRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ workspaces?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: WorkspaceCollectionRepresentationNormalized, incoming: WorkspaceCollectionRepresentationNormalized): 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: WorkspaceCollectionRepresentation, 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 workspaces.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface WorkspaceCollectionRepresentationNormalized {
27
+ /** List of workspaces being returned. */
28
+ workspaces: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * A collection of unified analytics workspaces.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface WorkspaceCollectionRepresentation {
37
+ workspaces: Array<WorkspaceRepresentation_WorkspaceRepresentation>;
38
+ }
@@ -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 = "5d2f6e01d45a7bb1fc33cf44bcb5e6bb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: WorkspaceInputRepresentation, existing: WorkspaceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: WorkspaceInputRepresentationNormalized, incoming: WorkspaceInputRepresentationNormalized): 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: WorkspaceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified Analytics Workspace Input Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface WorkspaceInputRepresentationNormalized {
17
+ /** Description. */
18
+ description?: string;
19
+ /** Database id. */
20
+ id?: string;
21
+ /** Master label. */
22
+ label: string;
23
+ /** Unique developer name. */
24
+ name?: string;
25
+ }
26
+ /**
27
+ * Unified Analytics Workspace Input Representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface WorkspaceInputRepresentation {
33
+ description?: string;
34
+ id?: string;
35
+ label: string;
36
+ name?: string;
37
+ }
@@ -0,0 +1,65 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "d30aa567784494839ce9c37e69190918";
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 WorkspaceRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialWorkspaceRepresentationNormalizedKeyMetadata = 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): WorkspaceRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: WorkspaceRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: WorkspaceRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: WorkspaceRepresentation, existing: WorkspaceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkspaceRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: WorkspaceRepresentationNormalized, incoming: WorkspaceRepresentationNormalized): 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: WorkspaceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Unified analytics workspace representation.
22
+ *
23
+ * Keys:
24
+ * name (string): cacheableKey
25
+ */
26
+ export interface WorkspaceRepresentationNormalized {
27
+ /** Key to use for caching the workspace output. */
28
+ cacheableKey: string;
29
+ /** Created by of the asset. */
30
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
31
+ /** Created date of the asset */
32
+ createdDate: string;
33
+ /** Description of the asset. */
34
+ description?: string;
35
+ /** Database record id of the asset. */
36
+ id: string;
37
+ /** Label of the asset. */
38
+ label: string;
39
+ /** Last modified by of the asset. */
40
+ lastModifiedBy?: unknown;
41
+ /** Last modified date of the asset. */
42
+ lastModifiedDate?: string;
43
+ /** Name of the asset. */
44
+ name: string;
45
+ /** URL to this workspace. */
46
+ url: string;
47
+ }
48
+ /**
49
+ * Unified analytics workspace representation.
50
+ *
51
+ * Keys:
52
+ * name (string): cacheableKey
53
+ */
54
+ export interface WorkspaceRepresentation {
55
+ cacheableKey: string;
56
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
57
+ createdDate: string;
58
+ description?: string;
59
+ id: string;
60
+ label: string;
61
+ lastModifiedBy?: unknown;
62
+ lastModifiedDate?: string;
63
+ name: string;
64
+ url: string;
65
+ }
@@ -0,0 +1,32 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectKeys: {
3
+ (o: object): string[];
4
+ (o: {}): string[];
5
+ }, ObjectCreate: {
6
+ (o: object | null): any;
7
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
8
+ }, ObjectAssign: {
9
+ <T extends {}, U>(target: T, source: U): T & U;
10
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
11
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
12
+ (target: object, ...sources: any[]): any;
13
+ };
14
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
15
+ export declare const JSONStringify: {
16
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
17
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
18
+ };
19
+ type AllowedPrimitives = boolean | string | number | Date | null;
20
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
21
+ export type RecursivePartial<T> = null | {
22
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
23
+ };
24
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
25
+ export declare function equalsObject<U, V extends {
26
+ [key: string]: U;
27
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
28
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
29
+ __ref: string;
30
+ };
31
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
32
+ export {};
package/package.json ADDED
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
+ "version": "0.1.0-dev1",
4
+ "description": "Tableau Unified Analytics Platform",
5
+ "license": "SEE LICENSE IN LICENSE.txt",
6
+ "main": "dist/es/es2018/analytics-unifiedanalytics.js",
7
+ "module": "dist/es/es2018/analytics-unifiedanalytics.js",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "sfdc",
12
+ "src/raml/*"
13
+ ],
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
17
+ "import": "./dist/es/es2018/analytics-unifiedanalytics.js",
18
+ "require": "./dist/es/es2018/analytics-unifiedanalytics.js"
19
+ },
20
+ "./sfdc": {
21
+ "types": "./sfdc/index.d.ts",
22
+ "import": "./sfdc/index.js",
23
+ "default": "./sfdc/index.js"
24
+ }
25
+ },
26
+ "sfdc": {
27
+ "namespace": "lightning",
28
+ "module": "analyticsUnifiedanalyticsApi"
29
+ },
30
+ "contributors": [
31
+ "pritiraj.singh@salesforce.com"
32
+ ],
33
+ "scripts": {
34
+ "build": "yarn build:services",
35
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
36
+ "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
37
+ "clean": "rm -rf dist sfdc src/generated",
38
+ "release:core": "../../scripts/release/core.js --adapter=lds-adapters-analytics-unifiedanalytics",
39
+ "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-analytics-unifiedanalytics",
40
+ "test:unit": "jest"
41
+ },
42
+ "dependencies": {
43
+ "@salesforce/lds-bindings": "^0.1.0-dev1"
44
+ },
45
+ "devDependencies": {
46
+ "@salesforce/lds-compiler-plugins": "^0.1.0-dev1"
47
+ },
48
+ "nx": {
49
+ "targets": {
50
+ "build": {
51
+ "outputs": [
52
+ "{projectRoot}/dist",
53
+ "{projectRoot}/sfdc"
54
+ ]
55
+ },
56
+ "build:raml": {
57
+ "outputs": [
58
+ "{projectRoot}/src/generated"
59
+ ]
60
+ }
61
+ }
62
+ },
63
+ "volta": {
64
+ "extends": "../../package.json"
65
+ }
66
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';