@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,49 @@
1
+ import { SetupRecordShareErrorRepresentation as SetupRecordShareErrorRepresentation_SetupRecordShareErrorRepresentation } from './SetupRecordShareErrorRepresentation';
2
+ import { SetupRecordShareRepresentation as SetupRecordShareRepresentation_SetupRecordShareRepresentation } from './SetupRecordShareRepresentation';
3
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, 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';
4
+ export declare const TTL = 1000;
5
+ export declare const VERSION = "eee8bc73146f75fcb8e2f168c3144e65";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ recordId: string;
10
+ }
11
+ export type SetupRecordShareCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialSetupRecordShareCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SetupRecordShareCollectionRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SetupRecordShareCollectionRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SetupRecordShareCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: SetupRecordShareCollectionRepresentation, existing: SetupRecordShareCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareCollectionRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_BaseFragment;
19
+ export declare function equals(existing: SetupRecordShareCollectionRepresentationNormalized, incoming: SetupRecordShareCollectionRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SetupRecordShareCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * A collection of shares for a record
24
+ *
25
+ * Keys:
26
+ * recordId (string): recordId
27
+ */
28
+ export interface SetupRecordShareCollectionRepresentationNormalized {
29
+ /** List of Failed record shares */
30
+ failedRecordShares: Array<$64$luvio_engine_StoreLink>;
31
+ /** Id for record */
32
+ recordId: string;
33
+ /** Type For Object. */
34
+ setupObjectType: string;
35
+ /** List of shares being returned for a record */
36
+ successfulRecordShares: Array<$64$luvio_engine_StoreLink>;
37
+ }
38
+ /**
39
+ * A collection of shares for a record
40
+ *
41
+ * Keys:
42
+ * recordId (string): recordId
43
+ */
44
+ export interface SetupRecordShareCollectionRepresentation {
45
+ failedRecordShares: Array<SetupRecordShareErrorRepresentation_SetupRecordShareErrorRepresentation>;
46
+ recordId: string;
47
+ setupObjectType: string;
48
+ successfulRecordShares: Array<SetupRecordShareRepresentation_SetupRecordShareRepresentation>;
49
+ }
@@ -0,0 +1,35 @@
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 = "7810b18153263cd0893f0a7c9c357a63";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SetupRecordShareErrorRepresentation, existing: SetupRecordShareErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareErrorRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: SetupRecordShareErrorRepresentationNormalized, incoming: SetupRecordShareErrorRepresentationNormalized): 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: SetupRecordShareErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Setup Record Share Error
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SetupRecordShareErrorRepresentationNormalized {
18
+ /** Setup record share error code */
19
+ errorCode: string;
20
+ /** Setup record share error message */
21
+ errorMessage: string;
22
+ /** Setup record share userOrGroup Id */
23
+ userOrGroupId: string;
24
+ }
25
+ /**
26
+ * Setup Record Share Error
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SetupRecordShareErrorRepresentation {
32
+ errorCode: string;
33
+ errorMessage: string;
34
+ userOrGroupId: string;
35
+ }
@@ -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 = "36f74583525d2afda7571cd3ad75f413";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SetupRecordShareInputRepresentation, existing: SetupRecordShareInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SetupRecordShareInputRepresentationNormalized, incoming: SetupRecordShareInputRepresentationNormalized): 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: SetupRecordShareInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Shared Record Input Item Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SetupRecordShareInputRepresentationNormalized {
17
+ /** Limit parameter value */
18
+ limit: number;
19
+ /** Offset parameter value */
20
+ offset: number;
21
+ /** Id of the record */
22
+ recordId: string;
23
+ /** Id of the User/Group */
24
+ userOrGroupId: string;
25
+ }
26
+ /**
27
+ * Shared Record Input Item Representation
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface SetupRecordShareInputRepresentation {
33
+ limit: number;
34
+ offset: number;
35
+ recordId: string;
36
+ userOrGroupId: string;
37
+ }
@@ -0,0 +1,48 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "65334f7e594ac2a5da7eadc26a7d6c18";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SetupRecordShareRepresentation, existing: SetupRecordShareRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: SetupRecordShareRepresentationNormalized, incoming: SetupRecordShareRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SetupRecordShareRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Record share representation.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SetupRecordShareRepresentationNormalized {
19
+ /** Access Type For Object. */
20
+ accessType: string;
21
+ /** Type of Application Domain */
22
+ applicationDomain: string;
23
+ /** Created by of the share access for a record */
24
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
25
+ /** Created date of the share access for a record */
26
+ createdDate: string;
27
+ /** Last Modified by of the share access for a record */
28
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
29
+ /** Last Modified date of the share access for a record */
30
+ lastModifiedDate: string;
31
+ /** User/Group Id */
32
+ userOrGroupId: string;
33
+ }
34
+ /**
35
+ * Record share representation.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface SetupRecordShareRepresentation {
41
+ accessType: string;
42
+ applicationDomain: string;
43
+ createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
44
+ createdDate: string;
45
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
46
+ lastModifiedDate: string;
47
+ userOrGroupId: string;
48
+ }
@@ -0,0 +1,43 @@
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 = "56cf7641df9c98fbbbcf8b438caa22e9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SetupRecordShareUserOrGroupRepresentation, existing: SetupRecordShareUserOrGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareUserOrGroupRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SetupRecordShareUserOrGroupRepresentationNormalized, incoming: SetupRecordShareUserOrGroupRepresentationNormalized): 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: SetupRecordShareUserOrGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * User or Group Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SetupRecordShareUserOrGroupRepresentationNormalized {
17
+ /** Display name of the User or Group */
18
+ displayName?: string;
19
+ /** Email of the User */
20
+ email?: string;
21
+ /** Count of users in group */
22
+ groupMemberCount?: number;
23
+ /** Id of the User or Group */
24
+ id?: string;
25
+ /** Profile Photo URL of the User */
26
+ profilePhotoUrl?: string;
27
+ /** Username of the User */
28
+ username?: string;
29
+ }
30
+ /**
31
+ * User or Group Representation
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SetupRecordShareUserOrGroupRepresentation {
37
+ displayName?: string;
38
+ email?: string;
39
+ groupMemberCount?: number;
40
+ id?: string;
41
+ profilePhotoUrl?: string;
42
+ username?: string;
43
+ }
@@ -0,0 +1,41 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const TTL = 5000;
3
+ export declare const VERSION = "505a83d97fefa7ce68ec6512264b0543";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackAppInfoRepresentation, existing: SlackAppInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackAppInfoRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackAppInfoRepresentationNormalized, incoming: SlackAppInfoRepresentationNormalized): 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: SlackAppInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Analytics Slack App Info Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackAppInfoRepresentationNormalized {
18
+ /** Authorization Url for slack user to authorize Slack App. */
19
+ authorizationUrl: string;
20
+ /** Boolean indicating whether or not the app is authorized by the user already. */
21
+ isSlackAppAuthorized: boolean;
22
+ /** The Id of the Slack App. */
23
+ slackAppId: string;
24
+ /** The Id of the Slack User. */
25
+ slackUserId: string;
26
+ /** List of the slack workspace Ids connected to AnalyticsSlackApp. */
27
+ teamIds: Array<string>;
28
+ }
29
+ /**
30
+ * Analytics Slack App Info Representation
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface SlackAppInfoRepresentation {
36
+ authorizationUrl: string;
37
+ isSlackAppAuthorized: boolean;
38
+ slackAppId: string;
39
+ slackUserId: string;
40
+ teamIds: Array<string>;
41
+ }
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, 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 = "3f50a4365904d17e52e2980cf0e2dae1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SlackEmojiOutputRepresentation, existing: SlackEmojiOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackEmojiOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SlackEmojiOutputRepresentationNormalized, incoming: SlackEmojiOutputRepresentationNormalized): 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: SlackEmojiOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Contains the details of Slack Emoji
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SlackEmojiOutputRepresentationNormalized {
17
+ /** Alt text for the Slack Emoji */
18
+ altText?: string | null;
19
+ /** Is this a custom Slack Emoji? */
20
+ isCustom: boolean | null;
21
+ /** Name of the Slack Emoji */
22
+ name: string;
23
+ /** Unicode for the Slack Emoji */
24
+ unicode?: string | null;
25
+ /** Url of the Slack Emoji */
26
+ url?: string | null;
27
+ }
28
+ /**
29
+ * Contains the details of Slack Emoji
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SlackEmojiOutputRepresentation {
35
+ altText?: string | null;
36
+ isCustom: boolean | null;
37
+ name: string;
38
+ unicode?: string | null;
39
+ url?: string | null;
40
+ }
@@ -0,0 +1,59 @@
1
+ import { ContentDocumentOutputRepresentation as ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation } from './ContentDocumentOutputRepresentation';
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 = "52b260177726b7f96757b73e8d7bf9a5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackFileOutputRepresentation, existing: SlackFileOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackFileOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackFileOutputRepresentationNormalized, incoming: SlackFileOutputRepresentationNormalized): 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: SlackFileOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains the details of files attached to the Slack Message
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackFileOutputRepresentationNormalized {
18
+ /** Content Document data */
19
+ contentDocument: ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation | null;
20
+ /** Type of the File */
21
+ filetype: string;
22
+ /** Slack Id of the File */
23
+ id: string;
24
+ /** Mime type of the File */
25
+ mimetype: string;
26
+ /** Name of the File */
27
+ name: string;
28
+ /** Size of the File */
29
+ size: number;
30
+ /** Slack Permalink for the File */
31
+ slackPermalink: string;
32
+ /** Title of the File */
33
+ title: string;
34
+ /** Token used for the File */
35
+ token: string | null;
36
+ /** Unique Key for the File */
37
+ uniqueKey: string;
38
+ /** Slack web URL for the File */
39
+ url: string;
40
+ }
41
+ /**
42
+ * Contains the details of files attached to the Slack Message
43
+ *
44
+ * Keys:
45
+ * (none)
46
+ */
47
+ export interface SlackFileOutputRepresentation {
48
+ contentDocument: ContentDocumentOutputRepresentation_ContentDocumentOutputRepresentation | null;
49
+ filetype: string;
50
+ id: string;
51
+ mimetype: string;
52
+ name: string;
53
+ size: number;
54
+ slackPermalink: string;
55
+ title: string;
56
+ token: string | null;
57
+ uniqueKey: string;
58
+ url: string;
59
+ }
@@ -0,0 +1,102 @@
1
+ import { SlackFileOutputRepresentation as SlackFileOutputRepresentation_SlackFileOutputRepresentation } from './SlackFileOutputRepresentation';
2
+ import { SlackReactionOutputRepresentation as SlackReactionOutputRepresentation_SlackReactionOutputRepresentation } from './SlackReactionOutputRepresentation';
3
+ import { SlackUserInfoOutputRepresentation as SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation } from './SlackUserInfoOutputRepresentation';
4
+ 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';
5
+ export declare const VERSION = "36fdb9a2ab130f2771d0992f2e9734ea";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: SlackMessageOutputRepresentation, existing: SlackMessageOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackMessageOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: SlackMessageOutputRepresentationNormalized, incoming: SlackMessageOutputRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SlackMessageOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Contains the details of Slack Message
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface SlackMessageOutputRepresentationNormalized {
20
+ /** Id of the Slack App */
21
+ appId: string;
22
+ /** Thread where the reply belong to (if this message is a broadcasted reply) */
23
+ broadcastThreadTs: string | null;
24
+ /** Id of the Channel to which this message belong to */
25
+ channelId: string;
26
+ /** List of files attached to this message */
27
+ files: Array<SlackFileOutputRepresentation_SlackFileOutputRepresentation>;
28
+ /** Does this message includes Custom emoji? */
29
+ includesCustomEmoji: boolean | null;
30
+ /** Is this a reply also sent to the Channel? */
31
+ isBroadcast: boolean | null;
32
+ /** Can this message be edited? */
33
+ isEditable: boolean;
34
+ /** Is this an edited message? */
35
+ isEdited: boolean | null;
36
+ /** Does the App contains required scopes to read Slack files? */
37
+ isFileReadAllowed: boolean | null;
38
+ /** Latest Reply timestamp */
39
+ latestReplyTimestamp: string | null;
40
+ /** Content of the Message */
41
+ message: string;
42
+ /** Epoch (Millisecond) Timestamp of the Message */
43
+ messageEpochMillisecond: number;
44
+ /** Is this a message sent by the context User? */
45
+ outbound: boolean;
46
+ /** List of reactions added to this message */
47
+ reactions: Array<SlackReactionOutputRepresentation_SlackReactionOutputRepresentation>;
48
+ /** Number of replies for this message */
49
+ replyCount: number | null;
50
+ /** List of Users who replied to this message */
51
+ replyUsers: Array<SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation>;
52
+ /** Number of users who replied to this message */
53
+ replyUsersCount: number | null;
54
+ /** Timestamp of the Message */
55
+ slackMessageTs: string;
56
+ /** Sub-type of Message */
57
+ subtype: string | null;
58
+ /** Id of the Team to which this message belong to */
59
+ teamId: string;
60
+ /** Timestamp of the thread to which this message belong to */
61
+ threadTs: string | null;
62
+ /** Type of Message */
63
+ type: string | null;
64
+ /** Unique Key for this message */
65
+ uniqueKey: string;
66
+ /** Url for this message */
67
+ url: string;
68
+ userInfo: SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation;
69
+ }
70
+ /**
71
+ * Contains the details of Slack Message
72
+ *
73
+ * Keys:
74
+ * (none)
75
+ */
76
+ export interface SlackMessageOutputRepresentation {
77
+ appId: string;
78
+ broadcastThreadTs: string | null;
79
+ channelId: string;
80
+ files: Array<SlackFileOutputRepresentation_SlackFileOutputRepresentation>;
81
+ includesCustomEmoji: boolean | null;
82
+ isBroadcast: boolean | null;
83
+ isEditable: boolean;
84
+ isEdited: boolean | null;
85
+ isFileReadAllowed: boolean | null;
86
+ latestReplyTimestamp: string | null;
87
+ message: string;
88
+ messageEpochMillisecond: number;
89
+ outbound: boolean;
90
+ reactions: Array<SlackReactionOutputRepresentation_SlackReactionOutputRepresentation>;
91
+ replyCount: number | null;
92
+ replyUsers: Array<SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation>;
93
+ replyUsersCount: number | null;
94
+ slackMessageTs: string;
95
+ subtype: string | null;
96
+ teamId: string;
97
+ threadTs: string | null;
98
+ type: string | null;
99
+ uniqueKey: string;
100
+ url: string;
101
+ userInfo: SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation;
102
+ }
@@ -0,0 +1,53 @@
1
+ import { SlackUserInfoOutputRepresentation as SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation } from './SlackUserInfoOutputRepresentation';
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 = "9b4e07d38d04c49ea5ba74e71b169615";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackReactionOutputRepresentation, existing: SlackReactionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackReactionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackReactionOutputRepresentationNormalized, incoming: SlackReactionOutputRepresentationNormalized): 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: SlackReactionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains the details of Slack reaction
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackReactionOutputRepresentationNormalized {
18
+ /** Number of reactions */
19
+ count: number | null;
20
+ /** Has the context user reacted? */
21
+ hasUserReacted: boolean;
22
+ /** Is this a custom emoji? */
23
+ isCustomEmoji: boolean | null;
24
+ /** Timestamp of the Slack message where this reaction was made */
25
+ messageTs: string;
26
+ /** Name of the reaction */
27
+ name: string;
28
+ /** Users who made this reaction */
29
+ reactedUsers: Array<SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation>;
30
+ /** Unicode for the reaction */
31
+ unicode: string | null;
32
+ /** Unique Key for this reaction specific to a particular Slack message */
33
+ uniqueKey: string | null;
34
+ /** Url for the reaction */
35
+ url: string | null;
36
+ }
37
+ /**
38
+ * Contains the details of Slack reaction
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface SlackReactionOutputRepresentation {
44
+ count: number | null;
45
+ hasUserReacted: boolean;
46
+ isCustomEmoji: boolean | null;
47
+ messageTs: string;
48
+ name: string;
49
+ reactedUsers: Array<SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation>;
50
+ unicode: string | null;
51
+ uniqueKey: string | null;
52
+ url: string | null;
53
+ }
@@ -0,0 +1,77 @@
1
+ import { SlackEmojiOutputRepresentation as SlackEmojiOutputRepresentation_SlackEmojiOutputRepresentation } from './SlackEmojiOutputRepresentation';
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 = "0e0a9e5dab46632f13b4717890866332";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SlackUserInfoOutputRepresentation, existing: SlackUserInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackUserInfoOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SlackUserInfoOutputRepresentationNormalized, incoming: SlackUserInfoOutputRepresentationNormalized): 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: SlackUserInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Contains the details of Slack User
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SlackUserInfoOutputRepresentationNormalized {
18
+ /** Is this a Bot User? */
19
+ bot: boolean;
20
+ /** Display Name of the Slack User */
21
+ displayName?: string | null;
22
+ /** Id of the Slack User */
23
+ id?: string | null;
24
+ /** 24x24 version of the Slack User image */
25
+ image24?: string | null;
26
+ /** Original version of the Slack User image */
27
+ imageOriginal?: string | null;
28
+ /** Is this Slack User currently in a Huddle? */
29
+ inHuddle?: boolean | null;
30
+ /** Is this Slack User currently active? */
31
+ isActive?: boolean | null;
32
+ /** Is Slack User external? */
33
+ isExternal?: boolean | null;
34
+ /** User Profile url */
35
+ profileUrl: string | null;
36
+ /** Real Name of the Slack User */
37
+ realName?: string | null;
38
+ /** Id of the related Salesforce User mapped to the Slack User */
39
+ salesforceUserId: string | null;
40
+ /** Id of the Slack User */
41
+ slackUserId: string;
42
+ /** Url of the Slack User Image */
43
+ slackUserImageUrl: string | null;
44
+ /** Name of the Slack User */
45
+ slackUsername: string;
46
+ /** Status emoji of the Slack User */
47
+ statusEmoji?: SlackEmojiOutputRepresentation_SlackEmojiOutputRepresentation | null;
48
+ /** Status message of the Slack User */
49
+ statusMessage?: string | null;
50
+ /** Slack Workspace Id */
51
+ teamId: string;
52
+ }
53
+ /**
54
+ * Contains the details of Slack User
55
+ *
56
+ * Keys:
57
+ * (none)
58
+ */
59
+ export interface SlackUserInfoOutputRepresentation {
60
+ bot: boolean;
61
+ displayName?: string | null;
62
+ id?: string | null;
63
+ image24?: string | null;
64
+ imageOriginal?: string | null;
65
+ inHuddle?: boolean | null;
66
+ isActive?: boolean | null;
67
+ isExternal?: boolean | null;
68
+ profileUrl: string | null;
69
+ realName?: string | null;
70
+ salesforceUserId: string | null;
71
+ slackUserId: string;
72
+ slackUserImageUrl: string | null;
73
+ slackUsername: string;
74
+ statusEmoji?: SlackEmojiOutputRepresentation_SlackEmojiOutputRepresentation | null;
75
+ statusMessage?: string | null;
76
+ teamId: string;
77
+ }
@@ -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 = "ff0b5bdd2fb94c783f8528ea45c7a239";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SubscriptionDigestConfigInputRepresentation, existing: SubscriptionDigestConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SubscriptionDigestConfigInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SubscriptionDigestConfigInputRepresentationNormalized, incoming: SubscriptionDigestConfigInputRepresentationNormalized): 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: SubscriptionDigestConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Subscription digest parameter input representation in unified analytics
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SubscriptionDigestConfigInputRepresentationNormalized {
17
+ /** Is digest enabled. */
18
+ isEnabled: boolean;
19
+ /** Schedule Type. */
20
+ scheduleType: string;
21
+ }
22
+ /**
23
+ * Subscription digest parameter input representation in unified analytics
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SubscriptionDigestConfigInputRepresentation {
29
+ isEnabled: boolean;
30
+ scheduleType: string;
31
+ }