@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/applications-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,41 +13,44 @@
|
|
|
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 { Application } from '../models';
|
|
25
26
|
// @ts-ignore
|
|
26
|
-
import {
|
|
27
|
+
import type { ApplicationAccessPolicy } from '../models';
|
|
27
28
|
// @ts-ignore
|
|
28
|
-
import {
|
|
29
|
+
import type { ApplicationAccessPolicyList } from '../models';
|
|
29
30
|
// @ts-ignore
|
|
30
|
-
import {
|
|
31
|
+
import type { ApplicationCreate } from '../models';
|
|
31
32
|
// @ts-ignore
|
|
32
|
-
import {
|
|
33
|
+
import type { ApplicationDeployment } from '../models';
|
|
33
34
|
// @ts-ignore
|
|
34
|
-
import {
|
|
35
|
+
import type { ApplicationList } from '../models';
|
|
35
36
|
// @ts-ignore
|
|
36
|
-
import {
|
|
37
|
+
import type { ApplicationPolicySubject } from '../models';
|
|
37
38
|
// @ts-ignore
|
|
38
|
-
import {
|
|
39
|
+
import type { ApplicationSortKey } from '../models';
|
|
39
40
|
// @ts-ignore
|
|
40
|
-
import {
|
|
41
|
+
import type { ApplicationUpdate } from '../models';
|
|
41
42
|
// @ts-ignore
|
|
42
|
-
import {
|
|
43
|
+
import type { ApplicationVersionList } from '../models';
|
|
43
44
|
// @ts-ignore
|
|
44
|
-
import {
|
|
45
|
+
import type { HTTPValidationError } from '../models';
|
|
45
46
|
// @ts-ignore
|
|
46
|
-
import {
|
|
47
|
+
import type { NewApplicationVersion } from '../models';
|
|
47
48
|
// @ts-ignore
|
|
48
|
-
import {
|
|
49
|
+
import type { S3UploadRequest } from '../models';
|
|
49
50
|
// @ts-ignore
|
|
50
|
-
import {
|
|
51
|
+
import type { SortEnum } from '../models';
|
|
52
|
+
// @ts-ignore
|
|
53
|
+
import type { UpdateAccepted } from '../models';
|
|
51
54
|
/**
|
|
52
55
|
* ApplicationsApi - axios parameter creator
|
|
53
56
|
* @export
|
|
@@ -62,63 +65,42 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
62
65
|
* @param {*} [options] Override http request option.
|
|
63
66
|
* @throws {RequiredError}
|
|
64
67
|
*/
|
|
65
|
-
createApplication: async (owner: string, applicationCreate: ApplicationCreate, options:
|
|
68
|
+
createApplication: async (owner: string, applicationCreate: ApplicationCreate, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
66
69
|
// verify required parameter 'owner' is not null or undefined
|
|
67
|
-
|
|
68
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling createApplication.');
|
|
69
|
-
}
|
|
70
|
+
assertParamExists('createApplication', 'owner', owner)
|
|
70
71
|
// verify required parameter 'applicationCreate' is not null or undefined
|
|
71
|
-
|
|
72
|
-
throw new RequiredError('applicationCreate','Required parameter applicationCreate was null or undefined when calling createApplication.');
|
|
73
|
-
}
|
|
72
|
+
assertParamExists('createApplication', 'applicationCreate', applicationCreate)
|
|
74
73
|
const localVarPath = `/applications/{owner}`
|
|
75
74
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)));
|
|
76
75
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
77
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
76
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
78
77
|
let baseOptions;
|
|
79
78
|
if (configuration) {
|
|
80
79
|
baseOptions = configuration.baseOptions;
|
|
81
80
|
}
|
|
81
|
+
|
|
82
82
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
83
83
|
const localVarHeaderParameter = {} as any;
|
|
84
84
|
const localVarQueryParameter = {} as any;
|
|
85
85
|
|
|
86
|
-
// authentication APIKeyAuth required
|
|
87
|
-
if (configuration && configuration.apiKey) {
|
|
88
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
89
|
-
? await configuration.apiKey("x-pollination-token")
|
|
90
|
-
: await configuration.apiKey;
|
|
91
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
86
|
// authentication JWTAuth required
|
|
95
87
|
// http bearer authentication required
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
101
|
-
}
|
|
88
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
89
|
+
|
|
90
|
+
// authentication APIKeyAuth required
|
|
91
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
102
92
|
|
|
103
93
|
|
|
104
94
|
|
|
105
95
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
106
96
|
|
|
107
|
-
|
|
108
|
-
for (const key in localVarQueryParameter) {
|
|
109
|
-
query.set(key, localVarQueryParameter[key]);
|
|
110
|
-
}
|
|
111
|
-
for (const key in options.query) {
|
|
112
|
-
query.set(key, options.query[key]);
|
|
113
|
-
}
|
|
114
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
97
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
115
98
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
116
99
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
117
|
-
|
|
118
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationCreate !== undefined ? applicationCreate : {}) : (applicationCreate || "");
|
|
100
|
+
localVarRequestOptions.data = serializeDataIfNeeded(applicationCreate, localVarRequestOptions, configuration)
|
|
119
101
|
|
|
120
102
|
return {
|
|
121
|
-
url: localVarUrlObj
|
|
103
|
+
url: toPathString(localVarUrlObj),
|
|
122
104
|
options: localVarRequestOptions,
|
|
123
105
|
};
|
|
124
106
|
},
|
|
@@ -130,60 +112,40 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
130
112
|
* @param {*} [options] Override http request option.
|
|
131
113
|
* @throws {RequiredError}
|
|
132
114
|
*/
|
|
133
|
-
deleteApplication: async (owner: string, slug: string, options:
|
|
115
|
+
deleteApplication: async (owner: string, slug: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
134
116
|
// verify required parameter 'owner' is not null or undefined
|
|
135
|
-
|
|
136
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteApplication.');
|
|
137
|
-
}
|
|
117
|
+
assertParamExists('deleteApplication', 'owner', owner)
|
|
138
118
|
// verify required parameter 'slug' is not null or undefined
|
|
139
|
-
|
|
140
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling deleteApplication.');
|
|
141
|
-
}
|
|
119
|
+
assertParamExists('deleteApplication', 'slug', slug)
|
|
142
120
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
143
121
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
144
122
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
145
123
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
124
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
125
|
let baseOptions;
|
|
148
126
|
if (configuration) {
|
|
149
127
|
baseOptions = configuration.baseOptions;
|
|
150
128
|
}
|
|
129
|
+
|
|
151
130
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
152
131
|
const localVarHeaderParameter = {} as any;
|
|
153
132
|
const localVarQueryParameter = {} as any;
|
|
154
133
|
|
|
155
|
-
// authentication APIKeyAuth required
|
|
156
|
-
if (configuration && configuration.apiKey) {
|
|
157
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
158
|
-
? await configuration.apiKey("x-pollination-token")
|
|
159
|
-
: await configuration.apiKey;
|
|
160
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
134
|
// authentication JWTAuth required
|
|
164
135
|
// http bearer authentication required
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
170
|
-
}
|
|
136
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
137
|
+
|
|
138
|
+
// authentication APIKeyAuth required
|
|
139
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
171
140
|
|
|
172
141
|
|
|
173
142
|
|
|
174
|
-
|
|
175
|
-
for (const key in localVarQueryParameter) {
|
|
176
|
-
query.set(key, localVarQueryParameter[key]);
|
|
177
|
-
}
|
|
178
|
-
for (const key in options.query) {
|
|
179
|
-
query.set(key, options.query[key]);
|
|
180
|
-
}
|
|
181
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
143
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
182
144
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
183
145
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
184
146
|
|
|
185
147
|
return {
|
|
186
|
-
url: localVarUrlObj
|
|
148
|
+
url: toPathString(localVarUrlObj),
|
|
187
149
|
options: localVarRequestOptions,
|
|
188
150
|
};
|
|
189
151
|
},
|
|
@@ -196,68 +158,45 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
196
158
|
* @param {*} [options] Override http request option.
|
|
197
159
|
* @throws {RequiredError}
|
|
198
160
|
*/
|
|
199
|
-
deleteApplicationOrgPermission: async (owner: string, slug: string, applicationPolicySubject: ApplicationPolicySubject, options:
|
|
161
|
+
deleteApplicationOrgPermission: async (owner: string, slug: string, applicationPolicySubject: ApplicationPolicySubject, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
200
162
|
// verify required parameter 'owner' is not null or undefined
|
|
201
|
-
|
|
202
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteApplicationOrgPermission.');
|
|
203
|
-
}
|
|
163
|
+
assertParamExists('deleteApplicationOrgPermission', 'owner', owner)
|
|
204
164
|
// verify required parameter 'slug' is not null or undefined
|
|
205
|
-
|
|
206
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling deleteApplicationOrgPermission.');
|
|
207
|
-
}
|
|
165
|
+
assertParamExists('deleteApplicationOrgPermission', 'slug', slug)
|
|
208
166
|
// verify required parameter 'applicationPolicySubject' is not null or undefined
|
|
209
|
-
|
|
210
|
-
throw new RequiredError('applicationPolicySubject','Required parameter applicationPolicySubject was null or undefined when calling deleteApplicationOrgPermission.');
|
|
211
|
-
}
|
|
167
|
+
assertParamExists('deleteApplicationOrgPermission', 'applicationPolicySubject', applicationPolicySubject)
|
|
212
168
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
213
169
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
214
170
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
215
171
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
216
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
172
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
217
173
|
let baseOptions;
|
|
218
174
|
if (configuration) {
|
|
219
175
|
baseOptions = configuration.baseOptions;
|
|
220
176
|
}
|
|
177
|
+
|
|
221
178
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
222
179
|
const localVarHeaderParameter = {} as any;
|
|
223
180
|
const localVarQueryParameter = {} as any;
|
|
224
181
|
|
|
225
|
-
// authentication APIKeyAuth required
|
|
226
|
-
if (configuration && configuration.apiKey) {
|
|
227
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
228
|
-
? await configuration.apiKey("x-pollination-token")
|
|
229
|
-
: await configuration.apiKey;
|
|
230
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
182
|
// authentication JWTAuth required
|
|
234
183
|
// http bearer authentication required
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
240
|
-
}
|
|
184
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
185
|
+
|
|
186
|
+
// authentication APIKeyAuth required
|
|
187
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
241
188
|
|
|
242
189
|
|
|
243
190
|
|
|
244
191
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
245
192
|
|
|
246
|
-
|
|
247
|
-
for (const key in localVarQueryParameter) {
|
|
248
|
-
query.set(key, localVarQueryParameter[key]);
|
|
249
|
-
}
|
|
250
|
-
for (const key in options.query) {
|
|
251
|
-
query.set(key, options.query[key]);
|
|
252
|
-
}
|
|
253
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
193
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
254
194
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
255
195
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
256
|
-
|
|
257
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationPolicySubject !== undefined ? applicationPolicySubject : {}) : (applicationPolicySubject || "");
|
|
196
|
+
localVarRequestOptions.data = serializeDataIfNeeded(applicationPolicySubject, localVarRequestOptions, configuration)
|
|
258
197
|
|
|
259
198
|
return {
|
|
260
|
-
url: localVarUrlObj
|
|
199
|
+
url: toPathString(localVarUrlObj),
|
|
261
200
|
options: localVarRequestOptions,
|
|
262
201
|
};
|
|
263
202
|
},
|
|
@@ -270,65 +209,43 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
270
209
|
* @param {*} [options] Override http request option.
|
|
271
210
|
* @throws {RequiredError}
|
|
272
211
|
*/
|
|
273
|
-
deleteApplicationVersion: async (owner: string, slug: string, tag: string, options:
|
|
212
|
+
deleteApplicationVersion: async (owner: string, slug: string, tag: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
274
213
|
// verify required parameter 'owner' is not null or undefined
|
|
275
|
-
|
|
276
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteApplicationVersion.');
|
|
277
|
-
}
|
|
214
|
+
assertParamExists('deleteApplicationVersion', 'owner', owner)
|
|
278
215
|
// verify required parameter 'slug' is not null or undefined
|
|
279
|
-
|
|
280
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling deleteApplicationVersion.');
|
|
281
|
-
}
|
|
216
|
+
assertParamExists('deleteApplicationVersion', 'slug', slug)
|
|
282
217
|
// verify required parameter 'tag' is not null or undefined
|
|
283
|
-
|
|
284
|
-
throw new RequiredError('tag','Required parameter tag was null or undefined when calling deleteApplicationVersion.');
|
|
285
|
-
}
|
|
218
|
+
assertParamExists('deleteApplicationVersion', 'tag', tag)
|
|
286
219
|
const localVarPath = `/applications/{owner}/{slug}/versions/{tag}`
|
|
287
220
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
288
221
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)))
|
|
289
222
|
.replace(`{${"tag"}}`, encodeURIComponent(String(tag)));
|
|
290
223
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
291
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
224
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
292
225
|
let baseOptions;
|
|
293
226
|
if (configuration) {
|
|
294
227
|
baseOptions = configuration.baseOptions;
|
|
295
228
|
}
|
|
229
|
+
|
|
296
230
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
297
231
|
const localVarHeaderParameter = {} as any;
|
|
298
232
|
const localVarQueryParameter = {} as any;
|
|
299
233
|
|
|
300
|
-
// authentication APIKeyAuth required
|
|
301
|
-
if (configuration && configuration.apiKey) {
|
|
302
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
303
|
-
? await configuration.apiKey("x-pollination-token")
|
|
304
|
-
: await configuration.apiKey;
|
|
305
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
234
|
// authentication JWTAuth required
|
|
309
235
|
// http bearer authentication required
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
315
|
-
}
|
|
236
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
237
|
+
|
|
238
|
+
// authentication APIKeyAuth required
|
|
239
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
316
240
|
|
|
317
241
|
|
|
318
242
|
|
|
319
|
-
|
|
320
|
-
for (const key in localVarQueryParameter) {
|
|
321
|
-
query.set(key, localVarQueryParameter[key]);
|
|
322
|
-
}
|
|
323
|
-
for (const key in options.query) {
|
|
324
|
-
query.set(key, options.query[key]);
|
|
325
|
-
}
|
|
326
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
243
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
327
244
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
328
245
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
329
246
|
|
|
330
247
|
return {
|
|
331
|
-
url: localVarUrlObj
|
|
248
|
+
url: toPathString(localVarUrlObj),
|
|
332
249
|
options: localVarRequestOptions,
|
|
333
250
|
};
|
|
334
251
|
},
|
|
@@ -340,60 +257,40 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
340
257
|
* @param {*} [options] Override http request option.
|
|
341
258
|
* @throws {RequiredError}
|
|
342
259
|
*/
|
|
343
|
-
getApplication: async (owner: string, slug: string, options:
|
|
260
|
+
getApplication: async (owner: string, slug: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
344
261
|
// verify required parameter 'owner' is not null or undefined
|
|
345
|
-
|
|
346
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getApplication.');
|
|
347
|
-
}
|
|
262
|
+
assertParamExists('getApplication', 'owner', owner)
|
|
348
263
|
// verify required parameter 'slug' is not null or undefined
|
|
349
|
-
|
|
350
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling getApplication.');
|
|
351
|
-
}
|
|
264
|
+
assertParamExists('getApplication', 'slug', slug)
|
|
352
265
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
353
266
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
354
267
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
355
268
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
356
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
269
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
357
270
|
let baseOptions;
|
|
358
271
|
if (configuration) {
|
|
359
272
|
baseOptions = configuration.baseOptions;
|
|
360
273
|
}
|
|
274
|
+
|
|
361
275
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
362
276
|
const localVarHeaderParameter = {} as any;
|
|
363
277
|
const localVarQueryParameter = {} as any;
|
|
364
278
|
|
|
365
|
-
// authentication APIKeyAuth required
|
|
366
|
-
if (configuration && configuration.apiKey) {
|
|
367
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
368
|
-
? await configuration.apiKey("x-pollination-token")
|
|
369
|
-
: await configuration.apiKey;
|
|
370
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
279
|
// authentication JWTAuth required
|
|
374
280
|
// http bearer authentication required
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
380
|
-
}
|
|
281
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
282
|
+
|
|
283
|
+
// authentication APIKeyAuth required
|
|
284
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
381
285
|
|
|
382
286
|
|
|
383
287
|
|
|
384
|
-
|
|
385
|
-
for (const key in localVarQueryParameter) {
|
|
386
|
-
query.set(key, localVarQueryParameter[key]);
|
|
387
|
-
}
|
|
388
|
-
for (const key in options.query) {
|
|
389
|
-
query.set(key, options.query[key]);
|
|
390
|
-
}
|
|
391
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
288
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
392
289
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
393
290
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
394
291
|
|
|
395
292
|
return {
|
|
396
|
-
url: localVarUrlObj
|
|
293
|
+
url: toPathString(localVarUrlObj),
|
|
397
294
|
options: localVarRequestOptions,
|
|
398
295
|
};
|
|
399
296
|
},
|
|
@@ -409,44 +306,31 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
409
306
|
* @param {*} [options] Override http request option.
|
|
410
307
|
* @throws {RequiredError}
|
|
411
308
|
*/
|
|
412
|
-
getApplicationAccessPermissions: async (owner: string, slug: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options:
|
|
309
|
+
getApplicationAccessPermissions: async (owner: string, slug: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
413
310
|
// verify required parameter 'owner' is not null or undefined
|
|
414
|
-
|
|
415
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getApplicationAccessPermissions.');
|
|
416
|
-
}
|
|
311
|
+
assertParamExists('getApplicationAccessPermissions', 'owner', owner)
|
|
417
312
|
// verify required parameter 'slug' is not null or undefined
|
|
418
|
-
|
|
419
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling getApplicationAccessPermissions.');
|
|
420
|
-
}
|
|
313
|
+
assertParamExists('getApplicationAccessPermissions', 'slug', slug)
|
|
421
314
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
422
315
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
423
316
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
424
317
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
425
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
318
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
426
319
|
let baseOptions;
|
|
427
320
|
if (configuration) {
|
|
428
321
|
baseOptions = configuration.baseOptions;
|
|
429
322
|
}
|
|
323
|
+
|
|
430
324
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
431
325
|
const localVarHeaderParameter = {} as any;
|
|
432
326
|
const localVarQueryParameter = {} as any;
|
|
433
327
|
|
|
434
|
-
// authentication APIKeyAuth required
|
|
435
|
-
if (configuration && configuration.apiKey) {
|
|
436
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
437
|
-
? await configuration.apiKey("x-pollination-token")
|
|
438
|
-
: await configuration.apiKey;
|
|
439
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
328
|
// authentication JWTAuth required
|
|
443
329
|
// http bearer authentication required
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
449
|
-
}
|
|
330
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
331
|
+
|
|
332
|
+
// authentication APIKeyAuth required
|
|
333
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
450
334
|
|
|
451
335
|
if (page !== undefined) {
|
|
452
336
|
localVarQueryParameter['page'] = page;
|
|
@@ -466,19 +350,12 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
466
350
|
|
|
467
351
|
|
|
468
352
|
|
|
469
|
-
|
|
470
|
-
for (const key in localVarQueryParameter) {
|
|
471
|
-
query.set(key, localVarQueryParameter[key]);
|
|
472
|
-
}
|
|
473
|
-
for (const key in options.query) {
|
|
474
|
-
query.set(key, options.query[key]);
|
|
475
|
-
}
|
|
476
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
353
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
477
354
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
478
355
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
479
356
|
|
|
480
357
|
return {
|
|
481
|
-
url: localVarUrlObj
|
|
358
|
+
url: toPathString(localVarUrlObj),
|
|
482
359
|
options: localVarRequestOptions,
|
|
483
360
|
};
|
|
484
361
|
},
|
|
@@ -490,60 +367,40 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
490
367
|
* @param {*} [options] Override http request option.
|
|
491
368
|
* @throws {RequiredError}
|
|
492
369
|
*/
|
|
493
|
-
getApplicationDeployment: async (owner: string, slug: string, options:
|
|
370
|
+
getApplicationDeployment: async (owner: string, slug: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
494
371
|
// verify required parameter 'owner' is not null or undefined
|
|
495
|
-
|
|
496
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getApplicationDeployment.');
|
|
497
|
-
}
|
|
372
|
+
assertParamExists('getApplicationDeployment', 'owner', owner)
|
|
498
373
|
// verify required parameter 'slug' is not null or undefined
|
|
499
|
-
|
|
500
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling getApplicationDeployment.');
|
|
501
|
-
}
|
|
374
|
+
assertParamExists('getApplicationDeployment', 'slug', slug)
|
|
502
375
|
const localVarPath = `/applications/{owner}/{slug}/deployment`
|
|
503
376
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
504
377
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
505
378
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
506
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
379
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
507
380
|
let baseOptions;
|
|
508
381
|
if (configuration) {
|
|
509
382
|
baseOptions = configuration.baseOptions;
|
|
510
383
|
}
|
|
384
|
+
|
|
511
385
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
512
386
|
const localVarHeaderParameter = {} as any;
|
|
513
387
|
const localVarQueryParameter = {} as any;
|
|
514
388
|
|
|
515
|
-
// authentication APIKeyAuth required
|
|
516
|
-
if (configuration && configuration.apiKey) {
|
|
517
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
518
|
-
? await configuration.apiKey("x-pollination-token")
|
|
519
|
-
: await configuration.apiKey;
|
|
520
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
389
|
// authentication JWTAuth required
|
|
524
390
|
// http bearer authentication required
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
530
|
-
}
|
|
391
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
392
|
+
|
|
393
|
+
// authentication APIKeyAuth required
|
|
394
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
531
395
|
|
|
532
396
|
|
|
533
397
|
|
|
534
|
-
|
|
535
|
-
for (const key in localVarQueryParameter) {
|
|
536
|
-
query.set(key, localVarQueryParameter[key]);
|
|
537
|
-
}
|
|
538
|
-
for (const key in options.query) {
|
|
539
|
-
query.set(key, options.query[key]);
|
|
540
|
-
}
|
|
541
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
398
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
542
399
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
543
400
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
544
401
|
|
|
545
402
|
return {
|
|
546
|
-
url: localVarUrlObj
|
|
403
|
+
url: toPathString(localVarUrlObj),
|
|
547
404
|
options: localVarRequestOptions,
|
|
548
405
|
};
|
|
549
406
|
},
|
|
@@ -557,44 +414,31 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
557
414
|
* @param {*} [options] Override http request option.
|
|
558
415
|
* @throws {RequiredError}
|
|
559
416
|
*/
|
|
560
|
-
getApplicationVersions: async (owner: string, slug: string, page?: number, perPage?: number, options:
|
|
417
|
+
getApplicationVersions: async (owner: string, slug: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
561
418
|
// verify required parameter 'owner' is not null or undefined
|
|
562
|
-
|
|
563
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getApplicationVersions.');
|
|
564
|
-
}
|
|
419
|
+
assertParamExists('getApplicationVersions', 'owner', owner)
|
|
565
420
|
// verify required parameter 'slug' is not null or undefined
|
|
566
|
-
|
|
567
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling getApplicationVersions.');
|
|
568
|
-
}
|
|
421
|
+
assertParamExists('getApplicationVersions', 'slug', slug)
|
|
569
422
|
const localVarPath = `/applications/{owner}/{slug}/versions`
|
|
570
423
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
571
424
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
572
425
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
573
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
426
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
574
427
|
let baseOptions;
|
|
575
428
|
if (configuration) {
|
|
576
429
|
baseOptions = configuration.baseOptions;
|
|
577
430
|
}
|
|
431
|
+
|
|
578
432
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
579
433
|
const localVarHeaderParameter = {} as any;
|
|
580
434
|
const localVarQueryParameter = {} as any;
|
|
581
435
|
|
|
582
|
-
// authentication APIKeyAuth required
|
|
583
|
-
if (configuration && configuration.apiKey) {
|
|
584
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
585
|
-
? await configuration.apiKey("x-pollination-token")
|
|
586
|
-
: await configuration.apiKey;
|
|
587
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
436
|
// authentication JWTAuth required
|
|
591
437
|
// http bearer authentication required
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
597
|
-
}
|
|
438
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
439
|
+
|
|
440
|
+
// authentication APIKeyAuth required
|
|
441
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
598
442
|
|
|
599
443
|
if (page !== undefined) {
|
|
600
444
|
localVarQueryParameter['page'] = page;
|
|
@@ -606,19 +450,12 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
606
450
|
|
|
607
451
|
|
|
608
452
|
|
|
609
|
-
|
|
610
|
-
for (const key in localVarQueryParameter) {
|
|
611
|
-
query.set(key, localVarQueryParameter[key]);
|
|
612
|
-
}
|
|
613
|
-
for (const key in options.query) {
|
|
614
|
-
query.set(key, options.query[key]);
|
|
615
|
-
}
|
|
616
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
453
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
617
454
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
618
455
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
619
456
|
|
|
620
457
|
return {
|
|
621
|
-
url: localVarUrlObj
|
|
458
|
+
url: toPathString(localVarUrlObj),
|
|
622
459
|
options: localVarRequestOptions,
|
|
623
460
|
};
|
|
624
461
|
},
|
|
@@ -640,34 +477,25 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
640
477
|
* @param {*} [options] Override http request option.
|
|
641
478
|
* @throws {RequiredError}
|
|
642
479
|
*/
|
|
643
|
-
listApplications: async (search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, deployed?: boolean, permissions?: Array<string>, keywords?: Array<string>, sortBy?: ApplicationSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options:
|
|
480
|
+
listApplications: async (search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, deployed?: boolean, permissions?: Array<string>, keywords?: Array<string>, sortBy?: ApplicationSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
644
481
|
const localVarPath = `/applications`;
|
|
645
482
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
646
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
483
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
647
484
|
let baseOptions;
|
|
648
485
|
if (configuration) {
|
|
649
486
|
baseOptions = configuration.baseOptions;
|
|
650
487
|
}
|
|
488
|
+
|
|
651
489
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
652
490
|
const localVarHeaderParameter = {} as any;
|
|
653
491
|
const localVarQueryParameter = {} as any;
|
|
654
492
|
|
|
655
|
-
// authentication APIKeyAuth required
|
|
656
|
-
if (configuration && configuration.apiKey) {
|
|
657
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
658
|
-
? await configuration.apiKey("x-pollination-token")
|
|
659
|
-
: await configuration.apiKey;
|
|
660
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
493
|
// authentication JWTAuth required
|
|
664
494
|
// http bearer authentication required
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
670
|
-
}
|
|
495
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
496
|
+
|
|
497
|
+
// authentication APIKeyAuth required
|
|
498
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
671
499
|
|
|
672
500
|
if (search !== undefined) {
|
|
673
501
|
localVarQueryParameter['search'] = search;
|
|
@@ -719,19 +547,12 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
719
547
|
|
|
720
548
|
|
|
721
549
|
|
|
722
|
-
|
|
723
|
-
for (const key in localVarQueryParameter) {
|
|
724
|
-
query.set(key, localVarQueryParameter[key]);
|
|
725
|
-
}
|
|
726
|
-
for (const key in options.query) {
|
|
727
|
-
query.set(key, options.query[key]);
|
|
728
|
-
}
|
|
729
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
550
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
730
551
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
731
552
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
732
553
|
|
|
733
554
|
return {
|
|
734
|
-
url: localVarUrlObj
|
|
555
|
+
url: toPathString(localVarUrlObj),
|
|
735
556
|
options: localVarRequestOptions,
|
|
736
557
|
};
|
|
737
558
|
},
|
|
@@ -743,60 +564,40 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
743
564
|
* @param {*} [options] Override http request option.
|
|
744
565
|
* @throws {RequiredError}
|
|
745
566
|
*/
|
|
746
|
-
restartApplicationDeployment: async (owner: string, slug: string, options:
|
|
567
|
+
restartApplicationDeployment: async (owner: string, slug: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
747
568
|
// verify required parameter 'owner' is not null or undefined
|
|
748
|
-
|
|
749
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling restartApplicationDeployment.');
|
|
750
|
-
}
|
|
569
|
+
assertParamExists('restartApplicationDeployment', 'owner', owner)
|
|
751
570
|
// verify required parameter 'slug' is not null or undefined
|
|
752
|
-
|
|
753
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling restartApplicationDeployment.');
|
|
754
|
-
}
|
|
571
|
+
assertParamExists('restartApplicationDeployment', 'slug', slug)
|
|
755
572
|
const localVarPath = `/applications/{owner}/{slug}/deployment`
|
|
756
573
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
757
574
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
758
575
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
759
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
576
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
760
577
|
let baseOptions;
|
|
761
578
|
if (configuration) {
|
|
762
579
|
baseOptions = configuration.baseOptions;
|
|
763
580
|
}
|
|
581
|
+
|
|
764
582
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
765
583
|
const localVarHeaderParameter = {} as any;
|
|
766
584
|
const localVarQueryParameter = {} as any;
|
|
767
585
|
|
|
768
|
-
// authentication APIKeyAuth required
|
|
769
|
-
if (configuration && configuration.apiKey) {
|
|
770
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
771
|
-
? await configuration.apiKey("x-pollination-token")
|
|
772
|
-
: await configuration.apiKey;
|
|
773
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
586
|
// authentication JWTAuth required
|
|
777
587
|
// http bearer authentication required
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
783
|
-
}
|
|
588
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
589
|
+
|
|
590
|
+
// authentication APIKeyAuth required
|
|
591
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
784
592
|
|
|
785
593
|
|
|
786
594
|
|
|
787
|
-
|
|
788
|
-
for (const key in localVarQueryParameter) {
|
|
789
|
-
query.set(key, localVarQueryParameter[key]);
|
|
790
|
-
}
|
|
791
|
-
for (const key in options.query) {
|
|
792
|
-
query.set(key, options.query[key]);
|
|
793
|
-
}
|
|
794
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
595
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
795
596
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
796
597
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
797
598
|
|
|
798
599
|
return {
|
|
799
|
-
url: localVarUrlObj
|
|
600
|
+
url: toPathString(localVarUrlObj),
|
|
800
601
|
options: localVarRequestOptions,
|
|
801
602
|
};
|
|
802
603
|
},
|
|
@@ -809,68 +610,105 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
809
610
|
* @param {*} [options] Override http request option.
|
|
810
611
|
* @throws {RequiredError}
|
|
811
612
|
*/
|
|
812
|
-
updateApplication: async (owner: string, slug: string, applicationUpdate: ApplicationUpdate, options:
|
|
613
|
+
updateApplication: async (owner: string, slug: string, applicationUpdate: ApplicationUpdate, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
813
614
|
// verify required parameter 'owner' is not null or undefined
|
|
814
|
-
|
|
815
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling updateApplication.');
|
|
816
|
-
}
|
|
615
|
+
assertParamExists('updateApplication', 'owner', owner)
|
|
817
616
|
// verify required parameter 'slug' is not null or undefined
|
|
818
|
-
|
|
819
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling updateApplication.');
|
|
820
|
-
}
|
|
617
|
+
assertParamExists('updateApplication', 'slug', slug)
|
|
821
618
|
// verify required parameter 'applicationUpdate' is not null or undefined
|
|
822
|
-
|
|
823
|
-
throw new RequiredError('applicationUpdate','Required parameter applicationUpdate was null or undefined when calling updateApplication.');
|
|
824
|
-
}
|
|
619
|
+
assertParamExists('updateApplication', 'applicationUpdate', applicationUpdate)
|
|
825
620
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
826
621
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
827
622
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
828
623
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
829
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
624
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
830
625
|
let baseOptions;
|
|
831
626
|
if (configuration) {
|
|
832
627
|
baseOptions = configuration.baseOptions;
|
|
833
628
|
}
|
|
629
|
+
|
|
834
630
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
835
631
|
const localVarHeaderParameter = {} as any;
|
|
836
632
|
const localVarQueryParameter = {} as any;
|
|
837
633
|
|
|
838
|
-
// authentication APIKeyAuth required
|
|
839
|
-
if (configuration && configuration.apiKey) {
|
|
840
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
841
|
-
? await configuration.apiKey("x-pollination-token")
|
|
842
|
-
: await configuration.apiKey;
|
|
843
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
634
|
// authentication JWTAuth required
|
|
847
635
|
// http bearer authentication required
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
853
|
-
}
|
|
636
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
637
|
+
|
|
638
|
+
// authentication APIKeyAuth required
|
|
639
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
854
640
|
|
|
855
641
|
|
|
856
642
|
|
|
857
643
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
858
644
|
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
645
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
646
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
647
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
648
|
+
localVarRequestOptions.data = serializeDataIfNeeded(applicationUpdate, localVarRequestOptions, configuration)
|
|
649
|
+
|
|
650
|
+
return {
|
|
651
|
+
url: toPathString(localVarUrlObj),
|
|
652
|
+
options: localVarRequestOptions,
|
|
653
|
+
};
|
|
654
|
+
},
|
|
655
|
+
/**
|
|
656
|
+
*
|
|
657
|
+
* @summary Upload the build package for the application version
|
|
658
|
+
* @param {string} owner
|
|
659
|
+
* @param {string} slug
|
|
660
|
+
* @param {string} tag
|
|
661
|
+
* @param {File} file
|
|
662
|
+
* @param {*} [options] Override http request option.
|
|
663
|
+
* @throws {RequiredError}
|
|
664
|
+
*/
|
|
665
|
+
uploadVersionPackage: async (owner: string, slug: string, tag: string, file: File, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
666
|
+
// verify required parameter 'owner' is not null or undefined
|
|
667
|
+
assertParamExists('uploadVersionPackage', 'owner', owner)
|
|
668
|
+
// verify required parameter 'slug' is not null or undefined
|
|
669
|
+
assertParamExists('uploadVersionPackage', 'slug', slug)
|
|
670
|
+
// verify required parameter 'tag' is not null or undefined
|
|
671
|
+
assertParamExists('uploadVersionPackage', 'tag', tag)
|
|
672
|
+
// verify required parameter 'file' is not null or undefined
|
|
673
|
+
assertParamExists('uploadVersionPackage', 'file', file)
|
|
674
|
+
const localVarPath = `/applications/{owner}/{slug}/versions/{tag}`
|
|
675
|
+
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
676
|
+
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)))
|
|
677
|
+
.replace(`{${"tag"}}`, encodeURIComponent(String(tag)));
|
|
678
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
679
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
680
|
+
let baseOptions;
|
|
681
|
+
if (configuration) {
|
|
682
|
+
baseOptions = configuration.baseOptions;
|
|
862
683
|
}
|
|
863
|
-
|
|
864
|
-
|
|
684
|
+
|
|
685
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
686
|
+
const localVarHeaderParameter = {} as any;
|
|
687
|
+
const localVarQueryParameter = {} as any;
|
|
688
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
689
|
+
|
|
690
|
+
// authentication JWTAuth required
|
|
691
|
+
// http bearer authentication required
|
|
692
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
693
|
+
|
|
694
|
+
// authentication APIKeyAuth required
|
|
695
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
if (file !== undefined) {
|
|
699
|
+
localVarFormParams.append('file', file as any);
|
|
865
700
|
}
|
|
866
|
-
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
704
|
+
|
|
705
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
867
706
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
868
707
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
869
|
-
|
|
870
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationUpdate !== undefined ? applicationUpdate : {}) : (applicationUpdate || "");
|
|
708
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
871
709
|
|
|
872
710
|
return {
|
|
873
|
-
url: localVarUrlObj
|
|
711
|
+
url: toPathString(localVarUrlObj),
|
|
874
712
|
options: localVarRequestOptions,
|
|
875
713
|
};
|
|
876
714
|
},
|
|
@@ -883,68 +721,45 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
883
721
|
* @param {*} [options] Override http request option.
|
|
884
722
|
* @throws {RequiredError}
|
|
885
723
|
*/
|
|
886
|
-
upsertApplicationPermission: async (owner: string, slug: string, applicationAccessPolicy: ApplicationAccessPolicy, options:
|
|
724
|
+
upsertApplicationPermission: async (owner: string, slug: string, applicationAccessPolicy: ApplicationAccessPolicy, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
887
725
|
// verify required parameter 'owner' is not null or undefined
|
|
888
|
-
|
|
889
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling upsertApplicationPermission.');
|
|
890
|
-
}
|
|
726
|
+
assertParamExists('upsertApplicationPermission', 'owner', owner)
|
|
891
727
|
// verify required parameter 'slug' is not null or undefined
|
|
892
|
-
|
|
893
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling upsertApplicationPermission.');
|
|
894
|
-
}
|
|
728
|
+
assertParamExists('upsertApplicationPermission', 'slug', slug)
|
|
895
729
|
// verify required parameter 'applicationAccessPolicy' is not null or undefined
|
|
896
|
-
|
|
897
|
-
throw new RequiredError('applicationAccessPolicy','Required parameter applicationAccessPolicy was null or undefined when calling upsertApplicationPermission.');
|
|
898
|
-
}
|
|
730
|
+
assertParamExists('upsertApplicationPermission', 'applicationAccessPolicy', applicationAccessPolicy)
|
|
899
731
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
900
732
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
901
733
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
902
734
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
903
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
735
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
904
736
|
let baseOptions;
|
|
905
737
|
if (configuration) {
|
|
906
738
|
baseOptions = configuration.baseOptions;
|
|
907
739
|
}
|
|
740
|
+
|
|
908
741
|
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
909
742
|
const localVarHeaderParameter = {} as any;
|
|
910
743
|
const localVarQueryParameter = {} as any;
|
|
911
744
|
|
|
912
|
-
// authentication APIKeyAuth required
|
|
913
|
-
if (configuration && configuration.apiKey) {
|
|
914
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
915
|
-
? await configuration.apiKey("x-pollination-token")
|
|
916
|
-
: await configuration.apiKey;
|
|
917
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
745
|
// authentication JWTAuth required
|
|
921
746
|
// http bearer authentication required
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
927
|
-
}
|
|
747
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
748
|
+
|
|
749
|
+
// authentication APIKeyAuth required
|
|
750
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
928
751
|
|
|
929
752
|
|
|
930
753
|
|
|
931
754
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
932
755
|
|
|
933
|
-
|
|
934
|
-
for (const key in localVarQueryParameter) {
|
|
935
|
-
query.set(key, localVarQueryParameter[key]);
|
|
936
|
-
}
|
|
937
|
-
for (const key in options.query) {
|
|
938
|
-
query.set(key, options.query[key]);
|
|
939
|
-
}
|
|
940
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
756
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
941
757
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
942
758
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
943
|
-
|
|
944
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationAccessPolicy !== undefined ? applicationAccessPolicy : {}) : (applicationAccessPolicy || "");
|
|
759
|
+
localVarRequestOptions.data = serializeDataIfNeeded(applicationAccessPolicy, localVarRequestOptions, configuration)
|
|
945
760
|
|
|
946
761
|
return {
|
|
947
|
-
url: localVarUrlObj
|
|
762
|
+
url: toPathString(localVarUrlObj),
|
|
948
763
|
options: localVarRequestOptions,
|
|
949
764
|
};
|
|
950
765
|
},
|
|
@@ -957,68 +772,45 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
957
772
|
* @param {*} [options] Override http request option.
|
|
958
773
|
* @throws {RequiredError}
|
|
959
774
|
*/
|
|
960
|
-
upsertApplicationVersion: async (owner: string, slug: string, newApplicationVersion: NewApplicationVersion, options:
|
|
775
|
+
upsertApplicationVersion: async (owner: string, slug: string, newApplicationVersion: NewApplicationVersion, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
961
776
|
// verify required parameter 'owner' is not null or undefined
|
|
962
|
-
|
|
963
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling upsertApplicationVersion.');
|
|
964
|
-
}
|
|
777
|
+
assertParamExists('upsertApplicationVersion', 'owner', owner)
|
|
965
778
|
// verify required parameter 'slug' is not null or undefined
|
|
966
|
-
|
|
967
|
-
throw new RequiredError('slug','Required parameter slug was null or undefined when calling upsertApplicationVersion.');
|
|
968
|
-
}
|
|
779
|
+
assertParamExists('upsertApplicationVersion', 'slug', slug)
|
|
969
780
|
// verify required parameter 'newApplicationVersion' is not null or undefined
|
|
970
|
-
|
|
971
|
-
throw new RequiredError('newApplicationVersion','Required parameter newApplicationVersion was null or undefined when calling upsertApplicationVersion.');
|
|
972
|
-
}
|
|
781
|
+
assertParamExists('upsertApplicationVersion', 'newApplicationVersion', newApplicationVersion)
|
|
973
782
|
const localVarPath = `/applications/{owner}/{slug}/versions`
|
|
974
783
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
975
784
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
976
785
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
977
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
786
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
978
787
|
let baseOptions;
|
|
979
788
|
if (configuration) {
|
|
980
789
|
baseOptions = configuration.baseOptions;
|
|
981
790
|
}
|
|
791
|
+
|
|
982
792
|
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
983
793
|
const localVarHeaderParameter = {} as any;
|
|
984
794
|
const localVarQueryParameter = {} as any;
|
|
985
795
|
|
|
986
|
-
// authentication APIKeyAuth required
|
|
987
|
-
if (configuration && configuration.apiKey) {
|
|
988
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
989
|
-
? await configuration.apiKey("x-pollination-token")
|
|
990
|
-
: await configuration.apiKey;
|
|
991
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
796
|
// authentication JWTAuth required
|
|
995
797
|
// http bearer authentication required
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
1001
|
-
}
|
|
798
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
799
|
+
|
|
800
|
+
// authentication APIKeyAuth required
|
|
801
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
1002
802
|
|
|
1003
803
|
|
|
1004
804
|
|
|
1005
805
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1006
806
|
|
|
1007
|
-
|
|
1008
|
-
for (const key in localVarQueryParameter) {
|
|
1009
|
-
query.set(key, localVarQueryParameter[key]);
|
|
1010
|
-
}
|
|
1011
|
-
for (const key in options.query) {
|
|
1012
|
-
query.set(key, options.query[key]);
|
|
1013
|
-
}
|
|
1014
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
807
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1015
808
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1016
809
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1017
|
-
|
|
1018
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(newApplicationVersion !== undefined ? newApplicationVersion : {}) : (newApplicationVersion || "");
|
|
810
|
+
localVarRequestOptions.data = serializeDataIfNeeded(newApplicationVersion, localVarRequestOptions, configuration)
|
|
1019
811
|
|
|
1020
812
|
return {
|
|
1021
|
-
url: localVarUrlObj
|
|
813
|
+
url: toPathString(localVarUrlObj),
|
|
1022
814
|
options: localVarRequestOptions,
|
|
1023
815
|
};
|
|
1024
816
|
},
|
|
@@ -1030,6 +822,7 @@ export const ApplicationsApiAxiosParamCreator = function (configuration?: Config
|
|
|
1030
822
|
* @export
|
|
1031
823
|
*/
|
|
1032
824
|
export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
825
|
+
const localVarAxiosParamCreator = ApplicationsApiAxiosParamCreator(configuration)
|
|
1033
826
|
return {
|
|
1034
827
|
/**
|
|
1035
828
|
*
|
|
@@ -1039,12 +832,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1039
832
|
* @param {*} [options] Override http request option.
|
|
1040
833
|
* @throws {RequiredError}
|
|
1041
834
|
*/
|
|
1042
|
-
async createApplication(owner: string, applicationCreate: ApplicationCreate, options?:
|
|
1043
|
-
const localVarAxiosArgs = await
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
};
|
|
835
|
+
async createApplication(owner: string, applicationCreate: ApplicationCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Application>> {
|
|
836
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createApplication(owner, applicationCreate, options);
|
|
837
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
838
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.createApplication']?.[localVarOperationServerIndex]?.url;
|
|
839
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1048
840
|
},
|
|
1049
841
|
/**
|
|
1050
842
|
*
|
|
@@ -1054,12 +846,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1054
846
|
* @param {*} [options] Override http request option.
|
|
1055
847
|
* @throws {RequiredError}
|
|
1056
848
|
*/
|
|
1057
|
-
async deleteApplication(owner: string, slug: string, options?:
|
|
1058
|
-
const localVarAxiosArgs = await
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
};
|
|
849
|
+
async deleteApplication(owner: string, slug: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
850
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteApplication(owner, slug, options);
|
|
851
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
852
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.deleteApplication']?.[localVarOperationServerIndex]?.url;
|
|
853
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1063
854
|
},
|
|
1064
855
|
/**
|
|
1065
856
|
*
|
|
@@ -1070,12 +861,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1070
861
|
* @param {*} [options] Override http request option.
|
|
1071
862
|
* @throws {RequiredError}
|
|
1072
863
|
*/
|
|
1073
|
-
async deleteApplicationOrgPermission(owner: string, slug: string, applicationPolicySubject: ApplicationPolicySubject, options?:
|
|
1074
|
-
const localVarAxiosArgs = await
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
};
|
|
864
|
+
async deleteApplicationOrgPermission(owner: string, slug: string, applicationPolicySubject: ApplicationPolicySubject, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
865
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteApplicationOrgPermission(owner, slug, applicationPolicySubject, options);
|
|
866
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
867
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.deleteApplicationOrgPermission']?.[localVarOperationServerIndex]?.url;
|
|
868
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1079
869
|
},
|
|
1080
870
|
/**
|
|
1081
871
|
*
|
|
@@ -1086,12 +876,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1086
876
|
* @param {*} [options] Override http request option.
|
|
1087
877
|
* @throws {RequiredError}
|
|
1088
878
|
*/
|
|
1089
|
-
async deleteApplicationVersion(owner: string, slug: string, tag: string, options?:
|
|
1090
|
-
const localVarAxiosArgs = await
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
};
|
|
879
|
+
async deleteApplicationVersion(owner: string, slug: string, tag: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
880
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteApplicationVersion(owner, slug, tag, options);
|
|
881
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
882
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.deleteApplicationVersion']?.[localVarOperationServerIndex]?.url;
|
|
883
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1095
884
|
},
|
|
1096
885
|
/**
|
|
1097
886
|
*
|
|
@@ -1101,12 +890,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1101
890
|
* @param {*} [options] Override http request option.
|
|
1102
891
|
* @throws {RequiredError}
|
|
1103
892
|
*/
|
|
1104
|
-
async getApplication(owner: string, slug: string, options?:
|
|
1105
|
-
const localVarAxiosArgs = await
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
};
|
|
893
|
+
async getApplication(owner: string, slug: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Application>> {
|
|
894
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getApplication(owner, slug, options);
|
|
895
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
896
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.getApplication']?.[localVarOperationServerIndex]?.url;
|
|
897
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1110
898
|
},
|
|
1111
899
|
/**
|
|
1112
900
|
*
|
|
@@ -1120,12 +908,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1120
908
|
* @param {*} [options] Override http request option.
|
|
1121
909
|
* @throws {RequiredError}
|
|
1122
910
|
*/
|
|
1123
|
-
async getApplicationAccessPermissions(owner: string, slug: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options?:
|
|
1124
|
-
const localVarAxiosArgs = await
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
};
|
|
911
|
+
async getApplicationAccessPermissions(owner: string, slug: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationAccessPolicyList>> {
|
|
912
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getApplicationAccessPermissions(owner, slug, page, perPage, subjectType, permission, options);
|
|
913
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
914
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.getApplicationAccessPermissions']?.[localVarOperationServerIndex]?.url;
|
|
915
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1129
916
|
},
|
|
1130
917
|
/**
|
|
1131
918
|
*
|
|
@@ -1135,12 +922,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1135
922
|
* @param {*} [options] Override http request option.
|
|
1136
923
|
* @throws {RequiredError}
|
|
1137
924
|
*/
|
|
1138
|
-
async getApplicationDeployment(owner: string, slug: string, options?:
|
|
1139
|
-
const localVarAxiosArgs = await
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
};
|
|
925
|
+
async getApplicationDeployment(owner: string, slug: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationDeployment>> {
|
|
926
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getApplicationDeployment(owner, slug, options);
|
|
927
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
928
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.getApplicationDeployment']?.[localVarOperationServerIndex]?.url;
|
|
929
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1144
930
|
},
|
|
1145
931
|
/**
|
|
1146
932
|
*
|
|
@@ -1152,12 +938,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1152
938
|
* @param {*} [options] Override http request option.
|
|
1153
939
|
* @throws {RequiredError}
|
|
1154
940
|
*/
|
|
1155
|
-
async getApplicationVersions(owner: string, slug: string, page?: number, perPage?: number, options?:
|
|
1156
|
-
const localVarAxiosArgs = await
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
};
|
|
941
|
+
async getApplicationVersions(owner: string, slug: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationVersionList>> {
|
|
942
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getApplicationVersions(owner, slug, page, perPage, options);
|
|
943
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
944
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.getApplicationVersions']?.[localVarOperationServerIndex]?.url;
|
|
945
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1161
946
|
},
|
|
1162
947
|
/**
|
|
1163
948
|
*
|
|
@@ -1177,12 +962,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1177
962
|
* @param {*} [options] Override http request option.
|
|
1178
963
|
* @throws {RequiredError}
|
|
1179
964
|
*/
|
|
1180
|
-
async listApplications(search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, deployed?: boolean, permissions?: Array<string>, keywords?: Array<string>, sortBy?: ApplicationSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options?:
|
|
1181
|
-
const localVarAxiosArgs = await
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
};
|
|
965
|
+
async listApplications(search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, deployed?: boolean, permissions?: Array<string>, keywords?: Array<string>, sortBy?: ApplicationSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationList>> {
|
|
966
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listApplications(search, ids, names, owner, _public, deployed, permissions, keywords, sortBy, sortOrder, page, perPage, options);
|
|
967
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
968
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.listApplications']?.[localVarOperationServerIndex]?.url;
|
|
969
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1186
970
|
},
|
|
1187
971
|
/**
|
|
1188
972
|
*
|
|
@@ -1192,12 +976,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1192
976
|
* @param {*} [options] Override http request option.
|
|
1193
977
|
* @throws {RequiredError}
|
|
1194
978
|
*/
|
|
1195
|
-
async restartApplicationDeployment(owner: string, slug: string, options?:
|
|
1196
|
-
const localVarAxiosArgs = await
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
};
|
|
979
|
+
async restartApplicationDeployment(owner: string, slug: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
|
980
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.restartApplicationDeployment(owner, slug, options);
|
|
981
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
982
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.restartApplicationDeployment']?.[localVarOperationServerIndex]?.url;
|
|
983
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1201
984
|
},
|
|
1202
985
|
/**
|
|
1203
986
|
*
|
|
@@ -1208,12 +991,27 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1208
991
|
* @param {*} [options] Override http request option.
|
|
1209
992
|
* @throws {RequiredError}
|
|
1210
993
|
*/
|
|
1211
|
-
async updateApplication(owner: string, slug: string, applicationUpdate: ApplicationUpdate, options?:
|
|
1212
|
-
const localVarAxiosArgs = await
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
994
|
+
async updateApplication(owner: string, slug: string, applicationUpdate: ApplicationUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateAccepted>> {
|
|
995
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateApplication(owner, slug, applicationUpdate, options);
|
|
996
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
997
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.updateApplication']?.[localVarOperationServerIndex]?.url;
|
|
998
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
999
|
+
},
|
|
1000
|
+
/**
|
|
1001
|
+
*
|
|
1002
|
+
* @summary Upload the build package for the application version
|
|
1003
|
+
* @param {string} owner
|
|
1004
|
+
* @param {string} slug
|
|
1005
|
+
* @param {string} tag
|
|
1006
|
+
* @param {File} file
|
|
1007
|
+
* @param {*} [options] Override http request option.
|
|
1008
|
+
* @throws {RequiredError}
|
|
1009
|
+
*/
|
|
1010
|
+
async uploadVersionPackage(owner: string, slug: string, tag: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
|
1011
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.uploadVersionPackage(owner, slug, tag, file, options);
|
|
1012
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1013
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.uploadVersionPackage']?.[localVarOperationServerIndex]?.url;
|
|
1014
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1217
1015
|
},
|
|
1218
1016
|
/**
|
|
1219
1017
|
*
|
|
@@ -1224,12 +1022,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1224
1022
|
* @param {*} [options] Override http request option.
|
|
1225
1023
|
* @throws {RequiredError}
|
|
1226
1024
|
*/
|
|
1227
|
-
async upsertApplicationPermission(owner: string, slug: string, applicationAccessPolicy: ApplicationAccessPolicy, options?:
|
|
1228
|
-
const localVarAxiosArgs = await
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
};
|
|
1025
|
+
async upsertApplicationPermission(owner: string, slug: string, applicationAccessPolicy: ApplicationAccessPolicy, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateAccepted>> {
|
|
1026
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.upsertApplicationPermission(owner, slug, applicationAccessPolicy, options);
|
|
1027
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1028
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.upsertApplicationPermission']?.[localVarOperationServerIndex]?.url;
|
|
1029
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1233
1030
|
},
|
|
1234
1031
|
/**
|
|
1235
1032
|
*
|
|
@@ -1240,12 +1037,11 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1240
1037
|
* @param {*} [options] Override http request option.
|
|
1241
1038
|
* @throws {RequiredError}
|
|
1242
1039
|
*/
|
|
1243
|
-
async upsertApplicationVersion(owner: string, slug: string, newApplicationVersion: NewApplicationVersion, options?:
|
|
1244
|
-
const localVarAxiosArgs = await
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
};
|
|
1040
|
+
async upsertApplicationVersion(owner: string, slug: string, newApplicationVersion: NewApplicationVersion, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<S3UploadRequest>> {
|
|
1041
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.upsertApplicationVersion(owner, slug, newApplicationVersion, options);
|
|
1042
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1043
|
+
const localVarOperationServerBasePath = operationServerMap['ApplicationsApi.upsertApplicationVersion']?.[localVarOperationServerIndex]?.url;
|
|
1044
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1249
1045
|
},
|
|
1250
1046
|
}
|
|
1251
1047
|
};
|
|
@@ -1255,170 +1051,147 @@ export const ApplicationsApiFp = function(configuration?: Configuration) {
|
|
|
1255
1051
|
* @export
|
|
1256
1052
|
*/
|
|
1257
1053
|
export const ApplicationsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1054
|
+
const localVarFp = ApplicationsApiFp(configuration)
|
|
1258
1055
|
return {
|
|
1259
1056
|
/**
|
|
1260
1057
|
*
|
|
1261
1058
|
* @summary Create an Application
|
|
1262
|
-
* @param {
|
|
1263
|
-
* @param {ApplicationCreate} applicationCreate
|
|
1059
|
+
* @param {ApplicationsApiCreateApplicationRequest} requestParameters Request parameters.
|
|
1264
1060
|
* @param {*} [options] Override http request option.
|
|
1265
1061
|
* @throws {RequiredError}
|
|
1266
1062
|
*/
|
|
1267
|
-
createApplication(
|
|
1268
|
-
return
|
|
1063
|
+
createApplication(requestParameters: ApplicationsApiCreateApplicationRequest, options?: RawAxiosRequestConfig): AxiosPromise<Application> {
|
|
1064
|
+
return localVarFp.createApplication(requestParameters.owner, requestParameters.applicationCreate, options).then((request) => request(axios, basePath));
|
|
1269
1065
|
},
|
|
1270
1066
|
/**
|
|
1271
1067
|
*
|
|
1272
1068
|
* @summary Delete a Application
|
|
1273
|
-
* @param {
|
|
1274
|
-
* @param {string} slug
|
|
1069
|
+
* @param {ApplicationsApiDeleteApplicationRequest} requestParameters Request parameters.
|
|
1275
1070
|
* @param {*} [options] Override http request option.
|
|
1276
1071
|
* @throws {RequiredError}
|
|
1277
1072
|
*/
|
|
1278
|
-
deleteApplication(
|
|
1279
|
-
return
|
|
1073
|
+
deleteApplication(requestParameters: ApplicationsApiDeleteApplicationRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1074
|
+
return localVarFp.deleteApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1280
1075
|
},
|
|
1281
1076
|
/**
|
|
1282
1077
|
*
|
|
1283
1078
|
* @summary Remove a Application permissions
|
|
1284
|
-
* @param {
|
|
1285
|
-
* @param {string} slug
|
|
1286
|
-
* @param {ApplicationPolicySubject} applicationPolicySubject
|
|
1079
|
+
* @param {ApplicationsApiDeleteApplicationOrgPermissionRequest} requestParameters Request parameters.
|
|
1287
1080
|
* @param {*} [options] Override http request option.
|
|
1288
1081
|
* @throws {RequiredError}
|
|
1289
1082
|
*/
|
|
1290
|
-
deleteApplicationOrgPermission(
|
|
1291
|
-
return
|
|
1083
|
+
deleteApplicationOrgPermission(requestParameters: ApplicationsApiDeleteApplicationOrgPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1084
|
+
return localVarFp.deleteApplicationOrgPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationPolicySubject, options).then((request) => request(axios, basePath));
|
|
1292
1085
|
},
|
|
1293
1086
|
/**
|
|
1294
1087
|
*
|
|
1295
1088
|
* @summary Remove a Application version
|
|
1296
|
-
* @param {
|
|
1297
|
-
* @param {string} slug
|
|
1298
|
-
* @param {string} tag
|
|
1089
|
+
* @param {ApplicationsApiDeleteApplicationVersionRequest} requestParameters Request parameters.
|
|
1299
1090
|
* @param {*} [options] Override http request option.
|
|
1300
1091
|
* @throws {RequiredError}
|
|
1301
1092
|
*/
|
|
1302
|
-
deleteApplicationVersion(
|
|
1303
|
-
return
|
|
1093
|
+
deleteApplicationVersion(requestParameters: ApplicationsApiDeleteApplicationVersionRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1094
|
+
return localVarFp.deleteApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.tag, options).then((request) => request(axios, basePath));
|
|
1304
1095
|
},
|
|
1305
1096
|
/**
|
|
1306
1097
|
*
|
|
1307
1098
|
* @summary Get an application
|
|
1308
|
-
* @param {
|
|
1309
|
-
* @param {string} slug
|
|
1099
|
+
* @param {ApplicationsApiGetApplicationRequest} requestParameters Request parameters.
|
|
1310
1100
|
* @param {*} [options] Override http request option.
|
|
1311
1101
|
* @throws {RequiredError}
|
|
1312
1102
|
*/
|
|
1313
|
-
getApplication(
|
|
1314
|
-
return
|
|
1103
|
+
getApplication(requestParameters: ApplicationsApiGetApplicationRequest, options?: RawAxiosRequestConfig): AxiosPromise<Application> {
|
|
1104
|
+
return localVarFp.getApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1315
1105
|
},
|
|
1316
1106
|
/**
|
|
1317
1107
|
*
|
|
1318
1108
|
* @summary Get application access permissions
|
|
1319
|
-
* @param {
|
|
1320
|
-
* @param {string} slug
|
|
1321
|
-
* @param {number} [page] Page number starting from 1
|
|
1322
|
-
* @param {number} [perPage] Number of items per page
|
|
1323
|
-
* @param {Array<string>} [subjectType] The type of access policy subject
|
|
1324
|
-
* @param {Array<string>} [permission] An access policy permission string
|
|
1109
|
+
* @param {ApplicationsApiGetApplicationAccessPermissionsRequest} requestParameters Request parameters.
|
|
1325
1110
|
* @param {*} [options] Override http request option.
|
|
1326
1111
|
* @throws {RequiredError}
|
|
1327
1112
|
*/
|
|
1328
|
-
getApplicationAccessPermissions(
|
|
1329
|
-
return
|
|
1113
|
+
getApplicationAccessPermissions(requestParameters: ApplicationsApiGetApplicationAccessPermissionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApplicationAccessPolicyList> {
|
|
1114
|
+
return localVarFp.getApplicationAccessPermissions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(axios, basePath));
|
|
1330
1115
|
},
|
|
1331
1116
|
/**
|
|
1332
1117
|
*
|
|
1333
1118
|
* @summary Get application deployment
|
|
1334
|
-
* @param {
|
|
1335
|
-
* @param {string} slug
|
|
1119
|
+
* @param {ApplicationsApiGetApplicationDeploymentRequest} requestParameters Request parameters.
|
|
1336
1120
|
* @param {*} [options] Override http request option.
|
|
1337
1121
|
* @throws {RequiredError}
|
|
1338
1122
|
*/
|
|
1339
|
-
getApplicationDeployment(
|
|
1340
|
-
return
|
|
1123
|
+
getApplicationDeployment(requestParameters: ApplicationsApiGetApplicationDeploymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApplicationDeployment> {
|
|
1124
|
+
return localVarFp.getApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1341
1125
|
},
|
|
1342
1126
|
/**
|
|
1343
1127
|
*
|
|
1344
1128
|
* @summary Get application versions
|
|
1345
|
-
* @param {
|
|
1346
|
-
* @param {string} slug
|
|
1347
|
-
* @param {number} [page] Page number starting from 1
|
|
1348
|
-
* @param {number} [perPage] Number of items per page
|
|
1129
|
+
* @param {ApplicationsApiGetApplicationVersionsRequest} requestParameters Request parameters.
|
|
1349
1130
|
* @param {*} [options] Override http request option.
|
|
1350
1131
|
* @throws {RequiredError}
|
|
1351
1132
|
*/
|
|
1352
|
-
getApplicationVersions(
|
|
1353
|
-
return
|
|
1133
|
+
getApplicationVersions(requestParameters: ApplicationsApiGetApplicationVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApplicationVersionList> {
|
|
1134
|
+
return localVarFp.getApplicationVersions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1354
1135
|
},
|
|
1355
1136
|
/**
|
|
1356
1137
|
*
|
|
1357
1138
|
* @summary List Applications
|
|
1358
|
-
* @param {
|
|
1359
|
-
* @param {Array<string>} [ids] The ID of a application to search for
|
|
1360
|
-
* @param {Array<string>} [names] The name of the application
|
|
1361
|
-
* @param {Array<string>} [owner] Owner of the application
|
|
1362
|
-
* @param {boolean} [_public] Boolean check for public/private applications
|
|
1363
|
-
* @param {boolean} [deployed] Filter by deployed applications
|
|
1364
|
-
* @param {Array<string>} [permissions] Filter by permission on given resource
|
|
1365
|
-
* @param {Array<string>} [keywords] Filter by keywords on given resource
|
|
1366
|
-
* @param {ApplicationSortKey} [sortBy] Key to sort the list by
|
|
1367
|
-
* @param {SortEnum} [sortOrder] The order to sort the list
|
|
1368
|
-
* @param {number} [page] Page number starting from 1
|
|
1369
|
-
* @param {number} [perPage] Number of items per page
|
|
1139
|
+
* @param {ApplicationsApiListApplicationsRequest} requestParameters Request parameters.
|
|
1370
1140
|
* @param {*} [options] Override http request option.
|
|
1371
1141
|
* @throws {RequiredError}
|
|
1372
1142
|
*/
|
|
1373
|
-
listApplications(
|
|
1374
|
-
return
|
|
1143
|
+
listApplications(requestParameters: ApplicationsApiListApplicationsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ApplicationList> {
|
|
1144
|
+
return localVarFp.listApplications(requestParameters.search, requestParameters.ids, requestParameters.names, requestParameters.owner, requestParameters._public, requestParameters.deployed, requestParameters.permissions, requestParameters.keywords, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1375
1145
|
},
|
|
1376
1146
|
/**
|
|
1377
1147
|
*
|
|
1378
1148
|
* @summary Restart application deployment
|
|
1379
|
-
* @param {
|
|
1380
|
-
* @param {string} slug
|
|
1149
|
+
* @param {ApplicationsApiRestartApplicationDeploymentRequest} requestParameters Request parameters.
|
|
1381
1150
|
* @param {*} [options] Override http request option.
|
|
1382
1151
|
* @throws {RequiredError}
|
|
1383
1152
|
*/
|
|
1384
|
-
restartApplicationDeployment(
|
|
1385
|
-
return
|
|
1153
|
+
restartApplicationDeployment(requestParameters: ApplicationsApiRestartApplicationDeploymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<any> {
|
|
1154
|
+
return localVarFp.restartApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1386
1155
|
},
|
|
1387
1156
|
/**
|
|
1388
1157
|
*
|
|
1389
1158
|
* @summary Update a Application
|
|
1390
|
-
* @param {
|
|
1391
|
-
* @param {
|
|
1392
|
-
* @
|
|
1159
|
+
* @param {ApplicationsApiUpdateApplicationRequest} requestParameters Request parameters.
|
|
1160
|
+
* @param {*} [options] Override http request option.
|
|
1161
|
+
* @throws {RequiredError}
|
|
1162
|
+
*/
|
|
1163
|
+
updateApplication(requestParameters: ApplicationsApiUpdateApplicationRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateAccepted> {
|
|
1164
|
+
return localVarFp.updateApplication(requestParameters.owner, requestParameters.slug, requestParameters.applicationUpdate, options).then((request) => request(axios, basePath));
|
|
1165
|
+
},
|
|
1166
|
+
/**
|
|
1167
|
+
*
|
|
1168
|
+
* @summary Upload the build package for the application version
|
|
1169
|
+
* @param {ApplicationsApiUploadVersionPackageRequest} requestParameters Request parameters.
|
|
1393
1170
|
* @param {*} [options] Override http request option.
|
|
1394
1171
|
* @throws {RequiredError}
|
|
1395
1172
|
*/
|
|
1396
|
-
|
|
1397
|
-
return
|
|
1173
|
+
uploadVersionPackage(requestParameters: ApplicationsApiUploadVersionPackageRequest, options?: RawAxiosRequestConfig): AxiosPromise<any> {
|
|
1174
|
+
return localVarFp.uploadVersionPackage(requestParameters.owner, requestParameters.slug, requestParameters.tag, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
1398
1175
|
},
|
|
1399
1176
|
/**
|
|
1400
1177
|
*
|
|
1401
1178
|
* @summary Upsert a new permission to a application
|
|
1402
|
-
* @param {
|
|
1403
|
-
* @param {string} slug
|
|
1404
|
-
* @param {ApplicationAccessPolicy} applicationAccessPolicy
|
|
1179
|
+
* @param {ApplicationsApiUpsertApplicationPermissionRequest} requestParameters Request parameters.
|
|
1405
1180
|
* @param {*} [options] Override http request option.
|
|
1406
1181
|
* @throws {RequiredError}
|
|
1407
1182
|
*/
|
|
1408
|
-
upsertApplicationPermission(
|
|
1409
|
-
return
|
|
1183
|
+
upsertApplicationPermission(requestParameters: ApplicationsApiUpsertApplicationPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateAccepted> {
|
|
1184
|
+
return localVarFp.upsertApplicationPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationAccessPolicy, options).then((request) => request(axios, basePath));
|
|
1410
1185
|
},
|
|
1411
1186
|
/**
|
|
1412
1187
|
*
|
|
1413
1188
|
* @summary Upsert a new version to a application
|
|
1414
|
-
* @param {
|
|
1415
|
-
* @param {string} slug
|
|
1416
|
-
* @param {NewApplicationVersion} newApplicationVersion
|
|
1189
|
+
* @param {ApplicationsApiUpsertApplicationVersionRequest} requestParameters Request parameters.
|
|
1417
1190
|
* @param {*} [options] Override http request option.
|
|
1418
1191
|
* @throws {RequiredError}
|
|
1419
1192
|
*/
|
|
1420
|
-
upsertApplicationVersion(
|
|
1421
|
-
return
|
|
1193
|
+
upsertApplicationVersion(requestParameters: ApplicationsApiUpsertApplicationVersionRequest, options?: RawAxiosRequestConfig): AxiosPromise<S3UploadRequest> {
|
|
1194
|
+
return localVarFp.upsertApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.newApplicationVersion, options).then((request) => request(axios, basePath));
|
|
1422
1195
|
},
|
|
1423
1196
|
};
|
|
1424
1197
|
};
|
|
@@ -1787,6 +1560,41 @@ export interface ApplicationsApiUpdateApplicationRequest {
|
|
|
1787
1560
|
readonly applicationUpdate: ApplicationUpdate
|
|
1788
1561
|
}
|
|
1789
1562
|
|
|
1563
|
+
/**
|
|
1564
|
+
* Request parameters for uploadVersionPackage operation in ApplicationsApi.
|
|
1565
|
+
* @export
|
|
1566
|
+
* @interface ApplicationsApiUploadVersionPackageRequest
|
|
1567
|
+
*/
|
|
1568
|
+
export interface ApplicationsApiUploadVersionPackageRequest {
|
|
1569
|
+
/**
|
|
1570
|
+
*
|
|
1571
|
+
* @type {string}
|
|
1572
|
+
* @memberof ApplicationsApiUploadVersionPackage
|
|
1573
|
+
*/
|
|
1574
|
+
readonly owner: string
|
|
1575
|
+
|
|
1576
|
+
/**
|
|
1577
|
+
*
|
|
1578
|
+
* @type {string}
|
|
1579
|
+
* @memberof ApplicationsApiUploadVersionPackage
|
|
1580
|
+
*/
|
|
1581
|
+
readonly slug: string
|
|
1582
|
+
|
|
1583
|
+
/**
|
|
1584
|
+
*
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof ApplicationsApiUploadVersionPackage
|
|
1587
|
+
*/
|
|
1588
|
+
readonly tag: string
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
*
|
|
1592
|
+
* @type {File}
|
|
1593
|
+
* @memberof ApplicationsApiUploadVersionPackage
|
|
1594
|
+
*/
|
|
1595
|
+
readonly file: File
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1790
1598
|
/**
|
|
1791
1599
|
* Request parameters for upsertApplicationPermission operation in ApplicationsApi.
|
|
1792
1600
|
* @export
|
|
@@ -1858,7 +1666,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1858
1666
|
* @throws {RequiredError}
|
|
1859
1667
|
* @memberof ApplicationsApi
|
|
1860
1668
|
*/
|
|
1861
|
-
public createApplication(requestParameters: ApplicationsApiCreateApplicationRequest, options?:
|
|
1669
|
+
public createApplication(requestParameters: ApplicationsApiCreateApplicationRequest, options?: RawAxiosRequestConfig) {
|
|
1862
1670
|
return ApplicationsApiFp(this.configuration).createApplication(requestParameters.owner, requestParameters.applicationCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1863
1671
|
}
|
|
1864
1672
|
|
|
@@ -1870,7 +1678,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1870
1678
|
* @throws {RequiredError}
|
|
1871
1679
|
* @memberof ApplicationsApi
|
|
1872
1680
|
*/
|
|
1873
|
-
public deleteApplication(requestParameters: ApplicationsApiDeleteApplicationRequest, options?:
|
|
1681
|
+
public deleteApplication(requestParameters: ApplicationsApiDeleteApplicationRequest, options?: RawAxiosRequestConfig) {
|
|
1874
1682
|
return ApplicationsApiFp(this.configuration).deleteApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(this.axios, this.basePath));
|
|
1875
1683
|
}
|
|
1876
1684
|
|
|
@@ -1882,7 +1690,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1882
1690
|
* @throws {RequiredError}
|
|
1883
1691
|
* @memberof ApplicationsApi
|
|
1884
1692
|
*/
|
|
1885
|
-
public deleteApplicationOrgPermission(requestParameters: ApplicationsApiDeleteApplicationOrgPermissionRequest, options?:
|
|
1693
|
+
public deleteApplicationOrgPermission(requestParameters: ApplicationsApiDeleteApplicationOrgPermissionRequest, options?: RawAxiosRequestConfig) {
|
|
1886
1694
|
return ApplicationsApiFp(this.configuration).deleteApplicationOrgPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationPolicySubject, options).then((request) => request(this.axios, this.basePath));
|
|
1887
1695
|
}
|
|
1888
1696
|
|
|
@@ -1894,7 +1702,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1894
1702
|
* @throws {RequiredError}
|
|
1895
1703
|
* @memberof ApplicationsApi
|
|
1896
1704
|
*/
|
|
1897
|
-
public deleteApplicationVersion(requestParameters: ApplicationsApiDeleteApplicationVersionRequest, options?:
|
|
1705
|
+
public deleteApplicationVersion(requestParameters: ApplicationsApiDeleteApplicationVersionRequest, options?: RawAxiosRequestConfig) {
|
|
1898
1706
|
return ApplicationsApiFp(this.configuration).deleteApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.tag, options).then((request) => request(this.axios, this.basePath));
|
|
1899
1707
|
}
|
|
1900
1708
|
|
|
@@ -1906,7 +1714,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1906
1714
|
* @throws {RequiredError}
|
|
1907
1715
|
* @memberof ApplicationsApi
|
|
1908
1716
|
*/
|
|
1909
|
-
public getApplication(requestParameters: ApplicationsApiGetApplicationRequest, options?:
|
|
1717
|
+
public getApplication(requestParameters: ApplicationsApiGetApplicationRequest, options?: RawAxiosRequestConfig) {
|
|
1910
1718
|
return ApplicationsApiFp(this.configuration).getApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(this.axios, this.basePath));
|
|
1911
1719
|
}
|
|
1912
1720
|
|
|
@@ -1918,7 +1726,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1918
1726
|
* @throws {RequiredError}
|
|
1919
1727
|
* @memberof ApplicationsApi
|
|
1920
1728
|
*/
|
|
1921
|
-
public getApplicationAccessPermissions(requestParameters: ApplicationsApiGetApplicationAccessPermissionsRequest, options?:
|
|
1729
|
+
public getApplicationAccessPermissions(requestParameters: ApplicationsApiGetApplicationAccessPermissionsRequest, options?: RawAxiosRequestConfig) {
|
|
1922
1730
|
return ApplicationsApiFp(this.configuration).getApplicationAccessPermissions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(this.axios, this.basePath));
|
|
1923
1731
|
}
|
|
1924
1732
|
|
|
@@ -1930,7 +1738,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1930
1738
|
* @throws {RequiredError}
|
|
1931
1739
|
* @memberof ApplicationsApi
|
|
1932
1740
|
*/
|
|
1933
|
-
public getApplicationDeployment(requestParameters: ApplicationsApiGetApplicationDeploymentRequest, options?:
|
|
1741
|
+
public getApplicationDeployment(requestParameters: ApplicationsApiGetApplicationDeploymentRequest, options?: RawAxiosRequestConfig) {
|
|
1934
1742
|
return ApplicationsApiFp(this.configuration).getApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(this.axios, this.basePath));
|
|
1935
1743
|
}
|
|
1936
1744
|
|
|
@@ -1942,7 +1750,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1942
1750
|
* @throws {RequiredError}
|
|
1943
1751
|
* @memberof ApplicationsApi
|
|
1944
1752
|
*/
|
|
1945
|
-
public getApplicationVersions(requestParameters: ApplicationsApiGetApplicationVersionsRequest, options?:
|
|
1753
|
+
public getApplicationVersions(requestParameters: ApplicationsApiGetApplicationVersionsRequest, options?: RawAxiosRequestConfig) {
|
|
1946
1754
|
return ApplicationsApiFp(this.configuration).getApplicationVersions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1947
1755
|
}
|
|
1948
1756
|
|
|
@@ -1954,7 +1762,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1954
1762
|
* @throws {RequiredError}
|
|
1955
1763
|
* @memberof ApplicationsApi
|
|
1956
1764
|
*/
|
|
1957
|
-
public listApplications(requestParameters: ApplicationsApiListApplicationsRequest = {}, options?:
|
|
1765
|
+
public listApplications(requestParameters: ApplicationsApiListApplicationsRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1958
1766
|
return ApplicationsApiFp(this.configuration).listApplications(requestParameters.search, requestParameters.ids, requestParameters.names, requestParameters.owner, requestParameters._public, requestParameters.deployed, requestParameters.permissions, requestParameters.keywords, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1959
1767
|
}
|
|
1960
1768
|
|
|
@@ -1966,7 +1774,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1966
1774
|
* @throws {RequiredError}
|
|
1967
1775
|
* @memberof ApplicationsApi
|
|
1968
1776
|
*/
|
|
1969
|
-
public restartApplicationDeployment(requestParameters: ApplicationsApiRestartApplicationDeploymentRequest, options?:
|
|
1777
|
+
public restartApplicationDeployment(requestParameters: ApplicationsApiRestartApplicationDeploymentRequest, options?: RawAxiosRequestConfig) {
|
|
1970
1778
|
return ApplicationsApiFp(this.configuration).restartApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(this.axios, this.basePath));
|
|
1971
1779
|
}
|
|
1972
1780
|
|
|
@@ -1978,10 +1786,22 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1978
1786
|
* @throws {RequiredError}
|
|
1979
1787
|
* @memberof ApplicationsApi
|
|
1980
1788
|
*/
|
|
1981
|
-
public updateApplication(requestParameters: ApplicationsApiUpdateApplicationRequest, options?:
|
|
1789
|
+
public updateApplication(requestParameters: ApplicationsApiUpdateApplicationRequest, options?: RawAxiosRequestConfig) {
|
|
1982
1790
|
return ApplicationsApiFp(this.configuration).updateApplication(requestParameters.owner, requestParameters.slug, requestParameters.applicationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1983
1791
|
}
|
|
1984
1792
|
|
|
1793
|
+
/**
|
|
1794
|
+
*
|
|
1795
|
+
* @summary Upload the build package for the application version
|
|
1796
|
+
* @param {ApplicationsApiUploadVersionPackageRequest} requestParameters Request parameters.
|
|
1797
|
+
* @param {*} [options] Override http request option.
|
|
1798
|
+
* @throws {RequiredError}
|
|
1799
|
+
* @memberof ApplicationsApi
|
|
1800
|
+
*/
|
|
1801
|
+
public uploadVersionPackage(requestParameters: ApplicationsApiUploadVersionPackageRequest, options?: RawAxiosRequestConfig) {
|
|
1802
|
+
return ApplicationsApiFp(this.configuration).uploadVersionPackage(requestParameters.owner, requestParameters.slug, requestParameters.tag, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1985
1805
|
/**
|
|
1986
1806
|
*
|
|
1987
1807
|
* @summary Upsert a new permission to a application
|
|
@@ -1990,7 +1810,7 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
1990
1810
|
* @throws {RequiredError}
|
|
1991
1811
|
* @memberof ApplicationsApi
|
|
1992
1812
|
*/
|
|
1993
|
-
public upsertApplicationPermission(requestParameters: ApplicationsApiUpsertApplicationPermissionRequest, options?:
|
|
1813
|
+
public upsertApplicationPermission(requestParameters: ApplicationsApiUpsertApplicationPermissionRequest, options?: RawAxiosRequestConfig) {
|
|
1994
1814
|
return ApplicationsApiFp(this.configuration).upsertApplicationPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationAccessPolicy, options).then((request) => request(this.axios, this.basePath));
|
|
1995
1815
|
}
|
|
1996
1816
|
|
|
@@ -2002,7 +1822,8 @@ export class ApplicationsApi extends BaseAPI {
|
|
|
2002
1822
|
* @throws {RequiredError}
|
|
2003
1823
|
* @memberof ApplicationsApi
|
|
2004
1824
|
*/
|
|
2005
|
-
public upsertApplicationVersion(requestParameters: ApplicationsApiUpsertApplicationVersionRequest, options?:
|
|
1825
|
+
public upsertApplicationVersion(requestParameters: ApplicationsApiUpsertApplicationVersionRequest, options?: RawAxiosRequestConfig) {
|
|
2006
1826
|
return ApplicationsApiFp(this.configuration).upsertApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.newApplicationVersion, options).then((request) => request(this.axios, this.basePath));
|
|
2007
1827
|
}
|
|
2008
1828
|
}
|
|
1829
|
+
|