@squonk/data-manager-client 5.4.0-alpha.3 → 6.1.0
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/.github/workflows/ci.yml +40 -0
- package/dist/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +8 -14
- package/dist/api/accounting/accounting.cjs +49 -42
- package/dist/api/accounting/accounting.cjs.map +1 -1
- package/dist/api/accounting/accounting.d.cts +40 -42
- package/dist/api/accounting/accounting.d.cts.map +1 -1
- package/dist/api/accounting/accounting.d.ts +40 -42
- package/dist/api/accounting/accounting.d.ts.map +1 -1
- package/dist/api/accounting/accounting.fetch.cjs +66 -40
- package/dist/api/accounting/accounting.fetch.cjs.map +1 -1
- package/dist/api/accounting/accounting.fetch.d.cts +57 -59
- package/dist/api/accounting/accounting.fetch.d.cts.map +1 -1
- package/dist/api/accounting/accounting.fetch.d.ts +57 -59
- package/dist/api/accounting/accounting.fetch.d.ts.map +1 -1
- package/dist/api/accounting/accounting.fetch.js +63 -37
- package/dist/api/accounting/accounting.fetch.js.map +1 -1
- package/dist/api/accounting/accounting.js +46 -39
- package/dist/api/accounting/accounting.js.map +1 -1
- package/dist/api/admin/admin.cjs +349 -250
- package/dist/api/admin/admin.cjs.map +1 -1
- package/dist/api/admin/admin.d.cts +285 -218
- package/dist/api/admin/admin.d.cts.map +1 -1
- package/dist/api/admin/admin.d.ts +285 -218
- package/dist/api/admin/admin.d.ts.map +1 -1
- package/dist/api/admin/admin.fetch.cjs +396 -198
- package/dist/api/admin/admin.fetch.cjs.map +1 -1
- package/dist/api/admin/admin.fetch.d.cts +314 -247
- package/dist/api/admin/admin.fetch.d.cts.map +1 -1
- package/dist/api/admin/admin.fetch.d.ts +314 -247
- package/dist/api/admin/admin.fetch.d.ts.map +1 -1
- package/dist/api/admin/admin.fetch.js +371 -189
- package/dist/api/admin/admin.fetch.js.map +1 -1
- package/dist/api/admin/admin.js +324 -241
- package/dist/api/admin/admin.js.map +1 -1
- package/dist/api/api-schemas/accountServerGetNamespaceResponse.d.cts +6 -7
- package/dist/api/api-schemas/accountServerGetNamespaceResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/accountServerGetNamespaceResponse.d.ts +6 -7
- package/dist/api/api-schemas/accountServerGetNamespaceResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/accountServerGetRegistrationResponse.d.cts +5 -5
- package/dist/api/api-schemas/accountServerGetRegistrationResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/accountServerGetRegistrationResponse.d.ts +5 -5
- package/dist/api/api-schemas/accountServerGetRegistrationResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/adminDeleteJobManifestParams.d.cts +0 -1
- package/dist/api/api-schemas/adminDeleteJobManifestParams.d.cts.map +1 -1
- package/dist/api/api-schemas/adminDeleteJobManifestParams.d.ts +0 -1
- package/dist/api/api-schemas/adminDeleteJobManifestParams.d.ts.map +1 -1
- package/dist/api/api-schemas/adminGetServiceErrorsParams.d.cts +2 -3
- package/dist/api/api-schemas/adminGetServiceErrorsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/adminGetServiceErrorsParams.d.ts +2 -3
- package/dist/api/api-schemas/adminGetServiceErrorsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/adminGetUsersParams.d.cts +7 -8
- package/dist/api/api-schemas/adminGetUsersParams.d.cts.map +1 -1
- package/dist/api/api-schemas/adminGetUsersParams.d.ts +7 -8
- package/dist/api/api-schemas/adminGetUsersParams.d.ts.map +1 -1
- package/dist/api/api-schemas/adminJobManifestGetResponse.d.cts +2 -5
- package/dist/api/api-schemas/adminJobManifestGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/adminJobManifestGetResponse.d.ts +2 -5
- package/dist/api/api-schemas/adminJobManifestGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/adminJobManifestLoadPutResponse.d.cts +14 -23
- package/dist/api/api-schemas/adminJobManifestLoadPutResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/adminJobManifestLoadPutResponse.d.ts +14 -23
- package/dist/api/api-schemas/adminJobManifestLoadPutResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/adminUserPutResponse.d.cts +0 -1
- package/dist/api/api-schemas/adminUserPutResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/adminUserPutResponse.d.ts +0 -1
- package/dist/api/api-schemas/adminUserPutResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/adminUsersGetResponse.d.cts +2 -5
- package/dist/api/api-schemas/adminUsersGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/adminUsersGetResponse.d.ts +2 -5
- package/dist/api/api-schemas/adminUsersGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/apiLogDetail.d.cts +8 -17
- package/dist/api/api-schemas/apiLogDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/apiLogDetail.d.ts +8 -17
- package/dist/api/api-schemas/apiLogDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/apiLogDetailMethod.cjs +1 -2
- package/dist/api/api-schemas/apiLogDetailMethod.cjs.map +1 -1
- package/dist/api/api-schemas/apiLogDetailMethod.d.cts +5 -6
- package/dist/api/api-schemas/apiLogDetailMethod.d.cts.map +1 -1
- package/dist/api/api-schemas/apiLogDetailMethod.d.ts +5 -6
- package/dist/api/api-schemas/apiLogDetailMethod.d.ts.map +1 -1
- package/dist/api/api-schemas/apiLogDetailMethod.js +1 -1
- package/dist/api/api-schemas/apiLogDetailMethod.js.map +1 -1
- package/dist/api/api-schemas/applicationGetResponse.d.cts +23 -18
- package/dist/api/api-schemas/applicationGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationGetResponse.d.ts +23 -18
- package/dist/api/api-schemas/applicationGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/applicationGetResponseCostUnit.cjs +1 -2
- package/dist/api/api-schemas/applicationGetResponseCostUnit.cjs.map +1 -1
- package/dist/api/api-schemas/applicationGetResponseCostUnit.d.cts +6 -6
- package/dist/api/api-schemas/applicationGetResponseCostUnit.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationGetResponseCostUnit.d.ts +6 -6
- package/dist/api/api-schemas/applicationGetResponseCostUnit.d.ts.map +1 -1
- package/dist/api/api-schemas/applicationGetResponseCostUnit.js +1 -1
- package/dist/api/api-schemas/applicationGetResponseCostUnit.js.map +1 -1
- package/dist/api/api-schemas/applicationImageVariant.d.cts +5 -5
- package/dist/api/api-schemas/applicationImageVariant.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationImageVariant.d.ts +5 -5
- package/dist/api/api-schemas/applicationImageVariant.d.ts.map +1 -1
- package/dist/api/api-schemas/applicationImageVariants.d.cts +0 -1
- package/dist/api/api-schemas/applicationImageVariants.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationImageVariants.d.ts +0 -1
- package/dist/api/api-schemas/applicationImageVariants.d.ts.map +1 -1
- package/dist/api/api-schemas/applicationSummary.d.cts +8 -14
- package/dist/api/api-schemas/applicationSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationSummary.d.ts +8 -14
- package/dist/api/api-schemas/applicationSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/applicationsGetResponse.d.cts +2 -5
- package/dist/api/api-schemas/applicationsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/applicationsGetResponse.d.ts +2 -5
- package/dist/api/api-schemas/applicationsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/asAdditionalDataProcessingCharge.d.cts +5 -5
- package/dist/api/api-schemas/asAdditionalDataProcessingCharge.d.cts.map +1 -1
- package/dist/api/api-schemas/asAdditionalDataProcessingCharge.d.ts +5 -5
- package/dist/api/api-schemas/asAdditionalDataProcessingCharge.d.ts.map +1 -1
- package/dist/api/api-schemas/createPathParams.d.cts +6 -7
- package/dist/api/api-schemas/createPathParams.d.cts.map +1 -1
- package/dist/api/api-schemas/createPathParams.d.ts +6 -7
- package/dist/api/api-schemas/createPathParams.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetDetail.d.cts +5 -11
- package/dist/api/api-schemas/datasetDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetDetail.d.ts +5 -11
- package/dist/api/api-schemas/datasetDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetDigestGetResponse.d.cts +7 -8
- package/dist/api/api-schemas/datasetDigestGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetDigestGetResponse.d.ts +7 -8
- package/dist/api/api-schemas/datasetDigestGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetMetaGetResponse.d.cts +14 -23
- package/dist/api/api-schemas/datasetMetaGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetMetaGetResponse.d.ts +14 -23
- package/dist/api/api-schemas/datasetMetaGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetMetaPostBodyBody.d.cts +6 -10
- package/dist/api/api-schemas/datasetMetaPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetMetaPostBodyBody.d.ts +6 -10
- package/dist/api/api-schemas/datasetMetaPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetPostBodyBody.d.cts +11 -17
- package/dist/api/api-schemas/datasetPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetPostBodyBody.d.ts +11 -17
- package/dist/api/api-schemas/datasetPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetPutBodyBody.d.cts +12 -18
- package/dist/api/api-schemas/datasetPutBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetPutBodyBody.d.ts +12 -18
- package/dist/api/api-schemas/datasetPutBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetPutPostResponse.d.cts +8 -11
- package/dist/api/api-schemas/datasetPutPostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetPutPostResponse.d.ts +8 -11
- package/dist/api/api-schemas/datasetPutPostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponse.d.cts +4 -9
- package/dist/api/api-schemas/datasetSchemaGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponse.d.ts +4 -9
- package/dist/api/api-schemas/datasetSchemaGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponseType.cjs +1 -2
- package/dist/api/api-schemas/datasetSchemaGetResponseType.cjs.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponseType.d.cts +5 -6
- package/dist/api/api-schemas/datasetSchemaGetResponseType.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponseType.d.ts +5 -6
- package/dist/api/api-schemas/datasetSchemaGetResponseType.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponseType.js +1 -1
- package/dist/api/api-schemas/datasetSchemaGetResponseType.js.map +1 -1
- package/dist/api/api-schemas/datasetSummary.d.cts +3 -7
- package/dist/api/api-schemas/datasetSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetSummary.d.ts +3 -7
- package/dist/api/api-schemas/datasetSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDeleteResponse.d.cts +0 -1
- package/dist/api/api-schemas/datasetVersionDeleteResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDeleteResponse.d.ts +0 -1
- package/dist/api/api-schemas/datasetVersionDeleteResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetail.d.cts +18 -35
- package/dist/api/api-schemas/datasetVersionDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetail.d.ts +18 -35
- package/dist/api/api-schemas/datasetVersionDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailLabels.d.cts +5 -6
- package/dist/api/api-schemas/datasetVersionDetailLabels.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailLabels.d.ts +5 -6
- package/dist/api/api-schemas/datasetVersionDetailLabels.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.cjs +1 -2
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.cjs.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.d.cts +5 -6
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.d.ts +5 -6
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.js +1 -1
- package/dist/api/api-schemas/datasetVersionDetailProcessingStage.js.map +1 -1
- package/dist/api/api-schemas/datasetVersionMetaPostBodyBody.d.cts +6 -10
- package/dist/api/api-schemas/datasetVersionMetaPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionMetaPostBodyBody.d.ts +6 -10
- package/dist/api/api-schemas/datasetVersionMetaPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionProjectFile.d.cts +5 -5
- package/dist/api/api-schemas/datasetVersionProjectFile.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionProjectFile.d.ts +5 -5
- package/dist/api/api-schemas/datasetVersionProjectFile.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummary.d.cts +16 -32
- package/dist/api/api-schemas/datasetVersionSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummary.d.ts +16 -32
- package/dist/api/api-schemas/datasetVersionSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryLabels.d.cts +5 -6
- package/dist/api/api-schemas/datasetVersionSummaryLabels.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryLabels.d.ts +5 -6
- package/dist/api/api-schemas/datasetVersionSummaryLabels.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.cjs +1 -2
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.cjs.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.d.cts +5 -6
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.d.ts +5 -6
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.js +1 -1
- package/dist/api/api-schemas/datasetVersionSummaryProcessingStage.js.map +1 -1
- package/dist/api/api-schemas/datasetVersionsGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/datasetVersionsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetVersionsGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/datasetVersionsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/datasetsGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/datasetsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/datasetsGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/datasetsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/deleteDatasetParams.d.cts +2 -3
- package/dist/api/api-schemas/deleteDatasetParams.d.cts.map +1 -1
- package/dist/api/api-schemas/deleteDatasetParams.d.ts +2 -3
- package/dist/api/api-schemas/deleteDatasetParams.d.ts.map +1 -1
- package/dist/api/api-schemas/deletePathParams.d.cts +6 -7
- package/dist/api/api-schemas/deletePathParams.d.cts.map +1 -1
- package/dist/api/api-schemas/deletePathParams.d.ts +6 -7
- package/dist/api/api-schemas/deletePathParams.d.ts.map +1 -1
- package/dist/api/api-schemas/deleteUnmanagedFileParams.d.cts +10 -11
- package/dist/api/api-schemas/deleteUnmanagedFileParams.d.cts.map +1 -1
- package/dist/api/api-schemas/deleteUnmanagedFileParams.d.ts +10 -11
- package/dist/api/api-schemas/deleteUnmanagedFileParams.d.ts.map +1 -1
- package/dist/api/api-schemas/dmError.d.cts +6 -7
- package/dist/api/api-schemas/dmError.d.cts.map +1 -1
- package/dist/api/api-schemas/dmError.d.ts +6 -7
- package/dist/api/api-schemas/dmError.d.ts.map +1 -1
- package/dist/api/api-schemas/exchangeRateDetail.d.cts +5 -5
- package/dist/api/api-schemas/exchangeRateDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/exchangeRateDetail.d.ts +5 -5
- package/dist/api/api-schemas/exchangeRateDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/exchangeRatePutBodyBody.d.cts +7 -9
- package/dist/api/api-schemas/exchangeRatePutBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/exchangeRatePutBodyBody.d.ts +7 -9
- package/dist/api/api-schemas/exchangeRatePutBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/filePathFile.d.cts +8 -17
- package/dist/api/api-schemas/filePathFile.d.cts.map +1 -1
- package/dist/api/api-schemas/filePathFile.d.ts +8 -17
- package/dist/api/api-schemas/filePathFile.d.ts.map +1 -1
- package/dist/api/api-schemas/filePostBodyBody.d.cts +12 -18
- package/dist/api/api-schemas/filePostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/filePostBodyBody.d.ts +12 -18
- package/dist/api/api-schemas/filePostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/filePostResponse.d.cts +9 -13
- package/dist/api/api-schemas/filePostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/filePostResponse.d.ts +9 -13
- package/dist/api/api-schemas/filePostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/fileStat.d.cts +7 -9
- package/dist/api/api-schemas/fileStat.d.cts.map +1 -1
- package/dist/api/api-schemas/fileStat.d.ts +7 -9
- package/dist/api/api-schemas/fileStat.d.ts.map +1 -1
- package/dist/api/api-schemas/filesGetResponse.d.cts +5 -11
- package/dist/api/api-schemas/filesGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/filesGetResponse.d.ts +5 -11
- package/dist/api/api-schemas/filesGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/getAllExchangeRatesResponse.d.cts +0 -1
- package/dist/api/api-schemas/getAllExchangeRatesResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/getAllExchangeRatesResponse.d.ts +0 -1
- package/dist/api/api-schemas/getAllExchangeRatesResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/getAllJobExchangeRatesParams.d.cts +2 -3
- package/dist/api/api-schemas/getAllJobExchangeRatesParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getAllJobExchangeRatesParams.d.ts +2 -3
- package/dist/api/api-schemas/getAllJobExchangeRatesParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getDatasetsParams.d.cts +16 -17
- package/dist/api/api-schemas/getDatasetsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getDatasetsParams.d.ts +16 -17
- package/dist/api/api-schemas/getDatasetsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getExchangeRatesResponse.d.cts +1 -3
- package/dist/api/api-schemas/getExchangeRatesResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/getExchangeRatesResponse.d.ts +1 -3
- package/dist/api/api-schemas/getExchangeRatesResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/getFilesParams.d.cts +6 -7
- package/dist/api/api-schemas/getFilesParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getFilesParams.d.ts +6 -7
- package/dist/api/api-schemas/getFilesParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getInstancesParams.d.cts +0 -1
- package/dist/api/api-schemas/getInstancesParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getInstancesParams.d.ts +0 -1
- package/dist/api/api-schemas/getInstancesParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getJobByVersionParams.d.cts +9 -10
- package/dist/api/api-schemas/getJobByVersionParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getJobByVersionParams.d.ts +9 -10
- package/dist/api/api-schemas/getJobByVersionParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getJobExchangeRatesParams.d.cts +2 -3
- package/dist/api/api-schemas/getJobExchangeRatesParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getJobExchangeRatesParams.d.ts +2 -3
- package/dist/api/api-schemas/getJobExchangeRatesParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getJobParams.d.cts +0 -1
- package/dist/api/api-schemas/getJobParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getJobParams.d.ts +0 -1
- package/dist/api/api-schemas/getJobParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getJobsParams.d.cts +0 -1
- package/dist/api/api-schemas/getJobsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getJobsParams.d.ts +0 -1
- package/dist/api/api-schemas/getJobsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getProjectFileParams.d.cts +9 -10
- package/dist/api/api-schemas/getProjectFileParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getProjectFileParams.d.ts +9 -10
- package/dist/api/api-schemas/getProjectFileParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getProjectFileWithTokenParams.d.cts +9 -10
- package/dist/api/api-schemas/getProjectFileWithTokenParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getProjectFileWithTokenParams.d.ts +9 -10
- package/dist/api/api-schemas/getProjectFileWithTokenParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getProjectsParams.d.cts +0 -1
- package/dist/api/api-schemas/getProjectsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getProjectsParams.d.ts +0 -1
- package/dist/api/api-schemas/getProjectsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getRunningWorkflowsParams.d.cts +3 -4
- package/dist/api/api-schemas/getRunningWorkflowsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getRunningWorkflowsParams.d.ts +3 -4
- package/dist/api/api-schemas/getRunningWorkflowsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getTaskParams.d.cts +6 -7
- package/dist/api/api-schemas/getTaskParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getTaskParams.d.ts +6 -7
- package/dist/api/api-schemas/getTaskParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getTasksParams.d.cts +10 -11
- package/dist/api/api-schemas/getTasksParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getTasksParams.d.ts +10 -11
- package/dist/api/api-schemas/getTasksParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getUserAccountParams.d.cts +2 -3
- package/dist/api/api-schemas/getUserAccountParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getUserAccountParams.d.ts +2 -3
- package/dist/api/api-schemas/getUserAccountParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getUserApiLogParams.d.cts +4 -5
- package/dist/api/api-schemas/getUserApiLogParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getUserApiLogParams.d.ts +4 -5
- package/dist/api/api-schemas/getUserApiLogParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getUserInventoryParams.d.cts +4 -5
- package/dist/api/api-schemas/getUserInventoryParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getUserInventoryParams.d.ts +4 -5
- package/dist/api/api-schemas/getUserInventoryParams.d.ts.map +1 -1
- package/dist/api/api-schemas/getVersionsParams.d.cts +0 -1
- package/dist/api/api-schemas/getVersionsParams.d.cts.map +1 -1
- package/dist/api/api-schemas/getVersionsParams.d.ts +0 -1
- package/dist/api/api-schemas/getVersionsParams.d.ts.map +1 -1
- package/dist/api/api-schemas/inputHandlerDetail.d.cts +5 -5
- package/dist/api/api-schemas/inputHandlerDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/inputHandlerDetail.d.ts +5 -5
- package/dist/api/api-schemas/inputHandlerDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/inputHandlerGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/inputHandlerGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/inputHandlerGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/inputHandlerGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceDeleteResponse.d.cts +0 -1
- package/dist/api/api-schemas/instanceDeleteResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceDeleteResponse.d.ts +0 -1
- package/dist/api/api-schemas/instanceDeleteResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceDryRunPostResponse.d.cts +7 -9
- package/dist/api/api-schemas/instanceDryRunPostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceDryRunPostResponse.d.ts +7 -9
- package/dist/api/api-schemas/instanceDryRunPostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponse.d.cts +37 -69
- package/dist/api/api-schemas/instanceGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponse.d.ts +37 -69
- package/dist/api/api-schemas/instanceGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseApplicationType.cjs +1 -2
- package/dist/api/api-schemas/instanceGetResponseApplicationType.cjs.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseApplicationType.d.cts +5 -6
- package/dist/api/api-schemas/instanceGetResponseApplicationType.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseApplicationType.d.ts +5 -6
- package/dist/api/api-schemas/instanceGetResponseApplicationType.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseApplicationType.js +1 -1
- package/dist/api/api-schemas/instanceGetResponseApplicationType.js.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseJobImageType.cjs +1 -2
- package/dist/api/api-schemas/instanceGetResponseJobImageType.cjs.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseJobImageType.d.cts +5 -6
- package/dist/api/api-schemas/instanceGetResponseJobImageType.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseJobImageType.d.ts +5 -6
- package/dist/api/api-schemas/instanceGetResponseJobImageType.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseJobImageType.js +1 -1
- package/dist/api/api-schemas/instanceGetResponseJobImageType.js.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseOutputs.d.cts +5 -5
- package/dist/api/api-schemas/instanceGetResponseOutputs.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponseOutputs.d.ts +5 -5
- package/dist/api/api-schemas/instanceGetResponseOutputs.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponsePhase.cjs +1 -2
- package/dist/api/api-schemas/instanceGetResponsePhase.cjs.map +1 -1
- package/dist/api/api-schemas/instanceGetResponsePhase.d.cts +6 -7
- package/dist/api/api-schemas/instanceGetResponsePhase.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponsePhase.d.ts +6 -7
- package/dist/api/api-schemas/instanceGetResponsePhase.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceGetResponsePhase.js +1 -1
- package/dist/api/api-schemas/instanceGetResponsePhase.js.map +1 -1
- package/dist/api/api-schemas/instancePostBodyBody.d.cts +43 -27
- package/dist/api/api-schemas/instancePostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/instancePostBodyBody.d.ts +43 -27
- package/dist/api/api-schemas/instancePostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/instancePostResponse.d.cts +9 -13
- package/dist/api/api-schemas/instancePostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/instancePostResponse.d.ts +9 -13
- package/dist/api/api-schemas/instancePostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummary.d.cts +30 -55
- package/dist/api/api-schemas/instanceSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceSummary.d.ts +30 -55
- package/dist/api/api-schemas/instanceSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryApplicationType.cjs +1 -2
- package/dist/api/api-schemas/instanceSummaryApplicationType.cjs.map +1 -1
- package/dist/api/api-schemas/instanceSummaryApplicationType.d.cts +5 -6
- package/dist/api/api-schemas/instanceSummaryApplicationType.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryApplicationType.d.ts +5 -6
- package/dist/api/api-schemas/instanceSummaryApplicationType.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryApplicationType.js +1 -1
- package/dist/api/api-schemas/instanceSummaryApplicationType.js.map +1 -1
- package/dist/api/api-schemas/instanceSummaryJobImageType.cjs +1 -2
- package/dist/api/api-schemas/instanceSummaryJobImageType.cjs.map +1 -1
- package/dist/api/api-schemas/instanceSummaryJobImageType.d.cts +5 -6
- package/dist/api/api-schemas/instanceSummaryJobImageType.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryJobImageType.d.ts +5 -6
- package/dist/api/api-schemas/instanceSummaryJobImageType.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryJobImageType.js +1 -1
- package/dist/api/api-schemas/instanceSummaryJobImageType.js.map +1 -1
- package/dist/api/api-schemas/instanceSummaryOutputs.d.cts +5 -5
- package/dist/api/api-schemas/instanceSummaryOutputs.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryOutputs.d.ts +5 -5
- package/dist/api/api-schemas/instanceSummaryOutputs.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryPhase.cjs +1 -2
- package/dist/api/api-schemas/instanceSummaryPhase.cjs.map +1 -1
- package/dist/api/api-schemas/instanceSummaryPhase.d.cts +6 -7
- package/dist/api/api-schemas/instanceSummaryPhase.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryPhase.d.ts +6 -7
- package/dist/api/api-schemas/instanceSummaryPhase.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceSummaryPhase.js +1 -1
- package/dist/api/api-schemas/instanceSummaryPhase.js.map +1 -1
- package/dist/api/api-schemas/instanceTask.d.cts +0 -1
- package/dist/api/api-schemas/instanceTask.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceTask.d.ts +0 -1
- package/dist/api/api-schemas/instanceTask.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceTaskPurpose.cjs +1 -2
- package/dist/api/api-schemas/instanceTaskPurpose.cjs.map +1 -1
- package/dist/api/api-schemas/instanceTaskPurpose.d.cts +5 -5
- package/dist/api/api-schemas/instanceTaskPurpose.d.cts.map +1 -1
- package/dist/api/api-schemas/instanceTaskPurpose.d.ts +5 -5
- package/dist/api/api-schemas/instanceTaskPurpose.d.ts.map +1 -1
- package/dist/api/api-schemas/instanceTaskPurpose.js +1 -1
- package/dist/api/api-schemas/instanceTaskPurpose.js.map +1 -1
- package/dist/api/api-schemas/instancesGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/instancesGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/instancesGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/instancesGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryDatasetDetail.d.cts +5 -5
- package/dist/api/api-schemas/inventoryDatasetDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryDatasetDetail.d.ts +5 -5
- package/dist/api/api-schemas/inventoryDatasetDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryProjectDetail.d.cts +5 -5
- package/dist/api/api-schemas/inventoryProjectDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryProjectDetail.d.ts +5 -5
- package/dist/api/api-schemas/inventoryProjectDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetail.d.cts +1 -2
- package/dist/api/api-schemas/inventoryUserDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetail.d.ts +1 -2
- package/dist/api/api-schemas/inventoryUserDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetailDatasets.d.cts +0 -1
- package/dist/api/api-schemas/inventoryUserDetailDatasets.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetailDatasets.d.ts +0 -1
- package/dist/api/api-schemas/inventoryUserDetailDatasets.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetailProjects.d.cts +0 -1
- package/dist/api/api-schemas/inventoryUserDetailProjects.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryUserDetailProjects.d.ts +0 -1
- package/dist/api/api-schemas/inventoryUserDetailProjects.d.ts.map +1 -1
- package/dist/api/api-schemas/inventoryUserGetResponse.d.cts +1 -3
- package/dist/api/api-schemas/inventoryUserGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/inventoryUserGetResponse.d.ts +1 -3
- package/dist/api/api-schemas/inventoryUserGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/jobApplication.d.cts +5 -5
- package/dist/api/api-schemas/jobApplication.d.cts.map +1 -1
- package/dist/api/api-schemas/jobApplication.d.ts +5 -5
- package/dist/api/api-schemas/jobApplication.d.ts.map +1 -1
- package/dist/api/api-schemas/jobExchangeRateSummary.d.cts +5 -5
- package/dist/api/api-schemas/jobExchangeRateSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/jobExchangeRateSummary.d.ts +5 -5
- package/dist/api/api-schemas/jobExchangeRateSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/jobGetResponse.d.cts +26 -45
- package/dist/api/api-schemas/jobGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/jobGetResponse.d.ts +26 -45
- package/dist/api/api-schemas/jobGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/jobGetResponseImageType.cjs +1 -2
- package/dist/api/api-schemas/jobGetResponseImageType.cjs.map +1 -1
- package/dist/api/api-schemas/jobGetResponseImageType.d.cts +5 -6
- package/dist/api/api-schemas/jobGetResponseImageType.d.cts.map +1 -1
- package/dist/api/api-schemas/jobGetResponseImageType.d.ts +5 -6
- package/dist/api/api-schemas/jobGetResponseImageType.d.ts.map +1 -1
- package/dist/api/api-schemas/jobGetResponseImageType.js +1 -1
- package/dist/api/api-schemas/jobGetResponseImageType.js.map +1 -1
- package/dist/api/api-schemas/jobManifestDetail.d.cts +12 -19
- package/dist/api/api-schemas/jobManifestDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/jobManifestDetail.d.ts +12 -19
- package/dist/api/api-schemas/jobManifestDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/jobManifestPutBodyBody.d.cts +6 -7
- package/dist/api/api-schemas/jobManifestPutBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/jobManifestPutBodyBody.d.ts +6 -7
- package/dist/api/api-schemas/jobManifestPutBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/jobOrderDetail.d.cts +5 -5
- package/dist/api/api-schemas/jobOrderDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/jobOrderDetail.d.ts +5 -5
- package/dist/api/api-schemas/jobOrderDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/jobReplacement.d.cts +5 -5
- package/dist/api/api-schemas/jobReplacement.d.cts.map +1 -1
- package/dist/api/api-schemas/jobReplacement.d.ts +5 -5
- package/dist/api/api-schemas/jobReplacement.d.ts.map +1 -1
- package/dist/api/api-schemas/jobReplacements.d.cts +0 -2
- package/dist/api/api-schemas/jobReplacements.d.cts.map +1 -1
- package/dist/api/api-schemas/jobReplacements.d.ts +0 -2
- package/dist/api/api-schemas/jobReplacements.d.ts.map +1 -1
- package/dist/api/api-schemas/jobSummary.d.cts +19 -32
- package/dist/api/api-schemas/jobSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/jobSummary.d.ts +19 -32
- package/dist/api/api-schemas/jobSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/jobSummaryImageType.cjs +1 -2
- package/dist/api/api-schemas/jobSummaryImageType.cjs.map +1 -1
- package/dist/api/api-schemas/jobSummaryImageType.d.cts +5 -6
- package/dist/api/api-schemas/jobSummaryImageType.d.cts.map +1 -1
- package/dist/api/api-schemas/jobSummaryImageType.d.ts +5 -6
- package/dist/api/api-schemas/jobSummaryImageType.d.ts.map +1 -1
- package/dist/api/api-schemas/jobSummaryImageType.js +1 -1
- package/dist/api/api-schemas/jobSummaryImageType.js.map +1 -1
- package/dist/api/api-schemas/jobVariables.d.cts +4 -8
- package/dist/api/api-schemas/jobVariables.d.cts.map +1 -1
- package/dist/api/api-schemas/jobVariables.d.ts +4 -8
- package/dist/api/api-schemas/jobVariables.d.ts.map +1 -1
- package/dist/api/api-schemas/jobVariablesInputs.d.cts +5 -6
- package/dist/api/api-schemas/jobVariablesInputs.d.cts.map +1 -1
- package/dist/api/api-schemas/jobVariablesInputs.d.ts +5 -6
- package/dist/api/api-schemas/jobVariablesInputs.d.ts.map +1 -1
- package/dist/api/api-schemas/jobVariablesOptions.d.cts +5 -6
- package/dist/api/api-schemas/jobVariablesOptions.d.cts.map +1 -1
- package/dist/api/api-schemas/jobVariablesOptions.d.ts +5 -6
- package/dist/api/api-schemas/jobVariablesOptions.d.ts.map +1 -1
- package/dist/api/api-schemas/jobVariablesOutputs.d.cts +5 -6
- package/dist/api/api-schemas/jobVariablesOutputs.d.cts.map +1 -1
- package/dist/api/api-schemas/jobVariablesOutputs.d.ts +5 -6
- package/dist/api/api-schemas/jobVariablesOutputs.d.ts.map +1 -1
- package/dist/api/api-schemas/jobsGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/jobsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/jobsGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/jobsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/modeGetResponse.d.cts +6 -7
- package/dist/api/api-schemas/modeGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/modeGetResponse.d.ts +6 -7
- package/dist/api/api-schemas/modeGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/moveFileInProjectParams.d.cts +19 -20
- package/dist/api/api-schemas/moveFileInProjectParams.d.cts.map +1 -1
- package/dist/api/api-schemas/moveFileInProjectParams.d.ts +19 -20
- package/dist/api/api-schemas/moveFileInProjectParams.d.ts.map +1 -1
- package/dist/api/api-schemas/movePathParams.d.cts +11 -12
- package/dist/api/api-schemas/movePathParams.d.cts.map +1 -1
- package/dist/api/api-schemas/movePathParams.d.ts +11 -12
- package/dist/api/api-schemas/movePathParams.d.ts.map +1 -1
- package/dist/api/api-schemas/patchInstanceParams.d.cts +0 -1
- package/dist/api/api-schemas/patchInstanceParams.d.cts.map +1 -1
- package/dist/api/api-schemas/patchInstanceParams.d.ts +0 -1
- package/dist/api/api-schemas/patchInstanceParams.d.ts.map +1 -1
- package/dist/api/api-schemas/projectDeleteResponse.d.cts +0 -1
- package/dist/api/api-schemas/projectDeleteResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/projectDeleteResponse.d.ts +0 -1
- package/dist/api/api-schemas/projectDeleteResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/projectDetail.d.cts +9 -19
- package/dist/api/api-schemas/projectDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/projectDetail.d.ts +9 -19
- package/dist/api/api-schemas/projectDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/projectFileDetail.d.cts +11 -23
- package/dist/api/api-schemas/projectFileDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/projectFileDetail.d.ts +11 -23
- package/dist/api/api-schemas/projectFileDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/projectFileDetailProcessingStage.cjs +1 -2
- package/dist/api/api-schemas/projectFileDetailProcessingStage.cjs.map +1 -1
- package/dist/api/api-schemas/projectFileDetailProcessingStage.d.cts +5 -6
- package/dist/api/api-schemas/projectFileDetailProcessingStage.d.cts.map +1 -1
- package/dist/api/api-schemas/projectFileDetailProcessingStage.d.ts +5 -6
- package/dist/api/api-schemas/projectFileDetailProcessingStage.d.ts.map +1 -1
- package/dist/api/api-schemas/projectFileDetailProcessingStage.js +1 -1
- package/dist/api/api-schemas/projectFileDetailProcessingStage.js.map +1 -1
- package/dist/api/api-schemas/projectFilePutBodyBody.d.cts +9 -8
- package/dist/api/api-schemas/projectFilePutBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/projectFilePutBodyBody.d.ts +9 -8
- package/dist/api/api-schemas/projectFilePutBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/projectGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/projectGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/projectGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/projectGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/projectPatchBodyBody.d.cts +6 -8
- package/dist/api/api-schemas/projectPatchBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/projectPatchBodyBody.d.ts +6 -8
- package/dist/api/api-schemas/projectPatchBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/projectPostBodyBody.d.cts +7 -9
- package/dist/api/api-schemas/projectPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/projectPostBodyBody.d.ts +7 -9
- package/dist/api/api-schemas/projectPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/projectPostResponse.d.cts +6 -7
- package/dist/api/api-schemas/projectPostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/projectPostResponse.d.ts +6 -7
- package/dist/api/api-schemas/projectPostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/projectsGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/projectsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/projectsGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/projectsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/qActiveDaysParameter.d.cts +5 -6
- package/dist/api/api-schemas/qActiveDaysParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qActiveDaysParameter.d.ts +5 -6
- package/dist/api/api-schemas/qActiveDaysParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qApplicationIdParameter.d.cts +5 -6
- package/dist/api/api-schemas/qApplicationIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qApplicationIdParameter.d.ts +5 -6
- package/dist/api/api-schemas/qApplicationIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qCurrentParameter.d.cts +5 -6
- package/dist/api/api-schemas/qCurrentParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qCurrentParameter.d.ts +5 -6
- package/dist/api/api-schemas/qCurrentParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qDatasetMimeTypeParameter.d.cts +5 -6
- package/dist/api/api-schemas/qDatasetMimeTypeParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qDatasetMimeTypeParameter.d.ts +5 -6
- package/dist/api/api-schemas/qDatasetMimeTypeParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qDoNotImpersonateParameter.d.cts +5 -6
- package/dist/api/api-schemas/qDoNotImpersonateParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qDoNotImpersonateParameter.d.ts +5 -6
- package/dist/api/api-schemas/qDoNotImpersonateParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qDstFileParameter.d.cts +5 -6
- package/dist/api/api-schemas/qDstFileParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qDstFileParameter.d.ts +5 -6
- package/dist/api/api-schemas/qDstFileParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qEditorsParameter.d.cts +5 -6
- package/dist/api/api-schemas/qEditorsParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qEditorsParameter.d.ts +5 -6
- package/dist/api/api-schemas/qEditorsParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qEventLimitParameter.d.cts +5 -6
- package/dist/api/api-schemas/qEventLimitParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qEventLimitParameter.d.ts +5 -6
- package/dist/api/api-schemas/qEventLimitParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qEventPriorOrdinalParameter.d.cts +5 -6
- package/dist/api/api-schemas/qEventPriorOrdinalParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qEventPriorOrdinalParameter.d.ts +5 -6
- package/dist/api/api-schemas/qEventPriorOrdinalParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qExcludeDoneParameter.d.cts +5 -6
- package/dist/api/api-schemas/qExcludeDoneParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qExcludeDoneParameter.d.ts +5 -6
- package/dist/api/api-schemas/qExcludeDoneParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qExcludePurposeParameter.d.cts +5 -6
- package/dist/api/api-schemas/qExcludePurposeParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qExcludePurposeParameter.d.ts +5 -6
- package/dist/api/api-schemas/qExcludePurposeParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qExcludeRemovalParameter.d.cts +5 -6
- package/dist/api/api-schemas/qExcludeRemovalParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qExcludeRemovalParameter.d.ts +5 -6
- package/dist/api/api-schemas/qExcludeRemovalParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFileDstPathParameter.d.cts +5 -6
- package/dist/api/api-schemas/qFileDstPathParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFileDstPathParameter.d.ts +5 -6
- package/dist/api/api-schemas/qFileDstPathParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFileParameter.d.cts +5 -6
- package/dist/api/api-schemas/qFileParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFileParameter.d.ts +5 -6
- package/dist/api/api-schemas/qFileParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFilePathParameter.d.cts +5 -6
- package/dist/api/api-schemas/qFilePathParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFilePathParameter.d.ts +5 -6
- package/dist/api/api-schemas/qFilePathParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFileProjectIdParameter.d.cts +5 -5
- package/dist/api/api-schemas/qFileProjectIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFileProjectIdParameter.d.ts +5 -5
- package/dist/api/api-schemas/qFileProjectIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFileSrcPathParameter.d.cts +5 -6
- package/dist/api/api-schemas/qFileSrcPathParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFileSrcPathParameter.d.ts +5 -6
- package/dist/api/api-schemas/qFileSrcPathParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qFromParameter.d.cts +5 -6
- package/dist/api/api-schemas/qFromParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qFromParameter.d.ts +5 -6
- package/dist/api/api-schemas/qFromParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qIdleDaysParameter.d.cts +5 -6
- package/dist/api/api-schemas/qIdleDaysParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qIdleDaysParameter.d.ts +5 -6
- package/dist/api/api-schemas/qIdleDaysParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qIncludeAcknowledgedParameter.d.cts +5 -6
- package/dist/api/api-schemas/qIncludeAcknowledgedParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qIncludeAcknowledgedParameter.d.ts +5 -6
- package/dist/api/api-schemas/qIncludeAcknowledgedParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qIncludeDeletedParameter.d.cts +5 -5
- package/dist/api/api-schemas/qIncludeDeletedParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qIncludeDeletedParameter.d.ts +5 -5
- package/dist/api/api-schemas/qIncludeDeletedParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qIncludeHiddenParameter.d.cts +5 -5
- package/dist/api/api-schemas/qIncludeHiddenParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qIncludeHiddenParameter.d.ts +5 -5
- package/dist/api/api-schemas/qIncludeHiddenParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qInstanceArchiveParameter.d.cts +5 -5
- package/dist/api/api-schemas/qInstanceArchiveParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qInstanceArchiveParameter.d.ts +5 -5
- package/dist/api/api-schemas/qInstanceArchiveParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qInstanceCallbackContextParameter.d.cts +5 -5
- package/dist/api/api-schemas/qInstanceCallbackContextParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qInstanceCallbackContextParameter.d.ts +5 -5
- package/dist/api/api-schemas/qInstanceCallbackContextParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qJobCollectionParameter.d.cts +5 -6
- package/dist/api/api-schemas/qJobCollectionParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qJobCollectionParameter.d.ts +5 -6
- package/dist/api/api-schemas/qJobCollectionParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qJobIdParameter.d.cts +5 -6
- package/dist/api/api-schemas/qJobIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qJobIdParameter.d.ts +5 -6
- package/dist/api/api-schemas/qJobIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qJobJobParameter.d.cts +5 -6
- package/dist/api/api-schemas/qJobJobParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qJobJobParameter.d.ts +5 -6
- package/dist/api/api-schemas/qJobJobParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qJobVersionParameter.d.cts +5 -6
- package/dist/api/api-schemas/qJobVersionParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qJobVersionParameter.d.ts +5 -6
- package/dist/api/api-schemas/qJobVersionParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qKeepProjectFilesParameter.d.cts +5 -6
- package/dist/api/api-schemas/qKeepProjectFilesParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qKeepProjectFilesParameter.d.ts +5 -6
- package/dist/api/api-schemas/qKeepProjectFilesParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qLabelsParameter.d.cts +5 -6
- package/dist/api/api-schemas/qLabelsParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qLabelsParameter.d.ts +5 -6
- package/dist/api/api-schemas/qLabelsParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qOnlyUndefinedParameter.d.cts +5 -6
- package/dist/api/api-schemas/qOnlyUndefinedParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qOnlyUndefinedParameter.d.ts +5 -6
- package/dist/api/api-schemas/qOnlyUndefinedParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qOrgIdParameter.d.cts +5 -5
- package/dist/api/api-schemas/qOrgIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qOrgIdParameter.d.ts +5 -5
- package/dist/api/api-schemas/qOrgIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qOwnersParameter.d.cts +5 -6
- package/dist/api/api-schemas/qOwnersParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qOwnersParameter.d.ts +5 -6
- package/dist/api/api-schemas/qOwnersParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qProjectIdParameter.d.cts +5 -5
- package/dist/api/api-schemas/qProjectIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qProjectIdParameter.d.ts +5 -5
- package/dist/api/api-schemas/qProjectIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qProjectNameParameter.d.cts +5 -5
- package/dist/api/api-schemas/qProjectNameParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qProjectNameParameter.d.ts +5 -5
- package/dist/api/api-schemas/qProjectNameParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qPurgeParameter.d.cts +5 -5
- package/dist/api/api-schemas/qPurgeParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qPurgeParameter.d.ts +5 -5
- package/dist/api/api-schemas/qPurgeParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qPurposeParameter.cjs +1 -2
- package/dist/api/api-schemas/qPurposeParameter.cjs.map +1 -1
- package/dist/api/api-schemas/qPurposeParameter.d.cts +5 -5
- package/dist/api/api-schemas/qPurposeParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qPurposeParameter.d.ts +5 -5
- package/dist/api/api-schemas/qPurposeParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qPurposeParameter.js +1 -1
- package/dist/api/api-schemas/qPurposeParameter.js.map +1 -1
- package/dist/api/api-schemas/qTokenParameter.d.cts +5 -5
- package/dist/api/api-schemas/qTokenParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qTokenParameter.d.ts +5 -5
- package/dist/api/api-schemas/qTokenParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qUnitIdParameter.d.cts +5 -5
- package/dist/api/api-schemas/qUnitIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qUnitIdParameter.d.ts +5 -5
- package/dist/api/api-schemas/qUnitIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qUntilParameter.d.cts +5 -6
- package/dist/api/api-schemas/qUntilParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qUntilParameter.d.ts +5 -6
- package/dist/api/api-schemas/qUntilParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qUsernameParameter.d.cts +5 -6
- package/dist/api/api-schemas/qUsernameParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qUsernameParameter.d.ts +5 -6
- package/dist/api/api-schemas/qUsernameParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qUsernamesParameter.d.cts +5 -6
- package/dist/api/api-schemas/qUsernamesParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qUsernamesParameter.d.ts +5 -6
- package/dist/api/api-schemas/qUsernamesParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/qWorkflowIdParameter.d.cts +5 -6
- package/dist/api/api-schemas/qWorkflowIdParameter.d.cts.map +1 -1
- package/dist/api/api-schemas/qWorkflowIdParameter.d.ts +5 -6
- package/dist/api/api-schemas/qWorkflowIdParameter.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetAllResponse.d.cts +1 -3
- package/dist/api/api-schemas/runningWorkflowGetAllResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetAllResponse.d.ts +1 -3
- package/dist/api/api-schemas/runningWorkflowGetAllResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponse.d.cts +3 -6
- package/dist/api/api-schemas/runningWorkflowGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponse.d.ts +3 -6
- package/dist/api/api-schemas/runningWorkflowGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.cjs +1 -2
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.cjs.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.d.cts +5 -5
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.d.ts +5 -5
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.js +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseStatus.js.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseVariables.d.cts +5 -6
- package/dist/api/api-schemas/runningWorkflowGetResponseVariables.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowGetResponseVariables.d.ts +5 -6
- package/dist/api/api-schemas/runningWorkflowGetResponseVariables.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowProject.d.cts +7 -9
- package/dist/api/api-schemas/runningWorkflowProject.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowProject.d.ts +7 -9
- package/dist/api/api-schemas/runningWorkflowProject.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStep.d.cts +1 -2
- package/dist/api/api-schemas/runningWorkflowStep.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStep.d.ts +1 -2
- package/dist/api/api-schemas/runningWorkflowStep.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepStatus.cjs +1 -2
- package/dist/api/api-schemas/runningWorkflowStepStatus.cjs.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepStatus.d.cts +5 -5
- package/dist/api/api-schemas/runningWorkflowStepStatus.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepStatus.d.ts +5 -5
- package/dist/api/api-schemas/runningWorkflowStepStatus.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepStatus.js +1 -1
- package/dist/api/api-schemas/runningWorkflowStepStatus.js.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepVariables.d.cts +5 -5
- package/dist/api/api-schemas/runningWorkflowStepVariables.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepVariables.d.ts +5 -5
- package/dist/api/api-schemas/runningWorkflowStepVariables.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepsGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/runningWorkflowStepsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowStepsGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/runningWorkflowStepsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummary.d.cts +4 -8
- package/dist/api/api-schemas/runningWorkflowSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummary.d.ts +4 -8
- package/dist/api/api-schemas/runningWorkflowSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.cjs +1 -2
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.cjs.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.d.cts +5 -5
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.d.ts +5 -5
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.d.ts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.js +1 -1
- package/dist/api/api-schemas/runningWorkflowSummaryStatus.js.map +1 -1
- package/dist/api/api-schemas/runningWorkflowWorkflow.d.cts +7 -9
- package/dist/api/api-schemas/runningWorkflowWorkflow.d.cts.map +1 -1
- package/dist/api/api-schemas/runningWorkflowWorkflow.d.ts +7 -9
- package/dist/api/api-schemas/runningWorkflowWorkflow.d.ts.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummary.d.cts +0 -1
- package/dist/api/api-schemas/serviceErrorSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummary.d.ts +0 -1
- package/dist/api/api-schemas/serviceErrorSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummarySeverity.cjs +1 -2
- package/dist/api/api-schemas/serviceErrorSummarySeverity.cjs.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummarySeverity.d.cts +5 -5
- package/dist/api/api-schemas/serviceErrorSummarySeverity.d.cts.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummarySeverity.d.ts +5 -5
- package/dist/api/api-schemas/serviceErrorSummarySeverity.d.ts.map +1 -1
- package/dist/api/api-schemas/serviceErrorSummarySeverity.js +1 -1
- package/dist/api/api-schemas/serviceErrorSummarySeverity.js.map +1 -1
- package/dist/api/api-schemas/serviceErrorsGetResponse.d.cts +2 -5
- package/dist/api/api-schemas/serviceErrorsGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/serviceErrorsGetResponse.d.ts +2 -5
- package/dist/api/api-schemas/serviceErrorsGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/taskEvent.d.cts +4 -9
- package/dist/api/api-schemas/taskEvent.d.cts.map +1 -1
- package/dist/api/api-schemas/taskEvent.d.ts +4 -9
- package/dist/api/api-schemas/taskEvent.d.ts.map +1 -1
- package/dist/api/api-schemas/taskEventLevel.cjs +1 -2
- package/dist/api/api-schemas/taskEventLevel.cjs.map +1 -1
- package/dist/api/api-schemas/taskEventLevel.d.cts +5 -6
- package/dist/api/api-schemas/taskEventLevel.d.cts.map +1 -1
- package/dist/api/api-schemas/taskEventLevel.d.ts +5 -6
- package/dist/api/api-schemas/taskEventLevel.d.ts.map +1 -1
- package/dist/api/api-schemas/taskEventLevel.js +1 -1
- package/dist/api/api-schemas/taskEventLevel.js.map +1 -1
- package/dist/api/api-schemas/taskGetResponse.d.cts +11 -23
- package/dist/api/api-schemas/taskGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/taskGetResponse.d.ts +11 -23
- package/dist/api/api-schemas/taskGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/taskGetResponsePurpose.cjs +1 -2
- package/dist/api/api-schemas/taskGetResponsePurpose.cjs.map +1 -1
- package/dist/api/api-schemas/taskGetResponsePurpose.d.cts +5 -6
- package/dist/api/api-schemas/taskGetResponsePurpose.d.cts.map +1 -1
- package/dist/api/api-schemas/taskGetResponsePurpose.d.ts +5 -6
- package/dist/api/api-schemas/taskGetResponsePurpose.d.ts.map +1 -1
- package/dist/api/api-schemas/taskGetResponsePurpose.js +1 -1
- package/dist/api/api-schemas/taskGetResponsePurpose.js.map +1 -1
- package/dist/api/api-schemas/taskIdentity.d.cts +5 -5
- package/dist/api/api-schemas/taskIdentity.d.cts.map +1 -1
- package/dist/api/api-schemas/taskIdentity.d.ts +5 -5
- package/dist/api/api-schemas/taskIdentity.d.ts.map +1 -1
- package/dist/api/api-schemas/taskState.d.cts +3 -7
- package/dist/api/api-schemas/taskState.d.cts.map +1 -1
- package/dist/api/api-schemas/taskState.d.ts +3 -7
- package/dist/api/api-schemas/taskState.d.ts.map +1 -1
- package/dist/api/api-schemas/taskStateState.cjs +1 -2
- package/dist/api/api-schemas/taskStateState.cjs.map +1 -1
- package/dist/api/api-schemas/taskStateState.d.cts +5 -6
- package/dist/api/api-schemas/taskStateState.d.cts.map +1 -1
- package/dist/api/api-schemas/taskStateState.d.ts +5 -6
- package/dist/api/api-schemas/taskStateState.d.ts.map +1 -1
- package/dist/api/api-schemas/taskStateState.js +1 -1
- package/dist/api/api-schemas/taskStateState.js.map +1 -1
- package/dist/api/api-schemas/taskSummary.d.cts +10 -21
- package/dist/api/api-schemas/taskSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/taskSummary.d.ts +10 -21
- package/dist/api/api-schemas/taskSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/taskSummaryProcessingStage.cjs +1 -2
- package/dist/api/api-schemas/taskSummaryProcessingStage.cjs.map +1 -1
- package/dist/api/api-schemas/taskSummaryProcessingStage.d.cts +5 -6
- package/dist/api/api-schemas/taskSummaryProcessingStage.d.cts.map +1 -1
- package/dist/api/api-schemas/taskSummaryProcessingStage.d.ts +5 -6
- package/dist/api/api-schemas/taskSummaryProcessingStage.d.ts.map +1 -1
- package/dist/api/api-schemas/taskSummaryProcessingStage.js +1 -1
- package/dist/api/api-schemas/taskSummaryProcessingStage.js.map +1 -1
- package/dist/api/api-schemas/tasksGetResponse.d.cts +1 -3
- package/dist/api/api-schemas/tasksGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/tasksGetResponse.d.ts +1 -3
- package/dist/api/api-schemas/tasksGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/typeSummary.d.cts +5 -11
- package/dist/api/api-schemas/typeSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/typeSummary.d.ts +5 -11
- package/dist/api/api-schemas/typeSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptions.d.cts +2 -10
- package/dist/api/api-schemas/typeSummaryFormatterOptions.d.cts.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptions.d.ts +2 -10
- package/dist/api/api-schemas/typeSummaryFormatterOptions.d.ts.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.cjs +1 -2
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.cjs.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.d.cts +5 -6
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.d.cts.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.d.ts +5 -6
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.d.ts.map +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.js +1 -1
- package/dist/api/api-schemas/typeSummaryFormatterOptionsType.js.map +1 -1
- package/dist/api/api-schemas/typesGetResponse.d.cts +1 -3
- package/dist/api/api-schemas/typesGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/typesGetResponse.d.ts +1 -3
- package/dist/api/api-schemas/typesGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/userAccountDetail.d.cts +0 -1
- package/dist/api/api-schemas/userAccountDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/userAccountDetail.d.ts +0 -1
- package/dist/api/api-schemas/userAccountDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/userAccountGetResponse.d.cts +0 -1
- package/dist/api/api-schemas/userAccountGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/userAccountGetResponse.d.ts +0 -1
- package/dist/api/api-schemas/userAccountGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/userAccountPatchBodyBody.d.cts +8 -14
- package/dist/api/api-schemas/userAccountPatchBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/userAccountPatchBodyBody.d.ts +8 -14
- package/dist/api/api-schemas/userAccountPatchBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/userActivityDetail.d.cts +4 -9
- package/dist/api/api-schemas/userActivityDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/userActivityDetail.d.ts +4 -9
- package/dist/api/api-schemas/userActivityDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/userActivityDetailPeriod.d.cts +10 -15
- package/dist/api/api-schemas/userActivityDetailPeriod.d.cts.map +1 -1
- package/dist/api/api-schemas/userActivityDetailPeriod.d.ts +10 -15
- package/dist/api/api-schemas/userActivityDetailPeriod.d.ts.map +1 -1
- package/dist/api/api-schemas/userApiLogGetResponse.d.cts +1 -3
- package/dist/api/api-schemas/userApiLogGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/userApiLogGetResponse.d.ts +1 -3
- package/dist/api/api-schemas/userApiLogGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/userApiTokenGetResponse.d.cts +5 -5
- package/dist/api/api-schemas/userApiTokenGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/userApiTokenGetResponse.d.ts +5 -5
- package/dist/api/api-schemas/userApiTokenGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/userDetail.d.cts +14 -23
- package/dist/api/api-schemas/userDetail.d.cts.map +1 -1
- package/dist/api/api-schemas/userDetail.d.ts +14 -23
- package/dist/api/api-schemas/userDetail.d.ts.map +1 -1
- package/dist/api/api-schemas/userPatchBodyBody.d.cts +6 -8
- package/dist/api/api-schemas/userPatchBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/userPatchBodyBody.d.ts +6 -8
- package/dist/api/api-schemas/userPatchBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/userSummary.d.cts +6 -7
- package/dist/api/api-schemas/userSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/userSummary.d.ts +6 -7
- package/dist/api/api-schemas/userSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/usersGetResponse.d.cts +1 -3
- package/dist/api/api-schemas/usersGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/usersGetResponse.d.ts +1 -3
- package/dist/api/api-schemas/usersGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/versionGetResponse.d.cts +6 -7
- package/dist/api/api-schemas/versionGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/versionGetResponse.d.ts +6 -7
- package/dist/api/api-schemas/versionGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowDefinitionGetResponse.d.cts +5 -5
- package/dist/api/api-schemas/workflowDefinitionGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowDefinitionGetResponse.d.ts +5 -5
- package/dist/api/api-schemas/workflowDefinitionGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowGetAllResponse.d.cts +1 -3
- package/dist/api/api-schemas/workflowGetAllResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowGetAllResponse.d.ts +1 -3
- package/dist/api/api-schemas/workflowGetAllResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponse.d.cts +7 -15
- package/dist/api/api-schemas/workflowGetResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponse.d.ts +7 -15
- package/dist/api/api-schemas/workflowGetResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseScope.cjs +1 -2
- package/dist/api/api-schemas/workflowGetResponseScope.cjs.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseScope.d.cts +5 -5
- package/dist/api/api-schemas/workflowGetResponseScope.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseScope.d.ts +5 -5
- package/dist/api/api-schemas/workflowGetResponseScope.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseScope.js +1 -1
- package/dist/api/api-schemas/workflowGetResponseScope.js.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseVariables.d.cts +5 -5
- package/dist/api/api-schemas/workflowGetResponseVariables.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowGetResponseVariables.d.ts +5 -5
- package/dist/api/api-schemas/workflowGetResponseVariables.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowPatchBodyBody.d.cts +16 -11
- package/dist/api/api-schemas/workflowPatchBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowPatchBodyBody.d.ts +16 -11
- package/dist/api/api-schemas/workflowPatchBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowPatchResponse.d.cts +5 -5
- package/dist/api/api-schemas/workflowPatchResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowPatchResponse.d.ts +5 -5
- package/dist/api/api-schemas/workflowPatchResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBody.d.cts +12 -12
- package/dist/api/api-schemas/workflowPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBody.d.ts +12 -12
- package/dist/api/api-schemas/workflowPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBodyScope.cjs +1 -2
- package/dist/api/api-schemas/workflowPostBodyBodyScope.cjs.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBodyScope.d.cts +5 -6
- package/dist/api/api-schemas/workflowPostBodyBodyScope.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBodyScope.d.ts +5 -6
- package/dist/api/api-schemas/workflowPostBodyBodyScope.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowPostBodyBodyScope.js +1 -1
- package/dist/api/api-schemas/workflowPostBodyBodyScope.js.map +1 -1
- package/dist/api/api-schemas/workflowPostResponse.d.cts +5 -5
- package/dist/api/api-schemas/workflowPostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowPostResponse.d.ts +5 -5
- package/dist/api/api-schemas/workflowPostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowRunPostBodyBody.d.cts +9 -13
- package/dist/api/api-schemas/workflowRunPostBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowRunPostBodyBody.d.ts +9 -13
- package/dist/api/api-schemas/workflowRunPostBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowRunPostResponse.d.cts +5 -5
- package/dist/api/api-schemas/workflowRunPostResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowRunPostResponse.d.ts +5 -5
- package/dist/api/api-schemas/workflowRunPostResponse.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowStepSummary.d.cts +2 -5
- package/dist/api/api-schemas/workflowStepSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowStepSummary.d.ts +2 -5
- package/dist/api/api-schemas/workflowStepSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowStepSummarySpecification.d.cts +5 -6
- package/dist/api/api-schemas/workflowStepSummarySpecification.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowStepSummarySpecification.d.ts +5 -6
- package/dist/api/api-schemas/workflowStepSummarySpecification.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowSummary.d.cts +8 -17
- package/dist/api/api-schemas/workflowSummary.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowSummary.d.ts +8 -17
- package/dist/api/api-schemas/workflowSummary.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowSummaryScope.cjs +1 -2
- package/dist/api/api-schemas/workflowSummaryScope.cjs.map +1 -1
- package/dist/api/api-schemas/workflowSummaryScope.d.cts +5 -6
- package/dist/api/api-schemas/workflowSummaryScope.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowSummaryScope.d.ts +5 -6
- package/dist/api/api-schemas/workflowSummaryScope.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowSummaryScope.js +1 -1
- package/dist/api/api-schemas/workflowSummaryScope.js.map +1 -1
- package/dist/api/api-schemas/workflowVersionPutBodyBody.d.cts +6 -8
- package/dist/api/api-schemas/workflowVersionPutBodyBody.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowVersionPutBodyBody.d.ts +6 -8
- package/dist/api/api-schemas/workflowVersionPutBodyBody.d.ts.map +1 -1
- package/dist/api/api-schemas/workflowVersionPutResponse.d.cts +5 -5
- package/dist/api/api-schemas/workflowVersionPutResponse.d.cts.map +1 -1
- package/dist/api/api-schemas/workflowVersionPutResponse.d.ts +5 -5
- package/dist/api/api-schemas/workflowVersionPutResponse.d.ts.map +1 -1
- package/dist/api/application/application.cjs +28 -27
- package/dist/api/application/application.cjs.map +1 -1
- package/dist/api/application/application.d.cts +19 -21
- package/dist/api/application/application.d.cts.map +1 -1
- package/dist/api/application/application.d.ts +19 -21
- package/dist/api/application/application.d.ts.map +1 -1
- package/dist/api/application/application.fetch.cjs +36 -23
- package/dist/api/application/application.fetch.cjs.map +1 -1
- package/dist/api/application/application.fetch.d.cts +27 -29
- package/dist/api/application/application.fetch.d.cts.map +1 -1
- package/dist/api/application/application.fetch.d.ts +27 -29
- package/dist/api/application/application.fetch.d.ts.map +1 -1
- package/dist/api/application/application.fetch.js +33 -20
- package/dist/api/application/application.fetch.js.map +1 -1
- package/dist/api/application/application.js +25 -24
- package/dist/api/application/application.js.map +1 -1
- package/dist/api/configuration/configuration.cjs +25 -22
- package/dist/api/configuration/configuration.cjs.map +1 -1
- package/dist/api/configuration/configuration.d.cts +16 -16
- package/dist/api/configuration/configuration.d.cts.map +1 -1
- package/dist/api/configuration/configuration.d.ts +16 -16
- package/dist/api/configuration/configuration.d.ts.map +1 -1
- package/dist/api/configuration/configuration.fetch.cjs +31 -22
- package/dist/api/configuration/configuration.fetch.cjs.map +1 -1
- package/dist/api/configuration/configuration.fetch.d.cts +22 -22
- package/dist/api/configuration/configuration.fetch.d.cts.map +1 -1
- package/dist/api/configuration/configuration.fetch.d.ts +22 -22
- package/dist/api/configuration/configuration.fetch.d.ts.map +1 -1
- package/dist/api/configuration/configuration.fetch.js +28 -19
- package/dist/api/configuration/configuration.fetch.js.map +1 -1
- package/dist/api/configuration/configuration.js +22 -19
- package/dist/api/configuration/configuration.js.map +1 -1
- package/dist/api/dataset/dataset.cjs +254 -193
- package/dist/api/dataset/dataset.cjs.map +1 -1
- package/dist/api/dataset/dataset.d.cts +216 -193
- package/dist/api/dataset/dataset.d.cts.map +1 -1
- package/dist/api/dataset/dataset.d.ts +216 -193
- package/dist/api/dataset/dataset.d.ts.map +1 -1
- package/dist/api/dataset/dataset.fetch.cjs +296 -145
- package/dist/api/dataset/dataset.fetch.cjs.map +1 -1
- package/dist/api/dataset/dataset.fetch.d.cts +243 -220
- package/dist/api/dataset/dataset.fetch.d.cts.map +1 -1
- package/dist/api/dataset/dataset.fetch.d.ts +243 -220
- package/dist/api/dataset/dataset.fetch.d.ts.map +1 -1
- package/dist/api/dataset/dataset.fetch.js +280 -139
- package/dist/api/dataset/dataset.fetch.js.map +1 -1
- package/dist/api/dataset/dataset.js +238 -187
- package/dist/api/dataset/dataset.js.map +1 -1
- package/dist/api/digest/digest.cjs +18 -18
- package/dist/api/digest/digest.cjs.map +1 -1
- package/dist/api/digest/digest.d.cts +9 -10
- package/dist/api/digest/digest.d.cts.map +1 -1
- package/dist/api/digest/digest.d.ts +9 -10
- package/dist/api/digest/digest.d.ts.map +1 -1
- package/dist/api/digest/digest.fetch.cjs +22 -17
- package/dist/api/digest/digest.fetch.cjs.map +1 -1
- package/dist/api/digest/digest.fetch.d.cts +13 -14
- package/dist/api/digest/digest.fetch.d.cts.map +1 -1
- package/dist/api/digest/digest.fetch.d.ts +13 -14
- package/dist/api/digest/digest.fetch.d.ts.map +1 -1
- package/dist/api/digest/digest.fetch.js +19 -14
- package/dist/api/digest/digest.fetch.js.map +1 -1
- package/dist/api/digest/digest.js +15 -15
- package/dist/api/digest/digest.js.map +1 -1
- package/dist/api/file-and-path/file-and-path.cjs +353 -265
- package/dist/api/file-and-path/file-and-path.cjs.map +1 -1
- package/dist/api/file-and-path/file-and-path.d.cts +302 -240
- package/dist/api/file-and-path/file-and-path.d.cts.map +1 -1
- package/dist/api/file-and-path/file-and-path.d.ts +302 -240
- package/dist/api/file-and-path/file-and-path.d.ts.map +1 -1
- package/dist/api/file-and-path/file-and-path.fetch.cjs +412 -213
- package/dist/api/file-and-path/file-and-path.fetch.cjs.map +1 -1
- package/dist/api/file-and-path/file-and-path.fetch.d.cts +335 -273
- package/dist/api/file-and-path/file-and-path.fetch.d.cts.map +1 -1
- package/dist/api/file-and-path/file-and-path.fetch.d.ts +335 -273
- package/dist/api/file-and-path/file-and-path.fetch.d.ts.map +1 -1
- package/dist/api/file-and-path/file-and-path.fetch.js +387 -204
- package/dist/api/file-and-path/file-and-path.fetch.js.map +1 -1
- package/dist/api/file-and-path/file-and-path.js +328 -256
- package/dist/api/file-and-path/file-and-path.js.map +1 -1
- package/dist/api/instance/instance.cjs +215 -158
- package/dist/api/instance/instance.cjs.map +1 -1
- package/dist/api/instance/instance.d.cts +180 -146
- package/dist/api/instance/instance.d.cts.map +1 -1
- package/dist/api/instance/instance.d.ts +180 -146
- package/dist/api/instance/instance.d.ts.map +1 -1
- package/dist/api/instance/instance.fetch.cjs +250 -130
- package/dist/api/instance/instance.fetch.cjs.map +1 -1
- package/dist/api/instance/instance.fetch.d.cts +200 -166
- package/dist/api/instance/instance.fetch.d.cts.map +1 -1
- package/dist/api/instance/instance.fetch.d.ts +200 -166
- package/dist/api/instance/instance.fetch.d.ts.map +1 -1
- package/dist/api/instance/instance.fetch.js +234 -124
- package/dist/api/instance/instance.fetch.js.map +1 -1
- package/dist/api/instance/instance.js +199 -152
- package/dist/api/instance/instance.js.map +1 -1
- package/dist/api/inventory/inventory.cjs +19 -19
- package/dist/api/inventory/inventory.cjs.map +1 -1
- package/dist/api/inventory/inventory.d.cts +10 -11
- package/dist/api/inventory/inventory.d.cts.map +1 -1
- package/dist/api/inventory/inventory.d.ts +10 -11
- package/dist/api/inventory/inventory.d.ts.map +1 -1
- package/dist/api/inventory/inventory.fetch.cjs +24 -17
- package/dist/api/inventory/inventory.fetch.cjs.map +1 -1
- package/dist/api/inventory/inventory.fetch.d.cts +14 -15
- package/dist/api/inventory/inventory.fetch.d.cts.map +1 -1
- package/dist/api/inventory/inventory.fetch.d.ts +14 -15
- package/dist/api/inventory/inventory.fetch.d.ts.map +1 -1
- package/dist/api/inventory/inventory.fetch.js +21 -14
- package/dist/api/inventory/inventory.fetch.js.map +1 -1
- package/dist/api/inventory/inventory.js +16 -16
- package/dist/api/inventory/inventory.js.map +1 -1
- package/dist/api/job/job.cjs +100 -83
- package/dist/api/job/job.cjs.map +1 -1
- package/dist/api/job/job.d.cts +85 -86
- package/dist/api/job/job.d.cts.map +1 -1
- package/dist/api/job/job.d.ts +85 -86
- package/dist/api/job/job.d.ts.map +1 -1
- package/dist/api/job/job.fetch.cjs +129 -68
- package/dist/api/job/job.fetch.cjs.map +1 -1
- package/dist/api/job/job.fetch.d.cts +107 -108
- package/dist/api/job/job.fetch.d.cts.map +1 -1
- package/dist/api/job/job.fetch.d.ts +107 -108
- package/dist/api/job/job.fetch.d.ts.map +1 -1
- package/dist/api/job/job.fetch.js +125 -66
- package/dist/api/job/job.fetch.js.map +1 -1
- package/dist/api/job/job.js +96 -81
- package/dist/api/job/job.js.map +1 -1
- package/dist/api/metadata/metadata.cjs +104 -78
- package/dist/api/metadata/metadata.cjs.map +1 -1
- package/dist/api/metadata/metadata.d.cts +84 -82
- package/dist/api/metadata/metadata.d.cts.map +1 -1
- package/dist/api/metadata/metadata.d.ts +84 -82
- package/dist/api/metadata/metadata.d.ts.map +1 -1
- package/dist/api/metadata/metadata.fetch.cjs +126 -66
- package/dist/api/metadata/metadata.fetch.cjs.map +1 -1
- package/dist/api/metadata/metadata.fetch.d.cts +96 -94
- package/dist/api/metadata/metadata.fetch.d.cts.map +1 -1
- package/dist/api/metadata/metadata.fetch.d.ts +96 -94
- package/dist/api/metadata/metadata.fetch.d.ts.map +1 -1
- package/dist/api/metadata/metadata.fetch.js +119 -63
- package/dist/api/metadata/metadata.fetch.js.map +1 -1
- package/dist/api/metadata/metadata.js +97 -75
- package/dist/api/metadata/metadata.js.map +1 -1
- package/dist/api/project/project.cjs +383 -271
- package/dist/api/project/project.cjs.map +1 -1
- package/dist/api/project/project.d.cts +308 -258
- package/dist/api/project/project.d.cts.map +1 -1
- package/dist/api/project/project.d.ts +308 -258
- package/dist/api/project/project.d.ts.map +1 -1
- package/dist/api/project/project.fetch.cjs +430 -218
- package/dist/api/project/project.fetch.cjs.map +1 -1
- package/dist/api/project/project.fetch.d.cts +334 -284
- package/dist/api/project/project.fetch.d.cts.map +1 -1
- package/dist/api/project/project.fetch.d.ts +334 -284
- package/dist/api/project/project.fetch.d.ts.map +1 -1
- package/dist/api/project/project.fetch.js +402 -208
- package/dist/api/project/project.fetch.js.map +1 -1
- package/dist/api/project/project.js +355 -261
- package/dist/api/project/project.js.map +1 -1
- package/dist/api/task/task.cjs +81 -69
- package/dist/api/task/task.cjs.map +1 -1
- package/dist/api/task/task.d.cts +68 -61
- package/dist/api/task/task.d.cts.map +1 -1
- package/dist/api/task/task.d.ts +68 -61
- package/dist/api/task/task.d.ts.map +1 -1
- package/dist/api/task/task.fetch.cjs +95 -46
- package/dist/api/task/task.fetch.cjs.map +1 -1
- package/dist/api/task/task.fetch.d.cts +78 -71
- package/dist/api/task/task.fetch.d.cts.map +1 -1
- package/dist/api/task/task.fetch.d.ts +78 -71
- package/dist/api/task/task.fetch.d.ts.map +1 -1
- package/dist/api/task/task.fetch.js +91 -44
- package/dist/api/task/task.fetch.js.map +1 -1
- package/dist/api/task/task.js +77 -67
- package/dist/api/task/task.js.map +1 -1
- package/dist/api/type/type.cjs +17 -17
- package/dist/api/type/type.cjs.map +1 -1
- package/dist/api/type/type.d.cts +8 -9
- package/dist/api/type/type.d.cts.map +1 -1
- package/dist/api/type/type.d.ts +8 -9
- package/dist/api/type/type.d.ts.map +1 -1
- package/dist/api/type/type.fetch.cjs +21 -16
- package/dist/api/type/type.fetch.cjs.map +1 -1
- package/dist/api/type/type.fetch.d.cts +12 -13
- package/dist/api/type/type.fetch.d.cts.map +1 -1
- package/dist/api/type/type.fetch.d.ts +12 -13
- package/dist/api/type/type.fetch.d.ts.map +1 -1
- package/dist/api/type/type.fetch.js +18 -13
- package/dist/api/type/type.fetch.js.map +1 -1
- package/dist/api/type/type.js +14 -14
- package/dist/api/type/type.js.map +1 -1
- package/dist/api/user/user.cjs +76 -60
- package/dist/api/user/user.cjs.map +1 -1
- package/dist/api/user/user.d.cts +63 -57
- package/dist/api/user/user.d.cts.map +1 -1
- package/dist/api/user/user.d.ts +63 -57
- package/dist/api/user/user.d.ts.map +1 -1
- package/dist/api/user/user.fetch.cjs +96 -57
- package/dist/api/user/user.fetch.cjs.map +1 -1
- package/dist/api/user/user.fetch.d.cts +79 -73
- package/dist/api/user/user.fetch.d.cts.map +1 -1
- package/dist/api/user/user.fetch.d.ts +79 -73
- package/dist/api/user/user.fetch.d.ts.map +1 -1
- package/dist/api/user/user.fetch.js +92 -55
- package/dist/api/user/user.fetch.js.map +1 -1
- package/dist/api/user/user.js +72 -58
- package/dist/api/user/user.js.map +1 -1
- package/dist/api/workflow/workflow.cjs +315 -230
- package/dist/api/workflow/workflow.cjs.map +1 -1
- package/dist/api/workflow/workflow.d.cts +265 -224
- package/dist/api/workflow/workflow.d.cts.map +1 -1
- package/dist/api/workflow/workflow.d.ts +265 -224
- package/dist/api/workflow/workflow.d.ts.map +1 -1
- package/dist/api/workflow/workflow.fetch.cjs +374 -198
- package/dist/api/workflow/workflow.fetch.cjs.map +1 -1
- package/dist/api/workflow/workflow.fetch.d.cts +305 -264
- package/dist/api/workflow/workflow.fetch.d.cts.map +1 -1
- package/dist/api/workflow/workflow.fetch.d.ts +305 -264
- package/dist/api/workflow/workflow.fetch.d.ts.map +1 -1
- package/dist/api/workflow/workflow.fetch.js +352 -190
- package/dist/api/workflow/workflow.fetch.js.map +1 -1
- package/dist/api/workflow/workflow.js +293 -222
- package/dist/api/workflow/workflow.js.map +1 -1
- package/dist/custom-axios.cjs +3 -4
- package/dist/custom-axios.cjs.map +1 -1
- package/dist/custom-axios.d.cts +1 -3
- package/dist/custom-axios.d.cts.map +1 -1
- package/dist/custom-axios.d.ts +1 -3
- package/dist/custom-axios.d.ts.map +1 -1
- package/dist/custom-axios.js +2 -3
- package/dist/custom-axios.js.map +1 -1
- package/dist/custom-fetch.cjs +1 -2
- package/dist/custom-fetch.cjs.map +1 -1
- package/dist/custom-fetch.d.cts +0 -1
- package/dist/custom-fetch.d.cts.map +1 -1
- package/dist/custom-fetch.d.ts +0 -1
- package/dist/custom-fetch.d.ts.map +1 -1
- package/dist/custom-fetch.js +1 -1
- package/dist/custom-fetch.js.map +1 -1
- package/dist/index.cjs +31 -31
- package/dist/index.d.cts +22 -23
- package/dist/index.d.ts +22 -23
- package/dist/index.js +1 -2
- package/orval.config.ts +3 -3
- package/package.json +10 -10
- package/pnpm-workspace.yaml +4 -1
- package/src/api/accounting/accounting.fetch.ts +93 -115
- package/src/api/accounting/accounting.ts +76 -98
- package/src/api/admin/admin.fetch.ts +1054 -552
- package/src/api/admin/admin.ts +1056 -536
- package/src/api/api-schemas/accountServerGetNamespaceResponse.fetch.ts +15 -0
- package/src/api/api-schemas/accountServerGetNamespaceResponse.ts +6 -7
- package/src/api/api-schemas/accountServerGetRegistrationResponse.fetch.ts +17 -0
- package/src/api/api-schemas/accountServerGetRegistrationResponse.ts +5 -5
- package/src/api/api-schemas/adminDeleteJobManifestParams.fetch.ts +18 -0
- package/src/api/api-schemas/adminDeleteJobManifestParams.ts +5 -5
- package/src/api/api-schemas/adminGetServiceErrorsParams.fetch.ts +18 -0
- package/src/api/api-schemas/adminGetServiceErrorsParams.ts +7 -8
- package/src/api/api-schemas/adminGetUsersParams.fetch.ts +25 -0
- package/src/api/api-schemas/adminGetUsersParams.ts +12 -14
- package/src/api/api-schemas/adminJobManifestGetResponse.fetch.ts +18 -0
- package/src/api/api-schemas/adminJobManifestGetResponse.ts +7 -9
- package/src/api/api-schemas/adminJobManifestLoadPutResponse.fetch.ts +31 -0
- package/src/api/api-schemas/adminJobManifestLoadPutResponse.ts +14 -23
- package/src/api/api-schemas/adminUserPutResponse.fetch.ts +13 -0
- package/src/api/api-schemas/adminUserPutResponse.ts +5 -5
- package/src/api/api-schemas/adminUsersGetResponse.fetch.ts +18 -0
- package/src/api/api-schemas/adminUsersGetResponse.ts +7 -9
- package/src/api/api-schemas/apiLogDetail.fetch.ts +30 -0
- package/src/api/api-schemas/apiLogDetail.ts +13 -21
- package/src/api/api-schemas/apiLogDetailMethod.fetch.ts +22 -0
- package/src/api/api-schemas/apiLogDetailMethod.ts +5 -7
- package/src/api/api-schemas/applicationGetResponse.fetch.ts +50 -0
- package/src/api/api-schemas/applicationGetResponse.ts +28 -22
- package/src/api/api-schemas/applicationGetResponseCostUnit.fetch.ts +19 -0
- package/src/api/api-schemas/applicationGetResponseCostUnit.ts +6 -7
- package/src/api/api-schemas/applicationImageVariant.fetch.ts +15 -0
- package/src/api/api-schemas/applicationImageVariant.ts +5 -5
- package/src/api/api-schemas/applicationImageVariants.fetch.ts +15 -0
- package/src/api/api-schemas/applicationImageVariants.ts +5 -5
- package/src/api/api-schemas/applicationSummary.fetch.ts +19 -0
- package/src/api/api-schemas/applicationSummary.ts +8 -14
- package/src/api/api-schemas/applicationsGetResponse.fetch.ts +18 -0
- package/src/api/api-schemas/applicationsGetResponse.ts +7 -9
- package/src/api/api-schemas/asAdditionalDataProcessingCharge.fetch.ts +27 -0
- package/src/api/api-schemas/asAdditionalDataProcessingCharge.ts +5 -5
- package/src/api/api-schemas/createPathParams.fetch.ts +27 -0
- package/src/api/api-schemas/createPathParams.ts +11 -12
- package/src/api/api-schemas/datasetDetail.fetch.ts +24 -0
- package/src/api/api-schemas/datasetDetail.ts +10 -15
- package/src/api/api-schemas/datasetDigestGetResponse.fetch.ts +20 -0
- package/src/api/api-schemas/datasetDigestGetResponse.ts +6 -8
- package/src/api/api-schemas/datasetMetaGetResponse.fetch.ts +32 -0
- package/src/api/api-schemas/datasetMetaGetResponse.ts +14 -23
- package/src/api/api-schemas/datasetMetaPostBodyBody.fetch.ts +17 -0
- package/src/api/api-schemas/datasetMetaPostBodyBody.ts +7 -9
- package/src/api/api-schemas/datasetPostBodyBody.fetch.ts +36 -0
- package/src/api/api-schemas/datasetPostBodyBody.ts +8 -14
- package/src/api/api-schemas/datasetPutBodyBody.fetch.ts +47 -0
- package/src/api/api-schemas/datasetPutBodyBody.ts +8 -16
- package/src/api/api-schemas/datasetPutPostResponse.fetch.ts +19 -0
- package/src/api/api-schemas/datasetPutPostResponse.ts +8 -11
- package/src/api/api-schemas/datasetSchemaGetResponse.fetch.ts +23 -0
- package/src/api/api-schemas/datasetSchemaGetResponse.ts +9 -13
- package/src/api/api-schemas/datasetSchemaGetResponseType.fetch.ts +18 -0
- package/src/api/api-schemas/datasetSchemaGetResponseType.ts +5 -7
- package/src/api/api-schemas/datasetSummary.fetch.ts +20 -0
- package/src/api/api-schemas/datasetSummary.ts +8 -11
- package/src/api/api-schemas/datasetVersionDeleteResponse.fetch.ts +13 -0
- package/src/api/api-schemas/datasetVersionDeleteResponse.ts +5 -5
- package/src/api/api-schemas/datasetVersionDetail.fetch.ts +48 -0
- package/src/api/api-schemas/datasetVersionDetail.ts +23 -39
- package/src/api/api-schemas/datasetVersionDetailLabels.fetch.ts +15 -0
- package/src/api/api-schemas/datasetVersionDetailLabels.ts +5 -6
- package/src/api/api-schemas/datasetVersionDetailProcessingStage.fetch.ts +25 -0
- package/src/api/api-schemas/datasetVersionDetailProcessingStage.ts +5 -7
- package/src/api/api-schemas/datasetVersionMetaPostBodyBody.fetch.ts +17 -0
- package/src/api/api-schemas/datasetVersionMetaPostBodyBody.ts +7 -9
- package/src/api/api-schemas/datasetVersionProjectFile.fetch.ts +16 -0
- package/src/api/api-schemas/datasetVersionProjectFile.ts +5 -5
- package/src/api/api-schemas/datasetVersionSummary.fetch.ts +45 -0
- package/src/api/api-schemas/datasetVersionSummary.ts +21 -36
- package/src/api/api-schemas/datasetVersionSummaryLabels.fetch.ts +15 -0
- package/src/api/api-schemas/datasetVersionSummaryLabels.ts +5 -6
- package/src/api/api-schemas/datasetVersionSummaryProcessingStage.fetch.ts +25 -0
- package/src/api/api-schemas/datasetVersionSummaryProcessingStage.ts +5 -7
- package/src/api/api-schemas/datasetVersionsGetResponse.fetch.ts +13 -0
- package/src/api/api-schemas/datasetVersionsGetResponse.ts +5 -5
- package/src/api/api-schemas/datasetsGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/datasetsGetResponse.ts +5 -5
- package/src/api/api-schemas/deleteDatasetParams.fetch.ts +18 -0
- package/src/api/api-schemas/deleteDatasetParams.ts +7 -8
- package/src/api/api-schemas/deletePathParams.fetch.ts +27 -0
- package/src/api/api-schemas/deletePathParams.ts +11 -12
- package/src/api/api-schemas/deleteUnmanagedFileParams.fetch.ts +34 -0
- package/src/api/api-schemas/deleteUnmanagedFileParams.ts +14 -16
- package/src/api/api-schemas/dmError.fetch.ts +15 -0
- package/src/api/api-schemas/dmError.ts +6 -7
- package/src/api/api-schemas/exchangeRateDetail.fetch.ts +18 -0
- package/src/api/api-schemas/exchangeRateDetail.ts +5 -5
- package/src/api/api-schemas/exchangeRatePutBodyBody.fetch.ts +20 -0
- package/src/api/api-schemas/exchangeRatePutBodyBody.ts +6 -8
- package/src/api/api-schemas/filePathFile.fetch.ts +31 -0
- package/src/api/api-schemas/filePathFile.ts +13 -21
- package/src/api/api-schemas/filePostBodyBody.fetch.ts +40 -0
- package/src/api/api-schemas/filePostBodyBody.ts +8 -15
- package/src/api/api-schemas/filePostResponse.fetch.ts +21 -0
- package/src/api/api-schemas/filePostResponse.ts +9 -13
- package/src/api/api-schemas/fileStat.fetch.ts +17 -0
- package/src/api/api-schemas/fileStat.ts +7 -9
- package/src/api/api-schemas/filesGetResponse.fetch.ts +24 -0
- package/src/api/api-schemas/filesGetResponse.ts +10 -15
- package/src/api/api-schemas/getAllExchangeRatesResponse.fetch.ts +17 -0
- package/src/api/api-schemas/getAllExchangeRatesResponse.ts +5 -5
- package/src/api/api-schemas/getAllJobExchangeRatesParams.fetch.ts +18 -0
- package/src/api/api-schemas/getAllJobExchangeRatesParams.ts +7 -8
- package/src/api/api-schemas/getDatasetsParams.fetch.ts +46 -0
- package/src/api/api-schemas/getDatasetsParams.ts +21 -26
- package/src/api/api-schemas/getExchangeRatesResponse.fetch.ts +17 -0
- package/src/api/api-schemas/getExchangeRatesResponse.ts +6 -7
- package/src/api/api-schemas/getFilesParams.fetch.ts +32 -0
- package/src/api/api-schemas/getFilesParams.ts +11 -12
- package/src/api/api-schemas/getInstancesParams.fetch.ts +31 -0
- package/src/api/api-schemas/getInstancesParams.ts +5 -5
- package/src/api/api-schemas/getJobByVersionParams.fetch.ts +37 -0
- package/src/api/api-schemas/getJobByVersionParams.ts +14 -17
- package/src/api/api-schemas/getJobExchangeRatesParams.fetch.ts +18 -0
- package/src/api/api-schemas/getJobExchangeRatesParams.ts +7 -8
- package/src/api/api-schemas/getJobParams.fetch.ts +19 -0
- package/src/api/api-schemas/getJobParams.ts +5 -5
- package/src/api/api-schemas/getJobsParams.fetch.ts +19 -0
- package/src/api/api-schemas/getJobsParams.ts +5 -5
- package/src/api/api-schemas/getProjectFileParams.fetch.ts +28 -0
- package/src/api/api-schemas/getProjectFileParams.ts +15 -17
- package/src/api/api-schemas/getProjectFileWithTokenParams.fetch.ts +34 -0
- package/src/api/api-schemas/getProjectFileWithTokenParams.ts +16 -18
- package/src/api/api-schemas/getProjectsParams.fetch.ts +18 -0
- package/src/api/api-schemas/getProjectsParams.ts +5 -5
- package/src/api/api-schemas/getRunningWorkflowsParams.fetch.ts +25 -0
- package/src/api/api-schemas/getRunningWorkflowsParams.ts +9 -10
- package/src/api/api-schemas/getTaskParams.fetch.ts +25 -0
- package/src/api/api-schemas/getTaskParams.ts +11 -13
- package/src/api/api-schemas/getTasksParams.fetch.ts +57 -0
- package/src/api/api-schemas/getTasksParams.ts +16 -20
- package/src/api/api-schemas/getUserAccountParams.fetch.ts +18 -0
- package/src/api/api-schemas/getUserAccountParams.ts +7 -8
- package/src/api/api-schemas/getUserApiLogParams.fetch.ts +23 -0
- package/src/api/api-schemas/getUserApiLogParams.ts +9 -11
- package/src/api/api-schemas/getUserInventoryParams.fetch.ts +32 -0
- package/src/api/api-schemas/getUserInventoryParams.ts +9 -10
- package/src/api/api-schemas/getVersionsParams.fetch.ts +18 -0
- package/src/api/api-schemas/getVersionsParams.ts +5 -5
- package/src/api/api-schemas/index.ts +16 -17
- package/src/api/api-schemas/inputHandlerDetail.fetch.ts +17 -0
- package/src/api/api-schemas/inputHandlerDetail.ts +5 -5
- package/src/api/api-schemas/inputHandlerGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/inputHandlerGetResponse.ts +5 -5
- package/src/api/api-schemas/instanceDeleteResponse.fetch.ts +13 -0
- package/src/api/api-schemas/instanceDeleteResponse.ts +5 -5
- package/src/api/api-schemas/instanceDryRunPostResponse.fetch.ts +17 -0
- package/src/api/api-schemas/instanceDryRunPostResponse.ts +7 -9
- package/src/api/api-schemas/instanceGetResponse.fetch.ts +89 -0
- package/src/api/api-schemas/instanceGetResponse.ts +42 -73
- package/src/api/api-schemas/instanceGetResponseApplicationType.fetch.ts +21 -0
- package/src/api/api-schemas/instanceGetResponseApplicationType.ts +5 -7
- package/src/api/api-schemas/instanceGetResponseJobImageType.fetch.ts +18 -0
- package/src/api/api-schemas/instanceGetResponseJobImageType.ts +5 -7
- package/src/api/api-schemas/instanceGetResponseOutputs.fetch.ts +15 -0
- package/src/api/api-schemas/instanceGetResponseOutputs.ts +5 -5
- package/src/api/api-schemas/instanceGetResponsePhase.fetch.ts +28 -0
- package/src/api/api-schemas/instanceGetResponsePhase.ts +6 -8
- package/src/api/api-schemas/instancePostBodyBody.fetch.ts +82 -0
- package/src/api/api-schemas/instancePostBodyBody.ts +38 -37
- package/src/api/api-schemas/instancePostResponse.fetch.ts +21 -0
- package/src/api/api-schemas/instancePostResponse.ts +9 -13
- package/src/api/api-schemas/instanceSummary.fetch.ts +74 -0
- package/src/api/api-schemas/instanceSummary.ts +35 -59
- package/src/api/api-schemas/instanceSummaryApplicationType.fetch.ts +18 -0
- package/src/api/api-schemas/instanceSummaryApplicationType.ts +5 -7
- package/src/api/api-schemas/instanceSummaryJobImageType.fetch.ts +18 -0
- package/src/api/api-schemas/instanceSummaryJobImageType.ts +5 -7
- package/src/api/api-schemas/instanceSummaryOutputs.fetch.ts +15 -0
- package/src/api/api-schemas/instanceSummaryOutputs.ts +5 -5
- package/src/api/api-schemas/instanceSummaryPhase.fetch.ts +27 -0
- package/src/api/api-schemas/instanceSummaryPhase.ts +6 -8
- package/src/api/api-schemas/instanceTask.fetch.ts +16 -0
- package/src/api/api-schemas/instanceTask.ts +5 -5
- package/src/api/api-schemas/instanceTaskPurpose.fetch.ts +14 -0
- package/src/api/api-schemas/instanceTaskPurpose.ts +5 -6
- package/src/api/api-schemas/instancesGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/instancesGetResponse.ts +5 -5
- package/src/api/api-schemas/inventoryDatasetDetail.fetch.ts +17 -0
- package/src/api/api-schemas/inventoryDatasetDetail.ts +5 -5
- package/src/api/api-schemas/inventoryProjectDetail.fetch.ts +16 -0
- package/src/api/api-schemas/inventoryProjectDetail.ts +5 -5
- package/src/api/api-schemas/inventoryUserDetail.fetch.ts +23 -0
- package/src/api/api-schemas/inventoryUserDetail.ts +6 -6
- package/src/api/api-schemas/inventoryUserDetailDatasets.fetch.ts +16 -0
- package/src/api/api-schemas/inventoryUserDetailDatasets.ts +5 -5
- package/src/api/api-schemas/inventoryUserDetailProjects.fetch.ts +17 -0
- package/src/api/api-schemas/inventoryUserDetailProjects.ts +5 -5
- package/src/api/api-schemas/inventoryUserGetResponse.fetch.ts +17 -0
- package/src/api/api-schemas/inventoryUserGetResponse.ts +6 -7
- package/src/api/api-schemas/jobApplication.fetch.ts +17 -0
- package/src/api/api-schemas/jobApplication.ts +5 -5
- package/src/api/api-schemas/jobExchangeRateSummary.fetch.ts +18 -0
- package/src/api/api-schemas/jobExchangeRateSummary.ts +5 -5
- package/src/api/api-schemas/jobGetResponse.fetch.ts +68 -0
- package/src/api/api-schemas/jobGetResponse.ts +31 -50
- package/src/api/api-schemas/jobGetResponseImageType.fetch.ts +18 -0
- package/src/api/api-schemas/jobGetResponseImageType.ts +5 -7
- package/src/api/api-schemas/jobManifestDetail.fetch.ts +32 -0
- package/src/api/api-schemas/jobManifestDetail.ts +12 -19
- package/src/api/api-schemas/jobManifestPutBodyBody.fetch.ts +25 -0
- package/src/api/api-schemas/jobManifestPutBodyBody.ts +5 -5
- package/src/api/api-schemas/jobOrderDetail.fetch.ts +14 -0
- package/src/api/api-schemas/jobOrderDetail.ts +5 -5
- package/src/api/api-schemas/jobReplacement.fetch.ts +15 -0
- package/src/api/api-schemas/jobReplacement.ts +5 -5
- package/src/api/api-schemas/jobReplacements.fetch.ts +16 -0
- package/src/api/api-schemas/jobReplacements.ts +5 -6
- package/src/api/api-schemas/jobSummary.fetch.ts +51 -0
- package/src/api/api-schemas/jobSummary.ts +25 -38
- package/src/api/api-schemas/jobSummaryImageType.fetch.ts +17 -0
- package/src/api/api-schemas/jobSummaryImageType.ts +5 -7
- package/src/api/api-schemas/jobVariables.fetch.ts +24 -0
- package/src/api/api-schemas/jobVariables.ts +9 -12
- package/src/api/api-schemas/jobVariablesInputs.fetch.ts +15 -0
- package/src/api/api-schemas/jobVariablesInputs.ts +5 -6
- package/src/api/api-schemas/jobVariablesOptions.fetch.ts +15 -0
- package/src/api/api-schemas/jobVariablesOptions.ts +5 -6
- package/src/api/api-schemas/jobVariablesOutputs.fetch.ts +15 -0
- package/src/api/api-schemas/jobVariablesOutputs.ts +5 -6
- package/src/api/api-schemas/jobsGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/jobsGetResponse.ts +5 -5
- package/src/api/api-schemas/modeGetResponse.fetch.ts +15 -0
- package/src/api/api-schemas/modeGetResponse.ts +6 -7
- package/src/api/api-schemas/moveFileInProjectParams.fetch.ts +49 -0
- package/src/api/api-schemas/moveFileInProjectParams.ts +25 -29
- package/src/api/api-schemas/movePathParams.fetch.ts +35 -0
- package/src/api/api-schemas/movePathParams.ts +16 -18
- package/src/api/api-schemas/patchInstanceParams.fetch.ts +18 -0
- package/src/api/api-schemas/patchInstanceParams.ts +5 -5
- package/src/api/api-schemas/projectDeleteResponse.fetch.ts +13 -0
- package/src/api/api-schemas/projectDeleteResponse.ts +5 -5
- package/src/api/api-schemas/projectDetail.fetch.ts +41 -0
- package/src/api/api-schemas/projectDetail.ts +14 -23
- package/src/api/api-schemas/projectFileDetail.fetch.ts +36 -0
- package/src/api/api-schemas/projectFileDetail.ts +16 -27
- package/src/api/api-schemas/projectFileDetailProcessingStage.fetch.ts +25 -0
- package/src/api/api-schemas/projectFileDetailProcessingStage.ts +5 -7
- package/src/api/api-schemas/projectFilePutBodyBody.fetch.ts +28 -0
- package/src/api/api-schemas/projectFilePutBodyBody.ts +7 -8
- package/src/api/api-schemas/projectGetResponse.fetch.ts +13 -0
- package/src/api/api-schemas/projectGetResponse.ts +5 -5
- package/src/api/api-schemas/projectPatchBodyBody.fetch.ts +16 -0
- package/src/api/api-schemas/projectPatchBodyBody.ts +6 -7
- package/src/api/api-schemas/projectPostBodyBody.fetch.ts +25 -0
- package/src/api/api-schemas/projectPostBodyBody.ts +6 -8
- package/src/api/api-schemas/projectPostResponse.fetch.ts +15 -0
- package/src/api/api-schemas/projectPostResponse.ts +6 -7
- package/src/api/api-schemas/projectsGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/projectsGetResponse.ts +5 -5
- package/src/api/api-schemas/qActiveDaysParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qActiveDaysParameter.ts +5 -6
- package/src/api/api-schemas/qApplicationIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qApplicationIdParameter.ts +5 -6
- package/src/api/api-schemas/qCurrentParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qCurrentParameter.ts +5 -6
- package/src/api/api-schemas/qDatasetMimeTypeParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qDatasetMimeTypeParameter.ts +5 -6
- package/src/api/api-schemas/qDoNotImpersonateParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qDoNotImpersonateParameter.ts +5 -6
- package/src/api/api-schemas/qDstFileParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qDstFileParameter.ts +5 -6
- package/src/api/api-schemas/qEditorsParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qEditorsParameter.ts +5 -6
- package/src/api/api-schemas/qEventLimitParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qEventLimitParameter.ts +5 -6
- package/src/api/api-schemas/qEventPriorOrdinalParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qEventPriorOrdinalParameter.ts +5 -6
- package/src/api/api-schemas/qExcludeDoneParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qExcludeDoneParameter.ts +5 -6
- package/src/api/api-schemas/qExcludePurposeParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qExcludePurposeParameter.ts +5 -6
- package/src/api/api-schemas/qExcludeRemovalParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qExcludeRemovalParameter.ts +5 -6
- package/src/api/api-schemas/qFileDstPathParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFileDstPathParameter.ts +5 -6
- package/src/api/api-schemas/qFileParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFileParameter.ts +5 -6
- package/src/api/api-schemas/qFilePathParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFilePathParameter.ts +5 -6
- package/src/api/api-schemas/qFileProjectIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFileProjectIdParameter.ts +5 -5
- package/src/api/api-schemas/qFileSrcPathParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFileSrcPathParameter.ts +5 -6
- package/src/api/api-schemas/qFromParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qFromParameter.ts +5 -6
- package/src/api/api-schemas/qIdleDaysParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qIdleDaysParameter.ts +5 -6
- package/src/api/api-schemas/qIncludeAcknowledgedParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qIncludeAcknowledgedParameter.ts +5 -6
- package/src/api/api-schemas/qIncludeDeletedParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qIncludeDeletedParameter.ts +5 -5
- package/src/api/api-schemas/qIncludeHiddenParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qIncludeHiddenParameter.ts +5 -5
- package/src/api/api-schemas/qInstanceArchiveParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qInstanceArchiveParameter.ts +5 -5
- package/src/api/api-schemas/qInstanceCallbackContextParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qInstanceCallbackContextParameter.ts +5 -5
- package/src/api/api-schemas/qJobCollectionParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qJobCollectionParameter.ts +5 -6
- package/src/api/api-schemas/qJobIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qJobIdParameter.ts +5 -6
- package/src/api/api-schemas/qJobJobParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qJobJobParameter.ts +5 -6
- package/src/api/api-schemas/qJobVersionParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qJobVersionParameter.ts +5 -6
- package/src/api/api-schemas/qKeepProjectFilesParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qKeepProjectFilesParameter.ts +5 -6
- package/src/api/api-schemas/qLabelsParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qLabelsParameter.ts +5 -6
- package/src/api/api-schemas/qOnlyUndefinedParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qOnlyUndefinedParameter.ts +5 -6
- package/src/api/api-schemas/qOrgIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qOrgIdParameter.ts +5 -5
- package/src/api/api-schemas/qOwnersParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qOwnersParameter.ts +5 -6
- package/src/api/api-schemas/qProjectIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qProjectIdParameter.ts +5 -5
- package/src/api/api-schemas/qProjectNameParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qProjectNameParameter.ts +5 -5
- package/src/api/api-schemas/qPurgeParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qPurgeParameter.ts +5 -5
- package/src/api/api-schemas/qPurposeParameter.fetch.ts +19 -0
- package/src/api/api-schemas/qPurposeParameter.ts +5 -6
- package/src/api/api-schemas/qTokenParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qTokenParameter.ts +5 -5
- package/src/api/api-schemas/qUnitIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qUnitIdParameter.ts +5 -5
- package/src/api/api-schemas/qUntilParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qUntilParameter.ts +5 -6
- package/src/api/api-schemas/qUsernameParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qUsernameParameter.ts +5 -6
- package/src/api/api-schemas/qUsernamesParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qUsernamesParameter.ts +5 -6
- package/src/api/api-schemas/qWorkflowIdParameter.fetch.ts +15 -0
- package/src/api/api-schemas/qWorkflowIdParameter.ts +5 -6
- package/src/api/api-schemas/runningWorkflowGetAllResponse.fetch.ts +17 -0
- package/src/api/api-schemas/runningWorkflowGetAllResponse.ts +6 -7
- package/src/api/api-schemas/runningWorkflowGetResponse.fetch.ts +43 -0
- package/src/api/api-schemas/runningWorkflowGetResponse.ts +8 -10
- package/src/api/api-schemas/runningWorkflowGetResponseStatus.fetch.ts +23 -0
- package/src/api/api-schemas/runningWorkflowGetResponseStatus.ts +5 -6
- package/src/api/api-schemas/runningWorkflowGetResponseVariables.fetch.ts +15 -0
- package/src/api/api-schemas/runningWorkflowGetResponseVariables.ts +5 -6
- package/src/api/api-schemas/runningWorkflowProject.fetch.ts +17 -0
- package/src/api/api-schemas/runningWorkflowProject.ts +7 -9
- package/src/api/api-schemas/runningWorkflowStep.fetch.ts +33 -0
- package/src/api/api-schemas/runningWorkflowStep.ts +6 -6
- package/src/api/api-schemas/runningWorkflowStepStatus.fetch.ts +19 -0
- package/src/api/api-schemas/runningWorkflowStepStatus.ts +5 -6
- package/src/api/api-schemas/runningWorkflowStepVariables.fetch.ts +12 -0
- package/src/api/api-schemas/runningWorkflowStepVariables.ts +5 -5
- package/src/api/api-schemas/runningWorkflowStepsGetResponse.fetch.ts +16 -0
- package/src/api/api-schemas/runningWorkflowStepsGetResponse.ts +5 -5
- package/src/api/api-schemas/runningWorkflowSummary.fetch.ts +30 -0
- package/src/api/api-schemas/runningWorkflowSummary.ts +9 -12
- package/src/api/api-schemas/runningWorkflowSummaryStatus.fetch.ts +23 -0
- package/src/api/api-schemas/runningWorkflowSummaryStatus.ts +5 -6
- package/src/api/api-schemas/runningWorkflowWorkflow.fetch.ts +19 -0
- package/src/api/api-schemas/runningWorkflowWorkflow.ts +7 -9
- package/src/api/api-schemas/serviceErrorSummary.fetch.ts +24 -0
- package/src/api/api-schemas/serviceErrorSummary.ts +5 -5
- package/src/api/api-schemas/serviceErrorSummarySeverity.fetch.ts +19 -0
- package/src/api/api-schemas/serviceErrorSummarySeverity.ts +5 -6
- package/src/api/api-schemas/serviceErrorsGetResponse.fetch.ts +18 -0
- package/src/api/api-schemas/serviceErrorsGetResponse.ts +7 -9
- package/src/api/api-schemas/taskEvent.fetch.ts +22 -0
- package/src/api/api-schemas/taskEvent.ts +9 -13
- package/src/api/api-schemas/taskEventLevel.fetch.ts +23 -0
- package/src/api/api-schemas/taskEventLevel.ts +5 -7
- package/src/api/api-schemas/taskGetResponse.fetch.ts +38 -0
- package/src/api/api-schemas/taskGetResponse.ts +17 -28
- package/src/api/api-schemas/taskGetResponsePurpose.fetch.ts +23 -0
- package/src/api/api-schemas/taskGetResponsePurpose.ts +5 -7
- package/src/api/api-schemas/taskIdentity.fetch.ts +14 -0
- package/src/api/api-schemas/taskIdentity.ts +5 -5
- package/src/api/api-schemas/taskState.fetch.ts +20 -0
- package/src/api/api-schemas/taskState.ts +8 -11
- package/src/api/api-schemas/taskStateState.fetch.ts +23 -0
- package/src/api/api-schemas/taskStateState.ts +5 -7
- package/src/api/api-schemas/taskSummary.fetch.ts +34 -0
- package/src/api/api-schemas/taskSummary.ts +15 -25
- package/src/api/api-schemas/taskSummaryProcessingStage.fetch.ts +25 -0
- package/src/api/api-schemas/taskSummaryProcessingStage.ts +5 -7
- package/src/api/api-schemas/tasksGetResponse.fetch.ts +17 -0
- package/src/api/api-schemas/tasksGetResponse.ts +6 -7
- package/src/api/api-schemas/typeSummary.fetch.ts +24 -0
- package/src/api/api-schemas/typeSummary.ts +10 -15
- package/src/api/api-schemas/typeSummaryFormatterOptions.fetch.ts +24 -0
- package/src/api/api-schemas/typeSummaryFormatterOptions.ts +8 -12
- package/src/api/api-schemas/typeSummaryFormatterOptionsType.fetch.ts +18 -0
- package/src/api/api-schemas/typeSummaryFormatterOptionsType.ts +5 -7
- package/src/api/api-schemas/typesGetResponse.fetch.ts +17 -0
- package/src/api/api-schemas/typesGetResponse.ts +6 -7
- package/src/api/api-schemas/userAccountDetail.fetch.ts +19 -0
- package/src/api/api-schemas/userAccountDetail.ts +5 -5
- package/src/api/api-schemas/userAccountGetResponse.fetch.ts +13 -0
- package/src/api/api-schemas/userAccountGetResponse.ts +5 -5
- package/src/api/api-schemas/userAccountPatchBodyBody.fetch.ts +25 -0
- package/src/api/api-schemas/userAccountPatchBodyBody.ts +8 -12
- package/src/api/api-schemas/userActivityDetail.fetch.ts +24 -0
- package/src/api/api-schemas/userActivityDetail.ts +9 -13
- package/src/api/api-schemas/userActivityDetailPeriod.fetch.ts +23 -0
- package/src/api/api-schemas/userActivityDetailPeriod.ts +10 -15
- package/src/api/api-schemas/userApiLogGetResponse.fetch.ts +17 -0
- package/src/api/api-schemas/userApiLogGetResponse.ts +6 -7
- package/src/api/api-schemas/userApiTokenGetResponse.fetch.ts +14 -0
- package/src/api/api-schemas/userApiTokenGetResponse.ts +5 -5
- package/src/api/api-schemas/userDetail.fetch.ts +31 -0
- package/src/api/api-schemas/userDetail.ts +14 -23
- package/src/api/api-schemas/userPatchBodyBody.fetch.ts +15 -0
- package/src/api/api-schemas/userPatchBodyBody.ts +6 -7
- package/src/api/api-schemas/userSummary.fetch.ts +15 -0
- package/src/api/api-schemas/userSummary.ts +6 -7
- package/src/api/api-schemas/usersGetResponse.fetch.ts +17 -0
- package/src/api/api-schemas/usersGetResponse.ts +6 -7
- package/src/api/api-schemas/versionGetResponse.fetch.ts +15 -0
- package/src/api/api-schemas/versionGetResponse.ts +6 -7
- package/src/api/api-schemas/workflowDefinitionGetResponse.fetch.ts +15 -0
- package/src/api/api-schemas/workflowDefinitionGetResponse.ts +5 -5
- package/src/api/api-schemas/workflowGetAllResponse.fetch.ts +17 -0
- package/src/api/api-schemas/workflowGetAllResponse.ts +6 -7
- package/src/api/api-schemas/workflowGetResponse.fetch.ts +46 -0
- package/src/api/api-schemas/workflowGetResponse.ts +12 -19
- package/src/api/api-schemas/workflowGetResponseScope.fetch.ts +22 -0
- package/src/api/api-schemas/workflowGetResponseScope.ts +5 -6
- package/src/api/api-schemas/workflowGetResponseVariables.fetch.ts +15 -0
- package/src/api/api-schemas/workflowGetResponseVariables.ts +5 -5
- package/src/api/api-schemas/workflowPatchBodyBody.fetch.ts +31 -0
- package/src/api/api-schemas/workflowPatchBodyBody.ts +15 -13
- package/src/api/api-schemas/workflowPatchResponse.fetch.ts +14 -0
- package/src/api/api-schemas/workflowPatchResponse.ts +5 -5
- package/src/api/api-schemas/workflowPostBodyBody.fetch.ts +36 -0
- package/src/api/api-schemas/workflowPostBodyBody.ts +17 -17
- package/src/api/api-schemas/workflowPostBodyBodyScope.fetch.ts +22 -0
- package/src/api/api-schemas/workflowPostBodyBodyScope.ts +5 -7
- package/src/api/api-schemas/workflowPostResponse.fetch.ts +15 -0
- package/src/api/api-schemas/workflowPostResponse.ts +5 -5
- package/src/api/api-schemas/workflowRunPostBodyBody.fetch.ts +29 -0
- package/src/api/api-schemas/workflowRunPostBodyBody.ts +7 -11
- package/src/api/api-schemas/workflowRunPostResponse.fetch.ts +15 -0
- package/src/api/api-schemas/workflowRunPostResponse.ts +5 -5
- package/src/api/api-schemas/workflowStepSummary.fetch.ts +18 -0
- package/src/api/api-schemas/workflowStepSummary.ts +7 -9
- package/src/api/api-schemas/workflowStepSummarySpecification.fetch.ts +15 -0
- package/src/api/api-schemas/workflowStepSummarySpecification.ts +5 -6
- package/src/api/api-schemas/workflowSummary.fetch.ts +32 -0
- package/src/api/api-schemas/workflowSummary.ts +13 -21
- package/src/api/api-schemas/workflowSummaryScope.fetch.ts +21 -0
- package/src/api/api-schemas/workflowSummaryScope.ts +5 -7
- package/src/api/api-schemas/workflowVersionPutBodyBody.fetch.ts +15 -0
- package/src/api/api-schemas/workflowVersionPutBodyBody.ts +6 -7
- package/src/api/api-schemas/workflowVersionPutResponse.fetch.ts +15 -0
- package/src/api/api-schemas/workflowVersionPutResponse.ts +5 -5
- package/src/api/application/application.fetch.ts +52 -59
- package/src/api/application/application.ts +44 -51
- package/src/api/configuration/configuration.fetch.ts +40 -48
- package/src/api/configuration/configuration.ts +34 -42
- package/src/api/dataset/dataset.fetch.ts +748 -411
- package/src/api/dataset/dataset.ts +727 -385
- package/src/api/digest/digest.fetch.ts +32 -34
- package/src/api/digest/digest.ts +28 -30
- package/src/api/file-and-path/file-and-path.fetch.ts +1014 -578
- package/src/api/file-and-path/file-and-path.ts +996 -549
- package/src/api/instance/instance.fetch.ts +645 -348
- package/src/api/instance/instance.ts +628 -325
- package/src/api/inventory/inventory.fetch.ts +27 -32
- package/src/api/inventory/inventory.ts +22 -27
- package/src/api/job/job.fetch.ts +253 -207
- package/src/api/job/job.ts +227 -179
- package/src/api/metadata/metadata.fetch.ts +347 -181
- package/src/api/metadata/metadata.ts +336 -167
- package/src/api/project/project.fetch.ts +1187 -573
- package/src/api/project/project.ts +1194 -568
- package/src/api/task/task.fetch.ts +183 -138
- package/src/api/task/task.ts +175 -126
- package/src/api/type/type.fetch.ts +24 -29
- package/src/api/type/type.ts +20 -25
- package/src/api/user/user.fetch.ts +190 -156
- package/src/api/user/user.ts +173 -137
- package/src/api/workflow/workflow.fetch.ts +991 -553
- package/src/api/workflow/workflow.ts +961 -513
- package/tsdown.config.ts +1 -1
- package/dist/api/api-schemas/getExchangeRatesResponseId.d.cts +0 -15
- package/dist/api/api-schemas/getExchangeRatesResponseId.d.cts.map +0 -1
- package/dist/api/api-schemas/getExchangeRatesResponseId.d.ts +0 -15
- package/dist/api/api-schemas/getExchangeRatesResponseId.d.ts.map +0 -1
- package/src/api/api-schemas/getExchangeRatesResponseId.ts +0 -12
|
@@ -15,15 +15,10 @@ import { WorkflowRunPostResponse } from "../api-schemas/workflowRunPostResponse.
|
|
|
15
15
|
import { WorkflowVersionPutBodyBody } from "../api-schemas/workflowVersionPutBodyBody.js";
|
|
16
16
|
import { WorkflowVersionPutResponse } from "../api-schemas/workflowVersionPutResponse.js";
|
|
17
17
|
import { ErrorType, customFetch } from "../../custom-fetch.js";
|
|
18
|
-
import { DataTag, DefinedInitialDataOptions, DefinedUseQueryResult, InvalidateOptions, QueryClient, QueryKey, UndefinedInitialDataOptions,
|
|
18
|
+
import { DataTag, DefinedInitialDataOptions, DefinedUseQueryResult, InvalidateOptions, QueryClient, QueryKey, UndefinedInitialDataOptions, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
19
19
|
|
|
20
20
|
//#region src/api/workflow/workflow.fetch.d.ts
|
|
21
21
|
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
22
|
-
/**
|
|
23
|
-
* Get a list of all Workflows available to you. The Workflows are listed in reverse chronological order of creation, where the most recent that was created is first in the list.
|
|
24
|
-
|
|
25
|
-
* @summary Get all Workflows available to you
|
|
26
|
-
*/
|
|
27
22
|
type getWorkflowsResponse200 = {
|
|
28
23
|
data: WorkflowGetAllResponse;
|
|
29
24
|
status: 200;
|
|
@@ -40,13 +35,17 @@ type getWorkflowsResponseError = getWorkflowsResponse401 & {
|
|
|
40
35
|
};
|
|
41
36
|
type getWorkflowsResponse = getWorkflowsResponseSuccess | getWorkflowsResponseError;
|
|
42
37
|
declare const getGetWorkflowsUrl: () => string;
|
|
38
|
+
/**
|
|
39
|
+
* Get a list of all Workflows available to you. The Workflows are listed in reverse chronological order of creation, where the most recent that was created is first in the list.
|
|
40
|
+
* @summary Get all Workflows available to you
|
|
41
|
+
*/
|
|
43
42
|
declare const getWorkflows: (options?: RequestInit) => Promise<getWorkflowsResponse>;
|
|
44
43
|
declare const getGetWorkflowsQueryKey: () => readonly ["data-manager", "workflow"];
|
|
45
44
|
declare const getGetWorkflowsQueryOptions: <TData = Awaited<ReturnType<typeof getWorkflows>>, TError = ErrorType<void>>(options?: {
|
|
46
45
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
47
46
|
request?: SecondParameter<typeof customFetch>;
|
|
48
47
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData> & {
|
|
49
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
48
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
50
49
|
};
|
|
51
50
|
type GetWorkflowsQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflows>>>;
|
|
52
51
|
type GetWorkflowsQueryError = ErrorType<void>;
|
|
@@ -54,19 +53,19 @@ declare function useGetWorkflows<TData = Awaited<ReturnType<typeof getWorkflows>
|
|
|
54
53
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, Awaited<ReturnType<typeof getWorkflows>>>, "initialData">;
|
|
55
54
|
request?: SecondParameter<typeof customFetch>;
|
|
56
55
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
57
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
56
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
58
57
|
};
|
|
59
58
|
declare function useGetWorkflows<TData = Awaited<ReturnType<typeof getWorkflows>>, TError = ErrorType<void>>(options?: {
|
|
60
59
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, Awaited<ReturnType<typeof getWorkflows>>>, "initialData">;
|
|
61
60
|
request?: SecondParameter<typeof customFetch>;
|
|
62
61
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
63
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
62
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
64
63
|
};
|
|
65
64
|
declare function useGetWorkflows<TData = Awaited<ReturnType<typeof getWorkflows>>, TError = ErrorType<void>>(options?: {
|
|
66
65
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
67
66
|
request?: SecondParameter<typeof customFetch>;
|
|
68
67
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
69
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
68
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
70
69
|
};
|
|
71
70
|
/**
|
|
72
71
|
* @summary Get all Workflows available to you
|
|
@@ -76,7 +75,7 @@ declare const getGetWorkflowsSuspenseQueryOptions: <TData = Awaited<ReturnType<t
|
|
|
76
75
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
77
76
|
request?: SecondParameter<typeof customFetch>;
|
|
78
77
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData> & {
|
|
79
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
78
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
80
79
|
};
|
|
81
80
|
type GetWorkflowsSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflows>>>;
|
|
82
81
|
type GetWorkflowsSuspenseQueryError = ErrorType<void>;
|
|
@@ -84,25 +83,20 @@ declare function useGetWorkflowsSuspense<TData = Awaited<ReturnType<typeof getWo
|
|
|
84
83
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
85
84
|
request?: SecondParameter<typeof customFetch>;
|
|
86
85
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
87
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
86
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
88
87
|
};
|
|
89
88
|
declare function useGetWorkflowsSuspense<TData = Awaited<ReturnType<typeof getWorkflows>>, TError = ErrorType<void>>(options?: {
|
|
90
89
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
91
90
|
request?: SecondParameter<typeof customFetch>;
|
|
92
91
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
93
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
92
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
94
93
|
};
|
|
95
94
|
declare function useGetWorkflowsSuspense<TData = Awaited<ReturnType<typeof getWorkflows>>, TError = ErrorType<void>>(options?: {
|
|
96
95
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflows>>, TError, TData>>;
|
|
97
96
|
request?: SecondParameter<typeof customFetch>;
|
|
98
97
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
99
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
98
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
100
99
|
};
|
|
101
|
-
/**
|
|
102
|
-
* Creates a new workflow record.
|
|
103
|
-
|
|
104
|
-
* @summary Create a new Workflow
|
|
105
|
-
*/
|
|
106
100
|
type createWorkflowResponse201 = {
|
|
107
101
|
data: WorkflowPostResponse;
|
|
108
102
|
status: 201;
|
|
@@ -119,34 +113,42 @@ type createWorkflowResponseError = createWorkflowResponse401 & {
|
|
|
119
113
|
};
|
|
120
114
|
type createWorkflowResponse = createWorkflowResponseSuccess | createWorkflowResponseError;
|
|
121
115
|
declare const getCreateWorkflowUrl: () => string;
|
|
122
|
-
declare const createWorkflow: (workflowPostBodyBody: WorkflowPostBodyBody, options?: RequestInit) => Promise<createWorkflowResponse>;
|
|
123
|
-
declare const getCreateWorkflowMutationOptions: <TError = ErrorType<void>, TContext = unknown>(options?: {
|
|
124
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, {
|
|
125
|
-
data: WorkflowPostBodyBody;
|
|
126
|
-
}, TContext>;
|
|
127
|
-
request?: SecondParameter<typeof customFetch>;
|
|
128
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, {
|
|
129
|
-
data: WorkflowPostBodyBody;
|
|
130
|
-
}, TContext>;
|
|
131
|
-
type CreateWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof createWorkflow>>>;
|
|
132
|
-
type CreateWorkflowMutationBody = WorkflowPostBodyBody;
|
|
133
|
-
type CreateWorkflowMutationError = ErrorType<void>;
|
|
134
116
|
/**
|
|
117
|
+
* Creates a new workflow record.
|
|
135
118
|
* @summary Create a new Workflow
|
|
136
119
|
*/
|
|
137
|
-
declare const
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
request?: SecondParameter<typeof customFetch>;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
}
|
|
120
|
+
declare const createWorkflow: (workflowPostBodyBody: WorkflowPostBodyBody, options?: RequestInit) => Promise<createWorkflowResponse>;
|
|
121
|
+
declare const getCreateWorkflowQueryKey: (workflowPostBodyBody?: WorkflowPostBodyBody) => readonly ["data-manager", "POST", "workflow", WorkflowPostBodyBody | undefined];
|
|
122
|
+
declare const getCreateWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof createWorkflow>>, TError = ErrorType<void>>(workflowPostBodyBody: WorkflowPostBodyBody, options?: {
|
|
123
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, TData>>;
|
|
124
|
+
request?: SecondParameter<typeof customFetch>;
|
|
125
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, TData> & {
|
|
126
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
127
|
+
};
|
|
128
|
+
type CreateWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof createWorkflow>>>;
|
|
129
|
+
type CreateWorkflowQueryError = ErrorType<void>;
|
|
130
|
+
declare function useCreateWorkflow<TData = Awaited<ReturnType<typeof createWorkflow>>, TError = ErrorType<void>>(workflowPostBodyBody: WorkflowPostBodyBody, options: {
|
|
131
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, Awaited<ReturnType<typeof createWorkflow>>>, "initialData">;
|
|
132
|
+
request?: SecondParameter<typeof customFetch>;
|
|
133
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
134
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
135
|
+
};
|
|
136
|
+
declare function useCreateWorkflow<TData = Awaited<ReturnType<typeof createWorkflow>>, TError = ErrorType<void>>(workflowPostBodyBody: WorkflowPostBodyBody, options?: {
|
|
137
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, Awaited<ReturnType<typeof createWorkflow>>>, "initialData">;
|
|
138
|
+
request?: SecondParameter<typeof customFetch>;
|
|
139
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
140
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
141
|
+
};
|
|
142
|
+
declare function useCreateWorkflow<TData = Awaited<ReturnType<typeof createWorkflow>>, TError = ErrorType<void>>(workflowPostBodyBody: WorkflowPostBodyBody, options?: {
|
|
143
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof createWorkflow>>, TError, TData>>;
|
|
144
|
+
request?: SecondParameter<typeof customFetch>;
|
|
145
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
146
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
147
|
+
};
|
|
145
148
|
/**
|
|
146
|
-
*
|
|
147
|
-
|
|
148
|
-
* @summary Get details of a specific Workflow
|
|
149
|
+
* @summary Create a new Workflow
|
|
149
150
|
*/
|
|
151
|
+
declare const invalidateCreateWorkflow: (queryClient: QueryClient, workflowPostBodyBody: WorkflowPostBodyBody, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
150
152
|
type getWorkflowResponse200 = {
|
|
151
153
|
data: WorkflowGetResponse;
|
|
152
154
|
status: 200;
|
|
@@ -167,13 +169,17 @@ type getWorkflowResponseError = (getWorkflowResponse401 | getWorkflowResponse404
|
|
|
167
169
|
};
|
|
168
170
|
type getWorkflowResponse = getWorkflowResponseSuccess | getWorkflowResponseError;
|
|
169
171
|
declare const getGetWorkflowUrl: (workflowId: string) => string;
|
|
172
|
+
/**
|
|
173
|
+
* Get details of a specific Workflow available to you.
|
|
174
|
+
* @summary Get details of a specific Workflow
|
|
175
|
+
*/
|
|
170
176
|
declare const getWorkflow: (workflowId: string, options?: RequestInit) => Promise<getWorkflowResponse>;
|
|
171
|
-
declare const getGetWorkflowQueryKey: (workflowId
|
|
177
|
+
declare const getGetWorkflowQueryKey: (workflowId: string) => readonly ["data-manager", "workflow", string];
|
|
172
178
|
declare const getGetWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof getWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
173
179
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
174
180
|
request?: SecondParameter<typeof customFetch>;
|
|
175
181
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData> & {
|
|
176
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
182
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
177
183
|
};
|
|
178
184
|
type GetWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflow>>>;
|
|
179
185
|
type GetWorkflowQueryError = ErrorType<void | DmError>;
|
|
@@ -181,19 +187,19 @@ declare function useGetWorkflow<TData = Awaited<ReturnType<typeof getWorkflow>>,
|
|
|
181
187
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, Awaited<ReturnType<typeof getWorkflow>>>, "initialData">;
|
|
182
188
|
request?: SecondParameter<typeof customFetch>;
|
|
183
189
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
184
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
190
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
185
191
|
};
|
|
186
192
|
declare function useGetWorkflow<TData = Awaited<ReturnType<typeof getWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
187
193
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, Awaited<ReturnType<typeof getWorkflow>>>, "initialData">;
|
|
188
194
|
request?: SecondParameter<typeof customFetch>;
|
|
189
195
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
190
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
196
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
191
197
|
};
|
|
192
198
|
declare function useGetWorkflow<TData = Awaited<ReturnType<typeof getWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
193
199
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
194
200
|
request?: SecondParameter<typeof customFetch>;
|
|
195
201
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
196
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
202
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
197
203
|
};
|
|
198
204
|
/**
|
|
199
205
|
* @summary Get details of a specific Workflow
|
|
@@ -203,7 +209,7 @@ declare const getGetWorkflowSuspenseQueryOptions: <TData = Awaited<ReturnType<ty
|
|
|
203
209
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
204
210
|
request?: SecondParameter<typeof customFetch>;
|
|
205
211
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData> & {
|
|
206
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
212
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
207
213
|
};
|
|
208
214
|
type GetWorkflowSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflow>>>;
|
|
209
215
|
type GetWorkflowSuspenseQueryError = ErrorType<void | DmError>;
|
|
@@ -211,27 +217,20 @@ declare function useGetWorkflowSuspense<TData = Awaited<ReturnType<typeof getWor
|
|
|
211
217
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
212
218
|
request?: SecondParameter<typeof customFetch>;
|
|
213
219
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
214
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
220
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
215
221
|
};
|
|
216
222
|
declare function useGetWorkflowSuspense<TData = Awaited<ReturnType<typeof getWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
217
223
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
218
224
|
request?: SecondParameter<typeof customFetch>;
|
|
219
225
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
220
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
226
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
221
227
|
};
|
|
222
228
|
declare function useGetWorkflowSuspense<TData = Awaited<ReturnType<typeof getWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
223
229
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflow>>, TError, TData>>;
|
|
224
230
|
request?: SecondParameter<typeof customFetch>;
|
|
225
231
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
226
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
232
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
227
233
|
};
|
|
228
|
-
/**
|
|
229
|
-
* The Workflow is deleted.
|
|
230
|
-
|
|
231
|
-
You cannot delete a Workflow if it is the _source_ of a versioned workflow.
|
|
232
|
-
|
|
233
|
-
* @summary Delete a Workflow
|
|
234
|
-
*/
|
|
235
234
|
type deleteWorkflowResponse204 = {
|
|
236
235
|
data: void;
|
|
237
236
|
status: 204;
|
|
@@ -252,35 +251,44 @@ type deleteWorkflowResponseError = (deleteWorkflowResponse401 | deleteWorkflowRe
|
|
|
252
251
|
};
|
|
253
252
|
type deleteWorkflowResponse = deleteWorkflowResponseSuccess | deleteWorkflowResponseError;
|
|
254
253
|
declare const getDeleteWorkflowUrl: (workflowId: string) => string;
|
|
255
|
-
declare const deleteWorkflow: (workflowId: string, options?: RequestInit) => Promise<deleteWorkflowResponse>;
|
|
256
|
-
declare const getDeleteWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
257
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, {
|
|
258
|
-
workflowId: string;
|
|
259
|
-
}, TContext>;
|
|
260
|
-
request?: SecondParameter<typeof customFetch>;
|
|
261
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, {
|
|
262
|
-
workflowId: string;
|
|
263
|
-
}, TContext>;
|
|
264
|
-
type DeleteWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof deleteWorkflow>>>;
|
|
265
|
-
type DeleteWorkflowMutationError = ErrorType<void | DmError>;
|
|
266
254
|
/**
|
|
255
|
+
* The Workflow is deleted.
|
|
256
|
+
*
|
|
257
|
+
* You cannot delete a Workflow if it is the _source_ of a versioned workflow.
|
|
267
258
|
* @summary Delete a Workflow
|
|
268
259
|
*/
|
|
269
|
-
declare const
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
request?: SecondParameter<typeof customFetch>;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
}
|
|
260
|
+
declare const deleteWorkflow: (workflowId: string, options?: RequestInit) => Promise<deleteWorkflowResponse>;
|
|
261
|
+
declare const getDeleteWorkflowQueryKey: (workflowId: string) => readonly ["data-manager", "DELETE", "workflow", string];
|
|
262
|
+
declare const getDeleteWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof deleteWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
263
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, TData>>;
|
|
264
|
+
request?: SecondParameter<typeof customFetch>;
|
|
265
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, TData> & {
|
|
266
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
267
|
+
};
|
|
268
|
+
type DeleteWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof deleteWorkflow>>>;
|
|
269
|
+
type DeleteWorkflowQueryError = ErrorType<void | DmError>;
|
|
270
|
+
declare function useDeleteWorkflow<TData = Awaited<ReturnType<typeof deleteWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options: {
|
|
271
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, Awaited<ReturnType<typeof deleteWorkflow>>>, "initialData">;
|
|
272
|
+
request?: SecondParameter<typeof customFetch>;
|
|
273
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
274
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
275
|
+
};
|
|
276
|
+
declare function useDeleteWorkflow<TData = Awaited<ReturnType<typeof deleteWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
277
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, Awaited<ReturnType<typeof deleteWorkflow>>>, "initialData">;
|
|
278
|
+
request?: SecondParameter<typeof customFetch>;
|
|
279
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
280
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
281
|
+
};
|
|
282
|
+
declare function useDeleteWorkflow<TData = Awaited<ReturnType<typeof deleteWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
283
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteWorkflow>>, TError, TData>>;
|
|
284
|
+
request?: SecondParameter<typeof customFetch>;
|
|
285
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
286
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
287
|
+
};
|
|
277
288
|
/**
|
|
278
|
-
*
|
|
279
|
-
|
|
280
|
-
In **PRODUCTION** mode you cannot alter a Workflow that has been versioned. In **DEVELOPMENT** mode you cannot alter a Workflow that is the source of Running Workflow that is running.
|
|
281
|
-
|
|
282
|
-
* @summary Update a Workflow
|
|
289
|
+
* @summary Delete a Workflow
|
|
283
290
|
*/
|
|
291
|
+
declare const invalidateDeleteWorkflow: (queryClient: QueryClient, workflowId: string, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
284
292
|
type updateWorkflowResponse200 = {
|
|
285
293
|
data: WorkflowPatchResponse;
|
|
286
294
|
status: 200;
|
|
@@ -301,38 +309,44 @@ type updateWorkflowResponseError = (updateWorkflowResponse401 | updateWorkflowRe
|
|
|
301
309
|
};
|
|
302
310
|
type updateWorkflowResponse = updateWorkflowResponseSuccess | updateWorkflowResponseError;
|
|
303
311
|
declare const getUpdateWorkflowUrl: (workflowId: string) => string;
|
|
304
|
-
declare const updateWorkflow: (workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: RequestInit) => Promise<updateWorkflowResponse>;
|
|
305
|
-
declare const getUpdateWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
306
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, {
|
|
307
|
-
workflowId: string;
|
|
308
|
-
data: WorkflowPatchBodyBody;
|
|
309
|
-
}, TContext>;
|
|
310
|
-
request?: SecondParameter<typeof customFetch>;
|
|
311
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, {
|
|
312
|
-
workflowId: string;
|
|
313
|
-
data: WorkflowPatchBodyBody;
|
|
314
|
-
}, TContext>;
|
|
315
|
-
type UpdateWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof updateWorkflow>>>;
|
|
316
|
-
type UpdateWorkflowMutationBody = WorkflowPatchBodyBody;
|
|
317
|
-
type UpdateWorkflowMutationError = ErrorType<void | DmError>;
|
|
318
312
|
/**
|
|
313
|
+
* The Workflow is updated according to the patch parameters.
|
|
314
|
+
*
|
|
315
|
+
* In **PRODUCTION** mode you cannot alter a Workflow that has been versioned. In **DEVELOPMENT** mode you cannot alter a Workflow that is the source of Running Workflow that is running.
|
|
319
316
|
* @summary Update a Workflow
|
|
320
317
|
*/
|
|
321
|
-
declare const
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
318
|
+
declare const updateWorkflow: (workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: RequestInit) => Promise<updateWorkflowResponse>;
|
|
319
|
+
declare const getUpdateWorkflowQueryKey: (workflowId: string, workflowPatchBodyBody?: WorkflowPatchBodyBody) => readonly ["data-manager", "PATCH", "workflow", string, WorkflowPatchBodyBody | undefined];
|
|
320
|
+
declare const getUpdateWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof updateWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: {
|
|
321
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, TData>>;
|
|
322
|
+
request?: SecondParameter<typeof customFetch>;
|
|
323
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, TData> & {
|
|
324
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
325
|
+
};
|
|
326
|
+
type UpdateWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof updateWorkflow>>>;
|
|
327
|
+
type UpdateWorkflowQueryError = ErrorType<void | DmError>;
|
|
328
|
+
declare function useUpdateWorkflow<TData = Awaited<ReturnType<typeof updateWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options: {
|
|
329
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, Awaited<ReturnType<typeof updateWorkflow>>>, "initialData">;
|
|
330
|
+
request?: SecondParameter<typeof customFetch>;
|
|
331
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
332
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
333
|
+
};
|
|
334
|
+
declare function useUpdateWorkflow<TData = Awaited<ReturnType<typeof updateWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: {
|
|
335
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, Awaited<ReturnType<typeof updateWorkflow>>>, "initialData">;
|
|
336
|
+
request?: SecondParameter<typeof customFetch>;
|
|
337
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
338
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
339
|
+
};
|
|
340
|
+
declare function useUpdateWorkflow<TData = Awaited<ReturnType<typeof updateWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: {
|
|
341
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof updateWorkflow>>, TError, TData>>;
|
|
342
|
+
request?: SecondParameter<typeof customFetch>;
|
|
343
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
344
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
345
|
+
};
|
|
331
346
|
/**
|
|
332
|
-
*
|
|
333
|
-
|
|
334
|
-
* @summary Gets the full definition of a Workflow
|
|
347
|
+
* @summary Update a Workflow
|
|
335
348
|
*/
|
|
349
|
+
declare const invalidateUpdateWorkflow: (queryClient: QueryClient, workflowId: string, workflowPatchBodyBody: WorkflowPatchBodyBody, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
336
350
|
type getWorkflowDefinitionResponse200 = {
|
|
337
351
|
data: WorkflowDefinitionGetResponse;
|
|
338
352
|
status: 200;
|
|
@@ -353,13 +367,17 @@ type getWorkflowDefinitionResponseError = (getWorkflowDefinitionResponse401 | ge
|
|
|
353
367
|
};
|
|
354
368
|
type getWorkflowDefinitionResponse = getWorkflowDefinitionResponseSuccess | getWorkflowDefinitionResponseError;
|
|
355
369
|
declare const getGetWorkflowDefinitionUrl: (workflowId: string) => string;
|
|
370
|
+
/**
|
|
371
|
+
* Due to its potential size and complexity the definition is not returned with the Workflow. Instead, to retrieve the definition you need to call this endpoint. A string-encoded YAML document is returned.
|
|
372
|
+
* @summary Gets the full definition of a Workflow
|
|
373
|
+
*/
|
|
356
374
|
declare const getWorkflowDefinition: (workflowId: string, options?: RequestInit) => Promise<getWorkflowDefinitionResponse>;
|
|
357
|
-
declare const getGetWorkflowDefinitionQueryKey: (workflowId
|
|
375
|
+
declare const getGetWorkflowDefinitionQueryKey: (workflowId: string) => readonly ["data-manager", "workflow", string, "definition"];
|
|
358
376
|
declare const getGetWorkflowDefinitionQueryOptions: <TData = Awaited<ReturnType<typeof getWorkflowDefinition>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
359
377
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
360
378
|
request?: SecondParameter<typeof customFetch>;
|
|
361
379
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData> & {
|
|
362
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
380
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
363
381
|
};
|
|
364
382
|
type GetWorkflowDefinitionQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflowDefinition>>>;
|
|
365
383
|
type GetWorkflowDefinitionQueryError = ErrorType<void | DmError>;
|
|
@@ -367,19 +385,19 @@ declare function useGetWorkflowDefinition<TData = Awaited<ReturnType<typeof getW
|
|
|
367
385
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, Awaited<ReturnType<typeof getWorkflowDefinition>>>, "initialData">;
|
|
368
386
|
request?: SecondParameter<typeof customFetch>;
|
|
369
387
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
370
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
388
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
371
389
|
};
|
|
372
390
|
declare function useGetWorkflowDefinition<TData = Awaited<ReturnType<typeof getWorkflowDefinition>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
373
391
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, Awaited<ReturnType<typeof getWorkflowDefinition>>>, "initialData">;
|
|
374
392
|
request?: SecondParameter<typeof customFetch>;
|
|
375
393
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
376
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
394
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
377
395
|
};
|
|
378
396
|
declare function useGetWorkflowDefinition<TData = Awaited<ReturnType<typeof getWorkflowDefinition>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
379
397
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
380
398
|
request?: SecondParameter<typeof customFetch>;
|
|
381
399
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
382
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
400
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
383
401
|
};
|
|
384
402
|
/**
|
|
385
403
|
* @summary Gets the full definition of a Workflow
|
|
@@ -389,7 +407,7 @@ declare const getGetWorkflowDefinitionSuspenseQueryOptions: <TData = Awaited<Ret
|
|
|
389
407
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
390
408
|
request?: SecondParameter<typeof customFetch>;
|
|
391
409
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData> & {
|
|
392
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
410
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
393
411
|
};
|
|
394
412
|
type GetWorkflowDefinitionSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getWorkflowDefinition>>>;
|
|
395
413
|
type GetWorkflowDefinitionSuspenseQueryError = ErrorType<void | DmError>;
|
|
@@ -397,25 +415,20 @@ declare function useGetWorkflowDefinitionSuspense<TData = Awaited<ReturnType<typ
|
|
|
397
415
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
398
416
|
request?: SecondParameter<typeof customFetch>;
|
|
399
417
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
400
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
418
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
401
419
|
};
|
|
402
420
|
declare function useGetWorkflowDefinitionSuspense<TData = Awaited<ReturnType<typeof getWorkflowDefinition>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
403
421
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
404
422
|
request?: SecondParameter<typeof customFetch>;
|
|
405
423
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
406
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
424
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
407
425
|
};
|
|
408
426
|
declare function useGetWorkflowDefinitionSuspense<TData = Awaited<ReturnType<typeof getWorkflowDefinition>>, TError = ErrorType<void | DmError>>(workflowId: string, options?: {
|
|
409
427
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getWorkflowDefinition>>, TError, TData>>;
|
|
410
428
|
request?: SecondParameter<typeof customFetch>;
|
|
411
429
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
412
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
430
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
413
431
|
};
|
|
414
|
-
/**
|
|
415
|
-
* Runs a Workflow.
|
|
416
|
-
|
|
417
|
-
* @summary Run a Workflow
|
|
418
|
-
*/
|
|
419
432
|
type runWorkflowResponse201 = {
|
|
420
433
|
data: WorkflowRunPostResponse;
|
|
421
434
|
status: 201;
|
|
@@ -436,40 +449,42 @@ type runWorkflowResponseError = (runWorkflowResponse401 | runWorkflowResponse404
|
|
|
436
449
|
};
|
|
437
450
|
type runWorkflowResponse = runWorkflowResponseSuccess | runWorkflowResponseError;
|
|
438
451
|
declare const getRunWorkflowUrl: (workflowId: string) => string;
|
|
439
|
-
declare const runWorkflow: (workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: RequestInit) => Promise<runWorkflowResponse>;
|
|
440
|
-
declare const getRunWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
441
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, {
|
|
442
|
-
workflowId: string;
|
|
443
|
-
data: WorkflowRunPostBodyBody;
|
|
444
|
-
}, TContext>;
|
|
445
|
-
request?: SecondParameter<typeof customFetch>;
|
|
446
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, {
|
|
447
|
-
workflowId: string;
|
|
448
|
-
data: WorkflowRunPostBodyBody;
|
|
449
|
-
}, TContext>;
|
|
450
|
-
type RunWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof runWorkflow>>>;
|
|
451
|
-
type RunWorkflowMutationBody = WorkflowRunPostBodyBody;
|
|
452
|
-
type RunWorkflowMutationError = ErrorType<void | DmError>;
|
|
453
452
|
/**
|
|
453
|
+
* Runs a Workflow.
|
|
454
454
|
* @summary Run a Workflow
|
|
455
455
|
*/
|
|
456
|
-
declare const
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
456
|
+
declare const runWorkflow: (workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: RequestInit) => Promise<runWorkflowResponse>;
|
|
457
|
+
declare const getRunWorkflowQueryKey: (workflowId: string, workflowRunPostBodyBody?: WorkflowRunPostBodyBody) => readonly ["data-manager", "POST", "workflow", string, "run", WorkflowRunPostBodyBody | undefined];
|
|
458
|
+
declare const getRunWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof runWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: {
|
|
459
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, TData>>;
|
|
460
|
+
request?: SecondParameter<typeof customFetch>;
|
|
461
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, TData> & {
|
|
462
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
463
|
+
};
|
|
464
|
+
type RunWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof runWorkflow>>>;
|
|
465
|
+
type RunWorkflowQueryError = ErrorType<void | DmError>;
|
|
466
|
+
declare function useRunWorkflow<TData = Awaited<ReturnType<typeof runWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options: {
|
|
467
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, Awaited<ReturnType<typeof runWorkflow>>>, "initialData">;
|
|
468
|
+
request?: SecondParameter<typeof customFetch>;
|
|
469
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
470
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
471
|
+
};
|
|
472
|
+
declare function useRunWorkflow<TData = Awaited<ReturnType<typeof runWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: {
|
|
473
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, Awaited<ReturnType<typeof runWorkflow>>>, "initialData">;
|
|
474
|
+
request?: SecondParameter<typeof customFetch>;
|
|
475
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
476
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
477
|
+
};
|
|
478
|
+
declare function useRunWorkflow<TData = Awaited<ReturnType<typeof runWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: {
|
|
479
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof runWorkflow>>, TError, TData>>;
|
|
480
|
+
request?: SecondParameter<typeof customFetch>;
|
|
481
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
482
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
483
|
+
};
|
|
466
484
|
/**
|
|
467
|
-
*
|
|
468
|
-
|
|
469
|
-
When you apply a version to a Workflow you are making a commitment not to alter it. If you want to change the workflow you will need to return to the `source`, Workflow, modify that and then version it again.
|
|
470
|
-
|
|
471
|
-
* @summary Applied a version to the Workflow
|
|
485
|
+
* @summary Run a Workflow
|
|
472
486
|
*/
|
|
487
|
+
declare const invalidateRunWorkflow: (queryClient: QueryClient, workflowId: string, workflowRunPostBodyBody: WorkflowRunPostBodyBody, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
473
488
|
type versionWorkflowResponse201 = {
|
|
474
489
|
data: WorkflowVersionPutResponse;
|
|
475
490
|
status: 201;
|
|
@@ -490,40 +505,44 @@ type versionWorkflowResponseError = (versionWorkflowResponse401 | versionWorkflo
|
|
|
490
505
|
};
|
|
491
506
|
type versionWorkflowResponse = versionWorkflowResponseSuccess | versionWorkflowResponseError;
|
|
492
507
|
declare const getVersionWorkflowUrl: (workflowId: string) => string;
|
|
493
|
-
declare const versionWorkflow: (workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: RequestInit) => Promise<versionWorkflowResponse>;
|
|
494
|
-
declare const getVersionWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
495
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, {
|
|
496
|
-
workflowId: string;
|
|
497
|
-
data: WorkflowVersionPutBodyBody;
|
|
498
|
-
}, TContext>;
|
|
499
|
-
request?: SecondParameter<typeof customFetch>;
|
|
500
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, {
|
|
501
|
-
workflowId: string;
|
|
502
|
-
data: WorkflowVersionPutBodyBody;
|
|
503
|
-
}, TContext>;
|
|
504
|
-
type VersionWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof versionWorkflow>>>;
|
|
505
|
-
type VersionWorkflowMutationBody = WorkflowVersionPutBodyBody;
|
|
506
|
-
type VersionWorkflowMutationError = ErrorType<void | DmError>;
|
|
507
508
|
/**
|
|
509
|
+
* The Workflow is first copied, leaving the original. The version (a string) is then applied to the copy of the Workflow, the `source_id` of the copy is set to the Workflow being copied, and the new Workflow ID is returned.
|
|
510
|
+
*
|
|
511
|
+
* When you apply a version to a Workflow you are making a commitment not to alter it. If you want to change the workflow you will need to return to the `source`, Workflow, modify that and then version it again.
|
|
508
512
|
* @summary Applied a version to the Workflow
|
|
509
513
|
*/
|
|
510
|
-
declare const
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
514
|
+
declare const versionWorkflow: (workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: RequestInit) => Promise<versionWorkflowResponse>;
|
|
515
|
+
declare const getVersionWorkflowQueryKey: (workflowId: string, workflowVersionPutBodyBody?: WorkflowVersionPutBodyBody) => readonly ["data-manager", "PUT", "workflow", string, "version", WorkflowVersionPutBodyBody | undefined];
|
|
516
|
+
declare const getVersionWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof versionWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: {
|
|
517
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, TData>>;
|
|
518
|
+
request?: SecondParameter<typeof customFetch>;
|
|
519
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, TData> & {
|
|
520
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
521
|
+
};
|
|
522
|
+
type VersionWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof versionWorkflow>>>;
|
|
523
|
+
type VersionWorkflowQueryError = ErrorType<void | DmError>;
|
|
524
|
+
declare function useVersionWorkflow<TData = Awaited<ReturnType<typeof versionWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options: {
|
|
525
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, Awaited<ReturnType<typeof versionWorkflow>>>, "initialData">;
|
|
526
|
+
request?: SecondParameter<typeof customFetch>;
|
|
527
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
528
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
529
|
+
};
|
|
530
|
+
declare function useVersionWorkflow<TData = Awaited<ReturnType<typeof versionWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: {
|
|
531
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, Awaited<ReturnType<typeof versionWorkflow>>>, "initialData">;
|
|
532
|
+
request?: SecondParameter<typeof customFetch>;
|
|
533
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
534
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
535
|
+
};
|
|
536
|
+
declare function useVersionWorkflow<TData = Awaited<ReturnType<typeof versionWorkflow>>, TError = ErrorType<void | DmError>>(workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: {
|
|
537
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof versionWorkflow>>, TError, TData>>;
|
|
538
|
+
request?: SecondParameter<typeof customFetch>;
|
|
539
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
540
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
541
|
+
};
|
|
520
542
|
/**
|
|
521
|
-
*
|
|
522
|
-
|
|
523
|
-
By providing a workflow ID you will only see Running Workflows for that Workflow.
|
|
524
|
-
|
|
525
|
-
* @summary Get all Running Workflows available to you
|
|
543
|
+
* @summary Applied a version to the Workflow
|
|
526
544
|
*/
|
|
545
|
+
declare const invalidateVersionWorkflow: (queryClient: QueryClient, workflowId: string, workflowVersionPutBodyBody: WorkflowVersionPutBodyBody, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
527
546
|
type getRunningWorkflowsResponse200 = {
|
|
528
547
|
data: RunningWorkflowGetAllResponse;
|
|
529
548
|
status: 200;
|
|
@@ -540,13 +559,19 @@ type getRunningWorkflowsResponseError = getRunningWorkflowsResponse401 & {
|
|
|
540
559
|
};
|
|
541
560
|
type getRunningWorkflowsResponse = getRunningWorkflowsResponseSuccess | getRunningWorkflowsResponseError;
|
|
542
561
|
declare const getGetRunningWorkflowsUrl: (params?: GetRunningWorkflowsParams) => string;
|
|
562
|
+
/**
|
|
563
|
+
* Get a list of all Running Workflows available to you. The Running Workflows are listed in chronological order of the start time, where the first that was executed is the first in the list.
|
|
564
|
+
*
|
|
565
|
+
* By providing a workflow ID you will only see Running Workflows for that Workflow.
|
|
566
|
+
* @summary Get all Running Workflows available to you
|
|
567
|
+
*/
|
|
543
568
|
declare const getRunningWorkflows: (params?: GetRunningWorkflowsParams, options?: RequestInit) => Promise<getRunningWorkflowsResponse>;
|
|
544
569
|
declare const getGetRunningWorkflowsQueryKey: (params?: GetRunningWorkflowsParams) => readonly ["data-manager", "running-workflow", ...GetRunningWorkflowsParams[]];
|
|
545
570
|
declare const getGetRunningWorkflowsQueryOptions: <TData = Awaited<ReturnType<typeof getRunningWorkflows>>, TError = ErrorType<void>>(params?: GetRunningWorkflowsParams, options?: {
|
|
546
571
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
547
572
|
request?: SecondParameter<typeof customFetch>;
|
|
548
573
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData> & {
|
|
549
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
574
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
550
575
|
};
|
|
551
576
|
type GetRunningWorkflowsQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflows>>>;
|
|
552
577
|
type GetRunningWorkflowsQueryError = ErrorType<void>;
|
|
@@ -554,19 +579,19 @@ declare function useGetRunningWorkflows<TData = Awaited<ReturnType<typeof getRun
|
|
|
554
579
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, Awaited<ReturnType<typeof getRunningWorkflows>>>, "initialData">;
|
|
555
580
|
request?: SecondParameter<typeof customFetch>;
|
|
556
581
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
557
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
582
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
558
583
|
};
|
|
559
584
|
declare function useGetRunningWorkflows<TData = Awaited<ReturnType<typeof getRunningWorkflows>>, TError = ErrorType<void>>(params?: GetRunningWorkflowsParams, options?: {
|
|
560
585
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, Awaited<ReturnType<typeof getRunningWorkflows>>>, "initialData">;
|
|
561
586
|
request?: SecondParameter<typeof customFetch>;
|
|
562
587
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
563
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
588
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
564
589
|
};
|
|
565
590
|
declare function useGetRunningWorkflows<TData = Awaited<ReturnType<typeof getRunningWorkflows>>, TError = ErrorType<void>>(params?: GetRunningWorkflowsParams, options?: {
|
|
566
591
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
567
592
|
request?: SecondParameter<typeof customFetch>;
|
|
568
593
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
569
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
594
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
570
595
|
};
|
|
571
596
|
/**
|
|
572
597
|
* @summary Get all Running Workflows available to you
|
|
@@ -576,7 +601,7 @@ declare const getGetRunningWorkflowsSuspenseQueryOptions: <TData = Awaited<Retur
|
|
|
576
601
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
577
602
|
request?: SecondParameter<typeof customFetch>;
|
|
578
603
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData> & {
|
|
579
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
604
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
580
605
|
};
|
|
581
606
|
type GetRunningWorkflowsSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflows>>>;
|
|
582
607
|
type GetRunningWorkflowsSuspenseQueryError = ErrorType<void>;
|
|
@@ -584,25 +609,20 @@ declare function useGetRunningWorkflowsSuspense<TData = Awaited<ReturnType<typeo
|
|
|
584
609
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
585
610
|
request?: SecondParameter<typeof customFetch>;
|
|
586
611
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
587
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
612
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
588
613
|
};
|
|
589
614
|
declare function useGetRunningWorkflowsSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflows>>, TError = ErrorType<void>>(params?: GetRunningWorkflowsParams, options?: {
|
|
590
615
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
591
616
|
request?: SecondParameter<typeof customFetch>;
|
|
592
617
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
593
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
618
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
594
619
|
};
|
|
595
620
|
declare function useGetRunningWorkflowsSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflows>>, TError = ErrorType<void>>(params?: GetRunningWorkflowsParams, options?: {
|
|
596
621
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflows>>, TError, TData>>;
|
|
597
622
|
request?: SecondParameter<typeof customFetch>;
|
|
598
623
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
599
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
624
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
600
625
|
};
|
|
601
|
-
/**
|
|
602
|
-
* Get details of a specific Running Workflow available to you.
|
|
603
|
-
|
|
604
|
-
* @summary Get details of a specific Running Workflow
|
|
605
|
-
*/
|
|
606
626
|
type getRunningWorkflowResponse200 = {
|
|
607
627
|
data: RunningWorkflowGetResponse;
|
|
608
628
|
status: 200;
|
|
@@ -623,13 +643,17 @@ type getRunningWorkflowResponseError = (getRunningWorkflowResponse401 | getRunni
|
|
|
623
643
|
};
|
|
624
644
|
type getRunningWorkflowResponse = getRunningWorkflowResponseSuccess | getRunningWorkflowResponseError;
|
|
625
645
|
declare const getGetRunningWorkflowUrl: (runningWorkflowId: string) => string;
|
|
646
|
+
/**
|
|
647
|
+
* Get details of a specific Running Workflow available to you.
|
|
648
|
+
* @summary Get details of a specific Running Workflow
|
|
649
|
+
*/
|
|
626
650
|
declare const getRunningWorkflow: (runningWorkflowId: string, options?: RequestInit) => Promise<getRunningWorkflowResponse>;
|
|
627
|
-
declare const getGetRunningWorkflowQueryKey: (runningWorkflowId
|
|
651
|
+
declare const getGetRunningWorkflowQueryKey: (runningWorkflowId: string) => readonly ["data-manager", "running-workflow", string];
|
|
628
652
|
declare const getGetRunningWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof getRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
629
653
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
630
654
|
request?: SecondParameter<typeof customFetch>;
|
|
631
655
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData> & {
|
|
632
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
656
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
633
657
|
};
|
|
634
658
|
type GetRunningWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflow>>>;
|
|
635
659
|
type GetRunningWorkflowQueryError = ErrorType<void | DmError>;
|
|
@@ -637,19 +661,19 @@ declare function useGetRunningWorkflow<TData = Awaited<ReturnType<typeof getRunn
|
|
|
637
661
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, Awaited<ReturnType<typeof getRunningWorkflow>>>, "initialData">;
|
|
638
662
|
request?: SecondParameter<typeof customFetch>;
|
|
639
663
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
640
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
664
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
641
665
|
};
|
|
642
666
|
declare function useGetRunningWorkflow<TData = Awaited<ReturnType<typeof getRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
643
667
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, Awaited<ReturnType<typeof getRunningWorkflow>>>, "initialData">;
|
|
644
668
|
request?: SecondParameter<typeof customFetch>;
|
|
645
669
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
646
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
670
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
647
671
|
};
|
|
648
672
|
declare function useGetRunningWorkflow<TData = Awaited<ReturnType<typeof getRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
649
673
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
650
674
|
request?: SecondParameter<typeof customFetch>;
|
|
651
675
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
652
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
676
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
653
677
|
};
|
|
654
678
|
/**
|
|
655
679
|
* @summary Get details of a specific Running Workflow
|
|
@@ -659,7 +683,7 @@ declare const getGetRunningWorkflowSuspenseQueryOptions: <TData = Awaited<Return
|
|
|
659
683
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
660
684
|
request?: SecondParameter<typeof customFetch>;
|
|
661
685
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData> & {
|
|
662
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
686
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
663
687
|
};
|
|
664
688
|
type GetRunningWorkflowSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflow>>>;
|
|
665
689
|
type GetRunningWorkflowSuspenseQueryError = ErrorType<void | DmError>;
|
|
@@ -667,27 +691,20 @@ declare function useGetRunningWorkflowSuspense<TData = Awaited<ReturnType<typeof
|
|
|
667
691
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
668
692
|
request?: SecondParameter<typeof customFetch>;
|
|
669
693
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
670
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
694
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
671
695
|
};
|
|
672
696
|
declare function useGetRunningWorkflowSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
673
697
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
674
698
|
request?: SecondParameter<typeof customFetch>;
|
|
675
699
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
676
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
700
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
677
701
|
};
|
|
678
702
|
declare function useGetRunningWorkflowSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
679
703
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflow>>, TError, TData>>;
|
|
680
704
|
request?: SecondParameter<typeof customFetch>;
|
|
681
705
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
682
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
706
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
683
707
|
};
|
|
684
|
-
/**
|
|
685
|
-
* Deletes a Running Workflow.
|
|
686
|
-
|
|
687
|
-
It is an error to delete a Running Workflow that is Running.
|
|
688
|
-
|
|
689
|
-
* @summary Delete a Running Workflow
|
|
690
|
-
*/
|
|
691
708
|
type deleteRunningWorkflowResponse204 = {
|
|
692
709
|
data: void;
|
|
693
710
|
status: 204;
|
|
@@ -708,33 +725,44 @@ type deleteRunningWorkflowResponseError = (deleteRunningWorkflowResponse401 | de
|
|
|
708
725
|
};
|
|
709
726
|
type deleteRunningWorkflowResponse = deleteRunningWorkflowResponseSuccess | deleteRunningWorkflowResponseError;
|
|
710
727
|
declare const getDeleteRunningWorkflowUrl: (runningWorkflowId: string) => string;
|
|
711
|
-
declare const deleteRunningWorkflow: (runningWorkflowId: string, options?: RequestInit) => Promise<deleteRunningWorkflowResponse>;
|
|
712
|
-
declare const getDeleteRunningWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
713
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, {
|
|
714
|
-
runningWorkflowId: string;
|
|
715
|
-
}, TContext>;
|
|
716
|
-
request?: SecondParameter<typeof customFetch>;
|
|
717
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, {
|
|
718
|
-
runningWorkflowId: string;
|
|
719
|
-
}, TContext>;
|
|
720
|
-
type DeleteRunningWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof deleteRunningWorkflow>>>;
|
|
721
|
-
type DeleteRunningWorkflowMutationError = ErrorType<void | DmError>;
|
|
722
728
|
/**
|
|
729
|
+
* Deletes a Running Workflow.
|
|
730
|
+
*
|
|
731
|
+
* It is an error to delete a Running Workflow that is Running.
|
|
723
732
|
* @summary Delete a Running Workflow
|
|
724
733
|
*/
|
|
725
|
-
declare const
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
request?: SecondParameter<typeof customFetch>;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
}
|
|
734
|
+
declare const deleteRunningWorkflow: (runningWorkflowId: string, options?: RequestInit) => Promise<deleteRunningWorkflowResponse>;
|
|
735
|
+
declare const getDeleteRunningWorkflowQueryKey: (runningWorkflowId: string) => readonly ["data-manager", "DELETE", "running-workflow", string];
|
|
736
|
+
declare const getDeleteRunningWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
737
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, TData>>;
|
|
738
|
+
request?: SecondParameter<typeof customFetch>;
|
|
739
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, TData> & {
|
|
740
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
741
|
+
};
|
|
742
|
+
type DeleteRunningWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof deleteRunningWorkflow>>>;
|
|
743
|
+
type DeleteRunningWorkflowQueryError = ErrorType<void | DmError>;
|
|
744
|
+
declare function useDeleteRunningWorkflow<TData = Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options: {
|
|
745
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, Awaited<ReturnType<typeof deleteRunningWorkflow>>>, "initialData">;
|
|
746
|
+
request?: SecondParameter<typeof customFetch>;
|
|
747
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
748
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
749
|
+
};
|
|
750
|
+
declare function useDeleteRunningWorkflow<TData = Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
751
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, Awaited<ReturnType<typeof deleteRunningWorkflow>>>, "initialData">;
|
|
752
|
+
request?: SecondParameter<typeof customFetch>;
|
|
753
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
754
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
755
|
+
};
|
|
756
|
+
declare function useDeleteRunningWorkflow<TData = Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
757
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof deleteRunningWorkflow>>, TError, TData>>;
|
|
758
|
+
request?: SecondParameter<typeof customFetch>;
|
|
759
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
760
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
761
|
+
};
|
|
733
762
|
/**
|
|
734
|
-
*
|
|
735
|
-
|
|
736
|
-
* @summary Stop a Running Workflow
|
|
763
|
+
* @summary Delete a Running Workflow
|
|
737
764
|
*/
|
|
765
|
+
declare const invalidateDeleteRunningWorkflow: (queryClient: QueryClient, runningWorkflowId: string, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
738
766
|
type stopRunningWorkflowResponse204 = {
|
|
739
767
|
data: void;
|
|
740
768
|
status: 204;
|
|
@@ -755,33 +783,42 @@ type stopRunningWorkflowResponseError = (stopRunningWorkflowResponse401 | stopRu
|
|
|
755
783
|
};
|
|
756
784
|
type stopRunningWorkflowResponse = stopRunningWorkflowResponseSuccess | stopRunningWorkflowResponseError;
|
|
757
785
|
declare const getStopRunningWorkflowUrl: (runningWorkflowId: string) => string;
|
|
758
|
-
declare const stopRunningWorkflow: (runningWorkflowId: string, options?: RequestInit) => Promise<stopRunningWorkflowResponse>;
|
|
759
|
-
declare const getStopRunningWorkflowMutationOptions: <TError = ErrorType<void | DmError>, TContext = unknown>(options?: {
|
|
760
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, {
|
|
761
|
-
runningWorkflowId: string;
|
|
762
|
-
}, TContext>;
|
|
763
|
-
request?: SecondParameter<typeof customFetch>;
|
|
764
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, {
|
|
765
|
-
runningWorkflowId: string;
|
|
766
|
-
}, TContext>;
|
|
767
|
-
type StopRunningWorkflowMutationResult = NonNullable<Awaited<ReturnType<typeof stopRunningWorkflow>>>;
|
|
768
|
-
type StopRunningWorkflowMutationError = ErrorType<void | DmError>;
|
|
769
786
|
/**
|
|
787
|
+
* Stops a Running Workflow.
|
|
770
788
|
* @summary Stop a Running Workflow
|
|
771
789
|
*/
|
|
772
|
-
declare const
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
request?: SecondParameter<typeof customFetch>;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
}
|
|
790
|
+
declare const stopRunningWorkflow: (runningWorkflowId: string, options?: RequestInit) => Promise<stopRunningWorkflowResponse>;
|
|
791
|
+
declare const getStopRunningWorkflowQueryKey: (runningWorkflowId: string) => readonly ["data-manager", "PUT", "running-workflow", string, "stop"];
|
|
792
|
+
declare const getStopRunningWorkflowQueryOptions: <TData = Awaited<ReturnType<typeof stopRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
793
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, TData>>;
|
|
794
|
+
request?: SecondParameter<typeof customFetch>;
|
|
795
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, TData> & {
|
|
796
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
797
|
+
};
|
|
798
|
+
type StopRunningWorkflowQueryResult = NonNullable<Awaited<ReturnType<typeof stopRunningWorkflow>>>;
|
|
799
|
+
type StopRunningWorkflowQueryError = ErrorType<void | DmError>;
|
|
800
|
+
declare function useStopRunningWorkflow<TData = Awaited<ReturnType<typeof stopRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options: {
|
|
801
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, Awaited<ReturnType<typeof stopRunningWorkflow>>>, "initialData">;
|
|
802
|
+
request?: SecondParameter<typeof customFetch>;
|
|
803
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
804
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
805
|
+
};
|
|
806
|
+
declare function useStopRunningWorkflow<TData = Awaited<ReturnType<typeof stopRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
807
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, Awaited<ReturnType<typeof stopRunningWorkflow>>>, "initialData">;
|
|
808
|
+
request?: SecondParameter<typeof customFetch>;
|
|
809
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
810
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
811
|
+
};
|
|
812
|
+
declare function useStopRunningWorkflow<TData = Awaited<ReturnType<typeof stopRunningWorkflow>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
813
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof stopRunningWorkflow>>, TError, TData>>;
|
|
814
|
+
request?: SecondParameter<typeof customFetch>;
|
|
815
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
816
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
817
|
+
};
|
|
780
818
|
/**
|
|
781
|
-
*
|
|
782
|
-
|
|
783
|
-
* @summary Get all the Running Workflow Steps
|
|
819
|
+
* @summary Stop a Running Workflow
|
|
784
820
|
*/
|
|
821
|
+
declare const invalidateStopRunningWorkflow: (queryClient: QueryClient, runningWorkflowId: string, options?: InvalidateOptions) => Promise<QueryClient>;
|
|
785
822
|
type getRunningWorkflowStepsResponse200 = {
|
|
786
823
|
data: RunningWorkflowStepsGetResponse;
|
|
787
824
|
status: 200;
|
|
@@ -802,13 +839,17 @@ type getRunningWorkflowStepsResponseError = (getRunningWorkflowStepsResponse401
|
|
|
802
839
|
};
|
|
803
840
|
type getRunningWorkflowStepsResponse = getRunningWorkflowStepsResponseSuccess | getRunningWorkflowStepsResponseError;
|
|
804
841
|
declare const getGetRunningWorkflowStepsUrl: (runningWorkflowId: string) => string;
|
|
842
|
+
/**
|
|
843
|
+
* Gets the Running Workflow step results for WWorkflow steps that are running (or have run). The steps are listed in chronological order of start time, where the first executed step is the first in the list.
|
|
844
|
+
* @summary Get all the Running Workflow Steps
|
|
845
|
+
*/
|
|
805
846
|
declare const getRunningWorkflowSteps: (runningWorkflowId: string, options?: RequestInit) => Promise<getRunningWorkflowStepsResponse>;
|
|
806
|
-
declare const getGetRunningWorkflowStepsQueryKey: (runningWorkflowId
|
|
847
|
+
declare const getGetRunningWorkflowStepsQueryKey: (runningWorkflowId: string) => readonly ["data-manager", "running-workflow", string, "steps"];
|
|
807
848
|
declare const getGetRunningWorkflowStepsQueryOptions: <TData = Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
808
849
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
809
850
|
request?: SecondParameter<typeof customFetch>;
|
|
810
851
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData> & {
|
|
811
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
852
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
812
853
|
};
|
|
813
854
|
type GetRunningWorkflowStepsQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflowSteps>>>;
|
|
814
855
|
type GetRunningWorkflowStepsQueryError = ErrorType<void | DmError>;
|
|
@@ -816,19 +857,19 @@ declare function useGetRunningWorkflowSteps<TData = Awaited<ReturnType<typeof ge
|
|
|
816
857
|
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, Awaited<ReturnType<typeof getRunningWorkflowSteps>>>, "initialData">;
|
|
817
858
|
request?: SecondParameter<typeof customFetch>;
|
|
818
859
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
819
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
860
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
820
861
|
};
|
|
821
862
|
declare function useGetRunningWorkflowSteps<TData = Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
822
863
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, Awaited<ReturnType<typeof getRunningWorkflowSteps>>>, "initialData">;
|
|
823
864
|
request?: SecondParameter<typeof customFetch>;
|
|
824
865
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
825
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
866
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
826
867
|
};
|
|
827
868
|
declare function useGetRunningWorkflowSteps<TData = Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
828
869
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
829
870
|
request?: SecondParameter<typeof customFetch>;
|
|
830
871
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
831
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
872
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
832
873
|
};
|
|
833
874
|
/**
|
|
834
875
|
* @summary Get all the Running Workflow Steps
|
|
@@ -838,7 +879,7 @@ declare const getGetRunningWorkflowStepsSuspenseQueryOptions: <TData = Awaited<R
|
|
|
838
879
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
839
880
|
request?: SecondParameter<typeof customFetch>;
|
|
840
881
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData> & {
|
|
841
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
882
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
842
883
|
};
|
|
843
884
|
type GetRunningWorkflowStepsSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getRunningWorkflowSteps>>>;
|
|
844
885
|
type GetRunningWorkflowStepsSuspenseQueryError = ErrorType<void | DmError>;
|
|
@@ -846,20 +887,20 @@ declare function useGetRunningWorkflowStepsSuspense<TData = Awaited<ReturnType<t
|
|
|
846
887
|
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
847
888
|
request?: SecondParameter<typeof customFetch>;
|
|
848
889
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
849
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
890
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
850
891
|
};
|
|
851
892
|
declare function useGetRunningWorkflowStepsSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
852
893
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
853
894
|
request?: SecondParameter<typeof customFetch>;
|
|
854
895
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
855
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
896
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
856
897
|
};
|
|
857
898
|
declare function useGetRunningWorkflowStepsSuspense<TData = Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError = ErrorType<void | DmError>>(runningWorkflowId: string, options?: {
|
|
858
899
|
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getRunningWorkflowSteps>>, TError, TData>>;
|
|
859
900
|
request?: SecondParameter<typeof customFetch>;
|
|
860
901
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
861
|
-
queryKey: DataTag<QueryKey, TData>;
|
|
902
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
862
903
|
};
|
|
863
904
|
//#endregion
|
|
864
|
-
export {
|
|
905
|
+
export { CreateWorkflowQueryError, CreateWorkflowQueryResult, DeleteRunningWorkflowQueryError, DeleteRunningWorkflowQueryResult, DeleteWorkflowQueryError, DeleteWorkflowQueryResult, GetRunningWorkflowQueryError, GetRunningWorkflowQueryResult, GetRunningWorkflowStepsQueryError, GetRunningWorkflowStepsQueryResult, GetRunningWorkflowStepsSuspenseQueryError, GetRunningWorkflowStepsSuspenseQueryResult, GetRunningWorkflowSuspenseQueryError, GetRunningWorkflowSuspenseQueryResult, GetRunningWorkflowsQueryError, GetRunningWorkflowsQueryResult, GetRunningWorkflowsSuspenseQueryError, GetRunningWorkflowsSuspenseQueryResult, GetWorkflowDefinitionQueryError, GetWorkflowDefinitionQueryResult, GetWorkflowDefinitionSuspenseQueryError, GetWorkflowDefinitionSuspenseQueryResult, GetWorkflowQueryError, GetWorkflowQueryResult, GetWorkflowSuspenseQueryError, GetWorkflowSuspenseQueryResult, GetWorkflowsQueryError, GetWorkflowsQueryResult, GetWorkflowsSuspenseQueryError, GetWorkflowsSuspenseQueryResult, RunWorkflowQueryError, RunWorkflowQueryResult, StopRunningWorkflowQueryError, StopRunningWorkflowQueryResult, UpdateWorkflowQueryError, UpdateWorkflowQueryResult, VersionWorkflowQueryError, VersionWorkflowQueryResult, createWorkflow, createWorkflowResponse, createWorkflowResponse201, createWorkflowResponse401, createWorkflowResponseError, createWorkflowResponseSuccess, deleteRunningWorkflow, deleteRunningWorkflowResponse, deleteRunningWorkflowResponse204, deleteRunningWorkflowResponse401, deleteRunningWorkflowResponse404, deleteRunningWorkflowResponseError, deleteRunningWorkflowResponseSuccess, deleteWorkflow, deleteWorkflowResponse, deleteWorkflowResponse204, deleteWorkflowResponse401, deleteWorkflowResponse404, deleteWorkflowResponseError, deleteWorkflowResponseSuccess, getCreateWorkflowQueryKey, getCreateWorkflowQueryOptions, getCreateWorkflowUrl, getDeleteRunningWorkflowQueryKey, getDeleteRunningWorkflowQueryOptions, getDeleteRunningWorkflowUrl, getDeleteWorkflowQueryKey, getDeleteWorkflowQueryOptions, getDeleteWorkflowUrl, getGetRunningWorkflowQueryKey, getGetRunningWorkflowQueryOptions, getGetRunningWorkflowStepsQueryKey, getGetRunningWorkflowStepsQueryOptions, getGetRunningWorkflowStepsSuspenseQueryOptions, getGetRunningWorkflowStepsUrl, getGetRunningWorkflowSuspenseQueryOptions, getGetRunningWorkflowUrl, getGetRunningWorkflowsQueryKey, getGetRunningWorkflowsQueryOptions, getGetRunningWorkflowsSuspenseQueryOptions, getGetRunningWorkflowsUrl, getGetWorkflowDefinitionQueryKey, getGetWorkflowDefinitionQueryOptions, getGetWorkflowDefinitionSuspenseQueryOptions, getGetWorkflowDefinitionUrl, getGetWorkflowQueryKey, getGetWorkflowQueryOptions, getGetWorkflowSuspenseQueryOptions, getGetWorkflowUrl, getGetWorkflowsQueryKey, getGetWorkflowsQueryOptions, getGetWorkflowsSuspenseQueryOptions, getGetWorkflowsUrl, getRunWorkflowQueryKey, getRunWorkflowQueryOptions, getRunWorkflowUrl, getRunningWorkflow, getRunningWorkflowResponse, getRunningWorkflowResponse200, getRunningWorkflowResponse401, getRunningWorkflowResponse404, getRunningWorkflowResponseError, getRunningWorkflowResponseSuccess, getRunningWorkflowSteps, getRunningWorkflowStepsResponse, getRunningWorkflowStepsResponse200, getRunningWorkflowStepsResponse401, getRunningWorkflowStepsResponse404, getRunningWorkflowStepsResponseError, getRunningWorkflowStepsResponseSuccess, getRunningWorkflows, getRunningWorkflowsResponse, getRunningWorkflowsResponse200, getRunningWorkflowsResponse401, getRunningWorkflowsResponseError, getRunningWorkflowsResponseSuccess, getStopRunningWorkflowQueryKey, getStopRunningWorkflowQueryOptions, getStopRunningWorkflowUrl, getUpdateWorkflowQueryKey, getUpdateWorkflowQueryOptions, getUpdateWorkflowUrl, getVersionWorkflowQueryKey, getVersionWorkflowQueryOptions, getVersionWorkflowUrl, getWorkflow, getWorkflowDefinition, getWorkflowDefinitionResponse, getWorkflowDefinitionResponse200, getWorkflowDefinitionResponse401, getWorkflowDefinitionResponse404, getWorkflowDefinitionResponseError, getWorkflowDefinitionResponseSuccess, getWorkflowResponse, getWorkflowResponse200, getWorkflowResponse401, getWorkflowResponse404, getWorkflowResponseError, getWorkflowResponseSuccess, getWorkflows, getWorkflowsResponse, getWorkflowsResponse200, getWorkflowsResponse401, getWorkflowsResponseError, getWorkflowsResponseSuccess, invalidateCreateWorkflow, invalidateDeleteRunningWorkflow, invalidateDeleteWorkflow, invalidateGetRunningWorkflow, invalidateGetRunningWorkflowSteps, invalidateGetRunningWorkflows, invalidateGetWorkflow, invalidateGetWorkflowDefinition, invalidateGetWorkflows, invalidateRunWorkflow, invalidateStopRunningWorkflow, invalidateUpdateWorkflow, invalidateVersionWorkflow, runWorkflow, runWorkflowResponse, runWorkflowResponse201, runWorkflowResponse401, runWorkflowResponse404, runWorkflowResponseError, runWorkflowResponseSuccess, stopRunningWorkflow, stopRunningWorkflowResponse, stopRunningWorkflowResponse204, stopRunningWorkflowResponse401, stopRunningWorkflowResponse404, stopRunningWorkflowResponseError, stopRunningWorkflowResponseSuccess, updateWorkflow, updateWorkflowResponse, updateWorkflowResponse200, updateWorkflowResponse401, updateWorkflowResponse404, updateWorkflowResponseError, updateWorkflowResponseSuccess, useCreateWorkflow, useDeleteRunningWorkflow, useDeleteWorkflow, useGetRunningWorkflow, useGetRunningWorkflowSteps, useGetRunningWorkflowStepsSuspense, useGetRunningWorkflowSuspense, useGetRunningWorkflows, useGetRunningWorkflowsSuspense, useGetWorkflow, useGetWorkflowDefinition, useGetWorkflowDefinitionSuspense, useGetWorkflowSuspense, useGetWorkflows, useGetWorkflowsSuspense, useRunWorkflow, useStopRunningWorkflow, useUpdateWorkflow, useVersionWorkflow, versionWorkflow, versionWorkflowResponse, versionWorkflowResponse201, versionWorkflowResponse401, versionWorkflowResponse404, versionWorkflowResponseError, versionWorkflowResponseSuccess };
|
|
865
906
|
//# sourceMappingURL=workflow.fetch.d.ts.map
|