@quantum-hub/qhub-api 1.0.10 → 1.0.13
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/dist/api/platform/BaseClient.d.ts +1 -0
- package/dist/api/platform/BaseClient.d.ts.map +1 -0
- package/dist/api/platform/BaseClient.js +7 -44
- package/dist/api/platform/Client.d.ts +1 -0
- package/dist/api/platform/Client.d.ts.map +1 -0
- package/dist/api/platform/Client.js +23 -27
- package/dist/api/platform/api/errors/BadRequestError.d.ts +1 -0
- package/dist/api/platform/api/errors/BadRequestError.d.ts.map +1 -0
- package/dist/api/platform/api/errors/BadRequestError.js +2 -39
- package/dist/api/platform/api/errors/ForbiddenError.d.ts +1 -0
- package/dist/api/platform/api/errors/ForbiddenError.d.ts.map +1 -0
- package/dist/api/platform/api/errors/ForbiddenError.js +2 -39
- package/dist/api/platform/api/errors/InternalServerError.d.ts +1 -0
- package/dist/api/platform/api/errors/InternalServerError.d.ts.map +1 -0
- package/dist/api/platform/api/errors/InternalServerError.js +2 -39
- package/dist/api/platform/api/errors/NotFoundError.d.ts +1 -0
- package/dist/api/platform/api/errors/NotFoundError.d.ts.map +1 -0
- package/dist/api/platform/api/errors/NotFoundError.js +2 -39
- package/dist/api/platform/api/errors/UnauthorizedError.d.ts +1 -0
- package/dist/api/platform/api/errors/UnauthorizedError.d.ts.map +1 -0
- package/dist/api/platform/api/errors/UnauthorizedError.js +2 -39
- package/dist/api/platform/api/errors/index.d.ts +1 -0
- package/dist/api/platform/api/errors/index.d.ts.map +1 -0
- package/dist/api/platform/api/errors/index.js +5 -21
- package/dist/api/platform/api/index.d.ts +1 -0
- package/dist/api/platform/api/index.d.ts.map +1 -0
- package/dist/api/platform/api/index.js +3 -19
- package/dist/api/platform/api/resources/applications/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/Client.js +21 -58
- package/dist/api/platform/api/resources/applications/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/index.js +1 -17
- package/dist/api/platform/api/resources/applications/client/requests/CreateApplicationRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/CreateApplicationRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/CreateApplicationRequest.js +1 -2
- package/dist/api/platform/api/resources/applications/client/requests/DeleteApplicationRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/DeleteApplicationRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/DeleteApplicationRequest.js +1 -2
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationAccessKeysRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationAccessKeysRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationAccessKeysRequest.js +1 -2
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationRequest.js +1 -2
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationSubscriptionsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationSubscriptionsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/GetApplicationSubscriptionsRequest.js +1 -2
- package/dist/api/platform/api/resources/applications/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/applications/index.d.ts +1 -0
- package/dist/api/platform/api/resources/applications/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/applications/index.js +1 -17
- package/dist/api/platform/api/resources/dataPoolShares/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/Client.js +23 -60
- package/dist/api/platform/api/resources/dataPoolShares/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/index.js +1 -17
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/AddConstraint1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/AddConstraint1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/AddConstraint1Request.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteConstraint1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteConstraint1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteConstraint1Request.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteShare1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteShare1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/DeleteShare1Request.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/GetSharesForDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/GetSharesForDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/GetSharesForDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/ShareDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/ShareDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/ShareDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateRole1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateRole1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateRole1Request.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateTimeBasedConstraint1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateTimeBasedConstraint1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/UpdateTimeBasedConstraint1Request.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/index.js +2 -18
- package/dist/api/platform/api/resources/dataPoolShares/types/AddConstraint1Response.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/AddConstraint1Response.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/AddConstraint1Response.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1RequestBody.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1RequestBody.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1RequestBody.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1Response.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1Response.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1Response.js +1 -2
- package/dist/api/platform/api/resources/dataPoolShares/types/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPoolShares/types/index.js +3 -19
- package/dist/api/platform/api/resources/dataPools/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/Client.js +27 -64
- package/dist/api/platform/api/resources/dataPools/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/index.js +1 -17
- package/dist/api/platform/api/resources/dataPools/client/requests/AddDataPoolFileRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/AddDataPoolFileRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/AddDataPoolFileRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/CreateDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/CreateDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/CreateDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolFileRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolFileRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolFileRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFileRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFileRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFileRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFilesRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFilesRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolFilesRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/GetDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/UpdateDataPoolRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/UpdateDataPoolRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/UpdateDataPoolRequest.js +1 -2
- package/dist/api/platform/api/resources/dataPools/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/dataPools/index.d.ts +1 -0
- package/dist/api/platform/api/resources/dataPools/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/dataPools/index.js +1 -17
- package/dist/api/platform/api/resources/index.d.ts +1 -0
- package/dist/api/platform/api/resources/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/index.js +23 -62
- package/dist/api/platform/api/resources/organizations/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/organizations/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/organizations/client/Client.js +11 -48
- package/dist/api/platform/api/resources/organizations/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/organizations/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/organizations/client/index.js +1 -17
- package/dist/api/platform/api/resources/organizations/client/requests/GetServiceExecutions1Request.d.ts +1 -0
- package/dist/api/platform/api/resources/organizations/client/requests/GetServiceExecutions1Request.d.ts.map +1 -0
- package/dist/api/platform/api/resources/organizations/client/requests/GetServiceExecutions1Request.js +1 -2
- package/dist/api/platform/api/resources/organizations/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/organizations/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/organizations/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/organizations/index.d.ts +1 -0
- package/dist/api/platform/api/resources/organizations/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/organizations/index.js +1 -17
- package/dist/api/platform/api/resources/quantumJobs/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/Client.js +11 -48
- package/dist/api/platform/api/resources/quantumJobs/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/index.js +1 -17
- package/dist/api/platform/api/resources/quantumJobs/client/requests/GetQuantumJobCostsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/requests/GetQuantumJobCostsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/requests/GetQuantumJobCostsRequest.js +1 -2
- package/dist/api/platform/api/resources/quantumJobs/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumJobs/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/quantumJobs/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumJobs/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumJobs/index.js +1 -17
- package/dist/api/platform/api/resources/quantumWorkloads/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/Client.js +11 -48
- package/dist/api/platform/api/resources/quantumWorkloads/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/index.js +1 -17
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/GetQuantumWorkloadCostsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/GetQuantumWorkloadCostsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/GetQuantumWorkloadCostsRequest.js +1 -2
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/quantumWorkloads/index.d.ts +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/quantumWorkloads/index.js +1 -17
- package/dist/api/platform/api/resources/serviceExecutions/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/Client.js +27 -64
- package/dist/api/platform/api/resources/serviceExecutions/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/index.js +1 -17
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/CancelServiceExecutionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/CancelServiceExecutionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/CancelServiceExecutionRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionCostsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionCostsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionCostsRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionLogsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionLogsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionLogsRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionMetricsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionMetricsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionMetricsRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultFileRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultFileRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultFileRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionsRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/HeadServiceExecutionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/HeadServiceExecutionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/HeadServiceExecutionRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/index.js +2 -18
- package/dist/api/platform/api/resources/serviceExecutions/types/GetServiceExecutionResponse.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/types/GetServiceExecutionResponse.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/types/GetServiceExecutionResponse.js +1 -2
- package/dist/api/platform/api/resources/serviceExecutions/types/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/types/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceExecutions/types/index.js +1 -17
- package/dist/api/platform/api/resources/serviceJobs/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/Client.js +17 -54
- package/dist/api/platform/api/resources/serviceJobs/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/index.js +1 -17
- package/dist/api/platform/api/resources/serviceJobs/client/requests/CreateServiceJobRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/CreateServiceJobRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/CreateServiceJobRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobsRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceJobs/client/requests/RerunServiceJobRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/RerunServiceJobRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/RerunServiceJobRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceJobs/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/serviceJobs/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceJobs/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceJobs/index.js +1 -17
- package/dist/api/platform/api/resources/serviceShares/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/Client.js +23 -60
- package/dist/api/platform/api/resources/serviceShares/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/index.js +1 -17
- package/dist/api/platform/api/resources/serviceShares/client/requests/AddConstraintRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/AddConstraintRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/AddConstraintRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteConstraintRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteConstraintRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteConstraintRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteShareRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteShareRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/DeleteShareRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/GetSharesForServiceRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/GetSharesForServiceRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/GetSharesForServiceRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/ShareServiceRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/ShareServiceRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/ShareServiceRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateRoleRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateRoleRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateRoleRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateTimeBasedConstraintRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateTimeBasedConstraintRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/UpdateTimeBasedConstraintRequest.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/index.js +2 -18
- package/dist/api/platform/api/resources/serviceShares/types/AddConstraintResponse.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/AddConstraintResponse.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/AddConstraintResponse.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintRequestBody.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintRequestBody.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintRequestBody.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintResponse.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintResponse.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintResponse.js +1 -2
- package/dist/api/platform/api/resources/serviceShares/types/index.d.ts +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/serviceShares/types/index.js +3 -19
- package/dist/api/platform/api/resources/subscriptions/client/Client.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/Client.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/Client.js +17 -54
- package/dist/api/platform/api/resources/subscriptions/client/index.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/index.js +1 -17
- package/dist/api/platform/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.js +1 -2
- package/dist/api/platform/api/resources/subscriptions/client/requests/DeleteSubscriptionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/DeleteSubscriptionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/DeleteSubscriptionRequest.js +1 -2
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionRequest.js +1 -2
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionServiceExecutionsRequest.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionServiceExecutionsRequest.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionServiceExecutionsRequest.js +1 -2
- package/dist/api/platform/api/resources/subscriptions/client/requests/index.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/client/requests/index.js +1 -2
- package/dist/api/platform/api/resources/subscriptions/index.d.ts +1 -0
- package/dist/api/platform/api/resources/subscriptions/index.d.ts.map +1 -0
- package/dist/api/platform/api/resources/subscriptions/index.js +1 -17
- package/dist/api/platform/api/types/AccessKey.d.ts +1 -0
- package/dist/api/platform/api/types/AccessKey.d.ts.map +1 -0
- package/dist/api/platform/api/types/AccessKey.js +2 -5
- package/dist/api/platform/api/types/ActivityInstance.d.ts +1 -0
- package/dist/api/platform/api/types/ActivityInstance.d.ts.map +1 -0
- package/dist/api/platform/api/types/ActivityInstance.js +2 -5
- package/dist/api/platform/api/types/ApplicationDto.d.ts +1 -0
- package/dist/api/platform/api/types/ApplicationDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ApplicationDto.js +2 -5
- package/dist/api/platform/api/types/CostEntry.d.ts +1 -0
- package/dist/api/platform/api/types/CostEntry.d.ts.map +1 -0
- package/dist/api/platform/api/types/CostEntry.js +1 -2
- package/dist/api/platform/api/types/CreateShareConstraintDto.d.ts +1 -0
- package/dist/api/platform/api/types/CreateShareConstraintDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/CreateShareConstraintDto.js +1 -2
- package/dist/api/platform/api/types/CreateShareRequestDto.d.ts +1 -0
- package/dist/api/platform/api/types/CreateShareRequestDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/CreateShareRequestDto.js +2 -5
- package/dist/api/platform/api/types/CreateTimeBasedConstraintDto.d.ts +1 -0
- package/dist/api/platform/api/types/CreateTimeBasedConstraintDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/CreateTimeBasedConstraintDto.js +1 -2
- package/dist/api/platform/api/types/DataPoolDto.d.ts +1 -0
- package/dist/api/platform/api/types/DataPoolDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/DataPoolDto.js +2 -5
- package/dist/api/platform/api/types/DataPoolFileDto.d.ts +1 -0
- package/dist/api/platform/api/types/DataPoolFileDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/DataPoolFileDto.js +1 -2
- package/dist/api/platform/api/types/Incident.d.ts +1 -0
- package/dist/api/platform/api/types/Incident.d.ts.map +1 -0
- package/dist/api/platform/api/types/Incident.js +1 -2
- package/dist/api/platform/api/types/LogEntry.d.ts +1 -0
- package/dist/api/platform/api/types/LogEntry.d.ts.map +1 -0
- package/dist/api/platform/api/types/LogEntry.js +2 -5
- package/dist/api/platform/api/types/MetricDataPoint.d.ts +1 -0
- package/dist/api/platform/api/types/MetricDataPoint.d.ts.map +1 -0
- package/dist/api/platform/api/types/MetricDataPoint.js +1 -2
- package/dist/api/platform/api/types/OauthScope.d.ts +1 -0
- package/dist/api/platform/api/types/OauthScope.d.ts.map +1 -0
- package/dist/api/platform/api/types/OauthScope.js +1 -4
- package/dist/api/platform/api/types/OrganizationSearchResultDto.d.ts +1 -0
- package/dist/api/platform/api/types/OrganizationSearchResultDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/OrganizationSearchResultDto.js +1 -2
- package/dist/api/platform/api/types/OrganizationTenant.d.ts +1 -0
- package/dist/api/platform/api/types/OrganizationTenant.d.ts.map +1 -0
- package/dist/api/platform/api/types/OrganizationTenant.js +1 -2
- package/dist/api/platform/api/types/PageResponseServiceExecutionDto.d.ts +1 -0
- package/dist/api/platform/api/types/PageResponseServiceExecutionDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/PageResponseServiceExecutionDto.js +1 -2
- package/dist/api/platform/api/types/PageResponseServiceJobDto.d.ts +1 -0
- package/dist/api/platform/api/types/PageResponseServiceJobDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/PageResponseServiceJobDto.js +1 -2
- package/dist/api/platform/api/types/PricingPlanDto.d.ts +1 -0
- package/dist/api/platform/api/types/PricingPlanDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/PricingPlanDto.js +2 -5
- package/dist/api/platform/api/types/ProductDto.d.ts +1 -0
- package/dist/api/platform/api/types/ProductDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ProductDto.js +2 -5
- package/dist/api/platform/api/types/QuantumJobCosts.d.ts +1 -0
- package/dist/api/platform/api/types/QuantumJobCosts.d.ts.map +1 -0
- package/dist/api/platform/api/types/QuantumJobCosts.js +1 -2
- package/dist/api/platform/api/types/QuantumWorkloadCosts.d.ts +1 -0
- package/dist/api/platform/api/types/QuantumWorkloadCosts.d.ts.map +1 -0
- package/dist/api/platform/api/types/QuantumWorkloadCosts.js +1 -2
- package/dist/api/platform/api/types/ServiceConsumerDto.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceConsumerDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceConsumerDto.js +2 -5
- package/dist/api/platform/api/types/ServiceExecution.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceExecution.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceExecution.js +1 -2
- package/dist/api/platform/api/types/ServiceExecutionCosts.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceExecutionCosts.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceExecutionCosts.js +1 -2
- package/dist/api/platform/api/types/ServiceExecutionDto.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceExecutionDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceExecutionDto.js +2 -5
- package/dist/api/platform/api/types/ServiceExecutionLogs.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceExecutionLogs.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceExecutionLogs.js +1 -2
- package/dist/api/platform/api/types/ServiceExecutionMetrics.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceExecutionMetrics.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceExecutionMetrics.js +1 -2
- package/dist/api/platform/api/types/ServiceJobDto.d.ts +1 -0
- package/dist/api/platform/api/types/ServiceJobDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ServiceJobDto.js +2 -5
- package/dist/api/platform/api/types/ShareConstraintDto.d.ts +1 -0
- package/dist/api/platform/api/types/ShareConstraintDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ShareConstraintDto.js +1 -2
- package/dist/api/platform/api/types/ShareDto.d.ts +1 -0
- package/dist/api/platform/api/types/ShareDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/ShareDto.js +2 -5
- package/dist/api/platform/api/types/SortOrder.d.ts +1 -0
- package/dist/api/platform/api/types/SortOrder.d.ts.map +1 -0
- package/dist/api/platform/api/types/SortOrder.js +2 -5
- package/dist/api/platform/api/types/SubscriptionDto.d.ts +1 -0
- package/dist/api/platform/api/types/SubscriptionDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/SubscriptionDto.js +1 -2
- package/dist/api/platform/api/types/TenantId.d.ts +1 -0
- package/dist/api/platform/api/types/TenantId.d.ts.map +1 -0
- package/dist/api/platform/api/types/TenantId.js +1 -2
- package/dist/api/platform/api/types/TimeBasedConstraintDto.d.ts +1 -0
- package/dist/api/platform/api/types/TimeBasedConstraintDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/TimeBasedConstraintDto.js +1 -2
- package/dist/api/platform/api/types/UpdateResourceShareRoleDto.d.ts +1 -0
- package/dist/api/platform/api/types/UpdateResourceShareRoleDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/UpdateResourceShareRoleDto.js +2 -5
- package/dist/api/platform/api/types/UserTenant.d.ts +1 -0
- package/dist/api/platform/api/types/UserTenant.d.ts.map +1 -0
- package/dist/api/platform/api/types/UserTenant.js +1 -2
- package/dist/api/platform/api/types/VariableInstance.d.ts +1 -0
- package/dist/api/platform/api/types/VariableInstance.d.ts.map +1 -0
- package/dist/api/platform/api/types/VariableInstance.js +1 -2
- package/dist/api/platform/api/types/WorkflowInstance.d.ts +1 -0
- package/dist/api/platform/api/types/WorkflowInstance.d.ts.map +1 -0
- package/dist/api/platform/api/types/WorkflowInstance.js +2 -5
- package/dist/api/platform/api/types/WorkflowServiceExecutionDto.d.ts +1 -0
- package/dist/api/platform/api/types/WorkflowServiceExecutionDto.d.ts.map +1 -0
- package/dist/api/platform/api/types/WorkflowServiceExecutionDto.js +2 -5
- package/dist/api/platform/api/types/index.d.ts +1 -0
- package/dist/api/platform/api/types/index.d.ts.map +1 -0
- package/dist/api/platform/api/types/index.js +39 -55
- package/dist/api/platform/auth/HeaderAuthProvider.d.ts +1 -0
- package/dist/api/platform/auth/HeaderAuthProvider.d.ts.map +1 -0
- package/dist/api/platform/auth/HeaderAuthProvider.js +4 -41
- package/dist/api/platform/auth/index.d.ts +1 -0
- package/dist/api/platform/auth/index.d.ts.map +1 -0
- package/dist/api/platform/auth/index.js +1 -5
- package/dist/api/platform/core/auth/AuthProvider.d.ts +1 -0
- package/dist/api/platform/core/auth/AuthProvider.d.ts.map +1 -0
- package/dist/api/platform/core/auth/AuthProvider.js +1 -2
- package/dist/api/platform/core/auth/AuthRequest.d.ts +1 -0
- package/dist/api/platform/core/auth/AuthRequest.d.ts.map +1 -0
- package/dist/api/platform/core/auth/AuthRequest.js +1 -2
- package/dist/api/platform/core/auth/BasicAuth.d.ts +1 -0
- package/dist/api/platform/core/auth/BasicAuth.d.ts.map +1 -0
- package/dist/api/platform/core/auth/BasicAuth.js +4 -7
- package/dist/api/platform/core/auth/BearerToken.d.ts +1 -0
- package/dist/api/platform/core/auth/BearerToken.d.ts.map +1 -0
- package/dist/api/platform/core/auth/BearerToken.js +1 -4
- package/dist/api/platform/core/auth/NoOpAuthProvider.d.ts +1 -0
- package/dist/api/platform/core/auth/NoOpAuthProvider.d.ts.map +1 -0
- package/dist/api/platform/core/auth/NoOpAuthProvider.js +1 -5
- package/dist/api/platform/core/auth/index.d.ts +1 -0
- package/dist/api/platform/core/auth/index.d.ts.map +1 -0
- package/dist/api/platform/core/auth/index.js +3 -9
- package/dist/api/platform/core/base64.d.ts +1 -0
- package/dist/api/platform/core/base64.d.ts.map +1 -0
- package/dist/api/platform/core/base64.js +2 -6
- package/dist/api/platform/core/exports.d.ts +1 -0
- package/dist/api/platform/core/exports.d.ts.map +1 -0
- package/dist/api/platform/core/exports.js +2 -18
- package/dist/api/platform/core/fetcher/APIResponse.d.ts +1 -0
- package/dist/api/platform/core/fetcher/APIResponse.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/APIResponse.js +1 -2
- package/dist/api/platform/core/fetcher/BinaryResponse.d.ts +1 -0
- package/dist/api/platform/core/fetcher/BinaryResponse.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/BinaryResponse.js +1 -4
- package/dist/api/platform/core/fetcher/EndpointMetadata.d.ts +1 -0
- package/dist/api/platform/core/fetcher/EndpointMetadata.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/EndpointMetadata.js +1 -2
- package/dist/api/platform/core/fetcher/EndpointSupplier.d.ts +1 -0
- package/dist/api/platform/core/fetcher/EndpointSupplier.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/EndpointSupplier.js +1 -4
- package/dist/api/platform/core/fetcher/Fetcher.d.ts +1 -0
- package/dist/api/platform/core/fetcher/Fetcher.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/Fetcher.js +32 -36
- package/dist/api/platform/core/fetcher/Headers.d.ts +1 -0
- package/dist/api/platform/core/fetcher/Headers.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/Headers.js +3 -5
- package/dist/api/platform/core/fetcher/HttpResponsePromise.d.ts +1 -0
- package/dist/api/platform/core/fetcher/HttpResponsePromise.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/HttpResponsePromise.js +1 -5
- package/dist/api/platform/core/fetcher/RawResponse.d.ts +1 -0
- package/dist/api/platform/core/fetcher/RawResponse.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/RawResponse.js +6 -10
- package/dist/api/platform/core/fetcher/Supplier.d.ts +1 -0
- package/dist/api/platform/core/fetcher/Supplier.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/Supplier.js +1 -4
- package/dist/api/platform/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/api/platform/core/fetcher/createRequestUrl.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/createRequestUrl.js +3 -6
- package/dist/api/platform/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/api/platform/core/fetcher/getErrorResponseBody.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/getErrorResponseBody.js +6 -9
- package/dist/api/platform/core/fetcher/getFetchFn.d.ts +1 -0
- package/dist/api/platform/core/fetcher/getFetchFn.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/getFetchFn.js +1 -4
- package/dist/api/platform/core/fetcher/getHeader.d.ts +1 -0
- package/dist/api/platform/core/fetcher/getHeader.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/getHeader.js +1 -4
- package/dist/api/platform/core/fetcher/getRequestBody.d.ts +1 -0
- package/dist/api/platform/core/fetcher/getRequestBody.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/getRequestBody.js +5 -8
- package/dist/api/platform/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/api/platform/core/fetcher/getResponseBody.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/getResponseBody.js +5 -8
- package/dist/api/platform/core/fetcher/index.d.ts +1 -0
- package/dist/api/platform/core/fetcher/index.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/index.js +6 -17
- package/dist/api/platform/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/api/platform/core/fetcher/makeRequest.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/makeRequest.js +4 -8
- package/dist/api/platform/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/api/platform/core/fetcher/requestWithRetries.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/requestWithRetries.js +1 -4
- package/dist/api/platform/core/fetcher/signals.d.ts +1 -0
- package/dist/api/platform/core/fetcher/signals.d.ts.map +1 -0
- package/dist/api/platform/core/fetcher/signals.js +2 -6
- package/dist/api/platform/core/file/exports.d.ts +1 -0
- package/dist/api/platform/core/file/exports.d.ts.map +1 -0
- package/dist/api/platform/core/file/exports.js +1 -2
- package/dist/api/platform/core/file/file.d.ts +1 -0
- package/dist/api/platform/core/file/file.d.ts.map +1 -0
- package/dist/api/platform/core/file/file.js +4 -41
- package/dist/api/platform/core/file/index.d.ts +1 -0
- package/dist/api/platform/core/file/index.d.ts.map +1 -0
- package/dist/api/platform/core/file/index.js +2 -18
- package/dist/api/platform/core/file/types.d.ts +1 -0
- package/dist/api/platform/core/file/types.d.ts.map +1 -0
- package/dist/api/platform/core/file/types.js +1 -2
- package/dist/api/platform/core/form-data-utils/FormDataWrapper.d.ts +1 -0
- package/dist/api/platform/core/form-data-utils/FormDataWrapper.d.ts.map +1 -0
- package/dist/api/platform/core/form-data-utils/FormDataWrapper.js +9 -47
- package/dist/api/platform/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
- package/dist/api/platform/core/form-data-utils/encodeAsFormParameter.d.ts.map +1 -0
- package/dist/api/platform/core/form-data-utils/encodeAsFormParameter.js +3 -6
- package/dist/api/platform/core/form-data-utils/index.d.ts +1 -0
- package/dist/api/platform/core/form-data-utils/index.d.ts.map +1 -0
- package/dist/api/platform/core/form-data-utils/index.js +2 -20
- package/dist/api/platform/core/headers.d.ts +1 -0
- package/dist/api/platform/core/headers.d.ts.map +1 -0
- package/dist/api/platform/core/headers.js +2 -6
- package/dist/api/platform/core/index.d.ts +1 -0
- package/dist/api/platform/core/index.d.ts.map +1 -0
- package/dist/api/platform/core/index.js +8 -47
- package/dist/api/platform/core/json.d.ts +1 -0
- package/dist/api/platform/core/json.d.ts.map +1 -0
- package/dist/api/platform/core/json.js +2 -7
- package/dist/api/platform/core/logging/exports.d.ts +1 -0
- package/dist/api/platform/core/logging/exports.d.ts.map +1 -0
- package/dist/api/platform/core/logging/exports.js +3 -39
- package/dist/api/platform/core/logging/index.d.ts +1 -0
- package/dist/api/platform/core/logging/index.d.ts.map +1 -0
- package/dist/api/platform/core/logging/index.js +1 -17
- package/dist/api/platform/core/logging/logger.d.ts +1 -0
- package/dist/api/platform/core/logging/logger.d.ts.map +1 -0
- package/dist/api/platform/core/logging/logger.js +14 -20
- package/dist/api/platform/core/runtime/index.d.ts +1 -0
- package/dist/api/platform/core/runtime/index.d.ts.map +1 -0
- package/dist/api/platform/core/runtime/index.js +1 -5
- package/dist/api/platform/core/runtime/runtime.d.ts +1 -0
- package/dist/api/platform/core/runtime/runtime.d.ts.map +1 -0
- package/dist/api/platform/core/runtime/runtime.js +1 -4
- package/dist/api/platform/core/url/encodePathParam.d.ts +1 -0
- package/dist/api/platform/core/url/encodePathParam.d.ts.map +1 -0
- package/dist/api/platform/core/url/encodePathParam.js +1 -4
- package/dist/api/platform/core/url/index.d.ts +1 -0
- package/dist/api/platform/core/url/index.d.ts.map +1 -0
- package/dist/api/platform/core/url/index.js +3 -9
- package/dist/api/platform/core/url/join.d.ts +1 -0
- package/dist/api/platform/core/url/join.d.ts.map +1 -0
- package/dist/api/platform/core/url/join.js +1 -4
- package/dist/api/platform/core/url/qs.d.ts +1 -0
- package/dist/api/platform/core/url/qs.d.ts.map +1 -0
- package/dist/api/platform/core/url/qs.js +1 -4
- package/dist/api/platform/environments.d.ts +1 -0
- package/dist/api/platform/environments.d.ts.map +1 -0
- package/dist/api/platform/environments.js +1 -4
- package/dist/api/platform/errors/HubPlatformError.d.ts +1 -0
- package/dist/api/platform/errors/HubPlatformError.d.ts.map +1 -0
- package/dist/api/platform/errors/HubPlatformError.js +3 -7
- package/dist/api/platform/errors/HubPlatformTimeoutError.d.ts +1 -0
- package/dist/api/platform/errors/HubPlatformTimeoutError.d.ts.map +1 -0
- package/dist/api/platform/errors/HubPlatformTimeoutError.js +1 -5
- package/dist/api/platform/errors/handleNonStatusCodeError.d.ts +1 -0
- package/dist/api/platform/errors/handleNonStatusCodeError.d.ts.map +1 -0
- package/dist/api/platform/errors/handleNonStatusCodeError.js +2 -38
- package/dist/api/platform/errors/index.d.ts +1 -0
- package/dist/api/platform/errors/index.d.ts.map +1 -0
- package/dist/api/platform/errors/index.js +2 -7
- package/dist/api/platform/exports.d.ts +1 -0
- package/dist/api/platform/exports.d.ts.map +1 -0
- package/dist/api/platform/exports.js +1 -17
- package/dist/api/platform/index.d.ts +1 -0
- package/dist/api/platform/index.d.ts.map +1 -0
- package/dist/api/platform/index.js +5 -48
- package/{src/api/service/BaseClient.ts → dist/api/quantum/BaseClient.d.ts} +13 -51
- package/dist/api/quantum/BaseClient.d.ts.map +1 -0
- package/dist/api/quantum/BaseClient.js +29 -0
- package/dist/api/quantum/Client.d.ts +18 -0
- package/dist/api/quantum/Client.d.ts.map +1 -0
- package/dist/api/quantum/Client.js +18 -0
- package/dist/api/quantum/api/errors/ForbiddenError.d.ts +6 -0
- package/dist/api/quantum/api/errors/ForbiddenError.d.ts.map +1 -0
- package/{src/api/platform/api/errors/ForbiddenError.ts → dist/api/quantum/api/errors/ForbiddenError.js} +2 -6
- package/dist/api/quantum/api/errors/InternalServerError.d.ts +6 -0
- package/dist/api/quantum/api/errors/InternalServerError.d.ts.map +1 -0
- package/{src/api/platform/api/errors/InternalServerError.ts → dist/api/quantum/api/errors/InternalServerError.js} +2 -6
- package/dist/api/quantum/api/errors/NotFoundError.d.ts +6 -0
- package/dist/api/quantum/api/errors/NotFoundError.d.ts.map +1 -0
- package/{src/api/platform/api/errors/NotFoundError.ts → dist/api/quantum/api/errors/NotFoundError.js} +2 -6
- package/dist/api/quantum/api/errors/UnauthorizedError.d.ts +6 -0
- package/dist/api/quantum/api/errors/UnauthorizedError.d.ts.map +1 -0
- package/{src/api/platform/api/errors/UnauthorizedError.ts → dist/api/quantum/api/errors/UnauthorizedError.js} +2 -6
- package/{src/api/platform/api/errors/index.ts → dist/api/quantum/api/errors/index.d.ts} +1 -1
- package/dist/api/quantum/api/errors/index.d.ts.map +1 -0
- package/dist/api/quantum/api/errors/index.js +4 -0
- package/{src/api/service/api/index.ts → dist/api/quantum/api/index.d.ts} +2 -0
- package/dist/api/quantum/api/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/backends/client/Client.d.ts +103 -0
- package/dist/api/quantum/api/resources/backends/client/Client.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/backends/client/Client.js +327 -0
- package/{src/api/platform/api/resources/dataPools/client/index.ts → dist/api/quantum/api/resources/backends/client/index.d.ts} +1 -0
- package/dist/api/quantum/api/resources/backends/client/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/backends/client/requests/GetBackendCalibrationRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/backends/client/requests/GetBackendCalibrationRequest.d.ts.map +1 -0
- package/{src/api/service/api/types/RequestBody.ts → dist/api/quantum/api/resources/backends/client/requests/GetBackendCalibrationRequest.js} +1 -2
- package/dist/api/quantum/api/resources/backends/client/requests/GetBackendsRequest.d.ts +12 -0
- package/dist/api/quantum/api/resources/backends/client/requests/GetBackendsRequest.d.ts.map +1 -0
- package/{src/api/platform/api/types/UserTenant.ts → dist/api/quantum/api/resources/backends/client/requests/GetBackendsRequest.js} +1 -4
- package/dist/api/quantum/api/resources/backends/client/requests/index.d.ts +3 -0
- package/dist/api/quantum/api/resources/backends/client/requests/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/backends/client/requests/index.js +1 -0
- package/{src/api/platform/api/resources/dataPools/index.ts → dist/api/quantum/api/resources/backends/index.d.ts} +1 -0
- package/dist/api/quantum/api/resources/backends/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/index.d.ts +6 -0
- package/dist/api/quantum/api/resources/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/index.js +5 -0
- package/dist/api/quantum/api/resources/jobs/client/Client.d.ts +187 -0
- package/dist/api/quantum/api/resources/jobs/client/Client.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/Client.js +598 -0
- package/{src/api/platform/api/resources/organizations/client/index.ts → dist/api/quantum/api/resources/jobs/client/index.d.ts} +1 -0
- package/dist/api/quantum/api/resources/jobs/client/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CancelJobRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CancelJobRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CancelJobRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CreateJobRequest.d.ts +52 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CreateJobRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/CreateJobRequest.js +17 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetCalibrationOfJobBackendRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetCalibrationOfJobBackendRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetCalibrationOfJobBackendRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobInputRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobInputRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobInputRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobResultStreamRequest.d.ts +9 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobResultStreamRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobResultStreamRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobStatusRequest.d.ts +10 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobStatusRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/GetJobStatusRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/SearchJobsRequest.d.ts +18 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/SearchJobsRequest.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/SearchJobsRequest.js +2 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/index.d.ts +9 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/client/requests/index.js +1 -0
- package/{src/api/platform/api/resources/serviceExecutions/index.ts → dist/api/quantum/api/resources/jobs/index.d.ts} +1 -0
- package/dist/api/quantum/api/resources/jobs/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInput.d.ts +39 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInput.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInput.js +2 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInputParams.d.ts +32 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInputParams.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/types/CreateJobRequestInputParams.js +2 -0
- package/dist/api/quantum/api/resources/jobs/types/index.d.ts +3 -0
- package/dist/api/quantum/api/resources/jobs/types/index.d.ts.map +1 -0
- package/dist/api/quantum/api/resources/jobs/types/index.js +2 -0
- package/dist/api/quantum/api/types/AvailabilityTimes.d.ts +6 -0
- package/dist/api/quantum/api/types/AvailabilityTimes.d.ts.map +1 -0
- package/dist/api/quantum/api/types/AvailabilityTimes.js +2 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInput.d.ts +5 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInput.d.ts.map +1 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInput.js +2 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInputParams.d.ts +10 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInputParams.d.ts.map +1 -0
- package/dist/api/quantum/api/types/AwsQasm3JobInputParams.js +2 -0
- package/dist/api/quantum/api/types/AzureIonqJobInput.d.ts +61 -0
- package/dist/api/quantum/api/types/AzureIonqJobInput.d.ts.map +1 -0
- package/dist/api/quantum/api/types/AzureIonqJobInput.js +37 -0
- package/dist/api/quantum/api/types/AzureIonqJobInputParams.d.ts +5 -0
- package/dist/api/quantum/api/types/AzureIonqJobInputParams.d.ts.map +1 -0
- package/dist/api/quantum/api/types/AzureIonqJobInputParams.js +2 -0
- package/dist/api/quantum/api/types/Backend.d.ts +82 -0
- package/dist/api/quantum/api/types/Backend.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Backend.js +55 -0
- package/dist/api/quantum/api/types/BackendStateInfo.d.ts +16 -0
- package/dist/api/quantum/api/types/BackendStateInfo.d.ts.map +1 -0
- package/dist/api/quantum/api/types/BackendStateInfo.js +11 -0
- package/dist/api/quantum/api/types/CalibrationResponse.d.ts +8 -0
- package/dist/api/quantum/api/types/CalibrationResponse.d.ts.map +1 -0
- package/dist/api/quantum/api/types/CalibrationResponse.js +2 -0
- package/dist/api/quantum/api/types/Configuration.d.ts +38 -0
- package/dist/api/quantum/api/types/Configuration.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Configuration.js +23 -0
- package/dist/api/quantum/api/types/Connectivity.d.ts +5 -0
- package/dist/api/quantum/api/types/Connectivity.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Connectivity.js +2 -0
- package/dist/api/quantum/api/types/Cost.d.ts +25 -0
- package/dist/api/quantum/api/types/Cost.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Cost.js +14 -0
- package/dist/api/quantum/api/types/Documentation.d.ts +23 -0
- package/dist/api/quantum/api/types/Documentation.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Documentation.js +16 -0
- package/dist/api/quantum/api/types/Gate.d.ts +5 -0
- package/dist/api/quantum/api/types/Gate.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Gate.js +2 -0
- package/dist/api/quantum/api/types/Job.d.ts +67 -0
- package/dist/api/quantum/api/types/Job.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Job.js +44 -0
- package/dist/api/quantum/api/types/JobStatusResponse.d.ts +17 -0
- package/dist/api/quantum/api/types/JobStatusResponse.d.ts.map +1 -0
- package/dist/api/quantum/api/types/JobStatusResponse.js +14 -0
- package/dist/api/quantum/api/types/JsonNode.d.ts +2 -0
- package/dist/api/quantum/api/types/JsonNode.d.ts.map +1 -0
- package/dist/api/quantum/api/types/JsonNode.js +2 -0
- package/dist/api/quantum/api/types/OauthScope.d.ts +5 -0
- package/dist/api/quantum/api/types/OauthScope.d.ts.map +1 -0
- package/{src/api/platform/api/types/OauthScope.ts → dist/api/quantum/api/types/OauthScope.js} +1 -3
- package/dist/api/quantum/api/types/PageResponseJob.d.ts +9 -0
- package/dist/api/quantum/api/types/PageResponseJob.d.ts.map +1 -0
- package/dist/api/quantum/api/types/PageResponseJob.js +2 -0
- package/dist/api/quantum/api/types/PhotonicProperties.d.ts +7 -0
- package/dist/api/quantum/api/types/PhotonicProperties.d.ts.map +1 -0
- package/dist/api/quantum/api/types/PhotonicProperties.js +2 -0
- package/dist/api/quantum/api/types/Qubit.d.ts +4 -0
- package/dist/api/quantum/api/types/Qubit.d.ts.map +1 -0
- package/dist/api/quantum/api/types/Qubit.js +2 -0
- package/dist/api/quantum/api/types/ServiceExecutionId.d.ts +4 -0
- package/dist/api/quantum/api/types/ServiceExecutionId.d.ts.map +1 -0
- package/dist/api/quantum/api/types/ServiceExecutionId.js +2 -0
- package/dist/api/quantum/api/types/ShotsRange.d.ts +5 -0
- package/dist/api/quantum/api/types/ShotsRange.d.ts.map +1 -0
- package/dist/api/quantum/api/types/ShotsRange.js +2 -0
- package/dist/api/quantum/api/types/index.d.ts +23 -0
- package/dist/api/quantum/api/types/index.d.ts.map +1 -0
- package/dist/api/quantum/api/types/index.js +22 -0
- package/dist/api/quantum/auth/HeaderAuthProvider.d.ts +21 -0
- package/dist/api/quantum/auth/HeaderAuthProvider.d.ts.map +1 -0
- package/dist/api/quantum/auth/HeaderAuthProvider.js +33 -0
- package/dist/api/quantum/auth/index.d.ts +2 -0
- package/dist/api/quantum/auth/index.d.ts.map +1 -0
- package/{src/api/platform/core/auth/AuthProvider.ts → dist/api/quantum/core/auth/AuthProvider.d.ts} +4 -2
- package/dist/api/quantum/core/auth/AuthProvider.d.ts.map +1 -0
- package/dist/api/quantum/core/auth/AuthProvider.js +1 -0
- package/{src/api/platform/core/auth/AuthRequest.ts → dist/api/quantum/core/auth/AuthRequest.d.ts} +1 -0
- package/dist/api/quantum/core/auth/AuthRequest.d.ts.map +1 -0
- package/dist/api/quantum/core/auth/AuthRequest.js +1 -0
- package/dist/api/quantum/core/auth/BasicAuth.d.ts +9 -0
- package/dist/api/quantum/core/auth/BasicAuth.d.ts.map +1 -0
- package/{src/api/platform/core/auth/BasicAuth.ts → dist/api/quantum/core/auth/BasicAuth.js} +2 -10
- package/dist/api/quantum/core/auth/BearerToken.d.ts +8 -0
- package/dist/api/quantum/core/auth/BearerToken.d.ts.map +1 -0
- package/dist/api/quantum/core/auth/BearerToken.js +13 -0
- package/dist/api/quantum/core/auth/NoOpAuthProvider.d.ts +6 -0
- package/dist/api/quantum/core/auth/NoOpAuthProvider.d.ts.map +1 -0
- package/dist/api/quantum/core/auth/NoOpAuthProvider.js +5 -0
- package/{src/api/platform/core/auth/index.ts → dist/api/quantum/core/auth/index.d.ts} +1 -0
- package/dist/api/quantum/core/auth/index.d.ts.map +1 -0
- package/{src/api/service/core/auth/index.ts → dist/api/quantum/core/auth/index.js} +0 -2
- package/dist/api/quantum/core/base64.d.ts +3 -0
- package/dist/api/quantum/core/base64.d.ts.map +1 -0
- package/{src/api/service/core/base64.ts → dist/api/quantum/core/base64.js} +5 -10
- package/{src/api/platform/core/exports.ts → dist/api/quantum/core/exports.d.ts} +1 -1
- package/dist/api/quantum/core/exports.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/APIResponse.ts → dist/api/quantum/core/fetcher/APIResponse.d.ts} +1 -3
- package/dist/api/quantum/core/fetcher/APIResponse.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/APIResponse.js +1 -0
- package/{src/api/service/core/fetcher/BinaryResponse.ts → dist/api/quantum/core/fetcher/BinaryResponse.d.ts} +2 -16
- package/dist/api/quantum/core/fetcher/BinaryResponse.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/BinaryResponse.js +14 -0
- package/{src/api/platform/core/fetcher/EndpointMetadata.ts → dist/api/quantum/core/fetcher/EndpointMetadata.d.ts} +1 -0
- package/dist/api/quantum/core/fetcher/EndpointMetadata.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/EndpointMetadata.js +1 -0
- package/dist/api/quantum/core/fetcher/EndpointSupplier.d.ts +13 -0
- package/dist/api/quantum/core/fetcher/EndpointSupplier.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/EndpointSupplier.js +10 -0
- package/dist/api/quantum/core/fetcher/Fetcher.d.ts +49 -0
- package/dist/api/quantum/core/fetcher/Fetcher.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/Fetcher.ts → dist/api/quantum/core/fetcher/Fetcher.js} +42 -138
- package/dist/api/quantum/core/fetcher/Headers.d.ts +3 -0
- package/dist/api/quantum/core/fetcher/Headers.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/Headers.ts → dist/api/quantum/core/fetcher/Headers.js} +25 -35
- package/dist/api/quantum/core/fetcher/HttpResponsePromise.d.ts +59 -0
- package/dist/api/quantum/core/fetcher/HttpResponsePromise.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/HttpResponsePromise.ts → dist/api/quantum/core/fetcher/HttpResponsePromise.js} +22 -48
- package/dist/api/quantum/core/fetcher/RawResponse.d.ts +30 -0
- package/dist/api/quantum/core/fetcher/RawResponse.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/RawResponse.ts → dist/api/quantum/core/fetcher/RawResponse.js} +5 -26
- package/dist/api/quantum/core/fetcher/Supplier.d.ts +5 -0
- package/dist/api/quantum/core/fetcher/Supplier.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/Supplier.js +10 -0
- package/dist/api/quantum/core/fetcher/createRequestUrl.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/createRequestUrl.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/createRequestUrl.ts → dist/api/quantum/core/fetcher/createRequestUrl.js} +1 -2
- package/dist/api/quantum/core/fetcher/getErrorResponseBody.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/getErrorResponseBody.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/getErrorResponseBody.ts → dist/api/quantum/core/fetcher/getErrorResponseBody.js} +1 -4
- package/dist/api/quantum/core/fetcher/getFetchFn.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/getFetchFn.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/getFetchFn.js +3 -0
- package/dist/api/quantum/core/fetcher/getHeader.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/getHeader.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/getHeader.ts → dist/api/quantum/core/fetcher/getHeader.js} +1 -1
- package/dist/api/quantum/core/fetcher/getRequestBody.d.ts +8 -0
- package/dist/api/quantum/core/fetcher/getRequestBody.d.ts.map +1 -0
- package/dist/api/quantum/core/fetcher/getRequestBody.js +13 -0
- package/dist/api/quantum/core/fetcher/getResponseBody.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/getResponseBody.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/getResponseBody.ts → dist/api/quantum/core/fetcher/getResponseBody.js} +3 -6
- package/{src/api/platform/core/fetcher/index.ts → dist/api/quantum/core/fetcher/index.d.ts} +1 -0
- package/dist/api/quantum/core/fetcher/index.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/index.ts → dist/api/quantum/core/fetcher/index.js} +0 -5
- package/dist/api/quantum/core/fetcher/makeRequest.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/makeRequest.d.ts.map +1 -0
- package/{src/api/service/core/fetcher/makeRequest.ts → dist/api/quantum/core/fetcher/makeRequest.js} +3 -18
- package/dist/api/quantum/core/fetcher/requestWithRetries.d.ts +2 -0
- package/dist/api/quantum/core/fetcher/requestWithRetries.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/requestWithRetries.ts → dist/api/quantum/core/fetcher/requestWithRetries.js} +8 -19
- package/dist/api/quantum/core/fetcher/signals.d.ts +6 -0
- package/dist/api/quantum/core/fetcher/signals.d.ts.map +1 -0
- package/{src/api/platform/core/fetcher/signals.ts → dist/api/quantum/core/fetcher/signals.js} +5 -11
- package/dist/api/quantum/core/headers.d.ts +3 -0
- package/dist/api/quantum/core/headers.d.ts.map +1 -0
- package/{src/api/platform/core/headers.ts → dist/api/quantum/core/headers.js} +6 -12
- package/{src/api/platform/core/index.ts → dist/api/quantum/core/index.d.ts} +1 -2
- package/dist/api/quantum/core/index.d.ts.map +1 -0
- package/{src/api/service/core/json.ts → dist/api/quantum/core/json.d.ts} +3 -14
- package/dist/api/quantum/core/json.d.ts.map +1 -0
- package/{src/api/platform/core/json.ts → dist/api/quantum/core/json.js} +2 -10
- package/dist/api/quantum/core/logging/exports.d.ts +19 -0
- package/dist/api/quantum/core/logging/exports.d.ts.map +1 -0
- package/dist/api/quantum/core/logging/exports.js +9 -0
- package/dist/api/quantum/core/logging/index.d.ts +2 -0
- package/dist/api/quantum/core/logging/index.d.ts.map +1 -0
- package/{src/api/service/core/logging/logger.ts → dist/api/quantum/core/logging/logger.d.ts} +27 -103
- package/dist/api/quantum/core/logging/logger.d.ts.map +1 -0
- package/{src/api/platform/core/logging/logger.ts → dist/api/quantum/core/logging/logger.js} +23 -86
- package/{src/api/service/core/runtime/index.ts → dist/api/quantum/core/runtime/index.d.ts} +1 -0
- package/dist/api/quantum/core/runtime/index.d.ts.map +1 -0
- package/dist/api/quantum/core/runtime/runtime.d.ts +10 -0
- package/dist/api/quantum/core/runtime/runtime.d.ts.map +1 -0
- package/{src/api/service/core/runtime/runtime.ts → dist/api/quantum/core/runtime/runtime.js} +5 -40
- package/dist/api/quantum/core/url/encodePathParam.d.ts +2 -0
- package/dist/api/quantum/core/url/encodePathParam.d.ts.map +1 -0
- package/{src/api/service/core/url/encodePathParam.ts → dist/api/quantum/core/url/encodePathParam.js} +2 -2
- package/{src/api/service/core/url/index.ts → dist/api/quantum/core/url/index.d.ts} +1 -0
- package/dist/api/quantum/core/url/index.d.ts.map +1 -0
- package/dist/api/quantum/core/url/join.d.ts +2 -0
- package/dist/api/quantum/core/url/join.d.ts.map +1 -0
- package/{src/api/service/core/url/join.ts → dist/api/quantum/core/url/join.js} +13 -27
- package/dist/api/quantum/core/url/qs.d.ts +7 -0
- package/dist/api/quantum/core/url/qs.d.ts.map +1 -0
- package/{src/api/platform/core/url/qs.ts → dist/api/quantum/core/url/qs.js} +16 -26
- package/dist/api/quantum/environments.d.ts +5 -0
- package/dist/api/quantum/environments.d.ts.map +1 -0
- package/dist/api/quantum/environments.js +4 -0
- package/dist/api/quantum/errors/HubQuantumError.d.ts +13 -0
- package/dist/api/quantum/errors/HubQuantumError.d.ts.map +1 -0
- package/{src/api/service/errors/HubServiceError.ts → dist/api/quantum/errors/HubQuantumError.js} +7 -34
- package/dist/api/quantum/errors/HubQuantumTimeoutError.d.ts +4 -0
- package/dist/api/quantum/errors/HubQuantumTimeoutError.d.ts.map +1 -0
- package/{src/api/service/errors/HubServiceTimeoutError.ts → dist/api/quantum/errors/HubQuantumTimeoutError.js} +2 -4
- package/dist/api/quantum/errors/handleNonStatusCodeError.d.ts +3 -0
- package/dist/api/quantum/errors/handleNonStatusCodeError.d.ts.map +1 -0
- package/{src/api/service/errors/handleNonStatusCodeError.ts → dist/api/quantum/errors/handleNonStatusCodeError.js} +6 -14
- package/dist/api/quantum/errors/index.d.ts +3 -0
- package/dist/api/quantum/errors/index.d.ts.map +1 -0
- package/dist/api/quantum/errors/index.js +2 -0
- package/dist/api/quantum/exports.d.ts +2 -0
- package/dist/api/quantum/exports.d.ts.map +1 -0
- package/dist/api/quantum/index.d.ts +7 -0
- package/dist/api/quantum/index.d.ts.map +1 -0
- package/dist/api/quantum/index.js +5 -0
- package/dist/api/service/BaseClient.d.ts +1 -0
- package/dist/api/service/BaseClient.d.ts.map +1 -0
- package/dist/api/service/BaseClient.js +7 -44
- package/dist/api/service/Client.d.ts +1 -0
- package/dist/api/service/Client.d.ts.map +1 -0
- package/dist/api/service/Client.js +5 -9
- package/dist/api/service/api/index.d.ts +1 -0
- package/dist/api/service/api/index.d.ts.map +1 -0
- package/dist/api/service/api/index.js +2 -18
- package/dist/api/service/api/resources/index.d.ts +1 -0
- package/dist/api/service/api/resources/index.d.ts.map +1 -0
- package/dist/api/service/api/resources/index.js +2 -41
- package/dist/api/service/api/resources/serviceApi/client/Client.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/Client.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/Client.js +22 -59
- package/dist/api/service/api/resources/serviceApi/client/index.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/index.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/index.js +1 -17
- package/dist/api/service/api/resources/serviceApi/client/requests/CancelExecutionRequest.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/CancelExecutionRequest.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/CancelExecutionRequest.js +1 -2
- package/dist/api/service/api/resources/serviceApi/client/requests/GetLogsRequest.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetLogsRequest.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetLogsRequest.js +1 -2
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultFileRequest.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultFileRequest.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultFileRequest.js +1 -2
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultRequest.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultRequest.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetResultRequest.js +1 -2
- package/dist/api/service/api/resources/serviceApi/client/requests/GetStatusRequest.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetStatusRequest.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/GetStatusRequest.js +1 -2
- package/dist/api/service/api/resources/serviceApi/client/requests/index.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/index.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/client/requests/index.js +1 -2
- package/dist/api/service/api/resources/serviceApi/index.d.ts +1 -0
- package/dist/api/service/api/resources/serviceApi/index.d.ts.map +1 -0
- package/dist/api/service/api/resources/serviceApi/index.js +1 -17
- package/dist/api/service/api/types/HalLink.d.ts +1 -0
- package/dist/api/service/api/types/HalLink.d.ts.map +1 -0
- package/dist/api/service/api/types/HalLink.js +1 -2
- package/dist/api/service/api/types/LogEntry.d.ts +1 -0
- package/dist/api/service/api/types/LogEntry.d.ts.map +1 -0
- package/dist/api/service/api/types/LogEntry.js +2 -5
- package/dist/api/service/api/types/RequestBody.d.ts +1 -0
- package/dist/api/service/api/types/RequestBody.d.ts.map +1 -0
- package/dist/api/service/api/types/RequestBody.js +1 -2
- package/dist/api/service/api/types/ResultResponse.d.ts +1 -0
- package/dist/api/service/api/types/ResultResponse.d.ts.map +1 -0
- package/dist/api/service/api/types/ResultResponse.js +1 -2
- package/dist/api/service/api/types/ServiceExecution.d.ts +1 -0
- package/dist/api/service/api/types/ServiceExecution.d.ts.map +1 -0
- package/dist/api/service/api/types/ServiceExecution.js +2 -5
- package/dist/api/service/api/types/index.d.ts +1 -0
- package/dist/api/service/api/types/index.d.ts.map +1 -0
- package/dist/api/service/api/types/index.js +5 -21
- package/dist/api/service/auth/BearerAuthProvider.d.ts +1 -0
- package/dist/api/service/auth/BearerAuthProvider.d.ts.map +1 -0
- package/dist/api/service/auth/BearerAuthProvider.js +4 -41
- package/dist/api/service/auth/index.d.ts +1 -0
- package/dist/api/service/auth/index.d.ts.map +1 -0
- package/dist/api/service/auth/index.js +1 -5
- package/dist/api/service/core/auth/AuthProvider.d.ts +1 -0
- package/dist/api/service/core/auth/AuthProvider.d.ts.map +1 -0
- package/dist/api/service/core/auth/AuthProvider.js +1 -2
- package/dist/api/service/core/auth/AuthRequest.d.ts +1 -0
- package/dist/api/service/core/auth/AuthRequest.d.ts.map +1 -0
- package/dist/api/service/core/auth/AuthRequest.js +1 -2
- package/dist/api/service/core/auth/BasicAuth.d.ts +1 -0
- package/dist/api/service/core/auth/BasicAuth.d.ts.map +1 -0
- package/dist/api/service/core/auth/BasicAuth.js +4 -7
- package/dist/api/service/core/auth/BearerToken.d.ts +1 -0
- package/dist/api/service/core/auth/BearerToken.d.ts.map +1 -0
- package/dist/api/service/core/auth/BearerToken.js +1 -4
- package/dist/api/service/core/auth/NoOpAuthProvider.d.ts +1 -0
- package/dist/api/service/core/auth/NoOpAuthProvider.d.ts.map +1 -0
- package/dist/api/service/core/auth/NoOpAuthProvider.js +1 -5
- package/dist/api/service/core/auth/index.d.ts +1 -0
- package/dist/api/service/core/auth/index.d.ts.map +1 -0
- package/dist/api/service/core/auth/index.js +3 -9
- package/dist/api/service/core/base64.d.ts +1 -0
- package/dist/api/service/core/base64.d.ts.map +1 -0
- package/dist/api/service/core/base64.js +2 -6
- package/dist/api/service/core/exports.d.ts +1 -0
- package/dist/api/service/core/exports.d.ts.map +1 -0
- package/dist/api/service/core/exports.js +1 -17
- package/dist/api/service/core/fetcher/APIResponse.d.ts +1 -0
- package/dist/api/service/core/fetcher/APIResponse.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/APIResponse.js +1 -2
- package/dist/api/service/core/fetcher/BinaryResponse.d.ts +1 -0
- package/dist/api/service/core/fetcher/BinaryResponse.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/BinaryResponse.js +1 -4
- package/dist/api/service/core/fetcher/EndpointMetadata.d.ts +1 -0
- package/dist/api/service/core/fetcher/EndpointMetadata.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/EndpointMetadata.js +1 -2
- package/dist/api/service/core/fetcher/EndpointSupplier.d.ts +1 -0
- package/dist/api/service/core/fetcher/EndpointSupplier.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/EndpointSupplier.js +1 -4
- package/dist/api/service/core/fetcher/Fetcher.d.ts +1 -0
- package/dist/api/service/core/fetcher/Fetcher.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/Fetcher.js +32 -36
- package/dist/api/service/core/fetcher/Headers.d.ts +1 -0
- package/dist/api/service/core/fetcher/Headers.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/Headers.js +3 -5
- package/dist/api/service/core/fetcher/HttpResponsePromise.d.ts +1 -0
- package/dist/api/service/core/fetcher/HttpResponsePromise.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/HttpResponsePromise.js +1 -5
- package/dist/api/service/core/fetcher/RawResponse.d.ts +1 -0
- package/dist/api/service/core/fetcher/RawResponse.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/RawResponse.js +6 -10
- package/dist/api/service/core/fetcher/Supplier.d.ts +1 -0
- package/dist/api/service/core/fetcher/Supplier.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/Supplier.js +1 -4
- package/dist/api/service/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/api/service/core/fetcher/createRequestUrl.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/createRequestUrl.js +3 -6
- package/dist/api/service/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/api/service/core/fetcher/getErrorResponseBody.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/getErrorResponseBody.js +6 -9
- package/dist/api/service/core/fetcher/getFetchFn.d.ts +1 -0
- package/dist/api/service/core/fetcher/getFetchFn.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/getFetchFn.js +1 -4
- package/dist/api/service/core/fetcher/getHeader.d.ts +1 -0
- package/dist/api/service/core/fetcher/getHeader.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/getHeader.js +1 -4
- package/dist/api/service/core/fetcher/getRequestBody.d.ts +1 -0
- package/dist/api/service/core/fetcher/getRequestBody.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/getRequestBody.js +5 -8
- package/dist/api/service/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/api/service/core/fetcher/getResponseBody.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/getResponseBody.js +5 -8
- package/dist/api/service/core/fetcher/index.d.ts +1 -0
- package/dist/api/service/core/fetcher/index.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/index.js +6 -17
- package/dist/api/service/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/api/service/core/fetcher/makeRequest.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/makeRequest.js +4 -8
- package/dist/api/service/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/api/service/core/fetcher/requestWithRetries.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/requestWithRetries.js +1 -4
- package/dist/api/service/core/fetcher/signals.d.ts +1 -0
- package/dist/api/service/core/fetcher/signals.d.ts.map +1 -0
- package/dist/api/service/core/fetcher/signals.js +2 -6
- package/dist/api/service/core/headers.d.ts +1 -0
- package/dist/api/service/core/headers.d.ts.map +1 -0
- package/dist/api/service/core/headers.js +2 -6
- package/dist/api/service/core/index.d.ts +1 -0
- package/dist/api/service/core/index.d.ts.map +1 -0
- package/dist/api/service/core/index.js +6 -45
- package/dist/api/service/core/json.d.ts +1 -0
- package/dist/api/service/core/json.d.ts.map +1 -0
- package/dist/api/service/core/json.js +2 -7
- package/dist/api/service/core/logging/exports.d.ts +1 -0
- package/dist/api/service/core/logging/exports.d.ts.map +1 -0
- package/dist/api/service/core/logging/exports.js +3 -39
- package/dist/api/service/core/logging/index.d.ts +1 -0
- package/dist/api/service/core/logging/index.d.ts.map +1 -0
- package/dist/api/service/core/logging/index.js +1 -17
- package/dist/api/service/core/logging/logger.d.ts +1 -0
- package/dist/api/service/core/logging/logger.d.ts.map +1 -0
- package/dist/api/service/core/logging/logger.js +14 -20
- package/dist/api/service/core/runtime/index.d.ts +1 -0
- package/dist/api/service/core/runtime/index.d.ts.map +1 -0
- package/dist/api/service/core/runtime/index.js +1 -5
- package/dist/api/service/core/runtime/runtime.d.ts +1 -0
- package/dist/api/service/core/runtime/runtime.d.ts.map +1 -0
- package/dist/api/service/core/runtime/runtime.js +1 -4
- package/dist/api/service/core/url/encodePathParam.d.ts +1 -0
- package/dist/api/service/core/url/encodePathParam.d.ts.map +1 -0
- package/dist/api/service/core/url/encodePathParam.js +1 -4
- package/dist/api/service/core/url/index.d.ts +1 -0
- package/dist/api/service/core/url/index.d.ts.map +1 -0
- package/dist/api/service/core/url/index.js +3 -9
- package/dist/api/service/core/url/join.d.ts +1 -0
- package/dist/api/service/core/url/join.d.ts.map +1 -0
- package/dist/api/service/core/url/join.js +1 -4
- package/dist/api/service/core/url/qs.d.ts +1 -0
- package/dist/api/service/core/url/qs.d.ts.map +1 -0
- package/dist/api/service/core/url/qs.js +1 -4
- package/dist/api/service/environments.d.ts +1 -0
- package/dist/api/service/environments.d.ts.map +1 -0
- package/dist/api/service/environments.js +1 -4
- package/dist/api/service/errors/HubServiceError.d.ts +1 -0
- package/dist/api/service/errors/HubServiceError.d.ts.map +1 -0
- package/dist/api/service/errors/HubServiceError.js +3 -7
- package/dist/api/service/errors/HubServiceTimeoutError.d.ts +1 -0
- package/dist/api/service/errors/HubServiceTimeoutError.d.ts.map +1 -0
- package/dist/api/service/errors/HubServiceTimeoutError.js +1 -5
- package/dist/api/service/errors/handleNonStatusCodeError.d.ts +1 -0
- package/dist/api/service/errors/handleNonStatusCodeError.d.ts.map +1 -0
- package/dist/api/service/errors/handleNonStatusCodeError.js +2 -38
- package/dist/api/service/errors/index.d.ts +1 -0
- package/dist/api/service/errors/index.d.ts.map +1 -0
- package/dist/api/service/errors/index.js +2 -7
- package/dist/api/service/exports.d.ts +1 -0
- package/dist/api/service/exports.d.ts.map +1 -0
- package/dist/api/service/exports.js +1 -17
- package/dist/api/service/index.d.ts +1 -0
- package/dist/api/service/index.d.ts.map +1 -0
- package/dist/api/service/index.js +5 -48
- package/package.json +19 -5
- package/eslint.config.mjs +0 -11
- package/src/api/platform/BaseClient.ts +0 -87
- package/src/api/platform/Client.ts +0 -78
- package/src/api/platform/api/errors/BadRequestError.ts +0 -21
- package/src/api/platform/api/resources/applications/client/Client.ts +0 -514
- package/src/api/platform/api/resources/applications/client/requests/CreateApplicationRequest.ts +0 -9
- package/src/api/platform/api/resources/applications/client/requests/DeleteApplicationRequest.ts +0 -11
- package/src/api/platform/api/resources/applications/client/requests/GetApplicationAccessKeysRequest.ts +0 -11
- package/src/api/platform/api/resources/applications/client/requests/GetApplicationRequest.ts +0 -11
- package/src/api/platform/api/resources/applications/client/requests/GetApplicationSubscriptionsRequest.ts +0 -11
- package/src/api/platform/api/resources/applications/client/requests/index.ts +0 -5
- package/src/api/platform/api/resources/dataPoolShares/client/Client.ts +0 -662
- package/src/api/platform/api/resources/dataPoolShares/client/requests/AddConstraint1Request.ts +0 -17
- package/src/api/platform/api/resources/dataPoolShares/client/requests/DeleteConstraint1Request.ts +0 -15
- package/src/api/platform/api/resources/dataPoolShares/client/requests/DeleteShare1Request.ts +0 -13
- package/src/api/platform/api/resources/dataPoolShares/client/requests/GetSharesForDataPoolRequest.ts +0 -11
- package/src/api/platform/api/resources/dataPoolShares/client/requests/ShareDataPoolRequest.ts +0 -15
- package/src/api/platform/api/resources/dataPoolShares/client/requests/UpdateRole1Request.ts +0 -17
- package/src/api/platform/api/resources/dataPoolShares/client/requests/UpdateTimeBasedConstraint1Request.ts +0 -22
- package/src/api/platform/api/resources/dataPoolShares/client/requests/index.ts +0 -7
- package/src/api/platform/api/resources/dataPoolShares/types/AddConstraint1Response.ts +0 -5
- package/src/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1RequestBody.ts +0 -5
- package/src/api/platform/api/resources/dataPoolShares/types/UpdateTimeBasedConstraint1Response.ts +0 -5
- package/src/api/platform/api/resources/dataPoolShares/types/index.ts +0 -3
- package/src/api/platform/api/resources/dataPools/client/Client.ts +0 -767
- package/src/api/platform/api/resources/dataPools/client/requests/AddDataPoolFileRequest.ts +0 -16
- package/src/api/platform/api/resources/dataPools/client/requests/CreateDataPoolRequest.ts +0 -16
- package/src/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolFileRequest.ts +0 -13
- package/src/api/platform/api/resources/dataPools/client/requests/DeleteDataPoolRequest.ts +0 -11
- package/src/api/platform/api/resources/dataPools/client/requests/GetDataPoolFileRequest.ts +0 -13
- package/src/api/platform/api/resources/dataPools/client/requests/GetDataPoolFilesRequest.ts +0 -11
- package/src/api/platform/api/resources/dataPools/client/requests/GetDataPoolRequest.ts +0 -11
- package/src/api/platform/api/resources/dataPools/client/requests/UpdateDataPoolRequest.ts +0 -19
- package/src/api/platform/api/resources/dataPools/client/requests/index.ts +0 -8
- package/src/api/platform/api/resources/index.ts +0 -23
- package/src/api/platform/api/resources/organizations/client/Client.ts +0 -110
- package/src/api/platform/api/resources/organizations/client/requests/GetServiceExecutions1Request.ts +0 -11
- package/src/api/platform/api/resources/organizations/client/requests/index.ts +0 -1
- package/src/api/platform/api/resources/organizations/index.ts +0 -1
- package/src/api/platform/api/resources/quantumJobs/client/Client.ts +0 -104
- package/src/api/platform/api/resources/quantumJobs/client/index.ts +0 -1
- package/src/api/platform/api/resources/quantumJobs/client/requests/GetQuantumJobCostsRequest.ts +0 -11
- package/src/api/platform/api/resources/quantumJobs/client/requests/index.ts +0 -1
- package/src/api/platform/api/resources/quantumJobs/index.ts +0 -1
- package/src/api/platform/api/resources/quantumWorkloads/client/Client.ts +0 -104
- package/src/api/platform/api/resources/quantumWorkloads/client/index.ts +0 -1
- package/src/api/platform/api/resources/quantumWorkloads/client/requests/GetQuantumWorkloadCostsRequest.ts +0 -11
- package/src/api/platform/api/resources/quantumWorkloads/client/requests/index.ts +0 -1
- package/src/api/platform/api/resources/quantumWorkloads/index.ts +0 -1
- package/src/api/platform/api/resources/serviceExecutions/client/Client.ts +0 -788
- package/src/api/platform/api/resources/serviceExecutions/client/index.ts +0 -1
- package/src/api/platform/api/resources/serviceExecutions/client/requests/CancelServiceExecutionRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionCostsRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionLogsRequest.ts +0 -15
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionMetricsRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultFileRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionResultRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/GetServiceExecutionsRequest.ts +0 -26
- package/src/api/platform/api/resources/serviceExecutions/client/requests/HeadServiceExecutionRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceExecutions/client/requests/index.ts +0 -9
- package/src/api/platform/api/resources/serviceExecutions/types/GetServiceExecutionResponse.ts +0 -5
- package/src/api/platform/api/resources/serviceExecutions/types/index.ts +0 -1
- package/src/api/platform/api/resources/serviceJobs/client/Client.ts +0 -367
- package/src/api/platform/api/resources/serviceJobs/client/index.ts +0 -1
- package/src/api/platform/api/resources/serviceJobs/client/requests/CreateServiceJobRequest.ts +0 -16
- package/src/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceJobs/client/requests/GetServiceJobsRequest.ts +0 -24
- package/src/api/platform/api/resources/serviceJobs/client/requests/RerunServiceJobRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceJobs/client/requests/index.ts +0 -4
- package/src/api/platform/api/resources/serviceJobs/index.ts +0 -1
- package/src/api/platform/api/resources/serviceShares/client/Client.ts +0 -662
- package/src/api/platform/api/resources/serviceShares/client/index.ts +0 -1
- package/src/api/platform/api/resources/serviceShares/client/requests/AddConstraintRequest.ts +0 -17
- package/src/api/platform/api/resources/serviceShares/client/requests/DeleteConstraintRequest.ts +0 -15
- package/src/api/platform/api/resources/serviceShares/client/requests/DeleteShareRequest.ts +0 -13
- package/src/api/platform/api/resources/serviceShares/client/requests/GetSharesForServiceRequest.ts +0 -11
- package/src/api/platform/api/resources/serviceShares/client/requests/ShareServiceRequest.ts +0 -15
- package/src/api/platform/api/resources/serviceShares/client/requests/UpdateRoleRequest.ts +0 -17
- package/src/api/platform/api/resources/serviceShares/client/requests/UpdateTimeBasedConstraintRequest.ts +0 -22
- package/src/api/platform/api/resources/serviceShares/client/requests/index.ts +0 -7
- package/src/api/platform/api/resources/serviceShares/index.ts +0 -2
- package/src/api/platform/api/resources/serviceShares/types/AddConstraintResponse.ts +0 -5
- package/src/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintRequestBody.ts +0 -5
- package/src/api/platform/api/resources/serviceShares/types/UpdateTimeBasedConstraintResponse.ts +0 -5
- package/src/api/platform/api/resources/serviceShares/types/index.ts +0 -3
- package/src/api/platform/api/resources/subscriptions/client/Client.ts +0 -355
- package/src/api/platform/api/resources/subscriptions/client/index.ts +0 -1
- package/src/api/platform/api/resources/subscriptions/client/requests/CreateSubscriptionRequest.ts +0 -10
- package/src/api/platform/api/resources/subscriptions/client/requests/DeleteSubscriptionRequest.ts +0 -11
- package/src/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionRequest.ts +0 -11
- package/src/api/platform/api/resources/subscriptions/client/requests/GetSubscriptionServiceExecutionsRequest.ts +0 -11
- package/src/api/platform/api/resources/subscriptions/client/requests/index.ts +0 -4
- package/src/api/platform/api/resources/subscriptions/index.ts +0 -1
- package/src/api/platform/api/types/AccessKey.ts +0 -15
- package/src/api/platform/api/types/ActivityInstance.ts +0 -23
- package/src/api/platform/api/types/ApplicationDto.ts +0 -22
- package/src/api/platform/api/types/CostEntry.ts +0 -22
- package/src/api/platform/api/types/CreateShareConstraintDto.ts +0 -11
- package/src/api/platform/api/types/CreateShareRequestDto.ts +0 -17
- package/src/api/platform/api/types/CreateTimeBasedConstraintDto.ts +0 -6
- package/src/api/platform/api/types/DataPoolDto.ts +0 -28
- package/src/api/platform/api/types/DataPoolFileDto.ts +0 -18
- package/src/api/platform/api/types/Incident.ts +0 -10
- package/src/api/platform/api/types/LogEntry.ts +0 -22
- package/src/api/platform/api/types/MetricDataPoint.ts +0 -11
- package/src/api/platform/api/types/OrganizationSearchResultDto.ts +0 -6
- package/src/api/platform/api/types/OrganizationTenant.ts +0 -5
- package/src/api/platform/api/types/PageResponseServiceExecutionDto.ts +0 -31
- package/src/api/platform/api/types/PageResponseServiceJobDto.ts +0 -31
- package/src/api/platform/api/types/PricingPlanDto.ts +0 -18
- package/src/api/platform/api/types/ProductDto.ts +0 -39
- package/src/api/platform/api/types/QuantumJobCosts.ts +0 -5
- package/src/api/platform/api/types/QuantumWorkloadCosts.ts +0 -11
- package/src/api/platform/api/types/ServiceConsumerDto.ts +0 -27
- package/src/api/platform/api/types/ServiceExecution.ts +0 -6
- package/src/api/platform/api/types/ServiceExecutionCosts.ts +0 -5
- package/src/api/platform/api/types/ServiceExecutionDto.ts +0 -44
- package/src/api/platform/api/types/ServiceExecutionLogs.ts +0 -5
- package/src/api/platform/api/types/ServiceExecutionMetrics.ts +0 -23
- package/src/api/platform/api/types/ServiceJobDto.ts +0 -45
- package/src/api/platform/api/types/ShareConstraintDto.ts +0 -18
- package/src/api/platform/api/types/ShareDto.ts +0 -27
- package/src/api/platform/api/types/SortOrder.ts +0 -20
- package/src/api/platform/api/types/SubscriptionDto.ts +0 -11
- package/src/api/platform/api/types/TenantId.ts +0 -19
- package/src/api/platform/api/types/TimeBasedConstraintDto.ts +0 -7
- package/src/api/platform/api/types/UpdateResourceShareRoleDto.ts +0 -14
- package/src/api/platform/api/types/VariableInstance.ts +0 -11
- package/src/api/platform/api/types/WorkflowInstance.ts +0 -25
- package/src/api/platform/api/types/WorkflowServiceExecutionDto.ts +0 -48
- package/src/api/platform/api/types/index.ts +0 -39
- package/src/api/platform/auth/HeaderAuthProvider.ts +0 -48
- package/src/api/platform/core/auth/BearerToken.ts +0 -20
- package/src/api/platform/core/auth/NoOpAuthProvider.ts +0 -8
- package/src/api/platform/core/base64.ts +0 -27
- package/src/api/platform/core/fetcher/APIResponse.ts +0 -23
- package/src/api/platform/core/fetcher/BinaryResponse.ts +0 -34
- package/src/api/platform/core/fetcher/EndpointSupplier.ts +0 -14
- package/src/api/platform/core/fetcher/Fetcher.ts +0 -397
- package/src/api/platform/core/fetcher/RawResponse.ts +0 -61
- package/src/api/platform/core/fetcher/Supplier.ts +0 -11
- package/src/api/platform/core/fetcher/getErrorResponseBody.ts +0 -33
- package/src/api/platform/core/fetcher/getFetchFn.ts +0 -3
- package/src/api/platform/core/fetcher/getRequestBody.ts +0 -20
- package/src/api/platform/core/fetcher/makeRequest.ts +0 -42
- package/src/api/platform/core/file/exports.ts +0 -1
- package/src/api/platform/core/file/file.ts +0 -217
- package/src/api/platform/core/file/index.ts +0 -2
- package/src/api/platform/core/file/types.ts +0 -81
- package/src/api/platform/core/form-data-utils/FormDataWrapper.ts +0 -140
- package/src/api/platform/core/form-data-utils/encodeAsFormParameter.ts +0 -12
- package/src/api/platform/core/form-data-utils/index.ts +0 -2
- package/src/api/platform/core/logging/exports.ts +0 -19
- package/src/api/platform/core/runtime/runtime.ts +0 -134
- package/src/api/platform/core/url/encodePathParam.ts +0 -18
- package/src/api/platform/core/url/join.ts +0 -79
- package/src/api/platform/environments.ts +0 -7
- package/src/api/platform/errors/HubPlatformError.ts +0 -58
- package/src/api/platform/errors/HubPlatformTimeoutError.ts +0 -13
- package/src/api/platform/errors/handleNonStatusCodeError.ts +0 -37
- package/src/api/platform/errors/index.ts +0 -2
- package/src/api/platform/index.ts +0 -6
- package/src/api/service/Client.ts +0 -24
- package/src/api/service/api/resources/index.ts +0 -2
- package/src/api/service/api/resources/serviceApi/client/Client.ts +0 -443
- package/src/api/service/api/resources/serviceApi/client/index.ts +0 -1
- package/src/api/service/api/resources/serviceApi/client/requests/CancelExecutionRequest.ts +0 -12
- package/src/api/service/api/resources/serviceApi/client/requests/GetLogsRequest.ts +0 -12
- package/src/api/service/api/resources/serviceApi/client/requests/GetResultFileRequest.ts +0 -8
- package/src/api/service/api/resources/serviceApi/client/requests/GetResultRequest.ts +0 -12
- package/src/api/service/api/resources/serviceApi/client/requests/GetStatusRequest.ts +0 -12
- package/src/api/service/api/resources/serviceApi/client/requests/index.ts +0 -5
- package/src/api/service/api/resources/serviceApi/index.ts +0 -1
- package/src/api/service/api/types/HalLink.ts +0 -20
- package/src/api/service/api/types/LogEntry.ts +0 -22
- package/src/api/service/api/types/ResultResponse.ts +0 -20
- package/src/api/service/api/types/ServiceExecution.ts +0 -41
- package/src/api/service/api/types/index.ts +0 -5
- package/src/api/service/auth/BearerAuthProvider.ts +0 -47
- package/src/api/service/auth/index.ts +0 -1
- package/src/api/service/core/auth/AuthProvider.ts +0 -6
- package/src/api/service/core/auth/AuthRequest.ts +0 -9
- package/src/api/service/core/auth/BasicAuth.ts +0 -32
- package/src/api/service/core/auth/BearerToken.ts +0 -20
- package/src/api/service/core/auth/NoOpAuthProvider.ts +0 -8
- package/src/api/service/core/fetcher/EndpointMetadata.ts +0 -13
- package/src/api/service/core/fetcher/EndpointSupplier.ts +0 -14
- package/src/api/service/core/fetcher/Headers.ts +0 -93
- package/src/api/service/core/fetcher/HttpResponsePromise.ts +0 -116
- package/src/api/service/core/fetcher/Supplier.ts +0 -11
- package/src/api/service/core/fetcher/createRequestUrl.ts +0 -6
- package/src/api/service/core/fetcher/getFetchFn.ts +0 -3
- package/src/api/service/core/fetcher/getHeader.ts +0 -8
- package/src/api/service/core/fetcher/getRequestBody.ts +0 -20
- package/src/api/service/core/fetcher/getResponseBody.ts +0 -58
- package/src/api/service/core/fetcher/requestWithRetries.ts +0 -64
- package/src/api/service/core/fetcher/signals.ts +0 -26
- package/src/api/service/core/headers.ts +0 -33
- package/src/api/service/core/logging/exports.ts +0 -19
- package/src/api/service/core/logging/index.ts +0 -1
- package/src/api/service/core/url/qs.ts +0 -74
- package/src/api/service/environments.ts +0 -7
- package/src/api/service/errors/index.ts +0 -2
- package/src/api/service/exports.ts +0 -1
- package/src/api/service/index.ts +0 -6
- package/src/client.test.ts +0 -29
- package/tsconfig.json +0 -18
- package/tsconfig.tsbuildinfo +0 -1
- /package/{src/api/platform/api/index.ts → dist/api/quantum/api/index.js} +0 -0
- /package/{src/api/platform/api/resources/applications/client/index.ts → dist/api/quantum/api/resources/backends/client/index.js} +0 -0
- /package/{src/api/platform/api/resources/applications/index.ts → dist/api/quantum/api/resources/backends/index.js} +0 -0
- /package/{src/api/platform/api/resources/dataPoolShares/client/index.ts → dist/api/quantum/api/resources/jobs/client/index.js} +0 -0
- /package/{src/api/platform/api/resources/dataPoolShares/index.ts → dist/api/quantum/api/resources/jobs/index.js} +0 -0
- /package/{src/api/platform/auth/index.ts → dist/api/quantum/auth/index.js} +0 -0
- /package/{src/api/service/core/exports.ts → dist/api/quantum/core/exports.js} +0 -0
- /package/{src/api/service/core/index.ts → dist/api/quantum/core/index.js} +0 -0
- /package/{src/api/platform/core/logging/index.ts → dist/api/quantum/core/logging/index.js} +0 -0
- /package/{src/api/platform/core/runtime/index.ts → dist/api/quantum/core/runtime/index.js} +0 -0
- /package/{src/api/platform/core/url/index.ts → dist/api/quantum/core/url/index.js} +0 -0
- /package/{src/api/platform/exports.ts → dist/api/quantum/exports.js} +0 -0
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RUNTIME = void 0;
|
|
4
1
|
/**
|
|
5
2
|
* A constant that indicates which environment and version the SDK is running in.
|
|
6
3
|
*/
|
|
7
|
-
|
|
4
|
+
export const RUNTIME = evaluateRuntime();
|
|
8
5
|
function evaluateRuntime() {
|
|
9
6
|
/**
|
|
10
7
|
* A constant that indicates whether the environment the code is running is a Web Browser.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encodePathParam.d.ts","sourceRoot":"","sources":["../../../../../src/api/platform/core/url/encodePathParam.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAiBtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/platform/core/url/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var encodePathParam_js_1 = require("./encodePathParam.js");
|
|
5
|
-
Object.defineProperty(exports, "encodePathParam", { enumerable: true, get: function () { return encodePathParam_js_1.encodePathParam; } });
|
|
6
|
-
var join_js_1 = require("./join.js");
|
|
7
|
-
Object.defineProperty(exports, "join", { enumerable: true, get: function () { return join_js_1.join; } });
|
|
8
|
-
var qs_js_1 = require("./qs.js");
|
|
9
|
-
Object.defineProperty(exports, "toQueryString", { enumerable: true, get: function () { return qs_js_1.toQueryString; } });
|
|
1
|
+
export { encodePathParam } from "./encodePathParam.js";
|
|
2
|
+
export { join } from "./join.js";
|
|
3
|
+
export { toQueryString } from "./qs.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../src/api/platform/core/url/join.ts"],"names":[],"mappings":"AAAA,wBAAgB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,CAmChE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qs.d.ts","sourceRoot":"","sources":["../../../../../src/api/platform/core/url/qs.ts"],"names":[],"mappings":"AAAA,UAAU,kBAAkB;IACxB,WAAW,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AA4DD,wBAAgB,aAAa,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,MAAM,CAUhF"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.toQueryString = toQueryString;
|
|
4
1
|
const defaultQsOptions = {
|
|
5
2
|
arrayFormat: "indices",
|
|
6
3
|
encode: true,
|
|
@@ -55,7 +52,7 @@ function stringifyObject(obj, prefix = "", options) {
|
|
|
55
52
|
}
|
|
56
53
|
return parts;
|
|
57
54
|
}
|
|
58
|
-
function toQueryString(obj, options) {
|
|
55
|
+
export function toQueryString(obj, options) {
|
|
59
56
|
if (obj == null || typeof obj !== "object") {
|
|
60
57
|
return "";
|
|
61
58
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../../src/api/platform/environments.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;CAEzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,OAAO,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
|
|
4
|
-
exports.HubPlatformEnvironment = void 0;
|
|
5
|
-
exports.HubPlatformEnvironment = {
|
|
2
|
+
export const HubPlatformEnvironment = {
|
|
6
3
|
Default: "https://api.hub.kipu-quantum.com/qc-catalog",
|
|
7
4
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubPlatformError.d.ts","sourceRoot":"","sources":["../../../../src/api/platform/errors/HubPlatformError.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,kBAAkB,CAAC;AAG9C,qBAAa,gBAAiB,SAAQ,KAAK;IACvC,SAAgB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpC,SAAgB,IAAI,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAgB,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,CAAC;gBAEnC,EACR,OAAO,EACP,UAAU,EACV,IAAI,EACJ,WAAW,GACd,EAAE;QACC,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,CAAC;KAClC;CAYJ"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const json_js_1 = require("../core/json.js");
|
|
6
|
-
class HubPlatformError extends Error {
|
|
2
|
+
import { toJson } from "../core/json.js";
|
|
3
|
+
export class HubPlatformError extends Error {
|
|
7
4
|
statusCode;
|
|
8
5
|
body;
|
|
9
6
|
rawResponse;
|
|
@@ -19,7 +16,6 @@ class HubPlatformError extends Error {
|
|
|
19
16
|
this.rawResponse = rawResponse;
|
|
20
17
|
}
|
|
21
18
|
}
|
|
22
|
-
exports.HubPlatformError = HubPlatformError;
|
|
23
19
|
function buildMessage({ message, statusCode, body, }) {
|
|
24
20
|
const lines = [];
|
|
25
21
|
if (message != null) {
|
|
@@ -29,7 +25,7 @@ function buildMessage({ message, statusCode, body, }) {
|
|
|
29
25
|
lines.push(`Status code: ${statusCode.toString()}`);
|
|
30
26
|
}
|
|
31
27
|
if (body != null) {
|
|
32
|
-
lines.push(`Body: ${
|
|
28
|
+
lines.push(`Body: ${toJson(body, undefined, 2)}`);
|
|
33
29
|
}
|
|
34
30
|
return lines.join("\n");
|
|
35
31
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HubPlatformTimeoutError.d.ts","sourceRoot":"","sources":["../../../../src/api/platform/errors/HubPlatformTimeoutError.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAwB,SAAQ,KAAK;gBAClC,OAAO,EAAE,MAAM;CAS9B"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
|
|
4
|
-
exports.HubPlatformTimeoutError = void 0;
|
|
5
|
-
class HubPlatformTimeoutError extends Error {
|
|
2
|
+
export class HubPlatformTimeoutError extends Error {
|
|
6
3
|
constructor(message) {
|
|
7
4
|
super(message);
|
|
8
5
|
Object.setPrototypeOf(this, new.target.prototype);
|
|
@@ -12,4 +9,3 @@ class HubPlatformTimeoutError extends Error {
|
|
|
12
9
|
this.name = this.constructor.name;
|
|
13
10
|
}
|
|
14
11
|
}
|
|
15
|
-
exports.HubPlatformTimeoutError = HubPlatformTimeoutError;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleNonStatusCodeError.d.ts","sourceRoot":"","sources":["../../../../src/api/platform/errors/handleNonStatusCodeError.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,kBAAkB,CAAC;AAG9C,wBAAgB,wBAAwB,CACpC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,EACzB,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,GACb,KAAK,CA0BP"}
|
|
@@ -1,42 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.handleNonStatusCodeError = handleNonStatusCodeError;
|
|
38
|
-
const errors = __importStar(require("./index.js"));
|
|
39
|
-
function handleNonStatusCodeError(error, rawResponse, method, path) {
|
|
2
|
+
import * as errors from "./index.js";
|
|
3
|
+
export function handleNonStatusCodeError(error, rawResponse, method, path) {
|
|
40
4
|
switch (error.reason) {
|
|
41
5
|
case "non-json":
|
|
42
6
|
throw new errors.HubPlatformError({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/platform/errors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.HubPlatformTimeoutError = exports.HubPlatformError = void 0;
|
|
4
|
-
var HubPlatformError_js_1 = require("./HubPlatformError.js");
|
|
5
|
-
Object.defineProperty(exports, "HubPlatformError", { enumerable: true, get: function () { return HubPlatformError_js_1.HubPlatformError; } });
|
|
6
|
-
var HubPlatformTimeoutError_js_1 = require("./HubPlatformTimeoutError.js");
|
|
7
|
-
Object.defineProperty(exports, "HubPlatformTimeoutError", { enumerable: true, get: function () { return HubPlatformTimeoutError_js_1.HubPlatformTimeoutError; } });
|
|
1
|
+
export { HubPlatformError } from "./HubPlatformError.js";
|
|
2
|
+
export { HubPlatformTimeoutError } from "./HubPlatformTimeoutError.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/api/platform/exports.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./core/exports.js"), exports);
|
|
1
|
+
export * from "./core/exports.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/platform/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAC9E,cAAc,cAAc,CAAC"}
|
|
@@ -1,48 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.HubPlatformTimeoutError = exports.HubPlatformError = exports.HubPlatformEnvironment = exports.HubPlatformClient = exports.HubPlatform = void 0;
|
|
40
|
-
exports.HubPlatform = __importStar(require("./api/index.js"));
|
|
41
|
-
var Client_js_1 = require("./Client.js");
|
|
42
|
-
Object.defineProperty(exports, "HubPlatformClient", { enumerable: true, get: function () { return Client_js_1.HubPlatformClient; } });
|
|
43
|
-
var environments_js_1 = require("./environments.js");
|
|
44
|
-
Object.defineProperty(exports, "HubPlatformEnvironment", { enumerable: true, get: function () { return environments_js_1.HubPlatformEnvironment; } });
|
|
45
|
-
var index_js_1 = require("./errors/index.js");
|
|
46
|
-
Object.defineProperty(exports, "HubPlatformError", { enumerable: true, get: function () { return index_js_1.HubPlatformError; } });
|
|
47
|
-
Object.defineProperty(exports, "HubPlatformTimeoutError", { enumerable: true, get: function () { return index_js_1.HubPlatformTimeoutError; } });
|
|
48
|
-
__exportStar(require("./exports.js"), exports);
|
|
1
|
+
export * as HubPlatform from "./api/index.js";
|
|
2
|
+
export { HubPlatformClient } from "./Client.js";
|
|
3
|
+
export { HubPlatformEnvironment } from "./environments.js";
|
|
4
|
+
export { HubPlatformError, HubPlatformTimeoutError } from "./errors/index.js";
|
|
5
|
+
export * from "./exports.js";
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { BearerAuthProvider } from "./auth/BearerAuthProvider.js";
|
|
4
|
-
import { mergeHeaders } from "./core/headers.js";
|
|
1
|
+
import { HeaderAuthProvider } from "./auth/HeaderAuthProvider.js";
|
|
5
2
|
import * as core from "./core/index.js";
|
|
6
3
|
import type * as environments from "./environments.js";
|
|
7
|
-
|
|
8
4
|
export type BaseClientOptions = {
|
|
9
|
-
environment?: core.Supplier<environments.
|
|
5
|
+
environment?: core.Supplier<environments.HubQuantumEnvironment | string>;
|
|
10
6
|
/** Specify a custom URL to connect the client to. */
|
|
11
7
|
baseUrl?: core.Supplier<string>;
|
|
8
|
+
/** Override the x-organizationid header */
|
|
9
|
+
organizationid?: core.Supplier<string | undefined>;
|
|
12
10
|
/** Additional headers to include in requests. */
|
|
13
11
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
14
12
|
/** The default maximum time to wait for a response in seconds. */
|
|
@@ -19,8 +17,7 @@ export type BaseClientOptions = {
|
|
|
19
17
|
fetch?: typeof fetch;
|
|
20
18
|
/** Configure logging for the client. */
|
|
21
19
|
logging?: core.logging.LogConfig | core.logging.Logger;
|
|
22
|
-
} &
|
|
23
|
-
|
|
20
|
+
} & HeaderAuthProvider.AuthOptions;
|
|
24
21
|
export interface BaseRequestOptions {
|
|
25
22
|
/** The maximum time to wait for a response in seconds. */
|
|
26
23
|
timeoutInSeconds?: number;
|
|
@@ -28,55 +25,20 @@ export interface BaseRequestOptions {
|
|
|
28
25
|
maxRetries?: number;
|
|
29
26
|
/** A hook to abort the request. */
|
|
30
27
|
abortSignal?: AbortSignal;
|
|
28
|
+
/** Override the x-organizationid header */
|
|
29
|
+
organizationid?: string | undefined;
|
|
31
30
|
/** Additional query string parameters to include in the request. */
|
|
32
31
|
queryParams?: Record<string, unknown>;
|
|
33
32
|
/** Additional headers to include in the request. */
|
|
34
33
|
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
35
34
|
}
|
|
36
|
-
|
|
37
35
|
export type NormalizedClientOptions<T extends BaseClientOptions = BaseClientOptions> = T & {
|
|
38
36
|
logging: core.logging.Logger;
|
|
39
37
|
authProvider?: core.AuthProvider;
|
|
40
38
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export function normalizeClientOptions<T extends BaseClientOptions = BaseClientOptions>(
|
|
48
|
-
options: T,
|
|
49
|
-
): NormalizedClientOptions<T> {
|
|
50
|
-
const headers = mergeHeaders(
|
|
51
|
-
{
|
|
52
|
-
"X-Fern-Language": "JavaScript",
|
|
53
|
-
"X-Fern-Runtime": core.RUNTIME.type,
|
|
54
|
-
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
55
|
-
},
|
|
56
|
-
options?.headers,
|
|
57
|
-
);
|
|
58
|
-
|
|
59
|
-
return {
|
|
60
|
-
...options,
|
|
61
|
-
logging: core.logging.createLogger(options?.logging),
|
|
62
|
-
headers,
|
|
63
|
-
} as NormalizedClientOptions<T>;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export function normalizeClientOptionsWithAuth<T extends BaseClientOptions = BaseClientOptions>(
|
|
67
|
-
options: T,
|
|
68
|
-
): NormalizedClientOptionsWithAuth<T> {
|
|
69
|
-
const normalized = normalizeClientOptions(options) as NormalizedClientOptionsWithAuth<T>;
|
|
70
|
-
const normalizedWithNoOpAuthProvider = withNoOpAuthProvider(normalized);
|
|
71
|
-
normalized.authProvider ??= new BearerAuthProvider(normalizedWithNoOpAuthProvider);
|
|
72
|
-
return normalized;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
function withNoOpAuthProvider<T extends BaseClientOptions = BaseClientOptions>(
|
|
76
|
-
options: NormalizedClientOptions<T>,
|
|
77
|
-
): NormalizedClientOptionsWithAuth<T> {
|
|
78
|
-
return {
|
|
79
|
-
...options,
|
|
80
|
-
authProvider: new core.NoOpAuthProvider(),
|
|
81
|
-
};
|
|
82
|
-
}
|
|
39
|
+
export type NormalizedClientOptionsWithAuth<T extends BaseClientOptions = BaseClientOptions> = NormalizedClientOptions<T> & {
|
|
40
|
+
authProvider: core.AuthProvider;
|
|
41
|
+
};
|
|
42
|
+
export declare function normalizeClientOptions<T extends BaseClientOptions = BaseClientOptions>(options: T): NormalizedClientOptions<T>;
|
|
43
|
+
export declare function normalizeClientOptionsWithAuth<T extends BaseClientOptions = BaseClientOptions>(options: T): NormalizedClientOptionsWithAuth<T>;
|
|
44
|
+
//# sourceMappingURL=BaseClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseClient.d.ts","sourceRoot":"","sources":["../../../src/api/quantum/BaseClient.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAElE,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,OAAO,KAAK,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAEvD,MAAM,MAAM,iBAAiB,GAAG;IAC5B,WAAW,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,qBAAqB,GAAG,MAAM,CAAC,CAAC;IACzE,qDAAqD;IACrD,OAAO,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAChC,2CAA2C;IAC3C,cAAc,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAC/F,kEAAkE;IAClE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oIAAoI;IACpI,KAAK,CAAC,EAAE,OAAO,KAAK,CAAC;IACrB,wCAAwC;IACxC,OAAO,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;CAC1D,GAAG,kBAAkB,CAAC,WAAW,CAAC;AAEnC,MAAM,WAAW,kBAAkB;IAC/B,0DAA0D;IAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,+DAA+D;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,oEAAoE;IACpE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtC,oDAAoD;IACpD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;CAClG;AAED,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,IAAI,CAAC,GAAG;IACvF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,IAAI,CAAC,YAAY,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,+BAA+B,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,IACvF,uBAAuB,CAAC,CAAC,CAAC,GAAG;IACzB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;CACnC,CAAC;AAEN,wBAAgB,sBAAsB,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAClF,OAAO,EAAE,CAAC,GACX,uBAAuB,CAAC,CAAC,CAAC,CAgB5B;AAED,wBAAgB,8BAA8B,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAC1F,OAAO,EAAE,CAAC,GACX,+BAA+B,CAAC,CAAC,CAAC,CAKpC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import { HeaderAuthProvider } from "./auth/HeaderAuthProvider.js";
|
|
3
|
+
import { mergeHeaders } from "./core/headers.js";
|
|
4
|
+
import * as core from "./core/index.js";
|
|
5
|
+
export function normalizeClientOptions(options) {
|
|
6
|
+
const headers = mergeHeaders({
|
|
7
|
+
"X-Fern-Language": "JavaScript",
|
|
8
|
+
"X-Fern-Runtime": core.RUNTIME.type,
|
|
9
|
+
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
10
|
+
"x-organizationid": options?.organizationid,
|
|
11
|
+
}, options?.headers);
|
|
12
|
+
return {
|
|
13
|
+
...options,
|
|
14
|
+
logging: core.logging.createLogger(options?.logging),
|
|
15
|
+
headers,
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export function normalizeClientOptionsWithAuth(options) {
|
|
19
|
+
const normalized = normalizeClientOptions(options);
|
|
20
|
+
const normalizedWithNoOpAuthProvider = withNoOpAuthProvider(normalized);
|
|
21
|
+
normalized.authProvider ??= new HeaderAuthProvider(normalizedWithNoOpAuthProvider);
|
|
22
|
+
return normalized;
|
|
23
|
+
}
|
|
24
|
+
function withNoOpAuthProvider(options) {
|
|
25
|
+
return {
|
|
26
|
+
...options,
|
|
27
|
+
authProvider: new core.NoOpAuthProvider(),
|
|
28
|
+
};
|
|
29
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BackendsClient } from "./api/resources/backends/client/Client.js";
|
|
2
|
+
import { JobsClient } from "./api/resources/jobs/client/Client.js";
|
|
3
|
+
import type { BaseClientOptions, BaseRequestOptions } from "./BaseClient.js";
|
|
4
|
+
import { type NormalizedClientOptionsWithAuth } from "./BaseClient.js";
|
|
5
|
+
export declare namespace HubQuantumClient {
|
|
6
|
+
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export declare class HubQuantumClient {
|
|
11
|
+
protected readonly _options: NormalizedClientOptionsWithAuth<HubQuantumClient.Options>;
|
|
12
|
+
protected _jobs: JobsClient | undefined;
|
|
13
|
+
protected _backends: BackendsClient | undefined;
|
|
14
|
+
constructor(options: HubQuantumClient.Options);
|
|
15
|
+
get jobs(): JobsClient;
|
|
16
|
+
get backends(): BackendsClient;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=Client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../src/api/quantum/Client.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC7E,OAAO,EAAE,KAAK,+BAA+B,EAAkC,MAAM,iBAAiB,CAAC;AAEvG,MAAM,CAAC,OAAO,WAAW,gBAAgB,CAAC;IACtC,KAAY,OAAO,GAAG,iBAAiB,CAAC;IAExC,UAAiB,cAAe,SAAQ,kBAAkB;KAAG;CAChE;AAED,qBAAa,gBAAgB;IACzB,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,+BAA+B,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACvF,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,SAAS,EAAE,cAAc,GAAG,SAAS,CAAC;gBAEpC,OAAO,EAAE,gBAAgB,CAAC,OAAO;IAI7C,IAAW,IAAI,IAAI,UAAU,CAE5B;IAED,IAAW,QAAQ,IAAI,cAAc,CAEpC;CACJ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import { BackendsClient } from "./api/resources/backends/client/Client.js";
|
|
3
|
+
import { JobsClient } from "./api/resources/jobs/client/Client.js";
|
|
4
|
+
import { normalizeClientOptionsWithAuth } from "./BaseClient.js";
|
|
5
|
+
export class HubQuantumClient {
|
|
6
|
+
_options;
|
|
7
|
+
_jobs;
|
|
8
|
+
_backends;
|
|
9
|
+
constructor(options) {
|
|
10
|
+
this._options = normalizeClientOptionsWithAuth(options);
|
|
11
|
+
}
|
|
12
|
+
get jobs() {
|
|
13
|
+
return (this._jobs ??= new JobsClient(this._options));
|
|
14
|
+
}
|
|
15
|
+
get backends() {
|
|
16
|
+
return (this._backends ??= new BackendsClient(this._options));
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as core from "../../core/index.js";
|
|
2
|
+
import * as errors from "../../errors/index.js";
|
|
3
|
+
export declare class ForbiddenError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body?: any, rawResponse?: core.RawResponse);
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=ForbiddenError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ForbiddenError.d.ts","sourceRoot":"","sources":["../../../../../src/api/quantum/api/errors/ForbiddenError.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAEhD,qBAAa,cAAe,SAAQ,MAAM,CAAC,eAAe;gBAC1C,IAAI,CAAC,EAAE,GAAG,EAAE,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW;CAczD"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import type * as core from "../../core/index.js";
|
|
4
2
|
import * as errors from "../../errors/index.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
constructor(body?: any, rawResponse?: core.RawResponse) {
|
|
3
|
+
export class ForbiddenError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body, rawResponse) {
|
|
8
5
|
super({
|
|
9
6
|
message: "ForbiddenError",
|
|
10
7
|
statusCode: 403,
|
|
@@ -15,7 +12,6 @@ export class ForbiddenError extends errors.HubPlatformError {
|
|
|
15
12
|
if (Error.captureStackTrace) {
|
|
16
13
|
Error.captureStackTrace(this, this.constructor);
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
this.name = this.constructor.name;
|
|
20
16
|
}
|
|
21
17
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as core from "../../core/index.js";
|
|
2
|
+
import * as errors from "../../errors/index.js";
|
|
3
|
+
export declare class InternalServerError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body?: any, rawResponse?: core.RawResponse);
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=InternalServerError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalServerError.d.ts","sourceRoot":"","sources":["../../../../../src/api/quantum/api/errors/InternalServerError.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAEhD,qBAAa,mBAAoB,SAAQ,MAAM,CAAC,eAAe;gBAC/C,IAAI,CAAC,EAAE,GAAG,EAAE,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW;CAczD"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import type * as core from "../../core/index.js";
|
|
4
2
|
import * as errors from "../../errors/index.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
constructor(body?: any, rawResponse?: core.RawResponse) {
|
|
3
|
+
export class InternalServerError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body, rawResponse) {
|
|
8
5
|
super({
|
|
9
6
|
message: "InternalServerError",
|
|
10
7
|
statusCode: 500,
|
|
@@ -15,7 +12,6 @@ export class InternalServerError extends errors.HubPlatformError {
|
|
|
15
12
|
if (Error.captureStackTrace) {
|
|
16
13
|
Error.captureStackTrace(this, this.constructor);
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
this.name = this.constructor.name;
|
|
20
16
|
}
|
|
21
17
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as core from "../../core/index.js";
|
|
2
|
+
import * as errors from "../../errors/index.js";
|
|
3
|
+
export declare class NotFoundError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body?: any, rawResponse?: core.RawResponse);
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=NotFoundError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFoundError.d.ts","sourceRoot":"","sources":["../../../../../src/api/quantum/api/errors/NotFoundError.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAEhD,qBAAa,aAAc,SAAQ,MAAM,CAAC,eAAe;gBACzC,IAAI,CAAC,EAAE,GAAG,EAAE,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW;CAczD"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import type * as core from "../../core/index.js";
|
|
4
2
|
import * as errors from "../../errors/index.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
constructor(body?: any, rawResponse?: core.RawResponse) {
|
|
3
|
+
export class NotFoundError extends errors.HubQuantumError {
|
|
4
|
+
constructor(body, rawResponse) {
|
|
8
5
|
super({
|
|
9
6
|
message: "NotFoundError",
|
|
10
7
|
statusCode: 404,
|
|
@@ -15,7 +12,6 @@ export class NotFoundError extends errors.HubPlatformError {
|
|
|
15
12
|
if (Error.captureStackTrace) {
|
|
16
13
|
Error.captureStackTrace(this, this.constructor);
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
this.name = this.constructor.name;
|
|
20
16
|
}
|
|
21
17
|
}
|