@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/dist/api/runs-api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* pollination-server
|
|
6
6
|
* Pollination Server OpenAPI Definition
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.5.0
|
|
9
9
|
* Contact: info@pollination.cloud
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,6 +26,8 @@ exports.RunsApi = exports.RunsApiFactory = exports.RunsApiFp = exports.RunsApiAx
|
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
const common_1 = require("../common");
|
|
30
|
+
// @ts-ignore
|
|
29
31
|
const base_1 = require("../base");
|
|
30
32
|
/**
|
|
31
33
|
* RunsApi - axios parameter creator
|
|
@@ -42,25 +44,19 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
42
44
|
* @param {*} [options] Override http request option.
|
|
43
45
|
* @throws {RequiredError}
|
|
44
46
|
*/
|
|
45
|
-
cancelRun: (
|
|
47
|
+
cancelRun: (owner_1, name_1, runId_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, ...args_1], void 0, function* (owner, name, runId, options = {}) {
|
|
46
48
|
// verify required parameter 'owner' is not null or undefined
|
|
47
|
-
|
|
48
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling cancelRun.');
|
|
49
|
-
}
|
|
49
|
+
(0, common_1.assertParamExists)('cancelRun', 'owner', owner);
|
|
50
50
|
// verify required parameter 'name' is not null or undefined
|
|
51
|
-
|
|
52
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling cancelRun.');
|
|
53
|
-
}
|
|
51
|
+
(0, common_1.assertParamExists)('cancelRun', 'name', name);
|
|
54
52
|
// verify required parameter 'runId' is not null or undefined
|
|
55
|
-
|
|
56
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling cancelRun.');
|
|
57
|
-
}
|
|
53
|
+
(0, common_1.assertParamExists)('cancelRun', 'runId', runId);
|
|
58
54
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/cancel`
|
|
59
55
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
60
56
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
61
57
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
62
58
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
63
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
59
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
64
60
|
let baseOptions;
|
|
65
61
|
if (configuration) {
|
|
66
62
|
baseOptions = configuration.baseOptions;
|
|
@@ -68,33 +64,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
68
64
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
69
65
|
const localVarHeaderParameter = {};
|
|
70
66
|
const localVarQueryParameter = {};
|
|
71
|
-
// authentication APIKeyAuth required
|
|
72
|
-
if (configuration && configuration.apiKey) {
|
|
73
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
74
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
75
|
-
: yield configuration.apiKey;
|
|
76
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
77
|
-
}
|
|
78
67
|
// authentication JWTAuth required
|
|
79
68
|
// http bearer authentication required
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
85
|
-
}
|
|
86
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
87
|
-
for (const key in localVarQueryParameter) {
|
|
88
|
-
query.set(key, localVarQueryParameter[key]);
|
|
89
|
-
}
|
|
90
|
-
for (const key in options.query) {
|
|
91
|
-
query.set(key, options.query[key]);
|
|
92
|
-
}
|
|
93
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
69
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
70
|
+
// authentication APIKeyAuth required
|
|
71
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
72
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
94
73
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
95
74
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
96
75
|
return {
|
|
97
|
-
url:
|
|
76
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
98
77
|
options: localVarRequestOptions,
|
|
99
78
|
};
|
|
100
79
|
}),
|
|
@@ -106,27 +85,22 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
106
85
|
* @param {string} runId
|
|
107
86
|
* @param {string} [path] The path to an file within a project folder
|
|
108
87
|
* @param {*} [options] Override http request option.
|
|
88
|
+
* @deprecated
|
|
109
89
|
* @throws {RequiredError}
|
|
110
90
|
*/
|
|
111
|
-
downloadRunArtifact: (
|
|
91
|
+
downloadRunArtifact: (owner_1, name_1, runId_1, path_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, path_1, ...args_1], void 0, function* (owner, name, runId, path, options = {}) {
|
|
112
92
|
// verify required parameter 'owner' is not null or undefined
|
|
113
|
-
|
|
114
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling downloadRunArtifact.');
|
|
115
|
-
}
|
|
93
|
+
(0, common_1.assertParamExists)('downloadRunArtifact', 'owner', owner);
|
|
116
94
|
// verify required parameter 'name' is not null or undefined
|
|
117
|
-
|
|
118
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling downloadRunArtifact.');
|
|
119
|
-
}
|
|
95
|
+
(0, common_1.assertParamExists)('downloadRunArtifact', 'name', name);
|
|
120
96
|
// verify required parameter 'runId' is not null or undefined
|
|
121
|
-
|
|
122
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling downloadRunArtifact.');
|
|
123
|
-
}
|
|
97
|
+
(0, common_1.assertParamExists)('downloadRunArtifact', 'runId', runId);
|
|
124
98
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/artifacts/download`
|
|
125
99
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
126
100
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
127
101
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
128
102
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
129
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
103
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
130
104
|
let baseOptions;
|
|
131
105
|
if (configuration) {
|
|
132
106
|
baseOptions = configuration.baseOptions;
|
|
@@ -134,36 +108,19 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
134
108
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
135
109
|
const localVarHeaderParameter = {};
|
|
136
110
|
const localVarQueryParameter = {};
|
|
137
|
-
// authentication APIKeyAuth required
|
|
138
|
-
if (configuration && configuration.apiKey) {
|
|
139
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
140
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
141
|
-
: yield configuration.apiKey;
|
|
142
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
143
|
-
}
|
|
144
111
|
// authentication JWTAuth required
|
|
145
112
|
// http bearer authentication required
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
: yield configuration.accessToken;
|
|
150
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
151
|
-
}
|
|
113
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
114
|
+
// authentication APIKeyAuth required
|
|
115
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
152
116
|
if (path !== undefined) {
|
|
153
117
|
localVarQueryParameter['path'] = path;
|
|
154
118
|
}
|
|
155
|
-
|
|
156
|
-
for (const key in localVarQueryParameter) {
|
|
157
|
-
query.set(key, localVarQueryParameter[key]);
|
|
158
|
-
}
|
|
159
|
-
for (const key in options.query) {
|
|
160
|
-
query.set(key, options.query[key]);
|
|
161
|
-
}
|
|
162
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
119
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
163
120
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
164
121
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
165
122
|
return {
|
|
166
|
-
url:
|
|
123
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
167
124
|
options: localVarRequestOptions,
|
|
168
125
|
};
|
|
169
126
|
}),
|
|
@@ -176,25 +133,19 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
176
133
|
* @param {*} [options] Override http request option.
|
|
177
134
|
* @throws {RequiredError}
|
|
178
135
|
*/
|
|
179
|
-
getAllRunSteps: (
|
|
136
|
+
getAllRunSteps: (owner_1, name_1, runId_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, ...args_1], void 0, function* (owner, name, runId, options = {}) {
|
|
180
137
|
// verify required parameter 'owner' is not null or undefined
|
|
181
|
-
|
|
182
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getAllRunSteps.');
|
|
183
|
-
}
|
|
138
|
+
(0, common_1.assertParamExists)('getAllRunSteps', 'owner', owner);
|
|
184
139
|
// verify required parameter 'name' is not null or undefined
|
|
185
|
-
|
|
186
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getAllRunSteps.');
|
|
187
|
-
}
|
|
140
|
+
(0, common_1.assertParamExists)('getAllRunSteps', 'name', name);
|
|
188
141
|
// verify required parameter 'runId' is not null or undefined
|
|
189
|
-
|
|
190
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling getAllRunSteps.');
|
|
191
|
-
}
|
|
142
|
+
(0, common_1.assertParamExists)('getAllRunSteps', 'runId', runId);
|
|
192
143
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/all-steps`
|
|
193
144
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
194
145
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
195
146
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
196
147
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
197
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
148
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
198
149
|
let baseOptions;
|
|
199
150
|
if (configuration) {
|
|
200
151
|
baseOptions = configuration.baseOptions;
|
|
@@ -202,33 +153,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
202
153
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
203
154
|
const localVarHeaderParameter = {};
|
|
204
155
|
const localVarQueryParameter = {};
|
|
205
|
-
// authentication APIKeyAuth required
|
|
206
|
-
if (configuration && configuration.apiKey) {
|
|
207
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
208
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
209
|
-
: yield configuration.apiKey;
|
|
210
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
211
|
-
}
|
|
212
156
|
// authentication JWTAuth required
|
|
213
157
|
// http bearer authentication required
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
219
|
-
}
|
|
220
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
221
|
-
for (const key in localVarQueryParameter) {
|
|
222
|
-
query.set(key, localVarQueryParameter[key]);
|
|
223
|
-
}
|
|
224
|
-
for (const key in options.query) {
|
|
225
|
-
query.set(key, options.query[key]);
|
|
226
|
-
}
|
|
227
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
158
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
159
|
+
// authentication APIKeyAuth required
|
|
160
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
161
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
228
162
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
229
163
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
230
164
|
return {
|
|
231
|
-
url:
|
|
165
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
232
166
|
options: localVarRequestOptions,
|
|
233
167
|
};
|
|
234
168
|
}),
|
|
@@ -241,25 +175,19 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
241
175
|
* @param {*} [options] Override http request option.
|
|
242
176
|
* @throws {RequiredError}
|
|
243
177
|
*/
|
|
244
|
-
getRun: (
|
|
178
|
+
getRun: (owner_1, name_1, runId_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, ...args_1], void 0, function* (owner, name, runId, options = {}) {
|
|
245
179
|
// verify required parameter 'owner' is not null or undefined
|
|
246
|
-
|
|
247
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getRun.');
|
|
248
|
-
}
|
|
180
|
+
(0, common_1.assertParamExists)('getRun', 'owner', owner);
|
|
249
181
|
// verify required parameter 'name' is not null or undefined
|
|
250
|
-
|
|
251
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getRun.');
|
|
252
|
-
}
|
|
182
|
+
(0, common_1.assertParamExists)('getRun', 'name', name);
|
|
253
183
|
// verify required parameter 'runId' is not null or undefined
|
|
254
|
-
|
|
255
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling getRun.');
|
|
256
|
-
}
|
|
184
|
+
(0, common_1.assertParamExists)('getRun', 'runId', runId);
|
|
257
185
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}`
|
|
258
186
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
259
187
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
260
188
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
261
189
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
262
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
190
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
263
191
|
let baseOptions;
|
|
264
192
|
if (configuration) {
|
|
265
193
|
baseOptions = configuration.baseOptions;
|
|
@@ -267,33 +195,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
267
195
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
268
196
|
const localVarHeaderParameter = {};
|
|
269
197
|
const localVarQueryParameter = {};
|
|
270
|
-
// authentication APIKeyAuth required
|
|
271
|
-
if (configuration && configuration.apiKey) {
|
|
272
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
273
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
274
|
-
: yield configuration.apiKey;
|
|
275
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
276
|
-
}
|
|
277
198
|
// authentication JWTAuth required
|
|
278
199
|
// http bearer authentication required
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
284
|
-
}
|
|
285
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
286
|
-
for (const key in localVarQueryParameter) {
|
|
287
|
-
query.set(key, localVarQueryParameter[key]);
|
|
288
|
-
}
|
|
289
|
-
for (const key in options.query) {
|
|
290
|
-
query.set(key, options.query[key]);
|
|
291
|
-
}
|
|
292
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
200
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
201
|
+
// authentication APIKeyAuth required
|
|
202
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
203
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
293
204
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
294
205
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
295
206
|
return {
|
|
296
|
-
url:
|
|
207
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
297
208
|
options: localVarRequestOptions,
|
|
298
209
|
};
|
|
299
210
|
}),
|
|
@@ -307,30 +218,22 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
307
218
|
* @param {*} [options] Override http request option.
|
|
308
219
|
* @throws {RequiredError}
|
|
309
220
|
*/
|
|
310
|
-
getRunOutput: (
|
|
221
|
+
getRunOutput: (owner_1, name_1, runId_1, outputName_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, outputName_1, ...args_1], void 0, function* (owner, name, runId, outputName, options = {}) {
|
|
311
222
|
// verify required parameter 'owner' is not null or undefined
|
|
312
|
-
|
|
313
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getRunOutput.');
|
|
314
|
-
}
|
|
223
|
+
(0, common_1.assertParamExists)('getRunOutput', 'owner', owner);
|
|
315
224
|
// verify required parameter 'name' is not null or undefined
|
|
316
|
-
|
|
317
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getRunOutput.');
|
|
318
|
-
}
|
|
225
|
+
(0, common_1.assertParamExists)('getRunOutput', 'name', name);
|
|
319
226
|
// verify required parameter 'runId' is not null or undefined
|
|
320
|
-
|
|
321
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling getRunOutput.');
|
|
322
|
-
}
|
|
227
|
+
(0, common_1.assertParamExists)('getRunOutput', 'runId', runId);
|
|
323
228
|
// verify required parameter 'outputName' is not null or undefined
|
|
324
|
-
|
|
325
|
-
throw new base_1.RequiredError('outputName', 'Required parameter outputName was null or undefined when calling getRunOutput.');
|
|
326
|
-
}
|
|
229
|
+
(0, common_1.assertParamExists)('getRunOutput', 'outputName', outputName);
|
|
327
230
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/outputs/{output_name}`
|
|
328
231
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
329
232
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
330
233
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)))
|
|
331
234
|
.replace(`{${"output_name"}}`, encodeURIComponent(String(outputName)));
|
|
332
235
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
333
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
236
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
334
237
|
let baseOptions;
|
|
335
238
|
if (configuration) {
|
|
336
239
|
baseOptions = configuration.baseOptions;
|
|
@@ -338,33 +241,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
338
241
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
339
242
|
const localVarHeaderParameter = {};
|
|
340
243
|
const localVarQueryParameter = {};
|
|
341
|
-
// authentication APIKeyAuth required
|
|
342
|
-
if (configuration && configuration.apiKey) {
|
|
343
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
344
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
345
|
-
: yield configuration.apiKey;
|
|
346
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
347
|
-
}
|
|
348
244
|
// authentication JWTAuth required
|
|
349
245
|
// http bearer authentication required
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
355
|
-
}
|
|
356
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
357
|
-
for (const key in localVarQueryParameter) {
|
|
358
|
-
query.set(key, localVarQueryParameter[key]);
|
|
359
|
-
}
|
|
360
|
-
for (const key in options.query) {
|
|
361
|
-
query.set(key, options.query[key]);
|
|
362
|
-
}
|
|
363
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
246
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
247
|
+
// authentication APIKeyAuth required
|
|
248
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
249
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
364
250
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
365
251
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
366
252
|
return {
|
|
367
|
-
url:
|
|
253
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
368
254
|
options: localVarRequestOptions,
|
|
369
255
|
};
|
|
370
256
|
}),
|
|
@@ -378,30 +264,22 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
378
264
|
* @param {*} [options] Override http request option.
|
|
379
265
|
* @throws {RequiredError}
|
|
380
266
|
*/
|
|
381
|
-
getRunStepLogs: (
|
|
267
|
+
getRunStepLogs: (owner_1, name_1, runId_1, stepId_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, stepId_1, ...args_1], void 0, function* (owner, name, runId, stepId, options = {}) {
|
|
382
268
|
// verify required parameter 'owner' is not null or undefined
|
|
383
|
-
|
|
384
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getRunStepLogs.');
|
|
385
|
-
}
|
|
269
|
+
(0, common_1.assertParamExists)('getRunStepLogs', 'owner', owner);
|
|
386
270
|
// verify required parameter 'name' is not null or undefined
|
|
387
|
-
|
|
388
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getRunStepLogs.');
|
|
389
|
-
}
|
|
271
|
+
(0, common_1.assertParamExists)('getRunStepLogs', 'name', name);
|
|
390
272
|
// verify required parameter 'runId' is not null or undefined
|
|
391
|
-
|
|
392
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling getRunStepLogs.');
|
|
393
|
-
}
|
|
273
|
+
(0, common_1.assertParamExists)('getRunStepLogs', 'runId', runId);
|
|
394
274
|
// verify required parameter 'stepId' is not null or undefined
|
|
395
|
-
|
|
396
|
-
throw new base_1.RequiredError('stepId', 'Required parameter stepId was null or undefined when calling getRunStepLogs.');
|
|
397
|
-
}
|
|
275
|
+
(0, common_1.assertParamExists)('getRunStepLogs', 'stepId', stepId);
|
|
398
276
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/steps/{step_id}/logs`
|
|
399
277
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
400
278
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
401
279
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)))
|
|
402
280
|
.replace(`{${"step_id"}}`, encodeURIComponent(String(stepId)));
|
|
403
281
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
404
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
282
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
405
283
|
let baseOptions;
|
|
406
284
|
if (configuration) {
|
|
407
285
|
baseOptions = configuration.baseOptions;
|
|
@@ -409,33 +287,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
409
287
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
410
288
|
const localVarHeaderParameter = {};
|
|
411
289
|
const localVarQueryParameter = {};
|
|
412
|
-
// authentication APIKeyAuth required
|
|
413
|
-
if (configuration && configuration.apiKey) {
|
|
414
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
415
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
416
|
-
: yield configuration.apiKey;
|
|
417
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
418
|
-
}
|
|
419
290
|
// authentication JWTAuth required
|
|
420
291
|
// http bearer authentication required
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
426
|
-
}
|
|
427
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
428
|
-
for (const key in localVarQueryParameter) {
|
|
429
|
-
query.set(key, localVarQueryParameter[key]);
|
|
430
|
-
}
|
|
431
|
-
for (const key in options.query) {
|
|
432
|
-
query.set(key, options.query[key]);
|
|
433
|
-
}
|
|
434
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
292
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
293
|
+
// authentication APIKeyAuth required
|
|
294
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
295
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
435
296
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
436
297
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
437
298
|
return {
|
|
438
|
-
url:
|
|
299
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
439
300
|
options: localVarRequestOptions,
|
|
440
301
|
};
|
|
441
302
|
}),
|
|
@@ -452,27 +313,22 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
452
313
|
* @param {number} [page] Page number starting from 1
|
|
453
314
|
* @param {number} [perPage] Number of items per page
|
|
454
315
|
* @param {*} [options] Override http request option.
|
|
316
|
+
* @deprecated
|
|
455
317
|
* @throws {RequiredError}
|
|
456
318
|
*/
|
|
457
|
-
getRunSteps: (
|
|
319
|
+
getRunSteps: (owner_1, name_1, runId_1, status_1, stepId_1, untilGeneration_1, sinceGeneration_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, status_1, stepId_1, untilGeneration_1, sinceGeneration_1, page_1, perPage_1, ...args_1], void 0, function* (owner, name, runId, status, stepId, untilGeneration, sinceGeneration, page, perPage, options = {}) {
|
|
458
320
|
// verify required parameter 'owner' is not null or undefined
|
|
459
|
-
|
|
460
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getRunSteps.');
|
|
461
|
-
}
|
|
321
|
+
(0, common_1.assertParamExists)('getRunSteps', 'owner', owner);
|
|
462
322
|
// verify required parameter 'name' is not null or undefined
|
|
463
|
-
|
|
464
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getRunSteps.');
|
|
465
|
-
}
|
|
323
|
+
(0, common_1.assertParamExists)('getRunSteps', 'name', name);
|
|
466
324
|
// verify required parameter 'runId' is not null or undefined
|
|
467
|
-
|
|
468
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling getRunSteps.');
|
|
469
|
-
}
|
|
325
|
+
(0, common_1.assertParamExists)('getRunSteps', 'runId', runId);
|
|
470
326
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/steps`
|
|
471
327
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
472
328
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
473
329
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
474
330
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
475
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
331
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
476
332
|
let baseOptions;
|
|
477
333
|
if (configuration) {
|
|
478
334
|
baseOptions = configuration.baseOptions;
|
|
@@ -480,21 +336,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
480
336
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
481
337
|
const localVarHeaderParameter = {};
|
|
482
338
|
const localVarQueryParameter = {};
|
|
483
|
-
// authentication APIKeyAuth required
|
|
484
|
-
if (configuration && configuration.apiKey) {
|
|
485
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
486
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
487
|
-
: yield configuration.apiKey;
|
|
488
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
489
|
-
}
|
|
490
339
|
// authentication JWTAuth required
|
|
491
340
|
// http bearer authentication required
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
: yield configuration.accessToken;
|
|
496
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
497
|
-
}
|
|
341
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
342
|
+
// authentication APIKeyAuth required
|
|
343
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
498
344
|
if (status !== undefined) {
|
|
499
345
|
localVarQueryParameter['status'] = status;
|
|
500
346
|
}
|
|
@@ -513,18 +359,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
513
359
|
if (perPage !== undefined) {
|
|
514
360
|
localVarQueryParameter['per-page'] = perPage;
|
|
515
361
|
}
|
|
516
|
-
|
|
517
|
-
for (const key in localVarQueryParameter) {
|
|
518
|
-
query.set(key, localVarQueryParameter[key]);
|
|
519
|
-
}
|
|
520
|
-
for (const key in options.query) {
|
|
521
|
-
query.set(key, options.query[key]);
|
|
522
|
-
}
|
|
523
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
362
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
524
363
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
525
364
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
526
365
|
return {
|
|
527
|
-
url:
|
|
366
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
528
367
|
options: localVarRequestOptions,
|
|
529
368
|
};
|
|
530
369
|
}),
|
|
@@ -538,27 +377,22 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
538
377
|
* @param {number} [page] Page number starting from 1
|
|
539
378
|
* @param {number} [perPage] Number of items per page
|
|
540
379
|
* @param {*} [options] Override http request option.
|
|
380
|
+
* @deprecated
|
|
541
381
|
* @throws {RequiredError}
|
|
542
382
|
*/
|
|
543
|
-
listRunArtifacts: (
|
|
383
|
+
listRunArtifacts: (owner_1, name_1, runId_1, path_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, path_1, page_1, perPage_1, ...args_1], void 0, function* (owner, name, runId, path, page, perPage, options = {}) {
|
|
544
384
|
// verify required parameter 'owner' is not null or undefined
|
|
545
|
-
|
|
546
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling listRunArtifacts.');
|
|
547
|
-
}
|
|
385
|
+
(0, common_1.assertParamExists)('listRunArtifacts', 'owner', owner);
|
|
548
386
|
// verify required parameter 'name' is not null or undefined
|
|
549
|
-
|
|
550
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling listRunArtifacts.');
|
|
551
|
-
}
|
|
387
|
+
(0, common_1.assertParamExists)('listRunArtifacts', 'name', name);
|
|
552
388
|
// verify required parameter 'runId' is not null or undefined
|
|
553
|
-
|
|
554
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling listRunArtifacts.');
|
|
555
|
-
}
|
|
389
|
+
(0, common_1.assertParamExists)('listRunArtifacts', 'runId', runId);
|
|
556
390
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/artifacts`
|
|
557
391
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
558
392
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
559
393
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
560
394
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
561
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
395
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
562
396
|
let baseOptions;
|
|
563
397
|
if (configuration) {
|
|
564
398
|
baseOptions = configuration.baseOptions;
|
|
@@ -566,21 +400,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
566
400
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
567
401
|
const localVarHeaderParameter = {};
|
|
568
402
|
const localVarQueryParameter = {};
|
|
569
|
-
// authentication APIKeyAuth required
|
|
570
|
-
if (configuration && configuration.apiKey) {
|
|
571
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
572
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
573
|
-
: yield configuration.apiKey;
|
|
574
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
575
|
-
}
|
|
576
403
|
// authentication JWTAuth required
|
|
577
404
|
// http bearer authentication required
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
: yield configuration.accessToken;
|
|
582
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
583
|
-
}
|
|
405
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
406
|
+
// authentication APIKeyAuth required
|
|
407
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
584
408
|
if (path) {
|
|
585
409
|
localVarQueryParameter['path'] = path;
|
|
586
410
|
}
|
|
@@ -590,18 +414,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
590
414
|
if (perPage !== undefined) {
|
|
591
415
|
localVarQueryParameter['per-page'] = perPage;
|
|
592
416
|
}
|
|
593
|
-
|
|
594
|
-
for (const key in localVarQueryParameter) {
|
|
595
|
-
query.set(key, localVarQueryParameter[key]);
|
|
596
|
-
}
|
|
597
|
-
for (const key in options.query) {
|
|
598
|
-
query.set(key, options.query[key]);
|
|
599
|
-
}
|
|
600
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
417
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
601
418
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
602
419
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
603
420
|
return {
|
|
604
|
-
url:
|
|
421
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
605
422
|
options: localVarRequestOptions,
|
|
606
423
|
};
|
|
607
424
|
}),
|
|
@@ -617,20 +434,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
617
434
|
* @param {*} [options] Override http request option.
|
|
618
435
|
* @throws {RequiredError}
|
|
619
436
|
*/
|
|
620
|
-
listRuns: (
|
|
437
|
+
listRuns: (owner_1, name_1, jobId_1, status_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, name_1, jobId_1, status_1, page_1, perPage_1, ...args_1], void 0, function* (owner, name, jobId, status, page, perPage, options = {}) {
|
|
621
438
|
// verify required parameter 'owner' is not null or undefined
|
|
622
|
-
|
|
623
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling listRuns.');
|
|
624
|
-
}
|
|
439
|
+
(0, common_1.assertParamExists)('listRuns', 'owner', owner);
|
|
625
440
|
// verify required parameter 'name' is not null or undefined
|
|
626
|
-
|
|
627
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling listRuns.');
|
|
628
|
-
}
|
|
441
|
+
(0, common_1.assertParamExists)('listRuns', 'name', name);
|
|
629
442
|
const localVarPath = `/projects/{owner}/{name}/runs`
|
|
630
443
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
631
444
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
632
445
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
633
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
446
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
634
447
|
let baseOptions;
|
|
635
448
|
if (configuration) {
|
|
636
449
|
baseOptions = configuration.baseOptions;
|
|
@@ -638,21 +451,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
638
451
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
639
452
|
const localVarHeaderParameter = {};
|
|
640
453
|
const localVarQueryParameter = {};
|
|
641
|
-
// authentication APIKeyAuth required
|
|
642
|
-
if (configuration && configuration.apiKey) {
|
|
643
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
644
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
645
|
-
: yield configuration.apiKey;
|
|
646
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
647
|
-
}
|
|
648
454
|
// authentication JWTAuth required
|
|
649
455
|
// http bearer authentication required
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
: yield configuration.accessToken;
|
|
654
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
655
|
-
}
|
|
456
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
457
|
+
// authentication APIKeyAuth required
|
|
458
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
656
459
|
if (jobId) {
|
|
657
460
|
localVarQueryParameter['job_id'] = jobId;
|
|
658
461
|
}
|
|
@@ -665,18 +468,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
665
468
|
if (perPage !== undefined) {
|
|
666
469
|
localVarQueryParameter['per-page'] = perPage;
|
|
667
470
|
}
|
|
668
|
-
|
|
669
|
-
for (const key in localVarQueryParameter) {
|
|
670
|
-
query.set(key, localVarQueryParameter[key]);
|
|
671
|
-
}
|
|
672
|
-
for (const key in options.query) {
|
|
673
|
-
query.set(key, options.query[key]);
|
|
674
|
-
}
|
|
675
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
471
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
676
472
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
677
473
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
678
474
|
return {
|
|
679
|
-
url:
|
|
475
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
680
476
|
options: localVarRequestOptions,
|
|
681
477
|
};
|
|
682
478
|
}),
|
|
@@ -692,20 +488,16 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
692
488
|
* @param {*} [options] Override http request option.
|
|
693
489
|
* @throws {RequiredError}
|
|
694
490
|
*/
|
|
695
|
-
queryResults: (
|
|
491
|
+
queryResults: (owner_1, name_1, jobId_1, status_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, name_1, jobId_1, status_1, page_1, perPage_1, ...args_1], void 0, function* (owner, name, jobId, status, page, perPage, options = {}) {
|
|
696
492
|
// verify required parameter 'owner' is not null or undefined
|
|
697
|
-
|
|
698
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling queryResults.');
|
|
699
|
-
}
|
|
493
|
+
(0, common_1.assertParamExists)('queryResults', 'owner', owner);
|
|
700
494
|
// verify required parameter 'name' is not null or undefined
|
|
701
|
-
|
|
702
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling queryResults.');
|
|
703
|
-
}
|
|
495
|
+
(0, common_1.assertParamExists)('queryResults', 'name', name);
|
|
704
496
|
const localVarPath = `/projects/{owner}/{name}/results`
|
|
705
497
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
706
498
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
707
499
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
708
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
500
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
709
501
|
let baseOptions;
|
|
710
502
|
if (configuration) {
|
|
711
503
|
baseOptions = configuration.baseOptions;
|
|
@@ -713,21 +505,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
713
505
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
714
506
|
const localVarHeaderParameter = {};
|
|
715
507
|
const localVarQueryParameter = {};
|
|
716
|
-
// authentication APIKeyAuth required
|
|
717
|
-
if (configuration && configuration.apiKey) {
|
|
718
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
719
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
720
|
-
: yield configuration.apiKey;
|
|
721
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
722
|
-
}
|
|
723
508
|
// authentication JWTAuth required
|
|
724
509
|
// http bearer authentication required
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
: yield configuration.accessToken;
|
|
729
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
730
|
-
}
|
|
510
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
511
|
+
// authentication APIKeyAuth required
|
|
512
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
731
513
|
if (jobId) {
|
|
732
514
|
localVarQueryParameter['job_id'] = jobId;
|
|
733
515
|
}
|
|
@@ -740,18 +522,11 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
740
522
|
if (perPage !== undefined) {
|
|
741
523
|
localVarQueryParameter['per-page'] = perPage;
|
|
742
524
|
}
|
|
743
|
-
|
|
744
|
-
for (const key in localVarQueryParameter) {
|
|
745
|
-
query.set(key, localVarQueryParameter[key]);
|
|
746
|
-
}
|
|
747
|
-
for (const key in options.query) {
|
|
748
|
-
query.set(key, options.query[key]);
|
|
749
|
-
}
|
|
750
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
525
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
751
526
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
752
527
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
753
528
|
return {
|
|
754
|
-
url:
|
|
529
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
755
530
|
options: localVarRequestOptions,
|
|
756
531
|
};
|
|
757
532
|
}),
|
|
@@ -765,29 +540,21 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
765
540
|
* @param {*} [options] Override http request option.
|
|
766
541
|
* @throws {RequiredError}
|
|
767
542
|
*/
|
|
768
|
-
retryRun: (
|
|
543
|
+
retryRun: (owner_1, name_1, runId_1, retryConfig_1, ...args_1) => __awaiter(this, [owner_1, name_1, runId_1, retryConfig_1, ...args_1], void 0, function* (owner, name, runId, retryConfig, options = {}) {
|
|
769
544
|
// verify required parameter 'owner' is not null or undefined
|
|
770
|
-
|
|
771
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling retryRun.');
|
|
772
|
-
}
|
|
545
|
+
(0, common_1.assertParamExists)('retryRun', 'owner', owner);
|
|
773
546
|
// verify required parameter 'name' is not null or undefined
|
|
774
|
-
|
|
775
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling retryRun.');
|
|
776
|
-
}
|
|
547
|
+
(0, common_1.assertParamExists)('retryRun', 'name', name);
|
|
777
548
|
// verify required parameter 'runId' is not null or undefined
|
|
778
|
-
|
|
779
|
-
throw new base_1.RequiredError('runId', 'Required parameter runId was null or undefined when calling retryRun.');
|
|
780
|
-
}
|
|
549
|
+
(0, common_1.assertParamExists)('retryRun', 'runId', runId);
|
|
781
550
|
// verify required parameter 'retryConfig' is not null or undefined
|
|
782
|
-
|
|
783
|
-
throw new base_1.RequiredError('retryConfig', 'Required parameter retryConfig was null or undefined when calling retryRun.');
|
|
784
|
-
}
|
|
551
|
+
(0, common_1.assertParamExists)('retryRun', 'retryConfig', retryConfig);
|
|
785
552
|
const localVarPath = `/projects/{owner}/{name}/runs/{run_id}/retry`
|
|
786
553
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
787
554
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
788
555
|
.replace(`{${"run_id"}}`, encodeURIComponent(String(runId)));
|
|
789
556
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
790
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
557
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
791
558
|
let baseOptions;
|
|
792
559
|
if (configuration) {
|
|
793
560
|
baseOptions = configuration.baseOptions;
|
|
@@ -795,36 +562,18 @@ const RunsApiAxiosParamCreator = function (configuration) {
|
|
|
795
562
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
796
563
|
const localVarHeaderParameter = {};
|
|
797
564
|
const localVarQueryParameter = {};
|
|
798
|
-
// authentication APIKeyAuth required
|
|
799
|
-
if (configuration && configuration.apiKey) {
|
|
800
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
801
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
802
|
-
: yield configuration.apiKey;
|
|
803
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
804
|
-
}
|
|
805
565
|
// authentication JWTAuth required
|
|
806
566
|
// http bearer authentication required
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
: yield configuration.accessToken;
|
|
811
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
812
|
-
}
|
|
567
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
568
|
+
// authentication APIKeyAuth required
|
|
569
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
813
570
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
814
|
-
|
|
815
|
-
for (const key in localVarQueryParameter) {
|
|
816
|
-
query.set(key, localVarQueryParameter[key]);
|
|
817
|
-
}
|
|
818
|
-
for (const key in options.query) {
|
|
819
|
-
query.set(key, options.query[key]);
|
|
820
|
-
}
|
|
821
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
571
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
822
572
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
823
573
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
824
|
-
|
|
825
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(retryConfig !== undefined ? retryConfig : {}) : (retryConfig || "");
|
|
574
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(retryConfig, localVarRequestOptions, configuration);
|
|
826
575
|
return {
|
|
827
|
-
url:
|
|
576
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
828
577
|
options: localVarRequestOptions,
|
|
829
578
|
};
|
|
830
579
|
}),
|
|
@@ -836,6 +585,7 @@ exports.RunsApiAxiosParamCreator = RunsApiAxiosParamCreator;
|
|
|
836
585
|
* @export
|
|
837
586
|
*/
|
|
838
587
|
const RunsApiFp = function (configuration) {
|
|
588
|
+
const localVarAxiosParamCreator = (0, exports.RunsApiAxiosParamCreator)(configuration);
|
|
839
589
|
return {
|
|
840
590
|
/**
|
|
841
591
|
* Stop a run.
|
|
@@ -848,11 +598,11 @@ const RunsApiFp = function (configuration) {
|
|
|
848
598
|
*/
|
|
849
599
|
cancelRun(owner, name, runId, options) {
|
|
850
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
601
|
+
var _a, _b, _c;
|
|
602
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.cancelRun(owner, name, runId, options);
|
|
603
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
604
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.cancelRun']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
605
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
856
606
|
});
|
|
857
607
|
},
|
|
858
608
|
/**
|
|
@@ -863,15 +613,16 @@ const RunsApiFp = function (configuration) {
|
|
|
863
613
|
* @param {string} runId
|
|
864
614
|
* @param {string} [path] The path to an file within a project folder
|
|
865
615
|
* @param {*} [options] Override http request option.
|
|
616
|
+
* @deprecated
|
|
866
617
|
* @throws {RequiredError}
|
|
867
618
|
*/
|
|
868
619
|
downloadRunArtifact(owner, name, runId, path, options) {
|
|
869
620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
621
|
+
var _a, _b, _c;
|
|
622
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.downloadRunArtifact(owner, name, runId, path, options);
|
|
623
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
624
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.downloadRunArtifact']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
625
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
875
626
|
});
|
|
876
627
|
},
|
|
877
628
|
/**
|
|
@@ -885,11 +636,11 @@ const RunsApiFp = function (configuration) {
|
|
|
885
636
|
*/
|
|
886
637
|
getAllRunSteps(owner, name, runId, options) {
|
|
887
638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
639
|
+
var _a, _b, _c;
|
|
640
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getAllRunSteps(owner, name, runId, options);
|
|
641
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
642
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.getAllRunSteps']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
643
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
893
644
|
});
|
|
894
645
|
},
|
|
895
646
|
/**
|
|
@@ -903,11 +654,11 @@ const RunsApiFp = function (configuration) {
|
|
|
903
654
|
*/
|
|
904
655
|
getRun(owner, name, runId, options) {
|
|
905
656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
657
|
+
var _a, _b, _c;
|
|
658
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRun(owner, name, runId, options);
|
|
659
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
660
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.getRun']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
661
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
911
662
|
});
|
|
912
663
|
},
|
|
913
664
|
/**
|
|
@@ -922,11 +673,11 @@ const RunsApiFp = function (configuration) {
|
|
|
922
673
|
*/
|
|
923
674
|
getRunOutput(owner, name, runId, outputName, options) {
|
|
924
675
|
return __awaiter(this, void 0, void 0, function* () {
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
676
|
+
var _a, _b, _c;
|
|
677
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRunOutput(owner, name, runId, outputName, options);
|
|
678
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
679
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.getRunOutput']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
680
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
930
681
|
});
|
|
931
682
|
},
|
|
932
683
|
/**
|
|
@@ -941,11 +692,11 @@ const RunsApiFp = function (configuration) {
|
|
|
941
692
|
*/
|
|
942
693
|
getRunStepLogs(owner, name, runId, stepId, options) {
|
|
943
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
695
|
+
var _a, _b, _c;
|
|
696
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRunStepLogs(owner, name, runId, stepId, options);
|
|
697
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
698
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.getRunStepLogs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
699
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
949
700
|
});
|
|
950
701
|
},
|
|
951
702
|
/**
|
|
@@ -961,15 +712,16 @@ const RunsApiFp = function (configuration) {
|
|
|
961
712
|
* @param {number} [page] Page number starting from 1
|
|
962
713
|
* @param {number} [perPage] Number of items per page
|
|
963
714
|
* @param {*} [options] Override http request option.
|
|
715
|
+
* @deprecated
|
|
964
716
|
* @throws {RequiredError}
|
|
965
717
|
*/
|
|
966
718
|
getRunSteps(owner, name, runId, status, stepId, untilGeneration, sinceGeneration, page, perPage, options) {
|
|
967
719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
720
|
+
var _a, _b, _c;
|
|
721
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRunSteps(owner, name, runId, status, stepId, untilGeneration, sinceGeneration, page, perPage, options);
|
|
722
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
723
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.getRunSteps']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
724
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
973
725
|
});
|
|
974
726
|
},
|
|
975
727
|
/**
|
|
@@ -982,15 +734,16 @@ const RunsApiFp = function (configuration) {
|
|
|
982
734
|
* @param {number} [page] Page number starting from 1
|
|
983
735
|
* @param {number} [perPage] Number of items per page
|
|
984
736
|
* @param {*} [options] Override http request option.
|
|
737
|
+
* @deprecated
|
|
985
738
|
* @throws {RequiredError}
|
|
986
739
|
*/
|
|
987
740
|
listRunArtifacts(owner, name, runId, path, page, perPage, options) {
|
|
988
741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
742
|
+
var _a, _b, _c;
|
|
743
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listRunArtifacts(owner, name, runId, path, page, perPage, options);
|
|
744
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
745
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.listRunArtifacts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
746
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
994
747
|
});
|
|
995
748
|
},
|
|
996
749
|
/**
|
|
@@ -1007,11 +760,11 @@ const RunsApiFp = function (configuration) {
|
|
|
1007
760
|
*/
|
|
1008
761
|
listRuns(owner, name, jobId, status, page, perPage, options) {
|
|
1009
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
763
|
+
var _a, _b, _c;
|
|
764
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listRuns(owner, name, jobId, status, page, perPage, options);
|
|
765
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
766
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.listRuns']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
767
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1015
768
|
});
|
|
1016
769
|
},
|
|
1017
770
|
/**
|
|
@@ -1028,11 +781,11 @@ const RunsApiFp = function (configuration) {
|
|
|
1028
781
|
*/
|
|
1029
782
|
queryResults(owner, name, jobId, status, page, perPage, options) {
|
|
1030
783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
784
|
+
var _a, _b, _c;
|
|
785
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.queryResults(owner, name, jobId, status, page, perPage, options);
|
|
786
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
787
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.queryResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
788
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1036
789
|
});
|
|
1037
790
|
},
|
|
1038
791
|
/**
|
|
@@ -1047,11 +800,11 @@ const RunsApiFp = function (configuration) {
|
|
|
1047
800
|
*/
|
|
1048
801
|
retryRun(owner, name, runId, retryConfig, options) {
|
|
1049
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
803
|
+
var _a, _b, _c;
|
|
804
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.retryRun(owner, name, runId, retryConfig, options);
|
|
805
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
806
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['RunsApi.retryRun']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
807
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1055
808
|
});
|
|
1056
809
|
},
|
|
1057
810
|
};
|
|
@@ -1062,157 +815,120 @@ exports.RunsApiFp = RunsApiFp;
|
|
|
1062
815
|
* @export
|
|
1063
816
|
*/
|
|
1064
817
|
const RunsApiFactory = function (configuration, basePath, axios) {
|
|
818
|
+
const localVarFp = (0, exports.RunsApiFp)(configuration);
|
|
1065
819
|
return {
|
|
1066
820
|
/**
|
|
1067
821
|
* Stop a run.
|
|
1068
822
|
* @summary Cancel a run
|
|
1069
|
-
* @param {
|
|
1070
|
-
* @param {string} name
|
|
1071
|
-
* @param {string} runId
|
|
823
|
+
* @param {RunsApiCancelRunRequest} requestParameters Request parameters.
|
|
1072
824
|
* @param {*} [options] Override http request option.
|
|
1073
825
|
* @throws {RequiredError}
|
|
1074
826
|
*/
|
|
1075
|
-
cancelRun(
|
|
1076
|
-
return
|
|
827
|
+
cancelRun(requestParameters, options) {
|
|
828
|
+
return localVarFp.cancelRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1077
829
|
},
|
|
1078
830
|
/**
|
|
1079
831
|
* Get a download link for an artifact in a run folder
|
|
1080
832
|
* @summary Download an artifact from the run folder
|
|
1081
|
-
* @param {
|
|
1082
|
-
* @param {string} name
|
|
1083
|
-
* @param {string} runId
|
|
1084
|
-
* @param {string} [path] The path to an file within a project folder
|
|
833
|
+
* @param {RunsApiDownloadRunArtifactRequest} requestParameters Request parameters.
|
|
1085
834
|
* @param {*} [options] Override http request option.
|
|
835
|
+
* @deprecated
|
|
1086
836
|
* @throws {RequiredError}
|
|
1087
837
|
*/
|
|
1088
|
-
downloadRunArtifact(
|
|
1089
|
-
return
|
|
838
|
+
downloadRunArtifact(requestParameters, options) {
|
|
839
|
+
return localVarFp.downloadRunArtifact(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, options).then((request) => request(axios, basePath));
|
|
1090
840
|
},
|
|
1091
841
|
/**
|
|
1092
842
|
* list all run steps
|
|
1093
843
|
* @summary Query the steps of a run
|
|
1094
|
-
* @param {
|
|
1095
|
-
* @param {string} name
|
|
1096
|
-
* @param {string} runId
|
|
844
|
+
* @param {RunsApiGetAllRunStepsRequest} requestParameters Request parameters.
|
|
1097
845
|
* @param {*} [options] Override http request option.
|
|
1098
846
|
* @throws {RequiredError}
|
|
1099
847
|
*/
|
|
1100
|
-
getAllRunSteps(
|
|
1101
|
-
return
|
|
848
|
+
getAllRunSteps(requestParameters, options) {
|
|
849
|
+
return localVarFp.getAllRunSteps(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1102
850
|
},
|
|
1103
851
|
/**
|
|
1104
852
|
* Retrieve a run.
|
|
1105
853
|
* @summary Get a Run
|
|
1106
|
-
* @param {
|
|
1107
|
-
* @param {string} name
|
|
1108
|
-
* @param {string} runId
|
|
854
|
+
* @param {RunsApiGetRunRequest} requestParameters Request parameters.
|
|
1109
855
|
* @param {*} [options] Override http request option.
|
|
1110
856
|
* @throws {RequiredError}
|
|
1111
857
|
*/
|
|
1112
|
-
getRun(
|
|
1113
|
-
return
|
|
858
|
+
getRun(requestParameters, options) {
|
|
859
|
+
return localVarFp.getRun(requestParameters.owner, requestParameters.name, requestParameters.runId, options).then((request) => request(axios, basePath));
|
|
1114
860
|
},
|
|
1115
861
|
/**
|
|
1116
862
|
* get run output by name
|
|
1117
863
|
* @summary Get run output by name
|
|
1118
|
-
* @param {
|
|
1119
|
-
* @param {string} name
|
|
1120
|
-
* @param {string} runId
|
|
1121
|
-
* @param {string} outputName
|
|
864
|
+
* @param {RunsApiGetRunOutputRequest} requestParameters Request parameters.
|
|
1122
865
|
* @param {*} [options] Override http request option.
|
|
1123
866
|
* @throws {RequiredError}
|
|
1124
867
|
*/
|
|
1125
|
-
getRunOutput(
|
|
1126
|
-
return
|
|
868
|
+
getRunOutput(requestParameters, options) {
|
|
869
|
+
return localVarFp.getRunOutput(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.outputName, options).then((request) => request(axios, basePath));
|
|
1127
870
|
},
|
|
1128
871
|
/**
|
|
1129
872
|
* get run step logs
|
|
1130
873
|
* @summary Get the logs of a specific step of the run
|
|
1131
|
-
* @param {
|
|
1132
|
-
* @param {string} name
|
|
1133
|
-
* @param {string} runId
|
|
1134
|
-
* @param {string} stepId
|
|
874
|
+
* @param {RunsApiGetRunStepLogsRequest} requestParameters Request parameters.
|
|
1135
875
|
* @param {*} [options] Override http request option.
|
|
1136
876
|
* @throws {RequiredError}
|
|
1137
877
|
*/
|
|
1138
|
-
getRunStepLogs(
|
|
1139
|
-
return
|
|
878
|
+
getRunStepLogs(requestParameters, options) {
|
|
879
|
+
return localVarFp.getRunStepLogs(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.stepId, options).then((request) => request(axios, basePath));
|
|
1140
880
|
},
|
|
1141
881
|
/**
|
|
1142
882
|
* list run steps
|
|
1143
883
|
* @summary Query the steps of a run
|
|
1144
|
-
* @param {
|
|
1145
|
-
* @param {string} name
|
|
1146
|
-
* @param {string} runId
|
|
1147
|
-
* @param {StepStatusEnum} [status]
|
|
1148
|
-
* @param {Array<string>} [stepId]
|
|
1149
|
-
* @param {string} [untilGeneration]
|
|
1150
|
-
* @param {string} [sinceGeneration]
|
|
1151
|
-
* @param {number} [page] Page number starting from 1
|
|
1152
|
-
* @param {number} [perPage] Number of items per page
|
|
884
|
+
* @param {RunsApiGetRunStepsRequest} requestParameters Request parameters.
|
|
1153
885
|
* @param {*} [options] Override http request option.
|
|
886
|
+
* @deprecated
|
|
1154
887
|
* @throws {RequiredError}
|
|
1155
888
|
*/
|
|
1156
|
-
getRunSteps(
|
|
1157
|
-
return
|
|
889
|
+
getRunSteps(requestParameters, options) {
|
|
890
|
+
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));
|
|
1158
891
|
},
|
|
1159
892
|
/**
|
|
1160
893
|
* Retrieve a list of artifacts in a run folder
|
|
1161
894
|
* @summary List artifacts in a run folder
|
|
1162
|
-
* @param {
|
|
1163
|
-
* @param {string} name
|
|
1164
|
-
* @param {string} runId
|
|
1165
|
-
* @param {Array<string>} [path] The path to an file within a project folder
|
|
1166
|
-
* @param {number} [page] Page number starting from 1
|
|
1167
|
-
* @param {number} [perPage] Number of items per page
|
|
895
|
+
* @param {RunsApiListRunArtifactsRequest} requestParameters Request parameters.
|
|
1168
896
|
* @param {*} [options] Override http request option.
|
|
897
|
+
* @deprecated
|
|
1169
898
|
* @throws {RequiredError}
|
|
1170
899
|
*/
|
|
1171
|
-
listRunArtifacts(
|
|
1172
|
-
return
|
|
900
|
+
listRunArtifacts(requestParameters, options) {
|
|
901
|
+
return localVarFp.listRunArtifacts(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.path, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1173
902
|
},
|
|
1174
903
|
/**
|
|
1175
904
|
* Retrieve a list of runs.
|
|
1176
905
|
* @summary List runs
|
|
1177
|
-
* @param {
|
|
1178
|
-
* @param {string} name
|
|
1179
|
-
* @param {Array<string>} [jobId]
|
|
1180
|
-
* @param {RunStatusEnum} [status]
|
|
1181
|
-
* @param {number} [page] Page number starting from 1
|
|
1182
|
-
* @param {number} [perPage] Number of items per page
|
|
906
|
+
* @param {RunsApiListRunsRequest} requestParameters Request parameters.
|
|
1183
907
|
* @param {*} [options] Override http request option.
|
|
1184
908
|
* @throws {RequiredError}
|
|
1185
909
|
*/
|
|
1186
|
-
listRuns(
|
|
1187
|
-
return
|
|
910
|
+
listRuns(requestParameters, options) {
|
|
911
|
+
return localVarFp.listRuns(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1188
912
|
},
|
|
1189
913
|
/**
|
|
1190
914
|
* Retrieve a list of run results.
|
|
1191
915
|
* @summary Query run results
|
|
1192
|
-
* @param {
|
|
1193
|
-
* @param {string} name
|
|
1194
|
-
* @param {Array<string>} [jobId]
|
|
1195
|
-
* @param {RunStatusEnum} [status]
|
|
1196
|
-
* @param {number} [page] Page number starting from 1
|
|
1197
|
-
* @param {number} [perPage] Number of items per page
|
|
916
|
+
* @param {RunsApiQueryResultsRequest} requestParameters Request parameters.
|
|
1198
917
|
* @param {*} [options] Override http request option.
|
|
1199
918
|
* @throws {RequiredError}
|
|
1200
919
|
*/
|
|
1201
|
-
queryResults(
|
|
1202
|
-
return
|
|
920
|
+
queryResults(requestParameters, options) {
|
|
921
|
+
return localVarFp.queryResults(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.status, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1203
922
|
},
|
|
1204
923
|
/**
|
|
1205
924
|
* Retry a run.
|
|
1206
925
|
* @summary Retry a run
|
|
1207
|
-
* @param {
|
|
1208
|
-
* @param {string} name
|
|
1209
|
-
* @param {string} runId
|
|
1210
|
-
* @param {RetryConfig} retryConfig
|
|
926
|
+
* @param {RunsApiRetryRunRequest} requestParameters Request parameters.
|
|
1211
927
|
* @param {*} [options] Override http request option.
|
|
1212
928
|
* @throws {RequiredError}
|
|
1213
929
|
*/
|
|
1214
|
-
retryRun(
|
|
1215
|
-
return
|
|
930
|
+
retryRun(requestParameters, options) {
|
|
931
|
+
return localVarFp.retryRun(requestParameters.owner, requestParameters.name, requestParameters.runId, requestParameters.retryConfig, options).then((request) => request(axios, basePath));
|
|
1216
932
|
},
|
|
1217
933
|
};
|
|
1218
934
|
};
|
|
@@ -1240,6 +956,7 @@ class RunsApi extends base_1.BaseAPI {
|
|
|
1240
956
|
* @summary Download an artifact from the run folder
|
|
1241
957
|
* @param {RunsApiDownloadRunArtifactRequest} requestParameters Request parameters.
|
|
1242
958
|
* @param {*} [options] Override http request option.
|
|
959
|
+
* @deprecated
|
|
1243
960
|
* @throws {RequiredError}
|
|
1244
961
|
* @memberof RunsApi
|
|
1245
962
|
*/
|
|
@@ -1295,6 +1012,7 @@ class RunsApi extends base_1.BaseAPI {
|
|
|
1295
1012
|
* @summary Query the steps of a run
|
|
1296
1013
|
* @param {RunsApiGetRunStepsRequest} requestParameters Request parameters.
|
|
1297
1014
|
* @param {*} [options] Override http request option.
|
|
1015
|
+
* @deprecated
|
|
1298
1016
|
* @throws {RequiredError}
|
|
1299
1017
|
* @memberof RunsApi
|
|
1300
1018
|
*/
|
|
@@ -1306,6 +1024,7 @@ class RunsApi extends base_1.BaseAPI {
|
|
|
1306
1024
|
* @summary List artifacts in a run folder
|
|
1307
1025
|
* @param {RunsApiListRunArtifactsRequest} requestParameters Request parameters.
|
|
1308
1026
|
* @param {*} [options] Override http request option.
|
|
1027
|
+
* @deprecated
|
|
1309
1028
|
* @throws {RequiredError}
|
|
1310
1029
|
* @memberof RunsApi
|
|
1311
1030
|
*/
|