@pollination-solutions/pollination-sdk 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.apigentools-info +1 -1
- package/.openapi-generator/FILES +32 -2
- package/.openapi-generator/VERSION +1 -1
- package/README.md +1 -1
- package/api/accounts-api.ts +102 -178
- package/api/apitokens-api.ts +78 -128
- package/api/applications-api.ts +424 -603
- package/api/artifacts-api.ts +96 -189
- package/api/jobs-api.ts +190 -398
- package/api/licenses-api.ts +176 -335
- package/api/orgs-api.ts +176 -338
- package/api/plugins-api.ts +254 -522
- package/api/projects-api.ts +295 -612
- package/api/recipes-api.ts +254 -522
- package/api/registries-api.ts +125 -243
- package/api/reports-api.ts +276 -0
- package/api/runs-api.ts +265 -544
- package/api/subscription-plans-api.ts +27 -28
- package/api/subscriptions-api.ts +174 -327
- package/api/teams-api.ts +176 -342
- package/api/user-api.ts +87 -150
- package/api/users-api.ts +61 -78
- package/api.ts +2 -1
- package/base.ts +21 -6
- package/common.ts +150 -0
- package/configuration.ts +35 -1
- package/dist/api/accounts-api.d.ts +34 -43
- package/dist/api/accounts-api.js +78 -156
- package/dist/api/apitokens-api.d.ts +27 -28
- package/dist/api/apitokens-api.js +61 -113
- package/dist/api/applications-api.d.ts +153 -117
- package/dist/api/applications-api.js +323 -546
- package/dist/api/artifacts-api.d.ts +27 -39
- package/dist/api/artifacts-api.js +75 -170
- package/dist/api/jobs-api.d.ts +51 -79
- package/dist/api/jobs-api.js +153 -363
- package/dist/api/licenses-api.d.ts +51 -55
- package/dist/api/licenses-api.js +139 -300
- package/dist/api/orgs-api.d.ts +52 -60
- package/dist/api/orgs-api.js +138 -302
- package/dist/api/plugins-api.d.ts +74 -106
- package/dist/api/plugins-api.js +200 -470
- package/dist/api/projects-api.d.ts +84 -122
- package/dist/api/projects-api.js +235 -554
- package/dist/api/recipes-api.d.ts +74 -106
- package/dist/api/recipes-api.js +200 -470
- package/dist/api/registries-api.d.ts +39 -50
- package/dist/api/registries-api.js +99 -215
- package/dist/api/reports-api.d.ts +150 -0
- package/dist/api/reports-api.js +225 -0
- package/dist/api/runs-api.d.ts +80 -109
- package/dist/api/runs-api.js +217 -498
- package/dist/api/subscription-plans-api.d.ts +11 -11
- package/dist/api/subscription-plans-api.js +17 -20
- package/dist/api/subscriptions-api.d.ts +51 -53
- package/dist/api/subscriptions-api.js +137 -292
- package/dist/api/teams-api.d.ts +52 -68
- package/dist/api/teams-api.js +140 -308
- package/dist/api/user-api.d.ts +27 -27
- package/dist/api/user-api.js +63 -128
- package/dist/api/users-api.d.ts +25 -23
- package/dist/api/users-api.js +47 -66
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +16 -5
- package/dist/base.js +9 -5
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +29 -1
- package/dist/configuration.js +17 -1
- package/dist/esm/api/accounts-api.d.ts +347 -0
- package/dist/esm/api/accounts-api.js +452 -0
- package/dist/esm/api/apitokens-api.d.ts +235 -0
- package/dist/esm/api/apitokens-api.js +344 -0
- package/dist/esm/api/applications-api.d.ts +994 -0
- package/dist/esm/api/applications-api.js +1251 -0
- package/dist/esm/api/artifacts-api.d.ts +323 -0
- package/dist/esm/api/artifacts-api.js +407 -0
- package/dist/esm/api/jobs-api.d.ts +639 -0
- package/dist/esm/api/jobs-api.js +776 -0
- package/dist/esm/api/licenses-api.d.ts +447 -0
- package/dist/esm/api/licenses-api.js +653 -0
- package/dist/esm/api/orgs-api.d.ts +480 -0
- package/dist/esm/api/orgs-api.js +672 -0
- package/dist/esm/api/plugins-api.d.ts +817 -0
- package/dist/esm/api/plugins-api.js +1008 -0
- package/dist/esm/api/projects-api.d.ts +957 -0
- package/dist/esm/api/projects-api.js +1181 -0
- package/dist/esm/api/recipes-api.d.ts +817 -0
- package/dist/esm/api/recipes-api.js +1008 -0
- package/dist/esm/api/registries-api.d.ts +344 -0
- package/dist/esm/api/registries-api.js +472 -0
- package/dist/esm/api/reports-api.d.ts +150 -0
- package/dist/esm/api/reports-api.js +218 -0
- package/dist/esm/api/runs-api.d.ts +895 -0
- package/dist/esm/api/runs-api.js +1061 -0
- package/dist/esm/api/subscription-plans-api.d.ts +88 -0
- package/dist/esm/api/subscription-plans-api.js +128 -0
- package/dist/esm/api/subscriptions-api.d.ts +431 -0
- package/dist/esm/api/subscriptions-api.js +643 -0
- package/dist/esm/api/teams-api.d.ts +544 -0
- package/dist/esm/api/teams-api.js +702 -0
- package/dist/esm/api/user-api.d.ts +195 -0
- package/dist/esm/api/user-api.js +332 -0
- package/dist/esm/api/users-api.d.ts +200 -0
- package/dist/esm/api/users-api.js +274 -0
- package/dist/esm/api.d.ts +29 -0
- package/dist/esm/api.js +31 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +60 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +39 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/accessor.d.ts +32 -0
- package/dist/esm/models/accessor.js +14 -0
- package/dist/esm/models/account-public.d.ts +54 -0
- package/dist/esm/models/account-public.js +14 -0
- package/dist/esm/models/account-type.d.ts +21 -0
- package/dist/esm/models/account-type.js +22 -0
- package/dist/{models/body-cython-function-or-method-owner-plugins-post.d.ts → esm/models/activation-list.d.ts} +7 -6
- package/dist/esm/models/activation-list.js +14 -0
- package/dist/esm/models/activation.d.ts +105 -0
- package/dist/esm/models/activation.js +14 -0
- package/dist/esm/models/apitoken-create.d.ts +38 -0
- package/dist/esm/models/apitoken-create.js +14 -0
- package/dist/esm/models/apitoken-list.d.ts +55 -0
- package/dist/esm/models/apitoken-list.js +14 -0
- package/dist/esm/models/apitoken-private.d.ts +44 -0
- package/dist/esm/models/apitoken-private.js +14 -0
- package/dist/esm/models/apitoken.d.ts +38 -0
- package/dist/esm/models/apitoken.js +14 -0
- package/dist/esm/models/application-access-policy-list.d.ts +55 -0
- package/dist/esm/models/application-access-policy-list.js +14 -0
- package/dist/esm/models/application-access-policy.d.ts +32 -0
- package/dist/esm/models/application-access-policy.js +14 -0
- package/dist/esm/models/application-create.d.ts +80 -0
- package/dist/esm/models/application-create.js +14 -0
- package/dist/esm/models/application-deployment.d.ts +44 -0
- package/dist/esm/models/application-deployment.js +14 -0
- package/dist/esm/models/application-list.d.ts +55 -0
- package/dist/esm/models/application-list.js +14 -0
- package/dist/esm/models/application-policy-subject.d.ts +31 -0
- package/dist/esm/models/application-policy-subject.js +14 -0
- package/dist/esm/models/application-sort-key.d.ts +22 -0
- package/dist/esm/models/application-sort-key.js +23 -0
- package/dist/esm/models/application-update.d.ts +61 -0
- package/dist/esm/models/application-update.js +14 -0
- package/dist/esm/models/application-version-list.d.ts +55 -0
- package/dist/esm/models/application-version-list.js +14 -0
- package/dist/esm/models/application-version.d.ts +56 -0
- package/dist/esm/models/application-version.js +14 -0
- package/dist/esm/models/application.d.ts +118 -0
- package/dist/esm/models/application.js +14 -0
- package/dist/esm/models/baked-recipe-templates-inner.d.ts +97 -0
- package/dist/esm/models/baked-recipe-templates-inner.js +14 -0
- package/dist/esm/models/baked-recipe.d.ts +72 -0
- package/dist/esm/models/baked-recipe.js +14 -0
- package/dist/esm/models/billing-info.d.ts +81 -0
- package/dist/esm/models/billing-info.js +14 -0
- package/dist/esm/models/billing-option.d.ts +50 -0
- package/dist/esm/models/billing-option.js +14 -0
- package/dist/esm/models/build-status-enum.d.ts +26 -0
- package/dist/esm/models/build-status-enum.js +27 -0
- package/dist/esm/models/build-status.d.ts +43 -0
- package/dist/esm/models/build-status.js +14 -0
- package/dist/esm/models/card-type.d.ts +29 -0
- package/dist/esm/models/card-type.js +30 -0
- package/dist/esm/models/cloud-job-list.d.ts +55 -0
- package/dist/esm/models/cloud-job-list.js +14 -0
- package/dist/esm/models/cloud-job.d.ts +65 -0
- package/dist/esm/models/cloud-job.js +14 -0
- package/dist/esm/models/created-content.d.ts +30 -0
- package/dist/esm/models/created-content.js +14 -0
- package/dist/esm/models/dag.d.ts +65 -0
- package/dist/esm/models/dag.js +14 -0
- package/dist/esm/models/dagarray-input-alias-inner.d.ts +88 -0
- package/dist/esm/models/dagarray-input-alias-inner.js +14 -0
- package/dist/esm/models/dagarray-input-alias.d.ts +82 -0
- package/dist/esm/models/dagarray-input-alias.js +14 -0
- package/dist/esm/models/dagarray-input.d.ts +76 -0
- package/dist/esm/models/dagarray-input.js +14 -0
- package/dist/esm/models/dagarray-output-alias-inner.d.ts +77 -0
- package/dist/esm/models/dagarray-output-alias-inner.js +14 -0
- package/dist/esm/models/dagarray-output-alias.d.ts +77 -0
- package/dist/esm/models/dagarray-output-alias.js +14 -0
- package/dist/esm/models/dagarray-output.d.ts +71 -0
- package/dist/esm/models/dagarray-output.js +14 -0
- package/dist/esm/models/dagboolean-input-alias.d.ts +75 -0
- package/dist/esm/models/dagboolean-input-alias.js +14 -0
- package/dist/esm/models/dagboolean-input.d.ts +69 -0
- package/dist/esm/models/dagboolean-input.js +14 -0
- package/dist/esm/models/dagboolean-output-alias.d.ts +70 -0
- package/dist/esm/models/dagboolean-output-alias.js +14 -0
- package/dist/esm/models/dagboolean-output.d.ts +64 -0
- package/dist/esm/models/dagboolean-output.js +14 -0
- package/dist/esm/models/dagfile-input-alias.d.ts +82 -0
- package/dist/esm/models/dagfile-input-alias.js +14 -0
- package/dist/esm/models/dagfile-input.d.ts +76 -0
- package/dist/esm/models/dagfile-input.js +14 -0
- package/dist/esm/models/dagfile-output-alias.d.ts +70 -0
- package/dist/esm/models/dagfile-output-alias.js +14 -0
- package/dist/esm/models/dagfile-output.d.ts +64 -0
- package/dist/esm/models/dagfile-output.js +14 -0
- package/dist/esm/models/dagfolder-input-alias.d.ts +76 -0
- package/dist/esm/models/dagfolder-input-alias.js +14 -0
- package/dist/esm/models/dagfolder-input.d.ts +70 -0
- package/dist/esm/models/dagfolder-input.js +14 -0
- package/dist/esm/models/dagfolder-output-alias.d.ts +70 -0
- package/dist/esm/models/dagfolder-output-alias.js +14 -0
- package/dist/esm/models/dagfolder-output.d.ts +64 -0
- package/dist/esm/models/dagfolder-output.js +14 -0
- package/dist/esm/models/daggeneric-input-alias.d.ts +75 -0
- package/dist/esm/models/daggeneric-input-alias.js +14 -0
- package/dist/esm/models/daggeneric-input.d.ts +69 -0
- package/dist/esm/models/daggeneric-input.js +14 -0
- package/dist/esm/models/daggeneric-output-alias.d.ts +57 -0
- package/dist/esm/models/daggeneric-output-alias.js +14 -0
- package/dist/esm/models/daggeneric-output.d.ts +57 -0
- package/dist/esm/models/daggeneric-output.js +14 -0
- package/dist/esm/models/daginputs-inner.d.ts +82 -0
- package/dist/esm/models/daginputs-inner.js +14 -0
- package/dist/esm/models/daginteger-input-alias.d.ts +75 -0
- package/dist/esm/models/daginteger-input-alias.js +14 -0
- package/dist/esm/models/daginteger-input.d.ts +69 -0
- package/dist/esm/models/daginteger-input.js +14 -0
- package/dist/esm/models/daginteger-output-alias.d.ts +70 -0
- package/dist/esm/models/daginteger-output-alias.js +14 -0
- package/dist/esm/models/daginteger-output.d.ts +64 -0
- package/dist/esm/models/daginteger-output.js +14 -0
- package/dist/esm/models/dagjsonobject-input-alias.d.ts +75 -0
- package/dist/esm/models/dagjsonobject-input-alias.js +14 -0
- package/dist/esm/models/dagjsonobject-input.d.ts +69 -0
- package/dist/esm/models/dagjsonobject-input.js +14 -0
- package/dist/esm/models/dagjsonobject-output-alias.d.ts +70 -0
- package/dist/esm/models/dagjsonobject-output-alias.js +14 -0
- package/dist/esm/models/dagjsonobject-output.d.ts +64 -0
- package/dist/esm/models/dagjsonobject-output.js +14 -0
- package/dist/esm/models/daglinked-input-alias.d.ts +75 -0
- package/dist/esm/models/daglinked-input-alias.js +14 -0
- package/dist/esm/models/daglinked-output-alias.d.ts +57 -0
- package/dist/esm/models/daglinked-output-alias.js +14 -0
- package/dist/esm/models/dagnumber-input-alias.d.ts +75 -0
- package/dist/esm/models/dagnumber-input-alias.js +14 -0
- package/dist/esm/models/dagnumber-input.d.ts +69 -0
- package/dist/esm/models/dagnumber-input.js +14 -0
- package/dist/esm/models/dagnumber-output-alias.d.ts +70 -0
- package/dist/esm/models/dagnumber-output-alias.js +14 -0
- package/dist/esm/models/dagnumber-output.d.ts +64 -0
- package/dist/esm/models/dagnumber-output.js +14 -0
- package/dist/esm/models/dagoutputs-inner.d.ts +71 -0
- package/dist/esm/models/dagoutputs-inner.js +14 -0
- package/dist/esm/models/dagpath-input-alias.d.ts +82 -0
- package/dist/esm/models/dagpath-input-alias.js +14 -0
- package/dist/esm/models/dagpath-input.d.ts +76 -0
- package/dist/esm/models/dagpath-input.js +14 -0
- package/dist/esm/models/dagpath-output-alias.d.ts +70 -0
- package/dist/esm/models/dagpath-output-alias.js +14 -0
- package/dist/esm/models/dagpath-output.d.ts +64 -0
- package/dist/esm/models/dagpath-output.js +14 -0
- package/dist/esm/models/dagstring-input-alias.d.ts +75 -0
- package/dist/esm/models/dagstring-input-alias.js +14 -0
- package/dist/esm/models/dagstring-input.d.ts +69 -0
- package/dist/esm/models/dagstring-input.js +14 -0
- package/dist/esm/models/dagstring-output-alias.d.ts +70 -0
- package/dist/esm/models/dagstring-output-alias.js +14 -0
- package/dist/esm/models/dagstring-output.d.ts +64 -0
- package/dist/esm/models/dagstring-output.js +14 -0
- package/dist/esm/models/dagtask-arguments-inner.d.ts +51 -0
- package/dist/esm/models/dagtask-arguments-inner.js +14 -0
- package/dist/esm/models/dagtask-loop.d.ts +39 -0
- package/dist/esm/models/dagtask-loop.js +14 -0
- package/dist/esm/models/dagtask-returns-inner.d.ts +56 -0
- package/dist/esm/models/dagtask-returns-inner.js +14 -0
- package/dist/esm/models/dagtask.d.ts +77 -0
- package/dist/esm/models/dagtask.js +14 -0
- package/dist/esm/models/daily-usage.d.ts +48 -0
- package/dist/esm/models/daily-usage.js +14 -0
- package/dist/esm/models/default.d.ts +68 -0
- package/dist/esm/models/default.js +14 -0
- package/dist/esm/models/dependency-kind.d.ts +21 -0
- package/dist/esm/models/dependency-kind.js +22 -0
- package/dist/esm/models/dependency.d.ts +69 -0
- package/dist/esm/models/dependency.js +14 -0
- package/dist/esm/models/deployment-config-update.d.ts +48 -0
- package/dist/esm/models/deployment-config-update.js +14 -0
- package/dist/esm/models/deployment-config.d.ts +48 -0
- package/dist/esm/models/deployment-config.js +14 -0
- package/dist/esm/models/docker-config.d.ts +50 -0
- package/dist/esm/models/docker-config.js +14 -0
- package/dist/esm/models/file-meta-list.d.ts +55 -0
- package/dist/esm/models/file-meta-list.js +14 -0
- package/dist/esm/models/file-meta.d.ts +48 -0
- package/dist/esm/models/file-meta.js +14 -0
- package/dist/esm/models/file-reference.d.ts +38 -0
- package/dist/esm/models/file-reference.js +14 -0
- package/dist/esm/models/folder-reference.d.ts +38 -0
- package/dist/esm/models/folder-reference.js +14 -0
- package/dist/esm/models/from.d.ts +50 -0
- package/dist/esm/models/from.js +14 -0
- package/dist/esm/models/from1.d.ts +50 -0
- package/dist/esm/models/from1.js +14 -0
- package/dist/esm/models/from2.d.ts +50 -0
- package/dist/esm/models/from2.js +14 -0
- package/dist/esm/models/from3.d.ts +50 -0
- package/dist/esm/models/from3.js +14 -0
- package/dist/esm/models/from4.d.ts +50 -0
- package/dist/esm/models/from4.js +14 -0
- package/dist/esm/models/from5.d.ts +50 -0
- package/dist/esm/models/from5.js +14 -0
- package/dist/esm/models/function-array-input.d.ts +76 -0
- package/dist/esm/models/function-array-input.js +14 -0
- package/dist/esm/models/function-array-output.d.ts +63 -0
- package/dist/esm/models/function-array-output.js +14 -0
- package/dist/esm/models/function-boolean-input.d.ts +69 -0
- package/dist/esm/models/function-boolean-input.js +14 -0
- package/dist/esm/models/function-boolean-output.d.ts +56 -0
- package/dist/esm/models/function-boolean-output.js +14 -0
- package/dist/esm/models/function-file-input.d.ts +82 -0
- package/dist/esm/models/function-file-input.js +14 -0
- package/dist/esm/models/function-file-output.d.ts +56 -0
- package/dist/esm/models/function-file-output.js +14 -0
- package/dist/esm/models/function-folder-input.d.ts +76 -0
- package/dist/esm/models/function-folder-input.js +14 -0
- package/dist/esm/models/function-folder-output.d.ts +56 -0
- package/dist/esm/models/function-folder-output.js +14 -0
- package/dist/esm/models/function-inputs-inner.d.ts +88 -0
- package/dist/esm/models/function-inputs-inner.js +14 -0
- package/dist/esm/models/function-integer-input.d.ts +69 -0
- package/dist/esm/models/function-integer-input.js +14 -0
- package/dist/esm/models/function-integer-output.d.ts +56 -0
- package/dist/esm/models/function-integer-output.js +14 -0
- package/dist/esm/models/function-jsonobject-input.d.ts +69 -0
- package/dist/esm/models/function-jsonobject-input.js +14 -0
- package/dist/esm/models/function-jsonobject-output.d.ts +56 -0
- package/dist/esm/models/function-jsonobject-output.js +14 -0
- package/dist/esm/models/function-number-input.d.ts +69 -0
- package/dist/esm/models/function-number-input.js +14 -0
- package/dist/esm/models/function-number-output.d.ts +56 -0
- package/dist/esm/models/function-number-output.js +14 -0
- package/dist/esm/models/function-outputs-inner.d.ts +63 -0
- package/dist/esm/models/function-outputs-inner.js +14 -0
- package/dist/esm/models/function-path-input.d.ts +82 -0
- package/dist/esm/models/function-path-input.js +14 -0
- package/dist/esm/models/function-path-output.d.ts +56 -0
- package/dist/esm/models/function-path-output.js +14 -0
- package/dist/esm/models/function-string-input.d.ts +69 -0
- package/dist/esm/models/function-string-input.js +14 -0
- package/dist/esm/models/function-string-output.d.ts +56 -0
- package/dist/esm/models/function-string-output.js +14 -0
- package/dist/esm/models/function.d.ts +77 -0
- package/dist/esm/models/function.js +14 -0
- package/dist/esm/models/http.d.ts +38 -0
- package/dist/esm/models/http.js +14 -0
- package/dist/esm/models/httpvalidation-error.d.ts +25 -0
- package/dist/esm/models/httpvalidation-error.js +14 -0
- package/dist/esm/models/index.d.ts +291 -0
- package/dist/esm/models/index.js +291 -0
- package/dist/esm/models/input-file-reference.d.ts +38 -0
- package/dist/esm/models/input-file-reference.js +14 -0
- package/dist/esm/models/input-folder-reference.d.ts +38 -0
- package/dist/esm/models/input-folder-reference.js +14 -0
- package/dist/esm/models/input-path-reference.d.ts +38 -0
- package/dist/esm/models/input-path-reference.js +14 -0
- package/dist/esm/models/input-reference.d.ts +38 -0
- package/dist/esm/models/input-reference.js +14 -0
- package/dist/esm/models/ioalias-handler.d.ts +56 -0
- package/dist/esm/models/ioalias-handler.js +14 -0
- package/dist/esm/models/item-reference.d.ts +38 -0
- package/dist/esm/models/item-reference.js +14 -0
- package/dist/esm/models/item-type.d.ts +26 -0
- package/dist/esm/models/item-type.js +27 -0
- package/dist/esm/models/job-argument.d.ts +44 -0
- package/dist/esm/models/job-argument.js +14 -0
- package/dist/esm/models/job-arguments-inner-inner.d.ts +51 -0
- package/dist/esm/models/job-arguments-inner-inner.js +14 -0
- package/dist/esm/models/job-compute-usage.d.ts +90 -0
- package/dist/esm/models/job-compute-usage.js +14 -0
- package/dist/esm/models/job-path-argument.d.ts +45 -0
- package/dist/esm/models/job-path-argument.js +14 -0
- package/dist/esm/models/job-status-enum.d.ts +26 -0
- package/dist/esm/models/job-status-enum.js +27 -0
- package/dist/esm/models/job-status.d.ts +105 -0
- package/dist/esm/models/job-status.js +14 -0
- package/dist/esm/models/job.d.ts +71 -0
- package/dist/esm/models/job.js +14 -0
- package/dist/{models/body-post-recipe-owner-recipes-post.d.ts → esm/models/key-request.d.ts} +6 -6
- package/dist/esm/models/key-request.js +14 -0
- package/dist/esm/models/license-pool-access-policy-list.d.ts +25 -0
- package/dist/esm/models/license-pool-access-policy-list.js +14 -0
- package/dist/esm/models/license-pool-access-policy.d.ts +32 -0
- package/dist/esm/models/license-pool-access-policy.js +14 -0
- package/dist/esm/models/license-pool-list.d.ts +25 -0
- package/dist/esm/models/license-pool-list.js +14 -0
- package/dist/esm/models/license-pool-policy-subject-list.d.ts +25 -0
- package/dist/esm/models/license-pool-policy-subject-list.js +14 -0
- package/dist/esm/models/license-pool-policy-subject.d.ts +31 -0
- package/dist/esm/models/license-pool-policy-subject.js +14 -0
- package/dist/esm/models/license-pool-public.d.ts +75 -0
- package/dist/esm/models/license-pool-public.js +14 -0
- package/dist/esm/models/license-pool-update.d.ts +24 -0
- package/dist/esm/models/license-pool-update.js +14 -0
- package/dist/esm/models/license-public.d.ts +122 -0
- package/dist/esm/models/license-public.js +14 -0
- package/dist/esm/models/license-type.d.ts +22 -0
- package/{models/body-cython-function-or-method-owner-plugins-post.ts → dist/esm/models/license-type.js} +8 -16
- package/dist/esm/models/license.d.ts +44 -0
- package/dist/esm/models/license.js +14 -0
- package/dist/esm/models/local-config.d.ts +32 -0
- package/dist/esm/models/local-config.js +14 -0
- package/dist/esm/models/location.d.ts +54 -0
- package/dist/esm/models/location.js +14 -0
- package/dist/esm/models/maintainer.d.ts +44 -0
- package/dist/esm/models/maintainer.js +14 -0
- package/dist/esm/models/manifest.d.ts +73 -0
- package/dist/esm/models/manifest.js +14 -0
- package/dist/esm/models/meta-data.d.ts +100 -0
- package/dist/esm/models/meta-data.js +14 -0
- package/dist/esm/models/metadata.d.ts +42 -0
- package/dist/esm/models/metadata.js +14 -0
- package/dist/esm/models/new-application-version.d.ts +30 -0
- package/dist/esm/models/new-application-version.js +14 -0
- package/dist/esm/models/new-plugin-package.d.ts +31 -0
- package/dist/esm/models/new-plugin-package.js +14 -0
- package/dist/esm/models/new-recipe-package.d.ts +31 -0
- package/dist/esm/models/new-recipe-package.js +14 -0
- package/dist/esm/models/organisation-member-usage.d.ts +72 -0
- package/dist/esm/models/organisation-member-usage.js +14 -0
- package/dist/esm/models/organization-create.d.ts +48 -0
- package/dist/esm/models/organization-create.js +14 -0
- package/dist/esm/models/organization-list.d.ts +55 -0
- package/dist/esm/models/organization-list.js +14 -0
- package/dist/esm/models/organization-member-list.d.ts +55 -0
- package/dist/esm/models/organization-member-list.js +14 -0
- package/dist/esm/models/organization-member.d.ts +32 -0
- package/dist/esm/models/organization-member.js +14 -0
- package/dist/esm/models/organization-role-enum.d.ts +21 -0
- package/dist/esm/models/organization-role-enum.js +22 -0
- package/dist/esm/models/organization-update.d.ts +48 -0
- package/dist/esm/models/organization-update.js +14 -0
- package/dist/esm/models/organization.d.ts +80 -0
- package/dist/esm/models/organization.js +14 -0
- package/dist/esm/models/package-sort-key.d.ts +22 -0
- package/dist/esm/models/package-sort-key.js +23 -0
- package/dist/esm/models/package-version.d.ts +143 -0
- package/dist/esm/models/package-version.js +14 -0
- package/dist/esm/models/paused-reason.d.ts +21 -0
- package/dist/esm/models/paused-reason.js +22 -0
- package/dist/esm/models/pay-link.d.ts +24 -0
- package/dist/esm/models/pay-link.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +22 -0
- package/dist/esm/models/payment-method-enum.js +23 -0
- package/dist/esm/models/payment-method.d.ts +44 -0
- package/dist/esm/models/payment-method.js +14 -0
- package/dist/esm/models/payment.d.ts +66 -0
- package/dist/esm/models/payment.js +14 -0
- package/dist/esm/models/permission.d.ts +22 -0
- package/dist/esm/models/permission.js +23 -0
- package/dist/esm/models/plan-type.d.ts +26 -0
- package/dist/esm/models/plan-type.js +27 -0
- package/dist/esm/models/plugin-config.d.ts +46 -0
- package/dist/esm/models/plugin-config.js +14 -0
- package/dist/esm/models/plugin-package-list.d.ts +55 -0
- package/dist/esm/models/plugin-package-list.js +14 -0
- package/dist/esm/models/plugin-package.d.ts +67 -0
- package/dist/esm/models/plugin-package.js +14 -0
- package/dist/esm/models/plugin.d.ts +59 -0
- package/dist/esm/models/plugin.js +14 -0
- package/dist/esm/models/policy-subject.d.ts +31 -0
- package/dist/esm/models/policy-subject.js +14 -0
- package/dist/esm/models/project-access-policy-list.d.ts +55 -0
- package/dist/esm/models/project-access-policy-list.js +14 -0
- package/dist/esm/models/project-access-policy.d.ts +32 -0
- package/dist/esm/models/project-access-policy.js +14 -0
- package/dist/esm/models/project-create.d.ts +36 -0
- package/dist/esm/models/project-create.js +14 -0
- package/dist/esm/models/project-folder.d.ts +38 -0
- package/dist/esm/models/project-folder.js +14 -0
- package/dist/esm/models/project-list.d.ts +55 -0
- package/dist/esm/models/project-list.js +14 -0
- package/dist/esm/models/project-policy-subject.d.ts +31 -0
- package/dist/esm/models/project-policy-subject.js +14 -0
- package/dist/esm/models/project-recipe-filter-list.d.ts +55 -0
- package/dist/esm/models/project-recipe-filter-list.js +14 -0
- package/dist/esm/models/project-recipe-filter.d.ts +36 -0
- package/dist/esm/models/project-recipe-filter.js +14 -0
- package/dist/esm/models/project-sort-key.d.ts +22 -0
- package/dist/esm/models/project-sort-key.js +23 -0
- package/dist/esm/models/project-update.d.ts +36 -0
- package/dist/esm/models/project-update.js +14 -0
- package/dist/esm/models/project.d.ts +69 -0
- package/dist/esm/models/project.js +14 -0
- package/dist/esm/models/public-account-list.d.ts +55 -0
- package/dist/esm/models/public-account-list.js +14 -0
- package/dist/esm/models/quota-list.d.ts +55 -0
- package/dist/esm/models/quota-list.js +14 -0
- package/dist/esm/models/quota-plan.d.ts +67 -0
- package/dist/esm/models/quota-plan.js +14 -0
- package/dist/esm/models/quota-type.d.ts +33 -0
- package/dist/esm/models/quota-type.js +34 -0
- package/dist/esm/models/quota.d.ts +92 -0
- package/dist/esm/models/quota.js +14 -0
- package/dist/esm/models/recipe-interface-list.d.ts +55 -0
- package/dist/esm/models/recipe-interface-list.js +14 -0
- package/dist/esm/models/recipe-interface.d.ts +65 -0
- package/dist/esm/models/recipe-interface.js +14 -0
- package/dist/esm/models/recipe-package-list.d.ts +55 -0
- package/dist/esm/models/recipe-package-list.js +14 -0
- package/dist/esm/models/recipe-package.d.ts +67 -0
- package/dist/esm/models/recipe-package.js +14 -0
- package/dist/esm/models/recipe.d.ts +59 -0
- package/dist/esm/models/recipe.js +14 -0
- package/dist/esm/models/report-compute-usage.d.ts +49 -0
- package/dist/esm/models/report-compute-usage.js +14 -0
- package/dist/esm/models/report-organisation-member-usage.d.ts +49 -0
- package/dist/esm/models/report-organisation-member-usage.js +14 -0
- package/dist/esm/models/repository-access-policy-list.d.ts +55 -0
- package/dist/esm/models/repository-access-policy-list.js +14 -0
- package/dist/esm/models/repository-access-policy.d.ts +32 -0
- package/dist/esm/models/repository-access-policy.js +14 -0
- package/dist/esm/models/repository-create.d.ts +48 -0
- package/dist/esm/models/repository-create.js +14 -0
- package/dist/esm/models/repository-index.d.ts +68 -0
- package/dist/esm/models/repository-index.js +14 -0
- package/dist/esm/models/repository-list.d.ts +55 -0
- package/dist/esm/models/repository-list.js +14 -0
- package/dist/esm/models/repository-metadata.d.ts +62 -0
- package/dist/esm/models/repository-metadata.js +14 -0
- package/dist/esm/models/repository-policy-subject.d.ts +31 -0
- package/dist/esm/models/repository-policy-subject.js +14 -0
- package/dist/esm/models/repository-sort-key.d.ts +23 -0
- package/dist/esm/models/repository-sort-key.js +24 -0
- package/dist/esm/models/repository-update.d.ts +42 -0
- package/dist/esm/models/repository-update.js +14 -0
- package/dist/esm/models/repository-user-permissions.d.ts +36 -0
- package/dist/esm/models/repository-user-permissions.js +14 -0
- package/dist/esm/models/repository.d.ts +80 -0
- package/dist/esm/models/repository.js +14 -0
- package/dist/esm/models/resources-duration.d.ts +30 -0
- package/dist/esm/models/resources-duration.js +14 -0
- package/dist/esm/models/response-get-package-json.d.ts +86 -0
- package/dist/esm/models/response-get-package-json.js +14 -0
- package/dist/esm/models/retry-config.d.ts +24 -0
- package/dist/esm/models/retry-config.js +14 -0
- package/dist/esm/models/role-enum.d.ts +21 -0
- package/dist/esm/models/role-enum.js +22 -0
- package/dist/esm/models/run-list.d.ts +55 -0
- package/dist/esm/models/run-list.js +14 -0
- package/dist/esm/models/run-meta.d.ts +32 -0
- package/dist/esm/models/run-meta.js +14 -0
- package/dist/esm/models/run-progress.d.ts +36 -0
- package/dist/esm/models/run-progress.js +14 -0
- package/dist/esm/models/run-result-list-resources-inner-inner.d.ts +101 -0
- package/dist/esm/models/run-result-list-resources-inner-inner.js +14 -0
- package/dist/esm/models/run-result-list.d.ts +55 -0
- package/dist/esm/models/run-result-list.js +14 -0
- package/dist/esm/models/run-status-enum.d.ts +27 -0
- package/dist/esm/models/run-status-enum.js +28 -0
- package/dist/esm/models/run-status-inputs-inner.d.ts +101 -0
- package/dist/esm/models/run-status-inputs-inner.js +14 -0
- package/dist/esm/models/run-status-outputs-inner.d.ts +76 -0
- package/dist/esm/models/run-status-outputs-inner.js +14 -0
- package/dist/esm/models/run-status.d.ts +110 -0
- package/dist/esm/models/run-status.js +14 -0
- package/dist/esm/models/run.d.ts +64 -0
- package/dist/esm/models/run.js +14 -0
- package/dist/esm/models/s3-upload-request.d.ts +32 -0
- package/dist/esm/models/s3-upload-request.js +14 -0
- package/dist/esm/models/s3.d.ts +56 -0
- package/dist/esm/models/s3.js +14 -0
- package/dist/esm/models/scripting-languages.d.ts +20 -0
- package/dist/esm/models/scripting-languages.js +21 -0
- package/dist/esm/models/sdkenum.d.ts +22 -0
- package/dist/esm/models/sdkenum.js +23 -0
- package/dist/esm/models/sort-enum.d.ts +21 -0
- package/dist/esm/models/sort-enum.js +22 -0
- package/dist/esm/models/source.d.ts +68 -0
- package/dist/esm/models/source.js +14 -0
- package/dist/esm/models/status-type.d.ts +24 -0
- package/dist/esm/models/status-type.js +25 -0
- package/dist/esm/models/step-array-input.d.ts +82 -0
- package/dist/esm/models/step-array-input.js +14 -0
- package/dist/esm/models/step-array-output.d.ts +69 -0
- package/dist/esm/models/step-array-output.js +14 -0
- package/dist/esm/models/step-boolean-input.d.ts +75 -0
- package/dist/esm/models/step-boolean-input.js +14 -0
- package/dist/esm/models/step-boolean-output.d.ts +62 -0
- package/dist/esm/models/step-boolean-output.js +14 -0
- package/dist/esm/models/step-file-input.d.ts +89 -0
- package/dist/esm/models/step-file-input.js +14 -0
- package/dist/esm/models/step-file-output.d.ts +63 -0
- package/dist/esm/models/step-file-output.js +14 -0
- package/dist/esm/models/step-folder-input.d.ts +83 -0
- package/dist/esm/models/step-folder-input.js +14 -0
- package/dist/esm/models/step-folder-output.d.ts +63 -0
- package/dist/esm/models/step-folder-output.js +14 -0
- package/dist/esm/models/step-integer-input.d.ts +75 -0
- package/dist/esm/models/step-integer-input.js +14 -0
- package/dist/esm/models/step-integer-output.d.ts +62 -0
- package/dist/esm/models/step-integer-output.js +14 -0
- package/dist/esm/models/step-jsonobject-input.d.ts +75 -0
- package/dist/esm/models/step-jsonobject-input.js +14 -0
- package/dist/esm/models/step-jsonobject-output.d.ts +62 -0
- package/dist/esm/models/step-jsonobject-output.js +14 -0
- package/dist/esm/models/step-list.d.ts +55 -0
- package/dist/esm/models/step-list.js +14 -0
- package/dist/esm/models/step-number-input.d.ts +75 -0
- package/dist/esm/models/step-number-input.js +14 -0
- package/dist/esm/models/step-number-output.d.ts +62 -0
- package/dist/esm/models/step-number-output.js +14 -0
- package/dist/esm/models/step-path-input.d.ts +89 -0
- package/dist/esm/models/step-path-input.js +14 -0
- package/dist/esm/models/step-path-output.d.ts +63 -0
- package/dist/esm/models/step-path-output.js +14 -0
- package/dist/esm/models/step-status-enum.d.ts +25 -0
- package/dist/esm/models/step-status-enum.js +26 -0
- package/dist/esm/models/step-status.d.ts +126 -0
- package/dist/esm/models/step-status.js +14 -0
- package/dist/esm/models/step-string-input.d.ts +75 -0
- package/dist/esm/models/step-string-input.js +14 -0
- package/dist/esm/models/step-string-output.d.ts +62 -0
- package/dist/esm/models/step-string-output.js +14 -0
- package/dist/esm/models/subject-type.d.ts +21 -0
- package/dist/esm/models/subject-type.js +22 -0
- package/dist/esm/models/subject.d.ts +66 -0
- package/dist/esm/models/subject.js +14 -0
- package/dist/esm/models/subscription-create.d.ts +36 -0
- package/dist/esm/models/subscription-create.js +14 -0
- package/dist/esm/models/subscription-payment.d.ts +36 -0
- package/dist/esm/models/subscription-payment.js +14 -0
- package/dist/esm/models/subscription-plan.d.ts +58 -0
- package/dist/esm/models/subscription-plan.js +14 -0
- package/dist/esm/models/subscription-update-dry-run.d.ts +25 -0
- package/dist/esm/models/subscription-update-dry-run.js +14 -0
- package/dist/esm/models/subscription-update.d.ts +30 -0
- package/dist/esm/models/subscription-update.js +14 -0
- package/dist/esm/models/subscription.d.ts +75 -0
- package/dist/esm/models/subscription.js +14 -0
- package/dist/esm/models/task-argument.d.ts +45 -0
- package/dist/esm/models/task-argument.js +14 -0
- package/dist/esm/models/task-file-reference.d.ts +44 -0
- package/dist/esm/models/task-file-reference.js +14 -0
- package/dist/esm/models/task-folder-reference.d.ts +44 -0
- package/dist/esm/models/task-folder-reference.js +14 -0
- package/dist/esm/models/task-path-argument.d.ts +51 -0
- package/dist/esm/models/task-path-argument.js +14 -0
- package/dist/esm/models/task-path-reference.d.ts +44 -0
- package/dist/esm/models/task-path-reference.js +14 -0
- package/dist/esm/models/task-path-return.d.ts +56 -0
- package/dist/esm/models/task-path-return.js +14 -0
- package/dist/esm/models/task-reference.d.ts +44 -0
- package/dist/esm/models/task-reference.js +14 -0
- package/dist/esm/models/task-return.d.ts +44 -0
- package/dist/esm/models/task-return.js +14 -0
- package/dist/esm/models/team-create.d.ts +30 -0
- package/dist/esm/models/team-create.js +14 -0
- package/dist/esm/models/team-list.d.ts +55 -0
- package/dist/esm/models/team-list.js +14 -0
- package/dist/esm/models/team-member-list.d.ts +55 -0
- package/dist/esm/models/team-member-list.js +14 -0
- package/dist/esm/models/team-member.d.ts +32 -0
- package/dist/esm/models/team-member.js +14 -0
- package/dist/esm/models/team-role-enum.d.ts +21 -0
- package/dist/esm/models/team-role-enum.js +22 -0
- package/dist/esm/models/team-update.d.ts +30 -0
- package/dist/esm/models/team-update.js +14 -0
- package/dist/esm/models/team.d.ts +48 -0
- package/dist/esm/models/team.js +14 -0
- package/dist/esm/models/template-function.d.ts +84 -0
- package/dist/esm/models/template-function.js +14 -0
- package/dist/esm/models/update-accepted.d.ts +24 -0
- package/dist/esm/models/update-accepted.js +14 -0
- package/dist/esm/models/usage.d.ts +61 -0
- package/dist/esm/models/usage.js +14 -0
- package/dist/esm/models/user-create.d.ts +42 -0
- package/dist/esm/models/user-create.js +14 -0
- package/dist/esm/models/user-permission.d.ts +36 -0
- package/dist/esm/models/user-permission.js +14 -0
- package/dist/esm/models/user-private.d.ts +54 -0
- package/dist/esm/models/user-private.js +14 -0
- package/dist/esm/models/user-public-list.d.ts +55 -0
- package/dist/esm/models/user-public-list.js +14 -0
- package/dist/esm/models/user-public.d.ts +42 -0
- package/dist/esm/models/user-public.js +14 -0
- package/dist/esm/models/user-update.d.ts +36 -0
- package/dist/esm/models/user-update.js +14 -0
- package/dist/esm/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/esm/models/validation-error-loc-inner.js +14 -0
- package/dist/esm/models/validation-error.d.ts +37 -0
- package/dist/esm/models/validation-error.js +14 -0
- package/dist/esm/models/value-file-reference.d.ts +38 -0
- package/dist/esm/models/value-file-reference.js +14 -0
- package/dist/esm/models/value-folder-reference.d.ts +38 -0
- package/dist/esm/models/value-folder-reference.js +14 -0
- package/dist/esm/models/value-list-reference.d.ts +38 -0
- package/dist/esm/models/value-list-reference.js +14 -0
- package/dist/esm/models/value-reference.d.ts +38 -0
- package/dist/esm/models/value-reference.js +14 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/accessor.d.ts +6 -7
- package/dist/models/accessor.js +1 -1
- package/dist/models/account-public.d.ts +7 -7
- package/dist/models/account-public.js +1 -1
- package/dist/models/account-type.d.ts +6 -5
- package/dist/models/account-type.js +5 -6
- package/dist/models/activation-list.d.ts +3 -3
- package/dist/models/activation-list.js +1 -1
- package/dist/models/activation.d.ts +18 -18
- package/dist/models/activation.js +1 -1
- package/dist/models/apitoken-create.d.ts +4 -4
- package/dist/models/apitoken-create.js +1 -1
- package/dist/models/apitoken-list.d.ts +8 -8
- package/dist/models/apitoken-list.js +1 -1
- package/dist/models/apitoken-private.d.ts +5 -5
- package/dist/models/apitoken-private.js +1 -1
- package/dist/models/apitoken.d.ts +4 -4
- package/dist/models/apitoken.js +1 -1
- package/dist/models/application-access-policy-list.d.ts +8 -8
- package/dist/models/application-access-policy-list.js +1 -1
- package/dist/models/application-access-policy.d.ts +5 -5
- package/dist/models/application-access-policy.js +1 -1
- package/dist/models/application-create.d.ts +13 -13
- package/dist/models/application-create.js +1 -1
- package/dist/models/application-deployment.d.ts +7 -7
- package/dist/models/application-deployment.js +1 -1
- package/dist/models/application-list.d.ts +8 -8
- package/dist/models/application-list.js +1 -1
- package/dist/models/application-policy-subject.d.ts +4 -4
- package/dist/models/application-policy-subject.js +1 -1
- package/dist/models/application-sort-key.d.ts +7 -6
- package/dist/models/application-sort-key.js +6 -7
- package/dist/models/application-update.d.ts +9 -9
- package/dist/models/application-update.js +1 -1
- package/dist/models/application-version-list.d.ts +8 -8
- package/dist/models/application-version-list.js +1 -1
- package/dist/models/application-version.d.ts +9 -9
- package/dist/models/application-version.js +1 -1
- package/dist/models/application.d.ts +21 -21
- package/dist/models/application.js +1 -1
- package/dist/models/baked-recipe-templates-inner.d.ts +97 -0
- package/dist/models/{body-cython-function-or-method-owner-plugins-post.js → baked-recipe-templates-inner.js} +1 -1
- package/dist/models/baked-recipe.d.ts +14 -14
- package/dist/models/baked-recipe.js +1 -1
- package/dist/models/billing-info.d.ts +14 -14
- package/dist/models/billing-info.js +1 -1
- package/dist/models/billing-option.d.ts +6 -6
- package/dist/models/billing-option.js +1 -1
- package/dist/models/build-status-enum.d.ts +12 -11
- package/dist/models/build-status-enum.js +11 -12
- package/dist/models/build-status.d.ts +6 -6
- package/dist/models/build-status.js +1 -1
- package/dist/models/card-type.d.ts +14 -13
- package/dist/models/card-type.js +13 -14
- package/dist/models/cloud-job-list.d.ts +8 -8
- package/dist/models/cloud-job-list.js +1 -1
- package/dist/models/cloud-job.d.ts +13 -13
- package/dist/models/cloud-job.js +1 -1
- package/dist/models/created-content.d.ts +3 -3
- package/dist/models/created-content.js +1 -1
- package/dist/models/dag.d.ts +13 -31
- package/dist/models/dag.js +1 -1
- package/dist/models/dagarray-input-alias-inner.d.ts +88 -0
- package/dist/models/{body-post-recipe-owner-recipes-post.js → dagarray-input-alias-inner.js} +1 -1
- package/dist/models/dagarray-input-alias.d.ts +13 -13
- package/dist/models/dagarray-input-alias.js +1 -1
- package/dist/models/dagarray-input.d.ts +13 -23
- package/dist/models/dagarray-input.js +1 -1
- package/dist/models/dagarray-output-alias-inner.d.ts +77 -0
- package/dist/models/dagarray-output-alias-inner.js +15 -0
- package/dist/models/dagarray-output-alias.d.ts +15 -16
- package/dist/models/dagarray-output-alias.js +1 -1
- package/dist/models/dagarray-output.d.ts +15 -26
- package/dist/models/dagarray-output.js +1 -1
- package/dist/models/dagboolean-input-alias.d.ts +11 -11
- package/dist/models/dagboolean-input-alias.js +1 -1
- package/dist/models/dagboolean-input.d.ts +11 -21
- package/dist/models/dagboolean-input.js +1 -1
- package/dist/models/dagboolean-output-alias.d.ts +13 -14
- package/dist/models/dagboolean-output-alias.js +1 -1
- package/dist/models/dagboolean-output.d.ts +13 -24
- package/dist/models/dagboolean-output.js +1 -1
- package/dist/models/dagfile-input-alias.d.ts +15 -17
- package/dist/models/dagfile-input-alias.js +1 -1
- package/dist/models/dagfile-input.d.ts +15 -27
- package/dist/models/dagfile-input.js +1 -1
- package/dist/models/dagfile-output-alias.d.ts +13 -14
- package/dist/models/dagfile-output-alias.js +1 -1
- package/dist/models/dagfile-output.d.ts +13 -24
- package/dist/models/dagfile-output.js +1 -1
- package/dist/models/dagfolder-input-alias.d.ts +14 -16
- package/dist/models/dagfolder-input-alias.js +1 -1
- package/dist/models/dagfolder-input.d.ts +14 -26
- package/dist/models/dagfolder-input.js +1 -1
- package/dist/models/dagfolder-output-alias.d.ts +13 -14
- package/dist/models/dagfolder-output-alias.js +1 -1
- package/dist/models/dagfolder-output.d.ts +13 -24
- package/dist/models/dagfolder-output.js +1 -1
- package/dist/models/daggeneric-input-alias.d.ts +11 -11
- package/dist/models/daggeneric-input-alias.js +1 -1
- package/dist/models/daggeneric-input.d.ts +11 -21
- package/dist/models/daggeneric-input.js +1 -1
- package/dist/models/daggeneric-output-alias.d.ts +8 -8
- package/dist/models/daggeneric-output-alias.js +1 -1
- package/dist/models/daggeneric-output.d.ts +10 -20
- package/dist/models/daggeneric-output.js +1 -1
- package/dist/models/daginputs-inner.d.ts +82 -0
- package/dist/models/daginputs-inner.js +15 -0
- package/dist/models/daginteger-input-alias.d.ts +11 -11
- package/dist/models/daginteger-input-alias.js +1 -1
- package/dist/models/daginteger-input.d.ts +11 -21
- package/dist/models/daginteger-input.js +1 -1
- package/dist/models/daginteger-output-alias.d.ts +13 -14
- package/dist/models/daginteger-output-alias.js +1 -1
- package/dist/models/daginteger-output.d.ts +13 -24
- package/dist/models/daginteger-output.js +1 -1
- package/dist/models/dagjsonobject-input-alias.d.ts +11 -11
- package/dist/models/dagjsonobject-input-alias.js +1 -1
- package/dist/models/dagjsonobject-input.d.ts +11 -21
- package/dist/models/dagjsonobject-input.js +1 -1
- package/dist/models/dagjsonobject-output-alias.d.ts +13 -14
- package/dist/models/dagjsonobject-output-alias.js +1 -1
- package/dist/models/dagjsonobject-output.d.ts +13 -24
- package/dist/models/dagjsonobject-output.js +1 -1
- package/dist/models/daglinked-input-alias.d.ts +11 -11
- package/dist/models/daglinked-input-alias.js +1 -1
- package/dist/models/daglinked-output-alias.d.ts +8 -8
- package/dist/models/daglinked-output-alias.js +1 -1
- package/dist/models/dagnumber-input-alias.d.ts +11 -11
- package/dist/models/dagnumber-input-alias.js +1 -1
- package/dist/models/dagnumber-input.d.ts +11 -21
- package/dist/models/dagnumber-input.js +1 -1
- package/dist/models/dagnumber-output-alias.d.ts +13 -14
- package/dist/models/dagnumber-output-alias.js +1 -1
- package/dist/models/dagnumber-output.d.ts +13 -24
- package/dist/models/dagnumber-output.js +1 -1
- package/dist/models/dagoutputs-inner.d.ts +71 -0
- package/dist/models/dagoutputs-inner.js +15 -0
- package/dist/models/dagpath-input-alias.d.ts +15 -17
- package/dist/models/dagpath-input-alias.js +1 -1
- package/dist/models/dagpath-input.d.ts +15 -27
- package/dist/models/dagpath-input.js +1 -1
- package/dist/models/dagpath-output-alias.d.ts +13 -15
- package/dist/models/dagpath-output-alias.js +1 -1
- package/dist/models/dagpath-output.d.ts +13 -25
- package/dist/models/dagpath-output.js +1 -1
- package/dist/models/dagstring-input-alias.d.ts +11 -11
- package/dist/models/dagstring-input-alias.js +1 -1
- package/dist/models/dagstring-input.d.ts +11 -21
- package/dist/models/dagstring-input.js +1 -1
- package/dist/models/dagstring-output-alias.d.ts +13 -14
- package/dist/models/dagstring-output-alias.js +1 -1
- package/dist/models/dagstring-output.d.ts +13 -24
- package/dist/models/dagstring-output.js +1 -1
- package/dist/models/dagtask-arguments-inner.d.ts +51 -0
- package/dist/models/dagtask-arguments-inner.js +15 -0
- package/dist/models/dagtask-loop.d.ts +7 -9
- package/dist/models/dagtask-loop.js +1 -1
- package/dist/models/dagtask-returns-inner.d.ts +56 -0
- package/dist/models/dagtask-returns-inner.js +15 -0
- package/dist/models/dagtask.d.ts +15 -17
- package/dist/models/dagtask.js +1 -1
- package/dist/models/daily-usage.d.ts +6 -6
- package/dist/models/daily-usage.js +1 -1
- package/dist/models/default.d.ts +68 -0
- package/dist/models/default.js +15 -0
- package/dist/models/dependency-kind.d.ts +6 -5
- package/dist/models/dependency-kind.js +5 -6
- package/dist/models/dependency.d.ts +10 -10
- package/dist/models/dependency.js +1 -1
- package/dist/models/deployment-config-update.d.ts +6 -6
- package/dist/models/deployment-config-update.js +1 -1
- package/dist/models/deployment-config.d.ts +6 -6
- package/dist/models/deployment-config.js +1 -1
- package/dist/models/docker-config.d.ts +6 -6
- package/dist/models/docker-config.js +1 -1
- package/dist/models/file-meta-list.d.ts +8 -8
- package/dist/models/file-meta-list.js +1 -1
- package/dist/models/file-meta.d.ts +6 -6
- package/dist/models/file-meta.js +1 -1
- package/dist/models/file-reference.d.ts +4 -4
- package/dist/models/file-reference.js +1 -1
- package/dist/models/folder-reference.d.ts +4 -4
- package/dist/models/folder-reference.js +1 -1
- package/dist/models/from.d.ts +50 -0
- package/dist/models/from.js +15 -0
- package/dist/models/from1.d.ts +50 -0
- package/dist/models/from1.js +15 -0
- package/dist/models/from2.d.ts +50 -0
- package/dist/models/from2.js +15 -0
- package/dist/models/from3.d.ts +50 -0
- package/dist/models/from3.js +15 -0
- package/dist/models/from4.d.ts +50 -0
- package/dist/models/from4.js +15 -0
- package/dist/models/from5.d.ts +50 -0
- package/dist/models/from5.js +15 -0
- package/dist/models/function-array-input.d.ts +13 -23
- package/dist/models/function-array-input.js +1 -1
- package/dist/models/function-array-output.d.ts +9 -9
- package/dist/models/function-array-output.js +1 -1
- package/dist/models/function-boolean-input.d.ts +11 -21
- package/dist/models/function-boolean-input.js +1 -1
- package/dist/models/function-boolean-output.d.ts +7 -7
- package/dist/models/function-boolean-output.js +1 -1
- package/dist/models/function-file-input.d.ts +16 -28
- package/dist/models/function-file-input.js +1 -1
- package/dist/models/function-file-output.d.ts +7 -7
- package/dist/models/function-file-output.js +1 -1
- package/dist/models/function-folder-input.d.ts +15 -27
- package/dist/models/function-folder-input.js +1 -1
- package/dist/models/function-folder-output.d.ts +7 -7
- package/dist/models/function-folder-output.js +1 -1
- package/dist/models/function-inputs-inner.d.ts +88 -0
- package/dist/models/function-inputs-inner.js +15 -0
- package/dist/models/function-integer-input.d.ts +11 -21
- package/dist/models/function-integer-input.js +1 -1
- package/dist/models/function-integer-output.d.ts +7 -7
- package/dist/models/function-integer-output.js +1 -1
- package/dist/models/function-jsonobject-input.d.ts +11 -21
- package/dist/models/function-jsonobject-input.js +1 -1
- package/dist/models/function-jsonobject-output.d.ts +7 -7
- package/dist/models/function-jsonobject-output.js +1 -1
- package/dist/models/function-number-input.d.ts +11 -21
- package/dist/models/function-number-input.js +1 -1
- package/dist/models/function-number-output.d.ts +7 -7
- package/dist/models/function-number-output.js +1 -1
- package/dist/models/function-outputs-inner.d.ts +63 -0
- package/dist/models/function-outputs-inner.js +15 -0
- package/dist/models/function-path-input.d.ts +16 -28
- package/dist/models/function-path-input.js +1 -1
- package/dist/models/function-path-output.d.ts +7 -7
- package/dist/models/function-path-output.js +1 -1
- package/dist/models/function-string-input.d.ts +11 -21
- package/dist/models/function-string-input.js +1 -1
- package/dist/models/function-string-output.d.ts +7 -7
- package/dist/models/function-string-output.js +1 -1
- package/dist/models/function.d.ts +15 -31
- package/dist/models/function.js +1 -1
- package/dist/models/http.d.ts +4 -4
- package/dist/models/http.js +1 -1
- package/dist/models/httpvalidation-error.d.ts +3 -3
- package/dist/models/httpvalidation-error.js +1 -1
- package/dist/models/index.d.ts +29 -2
- package/dist/models/index.js +29 -2
- package/dist/models/input-file-reference.d.ts +4 -4
- package/dist/models/input-file-reference.js +1 -1
- package/dist/models/input-folder-reference.d.ts +4 -4
- package/dist/models/input-folder-reference.js +1 -1
- package/dist/models/input-path-reference.d.ts +4 -4
- package/dist/models/input-path-reference.js +1 -1
- package/dist/models/input-reference.d.ts +4 -4
- package/dist/models/input-reference.js +1 -1
- package/dist/models/ioalias-handler.d.ts +7 -7
- package/dist/models/ioalias-handler.js +1 -1
- package/dist/models/item-reference.d.ts +4 -4
- package/dist/models/item-reference.js +1 -1
- package/dist/models/item-type.d.ts +12 -11
- package/dist/models/item-type.js +11 -12
- package/dist/models/job-argument.d.ts +6 -6
- package/dist/models/job-argument.js +1 -1
- package/dist/models/job-arguments-inner-inner.d.ts +51 -0
- package/dist/models/job-arguments-inner-inner.js +15 -0
- package/dist/models/job-compute-usage.d.ts +90 -0
- package/dist/models/job-compute-usage.js +15 -0
- package/dist/models/job-path-argument.d.ts +8 -10
- package/dist/models/job-path-argument.js +1 -1
- package/dist/models/job-status-enum.d.ts +11 -10
- package/dist/models/job-status-enum.js +10 -11
- package/dist/models/job-status.d.ts +16 -16
- package/dist/models/job-status.js +1 -1
- package/dist/models/job.d.ts +11 -12
- package/dist/models/job.js +1 -1
- package/dist/models/key-request.d.ts +2 -2
- package/dist/models/key-request.js +1 -1
- package/dist/models/license-pool-access-policy-list.d.ts +3 -3
- package/dist/models/license-pool-access-policy-list.js +1 -1
- package/dist/models/license-pool-access-policy.d.ts +5 -5
- package/dist/models/license-pool-access-policy.js +1 -1
- package/dist/models/license-pool-list.d.ts +3 -3
- package/dist/models/license-pool-list.js +1 -1
- package/dist/models/license-pool-policy-subject-list.d.ts +3 -3
- package/dist/models/license-pool-policy-subject-list.js +1 -1
- package/dist/models/license-pool-policy-subject.d.ts +4 -4
- package/dist/models/license-pool-policy-subject.js +1 -1
- package/dist/models/license-pool-public.d.ts +13 -13
- package/dist/models/license-pool-public.js +1 -1
- package/dist/models/license-pool-update.d.ts +2 -2
- package/dist/models/license-pool-update.js +1 -1
- package/dist/models/license-public.d.ts +20 -20
- package/dist/models/license-public.js +1 -1
- package/dist/models/license-type.d.ts +7 -6
- package/dist/models/license-type.js +6 -7
- package/dist/models/license.d.ts +5 -5
- package/dist/models/license.js +1 -1
- package/dist/models/local-config.d.ts +3 -3
- package/dist/models/local-config.js +1 -1
- package/dist/models/location.d.ts +7 -7
- package/dist/models/location.js +1 -1
- package/dist/models/maintainer.d.ts +5 -5
- package/dist/models/maintainer.js +1 -1
- package/dist/models/manifest.d.ts +73 -0
- package/dist/models/manifest.js +15 -0
- package/dist/models/meta-data.d.ts +16 -16
- package/dist/models/meta-data.js +1 -1
- package/dist/models/metadata.d.ts +5 -5
- package/dist/models/metadata.js +1 -1
- package/dist/models/new-application-version.d.ts +3 -3
- package/dist/models/new-application-version.js +1 -1
- package/dist/models/new-plugin-package.d.ts +4 -4
- package/dist/models/new-plugin-package.js +1 -1
- package/dist/models/new-recipe-package.d.ts +4 -4
- package/dist/models/new-recipe-package.js +1 -1
- package/dist/models/organisation-member-usage.d.ts +72 -0
- package/dist/models/organisation-member-usage.js +15 -0
- package/dist/models/organization-create.d.ts +6 -6
- package/dist/models/organization-create.js +1 -1
- package/dist/models/organization-list.d.ts +8 -8
- package/dist/models/organization-list.js +1 -1
- package/dist/models/organization-member-list.d.ts +8 -8
- package/dist/models/organization-member-list.js +1 -1
- package/dist/models/organization-member.d.ts +5 -5
- package/dist/models/organization-member.js +1 -1
- package/dist/models/organization-role-enum.d.ts +6 -5
- package/dist/models/organization-role-enum.js +5 -6
- package/dist/models/organization-update.d.ts +6 -6
- package/dist/models/organization-update.js +1 -1
- package/dist/models/organization.d.ts +13 -13
- package/dist/models/organization.js +1 -1
- package/dist/models/package-sort-key.d.ts +7 -6
- package/dist/models/package-sort-key.js +6 -7
- package/dist/models/package-version.d.ts +26 -27
- package/dist/models/package-version.js +1 -1
- package/dist/models/paused-reason.d.ts +6 -5
- package/dist/models/paused-reason.js +5 -6
- package/dist/models/pay-link.d.ts +2 -2
- package/dist/models/pay-link.js +1 -1
- package/dist/models/payment-method-enum.d.ts +7 -6
- package/dist/models/payment-method-enum.js +6 -7
- package/dist/models/payment-method.d.ts +7 -7
- package/dist/models/payment-method.js +1 -1
- package/dist/models/payment.d.ts +9 -9
- package/dist/models/payment.js +1 -1
- package/dist/models/permission.d.ts +7 -6
- package/dist/models/permission.js +6 -7
- package/dist/models/plan-type.d.ts +11 -10
- package/dist/models/plan-type.js +10 -11
- package/dist/models/plugin-config.d.ts +7 -7
- package/dist/models/plugin-config.js +1 -1
- package/dist/models/plugin-package-list.d.ts +8 -8
- package/dist/models/plugin-package-list.js +1 -1
- package/dist/models/plugin-package.d.ts +10 -10
- package/dist/models/plugin-package.js +1 -1
- package/dist/models/plugin.d.ts +10 -10
- package/dist/models/plugin.js +1 -1
- package/dist/models/policy-subject.d.ts +4 -4
- package/dist/models/policy-subject.js +1 -1
- package/dist/models/project-access-policy-list.d.ts +8 -8
- package/dist/models/project-access-policy-list.js +1 -1
- package/dist/models/project-access-policy.d.ts +5 -5
- package/dist/models/project-access-policy.js +1 -1
- package/dist/models/project-create.d.ts +4 -4
- package/dist/models/project-create.js +1 -1
- package/dist/models/project-folder.d.ts +4 -4
- package/dist/models/project-folder.js +1 -1
- package/dist/models/project-list.d.ts +8 -8
- package/dist/models/project-list.js +1 -1
- package/dist/models/project-policy-subject.d.ts +4 -4
- package/dist/models/project-policy-subject.js +1 -1
- package/dist/models/project-recipe-filter-list.d.ts +8 -8
- package/dist/models/project-recipe-filter-list.js +1 -1
- package/dist/models/project-recipe-filter.d.ts +4 -4
- package/dist/models/project-recipe-filter.js +1 -1
- package/dist/models/project-sort-key.d.ts +7 -6
- package/dist/models/project-sort-key.js +6 -7
- package/dist/models/project-update.d.ts +4 -4
- package/dist/models/project-update.js +1 -1
- package/dist/models/project.d.ts +12 -12
- package/dist/models/project.js +1 -1
- package/dist/models/public-account-list.d.ts +8 -8
- package/dist/models/public-account-list.js +1 -1
- package/dist/models/quota-list.d.ts +8 -8
- package/dist/models/quota-list.js +1 -1
- package/dist/models/quota-plan.d.ts +10 -10
- package/dist/models/quota-plan.js +1 -1
- package/dist/models/quota-type.d.ts +18 -17
- package/dist/models/quota-type.js +17 -18
- package/dist/models/quota.d.ts +15 -15
- package/dist/models/quota.js +1 -1
- package/dist/models/recipe-interface-list.d.ts +8 -8
- package/dist/models/recipe-interface-list.js +1 -1
- package/dist/models/recipe-interface.d.ts +13 -31
- package/dist/models/recipe-interface.js +1 -1
- package/dist/models/recipe-package-list.d.ts +8 -8
- package/dist/models/recipe-package-list.js +1 -1
- package/dist/models/recipe-package.d.ts +10 -10
- package/dist/models/recipe-package.js +1 -1
- package/dist/models/recipe.d.ts +10 -10
- package/dist/models/recipe.js +1 -1
- package/dist/models/report-compute-usage.d.ts +49 -0
- package/dist/models/report-compute-usage.js +15 -0
- package/dist/models/report-organisation-member-usage.d.ts +49 -0
- package/dist/models/report-organisation-member-usage.js +15 -0
- package/dist/models/repository-access-policy-list.d.ts +8 -8
- package/dist/models/repository-access-policy-list.js +1 -1
- package/dist/models/repository-access-policy.d.ts +5 -5
- package/dist/models/repository-access-policy.js +1 -1
- package/dist/models/repository-create.d.ts +6 -6
- package/dist/models/repository-create.js +1 -1
- package/dist/models/repository-index.d.ts +10 -10
- package/dist/models/repository-index.js +1 -1
- package/dist/models/repository-list.d.ts +8 -8
- package/dist/models/repository-list.js +1 -1
- package/dist/models/repository-metadata.d.ts +8 -8
- package/dist/models/repository-metadata.js +1 -1
- package/dist/models/repository-policy-subject.d.ts +4 -4
- package/dist/models/repository-policy-subject.js +1 -1
- package/dist/models/repository-sort-key.d.ts +8 -7
- package/dist/models/repository-sort-key.js +7 -8
- package/dist/models/repository-update.d.ts +5 -5
- package/dist/models/repository-update.js +1 -1
- package/dist/models/repository-user-permissions.d.ts +4 -4
- package/dist/models/repository-user-permissions.js +1 -1
- package/dist/models/repository.d.ts +13 -13
- package/dist/models/repository.js +1 -1
- package/dist/models/resources-duration.d.ts +3 -3
- package/dist/models/resources-duration.js +1 -1
- package/dist/models/response-get-package-json.d.ts +86 -0
- package/dist/models/response-get-package-json.js +15 -0
- package/dist/models/retry-config.d.ts +2 -2
- package/dist/models/retry-config.js +1 -1
- package/dist/models/role-enum.d.ts +6 -5
- package/dist/models/role-enum.js +5 -6
- package/dist/models/run-list.d.ts +8 -8
- package/dist/models/run-list.js +1 -1
- package/dist/models/run-meta.d.ts +5 -5
- package/dist/models/run-meta.js +1 -1
- package/dist/models/run-progress.d.ts +4 -4
- package/dist/models/run-progress.js +1 -1
- package/dist/models/run-result-list-resources-inner-inner.d.ts +101 -0
- package/dist/models/run-result-list-resources-inner-inner.js +15 -0
- package/dist/models/run-result-list.d.ts +9 -26
- package/dist/models/run-result-list.js +1 -1
- package/dist/models/run-status-enum.d.ts +12 -11
- package/dist/models/run-status-enum.js +11 -12
- package/dist/models/run-status-inputs-inner.d.ts +101 -0
- package/dist/models/run-status-inputs-inner.js +15 -0
- package/dist/models/run-status-outputs-inner.d.ts +76 -0
- package/dist/models/run-status-outputs-inner.js +15 -0
- package/dist/models/run-status.d.ts +21 -37
- package/dist/models/run-status.js +1 -1
- package/dist/models/run.d.ts +12 -12
- package/dist/models/run.js +1 -1
- package/dist/models/s3-upload-request.d.ts +3 -3
- package/dist/models/s3-upload-request.js +1 -1
- package/dist/models/s3.d.ts +7 -7
- package/dist/models/s3.js +1 -1
- package/dist/models/scripting-languages.d.ts +5 -4
- package/dist/models/scripting-languages.js +4 -5
- package/dist/models/sdkenum.d.ts +7 -6
- package/dist/models/sdkenum.js +6 -7
- package/dist/models/sort-enum.d.ts +6 -5
- package/dist/models/sort-enum.js +5 -6
- package/dist/models/source.d.ts +68 -0
- package/dist/models/source.js +15 -0
- package/dist/models/status-type.d.ts +9 -8
- package/dist/models/status-type.js +8 -9
- package/dist/models/step-array-input.d.ts +14 -24
- package/dist/models/step-array-input.js +1 -1
- package/dist/models/step-array-output.d.ts +10 -10
- package/dist/models/step-array-output.js +1 -1
- package/dist/models/step-boolean-input.d.ts +12 -22
- package/dist/models/step-boolean-input.js +1 -1
- package/dist/models/step-boolean-output.d.ts +8 -8
- package/dist/models/step-boolean-output.js +1 -1
- package/dist/models/step-file-input.d.ts +20 -31
- package/dist/models/step-file-input.js +1 -1
- package/dist/models/step-file-output.d.ts +11 -13
- package/dist/models/step-file-output.js +1 -1
- package/dist/models/step-folder-input.d.ts +19 -30
- package/dist/models/step-folder-input.js +1 -1
- package/dist/models/step-folder-output.d.ts +11 -13
- package/dist/models/step-folder-output.js +1 -1
- package/dist/models/step-integer-input.d.ts +12 -22
- package/dist/models/step-integer-input.js +1 -1
- package/dist/models/step-integer-output.d.ts +8 -8
- package/dist/models/step-integer-output.js +1 -1
- package/dist/models/step-jsonobject-input.d.ts +12 -22
- package/dist/models/step-jsonobject-input.js +1 -1
- package/dist/models/step-jsonobject-output.d.ts +8 -8
- package/dist/models/step-jsonobject-output.js +1 -1
- package/dist/models/step-list.d.ts +8 -8
- package/dist/models/step-list.js +1 -1
- package/dist/models/step-number-input.d.ts +12 -22
- package/dist/models/step-number-input.js +1 -1
- package/dist/models/step-number-output.d.ts +8 -8
- package/dist/models/step-number-output.js +1 -1
- package/dist/models/step-path-input.d.ts +20 -31
- package/dist/models/step-path-input.js +1 -1
- package/dist/models/step-path-output.d.ts +11 -13
- package/dist/models/step-path-output.js +1 -1
- package/dist/models/step-status-enum.d.ts +10 -9
- package/dist/models/step-status-enum.js +9 -10
- package/dist/models/step-status.d.ts +24 -40
- package/dist/models/step-status.js +1 -1
- package/dist/models/step-string-input.d.ts +12 -22
- package/dist/models/step-string-input.js +1 -1
- package/dist/models/step-string-output.d.ts +8 -8
- package/dist/models/step-string-output.js +1 -1
- package/dist/models/subject-type.d.ts +6 -5
- package/dist/models/subject-type.js +5 -6
- package/dist/models/subject.d.ts +66 -0
- package/dist/models/subject.js +15 -0
- package/dist/models/subscription-create.d.ts +4 -4
- package/dist/models/subscription-create.js +1 -1
- package/dist/models/subscription-payment.d.ts +4 -4
- package/dist/models/subscription-payment.js +1 -1
- package/dist/models/subscription-plan.d.ts +11 -11
- package/dist/models/subscription-plan.js +1 -1
- package/dist/models/subscription-update-dry-run.d.ts +3 -3
- package/dist/models/subscription-update-dry-run.js +1 -1
- package/dist/models/subscription-update.d.ts +3 -3
- package/dist/models/subscription-update.js +1 -1
- package/dist/models/subscription.d.ts +13 -13
- package/dist/models/subscription.js +1 -1
- package/dist/models/task-argument.d.ts +8 -11
- package/dist/models/task-argument.js +1 -1
- package/dist/models/task-file-reference.d.ts +5 -5
- package/dist/models/task-file-reference.js +1 -1
- package/dist/models/task-folder-reference.d.ts +5 -5
- package/dist/models/task-folder-reference.js +1 -1
- package/dist/models/task-path-argument.d.ts +9 -16
- package/dist/models/task-path-argument.js +1 -1
- package/dist/models/task-path-reference.d.ts +5 -5
- package/dist/models/task-path-reference.js +1 -1
- package/dist/models/task-path-return.d.ts +7 -7
- package/dist/models/task-path-return.js +1 -1
- package/dist/models/task-reference.d.ts +5 -5
- package/dist/models/task-reference.js +1 -1
- package/dist/models/task-return.d.ts +5 -5
- package/dist/models/task-return.js +1 -1
- package/dist/models/team-create.d.ts +3 -3
- package/dist/models/team-create.js +1 -1
- package/dist/models/team-list.d.ts +8 -8
- package/dist/models/team-list.js +1 -1
- package/dist/models/team-member-list.d.ts +8 -8
- package/dist/models/team-member-list.js +1 -1
- package/dist/models/team-member.d.ts +5 -5
- package/dist/models/team-member.js +1 -1
- package/dist/models/team-role-enum.d.ts +6 -5
- package/dist/models/team-role-enum.js +5 -6
- package/dist/models/team-update.d.ts +3 -3
- package/dist/models/team-update.js +1 -1
- package/dist/models/team.d.ts +6 -6
- package/dist/models/team.js +1 -1
- package/dist/models/template-function.d.ts +17 -33
- package/dist/models/template-function.js +1 -1
- package/dist/models/update-accepted.d.ts +2 -2
- package/dist/models/update-accepted.js +1 -1
- package/dist/models/usage.d.ts +9 -9
- package/dist/models/usage.js +1 -1
- package/dist/models/user-create.d.ts +5 -5
- package/dist/models/user-create.js +1 -1
- package/dist/models/user-permission.d.ts +4 -4
- package/dist/models/user-permission.js +1 -1
- package/dist/models/user-private.d.ts +7 -7
- package/dist/models/user-private.js +1 -1
- package/dist/models/user-public-list.d.ts +8 -8
- package/dist/models/user-public-list.js +1 -1
- package/dist/models/user-public.d.ts +5 -5
- package/dist/models/user-public.js +1 -1
- package/dist/models/user-update.d.ts +4 -4
- package/dist/models/user-update.js +1 -1
- package/dist/models/validation-error-loc-inner.d.ts +18 -0
- package/dist/models/validation-error-loc-inner.js +15 -0
- package/dist/models/validation-error.d.ts +6 -5
- package/dist/models/validation-error.js +1 -1
- package/dist/models/value-file-reference.d.ts +4 -4
- package/dist/models/value-file-reference.js +1 -1
- package/dist/models/value-folder-reference.d.ts +4 -4
- package/dist/models/value-folder-reference.js +1 -1
- package/dist/models/value-list-reference.d.ts +4 -4
- package/dist/models/value-list-reference.js +1 -1
- package/dist/models/value-reference.d.ts +5 -5
- package/dist/models/value-reference.js +1 -1
- package/git_push.sh +3 -4
- package/index.ts +1 -1
- package/models/accessor.ts +11 -7
- package/models/account-public.ts +7 -8
- package/models/account-type.ts +8 -5
- package/models/activation-list.ts +5 -4
- package/models/activation.ts +24 -19
- package/models/apitoken-create.ts +4 -5
- package/models/apitoken-list.ts +10 -9
- package/models/apitoken-private.ts +5 -6
- package/models/apitoken.ts +4 -5
- package/models/application-access-policy-list.ts +10 -9
- package/models/application-access-policy.ts +10 -5
- package/models/application-create.ts +18 -13
- package/models/application-deployment.ts +11 -8
- package/models/application-list.ts +10 -9
- package/models/application-policy-subject.ts +7 -4
- package/models/application-sort-key.ts +9 -6
- package/models/application-update.ts +11 -10
- package/models/application-version-list.ts +10 -9
- package/models/application-version.ts +13 -10
- package/models/application.ts +30 -21
- package/models/baked-recipe-templates-inner.ts +119 -0
- package/models/baked-recipe.ts +22 -15
- package/models/billing-info.ts +21 -14
- package/models/billing-option.ts +6 -7
- package/models/build-status-enum.ts +14 -11
- package/models/build-status.ts +9 -6
- package/models/card-type.ts +16 -13
- package/models/cloud-job-list.ts +10 -9
- package/models/cloud-job.ts +23 -14
- package/models/created-content.ts +3 -4
- package/models/dag.ts +19 -32
- package/models/dagarray-input-alias-inner.ts +131 -0
- package/models/dagarray-input-alias.ts +18 -13
- package/models/dagarray-input.ts +18 -23
- package/models/dagarray-output-alias-inner.ts +122 -0
- package/models/dagarray-output-alias.ts +22 -16
- package/models/dagarray-output.ts +22 -26
- package/models/dagboolean-input-alias.ts +13 -12
- package/models/dagboolean-input.ts +13 -22
- package/models/dagboolean-output-alias.ts +17 -15
- package/models/dagboolean-output.ts +17 -25
- package/models/dagfile-input-alias.ts +19 -18
- package/models/dagfile-input.ts +19 -28
- package/models/dagfile-output-alias.ts +17 -15
- package/models/dagfile-output.ts +17 -25
- package/models/dagfolder-input-alias.ts +18 -17
- package/models/dagfolder-input.ts +18 -27
- package/models/dagfolder-output-alias.ts +17 -15
- package/models/dagfolder-output.ts +17 -25
- package/models/daggeneric-input-alias.ts +13 -12
- package/models/daggeneric-input.ts +13 -22
- package/models/daggeneric-output-alias.ts +10 -9
- package/models/daggeneric-output.ts +12 -21
- package/models/daginputs-inner.ts +122 -0
- package/models/daginteger-input-alias.ts +13 -12
- package/models/daginteger-input.ts +13 -22
- package/models/daginteger-output-alias.ts +17 -15
- package/models/daginteger-output.ts +17 -25
- package/models/dagjsonobject-input-alias.ts +13 -12
- package/models/dagjsonobject-input.ts +13 -22
- package/models/dagjsonobject-output-alias.ts +17 -15
- package/models/dagjsonobject-output.ts +17 -25
- package/models/daglinked-input-alias.ts +13 -12
- package/models/daglinked-output-alias.ts +10 -9
- package/models/dagnumber-input-alias.ts +13 -12
- package/models/dagnumber-input.ts +13 -22
- package/models/dagnumber-output-alias.ts +17 -15
- package/models/dagnumber-output.ts +17 -25
- package/models/dagoutputs-inner.ts +113 -0
- package/models/dagpath-input-alias.ts +19 -18
- package/models/dagpath-input.ts +19 -28
- package/models/dagpath-output-alias.ts +17 -16
- package/models/dagpath-output.ts +17 -26
- package/models/dagstring-input-alias.ts +13 -12
- package/models/dagstring-input.ts +13 -22
- package/models/dagstring-output-alias.ts +17 -15
- package/models/dagstring-output.ts +17 -25
- package/models/dagtask-arguments-inner.ts +63 -0
- package/models/dagtask-loop.ts +9 -10
- package/models/dagtask-returns-inner.ts +66 -0
- package/models/dagtask.ts +21 -18
- package/models/daily-usage.ts +6 -7
- package/models/default.ts +81 -0
- package/models/dependency-kind.ts +8 -5
- package/models/dependency.ts +13 -10
- package/models/deployment-config-update.ts +6 -7
- package/models/deployment-config.ts +6 -7
- package/models/docker-config.ts +6 -7
- package/models/file-meta-list.ts +10 -9
- package/models/file-meta.ts +6 -7
- package/models/file-reference.ts +4 -5
- package/models/folder-reference.ts +4 -5
- package/models/from.ts +60 -0
- package/models/from1.ts +60 -0
- package/models/from2.ts +63 -0
- package/models/from3.ts +63 -0
- package/models/from4.ts +66 -0
- package/models/from5.ts +78 -0
- package/models/function-array-input.ts +18 -23
- package/models/function-array-output.ts +12 -9
- package/models/function-boolean-input.ts +13 -22
- package/models/function-boolean-output.ts +7 -8
- package/models/function-file-input.ts +20 -29
- package/models/function-file-output.ts +7 -8
- package/models/function-folder-input.ts +19 -28
- package/models/function-folder-output.ts +7 -8
- package/models/function-inputs-inner.ts +125 -0
- package/models/function-integer-input.ts +13 -22
- package/models/function-integer-output.ts +7 -8
- package/models/function-jsonobject-input.ts +13 -22
- package/models/function-jsonobject-output.ts +7 -8
- package/models/function-number-input.ts +13 -22
- package/models/function-number-output.ts +7 -8
- package/models/function-outputs-inner.ts +98 -0
- package/models/function-path-input.ts +20 -29
- package/models/function-path-output.ts +7 -8
- package/models/function-string-input.ts +13 -22
- package/models/function-string-output.ts +7 -8
- package/models/function.ts +22 -31
- package/models/http.ts +4 -5
- package/models/httpvalidation-error.ts +5 -4
- package/models/index.ts +29 -2
- package/models/input-file-reference.ts +4 -5
- package/models/input-folder-reference.ts +4 -5
- package/models/input-path-reference.ts +4 -5
- package/models/input-reference.ts +4 -5
- package/models/ioalias-handler.ts +7 -8
- package/models/item-reference.ts +4 -5
- package/models/item-type.ts +14 -11
- package/models/job-argument.ts +6 -7
- package/models/job-arguments-inner-inner.ts +63 -0
- package/models/job-compute-usage.ts +96 -0
- package/models/job-path-argument.ts +10 -11
- package/models/job-status-enum.ts +13 -10
- package/models/job-status.ts +19 -16
- package/models/job.ts +13 -13
- package/models/key-request.ts +2 -3
- package/models/license-pool-access-policy-list.ts +5 -4
- package/models/license-pool-access-policy.ts +10 -5
- package/models/license-pool-list.ts +5 -4
- package/models/license-pool-policy-subject-list.ts +5 -4
- package/models/license-pool-policy-subject.ts +7 -4
- package/models/license-pool-public.ts +19 -14
- package/models/license-pool-update.ts +2 -3
- package/models/license-public.ts +25 -20
- package/models/license-type.ts +9 -6
- package/models/license.ts +5 -6
- package/models/local-config.ts +3 -4
- package/models/location.ts +7 -8
- package/models/maintainer.ts +5 -6
- package/models/manifest.ts +93 -0
- package/models/meta-data.ts +20 -17
- package/models/metadata.ts +5 -6
- package/models/new-application-version.ts +3 -4
- package/models/new-plugin-package.ts +6 -5
- package/models/new-recipe-package.ts +6 -5
- package/models/organisation-member-usage.ts +78 -0
- package/models/organization-create.ts +6 -7
- package/models/organization-list.ts +10 -9
- package/models/organization-member-list.ts +10 -9
- package/models/organization-member.ts +10 -5
- package/models/organization-role-enum.ts +8 -5
- package/models/organization-update.ts +6 -7
- package/models/organization.ts +18 -13
- package/models/package-sort-key.ts +9 -6
- package/models/package-version.ts +32 -28
- package/models/paused-reason.ts +8 -5
- package/models/pay-link.ts +2 -3
- package/models/payment-method-enum.ts +9 -6
- package/models/payment-method.ts +12 -7
- package/models/payment.ts +9 -10
- package/models/permission.ts +9 -6
- package/models/plan-type.ts +13 -10
- package/models/plugin-config.ts +11 -8
- package/models/plugin-package-list.ts +10 -9
- package/models/plugin-package.ts +12 -11
- package/models/plugin.ts +16 -11
- package/models/policy-subject.ts +7 -4
- package/models/project-access-policy-list.ts +10 -9
- package/models/project-access-policy.ts +10 -5
- package/models/project-create.ts +4 -5
- package/models/project-folder.ts +4 -5
- package/models/project-list.ts +10 -9
- package/models/project-policy-subject.ts +7 -4
- package/models/project-recipe-filter-list.ts +10 -9
- package/models/project-recipe-filter.ts +4 -5
- package/models/project-sort-key.ts +9 -6
- package/models/project-update.ts +4 -5
- package/models/project.ts +18 -13
- package/models/public-account-list.ts +10 -9
- package/models/quota-list.ts +10 -9
- package/models/quota-plan.ts +13 -10
- package/models/quota-type.ts +20 -17
- package/models/quota.ts +20 -15
- package/models/recipe-interface-list.ts +10 -9
- package/models/recipe-interface.ts +19 -32
- package/models/recipe-package-list.ts +10 -9
- package/models/recipe-package.ts +12 -11
- package/models/recipe.ts +16 -11
- package/models/report-compute-usage.ts +57 -0
- package/models/report-organisation-member-usage.ts +57 -0
- package/models/repository-access-policy-list.ts +10 -9
- package/models/repository-access-policy.ts +10 -5
- package/models/repository-create.ts +6 -7
- package/models/repository-index.ts +14 -11
- package/models/repository-list.ts +10 -9
- package/models/repository-metadata.ts +8 -9
- package/models/repository-policy-subject.ts +7 -4
- package/models/repository-sort-key.ts +10 -7
- package/models/repository-update.ts +5 -6
- package/models/repository-user-permissions.ts +4 -5
- package/models/repository.ts +17 -14
- package/models/resources-duration.ts +3 -4
- package/models/response-get-package-json.ts +111 -0
- package/models/retry-config.ts +2 -3
- package/models/role-enum.ts +8 -5
- package/models/run-list.ts +10 -9
- package/models/run-meta.ts +9 -6
- package/models/run-progress.ts +4 -5
- package/models/run-result-list-resources-inner-inner.ts +167 -0
- package/models/run-result-list.ts +11 -27
- package/models/run-status-enum.ts +14 -11
- package/models/run-status-inputs-inner.ts +140 -0
- package/models/run-status-outputs-inner.ts +113 -0
- package/models/run-status.ts +30 -37
- package/models/run.ts +20 -13
- package/models/s3-upload-request.ts +3 -4
- package/models/s3.ts +7 -8
- package/models/scripting-languages.ts +7 -4
- package/models/sdkenum.ts +9 -6
- package/models/sort-enum.ts +8 -5
- package/models/source.ts +81 -0
- package/models/status-type.ts +11 -8
- package/models/step-array-input.ts +19 -24
- package/models/step-array-output.ts +13 -10
- package/models/step-boolean-input.ts +14 -23
- package/models/step-boolean-output.ts +8 -9
- package/models/step-file-input.ts +26 -32
- package/models/step-file-output.ts +13 -14
- package/models/step-folder-input.ts +25 -31
- package/models/step-folder-output.ts +13 -14
- package/models/step-integer-input.ts +14 -23
- package/models/step-integer-output.ts +8 -9
- package/models/step-jsonobject-input.ts +14 -23
- package/models/step-jsonobject-output.ts +8 -9
- package/models/step-list.ts +10 -9
- package/models/step-number-input.ts +14 -23
- package/models/step-number-output.ts +8 -9
- package/models/step-path-input.ts +26 -32
- package/models/step-path-output.ts +13 -14
- package/models/step-status-enum.ts +12 -9
- package/models/step-status.ts +33 -40
- package/models/step-string-input.ts +14 -23
- package/models/step-string-output.ts +8 -9
- package/models/subject-type.ts +8 -5
- package/models/subject.ts +78 -0
- package/models/subscription-create.ts +4 -5
- package/models/subscription-payment.ts +4 -5
- package/models/subscription-plan.ts +20 -11
- package/models/subscription-update-dry-run.ts +5 -4
- package/models/subscription-update.ts +3 -4
- package/models/subscription.ts +20 -13
- package/models/task-argument.ts +10 -12
- package/models/task-file-reference.ts +5 -6
- package/models/task-folder-reference.ts +5 -6
- package/models/task-path-argument.ts +11 -17
- package/models/task-path-reference.ts +5 -6
- package/models/task-path-return.ts +7 -8
- package/models/task-reference.ts +5 -6
- package/models/task-return.ts +5 -6
- package/models/team-create.ts +3 -4
- package/models/team-list.ts +10 -9
- package/models/team-member-list.ts +10 -9
- package/models/team-member.ts +10 -5
- package/models/team-role-enum.ts +8 -5
- package/models/team-update.ts +3 -4
- package/models/team.ts +6 -7
- package/models/template-function.ts +26 -33
- package/models/update-accepted.ts +2 -3
- package/models/usage.ts +11 -10
- package/models/user-create.ts +5 -6
- package/models/user-permission.ts +4 -5
- package/models/user-private.ts +7 -8
- package/models/user-public-list.ts +10 -9
- package/models/user-public.ts +5 -6
- package/models/user-update.ts +4 -5
- package/models/{body-post-recipe-owner-recipes-post.ts → validation-error-loc-inner.ts} +3 -10
- package/models/validation-error.ts +8 -6
- package/models/value-file-reference.ts +4 -5
- package/models/value-folder-reference.ts +4 -5
- package/models/value-list-reference.ts +4 -5
- package/models/value-reference.ts +5 -6
- package/package.json +12 -8
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +3 -8
package/api/jobs-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* pollination-server
|
|
5
5
|
* Pollination Server OpenAPI Definition
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.5.0
|
|
8
8
|
* Contact: info@pollination.cloud
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,27 +13,30 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
18
19
|
// Some imports not used depending on template conditions
|
|
19
20
|
// @ts-ignore
|
|
20
|
-
import {
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
22
|
// @ts-ignore
|
|
22
|
-
import {
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
23
24
|
// @ts-ignore
|
|
24
|
-
import {
|
|
25
|
+
import type { CloudJob } from '../models';
|
|
25
26
|
// @ts-ignore
|
|
26
|
-
import {
|
|
27
|
+
import type { CloudJobList } from '../models';
|
|
27
28
|
// @ts-ignore
|
|
28
|
-
import {
|
|
29
|
+
import type { CreatedContent } from '../models';
|
|
29
30
|
// @ts-ignore
|
|
30
|
-
import {
|
|
31
|
+
import type { FileMetaList } from '../models';
|
|
31
32
|
// @ts-ignore
|
|
32
|
-
import {
|
|
33
|
+
import type { HTTPValidationError } from '../models';
|
|
33
34
|
// @ts-ignore
|
|
34
|
-
import {
|
|
35
|
+
import type { Job } from '../models';
|
|
35
36
|
// @ts-ignore
|
|
36
|
-
import {
|
|
37
|
+
import type { JobStatusEnum } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { RetryConfig } from '../models';
|
|
37
40
|
/**
|
|
38
41
|
* JobsApi - axios parameter creator
|
|
39
42
|
* @export
|
|
@@ -49,65 +52,43 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
49
52
|
* @param {*} [options] Override http request option.
|
|
50
53
|
* @throws {RequiredError}
|
|
51
54
|
*/
|
|
52
|
-
cancelJob: async (owner: string, name: string, jobId: string, options:
|
|
55
|
+
cancelJob: async (owner: string, name: string, jobId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
53
56
|
// verify required parameter 'owner' is not null or undefined
|
|
54
|
-
|
|
55
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling cancelJob.');
|
|
56
|
-
}
|
|
57
|
+
assertParamExists('cancelJob', 'owner', owner)
|
|
57
58
|
// verify required parameter 'name' is not null or undefined
|
|
58
|
-
|
|
59
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling cancelJob.');
|
|
60
|
-
}
|
|
59
|
+
assertParamExists('cancelJob', 'name', name)
|
|
61
60
|
// verify required parameter 'jobId' is not null or undefined
|
|
62
|
-
|
|
63
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling cancelJob.');
|
|
64
|
-
}
|
|
61
|
+
assertParamExists('cancelJob', 'jobId', jobId)
|
|
65
62
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}/cancel`
|
|
66
63
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
67
64
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
68
65
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
69
66
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
70
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
67
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
71
68
|
let baseOptions;
|
|
72
69
|
if (configuration) {
|
|
73
70
|
baseOptions = configuration.baseOptions;
|
|
74
71
|
}
|
|
72
|
+
|
|
75
73
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
76
74
|
const localVarHeaderParameter = {} as any;
|
|
77
75
|
const localVarQueryParameter = {} as any;
|
|
78
76
|
|
|
79
|
-
// authentication APIKeyAuth required
|
|
80
|
-
if (configuration && configuration.apiKey) {
|
|
81
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
82
|
-
? await configuration.apiKey("x-pollination-token")
|
|
83
|
-
: await configuration.apiKey;
|
|
84
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
77
|
// authentication JWTAuth required
|
|
88
78
|
// http bearer authentication required
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
94
|
-
}
|
|
79
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
80
|
+
|
|
81
|
+
// authentication APIKeyAuth required
|
|
82
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
95
83
|
|
|
96
84
|
|
|
97
85
|
|
|
98
|
-
|
|
99
|
-
for (const key in localVarQueryParameter) {
|
|
100
|
-
query.set(key, localVarQueryParameter[key]);
|
|
101
|
-
}
|
|
102
|
-
for (const key in options.query) {
|
|
103
|
-
query.set(key, options.query[key]);
|
|
104
|
-
}
|
|
105
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
86
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
106
87
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
107
88
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
108
89
|
|
|
109
90
|
return {
|
|
110
|
-
url: localVarUrlObj
|
|
91
|
+
url: toPathString(localVarUrlObj),
|
|
111
92
|
options: localVarRequestOptions,
|
|
112
93
|
};
|
|
113
94
|
},
|
|
@@ -122,54 +103,39 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
122
103
|
* @param {*} [options] Override http request option.
|
|
123
104
|
* @throws {RequiredError}
|
|
124
105
|
*/
|
|
125
|
-
createJob: async (owner: string, name: string, job: Job, authorization?: string, xPollinationToken?: string, options:
|
|
106
|
+
createJob: async (owner: string, name: string, job: Job, authorization?: string, xPollinationToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
126
107
|
// verify required parameter 'owner' is not null or undefined
|
|
127
|
-
|
|
128
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling createJob.');
|
|
129
|
-
}
|
|
108
|
+
assertParamExists('createJob', 'owner', owner)
|
|
130
109
|
// verify required parameter 'name' is not null or undefined
|
|
131
|
-
|
|
132
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling createJob.');
|
|
133
|
-
}
|
|
110
|
+
assertParamExists('createJob', 'name', name)
|
|
134
111
|
// verify required parameter 'job' is not null or undefined
|
|
135
|
-
|
|
136
|
-
throw new RequiredError('job','Required parameter job was null or undefined when calling createJob.');
|
|
137
|
-
}
|
|
112
|
+
assertParamExists('createJob', 'job', job)
|
|
138
113
|
const localVarPath = `/projects/{owner}/{name}/jobs`
|
|
139
114
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
140
115
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
141
116
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
142
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
117
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
143
118
|
let baseOptions;
|
|
144
119
|
if (configuration) {
|
|
145
120
|
baseOptions = configuration.baseOptions;
|
|
146
121
|
}
|
|
122
|
+
|
|
147
123
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
148
124
|
const localVarHeaderParameter = {} as any;
|
|
149
125
|
const localVarQueryParameter = {} as any;
|
|
150
126
|
|
|
151
|
-
// authentication APIKeyAuth required
|
|
152
|
-
if (configuration && configuration.apiKey) {
|
|
153
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
154
|
-
? await configuration.apiKey("x-pollination-token")
|
|
155
|
-
: await configuration.apiKey;
|
|
156
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
127
|
// authentication JWTAuth required
|
|
160
128
|
// http bearer authentication required
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
166
|
-
}
|
|
129
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
130
|
+
|
|
131
|
+
// authentication APIKeyAuth required
|
|
132
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
167
133
|
|
|
168
|
-
if (authorization
|
|
134
|
+
if (authorization != null) {
|
|
169
135
|
localVarHeaderParameter['authorization'] = String(authorization);
|
|
170
136
|
}
|
|
171
137
|
|
|
172
|
-
if (xPollinationToken
|
|
138
|
+
if (xPollinationToken != null) {
|
|
173
139
|
localVarHeaderParameter['x-pollination-token'] = String(xPollinationToken);
|
|
174
140
|
}
|
|
175
141
|
|
|
@@ -177,21 +143,13 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
177
143
|
|
|
178
144
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
145
|
|
|
180
|
-
|
|
181
|
-
for (const key in localVarQueryParameter) {
|
|
182
|
-
query.set(key, localVarQueryParameter[key]);
|
|
183
|
-
}
|
|
184
|
-
for (const key in options.query) {
|
|
185
|
-
query.set(key, options.query[key]);
|
|
186
|
-
}
|
|
187
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
146
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
188
147
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
189
148
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
190
|
-
|
|
191
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(job !== undefined ? job : {}) : (job || "");
|
|
149
|
+
localVarRequestOptions.data = serializeDataIfNeeded(job, localVarRequestOptions, configuration)
|
|
192
150
|
|
|
193
151
|
return {
|
|
194
|
-
url: localVarUrlObj
|
|
152
|
+
url: toPathString(localVarUrlObj),
|
|
195
153
|
options: localVarRequestOptions,
|
|
196
154
|
};
|
|
197
155
|
},
|
|
@@ -204,65 +162,43 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
204
162
|
* @param {*} [options] Override http request option.
|
|
205
163
|
* @throws {RequiredError}
|
|
206
164
|
*/
|
|
207
|
-
deleteJob: async (owner: string, name: string, jobId: string, options:
|
|
165
|
+
deleteJob: async (owner: string, name: string, jobId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
208
166
|
// verify required parameter 'owner' is not null or undefined
|
|
209
|
-
|
|
210
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteJob.');
|
|
211
|
-
}
|
|
167
|
+
assertParamExists('deleteJob', 'owner', owner)
|
|
212
168
|
// verify required parameter 'name' is not null or undefined
|
|
213
|
-
|
|
214
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling deleteJob.');
|
|
215
|
-
}
|
|
169
|
+
assertParamExists('deleteJob', 'name', name)
|
|
216
170
|
// verify required parameter 'jobId' is not null or undefined
|
|
217
|
-
|
|
218
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling deleteJob.');
|
|
219
|
-
}
|
|
171
|
+
assertParamExists('deleteJob', 'jobId', jobId)
|
|
220
172
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}`
|
|
221
173
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
222
174
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
223
175
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
224
176
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
225
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
177
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
226
178
|
let baseOptions;
|
|
227
179
|
if (configuration) {
|
|
228
180
|
baseOptions = configuration.baseOptions;
|
|
229
181
|
}
|
|
182
|
+
|
|
230
183
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
231
184
|
const localVarHeaderParameter = {} as any;
|
|
232
185
|
const localVarQueryParameter = {} as any;
|
|
233
186
|
|
|
234
|
-
// authentication APIKeyAuth required
|
|
235
|
-
if (configuration && configuration.apiKey) {
|
|
236
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
237
|
-
? await configuration.apiKey("x-pollination-token")
|
|
238
|
-
: await configuration.apiKey;
|
|
239
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
187
|
// authentication JWTAuth required
|
|
243
188
|
// http bearer authentication required
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
249
|
-
}
|
|
189
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
190
|
+
|
|
191
|
+
// authentication APIKeyAuth required
|
|
192
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
250
193
|
|
|
251
194
|
|
|
252
195
|
|
|
253
|
-
|
|
254
|
-
for (const key in localVarQueryParameter) {
|
|
255
|
-
query.set(key, localVarQueryParameter[key]);
|
|
256
|
-
}
|
|
257
|
-
for (const key in options.query) {
|
|
258
|
-
query.set(key, options.query[key]);
|
|
259
|
-
}
|
|
260
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
196
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
261
197
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
262
198
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
263
199
|
|
|
264
200
|
return {
|
|
265
|
-
url: localVarUrlObj
|
|
201
|
+
url: toPathString(localVarUrlObj),
|
|
266
202
|
options: localVarRequestOptions,
|
|
267
203
|
};
|
|
268
204
|
},
|
|
@@ -276,49 +212,34 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
276
212
|
* @param {*} [options] Override http request option.
|
|
277
213
|
* @throws {RequiredError}
|
|
278
214
|
*/
|
|
279
|
-
downloadJobArtifact: async (owner: string, name: string, jobId: string, path?: string, options:
|
|
215
|
+
downloadJobArtifact: async (owner: string, name: string, jobId: string, path?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
280
216
|
// verify required parameter 'owner' is not null or undefined
|
|
281
|
-
|
|
282
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling downloadJobArtifact.');
|
|
283
|
-
}
|
|
217
|
+
assertParamExists('downloadJobArtifact', 'owner', owner)
|
|
284
218
|
// verify required parameter 'name' is not null or undefined
|
|
285
|
-
|
|
286
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling downloadJobArtifact.');
|
|
287
|
-
}
|
|
219
|
+
assertParamExists('downloadJobArtifact', 'name', name)
|
|
288
220
|
// verify required parameter 'jobId' is not null or undefined
|
|
289
|
-
|
|
290
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling downloadJobArtifact.');
|
|
291
|
-
}
|
|
221
|
+
assertParamExists('downloadJobArtifact', 'jobId', jobId)
|
|
292
222
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}/artifacts/download`
|
|
293
223
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
294
224
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
295
225
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
296
226
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
297
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
227
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
298
228
|
let baseOptions;
|
|
299
229
|
if (configuration) {
|
|
300
230
|
baseOptions = configuration.baseOptions;
|
|
301
231
|
}
|
|
232
|
+
|
|
302
233
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
303
234
|
const localVarHeaderParameter = {} as any;
|
|
304
235
|
const localVarQueryParameter = {} as any;
|
|
305
236
|
|
|
306
|
-
// authentication APIKeyAuth required
|
|
307
|
-
if (configuration && configuration.apiKey) {
|
|
308
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
309
|
-
? await configuration.apiKey("x-pollination-token")
|
|
310
|
-
: await configuration.apiKey;
|
|
311
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
237
|
// authentication JWTAuth required
|
|
315
238
|
// http bearer authentication required
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
321
|
-
}
|
|
239
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
240
|
+
|
|
241
|
+
// authentication APIKeyAuth required
|
|
242
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
322
243
|
|
|
323
244
|
if (path !== undefined) {
|
|
324
245
|
localVarQueryParameter['path'] = path;
|
|
@@ -326,19 +247,12 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
326
247
|
|
|
327
248
|
|
|
328
249
|
|
|
329
|
-
|
|
330
|
-
for (const key in localVarQueryParameter) {
|
|
331
|
-
query.set(key, localVarQueryParameter[key]);
|
|
332
|
-
}
|
|
333
|
-
for (const key in options.query) {
|
|
334
|
-
query.set(key, options.query[key]);
|
|
335
|
-
}
|
|
336
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
250
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
337
251
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
338
252
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
339
253
|
|
|
340
254
|
return {
|
|
341
|
-
url: localVarUrlObj
|
|
255
|
+
url: toPathString(localVarUrlObj),
|
|
342
256
|
options: localVarRequestOptions,
|
|
343
257
|
};
|
|
344
258
|
},
|
|
@@ -351,65 +265,43 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
351
265
|
* @param {*} [options] Override http request option.
|
|
352
266
|
* @throws {RequiredError}
|
|
353
267
|
*/
|
|
354
|
-
getJob: async (owner: string, name: string, jobId: string, options:
|
|
268
|
+
getJob: async (owner: string, name: string, jobId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
355
269
|
// verify required parameter 'owner' is not null or undefined
|
|
356
|
-
|
|
357
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getJob.');
|
|
358
|
-
}
|
|
270
|
+
assertParamExists('getJob', 'owner', owner)
|
|
359
271
|
// verify required parameter 'name' is not null or undefined
|
|
360
|
-
|
|
361
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getJob.');
|
|
362
|
-
}
|
|
272
|
+
assertParamExists('getJob', 'name', name)
|
|
363
273
|
// verify required parameter 'jobId' is not null or undefined
|
|
364
|
-
|
|
365
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling getJob.');
|
|
366
|
-
}
|
|
274
|
+
assertParamExists('getJob', 'jobId', jobId)
|
|
367
275
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}`
|
|
368
276
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
369
277
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
370
278
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
371
279
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
372
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
280
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
373
281
|
let baseOptions;
|
|
374
282
|
if (configuration) {
|
|
375
283
|
baseOptions = configuration.baseOptions;
|
|
376
284
|
}
|
|
285
|
+
|
|
377
286
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
378
287
|
const localVarHeaderParameter = {} as any;
|
|
379
288
|
const localVarQueryParameter = {} as any;
|
|
380
289
|
|
|
381
|
-
// authentication APIKeyAuth required
|
|
382
|
-
if (configuration && configuration.apiKey) {
|
|
383
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
384
|
-
? await configuration.apiKey("x-pollination-token")
|
|
385
|
-
: await configuration.apiKey;
|
|
386
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
290
|
// authentication JWTAuth required
|
|
390
291
|
// http bearer authentication required
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
396
|
-
}
|
|
292
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
293
|
+
|
|
294
|
+
// authentication APIKeyAuth required
|
|
295
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
397
296
|
|
|
398
297
|
|
|
399
298
|
|
|
400
|
-
|
|
401
|
-
for (const key in localVarQueryParameter) {
|
|
402
|
-
query.set(key, localVarQueryParameter[key]);
|
|
403
|
-
}
|
|
404
|
-
for (const key in options.query) {
|
|
405
|
-
query.set(key, options.query[key]);
|
|
406
|
-
}
|
|
407
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
299
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
408
300
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
409
301
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
410
302
|
|
|
411
303
|
return {
|
|
412
|
-
url: localVarUrlObj
|
|
304
|
+
url: toPathString(localVarUrlObj),
|
|
413
305
|
options: localVarRequestOptions,
|
|
414
306
|
};
|
|
415
307
|
},
|
|
@@ -427,44 +319,31 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
427
319
|
* @param {*} [options] Override http request option.
|
|
428
320
|
* @throws {RequiredError}
|
|
429
321
|
*/
|
|
430
|
-
listJobs: async (owner: string, name: string, ids?: Array<string>, status?: JobStatusEnum, createdAfter?: string, createdBefore?: string, page?: number, perPage?: number, options:
|
|
322
|
+
listJobs: async (owner: string, name: string, ids?: Array<string>, status?: JobStatusEnum, createdAfter?: string, createdBefore?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
431
323
|
// verify required parameter 'owner' is not null or undefined
|
|
432
|
-
|
|
433
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling listJobs.');
|
|
434
|
-
}
|
|
324
|
+
assertParamExists('listJobs', 'owner', owner)
|
|
435
325
|
// verify required parameter 'name' is not null or undefined
|
|
436
|
-
|
|
437
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling listJobs.');
|
|
438
|
-
}
|
|
326
|
+
assertParamExists('listJobs', 'name', name)
|
|
439
327
|
const localVarPath = `/projects/{owner}/{name}/jobs`
|
|
440
328
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
441
329
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
442
330
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
443
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
331
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
444
332
|
let baseOptions;
|
|
445
333
|
if (configuration) {
|
|
446
334
|
baseOptions = configuration.baseOptions;
|
|
447
335
|
}
|
|
336
|
+
|
|
448
337
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
449
338
|
const localVarHeaderParameter = {} as any;
|
|
450
339
|
const localVarQueryParameter = {} as any;
|
|
451
340
|
|
|
452
|
-
// authentication APIKeyAuth required
|
|
453
|
-
if (configuration && configuration.apiKey) {
|
|
454
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
455
|
-
? await configuration.apiKey("x-pollination-token")
|
|
456
|
-
: await configuration.apiKey;
|
|
457
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
341
|
// authentication JWTAuth required
|
|
461
342
|
// http bearer authentication required
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
467
|
-
}
|
|
343
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
344
|
+
|
|
345
|
+
// authentication APIKeyAuth required
|
|
346
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
468
347
|
|
|
469
348
|
if (ids) {
|
|
470
349
|
localVarQueryParameter['ids'] = ids;
|
|
@@ -496,19 +375,12 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
496
375
|
|
|
497
376
|
|
|
498
377
|
|
|
499
|
-
|
|
500
|
-
for (const key in localVarQueryParameter) {
|
|
501
|
-
query.set(key, localVarQueryParameter[key]);
|
|
502
|
-
}
|
|
503
|
-
for (const key in options.query) {
|
|
504
|
-
query.set(key, options.query[key]);
|
|
505
|
-
}
|
|
506
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
378
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
507
379
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
508
380
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
509
381
|
|
|
510
382
|
return {
|
|
511
|
-
url: localVarUrlObj
|
|
383
|
+
url: toPathString(localVarUrlObj),
|
|
512
384
|
options: localVarRequestOptions,
|
|
513
385
|
};
|
|
514
386
|
},
|
|
@@ -522,73 +394,48 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
522
394
|
* @param {*} [options] Override http request option.
|
|
523
395
|
* @throws {RequiredError}
|
|
524
396
|
*/
|
|
525
|
-
retryJob: async (owner: string, name: string, jobId: string, retryConfig: RetryConfig, options:
|
|
397
|
+
retryJob: async (owner: string, name: string, jobId: string, retryConfig: RetryConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
526
398
|
// verify required parameter 'owner' is not null or undefined
|
|
527
|
-
|
|
528
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling retryJob.');
|
|
529
|
-
}
|
|
399
|
+
assertParamExists('retryJob', 'owner', owner)
|
|
530
400
|
// verify required parameter 'name' is not null or undefined
|
|
531
|
-
|
|
532
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling retryJob.');
|
|
533
|
-
}
|
|
401
|
+
assertParamExists('retryJob', 'name', name)
|
|
534
402
|
// verify required parameter 'jobId' is not null or undefined
|
|
535
|
-
|
|
536
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling retryJob.');
|
|
537
|
-
}
|
|
403
|
+
assertParamExists('retryJob', 'jobId', jobId)
|
|
538
404
|
// verify required parameter 'retryConfig' is not null or undefined
|
|
539
|
-
|
|
540
|
-
throw new RequiredError('retryConfig','Required parameter retryConfig was null or undefined when calling retryJob.');
|
|
541
|
-
}
|
|
405
|
+
assertParamExists('retryJob', 'retryConfig', retryConfig)
|
|
542
406
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}/retry`
|
|
543
407
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
544
408
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
545
409
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
546
410
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
547
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
411
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
548
412
|
let baseOptions;
|
|
549
413
|
if (configuration) {
|
|
550
414
|
baseOptions = configuration.baseOptions;
|
|
551
415
|
}
|
|
416
|
+
|
|
552
417
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
553
418
|
const localVarHeaderParameter = {} as any;
|
|
554
419
|
const localVarQueryParameter = {} as any;
|
|
555
420
|
|
|
556
|
-
// authentication APIKeyAuth required
|
|
557
|
-
if (configuration && configuration.apiKey) {
|
|
558
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
559
|
-
? await configuration.apiKey("x-pollination-token")
|
|
560
|
-
: await configuration.apiKey;
|
|
561
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
421
|
// authentication JWTAuth required
|
|
565
422
|
// http bearer authentication required
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
571
|
-
}
|
|
423
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
424
|
+
|
|
425
|
+
// authentication APIKeyAuth required
|
|
426
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
572
427
|
|
|
573
428
|
|
|
574
429
|
|
|
575
430
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
576
431
|
|
|
577
|
-
|
|
578
|
-
for (const key in localVarQueryParameter) {
|
|
579
|
-
query.set(key, localVarQueryParameter[key]);
|
|
580
|
-
}
|
|
581
|
-
for (const key in options.query) {
|
|
582
|
-
query.set(key, options.query[key]);
|
|
583
|
-
}
|
|
584
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
432
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
585
433
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
586
434
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
587
|
-
|
|
588
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(retryConfig !== undefined ? retryConfig : {}) : (retryConfig || "");
|
|
435
|
+
localVarRequestOptions.data = serializeDataIfNeeded(retryConfig, localVarRequestOptions, configuration)
|
|
589
436
|
|
|
590
437
|
return {
|
|
591
|
-
url: localVarUrlObj
|
|
438
|
+
url: toPathString(localVarUrlObj),
|
|
592
439
|
options: localVarRequestOptions,
|
|
593
440
|
};
|
|
594
441
|
},
|
|
@@ -604,49 +451,34 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
604
451
|
* @param {*} [options] Override http request option.
|
|
605
452
|
* @throws {RequiredError}
|
|
606
453
|
*/
|
|
607
|
-
searchJobFolder: async (owner: string, name: string, jobId: string, path?: Array<string>, page?: number, perPage?: number, options:
|
|
454
|
+
searchJobFolder: async (owner: string, name: string, jobId: string, path?: Array<string>, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
608
455
|
// verify required parameter 'owner' is not null or undefined
|
|
609
|
-
|
|
610
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling searchJobFolder.');
|
|
611
|
-
}
|
|
456
|
+
assertParamExists('searchJobFolder', 'owner', owner)
|
|
612
457
|
// verify required parameter 'name' is not null or undefined
|
|
613
|
-
|
|
614
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling searchJobFolder.');
|
|
615
|
-
}
|
|
458
|
+
assertParamExists('searchJobFolder', 'name', name)
|
|
616
459
|
// verify required parameter 'jobId' is not null or undefined
|
|
617
|
-
|
|
618
|
-
throw new RequiredError('jobId','Required parameter jobId was null or undefined when calling searchJobFolder.');
|
|
619
|
-
}
|
|
460
|
+
assertParamExists('searchJobFolder', 'jobId', jobId)
|
|
620
461
|
const localVarPath = `/projects/{owner}/{name}/jobs/{job_id}/artifacts`
|
|
621
462
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
622
463
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
623
464
|
.replace(`{${"job_id"}}`, encodeURIComponent(String(jobId)));
|
|
624
465
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
625
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
466
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
626
467
|
let baseOptions;
|
|
627
468
|
if (configuration) {
|
|
628
469
|
baseOptions = configuration.baseOptions;
|
|
629
470
|
}
|
|
471
|
+
|
|
630
472
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
631
473
|
const localVarHeaderParameter = {} as any;
|
|
632
474
|
const localVarQueryParameter = {} as any;
|
|
633
475
|
|
|
634
|
-
// authentication APIKeyAuth required
|
|
635
|
-
if (configuration && configuration.apiKey) {
|
|
636
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
637
|
-
? await configuration.apiKey("x-pollination-token")
|
|
638
|
-
: await configuration.apiKey;
|
|
639
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
476
|
// authentication JWTAuth required
|
|
643
477
|
// http bearer authentication required
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
649
|
-
}
|
|
478
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
479
|
+
|
|
480
|
+
// authentication APIKeyAuth required
|
|
481
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
650
482
|
|
|
651
483
|
if (path) {
|
|
652
484
|
localVarQueryParameter['path'] = path;
|
|
@@ -662,19 +494,12 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
662
494
|
|
|
663
495
|
|
|
664
496
|
|
|
665
|
-
|
|
666
|
-
for (const key in localVarQueryParameter) {
|
|
667
|
-
query.set(key, localVarQueryParameter[key]);
|
|
668
|
-
}
|
|
669
|
-
for (const key in options.query) {
|
|
670
|
-
query.set(key, options.query[key]);
|
|
671
|
-
}
|
|
672
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
497
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
673
498
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
674
499
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
675
500
|
|
|
676
501
|
return {
|
|
677
|
-
url: localVarUrlObj
|
|
502
|
+
url: toPathString(localVarUrlObj),
|
|
678
503
|
options: localVarRequestOptions,
|
|
679
504
|
};
|
|
680
505
|
},
|
|
@@ -686,6 +511,7 @@ export const JobsApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
686
511
|
* @export
|
|
687
512
|
*/
|
|
688
513
|
export const JobsApiFp = function(configuration?: Configuration) {
|
|
514
|
+
const localVarAxiosParamCreator = JobsApiAxiosParamCreator(configuration)
|
|
689
515
|
return {
|
|
690
516
|
/**
|
|
691
517
|
* Retrieve a job.
|
|
@@ -696,12 +522,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
696
522
|
* @param {*} [options] Override http request option.
|
|
697
523
|
* @throws {RequiredError}
|
|
698
524
|
*/
|
|
699
|
-
async cancelJob(owner: string, name: string, jobId: string, options?:
|
|
700
|
-
const localVarAxiosArgs = await
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
};
|
|
525
|
+
async cancelJob(owner: string, name: string, jobId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloudJob>> {
|
|
526
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelJob(owner, name, jobId, options);
|
|
527
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
528
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.cancelJob']?.[localVarOperationServerIndex]?.url;
|
|
529
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
705
530
|
},
|
|
706
531
|
/**
|
|
707
532
|
* Create a new job.
|
|
@@ -714,12 +539,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
714
539
|
* @param {*} [options] Override http request option.
|
|
715
540
|
* @throws {RequiredError}
|
|
716
541
|
*/
|
|
717
|
-
async createJob(owner: string, name: string, job: Job, authorization?: string, xPollinationToken?: string, options?:
|
|
718
|
-
const localVarAxiosArgs = await
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
};
|
|
542
|
+
async createJob(owner: string, name: string, job: Job, authorization?: string, xPollinationToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedContent>> {
|
|
543
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createJob(owner, name, job, authorization, xPollinationToken, options);
|
|
544
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
545
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.createJob']?.[localVarOperationServerIndex]?.url;
|
|
546
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
723
547
|
},
|
|
724
548
|
/**
|
|
725
549
|
* Delete a job.
|
|
@@ -730,12 +554,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
730
554
|
* @param {*} [options] Override http request option.
|
|
731
555
|
* @throws {RequiredError}
|
|
732
556
|
*/
|
|
733
|
-
async deleteJob(owner: string, name: string, jobId: string, options?:
|
|
734
|
-
const localVarAxiosArgs = await
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
};
|
|
557
|
+
async deleteJob(owner: string, name: string, jobId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
|
558
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteJob(owner, name, jobId, options);
|
|
559
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
560
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.deleteJob']?.[localVarOperationServerIndex]?.url;
|
|
561
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
739
562
|
},
|
|
740
563
|
/**
|
|
741
564
|
* Get a download link for an artifact in a job folder
|
|
@@ -747,12 +570,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
747
570
|
* @param {*} [options] Override http request option.
|
|
748
571
|
* @throws {RequiredError}
|
|
749
572
|
*/
|
|
750
|
-
async downloadJobArtifact(owner: string, name: string, jobId: string, path?: string, options?:
|
|
751
|
-
const localVarAxiosArgs = await
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
};
|
|
573
|
+
async downloadJobArtifact(owner: string, name: string, jobId: string, path?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
574
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.downloadJobArtifact(owner, name, jobId, path, options);
|
|
575
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
576
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.downloadJobArtifact']?.[localVarOperationServerIndex]?.url;
|
|
577
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
756
578
|
},
|
|
757
579
|
/**
|
|
758
580
|
* Retrieve a job.
|
|
@@ -763,12 +585,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
763
585
|
* @param {*} [options] Override http request option.
|
|
764
586
|
* @throws {RequiredError}
|
|
765
587
|
*/
|
|
766
|
-
async getJob(owner: string, name: string, jobId: string, options?:
|
|
767
|
-
const localVarAxiosArgs = await
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
};
|
|
588
|
+
async getJob(owner: string, name: string, jobId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloudJob>> {
|
|
589
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getJob(owner, name, jobId, options);
|
|
590
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
591
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.getJob']?.[localVarOperationServerIndex]?.url;
|
|
592
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
772
593
|
},
|
|
773
594
|
/**
|
|
774
595
|
* Retrieve a list of jobs.
|
|
@@ -784,12 +605,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
784
605
|
* @param {*} [options] Override http request option.
|
|
785
606
|
* @throws {RequiredError}
|
|
786
607
|
*/
|
|
787
|
-
async listJobs(owner: string, name: string, ids?: Array<string>, status?: JobStatusEnum, createdAfter?: string, createdBefore?: string, page?: number, perPage?: number, options?:
|
|
788
|
-
const localVarAxiosArgs = await
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
};
|
|
608
|
+
async listJobs(owner: string, name: string, ids?: Array<string>, status?: JobStatusEnum, createdAfter?: string, createdBefore?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloudJobList>> {
|
|
609
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listJobs(owner, name, ids, status, createdAfter, createdBefore, page, perPage, options);
|
|
610
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
611
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.listJobs']?.[localVarOperationServerIndex]?.url;
|
|
612
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
793
613
|
},
|
|
794
614
|
/**
|
|
795
615
|
* Retry failed runs for a job.
|
|
@@ -801,12 +621,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
801
621
|
* @param {*} [options] Override http request option.
|
|
802
622
|
* @throws {RequiredError}
|
|
803
623
|
*/
|
|
804
|
-
async retryJob(owner: string, name: string, jobId: string, retryConfig: RetryConfig, options?:
|
|
805
|
-
const localVarAxiosArgs = await
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
};
|
|
624
|
+
async retryJob(owner: string, name: string, jobId: string, retryConfig: RetryConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloudJob>> {
|
|
625
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.retryJob(owner, name, jobId, retryConfig, options);
|
|
626
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
627
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.retryJob']?.[localVarOperationServerIndex]?.url;
|
|
628
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
810
629
|
},
|
|
811
630
|
/**
|
|
812
631
|
* Retrieve a list of artifacts in a job folder
|
|
@@ -820,12 +639,11 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
820
639
|
* @param {*} [options] Override http request option.
|
|
821
640
|
* @throws {RequiredError}
|
|
822
641
|
*/
|
|
823
|
-
async searchJobFolder(owner: string, name: string, jobId: string, path?: Array<string>, page?: number, perPage?: number, options?:
|
|
824
|
-
const localVarAxiosArgs = await
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
};
|
|
642
|
+
async searchJobFolder(owner: string, name: string, jobId: string, path?: Array<string>, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileMetaList>> {
|
|
643
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.searchJobFolder(owner, name, jobId, path, page, perPage, options);
|
|
644
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
645
|
+
const localVarOperationServerBasePath = operationServerMap['JobsApi.searchJobFolder']?.[localVarOperationServerIndex]?.url;
|
|
646
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
829
647
|
},
|
|
830
648
|
}
|
|
831
649
|
};
|
|
@@ -835,114 +653,87 @@ export const JobsApiFp = function(configuration?: Configuration) {
|
|
|
835
653
|
* @export
|
|
836
654
|
*/
|
|
837
655
|
export const JobsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
656
|
+
const localVarFp = JobsApiFp(configuration)
|
|
838
657
|
return {
|
|
839
658
|
/**
|
|
840
659
|
* Retrieve a job.
|
|
841
660
|
* @summary Cancel a Job
|
|
842
|
-
* @param {
|
|
843
|
-
* @param {string} name
|
|
844
|
-
* @param {string} jobId
|
|
661
|
+
* @param {JobsApiCancelJobRequest} requestParameters Request parameters.
|
|
845
662
|
* @param {*} [options] Override http request option.
|
|
846
663
|
* @throws {RequiredError}
|
|
847
664
|
*/
|
|
848
|
-
cancelJob(
|
|
849
|
-
return
|
|
665
|
+
cancelJob(requestParameters: JobsApiCancelJobRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloudJob> {
|
|
666
|
+
return localVarFp.cancelJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(axios, basePath));
|
|
850
667
|
},
|
|
851
668
|
/**
|
|
852
669
|
* Create a new job.
|
|
853
670
|
* @summary Schedule a job
|
|
854
|
-
* @param {
|
|
855
|
-
* @param {string} name
|
|
856
|
-
* @param {Job} job
|
|
857
|
-
* @param {string} [authorization]
|
|
858
|
-
* @param {string} [xPollinationToken]
|
|
671
|
+
* @param {JobsApiCreateJobRequest} requestParameters Request parameters.
|
|
859
672
|
* @param {*} [options] Override http request option.
|
|
860
673
|
* @throws {RequiredError}
|
|
861
674
|
*/
|
|
862
|
-
createJob(
|
|
863
|
-
return
|
|
675
|
+
createJob(requestParameters: JobsApiCreateJobRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatedContent> {
|
|
676
|
+
return localVarFp.createJob(requestParameters.owner, requestParameters.name, requestParameters.job, requestParameters.authorization, requestParameters.xPollinationToken, options).then((request) => request(axios, basePath));
|
|
864
677
|
},
|
|
865
678
|
/**
|
|
866
679
|
* Delete a job.
|
|
867
680
|
* @summary Delete a Job
|
|
868
|
-
* @param {
|
|
869
|
-
* @param {string} name
|
|
870
|
-
* @param {string} jobId
|
|
681
|
+
* @param {JobsApiDeleteJobRequest} requestParameters Request parameters.
|
|
871
682
|
* @param {*} [options] Override http request option.
|
|
872
683
|
* @throws {RequiredError}
|
|
873
684
|
*/
|
|
874
|
-
deleteJob(
|
|
875
|
-
return
|
|
685
|
+
deleteJob(requestParameters: JobsApiDeleteJobRequest, options?: RawAxiosRequestConfig): AxiosPromise<any> {
|
|
686
|
+
return localVarFp.deleteJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(axios, basePath));
|
|
876
687
|
},
|
|
877
688
|
/**
|
|
878
689
|
* Get a download link for an artifact in a job folder
|
|
879
690
|
* @summary Download an artifact from the job folder
|
|
880
|
-
* @param {
|
|
881
|
-
* @param {string} name
|
|
882
|
-
* @param {string} jobId
|
|
883
|
-
* @param {string} [path] The path to an file within a project folder
|
|
691
|
+
* @param {JobsApiDownloadJobArtifactRequest} requestParameters Request parameters.
|
|
884
692
|
* @param {*} [options] Override http request option.
|
|
885
693
|
* @throws {RequiredError}
|
|
886
694
|
*/
|
|
887
|
-
downloadJobArtifact(
|
|
888
|
-
return
|
|
695
|
+
downloadJobArtifact(requestParameters: JobsApiDownloadJobArtifactRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
696
|
+
return localVarFp.downloadJobArtifact(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.path, options).then((request) => request(axios, basePath));
|
|
889
697
|
},
|
|
890
698
|
/**
|
|
891
699
|
* Retrieve a job.
|
|
892
700
|
* @summary Get a Job
|
|
893
|
-
* @param {
|
|
894
|
-
* @param {string} name
|
|
895
|
-
* @param {string} jobId
|
|
701
|
+
* @param {JobsApiGetJobRequest} requestParameters Request parameters.
|
|
896
702
|
* @param {*} [options] Override http request option.
|
|
897
703
|
* @throws {RequiredError}
|
|
898
704
|
*/
|
|
899
|
-
getJob(
|
|
900
|
-
return
|
|
705
|
+
getJob(requestParameters: JobsApiGetJobRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloudJob> {
|
|
706
|
+
return localVarFp.getJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(axios, basePath));
|
|
901
707
|
},
|
|
902
708
|
/**
|
|
903
709
|
* Retrieve a list of jobs.
|
|
904
710
|
* @summary List Jobs
|
|
905
|
-
* @param {
|
|
906
|
-
* @param {string} name
|
|
907
|
-
* @param {Array<string>} [ids]
|
|
908
|
-
* @param {JobStatusEnum} [status]
|
|
909
|
-
* @param {string} [createdAfter]
|
|
910
|
-
* @param {string} [createdBefore]
|
|
911
|
-
* @param {number} [page] Page number starting from 1
|
|
912
|
-
* @param {number} [perPage] Number of items per page
|
|
711
|
+
* @param {JobsApiListJobsRequest} requestParameters Request parameters.
|
|
913
712
|
* @param {*} [options] Override http request option.
|
|
914
713
|
* @throws {RequiredError}
|
|
915
714
|
*/
|
|
916
|
-
listJobs(
|
|
917
|
-
return
|
|
715
|
+
listJobs(requestParameters: JobsApiListJobsRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloudJobList> {
|
|
716
|
+
return localVarFp.listJobs(requestParameters.owner, requestParameters.name, requestParameters.ids, requestParameters.status, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
918
717
|
},
|
|
919
718
|
/**
|
|
920
719
|
* Retry failed runs for a job.
|
|
921
720
|
* @summary Retry failed runs for a Job
|
|
922
|
-
* @param {
|
|
923
|
-
* @param {string} name
|
|
924
|
-
* @param {string} jobId
|
|
925
|
-
* @param {RetryConfig} retryConfig
|
|
721
|
+
* @param {JobsApiRetryJobRequest} requestParameters Request parameters.
|
|
926
722
|
* @param {*} [options] Override http request option.
|
|
927
723
|
* @throws {RequiredError}
|
|
928
724
|
*/
|
|
929
|
-
retryJob(
|
|
930
|
-
return
|
|
725
|
+
retryJob(requestParameters: JobsApiRetryJobRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloudJob> {
|
|
726
|
+
return localVarFp.retryJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.retryConfig, options).then((request) => request(axios, basePath));
|
|
931
727
|
},
|
|
932
728
|
/**
|
|
933
729
|
* Retrieve a list of artifacts in a job folder
|
|
934
730
|
* @summary List files/folders in a job folder
|
|
935
|
-
* @param {
|
|
936
|
-
* @param {string} name
|
|
937
|
-
* @param {string} jobId
|
|
938
|
-
* @param {Array<string>} [path] The path to an file within a project folder
|
|
939
|
-
* @param {number} [page] Page number starting from 1
|
|
940
|
-
* @param {number} [perPage] Number of items per page
|
|
731
|
+
* @param {JobsApiSearchJobFolderRequest} requestParameters Request parameters.
|
|
941
732
|
* @param {*} [options] Override http request option.
|
|
942
733
|
* @throws {RequiredError}
|
|
943
734
|
*/
|
|
944
|
-
searchJobFolder(
|
|
945
|
-
return
|
|
735
|
+
searchJobFolder(requestParameters: JobsApiSearchJobFolderRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileMetaList> {
|
|
736
|
+
return localVarFp.searchJobFolder(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.path, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
946
737
|
},
|
|
947
738
|
};
|
|
948
739
|
};
|
|
@@ -1270,7 +1061,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1270
1061
|
* @throws {RequiredError}
|
|
1271
1062
|
* @memberof JobsApi
|
|
1272
1063
|
*/
|
|
1273
|
-
public cancelJob(requestParameters: JobsApiCancelJobRequest, options?:
|
|
1064
|
+
public cancelJob(requestParameters: JobsApiCancelJobRequest, options?: RawAxiosRequestConfig) {
|
|
1274
1065
|
return JobsApiFp(this.configuration).cancelJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(this.axios, this.basePath));
|
|
1275
1066
|
}
|
|
1276
1067
|
|
|
@@ -1282,7 +1073,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1282
1073
|
* @throws {RequiredError}
|
|
1283
1074
|
* @memberof JobsApi
|
|
1284
1075
|
*/
|
|
1285
|
-
public createJob(requestParameters: JobsApiCreateJobRequest, options?:
|
|
1076
|
+
public createJob(requestParameters: JobsApiCreateJobRequest, options?: RawAxiosRequestConfig) {
|
|
1286
1077
|
return JobsApiFp(this.configuration).createJob(requestParameters.owner, requestParameters.name, requestParameters.job, requestParameters.authorization, requestParameters.xPollinationToken, options).then((request) => request(this.axios, this.basePath));
|
|
1287
1078
|
}
|
|
1288
1079
|
|
|
@@ -1294,7 +1085,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1294
1085
|
* @throws {RequiredError}
|
|
1295
1086
|
* @memberof JobsApi
|
|
1296
1087
|
*/
|
|
1297
|
-
public deleteJob(requestParameters: JobsApiDeleteJobRequest, options?:
|
|
1088
|
+
public deleteJob(requestParameters: JobsApiDeleteJobRequest, options?: RawAxiosRequestConfig) {
|
|
1298
1089
|
return JobsApiFp(this.configuration).deleteJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(this.axios, this.basePath));
|
|
1299
1090
|
}
|
|
1300
1091
|
|
|
@@ -1306,7 +1097,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1306
1097
|
* @throws {RequiredError}
|
|
1307
1098
|
* @memberof JobsApi
|
|
1308
1099
|
*/
|
|
1309
|
-
public downloadJobArtifact(requestParameters: JobsApiDownloadJobArtifactRequest, options?:
|
|
1100
|
+
public downloadJobArtifact(requestParameters: JobsApiDownloadJobArtifactRequest, options?: RawAxiosRequestConfig) {
|
|
1310
1101
|
return JobsApiFp(this.configuration).downloadJobArtifact(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.path, options).then((request) => request(this.axios, this.basePath));
|
|
1311
1102
|
}
|
|
1312
1103
|
|
|
@@ -1318,7 +1109,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1318
1109
|
* @throws {RequiredError}
|
|
1319
1110
|
* @memberof JobsApi
|
|
1320
1111
|
*/
|
|
1321
|
-
public getJob(requestParameters: JobsApiGetJobRequest, options?:
|
|
1112
|
+
public getJob(requestParameters: JobsApiGetJobRequest, options?: RawAxiosRequestConfig) {
|
|
1322
1113
|
return JobsApiFp(this.configuration).getJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, options).then((request) => request(this.axios, this.basePath));
|
|
1323
1114
|
}
|
|
1324
1115
|
|
|
@@ -1330,7 +1121,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1330
1121
|
* @throws {RequiredError}
|
|
1331
1122
|
* @memberof JobsApi
|
|
1332
1123
|
*/
|
|
1333
|
-
public listJobs(requestParameters: JobsApiListJobsRequest, options?:
|
|
1124
|
+
public listJobs(requestParameters: JobsApiListJobsRequest, options?: RawAxiosRequestConfig) {
|
|
1334
1125
|
return JobsApiFp(this.configuration).listJobs(requestParameters.owner, requestParameters.name, requestParameters.ids, requestParameters.status, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1335
1126
|
}
|
|
1336
1127
|
|
|
@@ -1342,7 +1133,7 @@ export class JobsApi extends BaseAPI {
|
|
|
1342
1133
|
* @throws {RequiredError}
|
|
1343
1134
|
* @memberof JobsApi
|
|
1344
1135
|
*/
|
|
1345
|
-
public retryJob(requestParameters: JobsApiRetryJobRequest, options?:
|
|
1136
|
+
public retryJob(requestParameters: JobsApiRetryJobRequest, options?: RawAxiosRequestConfig) {
|
|
1346
1137
|
return JobsApiFp(this.configuration).retryJob(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.retryConfig, options).then((request) => request(this.axios, this.basePath));
|
|
1347
1138
|
}
|
|
1348
1139
|
|
|
@@ -1354,7 +1145,8 @@ export class JobsApi extends BaseAPI {
|
|
|
1354
1145
|
* @throws {RequiredError}
|
|
1355
1146
|
* @memberof JobsApi
|
|
1356
1147
|
*/
|
|
1357
|
-
public searchJobFolder(requestParameters: JobsApiSearchJobFolderRequest, options?:
|
|
1148
|
+
public searchJobFolder(requestParameters: JobsApiSearchJobFolderRequest, options?: RawAxiosRequestConfig) {
|
|
1358
1149
|
return JobsApiFp(this.configuration).searchJobFolder(requestParameters.owner, requestParameters.name, requestParameters.jobId, requestParameters.path, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1359
1150
|
}
|
|
1360
1151
|
}
|
|
1152
|
+
|