@kestra-io/kestra-sdk 0.24.0 → 1.0.0-beta5

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 (391) hide show
  1. package/README.md +25 -21
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AIApi.js +1 -1
  4. package/dist/api/AppsApi.js +1 -1
  5. package/dist/api/AuditLogsApi.js +185 -17
  6. package/dist/api/AuthsApi.js +1 -1
  7. package/dist/api/BannersApi.js +1 -1
  8. package/dist/api/BindingsApi.js +1 -1
  9. package/dist/api/BlueprintTagsApi.js +1 -1
  10. package/dist/api/BlueprintsApi.js +1 -1
  11. package/dist/api/ClusterApi.js +9 -7
  12. package/dist/api/DashboardsApi.js +1 -1
  13. package/dist/api/DefaultApi.js +1 -1
  14. package/dist/api/ExecutionsApi.js +59 -1
  15. package/dist/api/FilesApi.js +1 -1
  16. package/dist/api/FlowsApi.js +1 -1
  17. package/dist/api/GroupsApi.js +1 -1
  18. package/dist/api/InvitationsApi.js +1 -1
  19. package/dist/api/KVApi.js +42 -1
  20. package/dist/api/LogsApi.js +1 -1
  21. package/dist/api/MaintenanceApi.js +9 -7
  22. package/dist/api/MetricsApi.js +1 -1
  23. package/dist/api/MiscApi.js +4 -5
  24. package/dist/api/NamespacesApi.js +13 -9
  25. package/dist/api/PluginsApi.js +59 -1
  26. package/dist/api/RolesApi.js +1 -1
  27. package/dist/api/SCIMConfigurationApi.js +1 -1
  28. package/dist/api/SCIMGroupsApi.js +1 -1
  29. package/dist/api/SCIMUsersApi.js +1 -1
  30. package/dist/api/SecurityIntegrationsApi.js +1 -1
  31. package/dist/api/ServiceAccountApi.js +1 -1
  32. package/dist/api/ServicesApi.js +1 -1
  33. package/dist/api/TenantAccessApi.js +1 -1
  34. package/dist/api/TenantsApi.js +1 -1
  35. package/dist/api/TestSuitesApi.js +126 -9
  36. package/dist/api/TriggersApi.js +1 -1
  37. package/dist/api/UsersApi.js +1 -1
  38. package/dist/api/WorkerGroupsApi.js +1 -1
  39. package/dist/index.js +81 -123
  40. package/dist/model/AbstractFlow.js +13 -1
  41. package/dist/model/AbstractFlowLabels.js +1 -1
  42. package/dist/model/AbstractGraph.js +1 -1
  43. package/dist/model/AbstractMetricEntryObject.js +1 -1
  44. package/dist/model/AbstractTrigger.js +1 -1
  45. package/dist/model/AbstractTriggerForExecution.js +1 -1
  46. package/dist/model/AbstractUser.js +1 -1
  47. package/dist/model/AbstractUserTenantIdentityProvider.js +35 -6
  48. package/dist/model/ApiAuth.js +32 -5
  49. package/dist/model/ApiAutocomplete.js +9 -1
  50. package/dist/model/ApiGroupSummary.js +30 -5
  51. package/dist/model/ApiIds.js +28 -5
  52. package/dist/model/ApiRoleSummary.js +34 -5
  53. package/dist/model/ApiSecretListResponse.js +7 -5
  54. package/dist/model/ApiSecretMeta.js +1 -1
  55. package/dist/model/ApiSecretMetaEE.js +1 -1
  56. package/dist/model/ApiSecretTag.js +1 -1
  57. package/dist/model/ApiSecretValue.js +9 -5
  58. package/dist/model/ApiTenant.js +28 -6
  59. package/dist/model/ApiUser.js +1 -1
  60. package/dist/model/AppResponse.js +32 -5
  61. package/dist/model/AppResponseUILayout.js +28 -5
  62. package/dist/model/AppsControllerApiApp.js +44 -5
  63. package/dist/model/AppsControllerApiAppCatalogItem.js +36 -5
  64. package/dist/model/AppsControllerApiAppSource.js +42 -5
  65. package/dist/model/AppsControllerApiAppTags.js +28 -5
  66. package/dist/model/AppsControllerApiBulkImportResponse.js +33 -11
  67. package/dist/model/AppsControllerApiBulkImportResponseError.js +30 -5
  68. package/dist/model/AppsControllerApiBulkOperationRequest.js +28 -5
  69. package/dist/model/Assertion.js +1 -1
  70. package/dist/model/AssertionResult.js +11 -5
  71. package/dist/model/AssertionRunError.js +7 -5
  72. package/dist/model/AttributeReference.js +1 -1
  73. package/dist/model/AuditLog.js +34 -6
  74. package/dist/model/AuditLogControllerApiAuditLogItem.js +141 -0
  75. package/dist/model/AuditLogControllerAuditLogDiff.js +30 -5
  76. package/dist/model/AuditLogControllerAuditLogOption.js +32 -5
  77. package/dist/model/AuditLogControllerFindRequest.js +34 -9
  78. package/dist/model/AuditLogDetail.js +18 -25
  79. package/dist/model/AuthControllerAuth.js +1 -1
  80. package/dist/model/AuthControllerInvitationUserRequest.js +1 -1
  81. package/dist/model/AuthControllerResetPasswordRequest.js +30 -5
  82. package/dist/model/Backfill.js +1 -1
  83. package/dist/model/Banner.js +1 -1
  84. package/dist/model/BaseAuditLog.js +25 -5
  85. package/dist/model/BaseResourcePatchRequest.js +1 -1
  86. package/dist/model/BaseResourceScimResource.js +1 -1
  87. package/dist/model/BaseResourceSearchRequest.js +1 -1
  88. package/dist/model/Binding.js +9 -5
  89. package/dist/model/Blueprint.js +15 -5
  90. package/dist/model/BlueprintControllerApiBlueprintItem.js +38 -5
  91. package/dist/model/BlueprintControllerApiBlueprintItemWithSource.js +39 -6
  92. package/dist/model/BlueprintControllerApiBlueprintTagItem.js +32 -5
  93. package/dist/model/BlueprintWithFlow.js +16 -6
  94. package/dist/model/Breakpoint.js +1 -1
  95. package/dist/model/BulkErrorResponse.js +1 -1
  96. package/dist/model/BulkResponse.js +1 -1
  97. package/dist/model/Cache.js +1 -1
  98. package/dist/model/ChartChartOption.js +1 -1
  99. package/dist/model/ChartFiltersOverrides.js +1 -1
  100. package/dist/model/Concurrency.js +1 -1
  101. package/dist/model/Condition.js +1 -1
  102. package/dist/model/ConversionServiceProvider.js +1 -1
  103. package/dist/model/ConvertibleMultiValuesString.js +1 -1
  104. package/dist/model/ConvertibleValuesListString.js +1 -1
  105. package/dist/model/CreateApiTokenRequest.js +11 -5
  106. package/dist/model/CreateApiTokenResponse.js +32 -5
  107. package/dist/model/CreateSecurityIntegrationRequest.js +1 -1
  108. package/dist/model/DailyExecutionStatistics.js +9 -5
  109. package/dist/model/DailyExecutionStatisticsDuration.js +1 -1
  110. package/dist/model/DailyExecutionStatisticsExecutionCounts.js +1 -1
  111. package/dist/model/Dashboard.js +1 -1
  112. package/dist/model/DashboardControllerPreviewRequest.js +1 -1
  113. package/dist/model/DeleteExecutionsByQueryRequest.js +1 -1
  114. package/dist/model/DeletedInterface.js +1 -1
  115. package/dist/model/DependsOn.js +1 -1
  116. package/dist/model/DocumentationWithSchema.js +1 -1
  117. package/dist/model/Email.js +1 -1
  118. package/dist/model/EventAppResponse.js +1 -1
  119. package/dist/model/EventExecution.js +1 -1
  120. package/dist/model/EventExecutionStatusEvent.js +1 -1
  121. package/dist/model/EventLogEntry.js +1 -1
  122. package/dist/model/ExecutableTaskSubflowId.js +30 -5
  123. package/dist/model/Execution.js +25 -5
  124. package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.js +35 -11
  125. package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js +47 -11
  126. package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js +28 -5
  127. package/dist/model/ExecutionControllerEvalResult.js +1 -1
  128. package/dist/model/ExecutionControllerExecutionResponse.js +28 -6
  129. package/dist/model/ExecutionControllerLastExecutionResponse.js +36 -5
  130. package/dist/model/ExecutionControllerSetLabelsByIdsRequest.js +33 -11
  131. package/dist/model/ExecutionControllerStateRequest.js +30 -5
  132. package/dist/model/ExecutionControllerWebhookResponse.js +49 -11
  133. package/dist/model/ExecutionMetadata.js +29 -4
  134. package/dist/model/ExecutionRepositoryInterfaceFlowFilter.js +1 -1
  135. package/dist/model/ExecutionStatusEvent.js +36 -5
  136. package/dist/model/ExecutionTrigger.js +9 -5
  137. package/dist/model/ExecutionUsage.js +1 -1
  138. package/dist/model/FileAttributes.js +1 -1
  139. package/dist/model/FileMetas.js +1 -1
  140. package/dist/model/Filter.js +28 -5
  141. package/dist/model/Fixtures.js +1 -1
  142. package/dist/model/Flow.js +17 -13
  143. package/dist/model/FlowAllOfLabels.js +1 -1
  144. package/dist/model/FlowForExecution.js +17 -1
  145. package/dist/model/FlowForExecutionAllOfLabels.js +1 -1
  146. package/dist/model/FlowGenerationPrompt.js +1 -1
  147. package/dist/model/FlowGraph.js +48 -22
  148. package/dist/model/FlowGraphCluster.js +36 -5
  149. package/dist/model/FlowGraphEdge.js +32 -5
  150. package/dist/model/FlowId.js +1 -1
  151. package/dist/model/FlowInterface.js +13 -1
  152. package/dist/model/FlowNode.js +9 -5
  153. package/dist/model/FlowTopologyGraph.js +38 -16
  154. package/dist/model/FlowTopologyGraphEdge.js +32 -5
  155. package/dist/model/FlowUsage.js +1 -1
  156. package/dist/model/FlowWithSource.js +21 -17
  157. package/dist/model/FlowWithSourceAllOfLabels.js +1 -1
  158. package/dist/model/GroupIdentifier.js +34 -5
  159. package/dist/model/GroupUsage.js +1 -1
  160. package/dist/model/HttpParameters.js +1 -1
  161. package/dist/model/IAMBindingControllerApiBindingDetail.js +32 -5
  162. package/dist/model/IAMBindingControllerApiBindingGroup.js +30 -5
  163. package/dist/model/IAMBindingControllerApiBindingUser.js +34 -5
  164. package/dist/model/IAMBindingControllerApiCreateBindingRequest.js +1 -1
  165. package/dist/model/IAMBindingControllerApiRole.js +30 -5
  166. package/dist/model/IAMGroupControllerApiCreateGroupRequest.js +9 -5
  167. package/dist/model/IAMGroupControllerApiGroupDetail.js +32 -5
  168. package/dist/model/IAMGroupControllerApiGroupMember.js +37 -11
  169. package/dist/model/IAMGroupControllerApiGroupMembership.js +34 -5
  170. package/dist/model/IAMGroupControllerApiUpdateGroupRequest.js +7 -5
  171. package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.js +13 -5
  172. package/dist/model/IAMInvitationControllerApiInvitationDetail.js +57 -17
  173. package/dist/model/IAMInvitationControllerApiInvitationRole.js +7 -5
  174. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.js +9 -5
  175. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.js +1 -1
  176. package/dist/model/IAMRoleControllerApiRoleDetail.js +38 -5
  177. package/dist/model/IAMServiceAccountControllerApiGroup.js +28 -5
  178. package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.js +11 -5
  179. package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.js +13 -5
  180. package/dist/model/IAMTenantAccessControllerApiAuthentication.js +30 -5
  181. package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.js +1 -1
  182. package/dist/model/IAMTenantAccessControllerApiGroup.js +32 -5
  183. package/dist/model/IAMTenantAccessControllerApiRoleAssignment.js +41 -11
  184. package/dist/model/IAMTenantAccessControllerApiTenantAccess.js +49 -17
  185. package/dist/model/IAMTenantAccessControllerApiUserPermission.js +30 -5
  186. package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.js +47 -17
  187. package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.js +13 -1
  188. package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.js +19 -5
  189. package/dist/model/IAMUserControllerApiGroup.js +30 -5
  190. package/dist/model/IAMUserControllerApiPatchRestrictedRequest.js +1 -1
  191. package/dist/model/IAMUserControllerApiPatchSuperAdminRequest.js +1 -1
  192. package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.js +1 -1
  193. package/dist/model/IAMUserControllerApiTenant.js +30 -5
  194. package/dist/model/IAMUserControllerApiUser.js +63 -23
  195. package/dist/model/IAMUserControllerApiUserAuth.js +32 -5
  196. package/dist/model/IAMUserControllerApiUserSummary.js +47 -17
  197. package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.js +28 -5
  198. package/dist/model/IdWithNamespace.js +1 -1
  199. package/dist/model/IdentityProvider.js +34 -5
  200. package/dist/model/InputObject.js +9 -3
  201. package/dist/model/InputType.js +30 -5
  202. package/dist/model/InstanceControllerApiActiveService.js +29 -4
  203. package/dist/model/InstanceControllerApiActiveServiceList.js +32 -10
  204. package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.js +9 -5
  205. package/dist/model/InstanceControllerApiPluginArtifact.js +36 -5
  206. package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.js +30 -5
  207. package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.js +30 -5
  208. package/dist/model/InstanceControllerApiPluginListRequest.js +28 -5
  209. package/dist/model/InstanceControllerApiPluginVersionDetails.js +43 -11
  210. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.js +30 -5
  211. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.js +33 -11
  212. package/dist/model/InstanceControllerApiPluginVersions.js +35 -11
  213. package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.js +30 -5
  214. package/dist/model/InstanceControllerApiServerInstance.js +34 -5
  215. package/dist/model/InstanceControllerApiServiceInstance.js +38 -5
  216. package/dist/model/InstanceControllerApiWorkerGroup.js +34 -5
  217. package/dist/model/InstanceControllerApiWorkerGroupDetails.js +39 -11
  218. package/dist/model/InstanceControllerApiWorkerGroupItem.js +34 -5
  219. package/dist/model/InstanceControllerApiWorkerGroupList.js +30 -10
  220. package/dist/model/Invitation.js +29 -5
  221. package/dist/model/Isolation.js +30 -5
  222. package/dist/model/KVControllerApiDeleteBulkRequest.js +28 -5
  223. package/dist/model/KVControllerApiDeleteBulkResponse.js +28 -5
  224. package/dist/model/KVControllerTypedValue.js +29 -4
  225. package/dist/model/KVEntry.js +36 -5
  226. package/dist/model/Label.js +1 -1
  227. package/dist/model/{NamespaceUsage.js → LeftSidebarConfiguration.js} +25 -21
  228. package/dist/model/Listener.js +9 -5
  229. package/dist/model/LogEntry.js +13 -5
  230. package/dist/model/MapObjectObject.js +1 -1
  231. package/dist/model/MeControllerApiMe.js +47 -17
  232. package/dist/model/MeControllerApiProfile.js +34 -5
  233. package/dist/model/MeControllerApiTenant.js +32 -5
  234. package/dist/model/MeControllerApiUpdatePasswordRequest.js +30 -5
  235. package/dist/model/MeControllerApiUserDetailsRequest.js +32 -5
  236. package/dist/model/Meta.js +1 -1
  237. package/dist/model/Metric.js +41 -11
  238. package/dist/model/MetricAggregation.js +7 -5
  239. package/dist/model/MetricAggregations.js +1 -1
  240. package/dist/model/MetricEntry.js +1 -1
  241. package/dist/model/MetricTag.js +30 -5
  242. package/dist/model/{PluginMetric.js → MiscControllerApiUsage.js} +36 -44
  243. package/dist/model/MiscControllerBasicAuthCredentials.js +32 -5
  244. package/dist/model/MiscControllerConfiguration.js +18 -1
  245. package/dist/model/MiscControllerEEConfiguration.js +50 -8
  246. package/dist/model/{ServerType.js → MiscControllerEdition.js} +11 -31
  247. package/dist/model/MiscControllerEnvironment.js +30 -5
  248. package/dist/model/MiscControllerLicenseInfo.js +38 -5
  249. package/dist/model/MiscControllerPluginIdAndVersion.js +30 -5
  250. package/dist/model/MiscControllerPreview.js +29 -4
  251. package/dist/model/MiscControllerTenantConfigurationInfo.js +29 -4
  252. package/dist/model/Name.js +1 -1
  253. package/dist/model/Namespace.js +7 -2
  254. package/dist/model/NamespaceAllowedNamespace.js +1 -1
  255. package/dist/model/NamespaceAllowedTrigger.js +7 -5
  256. package/dist/model/NamespaceLight.js +1 -1
  257. package/dist/model/Output.js +9 -1
  258. package/dist/model/PageRequest.js +1 -1
  259. package/dist/model/PagedResultsApiGroupSummary.js +1 -1
  260. package/dist/model/PagedResultsApiRoleSummary.js +1 -1
  261. package/dist/model/PagedResultsAppsControllerApiApp.js +1 -1
  262. package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.js +1 -1
  263. package/dist/model/{PagedResultsAuditLogControllerAuditLogWithUser.js → PagedResultsAuditLogControllerApiAuditLogItem.js} +26 -26
  264. package/dist/model/PagedResultsBlueprint.js +1 -1
  265. package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.js +1 -1
  266. package/dist/model/PagedResultsDashboard.js +1 -1
  267. package/dist/model/PagedResultsExecution.js +1 -1
  268. package/dist/model/PagedResultsFlow.js +1 -1
  269. package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.js +1 -1
  270. package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.js +1 -1
  271. package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.js +1 -1
  272. package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.js +1 -1
  273. package/dist/model/PagedResultsIAMUserControllerApiUserSummary.js +1 -1
  274. package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.js +1 -1
  275. package/dist/model/PagedResultsInstanceControllerApiServiceInstance.js +1 -1
  276. package/dist/model/PagedResultsLogEntry.js +1 -1
  277. package/dist/model/PagedResultsMapStringObject.js +1 -1
  278. package/dist/model/PagedResultsMetricEntry.js +1 -1
  279. package/dist/model/{PagedResultsNamespaceWithDisabled.js → PagedResultsNamespace.js} +26 -26
  280. package/dist/model/PagedResultsSearchResultFlow.js +1 -1
  281. package/dist/model/PagedResultsTaskRun.js +1 -1
  282. package/dist/model/PagedResultsTenant.js +1 -1
  283. package/dist/model/PagedResultsTestSuite.js +1 -1
  284. package/dist/model/{PagedResultsIAMBindingControllerApiBindingSummary.js → PagedResultsTestSuiteRunResult.js} +26 -26
  285. package/dist/model/PagedResultsTrigger.js +1 -1
  286. package/dist/model/PagedResultsTriggerControllerTriggers.js +1 -1
  287. package/dist/model/PatchOperation.js +1 -1
  288. package/dist/model/PatchOperationPath.js +28 -5
  289. package/dist/model/PatchRequest.js +1 -1
  290. package/dist/model/Plugin.js +40 -11
  291. package/dist/model/PluginArtifact.js +38 -5
  292. package/dist/model/PluginArtifactMetadata.js +36 -5
  293. package/dist/model/PluginControllerApiPluginVersions.js +30 -5
  294. package/dist/model/PluginDefault.js +9 -5
  295. package/dist/model/PluginIcon.js +1 -1
  296. package/dist/model/PluginPluginElementMetadata.js +30 -5
  297. package/dist/model/PluginSchema.js +1 -1
  298. package/dist/model/PreviewAppRequest.js +1 -1
  299. package/dist/model/PropertyBoolean.js +28 -5
  300. package/dist/model/PropertyDouble.js +28 -5
  301. package/dist/model/PropertyDuration.js +28 -5
  302. package/dist/model/PropertyListString.js +28 -5
  303. package/dist/model/PropertyObject.js +28 -5
  304. package/dist/model/PropertyString.js +28 -5
  305. package/dist/model/QueryFilter.js +31 -4
  306. package/dist/model/QueryFilterField.js +5 -0
  307. package/dist/model/QueryFilterFieldOp.js +35 -11
  308. package/dist/model/QueryFilterOperation.js +30 -5
  309. package/dist/model/QueryFilterResourceField.js +33 -11
  310. package/dist/model/Relation.js +30 -5
  311. package/dist/model/ResourceType.js +9 -7
  312. package/dist/model/ResourceType1.js +168 -0
  313. package/dist/model/ResourceTypeSchemaExtensionConfiguration.js +1 -1
  314. package/dist/model/{PluginUsage.js → RightSidebarConfiguration.js} +23 -22
  315. package/dist/model/{Group.js → RightSidebarConfigurationCustomLink.js} +36 -70
  316. package/dist/model/Role.js +13 -5
  317. package/dist/model/RoleUsage.js +1 -1
  318. package/dist/model/SLA.js +1 -1
  319. package/dist/model/Schema.js +1 -1
  320. package/dist/model/SchemaAttribute.js +1 -1
  321. package/dist/model/ScimExtension.js +1 -1
  322. package/dist/model/ScimResource.js +7 -5
  323. package/dist/model/ScimResourceWithOptionalId.js +8 -6
  324. package/dist/model/ScimUser.js +8 -6
  325. package/dist/model/SearchRequest.js +1 -1
  326. package/dist/model/SearchResultFlow.js +30 -5
  327. package/dist/model/ServerConfig.js +7 -5
  328. package/dist/model/ServerConfigLiveness.js +1 -1
  329. package/dist/model/ServerInstance.js +41 -11
  330. package/dist/model/ServiceInstance.js +57 -17
  331. package/dist/model/ServiceInstanceTimestampedEvent.js +34 -5
  332. package/dist/model/ServiceProviderConfiguration.js +9 -7
  333. package/dist/model/ServiceProviderConfigurationAuthenticationSchema.js +1 -1
  334. package/dist/model/ServiceProviderConfigurationBulkConfiguration.js +1 -1
  335. package/dist/model/ServiceProviderConfigurationFilterConfiguration.js +1 -1
  336. package/dist/model/ServiceProviderConfigurationSupportedConfiguration.js +1 -1
  337. package/dist/model/ServiceType.js +5 -0
  338. package/dist/model/SetupConfiguration.js +30 -5
  339. package/dist/model/SetupConfigurationSetupData.js +32 -5
  340. package/dist/model/SortRequest.js +1 -1
  341. package/dist/model/State.js +1 -1
  342. package/dist/model/StateHistory.js +1 -1
  343. package/dist/model/Task.js +1 -1
  344. package/dist/model/TaskFixture.js +1 -1
  345. package/dist/model/TaskForExecution.js +1 -1
  346. package/dist/model/TaskRun.js +17 -5
  347. package/dist/model/TaskRunAttempt.js +1 -1
  348. package/dist/model/Tenant.js +25 -5
  349. package/dist/model/TenantInterface.js +1 -1
  350. package/dist/model/TenantUsage.js +1 -1
  351. package/dist/model/TestSuite.js +1 -1
  352. package/dist/model/{ServiceUsage.js → TestSuiteControllerRunRequest.js} +43 -41
  353. package/dist/model/TestSuiteControllerSearchTestsLastResult.js +30 -10
  354. package/dist/model/TestSuiteControllerTestSuiteApiId.js +1 -1
  355. package/dist/model/TestSuiteControllerTestSuiteBulkRequest.js +1 -1
  356. package/dist/model/TestSuiteControllerTestsLastResultResponse.js +30 -10
  357. package/dist/model/TestSuiteRunResult.js +7 -5
  358. package/dist/model/TestSuiteServiceRunByQueryRequest.js +138 -0
  359. package/dist/model/TestSuiteServiceTestRunByQueryResult.js +180 -0
  360. package/dist/model/TheLabelsToPassToTheExecutionCreated.js +1 -1
  361. package/dist/model/TimeWindow.js +1 -1
  362. package/dist/model/Trigger.js +1 -1
  363. package/dist/model/TriggerContext.js +1 -1
  364. package/dist/model/TriggerControllerSetDisabledRequest.js +1 -1
  365. package/dist/model/TriggerControllerTriggers.js +30 -5
  366. package/dist/model/TriggerFixture.js +1 -1
  367. package/dist/model/UnitTest.js +1 -1
  368. package/dist/model/UnitTestResult.js +11 -5
  369. package/dist/model/UpdateFlow200Response.js +6 -6
  370. package/dist/model/UpdateFlowsInNamespaceFromJson200Response.js +1 -1
  371. package/dist/model/UsageEE.js +12 -320
  372. package/dist/model/UserGroup.js +1 -1
  373. package/dist/model/UserUsage.js +1 -1
  374. package/dist/model/UsernamePasswordCredentials.js +1 -1
  375. package/dist/model/ValidateConstraintViolation.js +19 -5
  376. package/dist/model/ValuePathExpression.js +28 -5
  377. package/dist/model/WorkerGroup.js +1 -1
  378. package/package.json +1 -1
  379. package/dist/api/SCIMApi.js +0 -815
  380. package/dist/model/AuditLogControllerAuditLogWithUser.js +0 -105
  381. package/dist/model/ConfigurationUsage.js +0 -133
  382. package/dist/model/CustomLink.js +0 -113
  383. package/dist/model/HostUsage.js +0 -131
  384. package/dist/model/HostUsageHardware.js +0 -125
  385. package/dist/model/HostUsageJvm.js +0 -113
  386. package/dist/model/HostUsageOs.js +0 -125
  387. package/dist/model/IAMBindingControllerApiBindingSummary.js +0 -152
  388. package/dist/model/NamespaceWithDisabled.js +0 -370
  389. package/dist/model/ServiceUsageDailyServiceStatistics.js +0 -122
  390. package/dist/model/ServiceUsageDailyStatistics.js +0 -109
  391. package/dist/model/Usage.js +0 -343
