qi-compute-api-client 0.49.0__tar.gz → 0.51.0__tar.gz
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.
Potentially problematic release.
This version of qi-compute-api-client might be problematic. Click here for more details.
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/PKG-INFO +15 -21
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/README.md +2 -6
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/__init__.py +1 -4
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/__init__.py +0 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/backend_types_api.py +302 -3
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/results_api.py +0 -17
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendType.md +2 -1
- qi_compute_api_client-0.51.0/compute_api_client/docs/BackendTypePatch.md +41 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendTypesApi.md +87 -3
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/File.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/FileIn.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/FinalResult.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/FinalResultIn.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Job.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/JobPatch.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageAlgorithm.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageBackend.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageBackendType.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageBatchJob.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageCommit.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageFile.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageJob.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageLanguage.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageMember.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PagePermission.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PagePermissionGroup.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageProject.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageReservation.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageResult.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageTeam.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageTransaction.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageUser.md +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Result.md +1 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ResultIn.md +1 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ResultsApi.md +2 -4
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/__init__.py +1 -3
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend_type.py +6 -4
- qi_compute_api_client-0.51.0/compute_api_client/models/backend_type_patch.py +185 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/file.py +2 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/file_in.py +2 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/final_result.py +2 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/final_result_in.py +2 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/job.py +3 -2
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/job_patch.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_algorithm.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_backend.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_backend_type.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_batch_job.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_commit.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_file.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_job.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_language.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_member.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_permission.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_permission_group.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_project.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_reservation.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_result.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_team.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_transaction.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_user.py +1 -1
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/result.py +2 -4
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/result_in.py +2 -9
- qi_compute_api_client-0.51.0/pyproject.toml +91 -0
- qi_compute_api_client-0.49.0/compute_api_client/docs/Metadata.md +0 -31
- qi_compute_api_client-0.49.0/compute_api_client/docs/MetadataApi.md +0 -250
- qi_compute_api_client-0.49.0/compute_api_client/docs/MetadataIn.md +0 -29
- qi_compute_api_client-0.49.0/pyproject.toml +0 -73
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/LICENSE.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/algorithms_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/auth_config_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/backend_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/batch_jobs_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/commits_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/files_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/final_results_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/health_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/jobs_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/languages_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/members_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/metadata_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/permissions_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/projects_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/reservations_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/teams_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/transactions_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/users_api.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api_client.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api_response.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/configuration.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Algorithm.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/AlgorithmIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/AlgorithmType.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/AlgorithmsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/AuthConfig.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/AuthConfigApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Backend.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendPatch.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendStatus.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BackendWithAuthentication.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BatchJob.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BatchJobIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BatchJobStatus.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/BatchJobsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Commit.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/CommitIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/CommitsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/CompilePayload.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/CompileStage.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Domain.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/FilesApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/FinalResultsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/HTTPBadRequestError.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/HTTPNotFoundError.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/HTTPValidationError.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/HealthApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/JobIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/JobStatus.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/JobsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Language.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/LanguagesApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/LocationInner.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Member.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/MemberIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/MembersApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PageMetadata.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Permission.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PermissionGroup.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/PermissionsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Project.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ProjectIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ProjectPatch.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ProjectsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Reservation.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ReservationIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ReservationsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Role.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ShareType.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Team.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/TeamsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/Transaction.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/TransactionsApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/User.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/UserIn.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/UsersApi.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/docs/ValidationError.md +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/exceptions.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/algorithm.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/algorithm_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/algorithm_type.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/auth_config.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend_patch.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend_status.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/backend_with_authentication.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/batch_job.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/batch_job_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/batch_job_status.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/commit.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/commit_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/compile_payload.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/compile_stage.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/domain.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/http_bad_request_error.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/http_not_found_error.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/http_validation_error.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/job_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/job_status.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/language.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/location_inner.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/member.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/member_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/metadata.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/metadata_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/page_metadata.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/permission.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/permission_group.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/project.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/project_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/project_patch.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/reservation.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/reservation_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/role.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/share_type.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/team.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/transaction.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/user.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/user_in.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/models/validation_error.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/rest.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/__init__.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/authentication.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/client.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/hybrid/__init__.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/hybrid/quantum_interface.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/pagination.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/settings.py +0 -0
- {qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/qi2_shared/utils.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: qi-compute-api-client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.51.0
|
|
4
4
|
Summary: An API client for the Compute Job Manager of Quantum Inspire.
|
|
5
|
-
|
|
6
|
-
Author: Quantum Inspire
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Project-URL: Repository, https://github.com/QuTech-Delft/compute-api-client
|
|
6
|
+
Author-email: Quantum Inspire <support@quantum-inspire.eu>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
License-File: LICENSE.md
|
|
9
9
|
Classifier: Development Status :: 3 - Alpha
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -13,14 +13,13 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
|
|
17
|
-
Requires-Dist: aiohttp
|
|
18
|
-
Requires-Dist: pydantic
|
|
19
|
-
Requires-Dist: python-dateutil
|
|
20
|
-
Requires-Dist: requests
|
|
21
|
-
Requires-Dist: typing-extensions
|
|
22
|
-
Requires-Dist: urllib3
|
|
23
|
-
Project-URL: Repository, https://github.com/QuTech-Delft/compute-api-client
|
|
16
|
+
Requires-Python: ~=3.9
|
|
17
|
+
Requires-Dist: aiohttp<4,>=3.10.5
|
|
18
|
+
Requires-Dist: pydantic<3,>=2.10.4
|
|
19
|
+
Requires-Dist: python-dateutil<3,>=2.8.2
|
|
20
|
+
Requires-Dist: requests<3,>=2.31.0
|
|
21
|
+
Requires-Dist: typing-extensions<5,>=4.12.2
|
|
22
|
+
Requires-Dist: urllib3<3,>=2.0.0
|
|
24
23
|
Description-Content-Type: text/markdown
|
|
25
24
|
|
|
26
25
|
# compute-api-client
|
|
@@ -109,6 +108,7 @@ All URIs are relative to _http://localhost_
|
|
|
109
108
|
| _BackendApi_ | [**update_backend_self_backends_me_patch**](compute_api_client/docs/BackendApi.md#update_backend_self_backends_me_patch) | **PATCH** /backends/me | Update backend |
|
|
110
109
|
| _BackendTypesApi_ | [**read_backend_type_backend_types_id_get**](compute_api_client/docs/BackendTypesApi.md#read_backend_type_backend_types_id_get) | **GET** /backend_types/{id} | Retrieve backend type |
|
|
111
110
|
| _BackendTypesApi_ | [**read_backend_types_backend_types_get**](compute_api_client/docs/BackendTypesApi.md#read_backend_types_backend_types_get) | **GET** /backend_types/ | List backend types |
|
|
111
|
+
| _BackendTypesApi_ | [**update_backend_type_backend_types_me_patch**](compute_api_client/docs/BackendTypesApi.md#update_backend_type_backend_types_me_patch) | **PATCH** /backend_types/me | Update backend type |
|
|
112
112
|
| _BatchJobsApi_ | [**create_batch_job_batch_jobs_post**](compute_api_client/docs/BatchJobsApi.md#create_batch_job_batch_jobs_post) | **POST** /batch_jobs | Create batch job |
|
|
113
113
|
| _BatchJobsApi_ | [**enqueue_batch_job_batch_jobs_id_enqueue_patch**](compute_api_client/docs/BatchJobsApi.md#enqueue_batch_job_batch_jobs_id_enqueue_patch) | **PATCH** /batch_jobs/{id}/enqueue | Enqueue batch job for execution |
|
|
114
114
|
| _BatchJobsApi_ | [**finish_batch_job_batch_jobs_id_finish_patch**](compute_api_client/docs/BatchJobsApi.md#finish_batch_job_batch_jobs_id_finish_patch) | **PATCH** /batch_jobs/{id}/finish | Finish batch job |
|
|
@@ -140,9 +140,6 @@ All URIs are relative to _http://localhost_
|
|
|
140
140
|
| _MembersApi_ | [**delete_member_members_id_delete**](compute_api_client/docs/MembersApi.md#delete_member_members_id_delete) | **DELETE** /members/{id} | Destroy member |
|
|
141
141
|
| _MembersApi_ | [**read_member_members_id_get**](compute_api_client/docs/MembersApi.md#read_member_members_id_get) | **GET** /members/{id} | Retrieve member |
|
|
142
142
|
| _MembersApi_ | [**read_members_members_get**](compute_api_client/docs/MembersApi.md#read_members_members_get) | **GET** /members | List members |
|
|
143
|
-
| _MetadataApi_ | [**create_metadata_self_metadata_post**](compute_api_client/docs/MetadataApi.md#create_metadata_self_metadata_post) | **POST** /metadata | Create metadata |
|
|
144
|
-
| _MetadataApi_ | [**read_metadata_by_backend_id_metadata_backend_backend_id_get**](compute_api_client/docs/MetadataApi.md#read_metadata_by_backend_id_metadata_backend_backend_id_get) | **GET** /metadata/backend/{backend_id} | Retrieve metadata by backend ID |
|
|
145
|
-
| _MetadataApi_ | [**read_metadata_metadata_id_get**](compute_api_client/docs/MetadataApi.md#read_metadata_metadata_id_get) | **GET** /metadata/{id} | Get metadata by ID |
|
|
146
143
|
| _PermissionsApi_ | [**read_permission_group_permission_groups_id_get**](compute_api_client/docs/PermissionsApi.md#read_permission_group_permission_groups_id_get) | **GET** /permission_groups/{id} | Retrieve permission groups |
|
|
147
144
|
| _PermissionsApi_ | [**read_permission_groups_permission_groups_get**](compute_api_client/docs/PermissionsApi.md#read_permission_groups_permission_groups_get) | **GET** /permission_groups/ | List permission groups |
|
|
148
145
|
| _PermissionsApi_ | [**read_permission_permissions_id_get**](compute_api_client/docs/PermissionsApi.md#read_permission_permissions_id_get) | **GET** /permissions/{id} | Retrieve permissions |
|
|
@@ -182,6 +179,7 @@ All URIs are relative to _http://localhost_
|
|
|
182
179
|
- [BackendPatch](compute_api_client/docs/BackendPatch.md)
|
|
183
180
|
- [BackendStatus](compute_api_client/docs/BackendStatus.md)
|
|
184
181
|
- [BackendType](compute_api_client/docs/BackendType.md)
|
|
182
|
+
- [BackendTypePatch](compute_api_client/docs/BackendTypePatch.md)
|
|
185
183
|
- [BackendWithAuthentication](compute_api_client/docs/BackendWithAuthentication.md)
|
|
186
184
|
- [BatchJob](compute_api_client/docs/BatchJob.md)
|
|
187
185
|
- [BatchJobIn](compute_api_client/docs/BatchJobIn.md)
|
|
@@ -206,8 +204,6 @@ All URIs are relative to _http://localhost_
|
|
|
206
204
|
- [LocationInner](compute_api_client/docs/LocationInner.md)
|
|
207
205
|
- [Member](compute_api_client/docs/Member.md)
|
|
208
206
|
- [MemberIn](compute_api_client/docs/MemberIn.md)
|
|
209
|
-
- [Metadata](compute_api_client/docs/Metadata.md)
|
|
210
|
-
- [MetadataIn](compute_api_client/docs/MetadataIn.md)
|
|
211
207
|
- [PageAlgorithm](compute_api_client/docs/PageAlgorithm.md)
|
|
212
208
|
- [PageBackend](compute_api_client/docs/PageBackend.md)
|
|
213
209
|
- [PageBackendType](compute_api_client/docs/PageBackendType.md)
|
|
@@ -217,7 +213,6 @@ All URIs are relative to _http://localhost_
|
|
|
217
213
|
- [PageJob](compute_api_client/docs/PageJob.md)
|
|
218
214
|
- [PageLanguage](compute_api_client/docs/PageLanguage.md)
|
|
219
215
|
- [PageMember](compute_api_client/docs/PageMember.md)
|
|
220
|
-
- [PageMetadata](compute_api_client/docs/PageMetadata.md)
|
|
221
216
|
- [PagePermission](compute_api_client/docs/PagePermission.md)
|
|
222
217
|
- [PagePermissionGroup](compute_api_client/docs/PagePermissionGroup.md)
|
|
223
218
|
- [PageProject](compute_api_client/docs/PageProject.md)
|
|
@@ -265,4 +260,3 @@ Authentication schemes defined for the API: <a id="user_bearer"></a>
|
|
|
265
260
|
- **Location**: HTTP header
|
|
266
261
|
|
|
267
262
|
## Author
|
|
268
|
-
|
|
@@ -84,6 +84,7 @@ All URIs are relative to _http://localhost_
|
|
|
84
84
|
| _BackendApi_ | [**update_backend_self_backends_me_patch**](compute_api_client/docs/BackendApi.md#update_backend_self_backends_me_patch) | **PATCH** /backends/me | Update backend |
|
|
85
85
|
| _BackendTypesApi_ | [**read_backend_type_backend_types_id_get**](compute_api_client/docs/BackendTypesApi.md#read_backend_type_backend_types_id_get) | **GET** /backend_types/{id} | Retrieve backend type |
|
|
86
86
|
| _BackendTypesApi_ | [**read_backend_types_backend_types_get**](compute_api_client/docs/BackendTypesApi.md#read_backend_types_backend_types_get) | **GET** /backend_types/ | List backend types |
|
|
87
|
+
| _BackendTypesApi_ | [**update_backend_type_backend_types_me_patch**](compute_api_client/docs/BackendTypesApi.md#update_backend_type_backend_types_me_patch) | **PATCH** /backend_types/me | Update backend type |
|
|
87
88
|
| _BatchJobsApi_ | [**create_batch_job_batch_jobs_post**](compute_api_client/docs/BatchJobsApi.md#create_batch_job_batch_jobs_post) | **POST** /batch_jobs | Create batch job |
|
|
88
89
|
| _BatchJobsApi_ | [**enqueue_batch_job_batch_jobs_id_enqueue_patch**](compute_api_client/docs/BatchJobsApi.md#enqueue_batch_job_batch_jobs_id_enqueue_patch) | **PATCH** /batch_jobs/{id}/enqueue | Enqueue batch job for execution |
|
|
89
90
|
| _BatchJobsApi_ | [**finish_batch_job_batch_jobs_id_finish_patch**](compute_api_client/docs/BatchJobsApi.md#finish_batch_job_batch_jobs_id_finish_patch) | **PATCH** /batch_jobs/{id}/finish | Finish batch job |
|
|
@@ -115,9 +116,6 @@ All URIs are relative to _http://localhost_
|
|
|
115
116
|
| _MembersApi_ | [**delete_member_members_id_delete**](compute_api_client/docs/MembersApi.md#delete_member_members_id_delete) | **DELETE** /members/{id} | Destroy member |
|
|
116
117
|
| _MembersApi_ | [**read_member_members_id_get**](compute_api_client/docs/MembersApi.md#read_member_members_id_get) | **GET** /members/{id} | Retrieve member |
|
|
117
118
|
| _MembersApi_ | [**read_members_members_get**](compute_api_client/docs/MembersApi.md#read_members_members_get) | **GET** /members | List members |
|
|
118
|
-
| _MetadataApi_ | [**create_metadata_self_metadata_post**](compute_api_client/docs/MetadataApi.md#create_metadata_self_metadata_post) | **POST** /metadata | Create metadata |
|
|
119
|
-
| _MetadataApi_ | [**read_metadata_by_backend_id_metadata_backend_backend_id_get**](compute_api_client/docs/MetadataApi.md#read_metadata_by_backend_id_metadata_backend_backend_id_get) | **GET** /metadata/backend/{backend_id} | Retrieve metadata by backend ID |
|
|
120
|
-
| _MetadataApi_ | [**read_metadata_metadata_id_get**](compute_api_client/docs/MetadataApi.md#read_metadata_metadata_id_get) | **GET** /metadata/{id} | Get metadata by ID |
|
|
121
119
|
| _PermissionsApi_ | [**read_permission_group_permission_groups_id_get**](compute_api_client/docs/PermissionsApi.md#read_permission_group_permission_groups_id_get) | **GET** /permission_groups/{id} | Retrieve permission groups |
|
|
122
120
|
| _PermissionsApi_ | [**read_permission_groups_permission_groups_get**](compute_api_client/docs/PermissionsApi.md#read_permission_groups_permission_groups_get) | **GET** /permission_groups/ | List permission groups |
|
|
123
121
|
| _PermissionsApi_ | [**read_permission_permissions_id_get**](compute_api_client/docs/PermissionsApi.md#read_permission_permissions_id_get) | **GET** /permissions/{id} | Retrieve permissions |
|
|
@@ -157,6 +155,7 @@ All URIs are relative to _http://localhost_
|
|
|
157
155
|
- [BackendPatch](compute_api_client/docs/BackendPatch.md)
|
|
158
156
|
- [BackendStatus](compute_api_client/docs/BackendStatus.md)
|
|
159
157
|
- [BackendType](compute_api_client/docs/BackendType.md)
|
|
158
|
+
- [BackendTypePatch](compute_api_client/docs/BackendTypePatch.md)
|
|
160
159
|
- [BackendWithAuthentication](compute_api_client/docs/BackendWithAuthentication.md)
|
|
161
160
|
- [BatchJob](compute_api_client/docs/BatchJob.md)
|
|
162
161
|
- [BatchJobIn](compute_api_client/docs/BatchJobIn.md)
|
|
@@ -181,8 +180,6 @@ All URIs are relative to _http://localhost_
|
|
|
181
180
|
- [LocationInner](compute_api_client/docs/LocationInner.md)
|
|
182
181
|
- [Member](compute_api_client/docs/Member.md)
|
|
183
182
|
- [MemberIn](compute_api_client/docs/MemberIn.md)
|
|
184
|
-
- [Metadata](compute_api_client/docs/Metadata.md)
|
|
185
|
-
- [MetadataIn](compute_api_client/docs/MetadataIn.md)
|
|
186
183
|
- [PageAlgorithm](compute_api_client/docs/PageAlgorithm.md)
|
|
187
184
|
- [PageBackend](compute_api_client/docs/PageBackend.md)
|
|
188
185
|
- [PageBackendType](compute_api_client/docs/PageBackendType.md)
|
|
@@ -192,7 +189,6 @@ All URIs are relative to _http://localhost_
|
|
|
192
189
|
- [PageJob](compute_api_client/docs/PageJob.md)
|
|
193
190
|
- [PageLanguage](compute_api_client/docs/PageLanguage.md)
|
|
194
191
|
- [PageMember](compute_api_client/docs/PageMember.md)
|
|
195
|
-
- [PageMetadata](compute_api_client/docs/PageMetadata.md)
|
|
196
192
|
- [PagePermission](compute_api_client/docs/PagePermission.md)
|
|
197
193
|
- [PagePermissionGroup](compute_api_client/docs/PagePermissionGroup.md)
|
|
198
194
|
- [PageProject](compute_api_client/docs/PageProject.md)
|
{qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/__init__.py
RENAMED
|
@@ -29,7 +29,6 @@ from compute_api_client.api.health_api import HealthApi
|
|
|
29
29
|
from compute_api_client.api.jobs_api import JobsApi
|
|
30
30
|
from compute_api_client.api.languages_api import LanguagesApi
|
|
31
31
|
from compute_api_client.api.members_api import MembersApi
|
|
32
|
-
from compute_api_client.api.metadata_api import MetadataApi
|
|
33
32
|
from compute_api_client.api.permissions_api import PermissionsApi
|
|
34
33
|
from compute_api_client.api.projects_api import ProjectsApi
|
|
35
34
|
from compute_api_client.api.reservations_api import ReservationsApi
|
|
@@ -59,6 +58,7 @@ from compute_api_client.models.backend_in import BackendIn
|
|
|
59
58
|
from compute_api_client.models.backend_patch import BackendPatch
|
|
60
59
|
from compute_api_client.models.backend_status import BackendStatus
|
|
61
60
|
from compute_api_client.models.backend_type import BackendType
|
|
61
|
+
from compute_api_client.models.backend_type_patch import BackendTypePatch
|
|
62
62
|
from compute_api_client.models.backend_with_authentication import BackendWithAuthentication
|
|
63
63
|
from compute_api_client.models.batch_job import BatchJob
|
|
64
64
|
from compute_api_client.models.batch_job_in import BatchJobIn
|
|
@@ -83,8 +83,6 @@ from compute_api_client.models.language import Language
|
|
|
83
83
|
from compute_api_client.models.location_inner import LocationInner
|
|
84
84
|
from compute_api_client.models.member import Member
|
|
85
85
|
from compute_api_client.models.member_in import MemberIn
|
|
86
|
-
from compute_api_client.models.metadata import Metadata
|
|
87
|
-
from compute_api_client.models.metadata_in import MetadataIn
|
|
88
86
|
from compute_api_client.models.page_algorithm import PageAlgorithm
|
|
89
87
|
from compute_api_client.models.page_backend import PageBackend
|
|
90
88
|
from compute_api_client.models.page_backend_type import PageBackendType
|
|
@@ -94,7 +92,6 @@ from compute_api_client.models.page_file import PageFile
|
|
|
94
92
|
from compute_api_client.models.page_job import PageJob
|
|
95
93
|
from compute_api_client.models.page_language import PageLanguage
|
|
96
94
|
from compute_api_client.models.page_member import PageMember
|
|
97
|
-
from compute_api_client.models.page_metadata import PageMetadata
|
|
98
95
|
from compute_api_client.models.page_permission import PagePermission
|
|
99
96
|
from compute_api_client.models.page_permission_group import PagePermissionGroup
|
|
100
97
|
from compute_api_client.models.page_project import PageProject
|
{qi_compute_api_client-0.49.0 → qi_compute_api_client-0.51.0}/compute_api_client/api/__init__.py
RENAMED
|
@@ -13,7 +13,6 @@ from compute_api_client.api.health_api import HealthApi
|
|
|
13
13
|
from compute_api_client.api.jobs_api import JobsApi
|
|
14
14
|
from compute_api_client.api.languages_api import LanguagesApi
|
|
15
15
|
from compute_api_client.api.members_api import MembersApi
|
|
16
|
-
from compute_api_client.api.metadata_api import MetadataApi
|
|
17
16
|
from compute_api_client.api.permissions_api import PermissionsApi
|
|
18
17
|
from compute_api_client.api.projects_api import ProjectsApi
|
|
19
18
|
from compute_api_client.api.reservations_api import ReservationsApi
|
|
@@ -31,6 +31,7 @@ from typing import Optional
|
|
|
31
31
|
|
|
32
32
|
from compute_api_client.models.backend_status import BackendStatus
|
|
33
33
|
from compute_api_client.models.backend_type import BackendType
|
|
34
|
+
from compute_api_client.models.backend_type_patch import BackendTypePatch
|
|
34
35
|
from compute_api_client.models.page_backend_type import PageBackendType
|
|
35
36
|
|
|
36
37
|
from compute_api_client.api_client import ApiClient
|
|
@@ -334,6 +335,7 @@ class BackendTypesApi:
|
|
|
334
335
|
status: Optional[BackendStatus] = None,
|
|
335
336
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
336
337
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
338
|
+
enabled: Optional[StrictBool] = None,
|
|
337
339
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
338
340
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
339
341
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -353,7 +355,7 @@ class BackendTypesApi:
|
|
|
353
355
|
) -> PageBackendType:
|
|
354
356
|
"""List backend types
|
|
355
357
|
|
|
356
|
-
Read backend types.
|
|
358
|
+
Read backend types. Only enabled backend types are returned.
|
|
357
359
|
|
|
358
360
|
:param id:
|
|
359
361
|
:type id: int
|
|
@@ -377,6 +379,8 @@ class BackendTypesApi:
|
|
|
377
379
|
:type default_number_of_shots: int
|
|
378
380
|
:param max_number_of_shots:
|
|
379
381
|
:type max_number_of_shots: int
|
|
382
|
+
:param enabled:
|
|
383
|
+
:type enabled: bool
|
|
380
384
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
381
385
|
:type sort_by: str
|
|
382
386
|
:param latest: If True gets the most recently created object.
|
|
@@ -419,6 +423,7 @@ class BackendTypesApi:
|
|
|
419
423
|
status=status,
|
|
420
424
|
default_number_of_shots=default_number_of_shots,
|
|
421
425
|
max_number_of_shots=max_number_of_shots,
|
|
426
|
+
enabled=enabled,
|
|
422
427
|
sort_by=sort_by,
|
|
423
428
|
latest=latest,
|
|
424
429
|
page=page,
|
|
@@ -459,6 +464,7 @@ class BackendTypesApi:
|
|
|
459
464
|
status: Optional[BackendStatus] = None,
|
|
460
465
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
461
466
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
467
|
+
enabled: Optional[StrictBool] = None,
|
|
462
468
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
463
469
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
464
470
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -478,7 +484,7 @@ class BackendTypesApi:
|
|
|
478
484
|
) -> ApiResponse[PageBackendType]:
|
|
479
485
|
"""List backend types
|
|
480
486
|
|
|
481
|
-
Read backend types.
|
|
487
|
+
Read backend types. Only enabled backend types are returned.
|
|
482
488
|
|
|
483
489
|
:param id:
|
|
484
490
|
:type id: int
|
|
@@ -502,6 +508,8 @@ class BackendTypesApi:
|
|
|
502
508
|
:type default_number_of_shots: int
|
|
503
509
|
:param max_number_of_shots:
|
|
504
510
|
:type max_number_of_shots: int
|
|
511
|
+
:param enabled:
|
|
512
|
+
:type enabled: bool
|
|
505
513
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
506
514
|
:type sort_by: str
|
|
507
515
|
:param latest: If True gets the most recently created object.
|
|
@@ -544,6 +552,7 @@ class BackendTypesApi:
|
|
|
544
552
|
status=status,
|
|
545
553
|
default_number_of_shots=default_number_of_shots,
|
|
546
554
|
max_number_of_shots=max_number_of_shots,
|
|
555
|
+
enabled=enabled,
|
|
547
556
|
sort_by=sort_by,
|
|
548
557
|
latest=latest,
|
|
549
558
|
page=page,
|
|
@@ -584,6 +593,7 @@ class BackendTypesApi:
|
|
|
584
593
|
status: Optional[BackendStatus] = None,
|
|
585
594
|
default_number_of_shots: Optional[StrictInt] = None,
|
|
586
595
|
max_number_of_shots: Optional[StrictInt] = None,
|
|
596
|
+
enabled: Optional[StrictBool] = None,
|
|
587
597
|
sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
|
|
588
598
|
latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
|
|
589
599
|
page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
|
|
@@ -603,7 +613,7 @@ class BackendTypesApi:
|
|
|
603
613
|
) -> RESTResponseType:
|
|
604
614
|
"""List backend types
|
|
605
615
|
|
|
606
|
-
Read backend types.
|
|
616
|
+
Read backend types. Only enabled backend types are returned.
|
|
607
617
|
|
|
608
618
|
:param id:
|
|
609
619
|
:type id: int
|
|
@@ -627,6 +637,8 @@ class BackendTypesApi:
|
|
|
627
637
|
:type default_number_of_shots: int
|
|
628
638
|
:param max_number_of_shots:
|
|
629
639
|
:type max_number_of_shots: int
|
|
640
|
+
:param enabled:
|
|
641
|
+
:type enabled: bool
|
|
630
642
|
:param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
|
|
631
643
|
:type sort_by: str
|
|
632
644
|
:param latest: If True gets the most recently created object.
|
|
@@ -669,6 +681,7 @@ class BackendTypesApi:
|
|
|
669
681
|
status=status,
|
|
670
682
|
default_number_of_shots=default_number_of_shots,
|
|
671
683
|
max_number_of_shots=max_number_of_shots,
|
|
684
|
+
enabled=enabled,
|
|
672
685
|
sort_by=sort_by,
|
|
673
686
|
latest=latest,
|
|
674
687
|
page=page,
|
|
@@ -704,6 +717,7 @@ class BackendTypesApi:
|
|
|
704
717
|
status,
|
|
705
718
|
default_number_of_shots,
|
|
706
719
|
max_number_of_shots,
|
|
720
|
+
enabled,
|
|
707
721
|
sort_by,
|
|
708
722
|
latest,
|
|
709
723
|
page,
|
|
@@ -773,6 +787,10 @@ class BackendTypesApi:
|
|
|
773
787
|
|
|
774
788
|
_query_params.append(('max_number_of_shots', max_number_of_shots))
|
|
775
789
|
|
|
790
|
+
if enabled is not None:
|
|
791
|
+
|
|
792
|
+
_query_params.append(('enabled', enabled))
|
|
793
|
+
|
|
776
794
|
if sort_by is not None:
|
|
777
795
|
|
|
778
796
|
_query_params.append(('sort_by', sort_by))
|
|
@@ -822,3 +840,284 @@ class BackendTypesApi:
|
|
|
822
840
|
)
|
|
823
841
|
|
|
824
842
|
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
@validate_call
|
|
846
|
+
async def update_backend_type_backend_types_me_patch(
|
|
847
|
+
self,
|
|
848
|
+
backend_type_patch: BackendTypePatch,
|
|
849
|
+
_request_timeout: Union[
|
|
850
|
+
None,
|
|
851
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
852
|
+
Tuple[
|
|
853
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
854
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
855
|
+
]
|
|
856
|
+
] = None,
|
|
857
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
858
|
+
_content_type: Optional[StrictStr] = None,
|
|
859
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
860
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
861
|
+
) -> BackendType:
|
|
862
|
+
"""Update backend type
|
|
863
|
+
|
|
864
|
+
Update backend type by ID. This endpoint allows for partial updates of backend type properties.
|
|
865
|
+
|
|
866
|
+
:param backend_type_patch: (required)
|
|
867
|
+
:type backend_type_patch: BackendTypePatch
|
|
868
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
869
|
+
number provided, it will be total request
|
|
870
|
+
timeout. It can also be a pair (tuple) of
|
|
871
|
+
(connection, read) timeouts.
|
|
872
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
873
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
874
|
+
request; this effectively ignores the
|
|
875
|
+
authentication in the spec for a single request.
|
|
876
|
+
:type _request_auth: dict, optional
|
|
877
|
+
:param _content_type: force content-type for the request.
|
|
878
|
+
:type _content_type: str, Optional
|
|
879
|
+
:param _headers: set to override the headers for a single
|
|
880
|
+
request; this effectively ignores the headers
|
|
881
|
+
in the spec for a single request.
|
|
882
|
+
:type _headers: dict, optional
|
|
883
|
+
:param _host_index: set to override the host_index for a single
|
|
884
|
+
request; this effectively ignores the host_index
|
|
885
|
+
in the spec for a single request.
|
|
886
|
+
:type _host_index: int, optional
|
|
887
|
+
:return: Returns the result object.
|
|
888
|
+
""" # noqa: E501
|
|
889
|
+
|
|
890
|
+
_param = self._update_backend_type_backend_types_me_patch_serialize(
|
|
891
|
+
backend_type_patch=backend_type_patch,
|
|
892
|
+
_request_auth=_request_auth,
|
|
893
|
+
_content_type=_content_type,
|
|
894
|
+
_headers=_headers,
|
|
895
|
+
_host_index=_host_index
|
|
896
|
+
)
|
|
897
|
+
|
|
898
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
899
|
+
'200': "BackendType",
|
|
900
|
+
'404': "HTTPNotFoundError",
|
|
901
|
+
'422': "HTTPValidationError"
|
|
902
|
+
|
|
903
|
+
}
|
|
904
|
+
response_data = await self.api_client.call_api(
|
|
905
|
+
*_param,
|
|
906
|
+
_request_timeout=_request_timeout
|
|
907
|
+
)
|
|
908
|
+
await response_data.read()
|
|
909
|
+
return self.api_client.response_deserialize(
|
|
910
|
+
response_data=response_data,
|
|
911
|
+
response_types_map=_response_types_map,
|
|
912
|
+
).data
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
@validate_call
|
|
916
|
+
async def update_backend_type_backend_types_me_patch_with_http_info(
|
|
917
|
+
self,
|
|
918
|
+
backend_type_patch: BackendTypePatch,
|
|
919
|
+
_request_timeout: Union[
|
|
920
|
+
None,
|
|
921
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
922
|
+
Tuple[
|
|
923
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
924
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
925
|
+
]
|
|
926
|
+
] = None,
|
|
927
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
928
|
+
_content_type: Optional[StrictStr] = None,
|
|
929
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
930
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
931
|
+
) -> ApiResponse[BackendType]:
|
|
932
|
+
"""Update backend type
|
|
933
|
+
|
|
934
|
+
Update backend type by ID. This endpoint allows for partial updates of backend type properties.
|
|
935
|
+
|
|
936
|
+
:param backend_type_patch: (required)
|
|
937
|
+
:type backend_type_patch: BackendTypePatch
|
|
938
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
939
|
+
number provided, it will be total request
|
|
940
|
+
timeout. It can also be a pair (tuple) of
|
|
941
|
+
(connection, read) timeouts.
|
|
942
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
943
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
944
|
+
request; this effectively ignores the
|
|
945
|
+
authentication in the spec for a single request.
|
|
946
|
+
:type _request_auth: dict, optional
|
|
947
|
+
:param _content_type: force content-type for the request.
|
|
948
|
+
:type _content_type: str, Optional
|
|
949
|
+
:param _headers: set to override the headers for a single
|
|
950
|
+
request; this effectively ignores the headers
|
|
951
|
+
in the spec for a single request.
|
|
952
|
+
:type _headers: dict, optional
|
|
953
|
+
:param _host_index: set to override the host_index for a single
|
|
954
|
+
request; this effectively ignores the host_index
|
|
955
|
+
in the spec for a single request.
|
|
956
|
+
:type _host_index: int, optional
|
|
957
|
+
:return: Returns the result object.
|
|
958
|
+
""" # noqa: E501
|
|
959
|
+
|
|
960
|
+
_param = self._update_backend_type_backend_types_me_patch_serialize(
|
|
961
|
+
backend_type_patch=backend_type_patch,
|
|
962
|
+
_request_auth=_request_auth,
|
|
963
|
+
_content_type=_content_type,
|
|
964
|
+
_headers=_headers,
|
|
965
|
+
_host_index=_host_index
|
|
966
|
+
)
|
|
967
|
+
|
|
968
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
969
|
+
'200': "BackendType",
|
|
970
|
+
'404': "HTTPNotFoundError",
|
|
971
|
+
'422': "HTTPValidationError"
|
|
972
|
+
|
|
973
|
+
}
|
|
974
|
+
response_data = await self.api_client.call_api(
|
|
975
|
+
*_param,
|
|
976
|
+
_request_timeout=_request_timeout
|
|
977
|
+
)
|
|
978
|
+
await response_data.read()
|
|
979
|
+
return self.api_client.response_deserialize(
|
|
980
|
+
response_data=response_data,
|
|
981
|
+
response_types_map=_response_types_map,
|
|
982
|
+
)
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
@validate_call
|
|
986
|
+
async def update_backend_type_backend_types_me_patch_without_preload_content(
|
|
987
|
+
self,
|
|
988
|
+
backend_type_patch: BackendTypePatch,
|
|
989
|
+
_request_timeout: Union[
|
|
990
|
+
None,
|
|
991
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
992
|
+
Tuple[
|
|
993
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
994
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
995
|
+
]
|
|
996
|
+
] = None,
|
|
997
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
998
|
+
_content_type: Optional[StrictStr] = None,
|
|
999
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1000
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1001
|
+
) -> RESTResponseType:
|
|
1002
|
+
"""Update backend type
|
|
1003
|
+
|
|
1004
|
+
Update backend type by ID. This endpoint allows for partial updates of backend type properties.
|
|
1005
|
+
|
|
1006
|
+
:param backend_type_patch: (required)
|
|
1007
|
+
:type backend_type_patch: BackendTypePatch
|
|
1008
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1009
|
+
number provided, it will be total request
|
|
1010
|
+
timeout. It can also be a pair (tuple) of
|
|
1011
|
+
(connection, read) timeouts.
|
|
1012
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1013
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1014
|
+
request; this effectively ignores the
|
|
1015
|
+
authentication in the spec for a single request.
|
|
1016
|
+
:type _request_auth: dict, optional
|
|
1017
|
+
:param _content_type: force content-type for the request.
|
|
1018
|
+
:type _content_type: str, Optional
|
|
1019
|
+
:param _headers: set to override the headers for a single
|
|
1020
|
+
request; this effectively ignores the headers
|
|
1021
|
+
in the spec for a single request.
|
|
1022
|
+
:type _headers: dict, optional
|
|
1023
|
+
:param _host_index: set to override the host_index for a single
|
|
1024
|
+
request; this effectively ignores the host_index
|
|
1025
|
+
in the spec for a single request.
|
|
1026
|
+
:type _host_index: int, optional
|
|
1027
|
+
:return: Returns the result object.
|
|
1028
|
+
""" # noqa: E501
|
|
1029
|
+
|
|
1030
|
+
_param = self._update_backend_type_backend_types_me_patch_serialize(
|
|
1031
|
+
backend_type_patch=backend_type_patch,
|
|
1032
|
+
_request_auth=_request_auth,
|
|
1033
|
+
_content_type=_content_type,
|
|
1034
|
+
_headers=_headers,
|
|
1035
|
+
_host_index=_host_index
|
|
1036
|
+
)
|
|
1037
|
+
|
|
1038
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1039
|
+
'200': "BackendType",
|
|
1040
|
+
'404': "HTTPNotFoundError",
|
|
1041
|
+
'422': "HTTPValidationError"
|
|
1042
|
+
|
|
1043
|
+
}
|
|
1044
|
+
response_data = await self.api_client.call_api(
|
|
1045
|
+
*_param,
|
|
1046
|
+
_request_timeout=_request_timeout
|
|
1047
|
+
)
|
|
1048
|
+
return response_data.response
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
def _update_backend_type_backend_types_me_patch_serialize(
|
|
1052
|
+
self,
|
|
1053
|
+
backend_type_patch,
|
|
1054
|
+
_request_auth,
|
|
1055
|
+
_content_type,
|
|
1056
|
+
_headers,
|
|
1057
|
+
_host_index,
|
|
1058
|
+
) -> Tuple:
|
|
1059
|
+
|
|
1060
|
+
_host = None
|
|
1061
|
+
|
|
1062
|
+
_collection_formats: Dict[str, str] = {
|
|
1063
|
+
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
_path_params: Dict[str, str] = {}
|
|
1067
|
+
_query_params: List[Tuple[str, str]] = []
|
|
1068
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
1069
|
+
_form_params: List[Tuple[str, str]] = []
|
|
1070
|
+
_files: Dict[str, str] = {}
|
|
1071
|
+
_body_params: Optional[bytes] = None
|
|
1072
|
+
|
|
1073
|
+
# process the path parameters
|
|
1074
|
+
# process the query parameters
|
|
1075
|
+
# process the header parameters
|
|
1076
|
+
# process the form parameters
|
|
1077
|
+
# process the body parameter
|
|
1078
|
+
if backend_type_patch is not None:
|
|
1079
|
+
_body_params = backend_type_patch
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
# set the HTTP header `Accept`
|
|
1083
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1084
|
+
[
|
|
1085
|
+
'application/json'
|
|
1086
|
+
]
|
|
1087
|
+
)
|
|
1088
|
+
|
|
1089
|
+
# set the HTTP header `Content-Type`
|
|
1090
|
+
if _content_type:
|
|
1091
|
+
_header_params['Content-Type'] = _content_type
|
|
1092
|
+
else:
|
|
1093
|
+
_default_content_type = (
|
|
1094
|
+
self.api_client.select_header_content_type(
|
|
1095
|
+
[
|
|
1096
|
+
'application/json'
|
|
1097
|
+
]
|
|
1098
|
+
)
|
|
1099
|
+
)
|
|
1100
|
+
if _default_content_type is not None:
|
|
1101
|
+
_header_params['Content-Type'] = _default_content_type
|
|
1102
|
+
|
|
1103
|
+
# authentication setting
|
|
1104
|
+
_auth_settings: List[str] = [
|
|
1105
|
+
'backend'
|
|
1106
|
+
]
|
|
1107
|
+
|
|
1108
|
+
return self.api_client.param_serialize(
|
|
1109
|
+
method='PATCH',
|
|
1110
|
+
resource_path='/backend_types/me',
|
|
1111
|
+
path_params=_path_params,
|
|
1112
|
+
query_params=_query_params,
|
|
1113
|
+
header_params=_header_params,
|
|
1114
|
+
body=_body_params,
|
|
1115
|
+
post_params=_form_params,
|
|
1116
|
+
files=_files,
|
|
1117
|
+
auth_settings=_auth_settings,
|
|
1118
|
+
collection_formats=_collection_formats,
|
|
1119
|
+
_host=_host,
|
|
1120
|
+
_request_auth=_request_auth
|
|
1121
|
+
)
|
|
1122
|
+
|
|
1123
|
+
|