@pollination-solutions/pollination-sdk 1.3.0 → 1.5.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/.apigentools-info +1 -1
- package/.openapi-generator/FILES +32 -2
- package/.openapi-generator/VERSION +1 -1
- package/README.md +1 -1
- package/api/accounts-api.ts +102 -178
- package/api/apitokens-api.ts +78 -128
- package/api/applications-api.ts +424 -603
- package/api/artifacts-api.ts +96 -189
- package/api/jobs-api.ts +190 -398
- package/api/licenses-api.ts +176 -335
- package/api/orgs-api.ts +176 -338
- package/api/plugins-api.ts +254 -522
- package/api/projects-api.ts +295 -612
- package/api/recipes-api.ts +254 -522
- package/api/registries-api.ts +125 -243
- package/api/reports-api.ts +276 -0
- package/api/runs-api.ts +265 -544
- package/api/subscription-plans-api.ts +27 -28
- package/api/subscriptions-api.ts +174 -327
- package/api/teams-api.ts +176 -342
- package/api/user-api.ts +87 -150
- package/api/users-api.ts +61 -78
- package/api.ts +2 -1
- package/base.ts +21 -6
- package/common.ts +150 -0
- package/configuration.ts +35 -1
- package/dist/api/accounts-api.d.ts +34 -43
- package/dist/api/accounts-api.js +78 -156
- package/dist/api/apitokens-api.d.ts +27 -28
- package/dist/api/apitokens-api.js +61 -113
- package/dist/api/applications-api.d.ts +153 -117
- package/dist/api/applications-api.js +323 -546
- package/dist/api/artifacts-api.d.ts +27 -39
- package/dist/api/artifacts-api.js +75 -170
- package/dist/api/jobs-api.d.ts +51 -79
- package/dist/api/jobs-api.js +153 -363
- package/dist/api/licenses-api.d.ts +51 -55
- package/dist/api/licenses-api.js +139 -300
- package/dist/api/orgs-api.d.ts +52 -60
- package/dist/api/orgs-api.js +138 -302
- package/dist/api/plugins-api.d.ts +74 -106
- package/dist/api/plugins-api.js +200 -470
- package/dist/api/projects-api.d.ts +84 -122
- package/dist/api/projects-api.js +235 -554
- package/dist/api/recipes-api.d.ts +74 -106
- package/dist/api/recipes-api.js +200 -470
- package/dist/api/registries-api.d.ts +39 -50
- package/dist/api/registries-api.js +99 -215
- package/dist/api/reports-api.d.ts +150 -0
- package/dist/api/reports-api.js +225 -0
- package/dist/api/runs-api.d.ts +80 -109
- package/dist/api/runs-api.js +217 -498
- package/dist/api/subscription-plans-api.d.ts +11 -11
- package/dist/api/subscription-plans-api.js +17 -20
- package/dist/api/subscriptions-api.d.ts +51 -53
- package/dist/api/subscriptions-api.js +137 -292
- package/dist/api/teams-api.d.ts +52 -68
- package/dist/api/teams-api.js +140 -308
- package/dist/api/user-api.d.ts +27 -27
- package/dist/api/user-api.js +63 -128
- package/dist/api/users-api.d.ts +25 -23
- package/dist/api/users-api.js +47 -66
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +16 -5
- package/dist/base.js +9 -5
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +29 -1
- package/dist/configuration.js +17 -1
- package/dist/esm/api/accounts-api.d.ts +347 -0
- package/dist/esm/api/accounts-api.js +452 -0
- package/dist/esm/api/apitokens-api.d.ts +235 -0
- package/dist/esm/api/apitokens-api.js +344 -0
- package/dist/esm/api/applications-api.d.ts +994 -0
- package/dist/esm/api/applications-api.js +1251 -0
- package/dist/esm/api/artifacts-api.d.ts +323 -0
- package/dist/esm/api/artifacts-api.js +407 -0
- package/dist/esm/api/jobs-api.d.ts +639 -0
- package/dist/esm/api/jobs-api.js +776 -0
- package/dist/esm/api/licenses-api.d.ts +447 -0
- package/dist/esm/api/licenses-api.js +653 -0
- package/dist/esm/api/orgs-api.d.ts +480 -0
- package/dist/esm/api/orgs-api.js +672 -0
- package/dist/esm/api/plugins-api.d.ts +817 -0
- package/dist/esm/api/plugins-api.js +1008 -0
- package/dist/esm/api/projects-api.d.ts +957 -0
- package/dist/esm/api/projects-api.js +1181 -0
- package/dist/esm/api/recipes-api.d.ts +817 -0
- package/dist/esm/api/recipes-api.js +1008 -0
- package/dist/esm/api/registries-api.d.ts +344 -0
- package/dist/esm/api/registries-api.js +472 -0
- package/dist/esm/api/reports-api.d.ts +150 -0
- package/dist/esm/api/reports-api.js +218 -0
- package/dist/esm/api/runs-api.d.ts +895 -0
- package/dist/esm/api/runs-api.js +1061 -0
- package/dist/esm/api/subscription-plans-api.d.ts +88 -0
- package/dist/esm/api/subscription-plans-api.js +128 -0
- package/dist/esm/api/subscriptions-api.d.ts +431 -0
- package/dist/esm/api/subscriptions-api.js +643 -0
- package/dist/esm/api/teams-api.d.ts +544 -0
- package/dist/esm/api/teams-api.js +702 -0
- package/dist/esm/api/user-api.d.ts +195 -0
- package/dist/esm/api/user-api.js +332 -0
- package/dist/esm/api/users-api.d.ts +200 -0
- package/dist/esm/api/users-api.js +274 -0
- package/dist/esm/api.d.ts +29 -0
- package/dist/esm/api.js +31 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +60 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +39 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/accessor.d.ts +32 -0
- package/dist/esm/models/accessor.js +14 -0
- package/dist/esm/models/account-public.d.ts +54 -0
- package/dist/esm/models/account-public.js +14 -0
- package/dist/esm/models/account-type.d.ts +21 -0
- package/dist/esm/models/account-type.js +22 -0
- package/dist/{models/body-cython-function-or-method-owner-plugins-post.d.ts → esm/models/activation-list.d.ts} +7 -6
- package/dist/esm/models/activation-list.js +14 -0
- package/dist/esm/models/activation.d.ts +105 -0
- package/dist/esm/models/activation.js +14 -0
- package/dist/esm/models/apitoken-create.d.ts +38 -0
- package/dist/esm/models/apitoken-create.js +14 -0
- package/dist/esm/models/apitoken-list.d.ts +55 -0
- package/dist/esm/models/apitoken-list.js +14 -0
- package/dist/esm/models/apitoken-private.d.ts +44 -0
- package/dist/esm/models/apitoken-private.js +14 -0
- package/dist/esm/models/apitoken.d.ts +38 -0
- package/dist/esm/models/apitoken.js +14 -0
- package/dist/esm/models/application-access-policy-list.d.ts +55 -0
- package/dist/esm/models/application-access-policy-list.js +14 -0
- package/dist/esm/models/application-access-policy.d.ts +32 -0
- package/dist/esm/models/application-access-policy.js +14 -0
- package/dist/esm/models/application-create.d.ts +80 -0
- package/dist/esm/models/application-create.js +14 -0
- package/dist/esm/models/application-deployment.d.ts +44 -0
- package/dist/esm/models/application-deployment.js +14 -0
- package/dist/esm/models/application-list.d.ts +55 -0
- package/dist/esm/models/application-list.js +14 -0
- package/dist/esm/models/application-policy-subject.d.ts +31 -0
- package/dist/esm/models/application-policy-subject.js +14 -0
- package/dist/esm/models/application-sort-key.d.ts +22 -0
- package/dist/esm/models/application-sort-key.js +23 -0
- package/dist/esm/models/application-update.d.ts +61 -0
- package/dist/esm/models/application-update.js +14 -0
- package/dist/esm/models/application-version-list.d.ts +55 -0
- package/dist/esm/models/application-version-list.js +14 -0
- package/dist/esm/models/application-version.d.ts +56 -0
- package/dist/esm/models/application-version.js +14 -0
- package/dist/esm/models/application.d.ts +118 -0
- package/dist/esm/models/application.js +14 -0
- package/dist/esm/models/baked-recipe-templates-inner.d.ts +97 -0
- package/dist/esm/models/baked-recipe-templates-inner.js +14 -0
- package/dist/esm/models/baked-recipe.d.ts +72 -0
- package/dist/esm/models/baked-recipe.js +14 -0
- package/dist/esm/models/billing-info.d.ts +81 -0
- package/dist/esm/models/billing-info.js +14 -0
- package/dist/esm/models/billing-option.d.ts +50 -0
- package/dist/esm/models/billing-option.js +14 -0
- package/dist/esm/models/build-status-enum.d.ts +26 -0
- package/dist/esm/models/build-status-enum.js +27 -0
- package/dist/esm/models/build-status.d.ts +43 -0
- package/dist/esm/models/build-status.js +14 -0
- package/dist/esm/models/card-type.d.ts +29 -0
- package/dist/esm/models/card-type.js +30 -0
- package/dist/esm/models/cloud-job-list.d.ts +55 -0
- package/dist/esm/models/cloud-job-list.js +14 -0
- package/dist/esm/models/cloud-job.d.ts +65 -0
- package/dist/esm/models/cloud-job.js +14 -0
- package/dist/esm/models/created-content.d.ts +30 -0
- package/dist/esm/models/created-content.js +14 -0
- package/dist/esm/models/dag.d.ts +65 -0
- package/dist/esm/models/dag.js +14 -0
- package/dist/esm/models/dagarray-input-alias-inner.d.ts +88 -0
- package/dist/esm/models/dagarray-input-alias-inner.js +14 -0
- package/dist/esm/models/dagarray-input-alias.d.ts +82 -0
- package/dist/esm/models/dagarray-input-alias.js +14 -0
- package/dist/esm/models/dagarray-input.d.ts +76 -0
- package/dist/esm/models/dagarray-input.js +14 -0
- package/dist/esm/models/dagarray-output-alias-inner.d.ts +77 -0
- package/dist/esm/models/dagarray-output-alias-inner.js +14 -0
- package/dist/esm/models/dagarray-output-alias.d.ts +77 -0
- package/dist/esm/models/dagarray-output-alias.js +14 -0
- package/dist/esm/models/dagarray-output.d.ts +71 -0
- package/dist/esm/models/dagarray-output.js +14 -0
- package/dist/esm/models/dagboolean-input-alias.d.ts +75 -0
- package/dist/esm/models/dagboolean-input-alias.js +14 -0
- package/dist/esm/models/dagboolean-input.d.ts +69 -0
- package/dist/esm/models/dagboolean-input.js +14 -0
- package/dist/esm/models/dagboolean-output-alias.d.ts +70 -0
- package/dist/esm/models/dagboolean-output-alias.js +14 -0
- package/dist/esm/models/dagboolean-output.d.ts +64 -0
- package/dist/esm/models/dagboolean-output.js +14 -0
- package/dist/esm/models/dagfile-input-alias.d.ts +82 -0
- package/dist/esm/models/dagfile-input-alias.js +14 -0
- package/dist/esm/models/dagfile-input.d.ts +76 -0
- package/dist/esm/models/dagfile-input.js +14 -0
- package/dist/esm/models/dagfile-output-alias.d.ts +70 -0
- package/dist/esm/models/dagfile-output-alias.js +14 -0
- package/dist/esm/models/dagfile-output.d.ts +64 -0
- package/dist/esm/models/dagfile-output.js +14 -0
- package/dist/esm/models/dagfolder-input-alias.d.ts +76 -0
- package/dist/esm/models/dagfolder-input-alias.js +14 -0
- package/dist/esm/models/dagfolder-input.d.ts +70 -0
- package/dist/esm/models/dagfolder-input.js +14 -0
- package/dist/esm/models/dagfolder-output-alias.d.ts +70 -0
- package/dist/esm/models/dagfolder-output-alias.js +14 -0
- package/dist/esm/models/dagfolder-output.d.ts +64 -0
- package/dist/esm/models/dagfolder-output.js +14 -0
- package/dist/esm/models/daggeneric-input-alias.d.ts +75 -0
- package/dist/esm/models/daggeneric-input-alias.js +14 -0
- package/dist/esm/models/daggeneric-input.d.ts +69 -0
- package/dist/esm/models/daggeneric-input.js +14 -0
- package/dist/esm/models/daggeneric-output-alias.d.ts +57 -0
- package/dist/esm/models/daggeneric-output-alias.js +14 -0
- package/dist/esm/models/daggeneric-output.d.ts +57 -0
- package/dist/esm/models/daggeneric-output.js +14 -0
- package/dist/esm/models/daginputs-inner.d.ts +82 -0
- package/dist/esm/models/daginputs-inner.js +14 -0
- package/dist/esm/models/daginteger-input-alias.d.ts +75 -0
- package/dist/esm/models/daginteger-input-alias.js +14 -0
- package/dist/esm/models/daginteger-input.d.ts +69 -0
- package/dist/esm/models/daginteger-input.js +14 -0
- package/dist/esm/models/daginteger-output-alias.d.ts +70 -0
- package/dist/esm/models/daginteger-output-alias.js +14 -0
- package/dist/esm/models/daginteger-output.d.ts +64 -0
- package/dist/esm/models/daginteger-output.js +14 -0
- package/dist/esm/models/dagjsonobject-input-alias.d.ts +75 -0
- package/dist/esm/models/dagjsonobject-input-alias.js +14 -0
- package/dist/esm/models/dagjsonobject-input.d.ts +69 -0
- package/dist/esm/models/dagjsonobject-input.js +14 -0
- package/dist/esm/models/dagjsonobject-output-alias.d.ts +70 -0
- package/dist/esm/models/dagjsonobject-output-alias.js +14 -0
- package/dist/esm/models/dagjsonobject-output.d.ts +64 -0
- package/dist/esm/models/dagjsonobject-output.js +14 -0
- package/dist/esm/models/daglinked-input-alias.d.ts +75 -0
- package/dist/esm/models/daglinked-input-alias.js +14 -0
- package/dist/esm/models/daglinked-output-alias.d.ts +57 -0
- package/dist/esm/models/daglinked-output-alias.js +14 -0
- package/dist/esm/models/dagnumber-input-alias.d.ts +75 -0
- package/dist/esm/models/dagnumber-input-alias.js +14 -0
- package/dist/esm/models/dagnumber-input.d.ts +69 -0
- package/dist/esm/models/dagnumber-input.js +14 -0
- package/dist/esm/models/dagnumber-output-alias.d.ts +70 -0
- package/dist/esm/models/dagnumber-output-alias.js +14 -0
- package/dist/esm/models/dagnumber-output.d.ts +64 -0
- package/dist/esm/models/dagnumber-output.js +14 -0
- package/dist/esm/models/dagoutputs-inner.d.ts +71 -0
- package/dist/esm/models/dagoutputs-inner.js +14 -0
- package/dist/esm/models/dagpath-input-alias.d.ts +82 -0
- package/dist/esm/models/dagpath-input-alias.js +14 -0
- package/dist/esm/models/dagpath-input.d.ts +76 -0
- package/dist/esm/models/dagpath-input.js +14 -0
- package/dist/esm/models/dagpath-output-alias.d.ts +70 -0
- package/dist/esm/models/dagpath-output-alias.js +14 -0
- package/dist/esm/models/dagpath-output.d.ts +64 -0
- package/dist/esm/models/dagpath-output.js +14 -0
- package/dist/esm/models/dagstring-input-alias.d.ts +75 -0
- package/dist/esm/models/dagstring-input-alias.js +14 -0
- package/dist/esm/models/dagstring-input.d.ts +69 -0
- package/dist/esm/models/dagstring-input.js +14 -0
- package/dist/esm/models/dagstring-output-alias.d.ts +70 -0
- package/dist/esm/models/dagstring-output-alias.js +14 -0
- package/dist/esm/models/dagstring-output.d.ts +64 -0
- package/dist/esm/models/dagstring-output.js +14 -0
- package/dist/esm/models/dagtask-arguments-inner.d.ts +51 -0
- package/dist/esm/models/dagtask-arguments-inner.js +14 -0
- package/dist/esm/models/dagtask-loop.d.ts +39 -0
- package/dist/esm/models/dagtask-loop.js +14 -0
- package/dist/esm/models/dagtask-returns-inner.d.ts +56 -0
- package/dist/esm/models/dagtask-returns-inner.js +14 -0
- package/dist/esm/models/dagtask.d.ts +77 -0
- package/dist/esm/models/dagtask.js +14 -0
- package/dist/esm/models/daily-usage.d.ts +48 -0
- package/dist/esm/models/daily-usage.js +14 -0
- package/dist/esm/models/default.d.ts +68 -0
- package/dist/esm/models/default.js +14 -0
- package/dist/esm/models/dependency-kind.d.ts +21 -0
- package/dist/esm/models/dependency-kind.js +22 -0
- package/dist/esm/models/dependency.d.ts +69 -0
- package/dist/esm/models/dependency.js +14 -0
- package/dist/esm/models/deployment-config-update.d.ts +48 -0
- package/dist/esm/models/deployment-config-update.js +14 -0
- package/dist/esm/models/deployment-config.d.ts +48 -0
- package/dist/esm/models/deployment-config.js +14 -0
- package/dist/esm/models/docker-config.d.ts +50 -0
- package/dist/esm/models/docker-config.js +14 -0
- package/dist/esm/models/file-meta-list.d.ts +55 -0
- package/dist/esm/models/file-meta-list.js +14 -0
- package/dist/esm/models/file-meta.d.ts +48 -0
- package/dist/esm/models/file-meta.js +14 -0
- package/dist/esm/models/file-reference.d.ts +38 -0
- package/dist/esm/models/file-reference.js +14 -0
- package/dist/esm/models/folder-reference.d.ts +38 -0
- package/dist/esm/models/folder-reference.js +14 -0
- package/dist/esm/models/from.d.ts +50 -0
- package/dist/esm/models/from.js +14 -0
- package/dist/esm/models/from1.d.ts +50 -0
- package/dist/esm/models/from1.js +14 -0
- package/dist/esm/models/from2.d.ts +50 -0
- package/dist/esm/models/from2.js +14 -0
- package/dist/esm/models/from3.d.ts +50 -0
- package/dist/esm/models/from3.js +14 -0
- package/dist/esm/models/from4.d.ts +50 -0
- package/dist/esm/models/from4.js +14 -0
- package/dist/esm/models/from5.d.ts +50 -0
- package/dist/esm/models/from5.js +14 -0
- package/dist/esm/models/function-array-input.d.ts +76 -0
- package/dist/esm/models/function-array-input.js +14 -0
- package/dist/esm/models/function-array-output.d.ts +63 -0
- package/dist/esm/models/function-array-output.js +14 -0
- package/dist/esm/models/function-boolean-input.d.ts +69 -0
- package/dist/esm/models/function-boolean-input.js +14 -0
- package/dist/esm/models/function-boolean-output.d.ts +56 -0
- package/dist/esm/models/function-boolean-output.js +14 -0
- package/dist/esm/models/function-file-input.d.ts +82 -0
- package/dist/esm/models/function-file-input.js +14 -0
- package/dist/esm/models/function-file-output.d.ts +56 -0
- package/dist/esm/models/function-file-output.js +14 -0
- package/dist/esm/models/function-folder-input.d.ts +76 -0
- package/dist/esm/models/function-folder-input.js +14 -0
- package/dist/esm/models/function-folder-output.d.ts +56 -0
- package/dist/esm/models/function-folder-output.js +14 -0
- package/dist/esm/models/function-inputs-inner.d.ts +88 -0
- package/dist/esm/models/function-inputs-inner.js +14 -0
- package/dist/esm/models/function-integer-input.d.ts +69 -0
- package/dist/esm/models/function-integer-input.js +14 -0
- package/dist/esm/models/function-integer-output.d.ts +56 -0
- package/dist/esm/models/function-integer-output.js +14 -0
- package/dist/esm/models/function-jsonobject-input.d.ts +69 -0
- package/dist/esm/models/function-jsonobject-input.js +14 -0
- package/dist/esm/models/function-jsonobject-output.d.ts +56 -0
- package/dist/esm/models/function-jsonobject-output.js +14 -0
- package/dist/esm/models/function-number-input.d.ts +69 -0
- package/dist/esm/models/function-number-input.js +14 -0
- package/dist/esm/models/function-number-output.d.ts +56 -0
- package/dist/esm/models/function-number-output.js +14 -0
- package/dist/esm/models/function-outputs-inner.d.ts +63 -0
- package/dist/esm/models/function-outputs-inner.js +14 -0
- package/dist/esm/models/function-path-input.d.ts +82 -0
- package/dist/esm/models/function-path-input.js +14 -0
- package/dist/esm/models/function-path-output.d.ts +56 -0
- package/dist/esm/models/function-path-output.js +14 -0
- package/dist/esm/models/function-string-input.d.ts +69 -0
- package/dist/esm/models/function-string-input.js +14 -0
- package/dist/esm/models/function-string-output.d.ts +56 -0
- package/dist/esm/models/function-string-output.js +14 -0
- package/dist/esm/models/function.d.ts +77 -0
- package/dist/esm/models/function.js +14 -0
- package/dist/esm/models/http.d.ts +38 -0
- package/dist/esm/models/http.js +14 -0
- package/dist/esm/models/httpvalidation-error.d.ts +25 -0
- package/dist/esm/models/httpvalidation-error.js +14 -0
- package/dist/esm/models/index.d.ts +291 -0
- package/dist/esm/models/index.js +291 -0
- package/dist/esm/models/input-file-reference.d.ts +38 -0
- package/dist/esm/models/input-file-reference.js +14 -0
- package/dist/esm/models/input-folder-reference.d.ts +38 -0
- package/dist/esm/models/input-folder-reference.js +14 -0
- package/dist/esm/models/input-path-reference.d.ts +38 -0
- package/dist/esm/models/input-path-reference.js +14 -0
- package/dist/esm/models/input-reference.d.ts +38 -0
- package/dist/esm/models/input-reference.js +14 -0
- package/dist/esm/models/ioalias-handler.d.ts +56 -0
- package/dist/esm/models/ioalias-handler.js +14 -0
- package/dist/esm/models/item-reference.d.ts +38 -0
- package/dist/esm/models/item-reference.js +14 -0
- package/dist/esm/models/item-type.d.ts +26 -0
- package/dist/esm/models/item-type.js +27 -0
- package/dist/esm/models/job-argument.d.ts +44 -0
- package/dist/esm/models/job-argument.js +14 -0
- package/dist/esm/models/job-arguments-inner-inner.d.ts +51 -0
- package/dist/esm/models/job-arguments-inner-inner.js +14 -0
- package/dist/esm/models/job-compute-usage.d.ts +90 -0
- package/dist/esm/models/job-compute-usage.js +14 -0
- package/dist/esm/models/job-path-argument.d.ts +45 -0
- package/dist/esm/models/job-path-argument.js +14 -0
- package/dist/esm/models/job-status-enum.d.ts +26 -0
- package/dist/esm/models/job-status-enum.js +27 -0
- package/dist/esm/models/job-status.d.ts +105 -0
- package/dist/esm/models/job-status.js +14 -0
- package/dist/esm/models/job.d.ts +71 -0
- package/dist/esm/models/job.js +14 -0
- package/dist/{models/body-post-recipe-owner-recipes-post.d.ts → esm/models/key-request.d.ts} +6 -6
- package/dist/esm/models/key-request.js +14 -0
- package/dist/esm/models/license-pool-access-policy-list.d.ts +25 -0
- package/dist/esm/models/license-pool-access-policy-list.js +14 -0
- package/dist/esm/models/license-pool-access-policy.d.ts +32 -0
- package/dist/esm/models/license-pool-access-policy.js +14 -0
- package/dist/esm/models/license-pool-list.d.ts +25 -0
- package/dist/esm/models/license-pool-list.js +14 -0
- package/dist/esm/models/license-pool-policy-subject-list.d.ts +25 -0
- package/dist/esm/models/license-pool-policy-subject-list.js +14 -0
- package/dist/esm/models/license-pool-policy-subject.d.ts +31 -0
- package/dist/esm/models/license-pool-policy-subject.js +14 -0
- package/dist/esm/models/license-pool-public.d.ts +75 -0
- package/dist/esm/models/license-pool-public.js +14 -0
- package/dist/esm/models/license-pool-update.d.ts +24 -0
- package/dist/esm/models/license-pool-update.js +14 -0
- package/dist/esm/models/license-public.d.ts +122 -0
- package/dist/esm/models/license-public.js +14 -0
- package/dist/esm/models/license-type.d.ts +22 -0
- package/{models/body-cython-function-or-method-owner-plugins-post.ts → dist/esm/models/license-type.js} +8 -16
- package/dist/esm/models/license.d.ts +44 -0
- package/dist/esm/models/license.js +14 -0
- package/dist/esm/models/local-config.d.ts +32 -0
- package/dist/esm/models/local-config.js +14 -0
- package/dist/esm/models/location.d.ts +54 -0
- package/dist/esm/models/location.js +14 -0
- package/dist/esm/models/maintainer.d.ts +44 -0
- package/dist/esm/models/maintainer.js +14 -0
- package/dist/esm/models/manifest.d.ts +73 -0
- package/dist/esm/models/manifest.js +14 -0
- package/dist/esm/models/meta-data.d.ts +100 -0
- package/dist/esm/models/meta-data.js +14 -0
- package/dist/esm/models/metadata.d.ts +42 -0
- package/dist/esm/models/metadata.js +14 -0
- package/dist/esm/models/new-application-version.d.ts +30 -0
- package/dist/esm/models/new-application-version.js +14 -0
- package/dist/esm/models/new-plugin-package.d.ts +31 -0
- package/dist/esm/models/new-plugin-package.js +14 -0
- package/dist/esm/models/new-recipe-package.d.ts +31 -0
- package/dist/esm/models/new-recipe-package.js +14 -0
- package/dist/esm/models/organisation-member-usage.d.ts +72 -0
- package/dist/esm/models/organisation-member-usage.js +14 -0
- package/dist/esm/models/organization-create.d.ts +48 -0
- package/dist/esm/models/organization-create.js +14 -0
- package/dist/esm/models/organization-list.d.ts +55 -0
- package/dist/esm/models/organization-list.js +14 -0
- package/dist/esm/models/organization-member-list.d.ts +55 -0
- package/dist/esm/models/organization-member-list.js +14 -0
- package/dist/esm/models/organization-member.d.ts +32 -0
- package/dist/esm/models/organization-member.js +14 -0
- package/dist/esm/models/organization-role-enum.d.ts +21 -0
- package/dist/esm/models/organization-role-enum.js +22 -0
- package/dist/esm/models/organization-update.d.ts +48 -0
- package/dist/esm/models/organization-update.js +14 -0
- package/dist/esm/models/organization.d.ts +80 -0
- package/dist/esm/models/organization.js +14 -0
- package/dist/esm/models/package-sort-key.d.ts +22 -0
- package/dist/esm/models/package-sort-key.js +23 -0
- package/dist/esm/models/package-version.d.ts +143 -0
- package/dist/esm/models/package-version.js +14 -0
- package/dist/esm/models/paused-reason.d.ts +21 -0
- package/dist/esm/models/paused-reason.js +22 -0
- package/dist/esm/models/pay-link.d.ts +24 -0
- package/dist/esm/models/pay-link.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +22 -0
- package/dist/esm/models/payment-method-enum.js +23 -0
- package/dist/esm/models/payment-method.d.ts +44 -0
- package/dist/esm/models/payment-method.js +14 -0
- package/dist/esm/models/payment.d.ts +66 -0
- package/dist/esm/models/payment.js +14 -0
- package/dist/esm/models/permission.d.ts +22 -0
- package/dist/esm/models/permission.js +23 -0
- package/dist/esm/models/plan-type.d.ts +26 -0
- package/dist/esm/models/plan-type.js +27 -0
- package/dist/esm/models/plugin-config.d.ts +46 -0
- package/dist/esm/models/plugin-config.js +14 -0
- package/dist/esm/models/plugin-package-list.d.ts +55 -0
- package/dist/esm/models/plugin-package-list.js +14 -0
- package/dist/esm/models/plugin-package.d.ts +67 -0
- package/dist/esm/models/plugin-package.js +14 -0
- package/dist/esm/models/plugin.d.ts +59 -0
- package/dist/esm/models/plugin.js +14 -0
- package/dist/esm/models/policy-subject.d.ts +31 -0
- package/dist/esm/models/policy-subject.js +14 -0
- package/dist/esm/models/project-access-policy-list.d.ts +55 -0
- package/dist/esm/models/project-access-policy-list.js +14 -0
- package/dist/esm/models/project-access-policy.d.ts +32 -0
- package/dist/esm/models/project-access-policy.js +14 -0
- package/dist/esm/models/project-create.d.ts +36 -0
- package/dist/esm/models/project-create.js +14 -0
- package/dist/esm/models/project-folder.d.ts +38 -0
- package/dist/esm/models/project-folder.js +14 -0
- package/dist/esm/models/project-list.d.ts +55 -0
- package/dist/esm/models/project-list.js +14 -0
- package/dist/esm/models/project-policy-subject.d.ts +31 -0
- package/dist/esm/models/project-policy-subject.js +14 -0
- package/dist/esm/models/project-recipe-filter-list.d.ts +55 -0
- package/dist/esm/models/project-recipe-filter-list.js +14 -0
- package/dist/esm/models/project-recipe-filter.d.ts +36 -0
- package/dist/esm/models/project-recipe-filter.js +14 -0
- package/dist/esm/models/project-sort-key.d.ts +22 -0
- package/dist/esm/models/project-sort-key.js +23 -0
- package/dist/esm/models/project-update.d.ts +36 -0
- package/dist/esm/models/project-update.js +14 -0
- package/dist/esm/models/project.d.ts +69 -0
- package/dist/esm/models/project.js +14 -0
- package/dist/esm/models/public-account-list.d.ts +55 -0
- package/dist/esm/models/public-account-list.js +14 -0
- package/dist/esm/models/quota-list.d.ts +55 -0
- package/dist/esm/models/quota-list.js +14 -0
- package/dist/esm/models/quota-plan.d.ts +67 -0
- package/dist/esm/models/quota-plan.js +14 -0
- package/dist/esm/models/quota-type.d.ts +33 -0
- package/dist/esm/models/quota-type.js +34 -0
- package/dist/esm/models/quota.d.ts +92 -0
- package/dist/esm/models/quota.js +14 -0
- package/dist/esm/models/recipe-interface-list.d.ts +55 -0
- package/dist/esm/models/recipe-interface-list.js +14 -0
- package/dist/esm/models/recipe-interface.d.ts +65 -0
- package/dist/esm/models/recipe-interface.js +14 -0
- package/dist/esm/models/recipe-package-list.d.ts +55 -0
- package/dist/esm/models/recipe-package-list.js +14 -0
- package/dist/esm/models/recipe-package.d.ts +67 -0
- package/dist/esm/models/recipe-package.js +14 -0
- package/dist/esm/models/recipe.d.ts +59 -0
- package/dist/esm/models/recipe.js +14 -0
- package/dist/esm/models/report-compute-usage.d.ts +49 -0
- package/dist/esm/models/report-compute-usage.js +14 -0
- package/dist/esm/models/report-organisation-member-usage.d.ts +49 -0
- package/dist/esm/models/report-organisation-member-usage.js +14 -0
- package/dist/esm/models/repository-access-policy-list.d.ts +55 -0
- package/dist/esm/models/repository-access-policy-list.js +14 -0
- package/dist/esm/models/repository-access-policy.d.ts +32 -0
- package/dist/esm/models/repository-access-policy.js +14 -0
- package/dist/esm/models/repository-create.d.ts +48 -0
- package/dist/esm/models/repository-create.js +14 -0
- package/dist/esm/models/repository-index.d.ts +68 -0
- package/dist/esm/models/repository-index.js +14 -0
- package/dist/esm/models/repository-list.d.ts +55 -0
- package/dist/esm/models/repository-list.js +14 -0
- package/dist/esm/models/repository-metadata.d.ts +62 -0
- package/dist/esm/models/repository-metadata.js +14 -0
- package/dist/esm/models/repository-policy-subject.d.ts +31 -0
- package/dist/esm/models/repository-policy-subject.js +14 -0
- package/dist/esm/models/repository-sort-key.d.ts +23 -0
- package/dist/esm/models/repository-sort-key.js +24 -0
- package/dist/esm/models/repository-update.d.ts +42 -0
- package/dist/esm/models/repository-update.js +14 -0
- package/dist/esm/models/repository-user-permissions.d.ts +36 -0
- package/dist/esm/models/repository-user-permissions.js +14 -0
- package/dist/esm/models/repository.d.ts +80 -0
- package/dist/esm/models/repository.js +14 -0
- package/dist/esm/models/resources-duration.d.ts +30 -0
- package/dist/esm/models/resources-duration.js +14 -0
- package/dist/esm/models/response-get-package-json.d.ts +86 -0
- package/dist/esm/models/response-get-package-json.js +14 -0
- package/dist/esm/models/retry-config.d.ts +24 -0
- package/dist/esm/models/retry-config.js +14 -0
- package/dist/esm/models/role-enum.d.ts +21 -0
- package/dist/esm/models/role-enum.js +22 -0
- package/dist/esm/models/run-list.d.ts +55 -0
- package/dist/esm/models/run-list.js +14 -0
- package/dist/esm/models/run-meta.d.ts +32 -0
- package/dist/esm/models/run-meta.js +14 -0
- package/dist/esm/models/run-progress.d.ts +36 -0
- package/dist/esm/models/run-progress.js +14 -0
- package/dist/esm/models/run-result-list-resources-inner-inner.d.ts +101 -0
- package/dist/esm/models/run-result-list-resources-inner-inner.js +14 -0
- package/dist/esm/models/run-result-list.d.ts +55 -0
- package/dist/esm/models/run-result-list.js +14 -0
- package/dist/esm/models/run-status-enum.d.ts +27 -0
- package/dist/esm/models/run-status-enum.js +28 -0
- package/dist/esm/models/run-status-inputs-inner.d.ts +101 -0
- package/dist/esm/models/run-status-inputs-inner.js +14 -0
- package/dist/esm/models/run-status-outputs-inner.d.ts +76 -0
- package/dist/esm/models/run-status-outputs-inner.js +14 -0
- package/dist/esm/models/run-status.d.ts +110 -0
- package/dist/esm/models/run-status.js +14 -0
- package/dist/esm/models/run.d.ts +64 -0
- package/dist/esm/models/run.js +14 -0
- package/dist/esm/models/s3-upload-request.d.ts +32 -0
- package/dist/esm/models/s3-upload-request.js +14 -0
- package/dist/esm/models/s3.d.ts +56 -0
- package/dist/esm/models/s3.js +14 -0
- package/dist/esm/models/scripting-languages.d.ts +20 -0
- package/dist/esm/models/scripting-languages.js +21 -0
- package/dist/esm/models/sdkenum.d.ts +22 -0
- package/dist/esm/models/sdkenum.js +23 -0
- package/dist/esm/models/sort-enum.d.ts +21 -0
- package/dist/esm/models/sort-enum.js +22 -0
- package/dist/esm/models/source.d.ts +68 -0
- package/dist/esm/models/source.js +14 -0
- package/dist/esm/models/status-type.d.ts +24 -0
- package/dist/esm/models/status-type.js +25 -0
- package/dist/esm/models/step-array-input.d.ts +82 -0
- package/dist/esm/models/step-array-input.js +14 -0
- package/dist/esm/models/step-array-output.d.ts +69 -0
- package/dist/esm/models/step-array-output.js +14 -0
- package/dist/esm/models/step-boolean-input.d.ts +75 -0
- package/dist/esm/models/step-boolean-input.js +14 -0
- package/dist/esm/models/step-boolean-output.d.ts +62 -0
- package/dist/esm/models/step-boolean-output.js +14 -0
- package/dist/esm/models/step-file-input.d.ts +89 -0
- package/dist/esm/models/step-file-input.js +14 -0
- package/dist/esm/models/step-file-output.d.ts +63 -0
- package/dist/esm/models/step-file-output.js +14 -0
- package/dist/esm/models/step-folder-input.d.ts +83 -0
- package/dist/esm/models/step-folder-input.js +14 -0
- package/dist/esm/models/step-folder-output.d.ts +63 -0
- package/dist/esm/models/step-folder-output.js +14 -0
- package/dist/esm/models/step-integer-input.d.ts +75 -0
- package/dist/esm/models/step-integer-input.js +14 -0
- package/dist/esm/models/step-integer-output.d.ts +62 -0
- package/dist/esm/models/step-integer-output.js +14 -0
- package/dist/esm/models/step-jsonobject-input.d.ts +75 -0
- package/dist/esm/models/step-jsonobject-input.js +14 -0
- package/dist/esm/models/step-jsonobject-output.d.ts +62 -0
- package/dist/esm/models/step-jsonobject-output.js +14 -0
- package/dist/esm/models/step-list.d.ts +55 -0
- package/dist/esm/models/step-list.js +14 -0
- package/dist/esm/models/step-number-input.d.ts +75 -0
- package/dist/esm/models/step-number-input.js +14 -0
- package/dist/esm/models/step-number-output.d.ts +62 -0
- package/dist/esm/models/step-number-output.js +14 -0
- package/dist/esm/models/step-path-input.d.ts +89 -0
- package/dist/esm/models/step-path-input.js +14 -0
- package/dist/esm/models/step-path-output.d.ts +63 -0
- package/dist/esm/models/step-path-output.js +14 -0
- package/dist/esm/models/step-status-enum.d.ts +25 -0
- package/dist/esm/models/step-status-enum.js +26 -0
- package/dist/esm/models/step-status.d.ts +126 -0
- package/dist/esm/models/step-status.js +14 -0
- package/dist/esm/models/step-string-input.d.ts +75 -0
- package/dist/esm/models/step-string-input.js +14 -0
- package/dist/esm/models/step-string-output.d.ts +62 -0
- package/dist/esm/models/step-string-output.js +14 -0
- package/dist/esm/models/subject-type.d.ts +21 -0
- package/dist/esm/models/subject-type.js +22 -0
- package/dist/esm/models/subject.d.ts +66 -0
- package/dist/esm/models/subject.js +14 -0
- package/dist/esm/models/subscription-create.d.ts +36 -0
- package/dist/esm/models/subscription-create.js +14 -0
- package/dist/esm/models/subscription-payment.d.ts +36 -0
- package/dist/esm/models/subscription-payment.js +14 -0
- package/dist/esm/models/subscription-plan.d.ts +58 -0
- package/dist/esm/models/subscription-plan.js +14 -0
- package/dist/esm/models/subscription-update-dry-run.d.ts +25 -0
- package/dist/esm/models/subscription-update-dry-run.js +14 -0
- package/dist/esm/models/subscription-update.d.ts +30 -0
- package/dist/esm/models/subscription-update.js +14 -0
- package/dist/esm/models/subscription.d.ts +75 -0
- package/dist/esm/models/subscription.js +14 -0
- package/dist/esm/models/task-argument.d.ts +45 -0
- package/dist/esm/models/task-argument.js +14 -0
- package/dist/esm/models/task-file-reference.d.ts +44 -0
- package/dist/esm/models/task-file-reference.js +14 -0
- package/dist/esm/models/task-folder-reference.d.ts +44 -0
- package/dist/esm/models/task-folder-reference.js +14 -0
- package/dist/esm/models/task-path-argument.d.ts +51 -0
- package/dist/esm/models/task-path-argument.js +14 -0
- package/dist/esm/models/task-path-reference.d.ts +44 -0
- package/dist/esm/models/task-path-reference.js +14 -0
- package/dist/esm/models/task-path-return.d.ts +56 -0
- package/dist/esm/models/task-path-return.js +14 -0
- package/dist/esm/models/task-reference.d.ts +44 -0
- package/dist/esm/models/task-reference.js +14 -0
- package/dist/esm/models/task-return.d.ts +44 -0
- package/dist/esm/models/task-return.js +14 -0
- package/dist/esm/models/team-create.d.ts +30 -0
- package/dist/esm/models/team-create.js +14 -0
- package/dist/esm/models/team-list.d.ts +55 -0
- package/dist/esm/models/team-list.js +14 -0
- package/dist/esm/models/team-member-list.d.ts +55 -0
- package/dist/esm/models/team-member-list.js +14 -0
- package/dist/esm/models/team-member.d.ts +32 -0
- package/dist/esm/models/team-member.js +14 -0
- package/dist/esm/models/team-role-enum.d.ts +21 -0
- package/dist/esm/models/team-role-enum.js +22 -0
- package/dist/esm/models/team-update.d.ts +30 -0
- package/dist/esm/models/team-update.js +14 -0
- package/dist/esm/models/team.d.ts +48 -0
- package/dist/esm/models/team.js +14 -0
- package/dist/esm/models/template-function.d.ts +84 -0
- package/dist/esm/models/template-function.js +14 -0
- package/dist/esm/models/update-accepted.d.ts +24 -0
- package/dist/esm/models/update-accepted.js +14 -0
- package/dist/esm/models/usage.d.ts +61 -0
- package/dist/esm/models/usage.js +14 -0
- package/dist/esm/models/user-create.d.ts +42 -0
- package/dist/esm/models/user-create.js +14 -0
- package/dist/esm/models/user-permission.d.ts +36 -0
- package/dist/esm/models/user-permission.js +14 -0
- package/dist/esm/models/user-private.d.ts +54 -0
- package/dist/esm/models/user-private.js +14 -0
- package/dist/esm/models/user-public-list.d.ts +55 -0
- package/dist/esm/models/user-public-list.js +14 -0
- package/dist/esm/models/user-public.d.ts +42 -0
- package/dist/esm/models/user-public.js +14 -0
- package/dist/esm/models/user-update.d.ts +36 -0
- package/dist/esm/models/user-update.js +14 -0
- package/dist/esm/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/esm/models/validation-error-loc-inner.js +14 -0
- package/dist/esm/models/validation-error.d.ts +37 -0
- package/dist/esm/models/validation-error.js +14 -0
- package/dist/esm/models/value-file-reference.d.ts +38 -0
- package/dist/esm/models/value-file-reference.js +14 -0
- package/dist/esm/models/value-folder-reference.d.ts +38 -0
- package/dist/esm/models/value-folder-reference.js +14 -0
- package/dist/esm/models/value-list-reference.d.ts +38 -0
- package/dist/esm/models/value-list-reference.js +14 -0
- package/dist/esm/models/value-reference.d.ts +38 -0
- package/dist/esm/models/value-reference.js +14 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/accessor.d.ts +6 -7
- package/dist/models/accessor.js +1 -1
- package/dist/models/account-public.d.ts +7 -7
- package/dist/models/account-public.js +1 -1
- package/dist/models/account-type.d.ts +6 -5
- package/dist/models/account-type.js +5 -6
- package/dist/models/activation-list.d.ts +3 -3
- package/dist/models/activation-list.js +1 -1
- package/dist/models/activation.d.ts +18 -18
- package/dist/models/activation.js +1 -1
- package/dist/models/apitoken-create.d.ts +4 -4
- package/dist/models/apitoken-create.js +1 -1
- package/dist/models/apitoken-list.d.ts +8 -8
- package/dist/models/apitoken-list.js +1 -1
- package/dist/models/apitoken-private.d.ts +5 -5
- package/dist/models/apitoken-private.js +1 -1
- package/dist/models/apitoken.d.ts +4 -4
- package/dist/models/apitoken.js +1 -1
- package/dist/models/application-access-policy-list.d.ts +8 -8
- package/dist/models/application-access-policy-list.js +1 -1
- package/dist/models/application-access-policy.d.ts +5 -5
- package/dist/models/application-access-policy.js +1 -1
- package/dist/models/application-create.d.ts +13 -13
- package/dist/models/application-create.js +1 -1
- package/dist/models/application-deployment.d.ts +7 -7
- package/dist/models/application-deployment.js +1 -1
- package/dist/models/application-list.d.ts +8 -8
- package/dist/models/application-list.js +1 -1
- package/dist/models/application-policy-subject.d.ts +4 -4
- package/dist/models/application-policy-subject.js +1 -1
- package/dist/models/application-sort-key.d.ts +7 -6
- package/dist/models/application-sort-key.js +6 -7
- package/dist/models/application-update.d.ts +9 -9
- package/dist/models/application-update.js +1 -1
- package/dist/models/application-version-list.d.ts +8 -8
- package/dist/models/application-version-list.js +1 -1
- package/dist/models/application-version.d.ts +9 -9
- package/dist/models/application-version.js +1 -1
- package/dist/models/application.d.ts +21 -21
- package/dist/models/application.js +1 -1
- package/dist/models/baked-recipe-templates-inner.d.ts +97 -0
- package/dist/models/{body-cython-function-or-method-owner-plugins-post.js → baked-recipe-templates-inner.js} +1 -1
- package/dist/models/baked-recipe.d.ts +14 -14
- package/dist/models/baked-recipe.js +1 -1
- package/dist/models/billing-info.d.ts +14 -14
- package/dist/models/billing-info.js +1 -1
- package/dist/models/billing-option.d.ts +6 -6
- package/dist/models/billing-option.js +1 -1
- package/dist/models/build-status-enum.d.ts +12 -11
- package/dist/models/build-status-enum.js +11 -12
- package/dist/models/build-status.d.ts +6 -6
- package/dist/models/build-status.js +1 -1
- package/dist/models/card-type.d.ts +14 -13
- package/dist/models/card-type.js +13 -14
- package/dist/models/cloud-job-list.d.ts +8 -8
- package/dist/models/cloud-job-list.js +1 -1
- package/dist/models/cloud-job.d.ts +13 -13
- package/dist/models/cloud-job.js +1 -1
- package/dist/models/created-content.d.ts +3 -3
- package/dist/models/created-content.js +1 -1
- package/dist/models/dag.d.ts +13 -31
- package/dist/models/dag.js +1 -1
- package/dist/models/dagarray-input-alias-inner.d.ts +88 -0
- package/dist/models/{body-post-recipe-owner-recipes-post.js → dagarray-input-alias-inner.js} +1 -1
- package/dist/models/dagarray-input-alias.d.ts +13 -13
- package/dist/models/dagarray-input-alias.js +1 -1
- package/dist/models/dagarray-input.d.ts +13 -23
- package/dist/models/dagarray-input.js +1 -1
- package/dist/models/dagarray-output-alias-inner.d.ts +77 -0
- package/dist/models/dagarray-output-alias-inner.js +15 -0
- package/dist/models/dagarray-output-alias.d.ts +15 -16
- package/dist/models/dagarray-output-alias.js +1 -1
- package/dist/models/dagarray-output.d.ts +15 -26
- package/dist/models/dagarray-output.js +1 -1
- package/dist/models/dagboolean-input-alias.d.ts +11 -11
- package/dist/models/dagboolean-input-alias.js +1 -1
- package/dist/models/dagboolean-input.d.ts +11 -21
- package/dist/models/dagboolean-input.js +1 -1
- package/dist/models/dagboolean-output-alias.d.ts +13 -14
- package/dist/models/dagboolean-output-alias.js +1 -1
- package/dist/models/dagboolean-output.d.ts +13 -24
- package/dist/models/dagboolean-output.js +1 -1
- package/dist/models/dagfile-input-alias.d.ts +15 -17
- package/dist/models/dagfile-input-alias.js +1 -1
- package/dist/models/dagfile-input.d.ts +15 -27
- package/dist/models/dagfile-input.js +1 -1
- package/dist/models/dagfile-output-alias.d.ts +13 -14
- package/dist/models/dagfile-output-alias.js +1 -1
- package/dist/models/dagfile-output.d.ts +13 -24
- package/dist/models/dagfile-output.js +1 -1
- package/dist/models/dagfolder-input-alias.d.ts +14 -16
- package/dist/models/dagfolder-input-alias.js +1 -1
- package/dist/models/dagfolder-input.d.ts +14 -26
- package/dist/models/dagfolder-input.js +1 -1
- package/dist/models/dagfolder-output-alias.d.ts +13 -14
- package/dist/models/dagfolder-output-alias.js +1 -1
- package/dist/models/dagfolder-output.d.ts +13 -24
- package/dist/models/dagfolder-output.js +1 -1
- package/dist/models/daggeneric-input-alias.d.ts +11 -11
- package/dist/models/daggeneric-input-alias.js +1 -1
- package/dist/models/daggeneric-input.d.ts +11 -21
- package/dist/models/daggeneric-input.js +1 -1
- package/dist/models/daggeneric-output-alias.d.ts +8 -8
- package/dist/models/daggeneric-output-alias.js +1 -1
- package/dist/models/daggeneric-output.d.ts +10 -20
- package/dist/models/daggeneric-output.js +1 -1
- package/dist/models/daginputs-inner.d.ts +82 -0
- package/dist/models/daginputs-inner.js +15 -0
- package/dist/models/daginteger-input-alias.d.ts +11 -11
- package/dist/models/daginteger-input-alias.js +1 -1
- package/dist/models/daginteger-input.d.ts +11 -21
- package/dist/models/daginteger-input.js +1 -1
- package/dist/models/daginteger-output-alias.d.ts +13 -14
- package/dist/models/daginteger-output-alias.js +1 -1
- package/dist/models/daginteger-output.d.ts +13 -24
- package/dist/models/daginteger-output.js +1 -1
- package/dist/models/dagjsonobject-input-alias.d.ts +11 -11
- package/dist/models/dagjsonobject-input-alias.js +1 -1
- package/dist/models/dagjsonobject-input.d.ts +11 -21
- package/dist/models/dagjsonobject-input.js +1 -1
- package/dist/models/dagjsonobject-output-alias.d.ts +13 -14
- package/dist/models/dagjsonobject-output-alias.js +1 -1
- package/dist/models/dagjsonobject-output.d.ts +13 -24
- package/dist/models/dagjsonobject-output.js +1 -1
- package/dist/models/daglinked-input-alias.d.ts +11 -11
- package/dist/models/daglinked-input-alias.js +1 -1
- package/dist/models/daglinked-output-alias.d.ts +8 -8
- package/dist/models/daglinked-output-alias.js +1 -1
- package/dist/models/dagnumber-input-alias.d.ts +11 -11
- package/dist/models/dagnumber-input-alias.js +1 -1
- package/dist/models/dagnumber-input.d.ts +11 -21
- package/dist/models/dagnumber-input.js +1 -1
- package/dist/models/dagnumber-output-alias.d.ts +13 -14
- package/dist/models/dagnumber-output-alias.js +1 -1
- package/dist/models/dagnumber-output.d.ts +13 -24
- package/dist/models/dagnumber-output.js +1 -1
- package/dist/models/dagoutputs-inner.d.ts +71 -0
- package/dist/models/dagoutputs-inner.js +15 -0
- package/dist/models/dagpath-input-alias.d.ts +15 -17
- package/dist/models/dagpath-input-alias.js +1 -1
- package/dist/models/dagpath-input.d.ts +15 -27
- package/dist/models/dagpath-input.js +1 -1
- package/dist/models/dagpath-output-alias.d.ts +13 -15
- package/dist/models/dagpath-output-alias.js +1 -1
- package/dist/models/dagpath-output.d.ts +13 -25
- package/dist/models/dagpath-output.js +1 -1
- package/dist/models/dagstring-input-alias.d.ts +11 -11
- package/dist/models/dagstring-input-alias.js +1 -1
- package/dist/models/dagstring-input.d.ts +11 -21
- package/dist/models/dagstring-input.js +1 -1
- package/dist/models/dagstring-output-alias.d.ts +13 -14
- package/dist/models/dagstring-output-alias.js +1 -1
- package/dist/models/dagstring-output.d.ts +13 -24
- package/dist/models/dagstring-output.js +1 -1
- package/dist/models/dagtask-arguments-inner.d.ts +51 -0
- package/dist/models/dagtask-arguments-inner.js +15 -0
- package/dist/models/dagtask-loop.d.ts +7 -9
- package/dist/models/dagtask-loop.js +1 -1
- package/dist/models/dagtask-returns-inner.d.ts +56 -0
- package/dist/models/dagtask-returns-inner.js +15 -0
- package/dist/models/dagtask.d.ts +15 -17
- package/dist/models/dagtask.js +1 -1
- package/dist/models/daily-usage.d.ts +6 -6
- package/dist/models/daily-usage.js +1 -1
- package/dist/models/default.d.ts +68 -0
- package/dist/models/default.js +15 -0
- package/dist/models/dependency-kind.d.ts +6 -5
- package/dist/models/dependency-kind.js +5 -6
- package/dist/models/dependency.d.ts +10 -10
- package/dist/models/dependency.js +1 -1
- package/dist/models/deployment-config-update.d.ts +6 -6
- package/dist/models/deployment-config-update.js +1 -1
- package/dist/models/deployment-config.d.ts +6 -6
- package/dist/models/deployment-config.js +1 -1
- package/dist/models/docker-config.d.ts +6 -6
- package/dist/models/docker-config.js +1 -1
- package/dist/models/file-meta-list.d.ts +8 -8
- package/dist/models/file-meta-list.js +1 -1
- package/dist/models/file-meta.d.ts +6 -6
- package/dist/models/file-meta.js +1 -1
- package/dist/models/file-reference.d.ts +4 -4
- package/dist/models/file-reference.js +1 -1
- package/dist/models/folder-reference.d.ts +4 -4
- package/dist/models/folder-reference.js +1 -1
- package/dist/models/from.d.ts +50 -0
- package/dist/models/from.js +15 -0
- package/dist/models/from1.d.ts +50 -0
- package/dist/models/from1.js +15 -0
- package/dist/models/from2.d.ts +50 -0
- package/dist/models/from2.js +15 -0
- package/dist/models/from3.d.ts +50 -0
- package/dist/models/from3.js +15 -0
- package/dist/models/from4.d.ts +50 -0
- package/dist/models/from4.js +15 -0
- package/dist/models/from5.d.ts +50 -0
- package/dist/models/from5.js +15 -0
- package/dist/models/function-array-input.d.ts +13 -23
- package/dist/models/function-array-input.js +1 -1
- package/dist/models/function-array-output.d.ts +9 -9
- package/dist/models/function-array-output.js +1 -1
- package/dist/models/function-boolean-input.d.ts +11 -21
- package/dist/models/function-boolean-input.js +1 -1
- package/dist/models/function-boolean-output.d.ts +7 -7
- package/dist/models/function-boolean-output.js +1 -1
- package/dist/models/function-file-input.d.ts +16 -28
- package/dist/models/function-file-input.js +1 -1
- package/dist/models/function-file-output.d.ts +7 -7
- package/dist/models/function-file-output.js +1 -1
- package/dist/models/function-folder-input.d.ts +15 -27
- package/dist/models/function-folder-input.js +1 -1
- package/dist/models/function-folder-output.d.ts +7 -7
- package/dist/models/function-folder-output.js +1 -1
- package/dist/models/function-inputs-inner.d.ts +88 -0
- package/dist/models/function-inputs-inner.js +15 -0
- package/dist/models/function-integer-input.d.ts +11 -21
- package/dist/models/function-integer-input.js +1 -1
- package/dist/models/function-integer-output.d.ts +7 -7
- package/dist/models/function-integer-output.js +1 -1
- package/dist/models/function-jsonobject-input.d.ts +11 -21
- package/dist/models/function-jsonobject-input.js +1 -1
- package/dist/models/function-jsonobject-output.d.ts +7 -7
- package/dist/models/function-jsonobject-output.js +1 -1
- package/dist/models/function-number-input.d.ts +11 -21
- package/dist/models/function-number-input.js +1 -1
- package/dist/models/function-number-output.d.ts +7 -7
- package/dist/models/function-number-output.js +1 -1
- package/dist/models/function-outputs-inner.d.ts +63 -0
- package/dist/models/function-outputs-inner.js +15 -0
- package/dist/models/function-path-input.d.ts +16 -28
- package/dist/models/function-path-input.js +1 -1
- package/dist/models/function-path-output.d.ts +7 -7
- package/dist/models/function-path-output.js +1 -1
- package/dist/models/function-string-input.d.ts +11 -21
- package/dist/models/function-string-input.js +1 -1
- package/dist/models/function-string-output.d.ts +7 -7
- package/dist/models/function-string-output.js +1 -1
- package/dist/models/function.d.ts +15 -31
- package/dist/models/function.js +1 -1
- package/dist/models/http.d.ts +4 -4
- package/dist/models/http.js +1 -1
- package/dist/models/httpvalidation-error.d.ts +3 -3
- package/dist/models/httpvalidation-error.js +1 -1
- package/dist/models/index.d.ts +29 -2
- package/dist/models/index.js +29 -2
- package/dist/models/input-file-reference.d.ts +4 -4
- package/dist/models/input-file-reference.js +1 -1
- package/dist/models/input-folder-reference.d.ts +4 -4
- package/dist/models/input-folder-reference.js +1 -1
- package/dist/models/input-path-reference.d.ts +4 -4
- package/dist/models/input-path-reference.js +1 -1
- package/dist/models/input-reference.d.ts +4 -4
- package/dist/models/input-reference.js +1 -1
- package/dist/models/ioalias-handler.d.ts +7 -7
- package/dist/models/ioalias-handler.js +1 -1
- package/dist/models/item-reference.d.ts +4 -4
- package/dist/models/item-reference.js +1 -1
- package/dist/models/item-type.d.ts +12 -11
- package/dist/models/item-type.js +11 -12
- package/dist/models/job-argument.d.ts +6 -6
- package/dist/models/job-argument.js +1 -1
- package/dist/models/job-arguments-inner-inner.d.ts +51 -0
- package/dist/models/job-arguments-inner-inner.js +15 -0
- package/dist/models/job-compute-usage.d.ts +90 -0
- package/dist/models/job-compute-usage.js +15 -0
- package/dist/models/job-path-argument.d.ts +8 -10
- package/dist/models/job-path-argument.js +1 -1
- package/dist/models/job-status-enum.d.ts +11 -10
- package/dist/models/job-status-enum.js +10 -11
- package/dist/models/job-status.d.ts +16 -16
- package/dist/models/job-status.js +1 -1
- package/dist/models/job.d.ts +11 -12
- package/dist/models/job.js +1 -1
- package/dist/models/key-request.d.ts +2 -2
- package/dist/models/key-request.js +1 -1
- package/dist/models/license-pool-access-policy-list.d.ts +3 -3
- package/dist/models/license-pool-access-policy-list.js +1 -1
- package/dist/models/license-pool-access-policy.d.ts +5 -5
- package/dist/models/license-pool-access-policy.js +1 -1
- package/dist/models/license-pool-list.d.ts +3 -3
- package/dist/models/license-pool-list.js +1 -1
- package/dist/models/license-pool-policy-subject-list.d.ts +3 -3
- package/dist/models/license-pool-policy-subject-list.js +1 -1
- package/dist/models/license-pool-policy-subject.d.ts +4 -4
- package/dist/models/license-pool-policy-subject.js +1 -1
- package/dist/models/license-pool-public.d.ts +13 -13
- package/dist/models/license-pool-public.js +1 -1
- package/dist/models/license-pool-update.d.ts +2 -2
- package/dist/models/license-pool-update.js +1 -1
- package/dist/models/license-public.d.ts +20 -20
- package/dist/models/license-public.js +1 -1
- package/dist/models/license-type.d.ts +7 -6
- package/dist/models/license-type.js +6 -7
- package/dist/models/license.d.ts +5 -5
- package/dist/models/license.js +1 -1
- package/dist/models/local-config.d.ts +3 -3
- package/dist/models/local-config.js +1 -1
- package/dist/models/location.d.ts +7 -7
- package/dist/models/location.js +1 -1
- package/dist/models/maintainer.d.ts +5 -5
- package/dist/models/maintainer.js +1 -1
- package/dist/models/manifest.d.ts +73 -0
- package/dist/models/manifest.js +15 -0
- package/dist/models/meta-data.d.ts +16 -16
- package/dist/models/meta-data.js +1 -1
- package/dist/models/metadata.d.ts +5 -5
- package/dist/models/metadata.js +1 -1
- package/dist/models/new-application-version.d.ts +3 -3
- package/dist/models/new-application-version.js +1 -1
- package/dist/models/new-plugin-package.d.ts +4 -4
- package/dist/models/new-plugin-package.js +1 -1
- package/dist/models/new-recipe-package.d.ts +4 -4
- package/dist/models/new-recipe-package.js +1 -1
- package/dist/models/organisation-member-usage.d.ts +72 -0
- package/dist/models/organisation-member-usage.js +15 -0
- package/dist/models/organization-create.d.ts +6 -6
- package/dist/models/organization-create.js +1 -1
- package/dist/models/organization-list.d.ts +8 -8
- package/dist/models/organization-list.js +1 -1
- package/dist/models/organization-member-list.d.ts +8 -8
- package/dist/models/organization-member-list.js +1 -1
- package/dist/models/organization-member.d.ts +5 -5
- package/dist/models/organization-member.js +1 -1
- package/dist/models/organization-role-enum.d.ts +6 -5
- package/dist/models/organization-role-enum.js +5 -6
- package/dist/models/organization-update.d.ts +6 -6
- package/dist/models/organization-update.js +1 -1
- package/dist/models/organization.d.ts +13 -13
- package/dist/models/organization.js +1 -1
- package/dist/models/package-sort-key.d.ts +7 -6
- package/dist/models/package-sort-key.js +6 -7
- package/dist/models/package-version.d.ts +26 -27
- package/dist/models/package-version.js +1 -1
- package/dist/models/paused-reason.d.ts +6 -5
- package/dist/models/paused-reason.js +5 -6
- package/dist/models/pay-link.d.ts +2 -2
- package/dist/models/pay-link.js +1 -1
- package/dist/models/payment-method-enum.d.ts +7 -6
- package/dist/models/payment-method-enum.js +6 -7
- package/dist/models/payment-method.d.ts +7 -7
- package/dist/models/payment-method.js +1 -1
- package/dist/models/payment.d.ts +9 -9
- package/dist/models/payment.js +1 -1
- package/dist/models/permission.d.ts +7 -6
- package/dist/models/permission.js +6 -7
- package/dist/models/plan-type.d.ts +11 -10
- package/dist/models/plan-type.js +10 -11
- package/dist/models/plugin-config.d.ts +7 -7
- package/dist/models/plugin-config.js +1 -1
- package/dist/models/plugin-package-list.d.ts +8 -8
- package/dist/models/plugin-package-list.js +1 -1
- package/dist/models/plugin-package.d.ts +10 -10
- package/dist/models/plugin-package.js +1 -1
- package/dist/models/plugin.d.ts +10 -10
- package/dist/models/plugin.js +1 -1
- package/dist/models/policy-subject.d.ts +4 -4
- package/dist/models/policy-subject.js +1 -1
- package/dist/models/project-access-policy-list.d.ts +8 -8
- package/dist/models/project-access-policy-list.js +1 -1
- package/dist/models/project-access-policy.d.ts +5 -5
- package/dist/models/project-access-policy.js +1 -1
- package/dist/models/project-create.d.ts +4 -4
- package/dist/models/project-create.js +1 -1
- package/dist/models/project-folder.d.ts +4 -4
- package/dist/models/project-folder.js +1 -1
- package/dist/models/project-list.d.ts +8 -8
- package/dist/models/project-list.js +1 -1
- package/dist/models/project-policy-subject.d.ts +4 -4
- package/dist/models/project-policy-subject.js +1 -1
- package/dist/models/project-recipe-filter-list.d.ts +8 -8
- package/dist/models/project-recipe-filter-list.js +1 -1
- package/dist/models/project-recipe-filter.d.ts +4 -4
- package/dist/models/project-recipe-filter.js +1 -1
- package/dist/models/project-sort-key.d.ts +7 -6
- package/dist/models/project-sort-key.js +6 -7
- package/dist/models/project-update.d.ts +4 -4
- package/dist/models/project-update.js +1 -1
- package/dist/models/project.d.ts +12 -12
- package/dist/models/project.js +1 -1
- package/dist/models/public-account-list.d.ts +8 -8
- package/dist/models/public-account-list.js +1 -1
- package/dist/models/quota-list.d.ts +8 -8
- package/dist/models/quota-list.js +1 -1
- package/dist/models/quota-plan.d.ts +10 -10
- package/dist/models/quota-plan.js +1 -1
- package/dist/models/quota-type.d.ts +18 -17
- package/dist/models/quota-type.js +17 -18
- package/dist/models/quota.d.ts +15 -15
- package/dist/models/quota.js +1 -1
- package/dist/models/recipe-interface-list.d.ts +8 -8
- package/dist/models/recipe-interface-list.js +1 -1
- package/dist/models/recipe-interface.d.ts +13 -31
- package/dist/models/recipe-interface.js +1 -1
- package/dist/models/recipe-package-list.d.ts +8 -8
- package/dist/models/recipe-package-list.js +1 -1
- package/dist/models/recipe-package.d.ts +10 -10
- package/dist/models/recipe-package.js +1 -1
- package/dist/models/recipe.d.ts +10 -10
- package/dist/models/recipe.js +1 -1
- package/dist/models/report-compute-usage.d.ts +49 -0
- package/dist/models/report-compute-usage.js +15 -0
- package/dist/models/report-organisation-member-usage.d.ts +49 -0
- package/dist/models/report-organisation-member-usage.js +15 -0
- package/dist/models/repository-access-policy-list.d.ts +8 -8
- package/dist/models/repository-access-policy-list.js +1 -1
- package/dist/models/repository-access-policy.d.ts +5 -5
- package/dist/models/repository-access-policy.js +1 -1
- package/dist/models/repository-create.d.ts +6 -6
- package/dist/models/repository-create.js +1 -1
- package/dist/models/repository-index.d.ts +10 -10
- package/dist/models/repository-index.js +1 -1
- package/dist/models/repository-list.d.ts +8 -8
- package/dist/models/repository-list.js +1 -1
- package/dist/models/repository-metadata.d.ts +8 -8
- package/dist/models/repository-metadata.js +1 -1
- package/dist/models/repository-policy-subject.d.ts +4 -4
- package/dist/models/repository-policy-subject.js +1 -1
- package/dist/models/repository-sort-key.d.ts +8 -7
- package/dist/models/repository-sort-key.js +7 -8
- package/dist/models/repository-update.d.ts +5 -5
- package/dist/models/repository-update.js +1 -1
- package/dist/models/repository-user-permissions.d.ts +4 -4
- package/dist/models/repository-user-permissions.js +1 -1
- package/dist/models/repository.d.ts +13 -13
- package/dist/models/repository.js +1 -1
- package/dist/models/resources-duration.d.ts +3 -3
- package/dist/models/resources-duration.js +1 -1
- package/dist/models/response-get-package-json.d.ts +86 -0
- package/dist/models/response-get-package-json.js +15 -0
- package/dist/models/retry-config.d.ts +2 -2
- package/dist/models/retry-config.js +1 -1
- package/dist/models/role-enum.d.ts +6 -5
- package/dist/models/role-enum.js +5 -6
- package/dist/models/run-list.d.ts +8 -8
- package/dist/models/run-list.js +1 -1
- package/dist/models/run-meta.d.ts +5 -5
- package/dist/models/run-meta.js +1 -1
- package/dist/models/run-progress.d.ts +4 -4
- package/dist/models/run-progress.js +1 -1
- package/dist/models/run-result-list-resources-inner-inner.d.ts +101 -0
- package/dist/models/run-result-list-resources-inner-inner.js +15 -0
- package/dist/models/run-result-list.d.ts +9 -26
- package/dist/models/run-result-list.js +1 -1
- package/dist/models/run-status-enum.d.ts +12 -11
- package/dist/models/run-status-enum.js +11 -12
- package/dist/models/run-status-inputs-inner.d.ts +101 -0
- package/dist/models/run-status-inputs-inner.js +15 -0
- package/dist/models/run-status-outputs-inner.d.ts +76 -0
- package/dist/models/run-status-outputs-inner.js +15 -0
- package/dist/models/run-status.d.ts +21 -37
- package/dist/models/run-status.js +1 -1
- package/dist/models/run.d.ts +12 -12
- package/dist/models/run.js +1 -1
- package/dist/models/s3-upload-request.d.ts +3 -3
- package/dist/models/s3-upload-request.js +1 -1
- package/dist/models/s3.d.ts +7 -7
- package/dist/models/s3.js +1 -1
- package/dist/models/scripting-languages.d.ts +5 -4
- package/dist/models/scripting-languages.js +4 -5
- package/dist/models/sdkenum.d.ts +7 -6
- package/dist/models/sdkenum.js +6 -7
- package/dist/models/sort-enum.d.ts +6 -5
- package/dist/models/sort-enum.js +5 -6
- package/dist/models/source.d.ts +68 -0
- package/dist/models/source.js +15 -0
- package/dist/models/status-type.d.ts +9 -8
- package/dist/models/status-type.js +8 -9
- package/dist/models/step-array-input.d.ts +14 -24
- package/dist/models/step-array-input.js +1 -1
- package/dist/models/step-array-output.d.ts +10 -10
- package/dist/models/step-array-output.js +1 -1
- package/dist/models/step-boolean-input.d.ts +12 -22
- package/dist/models/step-boolean-input.js +1 -1
- package/dist/models/step-boolean-output.d.ts +8 -8
- package/dist/models/step-boolean-output.js +1 -1
- package/dist/models/step-file-input.d.ts +20 -31
- package/dist/models/step-file-input.js +1 -1
- package/dist/models/step-file-output.d.ts +11 -13
- package/dist/models/step-file-output.js +1 -1
- package/dist/models/step-folder-input.d.ts +19 -30
- package/dist/models/step-folder-input.js +1 -1
- package/dist/models/step-folder-output.d.ts +11 -13
- package/dist/models/step-folder-output.js +1 -1
- package/dist/models/step-integer-input.d.ts +12 -22
- package/dist/models/step-integer-input.js +1 -1
- package/dist/models/step-integer-output.d.ts +8 -8
- package/dist/models/step-integer-output.js +1 -1
- package/dist/models/step-jsonobject-input.d.ts +12 -22
- package/dist/models/step-jsonobject-input.js +1 -1
- package/dist/models/step-jsonobject-output.d.ts +8 -8
- package/dist/models/step-jsonobject-output.js +1 -1
- package/dist/models/step-list.d.ts +8 -8
- package/dist/models/step-list.js +1 -1
- package/dist/models/step-number-input.d.ts +12 -22
- package/dist/models/step-number-input.js +1 -1
- package/dist/models/step-number-output.d.ts +8 -8
- package/dist/models/step-number-output.js +1 -1
- package/dist/models/step-path-input.d.ts +20 -31
- package/dist/models/step-path-input.js +1 -1
- package/dist/models/step-path-output.d.ts +11 -13
- package/dist/models/step-path-output.js +1 -1
- package/dist/models/step-status-enum.d.ts +10 -9
- package/dist/models/step-status-enum.js +9 -10
- package/dist/models/step-status.d.ts +24 -40
- package/dist/models/step-status.js +1 -1
- package/dist/models/step-string-input.d.ts +12 -22
- package/dist/models/step-string-input.js +1 -1
- package/dist/models/step-string-output.d.ts +8 -8
- package/dist/models/step-string-output.js +1 -1
- package/dist/models/subject-type.d.ts +6 -5
- package/dist/models/subject-type.js +5 -6
- package/dist/models/subject.d.ts +66 -0
- package/dist/models/subject.js +15 -0
- package/dist/models/subscription-create.d.ts +4 -4
- package/dist/models/subscription-create.js +1 -1
- package/dist/models/subscription-payment.d.ts +4 -4
- package/dist/models/subscription-payment.js +1 -1
- package/dist/models/subscription-plan.d.ts +11 -11
- package/dist/models/subscription-plan.js +1 -1
- package/dist/models/subscription-update-dry-run.d.ts +3 -3
- package/dist/models/subscription-update-dry-run.js +1 -1
- package/dist/models/subscription-update.d.ts +3 -3
- package/dist/models/subscription-update.js +1 -1
- package/dist/models/subscription.d.ts +13 -13
- package/dist/models/subscription.js +1 -1
- package/dist/models/task-argument.d.ts +8 -11
- package/dist/models/task-argument.js +1 -1
- package/dist/models/task-file-reference.d.ts +5 -5
- package/dist/models/task-file-reference.js +1 -1
- package/dist/models/task-folder-reference.d.ts +5 -5
- package/dist/models/task-folder-reference.js +1 -1
- package/dist/models/task-path-argument.d.ts +9 -16
- package/dist/models/task-path-argument.js +1 -1
- package/dist/models/task-path-reference.d.ts +5 -5
- package/dist/models/task-path-reference.js +1 -1
- package/dist/models/task-path-return.d.ts +7 -7
- package/dist/models/task-path-return.js +1 -1
- package/dist/models/task-reference.d.ts +5 -5
- package/dist/models/task-reference.js +1 -1
- package/dist/models/task-return.d.ts +5 -5
- package/dist/models/task-return.js +1 -1
- package/dist/models/team-create.d.ts +3 -3
- package/dist/models/team-create.js +1 -1
- package/dist/models/team-list.d.ts +8 -8
- package/dist/models/team-list.js +1 -1
- package/dist/models/team-member-list.d.ts +8 -8
- package/dist/models/team-member-list.js +1 -1
- package/dist/models/team-member.d.ts +5 -5
- package/dist/models/team-member.js +1 -1
- package/dist/models/team-role-enum.d.ts +6 -5
- package/dist/models/team-role-enum.js +5 -6
- package/dist/models/team-update.d.ts +3 -3
- package/dist/models/team-update.js +1 -1
- package/dist/models/team.d.ts +6 -6
- package/dist/models/team.js +1 -1
- package/dist/models/template-function.d.ts +17 -33
- package/dist/models/template-function.js +1 -1
- package/dist/models/update-accepted.d.ts +2 -2
- package/dist/models/update-accepted.js +1 -1
- package/dist/models/usage.d.ts +9 -9
- package/dist/models/usage.js +1 -1
- package/dist/models/user-create.d.ts +5 -5
- package/dist/models/user-create.js +1 -1
- package/dist/models/user-permission.d.ts +4 -4
- package/dist/models/user-permission.js +1 -1
- package/dist/models/user-private.d.ts +7 -7
- package/dist/models/user-private.js +1 -1
- package/dist/models/user-public-list.d.ts +8 -8
- package/dist/models/user-public-list.js +1 -1
- package/dist/models/user-public.d.ts +5 -5
- package/dist/models/user-public.js +1 -1
- package/dist/models/user-update.d.ts +4 -4
- package/dist/models/user-update.js +1 -1
- package/dist/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/models/validation-error-loc-inner.js +15 -0
- package/dist/models/validation-error.d.ts +6 -5
- package/dist/models/validation-error.js +1 -1
- package/dist/models/value-file-reference.d.ts +4 -4
- package/dist/models/value-file-reference.js +1 -1
- package/dist/models/value-folder-reference.d.ts +4 -4
- package/dist/models/value-folder-reference.js +1 -1
- package/dist/models/value-list-reference.d.ts +4 -4
- package/dist/models/value-list-reference.js +1 -1
- package/dist/models/value-reference.d.ts +5 -5
- package/dist/models/value-reference.js +1 -1
- package/git_push.sh +3 -4
- package/index.ts +1 -1
- package/models/accessor.ts +11 -7
- package/models/account-public.ts +7 -8
- package/models/account-type.ts +8 -5
- package/models/activation-list.ts +5 -4
- package/models/activation.ts +24 -19
- package/models/apitoken-create.ts +4 -5
- package/models/apitoken-list.ts +10 -9
- package/models/apitoken-private.ts +5 -6
- package/models/apitoken.ts +4 -5
- package/models/application-access-policy-list.ts +10 -9
- package/models/application-access-policy.ts +10 -5
- package/models/application-create.ts +18 -13
- package/models/application-deployment.ts +11 -8
- package/models/application-list.ts +10 -9
- package/models/application-policy-subject.ts +7 -4
- package/models/application-sort-key.ts +9 -6
- package/models/application-update.ts +11 -10
- package/models/application-version-list.ts +10 -9
- package/models/application-version.ts +13 -10
- package/models/application.ts +30 -21
- package/models/baked-recipe-templates-inner.ts +119 -0
- package/models/baked-recipe.ts +22 -15
- package/models/billing-info.ts +21 -14
- package/models/billing-option.ts +6 -7
- package/models/build-status-enum.ts +14 -11
- package/models/build-status.ts +9 -6
- package/models/card-type.ts +16 -13
- package/models/cloud-job-list.ts +10 -9
- package/models/cloud-job.ts +23 -14
- package/models/created-content.ts +3 -4
- package/models/dag.ts +19 -32
- package/models/dagarray-input-alias-inner.ts +131 -0
- package/models/dagarray-input-alias.ts +18 -13
- package/models/dagarray-input.ts +18 -23
- package/models/dagarray-output-alias-inner.ts +122 -0
- package/models/dagarray-output-alias.ts +22 -16
- package/models/dagarray-output.ts +22 -26
- package/models/dagboolean-input-alias.ts +13 -12
- package/models/dagboolean-input.ts +13 -22
- package/models/dagboolean-output-alias.ts +17 -15
- package/models/dagboolean-output.ts +17 -25
- package/models/dagfile-input-alias.ts +19 -18
- package/models/dagfile-input.ts +19 -28
- package/models/dagfile-output-alias.ts +17 -15
- package/models/dagfile-output.ts +17 -25
- package/models/dagfolder-input-alias.ts +18 -17
- package/models/dagfolder-input.ts +18 -27
- package/models/dagfolder-output-alias.ts +17 -15
- package/models/dagfolder-output.ts +17 -25
- package/models/daggeneric-input-alias.ts +13 -12
- package/models/daggeneric-input.ts +13 -22
- package/models/daggeneric-output-alias.ts +10 -9
- package/models/daggeneric-output.ts +12 -21
- package/models/daginputs-inner.ts +122 -0
- package/models/daginteger-input-alias.ts +13 -12
- package/models/daginteger-input.ts +13 -22
- package/models/daginteger-output-alias.ts +17 -15
- package/models/daginteger-output.ts +17 -25
- package/models/dagjsonobject-input-alias.ts +13 -12
- package/models/dagjsonobject-input.ts +13 -22
- package/models/dagjsonobject-output-alias.ts +17 -15
- package/models/dagjsonobject-output.ts +17 -25
- package/models/daglinked-input-alias.ts +13 -12
- package/models/daglinked-output-alias.ts +10 -9
- package/models/dagnumber-input-alias.ts +13 -12
- package/models/dagnumber-input.ts +13 -22
- package/models/dagnumber-output-alias.ts +17 -15
- package/models/dagnumber-output.ts +17 -25
- package/models/dagoutputs-inner.ts +113 -0
- package/models/dagpath-input-alias.ts +19 -18
- package/models/dagpath-input.ts +19 -28
- package/models/dagpath-output-alias.ts +17 -16
- package/models/dagpath-output.ts +17 -26
- package/models/dagstring-input-alias.ts +13 -12
- package/models/dagstring-input.ts +13 -22
- package/models/dagstring-output-alias.ts +17 -15
- package/models/dagstring-output.ts +17 -25
- package/models/dagtask-arguments-inner.ts +63 -0
- package/models/dagtask-loop.ts +9 -10
- package/models/dagtask-returns-inner.ts +66 -0
- package/models/dagtask.ts +21 -18
- package/models/daily-usage.ts +6 -7
- package/models/default.ts +81 -0
- package/models/dependency-kind.ts +8 -5
- package/models/dependency.ts +13 -10
- package/models/deployment-config-update.ts +6 -7
- package/models/deployment-config.ts +6 -7
- package/models/docker-config.ts +6 -7
- package/models/file-meta-list.ts +10 -9
- package/models/file-meta.ts +6 -7
- package/models/file-reference.ts +4 -5
- package/models/folder-reference.ts +4 -5
- package/models/from.ts +60 -0
- package/models/from1.ts +60 -0
- package/models/from2.ts +63 -0
- package/models/from3.ts +63 -0
- package/models/from4.ts +66 -0
- package/models/from5.ts +78 -0
- package/models/function-array-input.ts +18 -23
- package/models/function-array-output.ts +12 -9
- package/models/function-boolean-input.ts +13 -22
- package/models/function-boolean-output.ts +7 -8
- package/models/function-file-input.ts +20 -29
- package/models/function-file-output.ts +7 -8
- package/models/function-folder-input.ts +19 -28
- package/models/function-folder-output.ts +7 -8
- package/models/function-inputs-inner.ts +125 -0
- package/models/function-integer-input.ts +13 -22
- package/models/function-integer-output.ts +7 -8
- package/models/function-jsonobject-input.ts +13 -22
- package/models/function-jsonobject-output.ts +7 -8
- package/models/function-number-input.ts +13 -22
- package/models/function-number-output.ts +7 -8
- package/models/function-outputs-inner.ts +98 -0
- package/models/function-path-input.ts +20 -29
- package/models/function-path-output.ts +7 -8
- package/models/function-string-input.ts +13 -22
- package/models/function-string-output.ts +7 -8
- package/models/function.ts +22 -31
- package/models/http.ts +4 -5
- package/models/httpvalidation-error.ts +5 -4
- package/models/index.ts +29 -2
- package/models/input-file-reference.ts +4 -5
- package/models/input-folder-reference.ts +4 -5
- package/models/input-path-reference.ts +4 -5
- package/models/input-reference.ts +4 -5
- package/models/ioalias-handler.ts +7 -8
- package/models/item-reference.ts +4 -5
- package/models/item-type.ts +14 -11
- package/models/job-argument.ts +6 -7
- package/models/job-arguments-inner-inner.ts +63 -0
- package/models/job-compute-usage.ts +96 -0
- package/models/job-path-argument.ts +10 -11
- package/models/job-status-enum.ts +13 -10
- package/models/job-status.ts +19 -16
- package/models/job.ts +13 -13
- package/models/key-request.ts +2 -3
- package/models/license-pool-access-policy-list.ts +5 -4
- package/models/license-pool-access-policy.ts +10 -5
- package/models/license-pool-list.ts +5 -4
- package/models/license-pool-policy-subject-list.ts +5 -4
- package/models/license-pool-policy-subject.ts +7 -4
- package/models/license-pool-public.ts +19 -14
- package/models/license-pool-update.ts +2 -3
- package/models/license-public.ts +25 -20
- package/models/license-type.ts +9 -6
- package/models/license.ts +5 -6
- package/models/local-config.ts +3 -4
- package/models/location.ts +7 -8
- package/models/maintainer.ts +5 -6
- package/models/manifest.ts +93 -0
- package/models/meta-data.ts +20 -17
- package/models/metadata.ts +5 -6
- package/models/new-application-version.ts +3 -4
- package/models/new-plugin-package.ts +6 -5
- package/models/new-recipe-package.ts +6 -5
- package/models/organisation-member-usage.ts +78 -0
- package/models/organization-create.ts +6 -7
- package/models/organization-list.ts +10 -9
- package/models/organization-member-list.ts +10 -9
- package/models/organization-member.ts +10 -5
- package/models/organization-role-enum.ts +8 -5
- package/models/organization-update.ts +6 -7
- package/models/organization.ts +18 -13
- package/models/package-sort-key.ts +9 -6
- package/models/package-version.ts +32 -28
- package/models/paused-reason.ts +8 -5
- package/models/pay-link.ts +2 -3
- package/models/payment-method-enum.ts +9 -6
- package/models/payment-method.ts +12 -7
- package/models/payment.ts +9 -10
- package/models/permission.ts +9 -6
- package/models/plan-type.ts +13 -10
- package/models/plugin-config.ts +11 -8
- package/models/plugin-package-list.ts +10 -9
- package/models/plugin-package.ts +12 -11
- package/models/plugin.ts +16 -11
- package/models/policy-subject.ts +7 -4
- package/models/project-access-policy-list.ts +10 -9
- package/models/project-access-policy.ts +10 -5
- package/models/project-create.ts +4 -5
- package/models/project-folder.ts +4 -5
- package/models/project-list.ts +10 -9
- package/models/project-policy-subject.ts +7 -4
- package/models/project-recipe-filter-list.ts +10 -9
- package/models/project-recipe-filter.ts +4 -5
- package/models/project-sort-key.ts +9 -6
- package/models/project-update.ts +4 -5
- package/models/project.ts +18 -13
- package/models/public-account-list.ts +10 -9
- package/models/quota-list.ts +10 -9
- package/models/quota-plan.ts +13 -10
- package/models/quota-type.ts +20 -17
- package/models/quota.ts +20 -15
- package/models/recipe-interface-list.ts +10 -9
- package/models/recipe-interface.ts +19 -32
- package/models/recipe-package-list.ts +10 -9
- package/models/recipe-package.ts +12 -11
- package/models/recipe.ts +16 -11
- package/models/report-compute-usage.ts +57 -0
- package/models/report-organisation-member-usage.ts +57 -0
- package/models/repository-access-policy-list.ts +10 -9
- package/models/repository-access-policy.ts +10 -5
- package/models/repository-create.ts +6 -7
- package/models/repository-index.ts +14 -11
- package/models/repository-list.ts +10 -9
- package/models/repository-metadata.ts +8 -9
- package/models/repository-policy-subject.ts +7 -4
- package/models/repository-sort-key.ts +10 -7
- package/models/repository-update.ts +5 -6
- package/models/repository-user-permissions.ts +4 -5
- package/models/repository.ts +17 -14
- package/models/resources-duration.ts +3 -4
- package/models/response-get-package-json.ts +111 -0
- package/models/retry-config.ts +2 -3
- package/models/role-enum.ts +8 -5
- package/models/run-list.ts +10 -9
- package/models/run-meta.ts +9 -6
- package/models/run-progress.ts +4 -5
- package/models/run-result-list-resources-inner-inner.ts +167 -0
- package/models/run-result-list.ts +11 -27
- package/models/run-status-enum.ts +14 -11
- package/models/run-status-inputs-inner.ts +140 -0
- package/models/run-status-outputs-inner.ts +113 -0
- package/models/run-status.ts +30 -37
- package/models/run.ts +20 -13
- package/models/s3-upload-request.ts +3 -4
- package/models/s3.ts +7 -8
- package/models/scripting-languages.ts +7 -4
- package/models/sdkenum.ts +9 -6
- package/models/sort-enum.ts +8 -5
- package/models/source.ts +81 -0
- package/models/status-type.ts +11 -8
- package/models/step-array-input.ts +19 -24
- package/models/step-array-output.ts +13 -10
- package/models/step-boolean-input.ts +14 -23
- package/models/step-boolean-output.ts +8 -9
- package/models/step-file-input.ts +26 -32
- package/models/step-file-output.ts +13 -14
- package/models/step-folder-input.ts +25 -31
- package/models/step-folder-output.ts +13 -14
- package/models/step-integer-input.ts +14 -23
- package/models/step-integer-output.ts +8 -9
- package/models/step-jsonobject-input.ts +14 -23
- package/models/step-jsonobject-output.ts +8 -9
- package/models/step-list.ts +10 -9
- package/models/step-number-input.ts +14 -23
- package/models/step-number-output.ts +8 -9
- package/models/step-path-input.ts +26 -32
- package/models/step-path-output.ts +13 -14
- package/models/step-status-enum.ts +12 -9
- package/models/step-status.ts +33 -40
- package/models/step-string-input.ts +14 -23
- package/models/step-string-output.ts +8 -9
- package/models/subject-type.ts +8 -5
- package/models/subject.ts +78 -0
- package/models/subscription-create.ts +4 -5
- package/models/subscription-payment.ts +4 -5
- package/models/subscription-plan.ts +20 -11
- package/models/subscription-update-dry-run.ts +5 -4
- package/models/subscription-update.ts +3 -4
- package/models/subscription.ts +20 -13
- package/models/task-argument.ts +10 -12
- package/models/task-file-reference.ts +5 -6
- package/models/task-folder-reference.ts +5 -6
- package/models/task-path-argument.ts +11 -17
- package/models/task-path-reference.ts +5 -6
- package/models/task-path-return.ts +7 -8
- package/models/task-reference.ts +5 -6
- package/models/task-return.ts +5 -6
- package/models/team-create.ts +3 -4
- package/models/team-list.ts +10 -9
- package/models/team-member-list.ts +10 -9
- package/models/team-member.ts +10 -5
- package/models/team-role-enum.ts +8 -5
- package/models/team-update.ts +3 -4
- package/models/team.ts +6 -7
- package/models/template-function.ts +26 -33
- package/models/update-accepted.ts +2 -3
- package/models/usage.ts +11 -10
- package/models/user-create.ts +5 -6
- package/models/user-permission.ts +4 -5
- package/models/user-private.ts +7 -8
- package/models/user-public-list.ts +10 -9
- package/models/user-public.ts +5 -6
- package/models/user-update.ts +4 -5
- package/models/{body-post-recipe-owner-recipes-post.ts → validation-error-loc-inner.ts} +3 -10
- package/models/validation-error.ts +8 -6
- package/models/value-file-reference.ts +4 -5
- package/models/value-folder-reference.ts +4 -5
- package/models/value-list-reference.ts +4 -5
- package/models/value-reference.ts +5 -6
- package/package.json +12 -8
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +3 -8
package/api/runs-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* pollination-server
|
|
5
5
|
* Pollination Server OpenAPI Definition
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.5.0
|
|
8
8
|
* Contact: info@pollination.cloud
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,31 +13,34 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
18
19
|
// Some imports not used depending on template conditions
|
|
19
20
|
// @ts-ignore
|
|
20
|
-
import {
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
22
|
// @ts-ignore
|
|
22
|
-
import {
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
23
24
|
// @ts-ignore
|
|
24
|
-
import {
|
|
25
|
+
import type { FileMetaList } from '../models';
|
|
25
26
|
// @ts-ignore
|
|
26
|
-
import {
|
|
27
|
+
import type { HTTPValidationError } from '../models';
|
|
27
28
|
// @ts-ignore
|
|
28
|
-
import {
|
|
29
|
+
import type { RetryConfig } from '../models';
|
|
29
30
|
// @ts-ignore
|
|
30
|
-
import {
|
|
31
|
+
import type { Run } from '../models';
|
|
31
32
|
// @ts-ignore
|
|
32
|
-
import {
|
|
33
|
+
import type { RunList } from '../models';
|
|
33
34
|
// @ts-ignore
|
|
34
|
-
import {
|
|
35
|
+
import type { RunResultList } from '../models';
|
|
35
36
|
// @ts-ignore
|
|
36
|
-
import {
|
|
37
|
+
import type { RunStatusEnum } from '../models';
|
|
37
38
|
// @ts-ignore
|
|
38
|
-
import {
|
|
39
|
+
import type { StepList } from '../models';
|
|
39
40
|
// @ts-ignore
|
|
40
|
-
import {
|
|
41
|
+
import type { StepStatus } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
import type { StepStatusEnum } from '../models';
|
|
41
44
|
/**
|
|
42
45
|
* RunsApi - axios parameter creator
|
|
43
46
|
* @export
|
|
@@ -53,65 +56,43 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
53
56
|
* @param {*} [options] Override http request option.
|
|
54
57
|
* @throws {RequiredError}
|
|
55
58
|
*/
|
|
56
|
-
cancelRun: async (owner: string, name: string, runId: string, options:
|
|
59
|
+
cancelRun: async (owner: string, name: string, runId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
57
60
|
// verify required parameter 'owner' is not null or undefined
|
|
58
|
-
|
|
59
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling cancelRun.');
|
|
60
|
-
}
|
|
61
|
+
assertParamExists('cancelRun', 'owner', owner)
|
|
61
62
|
// verify required parameter 'name' is not null or undefined
|
|
62
|
-
|
|
63
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling cancelRun.');
|
|
64
|
-
}
|
|
63
|
+
assertParamExists('cancelRun', 'name', name)
|
|
65
64
|
// verify required parameter 'runId' is not null or undefined
|
|
66
|
-
|
|
67
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling cancelRun.');
|
|
68
|
-
}
|
|
65
|
+
assertParamExists('cancelRun', 'runId', runId)
|
|
69
66
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/cancel`
|
|
70
67
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
71
68
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
72
69
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
73
70
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
74
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
71
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
75
72
|
let baseOptions;
|
|
76
73
|
if (configuration) {
|
|
77
74
|
baseOptions = configuration.baseOptions;
|
|
78
75
|
}
|
|
76
|
+
|
|
79
77
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
80
78
|
const localVarHeaderParameter = {} as any;
|
|
81
79
|
const localVarQueryParameter = {} as any;
|
|
82
80
|
|
|
83
|
-
// authentication APIKeyAuth required
|
|
84
|
-
if (configuration && configuration.apiKey) {
|
|
85
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
86
|
-
? await configuration.apiKey("x-pollination-token")
|
|
87
|
-
: await configuration.apiKey;
|
|
88
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
81
|
// authentication JWTAuth required
|
|
92
82
|
// http bearer authentication required
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
98
|
-
}
|
|
83
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
84
|
+
|
|
85
|
+
// authentication APIKeyAuth required
|
|
86
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
99
87
|
|
|
100
88
|
|
|
101
89
|
|
|
102
|
-
|
|
103
|
-
for (const key in localVarQueryParameter) {
|
|
104
|
-
query.set(key, localVarQueryParameter[key]);
|
|
105
|
-
}
|
|
106
|
-
for (const key in options.query) {
|
|
107
|
-
query.set(key, options.query[key]);
|
|
108
|
-
}
|
|
109
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
90
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
110
91
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
111
92
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
112
93
|
|
|
113
94
|
return {
|
|
114
|
-
url: localVarUrlObj
|
|
95
|
+
url: toPathString(localVarUrlObj),
|
|
115
96
|
options: localVarRequestOptions,
|
|
116
97
|
};
|
|
117
98
|
},
|
|
@@ -123,51 +104,37 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
123
104
|
* @param {string} runId
|
|
124
105
|
* @param {string} [path] The path to an file within a project folder
|
|
125
106
|
* @param {*} [options] Override http request option.
|
|
107
|
+
* @deprecated
|
|
126
108
|
* @throws {RequiredError}
|
|
127
109
|
*/
|
|
128
|
-
downloadRunArtifact: async (owner: string, name: string, runId: string, path?: string, options:
|
|
110
|
+
downloadRunArtifact: async (owner: string, name: string, runId: string, path?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
129
111
|
// verify required parameter 'owner' is not null or undefined
|
|
130
|
-
|
|
131
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling downloadRunArtifact.');
|
|
132
|
-
}
|
|
112
|
+
assertParamExists('downloadRunArtifact', 'owner', owner)
|
|
133
113
|
// verify required parameter 'name' is not null or undefined
|
|
134
|
-
|
|
135
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling downloadRunArtifact.');
|
|
136
|
-
}
|
|
114
|
+
assertParamExists('downloadRunArtifact', 'name', name)
|
|
137
115
|
// verify required parameter 'runId' is not null or undefined
|
|
138
|
-
|
|
139
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling downloadRunArtifact.');
|
|
140
|
-
}
|
|
116
|
+
assertParamExists('downloadRunArtifact', 'runId', runId)
|
|
141
117
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/artifacts/download`
|
|
142
118
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
143
119
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
144
120
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
145
121
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
122
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
123
|
let baseOptions;
|
|
148
124
|
if (configuration) {
|
|
149
125
|
baseOptions = configuration.baseOptions;
|
|
150
126
|
}
|
|
127
|
+
|
|
151
128
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
152
129
|
const localVarHeaderParameter = {} as any;
|
|
153
130
|
const localVarQueryParameter = {} as any;
|
|
154
131
|
|
|
155
|
-
// authentication APIKeyAuth required
|
|
156
|
-
if (configuration && configuration.apiKey) {
|
|
157
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
158
|
-
? await configuration.apiKey("x-pollination-token")
|
|
159
|
-
: await configuration.apiKey;
|
|
160
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
132
|
// authentication JWTAuth required
|
|
164
133
|
// http bearer authentication required
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
170
|
-
}
|
|
134
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
135
|
+
|
|
136
|
+
// authentication APIKeyAuth required
|
|
137
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
171
138
|
|
|
172
139
|
if (path !== undefined) {
|
|
173
140
|
localVarQueryParameter['path'] = path;
|
|
@@ -175,19 +142,12 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
175
142
|
|
|
176
143
|
|
|
177
144
|
|
|
178
|
-
|
|
179
|
-
for (const key in localVarQueryParameter) {
|
|
180
|
-
query.set(key, localVarQueryParameter[key]);
|
|
181
|
-
}
|
|
182
|
-
for (const key in options.query) {
|
|
183
|
-
query.set(key, options.query[key]);
|
|
184
|
-
}
|
|
185
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
145
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
186
146
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
187
147
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
188
148
|
|
|
189
149
|
return {
|
|
190
|
-
url: localVarUrlObj
|
|
150
|
+
url: toPathString(localVarUrlObj),
|
|
191
151
|
options: localVarRequestOptions,
|
|
192
152
|
};
|
|
193
153
|
},
|
|
@@ -200,65 +160,43 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
200
160
|
* @param {*} [options] Override http request option.
|
|
201
161
|
* @throws {RequiredError}
|
|
202
162
|
*/
|
|
203
|
-
getAllRunSteps: async (owner: string, name: string, runId: string, options:
|
|
163
|
+
getAllRunSteps: async (owner: string, name: string, runId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
204
164
|
// verify required parameter 'owner' is not null or undefined
|
|
205
|
-
|
|
206
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getAllRunSteps.');
|
|
207
|
-
}
|
|
165
|
+
assertParamExists('getAllRunSteps', 'owner', owner)
|
|
208
166
|
// verify required parameter 'name' is not null or undefined
|
|
209
|
-
|
|
210
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getAllRunSteps.');
|
|
211
|
-
}
|
|
167
|
+
assertParamExists('getAllRunSteps', 'name', name)
|
|
212
168
|
// verify required parameter 'runId' is not null or undefined
|
|
213
|
-
|
|
214
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling getAllRunSteps.');
|
|
215
|
-
}
|
|
169
|
+
assertParamExists('getAllRunSteps', 'runId', runId)
|
|
216
170
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/all-steps`
|
|
217
171
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
218
172
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
219
173
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
220
174
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
221
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
175
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
222
176
|
let baseOptions;
|
|
223
177
|
if (configuration) {
|
|
224
178
|
baseOptions = configuration.baseOptions;
|
|
225
179
|
}
|
|
180
|
+
|
|
226
181
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
227
182
|
const localVarHeaderParameter = {} as any;
|
|
228
183
|
const localVarQueryParameter = {} as any;
|
|
229
184
|
|
|
230
|
-
// authentication APIKeyAuth required
|
|
231
|
-
if (configuration && configuration.apiKey) {
|
|
232
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
233
|
-
? await configuration.apiKey("x-pollination-token")
|
|
234
|
-
: await configuration.apiKey;
|
|
235
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
185
|
// authentication JWTAuth required
|
|
239
186
|
// http bearer authentication required
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
245
|
-
}
|
|
187
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
188
|
+
|
|
189
|
+
// authentication APIKeyAuth required
|
|
190
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
246
191
|
|
|
247
192
|
|
|
248
193
|
|
|
249
|
-
|
|
250
|
-
for (const key in localVarQueryParameter) {
|
|
251
|
-
query.set(key, localVarQueryParameter[key]);
|
|
252
|
-
}
|
|
253
|
-
for (const key in options.query) {
|
|
254
|
-
query.set(key, options.query[key]);
|
|
255
|
-
}
|
|
256
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
194
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
257
195
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
258
196
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
259
197
|
|
|
260
198
|
return {
|
|
261
|
-
url: localVarUrlObj
|
|
199
|
+
url: toPathString(localVarUrlObj),
|
|
262
200
|
options: localVarRequestOptions,
|
|
263
201
|
};
|
|
264
202
|
},
|
|
@@ -271,65 +209,43 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
271
209
|
* @param {*} [options] Override http request option.
|
|
272
210
|
* @throws {RequiredError}
|
|
273
211
|
*/
|
|
274
|
-
getRun: async (owner: string, name: string, runId: string, options:
|
|
212
|
+
getRun: async (owner: string, name: string, runId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
275
213
|
// verify required parameter 'owner' is not null or undefined
|
|
276
|
-
|
|
277
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getRun.');
|
|
278
|
-
}
|
|
214
|
+
assertParamExists('getRun', 'owner', owner)
|
|
279
215
|
// verify required parameter 'name' is not null or undefined
|
|
280
|
-
|
|
281
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getRun.');
|
|
282
|
-
}
|
|
216
|
+
assertParamExists('getRun', 'name', name)
|
|
283
217
|
// verify required parameter 'runId' is not null or undefined
|
|
284
|
-
|
|
285
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling getRun.');
|
|
286
|
-
}
|
|
218
|
+
assertParamExists('getRun', 'runId', runId)
|
|
287
219
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}`
|
|
288
220
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
289
221
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
290
222
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
291
223
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
292
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
224
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
293
225
|
let baseOptions;
|
|
294
226
|
if (configuration) {
|
|
295
227
|
baseOptions = configuration.baseOptions;
|
|
296
228
|
}
|
|
229
|
+
|
|
297
230
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
298
231
|
const localVarHeaderParameter = {} as any;
|
|
299
232
|
const localVarQueryParameter = {} as any;
|
|
300
233
|
|
|
301
|
-
// authentication APIKeyAuth required
|
|
302
|
-
if (configuration && configuration.apiKey) {
|
|
303
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
304
|
-
? await configuration.apiKey("x-pollination-token")
|
|
305
|
-
: await configuration.apiKey;
|
|
306
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
234
|
// authentication JWTAuth required
|
|
310
235
|
// http bearer authentication required
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
316
|
-
}
|
|
236
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
237
|
+
|
|
238
|
+
// authentication APIKeyAuth required
|
|
239
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
317
240
|
|
|
318
241
|
|
|
319
242
|
|
|
320
|
-
|
|
321
|
-
for (const key in localVarQueryParameter) {
|
|
322
|
-
query.set(key, localVarQueryParameter[key]);
|
|
323
|
-
}
|
|
324
|
-
for (const key in options.query) {
|
|
325
|
-
query.set(key, options.query[key]);
|
|
326
|
-
}
|
|
327
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
243
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
328
244
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
329
245
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
330
246
|
|
|
331
247
|
return {
|
|
332
|
-
url: localVarUrlObj
|
|
248
|
+
url: toPathString(localVarUrlObj),
|
|
333
249
|
options: localVarRequestOptions,
|
|
334
250
|
};
|
|
335
251
|
},
|
|
@@ -343,70 +259,46 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
343
259
|
* @param {*} [options] Override http request option.
|
|
344
260
|
* @throws {RequiredError}
|
|
345
261
|
*/
|
|
346
|
-
getRunOutput: async (owner: string, name: string, runId: string, outputName: string, options:
|
|
262
|
+
getRunOutput: async (owner: string, name: string, runId: string, outputName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
347
263
|
// verify required parameter 'owner' is not null or undefined
|
|
348
|
-
|
|
349
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getRunOutput.');
|
|
350
|
-
}
|
|
264
|
+
assertParamExists('getRunOutput', 'owner', owner)
|
|
351
265
|
// verify required parameter 'name' is not null or undefined
|
|
352
|
-
|
|
353
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getRunOutput.');
|
|
354
|
-
}
|
|
266
|
+
assertParamExists('getRunOutput', 'name', name)
|
|
355
267
|
// verify required parameter 'runId' is not null or undefined
|
|
356
|
-
|
|
357
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling getRunOutput.');
|
|
358
|
-
}
|
|
268
|
+
assertParamExists('getRunOutput', 'runId', runId)
|
|
359
269
|
// verify required parameter 'outputName' is not null or undefined
|
|
360
|
-
|
|
361
|
-
throw new RequiredError('outputName','Required parameter outputName was null or undefined when calling getRunOutput.');
|
|
362
|
-
}
|
|
270
|
+
assertParamExists('getRunOutput', 'outputName', outputName)
|
|
363
271
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/outputs/{output_name}`
|
|
364
272
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
365
273
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
366
274
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)))
|
|
367
275
|
.replace(`{${"output_name"}}`, encodeURIComponent(String(outputName)));
|
|
368
276
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
369
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
277
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
370
278
|
let baseOptions;
|
|
371
279
|
if (configuration) {
|
|
372
280
|
baseOptions = configuration.baseOptions;
|
|
373
281
|
}
|
|
282
|
+
|
|
374
283
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
375
284
|
const localVarHeaderParameter = {} as any;
|
|
376
285
|
const localVarQueryParameter = {} as any;
|
|
377
286
|
|
|
378
|
-
// authentication APIKeyAuth required
|
|
379
|
-
if (configuration && configuration.apiKey) {
|
|
380
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
381
|
-
? await configuration.apiKey("x-pollination-token")
|
|
382
|
-
: await configuration.apiKey;
|
|
383
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
287
|
// authentication JWTAuth required
|
|
387
288
|
// http bearer authentication required
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
393
|
-
}
|
|
289
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
290
|
+
|
|
291
|
+
// authentication APIKeyAuth required
|
|
292
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
394
293
|
|
|
395
294
|
|
|
396
295
|
|
|
397
|
-
|
|
398
|
-
for (const key in localVarQueryParameter) {
|
|
399
|
-
query.set(key, localVarQueryParameter[key]);
|
|
400
|
-
}
|
|
401
|
-
for (const key in options.query) {
|
|
402
|
-
query.set(key, options.query[key]);
|
|
403
|
-
}
|
|
404
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
296
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
405
297
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
406
298
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
407
299
|
|
|
408
300
|
return {
|
|
409
|
-
url: localVarUrlObj
|
|
301
|
+
url: toPathString(localVarUrlObj),
|
|
410
302
|
options: localVarRequestOptions,
|
|
411
303
|
};
|
|
412
304
|
},
|
|
@@ -420,70 +312,46 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
420
312
|
* @param {*} [options] Override http request option.
|
|
421
313
|
* @throws {RequiredError}
|
|
422
314
|
*/
|
|
423
|
-
getRunStepLogs: async (owner: string, name: string, runId: string, stepId: string, options:
|
|
315
|
+
getRunStepLogs: async (owner: string, name: string, runId: string, stepId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
424
316
|
// verify required parameter 'owner' is not null or undefined
|
|
425
|
-
|
|
426
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getRunStepLogs.');
|
|
427
|
-
}
|
|
317
|
+
assertParamExists('getRunStepLogs', 'owner', owner)
|
|
428
318
|
// verify required parameter 'name' is not null or undefined
|
|
429
|
-
|
|
430
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getRunStepLogs.');
|
|
431
|
-
}
|
|
319
|
+
assertParamExists('getRunStepLogs', 'name', name)
|
|
432
320
|
// verify required parameter 'runId' is not null or undefined
|
|
433
|
-
|
|
434
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling getRunStepLogs.');
|
|
435
|
-
}
|
|
321
|
+
assertParamExists('getRunStepLogs', 'runId', runId)
|
|
436
322
|
// verify required parameter 'stepId' is not null or undefined
|
|
437
|
-
|
|
438
|
-
throw new RequiredError('stepId','Required parameter stepId was null or undefined when calling getRunStepLogs.');
|
|
439
|
-
}
|
|
323
|
+
assertParamExists('getRunStepLogs', 'stepId', stepId)
|
|
440
324
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/steps/{step_id}/logs`
|
|
441
325
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
442
326
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
443
327
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)))
|
|
444
328
|
.replace(`{${"step_id"}}`, encodeURIComponent(String(stepId)));
|
|
445
329
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
446
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
330
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
447
331
|
let baseOptions;
|
|
448
332
|
if (configuration) {
|
|
449
333
|
baseOptions = configuration.baseOptions;
|
|
450
334
|
}
|
|
335
|
+
|
|
451
336
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
452
337
|
const localVarHeaderParameter = {} as any;
|
|
453
338
|
const localVarQueryParameter = {} as any;
|
|
454
339
|
|
|
455
|
-
// authentication APIKeyAuth required
|
|
456
|
-
if (configuration && configuration.apiKey) {
|
|
457
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
458
|
-
? await configuration.apiKey("x-pollination-token")
|
|
459
|
-
: await configuration.apiKey;
|
|
460
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
340
|
// authentication JWTAuth required
|
|
464
341
|
// http bearer authentication required
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
470
|
-
}
|
|
342
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
343
|
+
|
|
344
|
+
// authentication APIKeyAuth required
|
|
345
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
471
346
|
|
|
472
347
|
|
|
473
348
|
|
|
474
|
-
|
|
475
|
-
for (const key in localVarQueryParameter) {
|
|
476
|
-
query.set(key, localVarQueryParameter[key]);
|
|
477
|
-
}
|
|
478
|
-
for (const key in options.query) {
|
|
479
|
-
query.set(key, options.query[key]);
|
|
480
|
-
}
|
|
481
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
349
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
482
350
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
483
351
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
484
352
|
|
|
485
353
|
return {
|
|
486
|
-
url: localVarUrlObj
|
|
354
|
+
url: toPathString(localVarUrlObj),
|
|
487
355
|
options: localVarRequestOptions,
|
|
488
356
|
};
|
|
489
357
|
},
|
|
@@ -500,51 +368,37 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
500
368
|
* @param {number} [page] Page number starting from 1
|
|
501
369
|
* @param {number} [perPage] Number of items per page
|
|
502
370
|
* @param {*} [options] Override http request option.
|
|
371
|
+
* @deprecated
|
|
503
372
|
* @throws {RequiredError}
|
|
504
373
|
*/
|
|
505
|
-
getRunSteps: async (owner: string, name: string, runId: string, status?: StepStatusEnum, stepId?: Array<string>, untilGeneration?: string, sinceGeneration?: string, page?: number, perPage?: number, options:
|
|
374
|
+
getRunSteps: async (owner: string, name: string, runId: string, status?: StepStatusEnum, stepId?: Array<string>, untilGeneration?: string, sinceGeneration?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
506
375
|
// verify required parameter 'owner' is not null or undefined
|
|
507
|
-
|
|
508
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getRunSteps.');
|
|
509
|
-
}
|
|
376
|
+
assertParamExists('getRunSteps', 'owner', owner)
|
|
510
377
|
// verify required parameter 'name' is not null or undefined
|
|
511
|
-
|
|
512
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getRunSteps.');
|
|
513
|
-
}
|
|
378
|
+
assertParamExists('getRunSteps', 'name', name)
|
|
514
379
|
// verify required parameter 'runId' is not null or undefined
|
|
515
|
-
|
|
516
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling getRunSteps.');
|
|
517
|
-
}
|
|
380
|
+
assertParamExists('getRunSteps', 'runId', runId)
|
|
518
381
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/steps`
|
|
519
382
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
520
383
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
521
384
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
522
385
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
523
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
386
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
524
387
|
let baseOptions;
|
|
525
388
|
if (configuration) {
|
|
526
389
|
baseOptions = configuration.baseOptions;
|
|
527
390
|
}
|
|
391
|
+
|
|
528
392
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
529
393
|
const localVarHeaderParameter = {} as any;
|
|
530
394
|
const localVarQueryParameter = {} as any;
|
|
531
395
|
|
|
532
|
-
// authentication APIKeyAuth required
|
|
533
|
-
if (configuration && configuration.apiKey) {
|
|
534
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
535
|
-
? await configuration.apiKey("x-pollination-token")
|
|
536
|
-
: await configuration.apiKey;
|
|
537
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
396
|
// authentication JWTAuth required
|
|
541
397
|
// http bearer authentication required
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
547
|
-
}
|
|
398
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
399
|
+
|
|
400
|
+
// authentication APIKeyAuth required
|
|
401
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
548
402
|
|
|
549
403
|
if (status !== undefined) {
|
|
550
404
|
localVarQueryParameter['status'] = status;
|
|
@@ -572,19 +426,12 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
572
426
|
|
|
573
427
|
|
|
574
428
|
|
|
575
|
-
|
|
576
|
-
for (const key in localVarQueryParameter) {
|
|
577
|
-
query.set(key, localVarQueryParameter[key]);
|
|
578
|
-
}
|
|
579
|
-
for (const key in options.query) {
|
|
580
|
-
query.set(key, options.query[key]);
|
|
581
|
-
}
|
|
582
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
429
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
583
430
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
584
431
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
585
432
|
|
|
586
433
|
return {
|
|
587
|
-
url: localVarUrlObj
|
|
434
|
+
url: toPathString(localVarUrlObj),
|
|
588
435
|
options: localVarRequestOptions,
|
|
589
436
|
};
|
|
590
437
|
},
|
|
@@ -598,51 +445,37 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
598
445
|
* @param {number} [page] Page number starting from 1
|
|
599
446
|
* @param {number} [perPage] Number of items per page
|
|
600
447
|
* @param {*} [options] Override http request option.
|
|
448
|
+
* @deprecated
|
|
601
449
|
* @throws {RequiredError}
|
|
602
450
|
*/
|
|
603
|
-
listRunArtifacts: async (owner: string, name: string, runId: string, path?: Array<string>, page?: number, perPage?: number, options:
|
|
451
|
+
listRunArtifacts: async (owner: string, name: string, runId: string, path?: Array<string>, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
604
452
|
// verify required parameter 'owner' is not null or undefined
|
|
605
|
-
|
|
606
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling listRunArtifacts.');
|
|
607
|
-
}
|
|
453
|
+
assertParamExists('listRunArtifacts', 'owner', owner)
|
|
608
454
|
// verify required parameter 'name' is not null or undefined
|
|
609
|
-
|
|
610
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling listRunArtifacts.');
|
|
611
|
-
}
|
|
455
|
+
assertParamExists('listRunArtifacts', 'name', name)
|
|
612
456
|
// verify required parameter 'runId' is not null or undefined
|
|
613
|
-
|
|
614
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling listRunArtifacts.');
|
|
615
|
-
}
|
|
457
|
+
assertParamExists('listRunArtifacts', 'runId', runId)
|
|
616
458
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/artifacts`
|
|
617
459
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
618
460
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
619
461
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
620
462
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
621
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
463
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
622
464
|
let baseOptions;
|
|
623
465
|
if (configuration) {
|
|
624
466
|
baseOptions = configuration.baseOptions;
|
|
625
467
|
}
|
|
468
|
+
|
|
626
469
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
627
470
|
const localVarHeaderParameter = {} as any;
|
|
628
471
|
const localVarQueryParameter = {} as any;
|
|
629
472
|
|
|
630
|
-
// authentication APIKeyAuth required
|
|
631
|
-
if (configuration && configuration.apiKey) {
|
|
632
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
633
|
-
? await configuration.apiKey("x-pollination-token")
|
|
634
|
-
: await configuration.apiKey;
|
|
635
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
473
|
// authentication JWTAuth required
|
|
639
474
|
// http bearer authentication required
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
645
|
-
}
|
|
475
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
476
|
+
|
|
477
|
+
// authentication APIKeyAuth required
|
|
478
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
646
479
|
|
|
647
480
|
if (path) {
|
|
648
481
|
localVarQueryParameter['path'] = path;
|
|
@@ -658,19 +491,12 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
658
491
|
|
|
659
492
|
|
|
660
493
|
|
|
661
|
-
|
|
662
|
-
for (const key in localVarQueryParameter) {
|
|
663
|
-
query.set(key, localVarQueryParameter[key]);
|
|
664
|
-
}
|
|
665
|
-
for (const key in options.query) {
|
|
666
|
-
query.set(key, options.query[key]);
|
|
667
|
-
}
|
|
668
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
494
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
669
495
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
670
496
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
671
497
|
|
|
672
498
|
return {
|
|
673
|
-
url: localVarUrlObj
|
|
499
|
+
url: toPathString(localVarUrlObj),
|
|
674
500
|
options: localVarRequestOptions,
|
|
675
501
|
};
|
|
676
502
|
},
|
|
@@ -686,44 +512,31 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
686
512
|
* @param {*} [options] Override http request option.
|
|
687
513
|
* @throws {RequiredError}
|
|
688
514
|
*/
|
|
689
|
-
listRuns: async (owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options:
|
|
515
|
+
listRuns: async (owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
690
516
|
// verify required parameter 'owner' is not null or undefined
|
|
691
|
-
|
|
692
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling listRuns.');
|
|
693
|
-
}
|
|
517
|
+
assertParamExists('listRuns', 'owner', owner)
|
|
694
518
|
// verify required parameter 'name' is not null or undefined
|
|
695
|
-
|
|
696
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling listRuns.');
|
|
697
|
-
}
|
|
519
|
+
assertParamExists('listRuns', 'name', name)
|
|
698
520
|
const localVarPath = `/projects/{owner}/{name}/runs`
|
|
699
521
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
700
522
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
701
523
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
702
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
524
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
703
525
|
let baseOptions;
|
|
704
526
|
if (configuration) {
|
|
705
527
|
baseOptions = configuration.baseOptions;
|
|
706
528
|
}
|
|
529
|
+
|
|
707
530
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
708
531
|
const localVarHeaderParameter = {} as any;
|
|
709
532
|
const localVarQueryParameter = {} as any;
|
|
710
533
|
|
|
711
|
-
// authentication APIKeyAuth required
|
|
712
|
-
if (configuration && configuration.apiKey) {
|
|
713
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
714
|
-
? await configuration.apiKey("x-pollination-token")
|
|
715
|
-
: await configuration.apiKey;
|
|
716
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
534
|
// authentication JWTAuth required
|
|
720
535
|
// http bearer authentication required
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
726
|
-
}
|
|
536
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
537
|
+
|
|
538
|
+
// authentication APIKeyAuth required
|
|
539
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
727
540
|
|
|
728
541
|
if (jobId) {
|
|
729
542
|
localVarQueryParameter['job_id'] = jobId;
|
|
@@ -743,19 +556,12 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
743
556
|
|
|
744
557
|
|
|
745
558
|
|
|
746
|
-
|
|
747
|
-
for (const key in localVarQueryParameter) {
|
|
748
|
-
query.set(key, localVarQueryParameter[key]);
|
|
749
|
-
}
|
|
750
|
-
for (const key in options.query) {
|
|
751
|
-
query.set(key, options.query[key]);
|
|
752
|
-
}
|
|
753
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
559
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
754
560
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
755
561
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
756
562
|
|
|
757
563
|
return {
|
|
758
|
-
url: localVarUrlObj
|
|
564
|
+
url: toPathString(localVarUrlObj),
|
|
759
565
|
options: localVarRequestOptions,
|
|
760
566
|
};
|
|
761
567
|
},
|
|
@@ -771,44 +577,31 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
771
577
|
* @param {*} [options] Override http request option.
|
|
772
578
|
* @throws {RequiredError}
|
|
773
579
|
*/
|
|
774
|
-
queryResults: async (owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options:
|
|
580
|
+
queryResults: async (owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
775
581
|
// verify required parameter 'owner' is not null or undefined
|
|
776
|
-
|
|
777
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling queryResults.');
|
|
778
|
-
}
|
|
582
|
+
assertParamExists('queryResults', 'owner', owner)
|
|
779
583
|
// verify required parameter 'name' is not null or undefined
|
|
780
|
-
|
|
781
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling queryResults.');
|
|
782
|
-
}
|
|
584
|
+
assertParamExists('queryResults', 'name', name)
|
|
783
585
|
const localVarPath = `/projects/{owner}/{name}/results`
|
|
784
586
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
785
587
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
786
588
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
787
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
589
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
788
590
|
let baseOptions;
|
|
789
591
|
if (configuration) {
|
|
790
592
|
baseOptions = configuration.baseOptions;
|
|
791
593
|
}
|
|
594
|
+
|
|
792
595
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
793
596
|
const localVarHeaderParameter = {} as any;
|
|
794
597
|
const localVarQueryParameter = {} as any;
|
|
795
598
|
|
|
796
|
-
// authentication APIKeyAuth required
|
|
797
|
-
if (configuration && configuration.apiKey) {
|
|
798
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
799
|
-
? await configuration.apiKey("x-pollination-token")
|
|
800
|
-
: await configuration.apiKey;
|
|
801
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
599
|
// authentication JWTAuth required
|
|
805
600
|
// http bearer authentication required
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
811
|
-
}
|
|
601
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
602
|
+
|
|
603
|
+
// authentication APIKeyAuth required
|
|
604
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
812
605
|
|
|
813
606
|
if (jobId) {
|
|
814
607
|
localVarQueryParameter['job_id'] = jobId;
|
|
@@ -828,19 +621,12 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
828
621
|
|
|
829
622
|
|
|
830
623
|
|
|
831
|
-
|
|
832
|
-
for (const key in localVarQueryParameter) {
|
|
833
|
-
query.set(key, localVarQueryParameter[key]);
|
|
834
|
-
}
|
|
835
|
-
for (const key in options.query) {
|
|
836
|
-
query.set(key, options.query[key]);
|
|
837
|
-
}
|
|
838
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
624
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
839
625
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
840
626
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
841
627
|
|
|
842
628
|
return {
|
|
843
|
-
url: localVarUrlObj
|
|
629
|
+
url: toPathString(localVarUrlObj),
|
|
844
630
|
options: localVarRequestOptions,
|
|
845
631
|
};
|
|
846
632
|
},
|
|
@@ -854,73 +640,48 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
854
640
|
* @param {*} [options] Override http request option.
|
|
855
641
|
* @throws {RequiredError}
|
|
856
642
|
*/
|
|
857
|
-
retryRun: async (owner: string, name: string, runId: string, retryConfig: RetryConfig, options:
|
|
643
|
+
retryRun: async (owner: string, name: string, runId: string, retryConfig: RetryConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
858
644
|
// verify required parameter 'owner' is not null or undefined
|
|
859
|
-
|
|
860
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling retryRun.');
|
|
861
|
-
}
|
|
645
|
+
assertParamExists('retryRun', 'owner', owner)
|
|
862
646
|
// verify required parameter 'name' is not null or undefined
|
|
863
|
-
|
|
864
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling retryRun.');
|
|
865
|
-
}
|
|
647
|
+
assertParamExists('retryRun', 'name', name)
|
|
866
648
|
// verify required parameter 'runId' is not null or undefined
|
|
867
|
-
|
|
868
|
-
throw new RequiredError('runId','Required parameter runId was null or undefined when calling retryRun.');
|
|
869
|
-
}
|
|
649
|
+
assertParamExists('retryRun', 'runId', runId)
|
|
870
650
|
// verify required parameter 'retryConfig' is not null or undefined
|
|
871
|
-
|
|
872
|
-
throw new RequiredError('retryConfig','Required parameter retryConfig was null or undefined when calling retryRun.');
|
|
873
|
-
}
|
|
651
|
+
assertParamExists('retryRun', 'retryConfig', retryConfig)
|
|
874
652
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/retry`
|
|
875
653
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
876
654
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
877
655
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
878
656
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
879
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
657
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
880
658
|
let baseOptions;
|
|
881
659
|
if (configuration) {
|
|
882
660
|
baseOptions = configuration.baseOptions;
|
|
883
661
|
}
|
|
662
|
+
|
|
884
663
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
885
664
|
const localVarHeaderParameter = {} as any;
|
|
886
665
|
const localVarQueryParameter = {} as any;
|
|
887
666
|
|
|
888
|
-
// authentication APIKeyAuth required
|
|
889
|
-
if (configuration && configuration.apiKey) {
|
|
890
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
891
|
-
? await configuration.apiKey("x-pollination-token")
|
|
892
|
-
: await configuration.apiKey;
|
|
893
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
667
|
// authentication JWTAuth required
|
|
897
668
|
// http bearer authentication required
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
903
|
-
}
|
|
669
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
670
|
+
|
|
671
|
+
// authentication APIKeyAuth required
|
|
672
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
904
673
|
|
|
905
674
|
|
|
906
675
|
|
|
907
676
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
908
677
|
|
|
909
|
-
|
|
910
|
-
for (const key in localVarQueryParameter) {
|
|
911
|
-
query.set(key, localVarQueryParameter[key]);
|
|
912
|
-
}
|
|
913
|
-
for (const key in options.query) {
|
|
914
|
-
query.set(key, options.query[key]);
|
|
915
|
-
}
|
|
916
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
678
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
917
679
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
918
680
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
919
|
-
|
|
920
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(retryConfig !== undefined ? retryConfig : {}) : (retryConfig || "");
|
|
681
|
+
localVarRequestOptions.data = serializeDataIfNeeded(retryConfig, localVarRequestOptions, configuration)
|
|
921
682
|
|
|
922
683
|
return {
|
|
923
|
-
url: localVarUrlObj
|
|
684
|
+
url: toPathString(localVarUrlObj),
|
|
924
685
|
options: localVarRequestOptions,
|
|
925
686
|
};
|
|
926
687
|
},
|
|
@@ -932,6 +693,7 @@ export const RunsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
932
693
|
* @export
|
|
933
694
|
*/
|
|
934
695
|
export const RunsApiFp = function(configuration?: Configuration) {
|
|
696
|
+
const localVarAxiosParamCreator = RunsApiAxiosParamCreator(configuration)
|
|
935
697
|
return {
|
|
936
698
|
/**
|
|
937
699
|
* Stop a run.
|
|
@@ -942,12 +704,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
942
704
|
* @param {*} [options] Override http request option.
|
|
943
705
|
* @throws {RequiredError}
|
|
944
706
|
*/
|
|
945
|
-
async cancelRun(owner: string, name: string, runId: string, options?:
|
|
946
|
-
const localVarAxiosArgs = await
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
};
|
|
707
|
+
async cancelRun(owner: string, name: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Run>> {
|
|
708
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelRun(owner, name, runId, options);
|
|
709
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
710
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.cancelRun']?.[localVarOperationServerIndex]?.url;
|
|
711
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
951
712
|
},
|
|
952
713
|
/**
|
|
953
714
|
* Get a download link for an artifact in a run folder
|
|
@@ -957,14 +718,14 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
957
718
|
* @param {string} runId
|
|
958
719
|
* @param {string} [path] The path to an file within a project folder
|
|
959
720
|
* @param {*} [options] Override http request option.
|
|
721
|
+
* @deprecated
|
|
960
722
|
* @throws {RequiredError}
|
|
961
723
|
*/
|
|
962
|
-
async downloadRunArtifact(owner: string, name: string, runId: string, path?: string, options?:
|
|
963
|
-
const localVarAxiosArgs = await
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
};
|
|
724
|
+
async downloadRunArtifact(owner: string, name: string, runId: string, path?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
725
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.downloadRunArtifact(owner, name, runId, path, options);
|
|
726
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
727
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.downloadRunArtifact']?.[localVarOperationServerIndex]?.url;
|
|
728
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
968
729
|
},
|
|
969
730
|
/**
|
|
970
731
|
* list all run steps
|
|
@@ -975,12 +736,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
975
736
|
* @param {*} [options] Override http request option.
|
|
976
737
|
* @throws {RequiredError}
|
|
977
738
|
*/
|
|
978
|
-
async getAllRunSteps(owner: string, name: string, runId: string, options?:
|
|
979
|
-
const localVarAxiosArgs = await
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
};
|
|
739
|
+
async getAllRunSteps(owner: string, name: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<StepStatus>>> {
|
|
740
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllRunSteps(owner, name, runId, options);
|
|
741
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
742
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.getAllRunSteps']?.[localVarOperationServerIndex]?.url;
|
|
743
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
984
744
|
},
|
|
985
745
|
/**
|
|
986
746
|
* Retrieve a run.
|
|
@@ -991,12 +751,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
991
751
|
* @param {*} [options] Override http request option.
|
|
992
752
|
* @throws {RequiredError}
|
|
993
753
|
*/
|
|
994
|
-
async getRun(owner: string, name: string, runId: string, options?:
|
|
995
|
-
const localVarAxiosArgs = await
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
};
|
|
754
|
+
async getRun(owner: string, name: string, runId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Run>> {
|
|
755
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRun(owner, name, runId, options);
|
|
756
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
757
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.getRun']?.[localVarOperationServerIndex]?.url;
|
|
758
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1000
759
|
},
|
|
1001
760
|
/**
|
|
1002
761
|
* get run output by name
|
|
@@ -1008,12 +767,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1008
767
|
* @param {*} [options] Override http request option.
|
|
1009
768
|
* @throws {RequiredError}
|
|
1010
769
|
*/
|
|
1011
|
-
async getRunOutput(owner: string, name: string, runId: string, outputName: string, options?:
|
|
1012
|
-
const localVarAxiosArgs = await
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
};
|
|
770
|
+
async getRunOutput(owner: string, name: string, runId: string, outputName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
|
771
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRunOutput(owner, name, runId, outputName, options);
|
|
772
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
773
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.getRunOutput']?.[localVarOperationServerIndex]?.url;
|
|
774
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1017
775
|
},
|
|
1018
776
|
/**
|
|
1019
777
|
* get run step logs
|
|
@@ -1025,12 +783,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1025
783
|
* @param {*} [options] Override http request option.
|
|
1026
784
|
* @throws {RequiredError}
|
|
1027
785
|
*/
|
|
1028
|
-
async getRunStepLogs(owner: string, name: string, runId: string, stepId: string, options?:
|
|
1029
|
-
const localVarAxiosArgs = await
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
};
|
|
786
|
+
async getRunStepLogs(owner: string, name: string, runId: string, stepId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
787
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRunStepLogs(owner, name, runId, stepId, options);
|
|
788
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
789
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.getRunStepLogs']?.[localVarOperationServerIndex]?.url;
|
|
790
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1034
791
|
},
|
|
1035
792
|
/**
|
|
1036
793
|
* list run steps
|
|
@@ -1045,14 +802,14 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1045
802
|
* @param {number} [page] Page number starting from 1
|
|
1046
803
|
* @param {number} [perPage] Number of items per page
|
|
1047
804
|
* @param {*} [options] Override http request option.
|
|
805
|
+
* @deprecated
|
|
1048
806
|
* @throws {RequiredError}
|
|
1049
807
|
*/
|
|
1050
|
-
async getRunSteps(owner: string, name: string, runId: string, status?: StepStatusEnum, stepId?: Array<string>, untilGeneration?: string, sinceGeneration?: string, page?: number, perPage?: number, options?:
|
|
1051
|
-
const localVarAxiosArgs = await
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
};
|
|
808
|
+
async getRunSteps(owner: string, name: string, runId: string, status?: StepStatusEnum, stepId?: Array<string>, untilGeneration?: string, sinceGeneration?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StepList>> {
|
|
809
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRunSteps(owner, name, runId, status, stepId, untilGeneration, sinceGeneration, page, perPage, options);
|
|
810
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
811
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.getRunSteps']?.[localVarOperationServerIndex]?.url;
|
|
812
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1056
813
|
},
|
|
1057
814
|
/**
|
|
1058
815
|
* Retrieve a list of artifacts in a run folder
|
|
@@ -1064,14 +821,14 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1064
821
|
* @param {number} [page] Page number starting from 1
|
|
1065
822
|
* @param {number} [perPage] Number of items per page
|
|
1066
823
|
* @param {*} [options] Override http request option.
|
|
824
|
+
* @deprecated
|
|
1067
825
|
* @throws {RequiredError}
|
|
1068
826
|
*/
|
|
1069
|
-
async listRunArtifacts(owner: string, name: string, runId: string, path?: Array<string>, page?: number, perPage?: number, options?:
|
|
1070
|
-
const localVarAxiosArgs = await
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
};
|
|
827
|
+
async listRunArtifacts(owner: string, name: string, runId: string, path?: Array<string>, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileMetaList>> {
|
|
828
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listRunArtifacts(owner, name, runId, path, page, perPage, options);
|
|
829
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
830
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.listRunArtifacts']?.[localVarOperationServerIndex]?.url;
|
|
831
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1075
832
|
},
|
|
1076
833
|
/**
|
|
1077
834
|
* Retrieve a list of runs.
|
|
@@ -1085,12 +842,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1085
842
|
* @param {*} [options] Override http request option.
|
|
1086
843
|
* @throws {RequiredError}
|
|
1087
844
|
*/
|
|
1088
|
-
async listRuns(owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options?:
|
|
1089
|
-
const localVarAxiosArgs = await
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
};
|
|
845
|
+
async listRuns(owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RunList>> {
|
|
846
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listRuns(owner, name, jobId, status, page, perPage, options);
|
|
847
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
848
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.listRuns']?.[localVarOperationServerIndex]?.url;
|
|
849
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1094
850
|
},
|
|
1095
851
|
/**
|
|
1096
852
|
* Retrieve a list of run results.
|
|
@@ -1104,12 +860,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1104
860
|
* @param {*} [options] Override http request option.
|
|
1105
861
|
* @throws {RequiredError}
|
|
1106
862
|
*/
|
|
1107
|
-
async queryResults(owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options?:
|
|
1108
|
-
const localVarAxiosArgs = await
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
};
|
|
863
|
+
async queryResults(owner: string, name: string, jobId?: Array<string>, status?: RunStatusEnum, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RunResultList>> {
|
|
864
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.queryResults(owner, name, jobId, status, page, perPage, options);
|
|
865
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
866
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.queryResults']?.[localVarOperationServerIndex]?.url;
|
|
867
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1113
868
|
},
|
|
1114
869
|
/**
|
|
1115
870
|
* Retry a run.
|
|
@@ -1121,12 +876,11 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1121
876
|
* @param {*} [options] Override http request option.
|
|
1122
877
|
* @throws {RequiredError}
|
|
1123
878
|
*/
|
|
1124
|
-
async retryRun(owner: string, name: string, runId: string, retryConfig: RetryConfig, options?:
|
|
1125
|
-
const localVarAxiosArgs = await
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
};
|
|
879
|
+
async retryRun(owner: string, name: string, runId: string, retryConfig: RetryConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Run>> {
|
|
880
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.retryRun(owner, name, runId, retryConfig, options);
|
|
881
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
882
|
+
const localVarOperationServerBasePath = operationServerMap['RunsApi.retryRun']?.[localVarOperationServerIndex]?.url;
|
|
883
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1130
884
|
},
|
|
1131
885
|
}
|
|
1132
886
|
};
|
|
@@ -1136,157 +890,120 @@ export const RunsApiFp = function(configuration?: Configuration) {
|
|
|
1136
890
|
* @export
|
|
1137
891
|
*/
|
|
1138
892
|
export const RunsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
893
|
+
const localVarFp = RunsApiFp(configuration)
|
|
1139
894
|
return {
|
|
1140
895
|
/**
|
|
1141
896
|
* Stop a run.
|
|
1142
897
|
* @summary Cancel a run
|
|
1143
|
-
* @param {
|
|
1144
|
-
* @param {string} name
|
|
1145
|
-
* @param {string} runId
|
|
898
|
+
* @param {RunsApiCancelRunRequest} requestParameters Request parameters.
|
|
1146
899
|
* @param {*} [options] Override http request option.
|
|
1147
900
|
* @throws {RequiredError}
|
|
1148
901
|
*/
|
|
1149
|
-
cancelRun(
|
|
1150
|
-
return
|
|
902
|
+
cancelRun(requestParameters: RunsApiCancelRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<Run> {
|
|
903
|
+
return localVarFp.cancelRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1151
904
|
},
|
|
1152
905
|
/**
|
|
1153
906
|
* Get a download link for an artifact in a run folder
|
|
1154
907
|
* @summary Download an artifact from the run folder
|
|
1155
|
-
* @param {
|
|
1156
|
-
* @param {string} name
|
|
1157
|
-
* @param {string} runId
|
|
1158
|
-
* @param {string} [path] The path to an file within a project folder
|
|
908
|
+
* @param {RunsApiDownloadRunArtifactRequest} requestParameters Request parameters.
|
|
1159
909
|
* @param {*} [options] Override http request option.
|
|
910
|
+
* @deprecated
|
|
1160
911
|
* @throws {RequiredError}
|
|
1161
912
|
*/
|
|
1162
|
-
downloadRunArtifact(
|
|
1163
|
-
return
|
|
913
|
+
downloadRunArtifact(requestParameters: RunsApiDownloadRunArtifactRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
914
|
+
return localVarFp.downloadRunArtifact(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, options).then((request) => request(axios, basePath));
|
|
1164
915
|
},
|
|
1165
916
|
/**
|
|
1166
917
|
* list all run steps
|
|
1167
918
|
* @summary Query the steps of a run
|
|
1168
|
-
* @param {
|
|
1169
|
-
* @param {string} name
|
|
1170
|
-
* @param {string} runId
|
|
919
|
+
* @param {RunsApiGetAllRunStepsRequest} requestParameters Request parameters.
|
|
1171
920
|
* @param {*} [options] Override http request option.
|
|
1172
921
|
* @throws {RequiredError}
|
|
1173
922
|
*/
|
|
1174
|
-
getAllRunSteps(
|
|
1175
|
-
return
|
|
923
|
+
getAllRunSteps(requestParameters: RunsApiGetAllRunStepsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<StepStatus>> {
|
|
924
|
+
return localVarFp.getAllRunSteps(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1176
925
|
},
|
|
1177
926
|
/**
|
|
1178
927
|
* Retrieve a run.
|
|
1179
928
|
* @summary Get a Run
|
|
1180
|
-
* @param {
|
|
1181
|
-
* @param {string} name
|
|
1182
|
-
* @param {string} runId
|
|
929
|
+
* @param {RunsApiGetRunRequest} requestParameters Request parameters.
|
|
1183
930
|
* @param {*} [options] Override http request option.
|
|
1184
931
|
* @throws {RequiredError}
|
|
1185
932
|
*/
|
|
1186
|
-
getRun(
|
|
1187
|
-
return
|
|
933
|
+
getRun(requestParameters: RunsApiGetRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<Run> {
|
|
934
|
+
return localVarFp.getRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1188
935
|
},
|
|
1189
936
|
/**
|
|
1190
937
|
* get run output by name
|
|
1191
938
|
* @summary Get run output by name
|
|
1192
|
-
* @param {
|
|
1193
|
-
* @param {string} name
|
|
1194
|
-
* @param {string} runId
|
|
1195
|
-
* @param {string} outputName
|
|
939
|
+
* @param {RunsApiGetRunOutputRequest} requestParameters Request parameters.
|
|
1196
940
|
* @param {*} [options] Override http request option.
|
|
1197
941
|
* @throws {RequiredError}
|
|
1198
942
|
*/
|
|
1199
|
-
getRunOutput(
|
|
1200
|
-
return
|
|
943
|
+
getRunOutput(requestParameters: RunsApiGetRunOutputRequest, options?: RawAxiosRequestConfig): AxiosPromise<any> {
|
|
944
|
+
return localVarFp.getRunOutput(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.outputName, options).then((request) => request(axios, basePath));
|
|
1201
945
|
},
|
|
1202
946
|
/**
|
|
1203
947
|
* get run step logs
|
|
1204
948
|
* @summary Get the logs of a specific step of the run
|
|
1205
|
-
* @param {
|
|
1206
|
-
* @param {string} name
|
|
1207
|
-
* @param {string} runId
|
|
1208
|
-
* @param {string} stepId
|
|
949
|
+
* @param {RunsApiGetRunStepLogsRequest} requestParameters Request parameters.
|
|
1209
950
|
* @param {*} [options] Override http request option.
|
|
1210
951
|
* @throws {RequiredError}
|
|
1211
952
|
*/
|
|
1212
|
-
getRunStepLogs(
|
|
1213
|
-
return
|
|
953
|
+
getRunStepLogs(requestParameters: RunsApiGetRunStepLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
954
|
+
return localVarFp.getRunStepLogs(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.stepId, options).then((request) => request(axios, basePath));
|
|
1214
955
|
},
|
|
1215
956
|
/**
|
|
1216
957
|
* list run steps
|
|
1217
958
|
* @summary Query the steps of a run
|
|
1218
|
-
* @param {
|
|
1219
|
-
* @param {string} name
|
|
1220
|
-
* @param {string} runId
|
|
1221
|
-
* @param {StepStatusEnum} [status]
|
|
1222
|
-
* @param {Array<string>} [stepId]
|
|
1223
|
-
* @param {string} [untilGeneration]
|
|
1224
|
-
* @param {string} [sinceGeneration]
|
|
1225
|
-
* @param {number} [page] Page number starting from 1
|
|
1226
|
-
* @param {number} [perPage] Number of items per page
|
|
959
|
+
* @param {RunsApiGetRunStepsRequest} requestParameters Request parameters.
|
|
1227
960
|
* @param {*} [options] Override http request option.
|
|
961
|
+
* @deprecated
|
|
1228
962
|
* @throws {RequiredError}
|
|
1229
963
|
*/
|
|
1230
|
-
getRunSteps(
|
|
1231
|
-
return
|
|
964
|
+
getRunSteps(requestParameters: RunsApiGetRunStepsRequest, options?: RawAxiosRequestConfig): AxiosPromise<StepList> {
|
|
965
|
+
return localVarFp.getRunSteps(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.status, requestParameters.stepId, requestParameters.untilGeneration, requestParameters.sinceGeneration, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1232
966
|
},
|
|
1233
967
|
/**
|
|
1234
968
|
* Retrieve a list of artifacts in a run folder
|
|
1235
969
|
* @summary List artifacts in a run folder
|
|
1236
|
-
* @param {
|
|
1237
|
-
* @param {string} name
|
|
1238
|
-
* @param {string} runId
|
|
1239
|
-
* @param {Array<string>} [path] The path to an file within a project folder
|
|
1240
|
-
* @param {number} [page] Page number starting from 1
|
|
1241
|
-
* @param {number} [perPage] Number of items per page
|
|
970
|
+
* @param {RunsApiListRunArtifactsRequest} requestParameters Request parameters.
|
|
1242
971
|
* @param {*} [options] Override http request option.
|
|
972
|
+
* @deprecated
|
|
1243
973
|
* @throws {RequiredError}
|
|
1244
974
|
*/
|
|
1245
|
-
listRunArtifacts(
|
|
1246
|
-
return
|
|
975
|
+
listRunArtifacts(requestParameters: RunsApiListRunArtifactsRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileMetaList> {
|
|
976
|
+
return localVarFp.listRunArtifacts(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1247
977
|
},
|
|
1248
978
|
/**
|
|
1249
979
|
* Retrieve a list of runs.
|
|
1250
980
|
* @summary List runs
|
|
1251
|
-
* @param {
|
|
1252
|
-
* @param {string} name
|
|
1253
|
-
* @param {Array<string>} [jobId]
|
|
1254
|
-
* @param {RunStatusEnum} [status]
|
|
1255
|
-
* @param {number} [page] Page number starting from 1
|
|
1256
|
-
* @param {number} [perPage] Number of items per page
|
|
981
|
+
* @param {RunsApiListRunsRequest} requestParameters Request parameters.
|
|
1257
982
|
* @param {*} [options] Override http request option.
|
|
1258
983
|
* @throws {RequiredError}
|
|
1259
984
|
*/
|
|
1260
|
-
listRuns(
|
|
1261
|
-
return
|
|
985
|
+
listRuns(requestParameters: RunsApiListRunsRequest, options?: RawAxiosRequestConfig): AxiosPromise<RunList> {
|
|
986
|
+
return localVarFp.listRuns(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1262
987
|
},
|
|
1263
988
|
/**
|
|
1264
989
|
* Retrieve a list of run results.
|
|
1265
990
|
* @summary Query run results
|
|
1266
|
-
* @param {
|
|
1267
|
-
* @param {string} name
|
|
1268
|
-
* @param {Array<string>} [jobId]
|
|
1269
|
-
* @param {RunStatusEnum} [status]
|
|
1270
|
-
* @param {number} [page] Page number starting from 1
|
|
1271
|
-
* @param {number} [perPage] Number of items per page
|
|
991
|
+
* @param {RunsApiQueryResultsRequest} requestParameters Request parameters.
|
|
1272
992
|
* @param {*} [options] Override http request option.
|
|
1273
993
|
* @throws {RequiredError}
|
|
1274
994
|
*/
|
|
1275
|
-
queryResults(
|
|
1276
|
-
return
|
|
995
|
+
queryResults(requestParameters: RunsApiQueryResultsRequest, options?: RawAxiosRequestConfig): AxiosPromise<RunResultList> {
|
|
996
|
+
return localVarFp.queryResults(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1277
997
|
},
|
|
1278
998
|
/**
|
|
1279
999
|
* Retry a run.
|
|
1280
1000
|
* @summary Retry a run
|
|
1281
|
-
* @param {
|
|
1282
|
-
* @param {string} name
|
|
1283
|
-
* @param {string} runId
|
|
1284
|
-
* @param {RetryConfig} retryConfig
|
|
1001
|
+
* @param {RunsApiRetryRunRequest} requestParameters Request parameters.
|
|
1285
1002
|
* @param {*} [options] Override http request option.
|
|
1286
1003
|
* @throws {RequiredError}
|
|
1287
1004
|
*/
|
|
1288
|
-
retryRun(
|
|
1289
|
-
return
|
|
1005
|
+
retryRun(requestParameters: RunsApiRetryRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<Run> {
|
|
1006
|
+
return localVarFp.retryRun(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.retryConfig, options).then((request) => request(axios, basePath));
|
|
1290
1007
|
},
|
|
1291
1008
|
};
|
|
1292
1009
|
};
|
|
@@ -1747,7 +1464,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1747
1464
|
* @throws {RequiredError}
|
|
1748
1465
|
* @memberof RunsApi
|
|
1749
1466
|
*/
|
|
1750
|
-
public cancelRun(requestParameters: RunsApiCancelRunRequest, options?:
|
|
1467
|
+
public cancelRun(requestParameters: RunsApiCancelRunRequest, options?: RawAxiosRequestConfig) {
|
|
1751
1468
|
return RunsApiFp(this.configuration).cancelRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
1752
1469
|
}
|
|
1753
1470
|
|
|
@@ -1756,10 +1473,11 @@ export class RunsApi extends BaseAPI {
|
|
|
1756
1473
|
* @summary Download an artifact from the run folder
|
|
1757
1474
|
* @param {RunsApiDownloadRunArtifactRequest} requestParameters Request parameters.
|
|
1758
1475
|
* @param {*} [options] Override http request option.
|
|
1476
|
+
* @deprecated
|
|
1759
1477
|
* @throws {RequiredError}
|
|
1760
1478
|
* @memberof RunsApi
|
|
1761
1479
|
*/
|
|
1762
|
-
public downloadRunArtifact(requestParameters: RunsApiDownloadRunArtifactRequest, options?:
|
|
1480
|
+
public downloadRunArtifact(requestParameters: RunsApiDownloadRunArtifactRequest, options?: RawAxiosRequestConfig) {
|
|
1763
1481
|
return RunsApiFp(this.configuration).downloadRunArtifact(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, options).then((request) => request(this.axios, this.basePath));
|
|
1764
1482
|
}
|
|
1765
1483
|
|
|
@@ -1771,7 +1489,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1771
1489
|
* @throws {RequiredError}
|
|
1772
1490
|
* @memberof RunsApi
|
|
1773
1491
|
*/
|
|
1774
|
-
public getAllRunSteps(requestParameters: RunsApiGetAllRunStepsRequest, options?:
|
|
1492
|
+
public getAllRunSteps(requestParameters: RunsApiGetAllRunStepsRequest, options?: RawAxiosRequestConfig) {
|
|
1775
1493
|
return RunsApiFp(this.configuration).getAllRunSteps(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
1776
1494
|
}
|
|
1777
1495
|
|
|
@@ -1783,7 +1501,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1783
1501
|
* @throws {RequiredError}
|
|
1784
1502
|
* @memberof RunsApi
|
|
1785
1503
|
*/
|
|
1786
|
-
public getRun(requestParameters: RunsApiGetRunRequest, options?:
|
|
1504
|
+
public getRun(requestParameters: RunsApiGetRunRequest, options?: RawAxiosRequestConfig) {
|
|
1787
1505
|
return RunsApiFp(this.configuration).getRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(this.axios, this.basePath));
|
|
1788
1506
|
}
|
|
1789
1507
|
|
|
@@ -1795,7 +1513,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1795
1513
|
* @throws {RequiredError}
|
|
1796
1514
|
* @memberof RunsApi
|
|
1797
1515
|
*/
|
|
1798
|
-
public getRunOutput(requestParameters: RunsApiGetRunOutputRequest, options?:
|
|
1516
|
+
public getRunOutput(requestParameters: RunsApiGetRunOutputRequest, options?: RawAxiosRequestConfig) {
|
|
1799
1517
|
return RunsApiFp(this.configuration).getRunOutput(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.outputName, options).then((request) => request(this.axios, this.basePath));
|
|
1800
1518
|
}
|
|
1801
1519
|
|
|
@@ -1807,7 +1525,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1807
1525
|
* @throws {RequiredError}
|
|
1808
1526
|
* @memberof RunsApi
|
|
1809
1527
|
*/
|
|
1810
|
-
public getRunStepLogs(requestParameters: RunsApiGetRunStepLogsRequest, options?:
|
|
1528
|
+
public getRunStepLogs(requestParameters: RunsApiGetRunStepLogsRequest, options?: RawAxiosRequestConfig) {
|
|
1811
1529
|
return RunsApiFp(this.configuration).getRunStepLogs(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.stepId, options).then((request) => request(this.axios, this.basePath));
|
|
1812
1530
|
}
|
|
1813
1531
|
|
|
@@ -1816,10 +1534,11 @@ export class RunsApi extends BaseAPI {
|
|
|
1816
1534
|
* @summary Query the steps of a run
|
|
1817
1535
|
* @param {RunsApiGetRunStepsRequest} requestParameters Request parameters.
|
|
1818
1536
|
* @param {*} [options] Override http request option.
|
|
1537
|
+
* @deprecated
|
|
1819
1538
|
* @throws {RequiredError}
|
|
1820
1539
|
* @memberof RunsApi
|
|
1821
1540
|
*/
|
|
1822
|
-
public getRunSteps(requestParameters: RunsApiGetRunStepsRequest, options?:
|
|
1541
|
+
public getRunSteps(requestParameters: RunsApiGetRunStepsRequest, options?: RawAxiosRequestConfig) {
|
|
1823
1542
|
return RunsApiFp(this.configuration).getRunSteps(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.status, requestParameters.stepId, requestParameters.untilGeneration, requestParameters.sinceGeneration, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1824
1543
|
}
|
|
1825
1544
|
|
|
@@ -1828,10 +1547,11 @@ export class RunsApi extends BaseAPI {
|
|
|
1828
1547
|
* @summary List artifacts in a run folder
|
|
1829
1548
|
* @param {RunsApiListRunArtifactsRequest} requestParameters Request parameters.
|
|
1830
1549
|
* @param {*} [options] Override http request option.
|
|
1550
|
+
* @deprecated
|
|
1831
1551
|
* @throws {RequiredError}
|
|
1832
1552
|
* @memberof RunsApi
|
|
1833
1553
|
*/
|
|
1834
|
-
public listRunArtifacts(requestParameters: RunsApiListRunArtifactsRequest, options?:
|
|
1554
|
+
public listRunArtifacts(requestParameters: RunsApiListRunArtifactsRequest, options?: RawAxiosRequestConfig) {
|
|
1835
1555
|
return RunsApiFp(this.configuration).listRunArtifacts(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1836
1556
|
}
|
|
1837
1557
|
|
|
@@ -1843,7 +1563,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1843
1563
|
* @throws {RequiredError}
|
|
1844
1564
|
* @memberof RunsApi
|
|
1845
1565
|
*/
|
|
1846
|
-
public listRuns(requestParameters: RunsApiListRunsRequest, options?:
|
|
1566
|
+
public listRuns(requestParameters: RunsApiListRunsRequest, options?: RawAxiosRequestConfig) {
|
|
1847
1567
|
return RunsApiFp(this.configuration).listRuns(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1848
1568
|
}
|
|
1849
1569
|
|
|
@@ -1855,7 +1575,7 @@ export class RunsApi extends BaseAPI {
|
|
|
1855
1575
|
* @throws {RequiredError}
|
|
1856
1576
|
* @memberof RunsApi
|
|
1857
1577
|
*/
|
|
1858
|
-
public queryResults(requestParameters: RunsApiQueryResultsRequest, options?:
|
|
1578
|
+
public queryResults(requestParameters: RunsApiQueryResultsRequest, options?: RawAxiosRequestConfig) {
|
|
1859
1579
|
return RunsApiFp(this.configuration).queryResults(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1860
1580
|
}
|
|
1861
1581
|
|
|
@@ -1867,7 +1587,8 @@ export class RunsApi extends BaseAPI {
|
|
|
1867
1587
|
* @throws {RequiredError}
|
|
1868
1588
|
* @memberof RunsApi
|
|
1869
1589
|
*/
|
|
1870
|
-
public retryRun(requestParameters: RunsApiRetryRunRequest, options?:
|
|
1590
|
+
public retryRun(requestParameters: RunsApiRetryRunRequest, options?: RawAxiosRequestConfig) {
|
|
1871
1591
|
return RunsApiFp(this.configuration).retryRun(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.retryConfig, options).then((request) => request(this.axios, this.basePath));
|
|
1872
1592
|
}
|
|
1873
1593
|
}
|
|
1594
|
+
|