package/README.md CHANGED
@@ -6,8 +6,8 @@ Endpoints designated as Superadmin-only are not tenant-scoped.
6
6
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
7
7
 
8
8
  - API version: v1
9
- - Package version: v0.24.0
10
- - Generator version: 7.14.0-SNAPSHOT
9
+ - Package version: 1.0.0-beta5
10
+ - Generator version: 7.16.0-SNAPSHOT
11
11
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
12
12
 
13
13
  ## Installation
@@ -145,10 +145,13 @@ Class | Method | HTTP request | Description
145
145
  *KestraIoKestraSdk.AppsApi* | [**searchApps**](docs/AppsApi.md#searchApps) | **GET** /api/v1/{tenant}/apps/search | Search for apps
146
146
  *KestraIoKestraSdk.AppsApi* | [**searchAppsFromCatalog**](docs/AppsApi.md#searchAppsFromCatalog) | **GET** /api/v1/{tenant}/apps/catalog | Search for apps from catalog
147
147
  *KestraIoKestraSdk.AppsApi* | [**updateApp**](docs/AppsApi.md#updateApp) | **PUT** /api/v1/{tenant}/apps/{uid} | Update an existing app
148
+ *KestraIoKestraSdk.AuditLogsApi* | [**exportAuditLogs**](docs/AuditLogsApi.md#exportAuditLogs) | **GET** /api/v1/{tenant}/auditlogs/export | Export all audit logs as a streamed CSV file
148
149
  *KestraIoKestraSdk.AuditLogsApi* | [**findAuditLog**](docs/AuditLogsApi.md#findAuditLog) | **POST** /api/v1/{tenant}/auditlogs/find | Find a specific audit log
150
+ *KestraIoKestraSdk.AuditLogsApi* | [**getGlobalResourceDiffFromAuditLog**](docs/AuditLogsApi.md#getGlobalResourceDiffFromAuditLog) | **GET** /api/v1/auditlogs/{id}/diff | Retrieve the diff between audit logs from global resource like users
149
151
  *KestraIoKestraSdk.AuditLogsApi* | [**getResourceDiffFromAuditLog**](docs/AuditLogsApi.md#getResourceDiffFromAuditLog) | **GET** /api/v1/{tenant}/auditlogs/{id}/diff | Retrieve the diff between audit logs
150
152
  *KestraIoKestraSdk.AuditLogsApi* | [**listAuditLogFromResourceId**](docs/AuditLogsApi.md#listAuditLogFromResourceId) | **GET** /api/v1/{tenant}/auditlogs/history/{detailId} | Find all audit logs about a specific resource.
151
153
  *KestraIoKestraSdk.AuditLogsApi* | [**searchAuditLogs**](docs/AuditLogsApi.md#searchAuditLogs) | **GET** /api/v1/{tenant}/auditlogs/search | Search for audit logs
154
+ *KestraIoKestraSdk.AuditLogsApi* | [**searchAuditLogsForAllTenants**](docs/AuditLogsApi.md#searchAuditLogsForAllTenants) | **GET** /api/v1/auditlogs/search | Search for audit logs across all tenants, required to be SuperAdmin
152
155
  *KestraIoKestraSdk.AuthsApi* | [**createApiTokenForCurrentUser**](docs/AuthsApi.md#createApiTokenForCurrentUser) | **POST** /api/v1/me/api-tokens | Create API token for the authenticated user
153
156
  *KestraIoKestraSdk.AuthsApi* | [**deleteApiTokenForCurrentUser**](docs/AuthsApi.md#deleteApiTokenForCurrentUser) | **DELETE** /api/v1/me/api-tokens/{tokenId} | Delete API token for the authenticated user
154
157
  *KestraIoKestraSdk.AuthsApi* | [**getCurrentUser**](docs/AuthsApi.md#getCurrentUser) | **GET** /api/v1/me | Get details about the authenticated user
@@ -222,6 +225,7 @@ Class | Method | HTTP request | Description
222
225
  *KestraIoKestraSdk.ExecutionsApi* | [**pauseExecutionsByQuery**](docs/ExecutionsApi.md#pauseExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/pause/by-query | Pause executions filter by query parameters
223
226
  *KestraIoKestraSdk.ExecutionsApi* | [**previewFileFromExecution**](docs/ExecutionsApi.md#previewFileFromExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/file/preview | Get file preview for an execution
224
227
  *KestraIoKestraSdk.ExecutionsApi* | [**replayExecution**](docs/ExecutionsApi.md#replayExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/replay | Create a new execution from an old one and start it from a specified task run id
228
+ *KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionWithinputs**](docs/ExecutionsApi.md#replayExecutionWithinputs) | **POST** /api/v1/{tenant}/executions/{executionId}/replay-with-inputs | Create a new execution from an old one and start it from a specified task run id
225
229
  *KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionsByIds**](docs/ExecutionsApi.md#replayExecutionsByIds) | **POST** /api/v1/{tenant}/executions/replay/by-ids | Create new executions from old ones. Keep the flow revision
226
230
  *KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionsByQuery**](docs/ExecutionsApi.md#replayExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/replay/by-query | Create new executions from old ones filter by query parameters. Keep the flow revision
227
231
  *KestraIoKestraSdk.ExecutionsApi* | [**restartExecution**](docs/ExecutionsApi.md#restartExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/restart | Restart a new execution from an old one
@@ -310,6 +314,7 @@ Class | Method | HTTP request | Description
310
314
  *KestraIoKestraSdk.KVApi* | [**deleteKeyValues**](docs/KVApi.md#deleteKeyValues) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/kv | Bulk-delete multiple key/value pairs from the given namespace.
311
315
  *KestraIoKestraSdk.KVApi* | [**getKeyValue**](docs/KVApi.md#getKeyValue) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv/{key} | Get value for a key
312
316
  *KestraIoKestraSdk.KVApi* | [**listKeys**](docs/KVApi.md#listKeys) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv | List all keys for a namespace
317
+ *KestraIoKestraSdk.KVApi* | [**listKeysWithInheritence**](docs/KVApi.md#listKeysWithInheritence) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv/inheritance | List all keys for a namespace and parent namespaces
313
318
  *KestraIoKestraSdk.KVApi* | [**setKeyValue**](docs/KVApi.md#setKeyValue) | **PUT** /api/v1/{tenant}/namespaces/{namespace}/kv/{key} | Puts a key-value pair in store
314
319
  *KestraIoKestraSdk.LogsApi* | [**deleteLogsFromExecution**](docs/LogsApi.md#deleteLogsFromExecution) | **DELETE** /api/v1/{tenant}/logs/{executionId} | Delete logs for a specific execution, taskrun or task
315
320
  *KestraIoKestraSdk.LogsApi* | [**deleteLogsFromFlow**](docs/LogsApi.md#deleteLogsFromFlow) | **DELETE** /api/v1/{tenant}/logs/{namespace}/{flowId} | Delete logs for a specific execution, taskrun or task
@@ -340,7 +345,7 @@ Class | Method | HTTP request | Description
340
345
  *KestraIoKestraSdk.NamespacesApi* | [**deleteNamespace**](docs/NamespacesApi.md#deleteNamespace) | **DELETE** /api/v1/{tenant}/namespaces/{id} | Delete a namespace
341
346
  *KestraIoKestraSdk.NamespacesApi* | [**deleteSecret**](docs/NamespacesApi.md#deleteSecret) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/secrets/{key} | Delete a secret for a namespace
342
347
  *KestraIoKestraSdk.NamespacesApi* | [**getInheritedSecrets**](docs/NamespacesApi.md#getInheritedSecrets) | **GET** /api/v1/{tenant}/namespaces/{namespace}/inherited-secrets | List inherited secrets
343
- *KestraIoKestraSdk.NamespacesApi* | [**getNamespace**](docs/NamespacesApi.md#getNamespace) | **GET** /api/v1/{tenant}/namespaces/{id} | Retrieve namespace details
348
+ *KestraIoKestraSdk.NamespacesApi* | [**getNamespace**](docs/NamespacesApi.md#getNamespace) | **GET** /api/v1/{tenant}/namespaces/{id} | Get a namespace
344
349
  *KestraIoKestraSdk.NamespacesApi* | [**inheritedPluginDefaults**](docs/NamespacesApi.md#inheritedPluginDefaults) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-plugindefaults | List inherited plugin defaults
345
350
  *KestraIoKestraSdk.NamespacesApi* | [**inheritedVariables**](docs/NamespacesApi.md#inheritedVariables) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-variables | List inherited variables
346
351
  *KestraIoKestraSdk.NamespacesApi* | [**listNamespaceSecrets**](docs/NamespacesApi.md#listNamespaceSecrets) | **GET** /api/v1/{tenant}/namespaces/{namespace}/secrets | Get secrets for a namespace
@@ -362,6 +367,8 @@ Class | Method | HTTP request | Description
362
367
  *KestraIoKestraSdk.PluginsApi* | [**getVersionedPluginDetailsFromVersion**](docs/PluginsApi.md#getVersionedPluginDetailsFromVersion) | **GET** /api/v1/instance/versioned-plugins/{groupId}/{artifactId}/{version} | Retrieve details of a specific plugin artifact version
363
368
  *KestraIoKestraSdk.PluginsApi* | [**installVersionedPlugins**](docs/PluginsApi.md#installVersionedPlugins) | **POST** /api/v1/instance/versioned-plugins/install | Install specified plugin artifacts
364
369
  *KestraIoKestraSdk.PluginsApi* | [**listAvailableVersionedPlugins**](docs/PluginsApi.md#listAvailableVersionedPlugins) | **GET** /api/v1/instance/versioned-plugins/available | List available plugin artifacts
370
+ *KestraIoKestraSdk.PluginsApi* | [**listAvailableVersionedPluginsForSecretManager**](docs/PluginsApi.md#listAvailableVersionedPluginsForSecretManager) | **GET** /api/v1/instance/versioned-plugins/available/secrets-managers | List available plugin artifacts for Kestra Secret Manager
371
+ *KestraIoKestraSdk.PluginsApi* | [**listAvailableVersionedPluginsForStorage**](docs/PluginsApi.md#listAvailableVersionedPluginsForStorage) | **GET** /api/v1/instance/versioned-plugins/available/storages | List available plugin artifacts for Kestra Internal Storage
365
372
  *KestraIoKestraSdk.PluginsApi* | [**listPlugins**](docs/PluginsApi.md#listPlugins) | **GET** /api/v1/plugins | Get list of plugins
366
373
  *KestraIoKestraSdk.PluginsApi* | [**listVersionedPlugin**](docs/PluginsApi.md#listVersionedPlugin) | **GET** /api/v1/instance/versioned-plugins | List installed plugin artifacts
367
374
  *KestraIoKestraSdk.PluginsApi* | [**resolveVersionedPlugins**](docs/PluginsApi.md#resolveVersionedPlugins) | **POST** /api/v1/instance/versioned-plugins/resolve | Resolve versions for specified plugin artifacts
@@ -427,7 +434,9 @@ Class | Method | HTTP request | Description
427
434
  *KestraIoKestraSdk.TestSuitesApi* | [**getTestSuite**](docs/TestSuitesApi.md#getTestSuite) | **GET** /api/v1/{tenant}/tests/{namespace}/{id} | Retrieve a test
428
435
  *KestraIoKestraSdk.TestSuitesApi* | [**getTestsLastResult**](docs/TestSuitesApi.md#getTestsLastResult) | **POST** /api/v1/{tenant}/tests/results/search/last | Get tests last result
429
436
  *KestraIoKestraSdk.TestSuitesApi* | [**runTestSuite**](docs/TestSuitesApi.md#runTestSuite) | **POST** /api/v1/{tenant}/tests/{namespace}/{id}/run | Run a full test
437
+ *KestraIoKestraSdk.TestSuitesApi* | [**runTestSuitesByQuery**](docs/TestSuitesApi.md#runTestSuitesByQuery) | **POST** /api/v1/{tenant}/tests/run | Run multiple TestSuites by query
430
438
  *KestraIoKestraSdk.TestSuitesApi* | [**searchTestSuites**](docs/TestSuitesApi.md#searchTestSuites) | **GET** /api/v1/{tenant}/tests/search | Search for tests
439
+ *KestraIoKestraSdk.TestSuitesApi* | [**searchTestSuitesResults**](docs/TestSuitesApi.md#searchTestSuitesResults) | **GET** /api/v1/{tenant}/tests/results/search | Search for tests results
431
440
  *KestraIoKestraSdk.TestSuitesApi* | [**updateTestSuite**](docs/TestSuitesApi.md#updateTestSuite) | **PUT** /api/v1/{tenant}/tests/{namespace}/{id} | Update a test from YAML source
432
441
  *KestraIoKestraSdk.TestSuitesApi* | [**validateTestSuite**](docs/TestSuitesApi.md#validateTestSuite) | **POST** /api/v1/{tenant}/tests/validate | Validate a test
433
442
  *KestraIoKestraSdk.TriggersApi* | [**deleteBackfill**](docs/TriggersApi.md#deleteBackfill) | **POST** /api/v1/{tenant}/triggers/backfill/delete | Delete a backfill
@@ -514,9 +523,9 @@ Class | Method | HTTP request | Description
514
523
  - [KestraIoKestraSdk.AssertionRunError](docs/AssertionRunError.md)
515
524
  - [KestraIoKestraSdk.AttributeReference](docs/AttributeReference.md)
516
525
  - [KestraIoKestraSdk.AuditLog](docs/AuditLog.md)
526
+ - [KestraIoKestraSdk.AuditLogControllerApiAuditLogItem](docs/AuditLogControllerApiAuditLogItem.md)
517
527
  - [KestraIoKestraSdk.AuditLogControllerAuditLogDiff](docs/AuditLogControllerAuditLogDiff.md)
518
528
  - [KestraIoKestraSdk.AuditLogControllerAuditLogOption](docs/AuditLogControllerAuditLogOption.md)
519
- - [KestraIoKestraSdk.AuditLogControllerAuditLogWithUser](docs/AuditLogControllerAuditLogWithUser.md)
520
529
  - [KestraIoKestraSdk.AuditLogControllerFindRequest](docs/AuditLogControllerFindRequest.md)
521
530
  - [KestraIoKestraSdk.AuditLogDetail](docs/AuditLogDetail.md)
522
531
  - [KestraIoKestraSdk.AuthControllerAuth](docs/AuthControllerAuth.md)
@@ -546,7 +555,6 @@ Class | Method | HTTP request | Description
546
555
  - [KestraIoKestraSdk.Concurrency](docs/Concurrency.md)
547
556
  - [KestraIoKestraSdk.ConcurrencyBehavior](docs/ConcurrencyBehavior.md)
548
557
  - [KestraIoKestraSdk.Condition](docs/Condition.md)
549
- - [KestraIoKestraSdk.ConfigurationUsage](docs/ConfigurationUsage.md)
550
558
  - [KestraIoKestraSdk.ConversionServiceProvider](docs/ConversionServiceProvider.md)
551
559
  - [KestraIoKestraSdk.ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md)
552
560
  - [KestraIoKestraSdk.ConvertibleValuesListString](docs/ConvertibleValuesListString.md)
@@ -554,7 +562,6 @@ Class | Method | HTTP request | Description
554
562
  - [KestraIoKestraSdk.CreateApiTokenResponse](docs/CreateApiTokenResponse.md)
555
563
  - [KestraIoKestraSdk.CreateSecurityIntegrationRequest](docs/CreateSecurityIntegrationRequest.md)
556
564
  - [KestraIoKestraSdk.CrudEventType](docs/CrudEventType.md)
557
- - [KestraIoKestraSdk.CustomLink](docs/CustomLink.md)
558
565
  - [KestraIoKestraSdk.DailyExecutionStatistics](docs/DailyExecutionStatistics.md)
559
566
  - [KestraIoKestraSdk.DailyExecutionStatisticsDuration](docs/DailyExecutionStatisticsDuration.md)
560
567
  - [KestraIoKestraSdk.DailyExecutionStatisticsExecutionCounts](docs/DailyExecutionStatisticsExecutionCounts.md)
@@ -614,10 +621,6 @@ Class | Method | HTTP request | Description
614
621
  - [KestraIoKestraSdk.GroupIdentifier](docs/GroupIdentifier.md)
615
622
  - [KestraIoKestraSdk.GroupIdentifierMembership](docs/GroupIdentifierMembership.md)
616
623
  - [KestraIoKestraSdk.GroupUsage](docs/GroupUsage.md)
617
- - [KestraIoKestraSdk.HostUsage](docs/HostUsage.md)
618
- - [KestraIoKestraSdk.HostUsageHardware](docs/HostUsageHardware.md)
619
- - [KestraIoKestraSdk.HostUsageJvm](docs/HostUsageJvm.md)
620
- - [KestraIoKestraSdk.HostUsageOs](docs/HostUsageOs.md)
621
624
  - [KestraIoKestraSdk.HttpParameters](docs/HttpParameters.md)
622
625
  - [KestraIoKestraSdk.IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md)
623
626
  - [KestraIoKestraSdk.IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md)
@@ -687,6 +690,7 @@ Class | Method | HTTP request | Description
687
690
  - [KestraIoKestraSdk.KVEntry](docs/KVEntry.md)
688
691
  - [KestraIoKestraSdk.KVType](docs/KVType.md)
689
692
  - [KestraIoKestraSdk.Label](docs/Label.md)
693
+ - [KestraIoKestraSdk.LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md)
690
694
  - [KestraIoKestraSdk.Level](docs/Level.md)
691
695
  - [KestraIoKestraSdk.Listener](docs/Listener.md)
692
696
  - [KestraIoKestraSdk.LogEntry](docs/LogEntry.md)
@@ -702,9 +706,11 @@ Class | Method | HTTP request | Description
702
706
  - [KestraIoKestraSdk.MetricAggregations](docs/MetricAggregations.md)
703
707
  - [KestraIoKestraSdk.MetricEntry](docs/MetricEntry.md)
704
708
  - [KestraIoKestraSdk.MetricTag](docs/MetricTag.md)
709
+ - [KestraIoKestraSdk.MiscControllerApiUsage](docs/MiscControllerApiUsage.md)
705
710
  - [KestraIoKestraSdk.MiscControllerBasicAuthCredentials](docs/MiscControllerBasicAuthCredentials.md)
706
711
  - [KestraIoKestraSdk.MiscControllerConfiguration](docs/MiscControllerConfiguration.md)
707
712
  - [KestraIoKestraSdk.MiscControllerEEConfiguration](docs/MiscControllerEEConfiguration.md)
713
+ - [KestraIoKestraSdk.MiscControllerEdition](docs/MiscControllerEdition.md)
708
714
  - [KestraIoKestraSdk.MiscControllerEnvironment](docs/MiscControllerEnvironment.md)
709
715
  - [KestraIoKestraSdk.MiscControllerLicenseInfo](docs/MiscControllerLicenseInfo.md)
710
716
  - [KestraIoKestraSdk.MiscControllerPluginIdAndVersion](docs/MiscControllerPluginIdAndVersion.md)
@@ -715,15 +721,13 @@ Class | Method | HTTP request | Description
715
721
  - [KestraIoKestraSdk.NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md)
716
722
  - [KestraIoKestraSdk.NamespaceAllowedTrigger](docs/NamespaceAllowedTrigger.md)
717
723
  - [KestraIoKestraSdk.NamespaceLight](docs/NamespaceLight.md)
718
- - [KestraIoKestraSdk.NamespaceUsage](docs/NamespaceUsage.md)
719
- - [KestraIoKestraSdk.NamespaceWithDisabled](docs/NamespaceWithDisabled.md)
720
724
  - [KestraIoKestraSdk.Output](docs/Output.md)
721
725
  - [KestraIoKestraSdk.PageRequest](docs/PageRequest.md)
722
726
  - [KestraIoKestraSdk.PagedResultsApiGroupSummary](docs/PagedResultsApiGroupSummary.md)
723
727
  - [KestraIoKestraSdk.PagedResultsApiRoleSummary](docs/PagedResultsApiRoleSummary.md)
724
728
  - [KestraIoKestraSdk.PagedResultsAppsControllerApiApp](docs/PagedResultsAppsControllerApiApp.md)
725
729
  - [KestraIoKestraSdk.PagedResultsAppsControllerApiAppCatalogItem](docs/PagedResultsAppsControllerApiAppCatalogItem.md)
726
- - [KestraIoKestraSdk.PagedResultsAuditLogControllerAuditLogWithUser](docs/PagedResultsAuditLogControllerAuditLogWithUser.md)
730
+ - [KestraIoKestraSdk.PagedResultsAuditLogControllerApiAuditLogItem](docs/PagedResultsAuditLogControllerApiAuditLogItem.md)
727
731
  - [KestraIoKestraSdk.PagedResultsBlueprint](docs/PagedResultsBlueprint.md)
728
732
  - [KestraIoKestraSdk.PagedResultsBlueprintControllerApiBlueprintItem](docs/PagedResultsBlueprintControllerApiBlueprintItem.md)
729
733
  - [KestraIoKestraSdk.PagedResultsDashboard](docs/PagedResultsDashboard.md)
@@ -739,11 +743,12 @@ Class | Method | HTTP request | Description
739
743
  - [KestraIoKestraSdk.PagedResultsLogEntry](docs/PagedResultsLogEntry.md)
740
744
  - [KestraIoKestraSdk.PagedResultsMapStringObject](docs/PagedResultsMapStringObject.md)
741
745
  - [KestraIoKestraSdk.PagedResultsMetricEntry](docs/PagedResultsMetricEntry.md)
742
- - [KestraIoKestraSdk.PagedResultsNamespaceWithDisabled](docs/PagedResultsNamespaceWithDisabled.md)
746
+ - [KestraIoKestraSdk.PagedResultsNamespace](docs/PagedResultsNamespace.md)
743
747
  - [KestraIoKestraSdk.PagedResultsSearchResultFlow](docs/PagedResultsSearchResultFlow.md)
744
748
  - [KestraIoKestraSdk.PagedResultsTaskRun](docs/PagedResultsTaskRun.md)
745
749
  - [KestraIoKestraSdk.PagedResultsTenant](docs/PagedResultsTenant.md)
746
750
  - [KestraIoKestraSdk.PagedResultsTestSuite](docs/PagedResultsTestSuite.md)
751
+ - [KestraIoKestraSdk.PagedResultsTestSuiteRunResult](docs/PagedResultsTestSuiteRunResult.md)
747
752
  - [KestraIoKestraSdk.PagedResultsTrigger](docs/PagedResultsTrigger.md)
748
753
  - [KestraIoKestraSdk.PagedResultsTriggerControllerTriggers](docs/PagedResultsTriggerControllerTriggers.md)
749
754
  - [KestraIoKestraSdk.PatchOperation](docs/PatchOperation.md)
@@ -757,11 +762,9 @@ Class | Method | HTTP request | Description
757
762
  - [KestraIoKestraSdk.PluginControllerApiPluginVersions](docs/PluginControllerApiPluginVersions.md)
758
763
  - [KestraIoKestraSdk.PluginDefault](docs/PluginDefault.md)
759
764
  - [KestraIoKestraSdk.PluginIcon](docs/PluginIcon.md)
760
- - [KestraIoKestraSdk.PluginMetric](docs/PluginMetric.md)
761
765
  - [KestraIoKestraSdk.PluginPluginElementMetadata](docs/PluginPluginElementMetadata.md)
762
766
  - [KestraIoKestraSdk.PluginSchema](docs/PluginSchema.md)
763
767
  - [KestraIoKestraSdk.PluginSubGroupPluginCategory](docs/PluginSubGroupPluginCategory.md)
764
- - [KestraIoKestraSdk.PluginUsage](docs/PluginUsage.md)
765
768
  - [KestraIoKestraSdk.PreviewAppRequest](docs/PreviewAppRequest.md)
766
769
  - [KestraIoKestraSdk.PropertyBoolean](docs/PropertyBoolean.md)
767
770
  - [KestraIoKestraSdk.PropertyDouble](docs/PropertyDouble.md)
@@ -779,7 +782,10 @@ Class | Method | HTTP request | Description
779
782
  - [KestraIoKestraSdk.Relation](docs/Relation.md)
780
783
  - [KestraIoKestraSdk.RelationType](docs/RelationType.md)
781
784
  - [KestraIoKestraSdk.ResourceType](docs/ResourceType.md)
785
+ - [KestraIoKestraSdk.ResourceType1](docs/ResourceType1.md)
782
786
  - [KestraIoKestraSdk.ResourceTypeSchemaExtensionConfiguration](docs/ResourceTypeSchemaExtensionConfiguration.md)
787
+ - [KestraIoKestraSdk.RightSidebarConfiguration](docs/RightSidebarConfiguration.md)
788
+ - [KestraIoKestraSdk.RightSidebarConfigurationCustomLink](docs/RightSidebarConfigurationCustomLink.md)
783
789
  - [KestraIoKestraSdk.Role](docs/Role.md)
784
790
  - [KestraIoKestraSdk.RoleUsage](docs/RoleUsage.md)
785
791
  - [KestraIoKestraSdk.SLA](docs/SLA.md)
@@ -803,7 +809,6 @@ Class | Method | HTTP request | Description
803
809
  - [KestraIoKestraSdk.ServerConfigLiveness](docs/ServerConfigLiveness.md)
804
810
  - [KestraIoKestraSdk.ServerInstance](docs/ServerInstance.md)
805
811
  - [KestraIoKestraSdk.ServerInstanceType](docs/ServerInstanceType.md)
806
- - [KestraIoKestraSdk.ServerType](docs/ServerType.md)
807
812
  - [KestraIoKestraSdk.ServiceInstance](docs/ServiceInstance.md)
808
813
  - [KestraIoKestraSdk.ServiceInstanceTimestampedEvent](docs/ServiceInstanceTimestampedEvent.md)
809
814
  - [KestraIoKestraSdk.ServiceProviderConfiguration](docs/ServiceProviderConfiguration.md)
@@ -814,9 +819,6 @@ Class | Method | HTTP request | Description
814
819
  - [KestraIoKestraSdk.ServiceProviderConfigurationSupportedConfiguration](docs/ServiceProviderConfigurationSupportedConfiguration.md)
815
820
  - [KestraIoKestraSdk.ServiceServiceState](docs/ServiceServiceState.md)
816
821
  - [KestraIoKestraSdk.ServiceType](docs/ServiceType.md)
817
- - [KestraIoKestraSdk.ServiceUsage](docs/ServiceUsage.md)
818
- - [KestraIoKestraSdk.ServiceUsageDailyServiceStatistics](docs/ServiceUsageDailyServiceStatistics.md)
819
- - [KestraIoKestraSdk.ServiceUsageDailyStatistics](docs/ServiceUsageDailyStatistics.md)
820
822
  - [KestraIoKestraSdk.SetupConfiguration](docs/SetupConfiguration.md)
821
823
  - [KestraIoKestraSdk.SetupConfigurationSetupData](docs/SetupConfigurationSetupData.md)
822
824
  - [KestraIoKestraSdk.SortOrder](docs/SortOrder.md)
@@ -834,11 +836,14 @@ Class | Method | HTTP request | Description
834
836
  - [KestraIoKestraSdk.TenantUsage](docs/TenantUsage.md)
835
837
  - [KestraIoKestraSdk.TestState](docs/TestState.md)
836
838
  - [KestraIoKestraSdk.TestSuite](docs/TestSuite.md)
839
+ - [KestraIoKestraSdk.TestSuiteControllerRunRequest](docs/TestSuiteControllerRunRequest.md)
837
840
  - [KestraIoKestraSdk.TestSuiteControllerSearchTestsLastResult](docs/TestSuiteControllerSearchTestsLastResult.md)
838
841
  - [KestraIoKestraSdk.TestSuiteControllerTestSuiteApiId](docs/TestSuiteControllerTestSuiteApiId.md)
839
842
  - [KestraIoKestraSdk.TestSuiteControllerTestSuiteBulkRequest](docs/TestSuiteControllerTestSuiteBulkRequest.md)
840
843
  - [KestraIoKestraSdk.TestSuiteControllerTestsLastResultResponse](docs/TestSuiteControllerTestsLastResultResponse.md)
841
844
  - [KestraIoKestraSdk.TestSuiteRunResult](docs/TestSuiteRunResult.md)
845
+ - [KestraIoKestraSdk.TestSuiteServiceRunByQueryRequest](docs/TestSuiteServiceRunByQueryRequest.md)
846
+ - [KestraIoKestraSdk.TestSuiteServiceTestRunByQueryResult](docs/TestSuiteServiceTestRunByQueryResult.md)
842
847
  - [KestraIoKestraSdk.TheLabelsToPassToTheExecutionCreated](docs/TheLabelsToPassToTheExecutionCreated.md)
843
848
  - [KestraIoKestraSdk.TimeWindow](docs/TimeWindow.md)
844
849
  - [KestraIoKestraSdk.Trigger](docs/Trigger.md)
@@ -851,7 +856,6 @@ Class | Method | HTTP request | Description
851
856
  - [KestraIoKestraSdk.UnitTestResult](docs/UnitTestResult.md)
852
857
  - [KestraIoKestraSdk.UpdateFlow200Response](docs/UpdateFlow200Response.md)
853
858
  - [KestraIoKestraSdk.UpdateFlowsInNamespaceFromJson200Response](docs/UpdateFlowsInNamespaceFromJson200Response.md)
854
- - [KestraIoKestraSdk.Usage](docs/Usage.md)
855
859
  - [KestraIoKestraSdk.UsageEE](docs/UsageEE.md)
856
860
  - [KestraIoKestraSdk.UserGroup](docs/UserGroup.md)
857
861
  - [KestraIoKestraSdk.UserGroupType](docs/UserGroupType.md)
package/dist/ApiClient.js CHANGED
@@ -25,7 +25,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
25
25
  */
26
26
  /**
27
27
  * @module ApiClient
28
- * @version v0.24.0
28
+ * @version 1.0.0-beta5
29
29
  */
30
30
  /**
31
31
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -69,7 +69,7 @@ var ApiClient = /*#__PURE__*/function () {
69
69
  * @default {}
70
70
  */
71
71
  this.defaultHeaders = {
72
- 'User-Agent': 'OpenAPI-Generator/v0.24.0/Javascript'
72
+ 'User-Agent': 'OpenAPI-Generator/1.0.0-beta5/Javascript'
73
73
  };
74
74
 
75
75
  /**
package/dist/api/AIApi.js CHANGED
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * AI service.
29
29
  * @module api/AIApi
30
- * @version v0.24.0
30
+ * @version 1.0.0-beta5
31
31
  */
32
32
  var AIApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -38,7 +38,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
38
38
  /**
39
39
  * Apps service.
40
40
  * @module api/AppsApi
41
- * @version v0.24.0
41
+ * @version 1.0.0-beta5
42
42
  */
43
43
  var AppsApi = exports["default"] = /*#__PURE__*/function () {
44
44
  /**
@@ -5,13 +5,13 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _AuditLogControllerApiAuditLogItem = _interopRequireDefault(require("../model/AuditLogControllerApiAuditLogItem"));
8
9
  var _AuditLogControllerAuditLogDiff = _interopRequireDefault(require("../model/AuditLogControllerAuditLogDiff"));
9
10
  var _AuditLogControllerAuditLogOption = _interopRequireDefault(require("../model/AuditLogControllerAuditLogOption"));
10
- var _AuditLogControllerAuditLogWithUser = _interopRequireDefault(require("../model/AuditLogControllerAuditLogWithUser"));
11
11
  var _AuditLogControllerFindRequest = _interopRequireDefault(require("../model/AuditLogControllerFindRequest"));
12
12
  var _CrudEventType = _interopRequireDefault(require("../model/CrudEventType"));
13
- var _PagedResultsAuditLogControllerAuditLogWithUser = _interopRequireDefault(require("../model/PagedResultsAuditLogControllerAuditLogWithUser"));
14
- var _Permission = _interopRequireDefault(require("../model/Permission"));
13
+ var _PagedResultsAuditLogControllerApiAuditLogItem = _interopRequireDefault(require("../model/PagedResultsAuditLogControllerApiAuditLogItem"));
14
+ var _ResourceType = _interopRequireDefault(require("../model/ResourceType1"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
16
16
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
17
17
  function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * AuditLogs service.
35
35
  * @module api/AuditLogsApi
36
- * @version v0.24.0
36
+ * @version 1.0.0-beta5
37
37
  */
38
38
  var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
39
39
  /**
@@ -49,21 +49,81 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
49
49
  }
50
50
 
51
51
  /**
52
- * Callback function to receive the result of the findAuditLog operation.
53
- * @callback module:api/AuditLogsApi~findAuditLogCallback
52
+ * Callback function to receive the result of the exportAuditLogs operation.
53
+ * @callback module:api/AuditLogsApi~exportAuditLogsCallback
54
54
  * @param {String} error Error message, if any.
55
- * @param {module:model/AuditLogControllerAuditLogWithUser} data The data returned by the service call.
55
+ * @param {Array.<Object>} data The data returned by the service call.
56
56
  * @param {String} response The complete HTTP response.
57
57
  */
58
58
 
59
59
  /**
60
- * Find a specific audit log
60
+ * Export all audit logs as a streamed CSV file
61
61
  * @param {String} tenant
62
- * @param {module:model/AuditLogControllerFindRequest} auditLogControllerFindRequest The find request
63
- * @param {module:api/AuditLogsApi~findAuditLogCallback} callback The callback function, accepting three arguments: error, data, response
64
- * data is of type: {@link module:model/AuditLogControllerAuditLogWithUser}
62
+ * @param {Object} opts Optional parameters
63
+ * @param {String} [q] A string filter
64
+ * @param {String} [namespace] A namespace filter
65
+ * @param {String} [flowId] A flow id filter
66
+ * @param {String} [executionId] An execution filter
67
+ * @param {String} [userId] A user id filter
68
+ * @param {String} [id] A id filter
69
+ * @param {Array.<module:model/ResourceType1>} [resources] A resource filter
70
+ * @param {Date} [startDate] The start datetime
71
+ * @param {Date} [endDate] The end datetime
72
+ * @param {Object.<String, {String: String}>} [details] A list of auditLog details
73
+ * @param {module:model/CrudEventType} [type] The event that create the audit log
74
+ * @param {module:api/AuditLogsApi~exportAuditLogsCallback} callback The callback function, accepting three arguments: error, data, response
75
+ * data is of type: {@link Array.<Object>}
65
76
  */
66
77
  return _createClass(AuditLogsApi, [{
78
+ key: "exportAuditLogs",
79
+ value: function exportAuditLogs(tenant, opts, callback) {
80
+ opts = opts || {};
81
+ var postBody = null;
82
+ // verify the required parameter 'tenant' is set
83
+ if (tenant === undefined || tenant === null) {
84
+ throw new Error("Missing the required parameter 'tenant' when calling exportAuditLogs");
85
+ }
86
+ var pathParams = {
87
+ 'tenant': tenant
88
+ };
89
+ var queryParams = {
90
+ 'q': opts['q'],
91
+ 'namespace': opts['namespace'],
92
+ 'flowId': opts['flowId'],
93
+ 'executionId': opts['executionId'],
94
+ 'userId': opts['userId'],
95
+ 'id': opts['id'],
96
+ 'resources': this.apiClient.buildCollectionParam(opts['resources'], 'csv'),
97
+ 'startDate': opts['startDate'],
98
+ 'endDate': opts['endDate'],
99
+ 'details': opts['details'],
100
+ 'type': opts['type']
101
+ };
102
+ var headerParams = {};
103
+ var formParams = {};
104
+ var authNames = ['basicAuth', 'bearerAuth'];
105
+ var contentTypes = [];
106
+ var accepts = ['text/csv'];
107
+ var returnType = [Object];
108
+ return this.apiClient.callApi('/api/v1/{tenant}/auditlogs/export', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
109
+ }
110
+
111
+ /**
112
+ * Callback function to receive the result of the findAuditLog operation.
113
+ * @callback module:api/AuditLogsApi~findAuditLogCallback
114
+ * @param {String} error Error message, if any.
115
+ * @param {module:model/AuditLogControllerApiAuditLogItem} data The data returned by the service call.
116
+ * @param {String} response The complete HTTP response.
117
+ */
118
+
119
+ /**
120
+ * Find a specific audit log
121
+ * @param {String} tenant
122
+ * @param {module:model/AuditLogControllerFindRequest} auditLogControllerFindRequest The find request
123
+ * @param {module:api/AuditLogsApi~findAuditLogCallback} callback The callback function, accepting three arguments: error, data, response
124
+ * data is of type: {@link module:model/AuditLogControllerApiAuditLogItem}
125
+ */
126
+ }, {
67
127
  key: "findAuditLog",
68
128
  value: function findAuditLog(tenant, auditLogControllerFindRequest, callback) {
69
129
  var postBody = auditLogControllerFindRequest;
@@ -84,10 +144,51 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
84
144
  var authNames = ['basicAuth', 'bearerAuth'];
85
145
  var contentTypes = ['application/json'];
86
146
  var accepts = ['application/json'];
87
- var returnType = _AuditLogControllerAuditLogWithUser["default"];
147
+ var returnType = _AuditLogControllerApiAuditLogItem["default"];
88
148
  return this.apiClient.callApi('/api/v1/{tenant}/auditlogs/find', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
89
149
  }
90
150
 
151
+ /**
152
+ * Callback function to receive the result of the getGlobalResourceDiffFromAuditLog operation.
153
+ * @callback module:api/AuditLogsApi~getGlobalResourceDiffFromAuditLogCallback
154
+ * @param {String} error Error message, if any.
155
+ * @param {module:model/AuditLogControllerAuditLogDiff} data The data returned by the service call.
156
+ * @param {String} response The complete HTTP response.
157
+ */
158
+
159
+ /**
160
+ * Retrieve the diff between audit logs from global resource like users
161
+ * Retrieves the diff between the current version and a selected previous version of a given resource based on audit logs.
162
+ * @param {String} id The id of the audit log
163
+ * @param {Object} opts Optional parameters
164
+ * @param {String} [previousId] The id of a previous audit log to compare with
165
+ * @param {module:api/AuditLogsApi~getGlobalResourceDiffFromAuditLogCallback} callback The callback function, accepting three arguments: error, data, response
166
+ * data is of type: {@link module:model/AuditLogControllerAuditLogDiff}
167
+ */
168
+ }, {
169
+ key: "getGlobalResourceDiffFromAuditLog",
170
+ value: function getGlobalResourceDiffFromAuditLog(id, opts, callback) {
171
+ opts = opts || {};
172
+ var postBody = null;
173
+ // verify the required parameter 'id' is set
174
+ if (id === undefined || id === null) {
175
+ throw new Error("Missing the required parameter 'id' when calling getGlobalResourceDiffFromAuditLog");
176
+ }
177
+ var pathParams = {
178
+ 'id': id
179
+ };
180
+ var queryParams = {
181
+ 'previousId': opts['previousId']
182
+ };
183
+ var headerParams = {};
184
+ var formParams = {};
185
+ var authNames = ['basicAuth', 'bearerAuth'];
186
+ var contentTypes = [];
187
+ var accepts = ['application/json'];
188
+ var returnType = _AuditLogControllerAuditLogDiff["default"];
189
+ return this.apiClient.callApi('/api/v1/auditlogs/{id}/diff', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
190
+ }
191
+
91
192
  /**
92
193
  * Callback function to receive the result of the getResourceDiffFromAuditLog operation.
93
194
  * @callback module:api/AuditLogsApi~getResourceDiffFromAuditLogCallback
@@ -180,7 +281,7 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
180
281
  * Callback function to receive the result of the searchAuditLogs operation.
181
282
  * @callback module:api/AuditLogsApi~searchAuditLogsCallback
182
283
  * @param {String} error Error message, if any.
183
- * @param {module:model/PagedResultsAuditLogControllerAuditLogWithUser} data The data returned by the service call.
284
+ * @param {module:model/PagedResultsAuditLogControllerApiAuditLogItem} data The data returned by the service call.
184
285
  * @param {String} response The complete HTTP response.
185
286
  */
186
287
 
@@ -197,13 +298,13 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
197
298
  * @param {String} [executionId] An execution filter
198
299
  * @param {String} [userId] A user id filter
199
300
  * @param {String} [id] A id filter
200
- * @param {module:model/Permission} [permission] A permission filter
301
+ * @param {Array.<module:model/ResourceType1>} [resources] A resource filter
201
302
  * @param {Date} [startDate] The start datetime
202
303
  * @param {Date} [endDate] The end datetime
203
304
  * @param {Object.<String, {String: String}>} [details] A list of auditLog details
204
305
  * @param {module:model/CrudEventType} [type] The event that create the audit log
205
306
  * @param {module:api/AuditLogsApi~searchAuditLogsCallback} callback The callback function, accepting three arguments: error, data, response
206
- * data is of type: {@link module:model/PagedResultsAuditLogControllerAuditLogWithUser}
307
+ * data is of type: {@link module:model/PagedResultsAuditLogControllerApiAuditLogItem}
207
308
  */
208
309
  }, {
209
310
  key: "searchAuditLogs",
@@ -235,7 +336,7 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
235
336
  'executionId': opts['executionId'],
236
337
  'userId': opts['userId'],
237
338
  'id': opts['id'],
238
- 'permission': opts['permission'],
339
+ 'resources': this.apiClient.buildCollectionParam(opts['resources'], 'csv'),
239
340
  'startDate': opts['startDate'],
240
341
  'endDate': opts['endDate'],
241
342
  'details': opts['details'],
@@ -246,8 +347,75 @@ var AuditLogsApi = exports["default"] = /*#__PURE__*/function () {
246
347
  var authNames = ['basicAuth', 'bearerAuth'];
247
348
  var contentTypes = [];
248
349
  var accepts = ['application/json'];
249
- var returnType = _PagedResultsAuditLogControllerAuditLogWithUser["default"];
350
+ var returnType = _PagedResultsAuditLogControllerApiAuditLogItem["default"];
250
351
  return this.apiClient.callApi('/api/v1/{tenant}/auditlogs/search', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
251
352
  }
353
+
354
+ /**
355
+ * Callback function to receive the result of the searchAuditLogsForAllTenants operation.
356
+ * @callback module:api/AuditLogsApi~searchAuditLogsForAllTenantsCallback
357
+ * @param {String} error Error message, if any.
358
+ * @param {module:model/PagedResultsAuditLogControllerApiAuditLogItem} data The data returned by the service call.
359
+ * @param {String} response The complete HTTP response.
360
+ */
361
+
362
+ /**
363
+ * Search for audit logs across all tenants, required to be SuperAdmin
364
+ * @param {Number} page The current page
365
+ * @param {Number} size The current page size
366
+ * @param {Object} opts Optional parameters
367
+ * @param {String} [q] A string filter
368
+ * @param {Array.<String>} [sort] The sort of current page
369
+ * @param {String} [namespace] A namespace filter
370
+ * @param {String} [flowId] A flow id filter
371
+ * @param {String} [executionId] An execution filter
372
+ * @param {String} [userId] A user id filter
373
+ * @param {String} [id] A id filter
374
+ * @param {module:model/ResourceType1} [resource] A resource filter
375
+ * @param {Date} [startDate] The start datetime
376
+ * @param {Date} [endDate] The end datetime
377
+ * @param {Object.<String, {String: String}>} [details] A list of auditLog details
378
+ * @param {module:model/CrudEventType} [type] The event that create the audit log
379
+ * @param {module:api/AuditLogsApi~searchAuditLogsForAllTenantsCallback} callback The callback function, accepting three arguments: error, data, response
380
+ * data is of type: {@link module:model/PagedResultsAuditLogControllerApiAuditLogItem}
381
+ */
382
+ }, {
383
+ key: "searchAuditLogsForAllTenants",
384
+ value: function searchAuditLogsForAllTenants(page, size, opts, callback) {
385
+ opts = opts || {};
386
+ var postBody = null;
387
+ // verify the required parameter 'page' is set
388
+ if (page === undefined || page === null) {
389
+ throw new Error("Missing the required parameter 'page' when calling searchAuditLogsForAllTenants");
390
+ }
391
+ // verify the required parameter 'size' is set
392
+ if (size === undefined || size === null) {
393
+ throw new Error("Missing the required parameter 'size' when calling searchAuditLogsForAllTenants");
394
+ }
395
+ var pathParams = {};
396
+ var queryParams = {
397
+ 'q': opts['q'],
398
+ 'page': page,
399
+ 'size': size,
400
+ 'sort': this.apiClient.buildCollectionParam(opts['sort'], 'csv'),
401
+ 'namespace': opts['namespace'],
402
+ 'flowId': opts['flowId'],
403
+ 'executionId': opts['executionId'],
404
+ 'userId': opts['userId'],
405
+ 'id': opts['id'],
406
+ 'resource': opts['resource'],
407
+ 'startDate': opts['startDate'],
408
+ 'endDate': opts['endDate'],
409
+ 'details': opts['details'],
410
+ 'type': opts['type']
411
+ };
412
+ var headerParams = {};
413
+ var formParams = {};
414
+ var authNames = ['basicAuth', 'bearerAuth'];
415
+ var contentTypes = [];
416
+ var accepts = ['application/json'];
417
+ var returnType = _PagedResultsAuditLogControllerApiAuditLogItem["default"];
418
+ return this.apiClient.callApi('/api/v1/auditlogs/search', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
419
+ }
252
420
  }]);
253
421
  }();
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Auths service.
32
32
  * @module api/AuthsApi
33
- * @version v0.24.0
33
+ * @version 1.0.0-beta5
34
34
  */
35
35
  var AuthsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Banners service.
29
29
  * @module api/BannersApi
30
- * @version v0.24.0
30
+ * @version 1.0.0-beta5
31
31
  */
32
32
  var BannersApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Bindings service.
32
32
  * @module api/BindingsApi
33
- * @version v0.24.0
33
+ * @version 1.0.0-beta5
34
34
  */
35
35
  var BindingsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * BlueprintTags service.
30
30
  * @module api/BlueprintTagsApi
31
- * @version v0.24.0
31
+ * @version 1.0.0-beta5
32
32
  */
33
33
  var BlueprintTagsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * Blueprints service.
33
33
  * @module api/BlueprintsApi
34
- * @version v0.24.0
34
+ * @version 1.0.0-beta5
35
35
  */
36
36
  var BlueprintsApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**