@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.
- package/README.md +25 -21
- package/dist/ApiClient.js +2 -2
- package/dist/api/AIApi.js +1 -1
- package/dist/api/AppsApi.js +1 -1
- package/dist/api/AuditLogsApi.js +185 -17
- package/dist/api/AuthsApi.js +1 -1
- package/dist/api/BannersApi.js +1 -1
- package/dist/api/BindingsApi.js +1 -1
- package/dist/api/BlueprintTagsApi.js +1 -1
- package/dist/api/BlueprintsApi.js +1 -1
- package/dist/api/ClusterApi.js +9 -7
- package/dist/api/DashboardsApi.js +1 -1
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/ExecutionsApi.js +59 -1
- package/dist/api/FilesApi.js +1 -1
- package/dist/api/FlowsApi.js +1 -1
- package/dist/api/GroupsApi.js +1 -1
- package/dist/api/InvitationsApi.js +1 -1
- package/dist/api/KVApi.js +42 -1
- package/dist/api/LogsApi.js +1 -1
- package/dist/api/MaintenanceApi.js +9 -7
- package/dist/api/MetricsApi.js +1 -1
- package/dist/api/MiscApi.js +4 -5
- package/dist/api/NamespacesApi.js +13 -9
- package/dist/api/PluginsApi.js +59 -1
- package/dist/api/RolesApi.js +1 -1
- package/dist/api/SCIMConfigurationApi.js +1 -1
- package/dist/api/SCIMGroupsApi.js +1 -1
- package/dist/api/SCIMUsersApi.js +1 -1
- package/dist/api/SecurityIntegrationsApi.js +1 -1
- package/dist/api/ServiceAccountApi.js +1 -1
- package/dist/api/ServicesApi.js +1 -1
- package/dist/api/TenantAccessApi.js +1 -1
- package/dist/api/TenantsApi.js +1 -1
- package/dist/api/TestSuitesApi.js +126 -9
- package/dist/api/TriggersApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/api/WorkerGroupsApi.js +1 -1
- package/dist/index.js +81 -123
- package/dist/model/AbstractFlow.js +13 -1
- package/dist/model/AbstractFlowLabels.js +1 -1
- package/dist/model/AbstractGraph.js +1 -1
- package/dist/model/AbstractMetricEntryObject.js +1 -1
- package/dist/model/AbstractTrigger.js +1 -1
- package/dist/model/AbstractTriggerForExecution.js +1 -1
- package/dist/model/AbstractUser.js +1 -1
- package/dist/model/AbstractUserTenantIdentityProvider.js +35 -6
- package/dist/model/ApiAuth.js +32 -5
- package/dist/model/ApiAutocomplete.js +9 -1
- package/dist/model/ApiGroupSummary.js +30 -5
- package/dist/model/ApiIds.js +28 -5
- package/dist/model/ApiRoleSummary.js +34 -5
- package/dist/model/ApiSecretListResponse.js +7 -5
- package/dist/model/ApiSecretMeta.js +1 -1
- package/dist/model/ApiSecretMetaEE.js +1 -1
- package/dist/model/ApiSecretTag.js +1 -1
- package/dist/model/ApiSecretValue.js +9 -5
- package/dist/model/ApiTenant.js +28 -6
- package/dist/model/ApiUser.js +1 -1
- package/dist/model/AppResponse.js +32 -5
- package/dist/model/AppResponseUILayout.js +28 -5
- package/dist/model/AppsControllerApiApp.js +44 -5
- package/dist/model/AppsControllerApiAppCatalogItem.js +36 -5
- package/dist/model/AppsControllerApiAppSource.js +42 -5
- package/dist/model/AppsControllerApiAppTags.js +28 -5
- package/dist/model/AppsControllerApiBulkImportResponse.js +33 -11
- package/dist/model/AppsControllerApiBulkImportResponseError.js +30 -5
- package/dist/model/AppsControllerApiBulkOperationRequest.js +28 -5
- package/dist/model/Assertion.js +1 -1
- package/dist/model/AssertionResult.js +11 -5
- package/dist/model/AssertionRunError.js +7 -5
- package/dist/model/AttributeReference.js +1 -1
- package/dist/model/AuditLog.js +34 -6
- package/dist/model/AuditLogControllerApiAuditLogItem.js +141 -0
- package/dist/model/AuditLogControllerAuditLogDiff.js +30 -5
- package/dist/model/AuditLogControllerAuditLogOption.js +32 -5
- package/dist/model/AuditLogControllerFindRequest.js +34 -9
- package/dist/model/AuditLogDetail.js +18 -25
- package/dist/model/AuthControllerAuth.js +1 -1
- package/dist/model/AuthControllerInvitationUserRequest.js +1 -1
- package/dist/model/AuthControllerResetPasswordRequest.js +30 -5
- package/dist/model/Backfill.js +1 -1
- package/dist/model/Banner.js +1 -1
- package/dist/model/BaseAuditLog.js +25 -5
- package/dist/model/BaseResourcePatchRequest.js +1 -1
- package/dist/model/BaseResourceScimResource.js +1 -1
- package/dist/model/BaseResourceSearchRequest.js +1 -1
- package/dist/model/Binding.js +9 -5
- package/dist/model/Blueprint.js +15 -5
- package/dist/model/BlueprintControllerApiBlueprintItem.js +38 -5
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.js +39 -6
- package/dist/model/BlueprintControllerApiBlueprintTagItem.js +32 -5
- package/dist/model/BlueprintWithFlow.js +16 -6
- package/dist/model/Breakpoint.js +1 -1
- package/dist/model/BulkErrorResponse.js +1 -1
- package/dist/model/BulkResponse.js +1 -1
- package/dist/model/Cache.js +1 -1
- package/dist/model/ChartChartOption.js +1 -1
- package/dist/model/ChartFiltersOverrides.js +1 -1
- package/dist/model/Concurrency.js +1 -1
- package/dist/model/Condition.js +1 -1
- package/dist/model/ConversionServiceProvider.js +1 -1
- package/dist/model/ConvertibleMultiValuesString.js +1 -1
- package/dist/model/ConvertibleValuesListString.js +1 -1
- package/dist/model/CreateApiTokenRequest.js +11 -5
- package/dist/model/CreateApiTokenResponse.js +32 -5
- package/dist/model/CreateSecurityIntegrationRequest.js +1 -1
- package/dist/model/DailyExecutionStatistics.js +9 -5
- package/dist/model/DailyExecutionStatisticsDuration.js +1 -1
- package/dist/model/DailyExecutionStatisticsExecutionCounts.js +1 -1
- package/dist/model/Dashboard.js +1 -1
- package/dist/model/DashboardControllerPreviewRequest.js +1 -1
- package/dist/model/DeleteExecutionsByQueryRequest.js +1 -1
- package/dist/model/DeletedInterface.js +1 -1
- package/dist/model/DependsOn.js +1 -1
- package/dist/model/DocumentationWithSchema.js +1 -1
- package/dist/model/Email.js +1 -1
- package/dist/model/EventAppResponse.js +1 -1
- package/dist/model/EventExecution.js +1 -1
- package/dist/model/EventExecutionStatusEvent.js +1 -1
- package/dist/model/EventLogEntry.js +1 -1
- package/dist/model/ExecutableTaskSubflowId.js +30 -5
- package/dist/model/Execution.js +25 -5
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.js +35 -11
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js +47 -11
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js +28 -5
- package/dist/model/ExecutionControllerEvalResult.js +1 -1
- package/dist/model/ExecutionControllerExecutionResponse.js +28 -6
- package/dist/model/ExecutionControllerLastExecutionResponse.js +36 -5
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.js +33 -11
- package/dist/model/ExecutionControllerStateRequest.js +30 -5
- package/dist/model/ExecutionControllerWebhookResponse.js +49 -11
- package/dist/model/ExecutionMetadata.js +29 -4
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.js +1 -1
- package/dist/model/ExecutionStatusEvent.js +36 -5
- package/dist/model/ExecutionTrigger.js +9 -5
- package/dist/model/ExecutionUsage.js +1 -1
- package/dist/model/FileAttributes.js +1 -1
- package/dist/model/FileMetas.js +1 -1
- package/dist/model/Filter.js +28 -5
- package/dist/model/Fixtures.js +1 -1
- package/dist/model/Flow.js +17 -13
- package/dist/model/FlowAllOfLabels.js +1 -1
- package/dist/model/FlowForExecution.js +17 -1
- package/dist/model/FlowForExecutionAllOfLabels.js +1 -1
- package/dist/model/FlowGenerationPrompt.js +1 -1
- package/dist/model/FlowGraph.js +48 -22
- package/dist/model/FlowGraphCluster.js +36 -5
- package/dist/model/FlowGraphEdge.js +32 -5
- package/dist/model/FlowId.js +1 -1
- package/dist/model/FlowInterface.js +13 -1
- package/dist/model/FlowNode.js +9 -5
- package/dist/model/FlowTopologyGraph.js +38 -16
- package/dist/model/FlowTopologyGraphEdge.js +32 -5
- package/dist/model/FlowUsage.js +1 -1
- package/dist/model/FlowWithSource.js +21 -17
- package/dist/model/FlowWithSourceAllOfLabels.js +1 -1
- package/dist/model/GroupIdentifier.js +34 -5
- package/dist/model/GroupUsage.js +1 -1
- package/dist/model/HttpParameters.js +1 -1
- package/dist/model/IAMBindingControllerApiBindingDetail.js +32 -5
- package/dist/model/IAMBindingControllerApiBindingGroup.js +30 -5
- package/dist/model/IAMBindingControllerApiBindingUser.js +34 -5
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.js +1 -1
- package/dist/model/IAMBindingControllerApiRole.js +30 -5
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.js +9 -5
- package/dist/model/IAMGroupControllerApiGroupDetail.js +32 -5
- package/dist/model/IAMGroupControllerApiGroupMember.js +37 -11
- package/dist/model/IAMGroupControllerApiGroupMembership.js +34 -5
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.js +7 -5
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.js +13 -5
- package/dist/model/IAMInvitationControllerApiInvitationDetail.js +57 -17
- package/dist/model/IAMInvitationControllerApiInvitationRole.js +7 -5
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.js +9 -5
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.js +1 -1
- package/dist/model/IAMRoleControllerApiRoleDetail.js +38 -5
- package/dist/model/IAMServiceAccountControllerApiGroup.js +28 -5
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.js +11 -5
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.js +13 -5
- package/dist/model/IAMTenantAccessControllerApiAuthentication.js +30 -5
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.js +1 -1
- package/dist/model/IAMTenantAccessControllerApiGroup.js +32 -5
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.js +41 -11
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.js +49 -17
- package/dist/model/IAMTenantAccessControllerApiUserPermission.js +30 -5
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.js +47 -17
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.js +13 -1
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.js +19 -5
- package/dist/model/IAMUserControllerApiGroup.js +30 -5
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.js +1 -1
- package/dist/model/IAMUserControllerApiPatchSuperAdminRequest.js +1 -1
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.js +1 -1
- package/dist/model/IAMUserControllerApiTenant.js +30 -5
- package/dist/model/IAMUserControllerApiUser.js +63 -23
- package/dist/model/IAMUserControllerApiUserAuth.js +32 -5
- package/dist/model/IAMUserControllerApiUserSummary.js +47 -17
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.js +28 -5
- package/dist/model/IdWithNamespace.js +1 -1
- package/dist/model/IdentityProvider.js +34 -5
- package/dist/model/InputObject.js +9 -3
- package/dist/model/InputType.js +30 -5
- package/dist/model/InstanceControllerApiActiveService.js +29 -4
- package/dist/model/InstanceControllerApiActiveServiceList.js +32 -10
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.js +9 -5
- package/dist/model/InstanceControllerApiPluginArtifact.js +36 -5
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.js +30 -5
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.js +30 -5
- package/dist/model/InstanceControllerApiPluginListRequest.js +28 -5
- package/dist/model/InstanceControllerApiPluginVersionDetails.js +43 -11
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.js +30 -5
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.js +33 -11
- package/dist/model/InstanceControllerApiPluginVersions.js +35 -11
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.js +30 -5
- package/dist/model/InstanceControllerApiServerInstance.js +34 -5
- package/dist/model/InstanceControllerApiServiceInstance.js +38 -5
- package/dist/model/InstanceControllerApiWorkerGroup.js +34 -5
- package/dist/model/InstanceControllerApiWorkerGroupDetails.js +39 -11
- package/dist/model/InstanceControllerApiWorkerGroupItem.js +34 -5
- package/dist/model/InstanceControllerApiWorkerGroupList.js +30 -10
- package/dist/model/Invitation.js +29 -5
- package/dist/model/Isolation.js +30 -5
- package/dist/model/KVControllerApiDeleteBulkRequest.js +28 -5
- package/dist/model/KVControllerApiDeleteBulkResponse.js +28 -5
- package/dist/model/KVControllerTypedValue.js +29 -4
- package/dist/model/KVEntry.js +36 -5
- package/dist/model/Label.js +1 -1
- package/dist/model/{NamespaceUsage.js → LeftSidebarConfiguration.js} +25 -21
- package/dist/model/Listener.js +9 -5
- package/dist/model/LogEntry.js +13 -5
- package/dist/model/MapObjectObject.js +1 -1
- package/dist/model/MeControllerApiMe.js +47 -17
- package/dist/model/MeControllerApiProfile.js +34 -5
- package/dist/model/MeControllerApiTenant.js +32 -5
- package/dist/model/MeControllerApiUpdatePasswordRequest.js +30 -5
- package/dist/model/MeControllerApiUserDetailsRequest.js +32 -5
- package/dist/model/Meta.js +1 -1
- package/dist/model/Metric.js +41 -11
- package/dist/model/MetricAggregation.js +7 -5
- package/dist/model/MetricAggregations.js +1 -1
- package/dist/model/MetricEntry.js +1 -1
- package/dist/model/MetricTag.js +30 -5
- package/dist/model/{PluginMetric.js → MiscControllerApiUsage.js} +36 -44
- package/dist/model/MiscControllerBasicAuthCredentials.js +32 -5
- package/dist/model/MiscControllerConfiguration.js +18 -1
- package/dist/model/MiscControllerEEConfiguration.js +50 -8
- package/dist/model/{ServerType.js → MiscControllerEdition.js} +11 -31
- package/dist/model/MiscControllerEnvironment.js +30 -5
- package/dist/model/MiscControllerLicenseInfo.js +38 -5
- package/dist/model/MiscControllerPluginIdAndVersion.js +30 -5
- package/dist/model/MiscControllerPreview.js +29 -4
- package/dist/model/MiscControllerTenantConfigurationInfo.js +29 -4
- package/dist/model/Name.js +1 -1
- package/dist/model/Namespace.js +7 -2
- package/dist/model/NamespaceAllowedNamespace.js +1 -1
- package/dist/model/NamespaceAllowedTrigger.js +7 -5
- package/dist/model/NamespaceLight.js +1 -1
- package/dist/model/Output.js +9 -1
- package/dist/model/PageRequest.js +1 -1
- package/dist/model/PagedResultsApiGroupSummary.js +1 -1
- package/dist/model/PagedResultsApiRoleSummary.js +1 -1
- package/dist/model/PagedResultsAppsControllerApiApp.js +1 -1
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.js +1 -1
- package/dist/model/{PagedResultsAuditLogControllerAuditLogWithUser.js → PagedResultsAuditLogControllerApiAuditLogItem.js} +26 -26
- package/dist/model/PagedResultsBlueprint.js +1 -1
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.js +1 -1
- package/dist/model/PagedResultsDashboard.js +1 -1
- package/dist/model/PagedResultsExecution.js +1 -1
- package/dist/model/PagedResultsFlow.js +1 -1
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.js +1 -1
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.js +1 -1
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.js +1 -1
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.js +1 -1
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.js +1 -1
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.js +1 -1
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.js +1 -1
- package/dist/model/PagedResultsLogEntry.js +1 -1
- package/dist/model/PagedResultsMapStringObject.js +1 -1
- package/dist/model/PagedResultsMetricEntry.js +1 -1
- package/dist/model/{PagedResultsNamespaceWithDisabled.js → PagedResultsNamespace.js} +26 -26
- package/dist/model/PagedResultsSearchResultFlow.js +1 -1
- package/dist/model/PagedResultsTaskRun.js +1 -1
- package/dist/model/PagedResultsTenant.js +1 -1
- package/dist/model/PagedResultsTestSuite.js +1 -1
- package/dist/model/{PagedResultsIAMBindingControllerApiBindingSummary.js → PagedResultsTestSuiteRunResult.js} +26 -26
- package/dist/model/PagedResultsTrigger.js +1 -1
- package/dist/model/PagedResultsTriggerControllerTriggers.js +1 -1
- package/dist/model/PatchOperation.js +1 -1
- package/dist/model/PatchOperationPath.js +28 -5
- package/dist/model/PatchRequest.js +1 -1
- package/dist/model/Plugin.js +40 -11
- package/dist/model/PluginArtifact.js +38 -5
- package/dist/model/PluginArtifactMetadata.js +36 -5
- package/dist/model/PluginControllerApiPluginVersions.js +30 -5
- package/dist/model/PluginDefault.js +9 -5
- package/dist/model/PluginIcon.js +1 -1
- package/dist/model/PluginPluginElementMetadata.js +30 -5
- package/dist/model/PluginSchema.js +1 -1
- package/dist/model/PreviewAppRequest.js +1 -1
- package/dist/model/PropertyBoolean.js +28 -5
- package/dist/model/PropertyDouble.js +28 -5
- package/dist/model/PropertyDuration.js +28 -5
- package/dist/model/PropertyListString.js +28 -5
- package/dist/model/PropertyObject.js +28 -5
- package/dist/model/PropertyString.js +28 -5
- package/dist/model/QueryFilter.js +31 -4
- package/dist/model/QueryFilterField.js +5 -0
- package/dist/model/QueryFilterFieldOp.js +35 -11
- package/dist/model/QueryFilterOperation.js +30 -5
- package/dist/model/QueryFilterResourceField.js +33 -11
- package/dist/model/Relation.js +30 -5
- package/dist/model/ResourceType.js +9 -7
- package/dist/model/ResourceType1.js +168 -0
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.js +1 -1
- package/dist/model/{PluginUsage.js → RightSidebarConfiguration.js} +23 -22
- package/dist/model/{Group.js → RightSidebarConfigurationCustomLink.js} +36 -70
- package/dist/model/Role.js +13 -5
- package/dist/model/RoleUsage.js +1 -1
- package/dist/model/SLA.js +1 -1
- package/dist/model/Schema.js +1 -1
- package/dist/model/SchemaAttribute.js +1 -1
- package/dist/model/ScimExtension.js +1 -1
- package/dist/model/ScimResource.js +7 -5
- package/dist/model/ScimResourceWithOptionalId.js +8 -6
- package/dist/model/ScimUser.js +8 -6
- package/dist/model/SearchRequest.js +1 -1
- package/dist/model/SearchResultFlow.js +30 -5
- package/dist/model/ServerConfig.js +7 -5
- package/dist/model/ServerConfigLiveness.js +1 -1
- package/dist/model/ServerInstance.js +41 -11
- package/dist/model/ServiceInstance.js +57 -17
- package/dist/model/ServiceInstanceTimestampedEvent.js +34 -5
- package/dist/model/ServiceProviderConfiguration.js +9 -7
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.js +1 -1
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.js +1 -1
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.js +1 -1
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.js +1 -1
- package/dist/model/ServiceType.js +5 -0
- package/dist/model/SetupConfiguration.js +30 -5
- package/dist/model/SetupConfigurationSetupData.js +32 -5
- package/dist/model/SortRequest.js +1 -1
- package/dist/model/State.js +1 -1
- package/dist/model/StateHistory.js +1 -1
- package/dist/model/Task.js +1 -1
- package/dist/model/TaskFixture.js +1 -1
- package/dist/model/TaskForExecution.js +1 -1
- package/dist/model/TaskRun.js +17 -5
- package/dist/model/TaskRunAttempt.js +1 -1
- package/dist/model/Tenant.js +25 -5
- package/dist/model/TenantInterface.js +1 -1
- package/dist/model/TenantUsage.js +1 -1
- package/dist/model/TestSuite.js +1 -1
- package/dist/model/{ServiceUsage.js → TestSuiteControllerRunRequest.js} +43 -41
- package/dist/model/TestSuiteControllerSearchTestsLastResult.js +30 -10
- package/dist/model/TestSuiteControllerTestSuiteApiId.js +1 -1
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.js +1 -1
- package/dist/model/TestSuiteControllerTestsLastResultResponse.js +30 -10
- package/dist/model/TestSuiteRunResult.js +7 -5
- package/dist/model/TestSuiteServiceRunByQueryRequest.js +138 -0
- package/dist/model/TestSuiteServiceTestRunByQueryResult.js +180 -0
- package/dist/model/TheLabelsToPassToTheExecutionCreated.js +1 -1
- package/dist/model/TimeWindow.js +1 -1
- package/dist/model/Trigger.js +1 -1
- package/dist/model/TriggerContext.js +1 -1
- package/dist/model/TriggerControllerSetDisabledRequest.js +1 -1
- package/dist/model/TriggerControllerTriggers.js +30 -5
- package/dist/model/TriggerFixture.js +1 -1
- package/dist/model/UnitTest.js +1 -1
- package/dist/model/UnitTestResult.js +11 -5
- package/dist/model/UpdateFlow200Response.js +6 -6
- package/dist/model/UpdateFlowsInNamespaceFromJson200Response.js +1 -1
- package/dist/model/UsageEE.js +12 -320
- package/dist/model/UserGroup.js +1 -1
- package/dist/model/UserUsage.js +1 -1
- package/dist/model/UsernamePasswordCredentials.js +1 -1
- package/dist/model/ValidateConstraintViolation.js +19 -5
- package/dist/model/ValuePathExpression.js +28 -5
- package/dist/model/WorkerGroup.js +1 -1
- package/package.json +1 -1
- package/dist/api/SCIMApi.js +0 -815
- package/dist/model/AuditLogControllerAuditLogWithUser.js +0 -105
- package/dist/model/ConfigurationUsage.js +0 -133
- package/dist/model/CustomLink.js +0 -113
- package/dist/model/HostUsage.js +0 -131
- package/dist/model/HostUsageHardware.js +0 -125
- package/dist/model/HostUsageJvm.js +0 -113
- package/dist/model/HostUsageOs.js +0 -125
- package/dist/model/IAMBindingControllerApiBindingSummary.js +0 -152
- package/dist/model/NamespaceWithDisabled.js +0 -370
- package/dist/model/ServiceUsageDailyServiceStatistics.js +0 -122
- package/dist/model/ServiceUsageDailyStatistics.js +0 -109
- 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:
|
|
10
|
-
- Generator version: 7.
|
|
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} |
|
|
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.
|
|
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.
|
|
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
|
|
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/
|
|
72
|
+
'User-Agent': 'OpenAPI-Generator/1.0.0-beta5/Javascript'
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
/**
|
package/dist/api/AIApi.js
CHANGED
package/dist/api/AppsApi.js
CHANGED
package/dist/api/AuditLogsApi.js
CHANGED
|
@@ -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
|
|
14
|
-
var
|
|
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
|
|
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
|
|
53
|
-
* @callback module:api/AuditLogsApi~
|
|
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 {
|
|
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
|
-
*
|
|
60
|
+
* Export all audit logs as a streamed CSV file
|
|
61
61
|
* @param {String} tenant
|
|
62
|
-
* @param {
|
|
63
|
-
* @param {
|
|
64
|
-
*
|
|
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 =
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
'
|
|
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 =
|
|
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
|
}();
|
package/dist/api/AuthsApi.js
CHANGED
package/dist/api/BannersApi.js
CHANGED
|
@@ -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
|
|
30
|
+
* @version 1.0.0-beta5
|
|
31
31
|
*/
|
|
32
32
|
var BannersApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/BindingsApi.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
34
|
+
* @version 1.0.0-beta5
|
|
35
35
|
*/
|
|
36
36
|
var BlueprintsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|