@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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* pollination-server
|
|
6
6
|
* Pollination Server OpenAPI Definition
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.5.0
|
|
9
9
|
* Contact: info@pollination.cloud
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,6 +26,8 @@ exports.ApplicationsApi = exports.ApplicationsApiFactory = exports.ApplicationsA
|
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
const common_1 = require("../common");
|
|
30
|
+
// @ts-ignore
|
|
29
31
|
const base_1 = require("../base");
|
|
30
32
|
/**
|
|
31
33
|
* ApplicationsApi - axios parameter creator
|
|
@@ -41,19 +43,15 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
41
43
|
* @param {*} [options] Override http request option.
|
|
42
44
|
* @throws {RequiredError}
|
|
43
45
|
*/
|
|
44
|
-
createApplication: (
|
|
46
|
+
createApplication: (owner_1, applicationCreate_1, ...args_1) => __awaiter(this, [owner_1, applicationCreate_1, ...args_1], void 0, function* (owner, applicationCreate, options = {}) {
|
|
45
47
|
// verify required parameter 'owner' is not null or undefined
|
|
46
|
-
|
|
47
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling createApplication.');
|
|
48
|
-
}
|
|
48
|
+
(0, common_1.assertParamExists)('createApplication', 'owner', owner);
|
|
49
49
|
// verify required parameter 'applicationCreate' is not null or undefined
|
|
50
|
-
|
|
51
|
-
throw new base_1.RequiredError('applicationCreate', 'Required parameter applicationCreate was null or undefined when calling createApplication.');
|
|
52
|
-
}
|
|
50
|
+
(0, common_1.assertParamExists)('createApplication', 'applicationCreate', applicationCreate);
|
|
53
51
|
const localVarPath = `/applications/{owner}`
|
|
54
52
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)));
|
|
55
53
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
56
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
54
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
57
55
|
let baseOptions;
|
|
58
56
|
if (configuration) {
|
|
59
57
|
baseOptions = configuration.baseOptions;
|
|
@@ -61,36 +59,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
61
59
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
62
60
|
const localVarHeaderParameter = {};
|
|
63
61
|
const localVarQueryParameter = {};
|
|
64
|
-
// authentication APIKeyAuth required
|
|
65
|
-
if (configuration && configuration.apiKey) {
|
|
66
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
67
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
68
|
-
: yield configuration.apiKey;
|
|
69
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
70
|
-
}
|
|
71
62
|
// authentication JWTAuth required
|
|
72
63
|
// http bearer authentication required
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
: yield configuration.accessToken;
|
|
77
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
78
|
-
}
|
|
64
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
65
|
+
// authentication APIKeyAuth required
|
|
66
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
79
67
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
80
|
-
|
|
81
|
-
for (const key in localVarQueryParameter) {
|
|
82
|
-
query.set(key, localVarQueryParameter[key]);
|
|
83
|
-
}
|
|
84
|
-
for (const key in options.query) {
|
|
85
|
-
query.set(key, options.query[key]);
|
|
86
|
-
}
|
|
87
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
68
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
88
69
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
89
70
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
90
|
-
|
|
91
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationCreate !== undefined ? applicationCreate : {}) : (applicationCreate || "");
|
|
71
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(applicationCreate, localVarRequestOptions, configuration);
|
|
92
72
|
return {
|
|
93
|
-
url:
|
|
73
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
94
74
|
options: localVarRequestOptions,
|
|
95
75
|
};
|
|
96
76
|
}),
|
|
@@ -102,20 +82,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
102
82
|
* @param {*} [options] Override http request option.
|
|
103
83
|
* @throws {RequiredError}
|
|
104
84
|
*/
|
|
105
|
-
deleteApplication: (
|
|
85
|
+
deleteApplication: (owner_1, slug_1, ...args_1) => __awaiter(this, [owner_1, slug_1, ...args_1], void 0, function* (owner, slug, options = {}) {
|
|
106
86
|
// verify required parameter 'owner' is not null or undefined
|
|
107
|
-
|
|
108
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling deleteApplication.');
|
|
109
|
-
}
|
|
87
|
+
(0, common_1.assertParamExists)('deleteApplication', 'owner', owner);
|
|
110
88
|
// verify required parameter 'slug' is not null or undefined
|
|
111
|
-
|
|
112
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling deleteApplication.');
|
|
113
|
-
}
|
|
89
|
+
(0, common_1.assertParamExists)('deleteApplication', 'slug', slug);
|
|
114
90
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
115
91
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
116
92
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
117
93
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
118
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
94
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
119
95
|
let baseOptions;
|
|
120
96
|
if (configuration) {
|
|
121
97
|
baseOptions = configuration.baseOptions;
|
|
@@ -123,33 +99,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
123
99
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
124
100
|
const localVarHeaderParameter = {};
|
|
125
101
|
const localVarQueryParameter = {};
|
|
126
|
-
// authentication APIKeyAuth required
|
|
127
|
-
if (configuration && configuration.apiKey) {
|
|
128
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
129
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
130
|
-
: yield configuration.apiKey;
|
|
131
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
132
|
-
}
|
|
133
102
|
// authentication JWTAuth required
|
|
134
103
|
// http bearer authentication required
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
140
|
-
}
|
|
141
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
142
|
-
for (const key in localVarQueryParameter) {
|
|
143
|
-
query.set(key, localVarQueryParameter[key]);
|
|
144
|
-
}
|
|
145
|
-
for (const key in options.query) {
|
|
146
|
-
query.set(key, options.query[key]);
|
|
147
|
-
}
|
|
148
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
104
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
105
|
+
// authentication APIKeyAuth required
|
|
106
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
107
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
149
108
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
150
109
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
151
110
|
return {
|
|
152
|
-
url:
|
|
111
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
153
112
|
options: localVarRequestOptions,
|
|
154
113
|
};
|
|
155
114
|
}),
|
|
@@ -162,24 +121,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
162
121
|
* @param {*} [options] Override http request option.
|
|
163
122
|
* @throws {RequiredError}
|
|
164
123
|
*/
|
|
165
|
-
deleteApplicationOrgPermission: (
|
|
124
|
+
deleteApplicationOrgPermission: (owner_1, slug_1, applicationPolicySubject_1, ...args_1) => __awaiter(this, [owner_1, slug_1, applicationPolicySubject_1, ...args_1], void 0, function* (owner, slug, applicationPolicySubject, options = {}) {
|
|
166
125
|
// verify required parameter 'owner' is not null or undefined
|
|
167
|
-
|
|
168
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling deleteApplicationOrgPermission.');
|
|
169
|
-
}
|
|
126
|
+
(0, common_1.assertParamExists)('deleteApplicationOrgPermission', 'owner', owner);
|
|
170
127
|
// verify required parameter 'slug' is not null or undefined
|
|
171
|
-
|
|
172
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling deleteApplicationOrgPermission.');
|
|
173
|
-
}
|
|
128
|
+
(0, common_1.assertParamExists)('deleteApplicationOrgPermission', 'slug', slug);
|
|
174
129
|
// verify required parameter 'applicationPolicySubject' is not null or undefined
|
|
175
|
-
|
|
176
|
-
throw new base_1.RequiredError('applicationPolicySubject', 'Required parameter applicationPolicySubject was null or undefined when calling deleteApplicationOrgPermission.');
|
|
177
|
-
}
|
|
130
|
+
(0, common_1.assertParamExists)('deleteApplicationOrgPermission', 'applicationPolicySubject', applicationPolicySubject);
|
|
178
131
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
179
132
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
180
133
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
181
134
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
182
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
135
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
183
136
|
let baseOptions;
|
|
184
137
|
if (configuration) {
|
|
185
138
|
baseOptions = configuration.baseOptions;
|
|
@@ -187,36 +140,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
187
140
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
188
141
|
const localVarHeaderParameter = {};
|
|
189
142
|
const localVarQueryParameter = {};
|
|
190
|
-
// authentication APIKeyAuth required
|
|
191
|
-
if (configuration && configuration.apiKey) {
|
|
192
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
193
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
194
|
-
: yield configuration.apiKey;
|
|
195
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
196
|
-
}
|
|
197
143
|
// authentication JWTAuth required
|
|
198
144
|
// http bearer authentication required
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
: yield configuration.accessToken;
|
|
203
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
204
|
-
}
|
|
145
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
146
|
+
// authentication APIKeyAuth required
|
|
147
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
205
148
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
206
|
-
|
|
207
|
-
for (const key in localVarQueryParameter) {
|
|
208
|
-
query.set(key, localVarQueryParameter[key]);
|
|
209
|
-
}
|
|
210
|
-
for (const key in options.query) {
|
|
211
|
-
query.set(key, options.query[key]);
|
|
212
|
-
}
|
|
213
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
149
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
214
150
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
215
151
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
216
|
-
|
|
217
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationPolicySubject !== undefined ? applicationPolicySubject : {}) : (applicationPolicySubject || "");
|
|
152
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(applicationPolicySubject, localVarRequestOptions, configuration);
|
|
218
153
|
return {
|
|
219
|
-
url:
|
|
154
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
220
155
|
options: localVarRequestOptions,
|
|
221
156
|
};
|
|
222
157
|
}),
|
|
@@ -229,25 +164,19 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
229
164
|
* @param {*} [options] Override http request option.
|
|
230
165
|
* @throws {RequiredError}
|
|
231
166
|
*/
|
|
232
|
-
deleteApplicationVersion: (
|
|
167
|
+
deleteApplicationVersion: (owner_1, slug_1, tag_1, ...args_1) => __awaiter(this, [owner_1, slug_1, tag_1, ...args_1], void 0, function* (owner, slug, tag, options = {}) {
|
|
233
168
|
// verify required parameter 'owner' is not null or undefined
|
|
234
|
-
|
|
235
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling deleteApplicationVersion.');
|
|
236
|
-
}
|
|
169
|
+
(0, common_1.assertParamExists)('deleteApplicationVersion', 'owner', owner);
|
|
237
170
|
// verify required parameter 'slug' is not null or undefined
|
|
238
|
-
|
|
239
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling deleteApplicationVersion.');
|
|
240
|
-
}
|
|
171
|
+
(0, common_1.assertParamExists)('deleteApplicationVersion', 'slug', slug);
|
|
241
172
|
// verify required parameter 'tag' is not null or undefined
|
|
242
|
-
|
|
243
|
-
throw new base_1.RequiredError('tag', 'Required parameter tag was null or undefined when calling deleteApplicationVersion.');
|
|
244
|
-
}
|
|
173
|
+
(0, common_1.assertParamExists)('deleteApplicationVersion', 'tag', tag);
|
|
245
174
|
const localVarPath = `/applications/{owner}/{slug}/versions/{tag}`
|
|
246
175
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
247
176
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)))
|
|
248
177
|
.replace(`{${"tag"}}`, encodeURIComponent(String(tag)));
|
|
249
178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
250
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
179
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
251
180
|
let baseOptions;
|
|
252
181
|
if (configuration) {
|
|
253
182
|
baseOptions = configuration.baseOptions;
|
|
@@ -255,33 +184,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
255
184
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
256
185
|
const localVarHeaderParameter = {};
|
|
257
186
|
const localVarQueryParameter = {};
|
|
258
|
-
// authentication APIKeyAuth required
|
|
259
|
-
if (configuration && configuration.apiKey) {
|
|
260
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
261
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
262
|
-
: yield configuration.apiKey;
|
|
263
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
264
|
-
}
|
|
265
187
|
// authentication JWTAuth required
|
|
266
188
|
// http bearer authentication required
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
272
|
-
}
|
|
273
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
274
|
-
for (const key in localVarQueryParameter) {
|
|
275
|
-
query.set(key, localVarQueryParameter[key]);
|
|
276
|
-
}
|
|
277
|
-
for (const key in options.query) {
|
|
278
|
-
query.set(key, options.query[key]);
|
|
279
|
-
}
|
|
280
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
189
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
190
|
+
// authentication APIKeyAuth required
|
|
191
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
192
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
281
193
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
282
194
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
283
195
|
return {
|
|
284
|
-
url:
|
|
196
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
285
197
|
options: localVarRequestOptions,
|
|
286
198
|
};
|
|
287
199
|
}),
|
|
@@ -293,20 +205,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
293
205
|
* @param {*} [options] Override http request option.
|
|
294
206
|
* @throws {RequiredError}
|
|
295
207
|
*/
|
|
296
|
-
getApplication: (
|
|
208
|
+
getApplication: (owner_1, slug_1, ...args_1) => __awaiter(this, [owner_1, slug_1, ...args_1], void 0, function* (owner, slug, options = {}) {
|
|
297
209
|
// verify required parameter 'owner' is not null or undefined
|
|
298
|
-
|
|
299
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getApplication.');
|
|
300
|
-
}
|
|
210
|
+
(0, common_1.assertParamExists)('getApplication', 'owner', owner);
|
|
301
211
|
// verify required parameter 'slug' is not null or undefined
|
|
302
|
-
|
|
303
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling getApplication.');
|
|
304
|
-
}
|
|
212
|
+
(0, common_1.assertParamExists)('getApplication', 'slug', slug);
|
|
305
213
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
306
214
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
307
215
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
308
216
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
309
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
217
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
310
218
|
let baseOptions;
|
|
311
219
|
if (configuration) {
|
|
312
220
|
baseOptions = configuration.baseOptions;
|
|
@@ -314,33 +222,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
314
222
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
315
223
|
const localVarHeaderParameter = {};
|
|
316
224
|
const localVarQueryParameter = {};
|
|
317
|
-
// authentication APIKeyAuth required
|
|
318
|
-
if (configuration && configuration.apiKey) {
|
|
319
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
320
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
321
|
-
: yield configuration.apiKey;
|
|
322
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
323
|
-
}
|
|
324
225
|
// authentication JWTAuth required
|
|
325
226
|
// http bearer authentication required
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
331
|
-
}
|
|
332
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
333
|
-
for (const key in localVarQueryParameter) {
|
|
334
|
-
query.set(key, localVarQueryParameter[key]);
|
|
335
|
-
}
|
|
336
|
-
for (const key in options.query) {
|
|
337
|
-
query.set(key, options.query[key]);
|
|
338
|
-
}
|
|
339
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
227
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
228
|
+
// authentication APIKeyAuth required
|
|
229
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
230
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
340
231
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
341
232
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
342
233
|
return {
|
|
343
|
-
url:
|
|
234
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
344
235
|
options: localVarRequestOptions,
|
|
345
236
|
};
|
|
346
237
|
}),
|
|
@@ -356,20 +247,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
356
247
|
* @param {*} [options] Override http request option.
|
|
357
248
|
* @throws {RequiredError}
|
|
358
249
|
*/
|
|
359
|
-
getApplicationAccessPermissions: (
|
|
250
|
+
getApplicationAccessPermissions: (owner_1, slug_1, page_1, perPage_1, subjectType_1, permission_1, ...args_1) => __awaiter(this, [owner_1, slug_1, page_1, perPage_1, subjectType_1, permission_1, ...args_1], void 0, function* (owner, slug, page, perPage, subjectType, permission, options = {}) {
|
|
360
251
|
// verify required parameter 'owner' is not null or undefined
|
|
361
|
-
|
|
362
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getApplicationAccessPermissions.');
|
|
363
|
-
}
|
|
252
|
+
(0, common_1.assertParamExists)('getApplicationAccessPermissions', 'owner', owner);
|
|
364
253
|
// verify required parameter 'slug' is not null or undefined
|
|
365
|
-
|
|
366
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling getApplicationAccessPermissions.');
|
|
367
|
-
}
|
|
254
|
+
(0, common_1.assertParamExists)('getApplicationAccessPermissions', 'slug', slug);
|
|
368
255
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
369
256
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
370
257
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
371
258
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
372
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
259
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
373
260
|
let baseOptions;
|
|
374
261
|
if (configuration) {
|
|
375
262
|
baseOptions = configuration.baseOptions;
|
|
@@ -377,21 +264,11 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
377
264
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
378
265
|
const localVarHeaderParameter = {};
|
|
379
266
|
const localVarQueryParameter = {};
|
|
380
|
-
// authentication APIKeyAuth required
|
|
381
|
-
if (configuration && configuration.apiKey) {
|
|
382
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
383
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
384
|
-
: yield configuration.apiKey;
|
|
385
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
386
|
-
}
|
|
387
267
|
// authentication JWTAuth required
|
|
388
268
|
// http bearer authentication required
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
: yield configuration.accessToken;
|
|
393
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
394
|
-
}
|
|
269
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
270
|
+
// authentication APIKeyAuth required
|
|
271
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
395
272
|
if (page !== undefined) {
|
|
396
273
|
localVarQueryParameter['page'] = page;
|
|
397
274
|
}
|
|
@@ -404,18 +281,11 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
404
281
|
if (permission) {
|
|
405
282
|
localVarQueryParameter['permission'] = permission;
|
|
406
283
|
}
|
|
407
|
-
|
|
408
|
-
for (const key in localVarQueryParameter) {
|
|
409
|
-
query.set(key, localVarQueryParameter[key]);
|
|
410
|
-
}
|
|
411
|
-
for (const key in options.query) {
|
|
412
|
-
query.set(key, options.query[key]);
|
|
413
|
-
}
|
|
414
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
284
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
415
285
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
416
286
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
417
287
|
return {
|
|
418
|
-
url:
|
|
288
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
419
289
|
options: localVarRequestOptions,
|
|
420
290
|
};
|
|
421
291
|
}),
|
|
@@ -427,20 +297,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
427
297
|
* @param {*} [options] Override http request option.
|
|
428
298
|
* @throws {RequiredError}
|
|
429
299
|
*/
|
|
430
|
-
getApplicationDeployment: (
|
|
300
|
+
getApplicationDeployment: (owner_1, slug_1, ...args_1) => __awaiter(this, [owner_1, slug_1, ...args_1], void 0, function* (owner, slug, options = {}) {
|
|
431
301
|
// verify required parameter 'owner' is not null or undefined
|
|
432
|
-
|
|
433
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getApplicationDeployment.');
|
|
434
|
-
}
|
|
302
|
+
(0, common_1.assertParamExists)('getApplicationDeployment', 'owner', owner);
|
|
435
303
|
// verify required parameter 'slug' is not null or undefined
|
|
436
|
-
|
|
437
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling getApplicationDeployment.');
|
|
438
|
-
}
|
|
304
|
+
(0, common_1.assertParamExists)('getApplicationDeployment', 'slug', slug);
|
|
439
305
|
const localVarPath = `/applications/{owner}/{slug}/deployment`
|
|
440
306
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
441
307
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
442
308
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
443
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
309
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
444
310
|
let baseOptions;
|
|
445
311
|
if (configuration) {
|
|
446
312
|
baseOptions = configuration.baseOptions;
|
|
@@ -448,33 +314,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
448
314
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
449
315
|
const localVarHeaderParameter = {};
|
|
450
316
|
const localVarQueryParameter = {};
|
|
451
|
-
// authentication APIKeyAuth required
|
|
452
|
-
if (configuration && configuration.apiKey) {
|
|
453
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
454
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
455
|
-
: yield configuration.apiKey;
|
|
456
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
457
|
-
}
|
|
458
317
|
// authentication JWTAuth required
|
|
459
318
|
// http bearer authentication required
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
465
|
-
}
|
|
466
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
467
|
-
for (const key in localVarQueryParameter) {
|
|
468
|
-
query.set(key, localVarQueryParameter[key]);
|
|
469
|
-
}
|
|
470
|
-
for (const key in options.query) {
|
|
471
|
-
query.set(key, options.query[key]);
|
|
472
|
-
}
|
|
473
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
319
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
320
|
+
// authentication APIKeyAuth required
|
|
321
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
322
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
474
323
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
475
324
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
476
325
|
return {
|
|
477
|
-
url:
|
|
326
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
478
327
|
options: localVarRequestOptions,
|
|
479
328
|
};
|
|
480
329
|
}),
|
|
@@ -488,20 +337,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
488
337
|
* @param {*} [options] Override http request option.
|
|
489
338
|
* @throws {RequiredError}
|
|
490
339
|
*/
|
|
491
|
-
getApplicationVersions: (
|
|
340
|
+
getApplicationVersions: (owner_1, slug_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, slug_1, page_1, perPage_1, ...args_1], void 0, function* (owner, slug, page, perPage, options = {}) {
|
|
492
341
|
// verify required parameter 'owner' is not null or undefined
|
|
493
|
-
|
|
494
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getApplicationVersions.');
|
|
495
|
-
}
|
|
342
|
+
(0, common_1.assertParamExists)('getApplicationVersions', 'owner', owner);
|
|
496
343
|
// verify required parameter 'slug' is not null or undefined
|
|
497
|
-
|
|
498
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling getApplicationVersions.');
|
|
499
|
-
}
|
|
344
|
+
(0, common_1.assertParamExists)('getApplicationVersions', 'slug', slug);
|
|
500
345
|
const localVarPath = `/applications/{owner}/{slug}/versions`
|
|
501
346
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
502
347
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
503
348
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
504
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
349
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
505
350
|
let baseOptions;
|
|
506
351
|
if (configuration) {
|
|
507
352
|
baseOptions = configuration.baseOptions;
|
|
@@ -509,39 +354,22 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
509
354
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
510
355
|
const localVarHeaderParameter = {};
|
|
511
356
|
const localVarQueryParameter = {};
|
|
512
|
-
// authentication APIKeyAuth required
|
|
513
|
-
if (configuration && configuration.apiKey) {
|
|
514
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
515
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
516
|
-
: yield configuration.apiKey;
|
|
517
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
518
|
-
}
|
|
519
357
|
// authentication JWTAuth required
|
|
520
358
|
// http bearer authentication required
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
: yield configuration.accessToken;
|
|
525
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
526
|
-
}
|
|
359
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
360
|
+
// authentication APIKeyAuth required
|
|
361
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
527
362
|
if (page !== undefined) {
|
|
528
363
|
localVarQueryParameter['page'] = page;
|
|
529
364
|
}
|
|
530
365
|
if (perPage !== undefined) {
|
|
531
366
|
localVarQueryParameter['per-page'] = perPage;
|
|
532
367
|
}
|
|
533
|
-
|
|
534
|
-
for (const key in localVarQueryParameter) {
|
|
535
|
-
query.set(key, localVarQueryParameter[key]);
|
|
536
|
-
}
|
|
537
|
-
for (const key in options.query) {
|
|
538
|
-
query.set(key, options.query[key]);
|
|
539
|
-
}
|
|
540
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
368
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
541
369
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
542
370
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
543
371
|
return {
|
|
544
|
-
url:
|
|
372
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
545
373
|
options: localVarRequestOptions,
|
|
546
374
|
};
|
|
547
375
|
}),
|
|
@@ -563,10 +391,10 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
563
391
|
* @param {*} [options] Override http request option.
|
|
564
392
|
* @throws {RequiredError}
|
|
565
393
|
*/
|
|
566
|
-
listApplications: (
|
|
394
|
+
listApplications: (search_1, ids_1, names_1, owner_1, _public_1, deployed_1, permissions_1, keywords_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1) => __awaiter(this, [search_1, ids_1, names_1, owner_1, _public_1, deployed_1, permissions_1, keywords_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1], void 0, function* (search, ids, names, owner, _public, deployed, permissions, keywords, sortBy, sortOrder, page, perPage, options = {}) {
|
|
567
395
|
const localVarPath = `/applications`;
|
|
568
396
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
569
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
397
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
570
398
|
let baseOptions;
|
|
571
399
|
if (configuration) {
|
|
572
400
|
baseOptions = configuration.baseOptions;
|
|
@@ -574,21 +402,11 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
574
402
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
575
403
|
const localVarHeaderParameter = {};
|
|
576
404
|
const localVarQueryParameter = {};
|
|
577
|
-
// authentication APIKeyAuth required
|
|
578
|
-
if (configuration && configuration.apiKey) {
|
|
579
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
580
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
581
|
-
: yield configuration.apiKey;
|
|
582
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
583
|
-
}
|
|
584
405
|
// authentication JWTAuth required
|
|
585
406
|
// http bearer authentication required
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
: yield configuration.accessToken;
|
|
590
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
591
|
-
}
|
|
407
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
408
|
+
// authentication APIKeyAuth required
|
|
409
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
592
410
|
if (search !== undefined) {
|
|
593
411
|
localVarQueryParameter['search'] = search;
|
|
594
412
|
}
|
|
@@ -625,18 +443,11 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
625
443
|
if (perPage !== undefined) {
|
|
626
444
|
localVarQueryParameter['per-page'] = perPage;
|
|
627
445
|
}
|
|
628
|
-
|
|
629
|
-
for (const key in localVarQueryParameter) {
|
|
630
|
-
query.set(key, localVarQueryParameter[key]);
|
|
631
|
-
}
|
|
632
|
-
for (const key in options.query) {
|
|
633
|
-
query.set(key, options.query[key]);
|
|
634
|
-
}
|
|
635
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
446
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
636
447
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
637
448
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
638
449
|
return {
|
|
639
|
-
url:
|
|
450
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
640
451
|
options: localVarRequestOptions,
|
|
641
452
|
};
|
|
642
453
|
}),
|
|
@@ -648,20 +459,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
648
459
|
* @param {*} [options] Override http request option.
|
|
649
460
|
* @throws {RequiredError}
|
|
650
461
|
*/
|
|
651
|
-
restartApplicationDeployment: (
|
|
462
|
+
restartApplicationDeployment: (owner_1, slug_1, ...args_1) => __awaiter(this, [owner_1, slug_1, ...args_1], void 0, function* (owner, slug, options = {}) {
|
|
652
463
|
// verify required parameter 'owner' is not null or undefined
|
|
653
|
-
|
|
654
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling restartApplicationDeployment.');
|
|
655
|
-
}
|
|
464
|
+
(0, common_1.assertParamExists)('restartApplicationDeployment', 'owner', owner);
|
|
656
465
|
// verify required parameter 'slug' is not null or undefined
|
|
657
|
-
|
|
658
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling restartApplicationDeployment.');
|
|
659
|
-
}
|
|
466
|
+
(0, common_1.assertParamExists)('restartApplicationDeployment', 'slug', slug);
|
|
660
467
|
const localVarPath = `/applications/{owner}/{slug}/deployment`
|
|
661
468
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
662
469
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
663
470
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
664
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
471
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
665
472
|
let baseOptions;
|
|
666
473
|
if (configuration) {
|
|
667
474
|
baseOptions = configuration.baseOptions;
|
|
@@ -669,33 +476,16 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
669
476
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
670
477
|
const localVarHeaderParameter = {};
|
|
671
478
|
const localVarQueryParameter = {};
|
|
672
|
-
// authentication APIKeyAuth required
|
|
673
|
-
if (configuration && configuration.apiKey) {
|
|
674
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
675
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
676
|
-
: yield configuration.apiKey;
|
|
677
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
678
|
-
}
|
|
679
479
|
// authentication JWTAuth required
|
|
680
480
|
// http bearer authentication required
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
686
|
-
}
|
|
687
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
688
|
-
for (const key in localVarQueryParameter) {
|
|
689
|
-
query.set(key, localVarQueryParameter[key]);
|
|
690
|
-
}
|
|
691
|
-
for (const key in options.query) {
|
|
692
|
-
query.set(key, options.query[key]);
|
|
693
|
-
}
|
|
694
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
481
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
482
|
+
// authentication APIKeyAuth required
|
|
483
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
484
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
695
485
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
696
486
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
697
487
|
return {
|
|
698
|
-
url:
|
|
488
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
699
489
|
options: localVarRequestOptions,
|
|
700
490
|
};
|
|
701
491
|
}),
|
|
@@ -708,24 +498,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
708
498
|
* @param {*} [options] Override http request option.
|
|
709
499
|
* @throws {RequiredError}
|
|
710
500
|
*/
|
|
711
|
-
updateApplication: (
|
|
501
|
+
updateApplication: (owner_1, slug_1, applicationUpdate_1, ...args_1) => __awaiter(this, [owner_1, slug_1, applicationUpdate_1, ...args_1], void 0, function* (owner, slug, applicationUpdate, options = {}) {
|
|
712
502
|
// verify required parameter 'owner' is not null or undefined
|
|
713
|
-
|
|
714
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling updateApplication.');
|
|
715
|
-
}
|
|
503
|
+
(0, common_1.assertParamExists)('updateApplication', 'owner', owner);
|
|
716
504
|
// verify required parameter 'slug' is not null or undefined
|
|
717
|
-
|
|
718
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling updateApplication.');
|
|
719
|
-
}
|
|
505
|
+
(0, common_1.assertParamExists)('updateApplication', 'slug', slug);
|
|
720
506
|
// verify required parameter 'applicationUpdate' is not null or undefined
|
|
721
|
-
|
|
722
|
-
throw new base_1.RequiredError('applicationUpdate', 'Required parameter applicationUpdate was null or undefined when calling updateApplication.');
|
|
723
|
-
}
|
|
507
|
+
(0, common_1.assertParamExists)('updateApplication', 'applicationUpdate', applicationUpdate);
|
|
724
508
|
const localVarPath = `/applications/{owner}/{slug}`
|
|
725
509
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
726
510
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
727
511
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
728
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
512
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
729
513
|
let baseOptions;
|
|
730
514
|
if (configuration) {
|
|
731
515
|
baseOptions = configuration.baseOptions;
|
|
@@ -733,36 +517,69 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
733
517
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
734
518
|
const localVarHeaderParameter = {};
|
|
735
519
|
const localVarQueryParameter = {};
|
|
736
|
-
// authentication APIKeyAuth required
|
|
737
|
-
if (configuration && configuration.apiKey) {
|
|
738
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
739
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
740
|
-
: yield configuration.apiKey;
|
|
741
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
742
|
-
}
|
|
743
520
|
// authentication JWTAuth required
|
|
744
521
|
// http bearer authentication required
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
: yield configuration.accessToken;
|
|
749
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
750
|
-
}
|
|
522
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
523
|
+
// authentication APIKeyAuth required
|
|
524
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
751
525
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
526
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
527
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
528
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
529
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(applicationUpdate, localVarRequestOptions, configuration);
|
|
530
|
+
return {
|
|
531
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
532
|
+
options: localVarRequestOptions,
|
|
533
|
+
};
|
|
534
|
+
}),
|
|
535
|
+
/**
|
|
536
|
+
*
|
|
537
|
+
* @summary Upload the build package for the application version
|
|
538
|
+
* @param {string} owner
|
|
539
|
+
* @param {string} slug
|
|
540
|
+
* @param {string} tag
|
|
541
|
+
* @param {File} file
|
|
542
|
+
* @param {*} [options] Override http request option.
|
|
543
|
+
* @throws {RequiredError}
|
|
544
|
+
*/
|
|
545
|
+
uploadVersionPackage: (owner_1, slug_1, tag_1, file_1, ...args_1) => __awaiter(this, [owner_1, slug_1, tag_1, file_1, ...args_1], void 0, function* (owner, slug, tag, file, options = {}) {
|
|
546
|
+
// verify required parameter 'owner' is not null or undefined
|
|
547
|
+
(0, common_1.assertParamExists)('uploadVersionPackage', 'owner', owner);
|
|
548
|
+
// verify required parameter 'slug' is not null or undefined
|
|
549
|
+
(0, common_1.assertParamExists)('uploadVersionPackage', 'slug', slug);
|
|
550
|
+
// verify required parameter 'tag' is not null or undefined
|
|
551
|
+
(0, common_1.assertParamExists)('uploadVersionPackage', 'tag', tag);
|
|
552
|
+
// verify required parameter 'file' is not null or undefined
|
|
553
|
+
(0, common_1.assertParamExists)('uploadVersionPackage', 'file', file);
|
|
554
|
+
const localVarPath = `/applications/{owner}/{slug}/versions/{tag}`
|
|
555
|
+
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
556
|
+
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)))
|
|
557
|
+
.replace(`{${"tag"}}`, encodeURIComponent(String(tag)));
|
|
558
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
560
|
+
let baseOptions;
|
|
561
|
+
if (configuration) {
|
|
562
|
+
baseOptions = configuration.baseOptions;
|
|
755
563
|
}
|
|
756
|
-
|
|
757
|
-
|
|
564
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
565
|
+
const localVarHeaderParameter = {};
|
|
566
|
+
const localVarQueryParameter = {};
|
|
567
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
568
|
+
// authentication JWTAuth required
|
|
569
|
+
// http bearer authentication required
|
|
570
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
571
|
+
// authentication APIKeyAuth required
|
|
572
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
573
|
+
if (file !== undefined) {
|
|
574
|
+
localVarFormParams.append('file', file);
|
|
758
575
|
}
|
|
759
|
-
|
|
576
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
577
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
760
578
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
761
579
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
762
|
-
|
|
763
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationUpdate !== undefined ? applicationUpdate : {}) : (applicationUpdate || "");
|
|
580
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
764
581
|
return {
|
|
765
|
-
url:
|
|
582
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
766
583
|
options: localVarRequestOptions,
|
|
767
584
|
};
|
|
768
585
|
}),
|
|
@@ -775,24 +592,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
775
592
|
* @param {*} [options] Override http request option.
|
|
776
593
|
* @throws {RequiredError}
|
|
777
594
|
*/
|
|
778
|
-
upsertApplicationPermission: (
|
|
595
|
+
upsertApplicationPermission: (owner_1, slug_1, applicationAccessPolicy_1, ...args_1) => __awaiter(this, [owner_1, slug_1, applicationAccessPolicy_1, ...args_1], void 0, function* (owner, slug, applicationAccessPolicy, options = {}) {
|
|
779
596
|
// verify required parameter 'owner' is not null or undefined
|
|
780
|
-
|
|
781
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling upsertApplicationPermission.');
|
|
782
|
-
}
|
|
597
|
+
(0, common_1.assertParamExists)('upsertApplicationPermission', 'owner', owner);
|
|
783
598
|
// verify required parameter 'slug' is not null or undefined
|
|
784
|
-
|
|
785
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling upsertApplicationPermission.');
|
|
786
|
-
}
|
|
599
|
+
(0, common_1.assertParamExists)('upsertApplicationPermission', 'slug', slug);
|
|
787
600
|
// verify required parameter 'applicationAccessPolicy' is not null or undefined
|
|
788
|
-
|
|
789
|
-
throw new base_1.RequiredError('applicationAccessPolicy', 'Required parameter applicationAccessPolicy was null or undefined when calling upsertApplicationPermission.');
|
|
790
|
-
}
|
|
601
|
+
(0, common_1.assertParamExists)('upsertApplicationPermission', 'applicationAccessPolicy', applicationAccessPolicy);
|
|
791
602
|
const localVarPath = `/applications/{owner}/{slug}/permissions`
|
|
792
603
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
793
604
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
794
605
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
795
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
606
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
796
607
|
let baseOptions;
|
|
797
608
|
if (configuration) {
|
|
798
609
|
baseOptions = configuration.baseOptions;
|
|
@@ -800,36 +611,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
800
611
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
801
612
|
const localVarHeaderParameter = {};
|
|
802
613
|
const localVarQueryParameter = {};
|
|
803
|
-
// authentication APIKeyAuth required
|
|
804
|
-
if (configuration && configuration.apiKey) {
|
|
805
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
806
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
807
|
-
: yield configuration.apiKey;
|
|
808
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
809
|
-
}
|
|
810
614
|
// authentication JWTAuth required
|
|
811
615
|
// http bearer authentication required
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
: yield configuration.accessToken;
|
|
816
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
817
|
-
}
|
|
616
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
617
|
+
// authentication APIKeyAuth required
|
|
618
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
818
619
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
819
|
-
|
|
820
|
-
for (const key in localVarQueryParameter) {
|
|
821
|
-
query.set(key, localVarQueryParameter[key]);
|
|
822
|
-
}
|
|
823
|
-
for (const key in options.query) {
|
|
824
|
-
query.set(key, options.query[key]);
|
|
825
|
-
}
|
|
826
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
620
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
827
621
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
828
622
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
829
|
-
|
|
830
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(applicationAccessPolicy !== undefined ? applicationAccessPolicy : {}) : (applicationAccessPolicy || "");
|
|
623
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(applicationAccessPolicy, localVarRequestOptions, configuration);
|
|
831
624
|
return {
|
|
832
|
-
url:
|
|
625
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
833
626
|
options: localVarRequestOptions,
|
|
834
627
|
};
|
|
835
628
|
}),
|
|
@@ -842,24 +635,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
842
635
|
* @param {*} [options] Override http request option.
|
|
843
636
|
* @throws {RequiredError}
|
|
844
637
|
*/
|
|
845
|
-
upsertApplicationVersion: (
|
|
638
|
+
upsertApplicationVersion: (owner_1, slug_1, newApplicationVersion_1, ...args_1) => __awaiter(this, [owner_1, slug_1, newApplicationVersion_1, ...args_1], void 0, function* (owner, slug, newApplicationVersion, options = {}) {
|
|
846
639
|
// verify required parameter 'owner' is not null or undefined
|
|
847
|
-
|
|
848
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling upsertApplicationVersion.');
|
|
849
|
-
}
|
|
640
|
+
(0, common_1.assertParamExists)('upsertApplicationVersion', 'owner', owner);
|
|
850
641
|
// verify required parameter 'slug' is not null or undefined
|
|
851
|
-
|
|
852
|
-
throw new base_1.RequiredError('slug', 'Required parameter slug was null or undefined when calling upsertApplicationVersion.');
|
|
853
|
-
}
|
|
642
|
+
(0, common_1.assertParamExists)('upsertApplicationVersion', 'slug', slug);
|
|
854
643
|
// verify required parameter 'newApplicationVersion' is not null or undefined
|
|
855
|
-
|
|
856
|
-
throw new base_1.RequiredError('newApplicationVersion', 'Required parameter newApplicationVersion was null or undefined when calling upsertApplicationVersion.');
|
|
857
|
-
}
|
|
644
|
+
(0, common_1.assertParamExists)('upsertApplicationVersion', 'newApplicationVersion', newApplicationVersion);
|
|
858
645
|
const localVarPath = `/applications/{owner}/{slug}/versions`
|
|
859
646
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
860
647
|
.replace(`{${"slug"}}`, encodeURIComponent(String(slug)));
|
|
861
648
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
862
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
649
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
863
650
|
let baseOptions;
|
|
864
651
|
if (configuration) {
|
|
865
652
|
baseOptions = configuration.baseOptions;
|
|
@@ -867,36 +654,18 @@ const ApplicationsApiAxiosParamCreator = function (configuration) {
|
|
|
867
654
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
868
655
|
const localVarHeaderParameter = {};
|
|
869
656
|
const localVarQueryParameter = {};
|
|
870
|
-
// authentication APIKeyAuth required
|
|
871
|
-
if (configuration && configuration.apiKey) {
|
|
872
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
873
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
874
|
-
: yield configuration.apiKey;
|
|
875
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
876
|
-
}
|
|
877
657
|
// authentication JWTAuth required
|
|
878
658
|
// http bearer authentication required
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
: yield configuration.accessToken;
|
|
883
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
884
|
-
}
|
|
659
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
660
|
+
// authentication APIKeyAuth required
|
|
661
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
885
662
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
886
|
-
|
|
887
|
-
for (const key in localVarQueryParameter) {
|
|
888
|
-
query.set(key, localVarQueryParameter[key]);
|
|
889
|
-
}
|
|
890
|
-
for (const key in options.query) {
|
|
891
|
-
query.set(key, options.query[key]);
|
|
892
|
-
}
|
|
893
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
663
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
894
664
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
895
665
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
896
|
-
|
|
897
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(newApplicationVersion !== undefined ? newApplicationVersion : {}) : (newApplicationVersion || "");
|
|
666
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(newApplicationVersion, localVarRequestOptions, configuration);
|
|
898
667
|
return {
|
|
899
|
-
url:
|
|
668
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
900
669
|
options: localVarRequestOptions,
|
|
901
670
|
};
|
|
902
671
|
}),
|
|
@@ -908,6 +677,7 @@ exports.ApplicationsApiAxiosParamCreator = ApplicationsApiAxiosParamCreator;
|
|
|
908
677
|
* @export
|
|
909
678
|
*/
|
|
910
679
|
const ApplicationsApiFp = function (configuration) {
|
|
680
|
+
const localVarAxiosParamCreator = (0, exports.ApplicationsApiAxiosParamCreator)(configuration);
|
|
911
681
|
return {
|
|
912
682
|
/**
|
|
913
683
|
*
|
|
@@ -919,11 +689,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
919
689
|
*/
|
|
920
690
|
createApplication(owner, applicationCreate, options) {
|
|
921
691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
692
|
+
var _a, _b, _c;
|
|
693
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createApplication(owner, applicationCreate, options);
|
|
694
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
695
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.createApplication']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
696
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
927
697
|
});
|
|
928
698
|
},
|
|
929
699
|
/**
|
|
@@ -936,11 +706,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
936
706
|
*/
|
|
937
707
|
deleteApplication(owner, slug, options) {
|
|
938
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
709
|
+
var _a, _b, _c;
|
|
710
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteApplication(owner, slug, options);
|
|
711
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
712
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.deleteApplication']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
713
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
944
714
|
});
|
|
945
715
|
},
|
|
946
716
|
/**
|
|
@@ -954,11 +724,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
954
724
|
*/
|
|
955
725
|
deleteApplicationOrgPermission(owner, slug, applicationPolicySubject, options) {
|
|
956
726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
727
|
+
var _a, _b, _c;
|
|
728
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteApplicationOrgPermission(owner, slug, applicationPolicySubject, options);
|
|
729
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
730
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.deleteApplicationOrgPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
731
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
962
732
|
});
|
|
963
733
|
},
|
|
964
734
|
/**
|
|
@@ -972,11 +742,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
972
742
|
*/
|
|
973
743
|
deleteApplicationVersion(owner, slug, tag, options) {
|
|
974
744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
745
|
+
var _a, _b, _c;
|
|
746
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteApplicationVersion(owner, slug, tag, options);
|
|
747
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
748
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.deleteApplicationVersion']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
749
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
980
750
|
});
|
|
981
751
|
},
|
|
982
752
|
/**
|
|
@@ -989,11 +759,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
989
759
|
*/
|
|
990
760
|
getApplication(owner, slug, options) {
|
|
991
761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
762
|
+
var _a, _b, _c;
|
|
763
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getApplication(owner, slug, options);
|
|
764
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
765
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.getApplication']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
766
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
997
767
|
});
|
|
998
768
|
},
|
|
999
769
|
/**
|
|
@@ -1010,11 +780,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1010
780
|
*/
|
|
1011
781
|
getApplicationAccessPermissions(owner, slug, page, perPage, subjectType, permission, options) {
|
|
1012
782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
783
|
+
var _a, _b, _c;
|
|
784
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getApplicationAccessPermissions(owner, slug, page, perPage, subjectType, permission, options);
|
|
785
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
786
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.getApplicationAccessPermissions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
787
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1018
788
|
});
|
|
1019
789
|
},
|
|
1020
790
|
/**
|
|
@@ -1027,11 +797,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1027
797
|
*/
|
|
1028
798
|
getApplicationDeployment(owner, slug, options) {
|
|
1029
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
800
|
+
var _a, _b, _c;
|
|
801
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getApplicationDeployment(owner, slug, options);
|
|
802
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
803
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.getApplicationDeployment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
804
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1035
805
|
});
|
|
1036
806
|
},
|
|
1037
807
|
/**
|
|
@@ -1046,11 +816,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1046
816
|
*/
|
|
1047
817
|
getApplicationVersions(owner, slug, page, perPage, options) {
|
|
1048
818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
819
|
+
var _a, _b, _c;
|
|
820
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getApplicationVersions(owner, slug, page, perPage, options);
|
|
821
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
822
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.getApplicationVersions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
823
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1054
824
|
});
|
|
1055
825
|
},
|
|
1056
826
|
/**
|
|
@@ -1073,11 +843,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1073
843
|
*/
|
|
1074
844
|
listApplications(search, ids, names, owner, _public, deployed, permissions, keywords, sortBy, sortOrder, page, perPage, options) {
|
|
1075
845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
846
|
+
var _a, _b, _c;
|
|
847
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listApplications(search, ids, names, owner, _public, deployed, permissions, keywords, sortBy, sortOrder, page, perPage, options);
|
|
848
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
849
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.listApplications']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
850
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1081
851
|
});
|
|
1082
852
|
},
|
|
1083
853
|
/**
|
|
@@ -1090,11 +860,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1090
860
|
*/
|
|
1091
861
|
restartApplicationDeployment(owner, slug, options) {
|
|
1092
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
863
|
+
var _a, _b, _c;
|
|
864
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.restartApplicationDeployment(owner, slug, options);
|
|
865
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
866
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.restartApplicationDeployment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
867
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1098
868
|
});
|
|
1099
869
|
},
|
|
1100
870
|
/**
|
|
@@ -1108,11 +878,30 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1108
878
|
*/
|
|
1109
879
|
updateApplication(owner, slug, applicationUpdate, options) {
|
|
1110
880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
881
|
+
var _a, _b, _c;
|
|
882
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateApplication(owner, slug, applicationUpdate, options);
|
|
883
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
884
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.updateApplication']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
885
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
886
|
+
});
|
|
887
|
+
},
|
|
888
|
+
/**
|
|
889
|
+
*
|
|
890
|
+
* @summary Upload the build package for the application version
|
|
891
|
+
* @param {string} owner
|
|
892
|
+
* @param {string} slug
|
|
893
|
+
* @param {string} tag
|
|
894
|
+
* @param {File} file
|
|
895
|
+
* @param {*} [options] Override http request option.
|
|
896
|
+
* @throws {RequiredError}
|
|
897
|
+
*/
|
|
898
|
+
uploadVersionPackage(owner, slug, tag, file, options) {
|
|
899
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
900
|
+
var _a, _b, _c;
|
|
901
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadVersionPackage(owner, slug, tag, file, options);
|
|
902
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
903
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.uploadVersionPackage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
904
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1116
905
|
});
|
|
1117
906
|
},
|
|
1118
907
|
/**
|
|
@@ -1126,11 +915,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1126
915
|
*/
|
|
1127
916
|
upsertApplicationPermission(owner, slug, applicationAccessPolicy, options) {
|
|
1128
917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
918
|
+
var _a, _b, _c;
|
|
919
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.upsertApplicationPermission(owner, slug, applicationAccessPolicy, options);
|
|
920
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
921
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.upsertApplicationPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
922
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1134
923
|
});
|
|
1135
924
|
},
|
|
1136
925
|
/**
|
|
@@ -1144,11 +933,11 @@ const ApplicationsApiFp = function (configuration) {
|
|
|
1144
933
|
*/
|
|
1145
934
|
upsertApplicationVersion(owner, slug, newApplicationVersion, options) {
|
|
1146
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
936
|
+
var _a, _b, _c;
|
|
937
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.upsertApplicationVersion(owner, slug, newApplicationVersion, options);
|
|
938
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
939
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ApplicationsApi.upsertApplicationVersion']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
940
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1152
941
|
});
|
|
1153
942
|
},
|
|
1154
943
|
};
|
|
@@ -1159,170 +948,147 @@ exports.ApplicationsApiFp = ApplicationsApiFp;
|
|
|
1159
948
|
* @export
|
|
1160
949
|
*/
|
|
1161
950
|
const ApplicationsApiFactory = function (configuration, basePath, axios) {
|
|
951
|
+
const localVarFp = (0, exports.ApplicationsApiFp)(configuration);
|
|
1162
952
|
return {
|
|
1163
953
|
/**
|
|
1164
954
|
*
|
|
1165
955
|
* @summary Create an Application
|
|
1166
|
-
* @param {
|
|
1167
|
-
* @param {ApplicationCreate} applicationCreate
|
|
956
|
+
* @param {ApplicationsApiCreateApplicationRequest} requestParameters Request parameters.
|
|
1168
957
|
* @param {*} [options] Override http request option.
|
|
1169
958
|
* @throws {RequiredError}
|
|
1170
959
|
*/
|
|
1171
|
-
createApplication(
|
|
1172
|
-
return
|
|
960
|
+
createApplication(requestParameters, options) {
|
|
961
|
+
return localVarFp.createApplication(requestParameters.owner, requestParameters.applicationCreate, options).then((request) => request(axios, basePath));
|
|
1173
962
|
},
|
|
1174
963
|
/**
|
|
1175
964
|
*
|
|
1176
965
|
* @summary Delete a Application
|
|
1177
|
-
* @param {
|
|
1178
|
-
* @param {string} slug
|
|
966
|
+
* @param {ApplicationsApiDeleteApplicationRequest} requestParameters Request parameters.
|
|
1179
967
|
* @param {*} [options] Override http request option.
|
|
1180
968
|
* @throws {RequiredError}
|
|
1181
969
|
*/
|
|
1182
|
-
deleteApplication(
|
|
1183
|
-
return
|
|
970
|
+
deleteApplication(requestParameters, options) {
|
|
971
|
+
return localVarFp.deleteApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1184
972
|
},
|
|
1185
973
|
/**
|
|
1186
974
|
*
|
|
1187
975
|
* @summary Remove a Application permissions
|
|
1188
|
-
* @param {
|
|
1189
|
-
* @param {string} slug
|
|
1190
|
-
* @param {ApplicationPolicySubject} applicationPolicySubject
|
|
976
|
+
* @param {ApplicationsApiDeleteApplicationOrgPermissionRequest} requestParameters Request parameters.
|
|
1191
977
|
* @param {*} [options] Override http request option.
|
|
1192
978
|
* @throws {RequiredError}
|
|
1193
979
|
*/
|
|
1194
|
-
deleteApplicationOrgPermission(
|
|
1195
|
-
return
|
|
980
|
+
deleteApplicationOrgPermission(requestParameters, options) {
|
|
981
|
+
return localVarFp.deleteApplicationOrgPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationPolicySubject, options).then((request) => request(axios, basePath));
|
|
1196
982
|
},
|
|
1197
983
|
/**
|
|
1198
984
|
*
|
|
1199
985
|
* @summary Remove a Application version
|
|
1200
|
-
* @param {
|
|
1201
|
-
* @param {string} slug
|
|
1202
|
-
* @param {string} tag
|
|
986
|
+
* @param {ApplicationsApiDeleteApplicationVersionRequest} requestParameters Request parameters.
|
|
1203
987
|
* @param {*} [options] Override http request option.
|
|
1204
988
|
* @throws {RequiredError}
|
|
1205
989
|
*/
|
|
1206
|
-
deleteApplicationVersion(
|
|
1207
|
-
return
|
|
990
|
+
deleteApplicationVersion(requestParameters, options) {
|
|
991
|
+
return localVarFp.deleteApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.tag, options).then((request) => request(axios, basePath));
|
|
1208
992
|
},
|
|
1209
993
|
/**
|
|
1210
994
|
*
|
|
1211
995
|
* @summary Get an application
|
|
1212
|
-
* @param {
|
|
1213
|
-
* @param {string} slug
|
|
996
|
+
* @param {ApplicationsApiGetApplicationRequest} requestParameters Request parameters.
|
|
1214
997
|
* @param {*} [options] Override http request option.
|
|
1215
998
|
* @throws {RequiredError}
|
|
1216
999
|
*/
|
|
1217
|
-
getApplication(
|
|
1218
|
-
return
|
|
1000
|
+
getApplication(requestParameters, options) {
|
|
1001
|
+
return localVarFp.getApplication(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1219
1002
|
},
|
|
1220
1003
|
/**
|
|
1221
1004
|
*
|
|
1222
1005
|
* @summary Get application access permissions
|
|
1223
|
-
* @param {
|
|
1224
|
-
* @param {string} slug
|
|
1225
|
-
* @param {number} [page] Page number starting from 1
|
|
1226
|
-
* @param {number} [perPage] Number of items per page
|
|
1227
|
-
* @param {Array<string>} [subjectType] The type of access policy subject
|
|
1228
|
-
* @param {Array<string>} [permission] An access policy permission string
|
|
1006
|
+
* @param {ApplicationsApiGetApplicationAccessPermissionsRequest} requestParameters Request parameters.
|
|
1229
1007
|
* @param {*} [options] Override http request option.
|
|
1230
1008
|
* @throws {RequiredError}
|
|
1231
1009
|
*/
|
|
1232
|
-
getApplicationAccessPermissions(
|
|
1233
|
-
return
|
|
1010
|
+
getApplicationAccessPermissions(requestParameters, options) {
|
|
1011
|
+
return localVarFp.getApplicationAccessPermissions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(axios, basePath));
|
|
1234
1012
|
},
|
|
1235
1013
|
/**
|
|
1236
1014
|
*
|
|
1237
1015
|
* @summary Get application deployment
|
|
1238
|
-
* @param {
|
|
1239
|
-
* @param {string} slug
|
|
1016
|
+
* @param {ApplicationsApiGetApplicationDeploymentRequest} requestParameters Request parameters.
|
|
1240
1017
|
* @param {*} [options] Override http request option.
|
|
1241
1018
|
* @throws {RequiredError}
|
|
1242
1019
|
*/
|
|
1243
|
-
getApplicationDeployment(
|
|
1244
|
-
return
|
|
1020
|
+
getApplicationDeployment(requestParameters, options) {
|
|
1021
|
+
return localVarFp.getApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1245
1022
|
},
|
|
1246
1023
|
/**
|
|
1247
1024
|
*
|
|
1248
1025
|
* @summary Get application versions
|
|
1249
|
-
* @param {
|
|
1250
|
-
* @param {string} slug
|
|
1251
|
-
* @param {number} [page] Page number starting from 1
|
|
1252
|
-
* @param {number} [perPage] Number of items per page
|
|
1026
|
+
* @param {ApplicationsApiGetApplicationVersionsRequest} requestParameters Request parameters.
|
|
1253
1027
|
* @param {*} [options] Override http request option.
|
|
1254
1028
|
* @throws {RequiredError}
|
|
1255
1029
|
*/
|
|
1256
|
-
getApplicationVersions(
|
|
1257
|
-
return
|
|
1030
|
+
getApplicationVersions(requestParameters, options) {
|
|
1031
|
+
return localVarFp.getApplicationVersions(requestParameters.owner, requestParameters.slug, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1258
1032
|
},
|
|
1259
1033
|
/**
|
|
1260
1034
|
*
|
|
1261
1035
|
* @summary List Applications
|
|
1262
|
-
* @param {
|
|
1263
|
-
* @param {Array<string>} [ids] The ID of a application to search for
|
|
1264
|
-
* @param {Array<string>} [names] The name of the application
|
|
1265
|
-
* @param {Array<string>} [owner] Owner of the application
|
|
1266
|
-
* @param {boolean} [_public] Boolean check for public/private applications
|
|
1267
|
-
* @param {boolean} [deployed] Filter by deployed applications
|
|
1268
|
-
* @param {Array<string>} [permissions] Filter by permission on given resource
|
|
1269
|
-
* @param {Array<string>} [keywords] Filter by keywords on given resource
|
|
1270
|
-
* @param {ApplicationSortKey} [sortBy] Key to sort the list by
|
|
1271
|
-
* @param {SortEnum} [sortOrder] The order to sort the list
|
|
1272
|
-
* @param {number} [page] Page number starting from 1
|
|
1273
|
-
* @param {number} [perPage] Number of items per page
|
|
1036
|
+
* @param {ApplicationsApiListApplicationsRequest} requestParameters Request parameters.
|
|
1274
1037
|
* @param {*} [options] Override http request option.
|
|
1275
1038
|
* @throws {RequiredError}
|
|
1276
1039
|
*/
|
|
1277
|
-
listApplications(
|
|
1278
|
-
return
|
|
1040
|
+
listApplications(requestParameters = {}, options) {
|
|
1041
|
+
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));
|
|
1279
1042
|
},
|
|
1280
1043
|
/**
|
|
1281
1044
|
*
|
|
1282
1045
|
* @summary Restart application deployment
|
|
1283
|
-
* @param {
|
|
1284
|
-
* @param {string} slug
|
|
1046
|
+
* @param {ApplicationsApiRestartApplicationDeploymentRequest} requestParameters Request parameters.
|
|
1285
1047
|
* @param {*} [options] Override http request option.
|
|
1286
1048
|
* @throws {RequiredError}
|
|
1287
1049
|
*/
|
|
1288
|
-
restartApplicationDeployment(
|
|
1289
|
-
return
|
|
1050
|
+
restartApplicationDeployment(requestParameters, options) {
|
|
1051
|
+
return localVarFp.restartApplicationDeployment(requestParameters.owner, requestParameters.slug, options).then((request) => request(axios, basePath));
|
|
1290
1052
|
},
|
|
1291
1053
|
/**
|
|
1292
1054
|
*
|
|
1293
1055
|
* @summary Update a Application
|
|
1294
|
-
* @param {
|
|
1295
|
-
* @param {string} slug
|
|
1296
|
-
* @param {ApplicationUpdate} applicationUpdate
|
|
1056
|
+
* @param {ApplicationsApiUpdateApplicationRequest} requestParameters Request parameters.
|
|
1297
1057
|
* @param {*} [options] Override http request option.
|
|
1298
1058
|
* @throws {RequiredError}
|
|
1299
1059
|
*/
|
|
1300
|
-
updateApplication(
|
|
1301
|
-
return
|
|
1060
|
+
updateApplication(requestParameters, options) {
|
|
1061
|
+
return localVarFp.updateApplication(requestParameters.owner, requestParameters.slug, requestParameters.applicationUpdate, options).then((request) => request(axios, basePath));
|
|
1062
|
+
},
|
|
1063
|
+
/**
|
|
1064
|
+
*
|
|
1065
|
+
* @summary Upload the build package for the application version
|
|
1066
|
+
* @param {ApplicationsApiUploadVersionPackageRequest} requestParameters Request parameters.
|
|
1067
|
+
* @param {*} [options] Override http request option.
|
|
1068
|
+
* @throws {RequiredError}
|
|
1069
|
+
*/
|
|
1070
|
+
uploadVersionPackage(requestParameters, options) {
|
|
1071
|
+
return localVarFp.uploadVersionPackage(requestParameters.owner, requestParameters.slug, requestParameters.tag, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
1302
1072
|
},
|
|
1303
1073
|
/**
|
|
1304
1074
|
*
|
|
1305
1075
|
* @summary Upsert a new permission to a application
|
|
1306
|
-
* @param {
|
|
1307
|
-
* @param {string} slug
|
|
1308
|
-
* @param {ApplicationAccessPolicy} applicationAccessPolicy
|
|
1076
|
+
* @param {ApplicationsApiUpsertApplicationPermissionRequest} requestParameters Request parameters.
|
|
1309
1077
|
* @param {*} [options] Override http request option.
|
|
1310
1078
|
* @throws {RequiredError}
|
|
1311
1079
|
*/
|
|
1312
|
-
upsertApplicationPermission(
|
|
1313
|
-
return
|
|
1080
|
+
upsertApplicationPermission(requestParameters, options) {
|
|
1081
|
+
return localVarFp.upsertApplicationPermission(requestParameters.owner, requestParameters.slug, requestParameters.applicationAccessPolicy, options).then((request) => request(axios, basePath));
|
|
1314
1082
|
},
|
|
1315
1083
|
/**
|
|
1316
1084
|
*
|
|
1317
1085
|
* @summary Upsert a new version to a application
|
|
1318
|
-
* @param {
|
|
1319
|
-
* @param {string} slug
|
|
1320
|
-
* @param {NewApplicationVersion} newApplicationVersion
|
|
1086
|
+
* @param {ApplicationsApiUpsertApplicationVersionRequest} requestParameters Request parameters.
|
|
1321
1087
|
* @param {*} [options] Override http request option.
|
|
1322
1088
|
* @throws {RequiredError}
|
|
1323
1089
|
*/
|
|
1324
|
-
upsertApplicationVersion(
|
|
1325
|
-
return
|
|
1090
|
+
upsertApplicationVersion(requestParameters, options) {
|
|
1091
|
+
return localVarFp.upsertApplicationVersion(requestParameters.owner, requestParameters.slug, requestParameters.newApplicationVersion, options).then((request) => request(axios, basePath));
|
|
1326
1092
|
},
|
|
1327
1093
|
};
|
|
1328
1094
|
};
|
|
@@ -1455,6 +1221,17 @@ class ApplicationsApi extends base_1.BaseAPI {
|
|
|
1455
1221
|
updateApplication(requestParameters, options) {
|
|
1456
1222
|
return (0, exports.ApplicationsApiFp)(this.configuration).updateApplication(requestParameters.owner, requestParameters.slug, requestParameters.applicationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1457
1223
|
}
|
|
1224
|
+
/**
|
|
1225
|
+
*
|
|
1226
|
+
* @summary Upload the build package for the application version
|
|
1227
|
+
* @param {ApplicationsApiUploadVersionPackageRequest} requestParameters Request parameters.
|
|
1228
|
+
* @param {*} [options] Override http request option.
|
|
1229
|
+
* @throws {RequiredError}
|
|
1230
|
+
* @memberof ApplicationsApi
|
|
1231
|
+
*/
|
|
1232
|
+
uploadVersionPackage(requestParameters, options) {
|
|
1233
|
+
return (0, exports.ApplicationsApiFp)(this.configuration).uploadVersionPackage(requestParameters.owner, requestParameters.slug, requestParameters.tag, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
1234
|
+
}
|
|
1458
1235
|
/**
|
|
1459
1236
|
*
|
|
1460
1237
|
* @summary Upsert a new permission to a application
|