@pollination-solutions/pollination-sdk 1.3.0 → 1.4.2
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 +30 -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 +184 -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 +103 -0
- package/dist/api/reports-api.js +154 -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 +103 -0
- package/dist/esm/api/reports-api.js +147 -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 +289 -0
- package/dist/esm/models/index.js +289 -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 +84 -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/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/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 +27 -2
- package/dist/models/index.js +27 -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 +84 -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/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/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 +27 -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 +90 -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/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/repository-access-policy-list.ts +10 -9
- package/models/repository-access-policy.ts +10 -5
- package/models/repository-create.ts +6 -7
- package/models/repository-index.ts +14 -11
- package/models/repository-list.ts +10 -9
- package/models/repository-metadata.ts +8 -9
- package/models/repository-policy-subject.ts +7 -4
- package/models/repository-sort-key.ts +10 -7
- package/models/repository-update.ts +5 -6
- package/models/repository-user-permissions.ts +4 -5
- package/models/repository.ts +17 -14
- package/models/resources-duration.ts +3 -4
- package/models/response-get-package-json.ts +111 -0
- package/models/retry-config.ts +2 -3
- package/models/role-enum.ts +8 -5
- package/models/run-list.ts +10 -9
- package/models/run-meta.ts +9 -6
- package/models/run-progress.ts +4 -5
- package/models/run-result-list-resources-inner-inner.ts +167 -0
- package/models/run-result-list.ts +11 -27
- package/models/run-status-enum.ts +14 -11
- package/models/run-status-inputs-inner.ts +140 -0
- package/models/run-status-outputs-inner.ts +113 -0
- package/models/run-status.ts +30 -37
- package/models/run.ts +20 -13
- package/models/s3-upload-request.ts +3 -4
- package/models/s3.ts +7 -8
- package/models/scripting-languages.ts +7 -4
- package/models/sdkenum.ts +9 -6
- package/models/sort-enum.ts +8 -5
- package/models/source.ts +81 -0
- package/models/status-type.ts +11 -8
- package/models/step-array-input.ts +19 -24
- package/models/step-array-output.ts +13 -10
- package/models/step-boolean-input.ts +14 -23
- package/models/step-boolean-output.ts +8 -9
- package/models/step-file-input.ts +26 -32
- package/models/step-file-output.ts +13 -14
- package/models/step-folder-input.ts +25 -31
- package/models/step-folder-output.ts +13 -14
- package/models/step-integer-input.ts +14 -23
- package/models/step-integer-output.ts +8 -9
- package/models/step-jsonobject-input.ts +14 -23
- package/models/step-jsonobject-output.ts +8 -9
- package/models/step-list.ts +10 -9
- package/models/step-number-input.ts +14 -23
- package/models/step-number-output.ts +8 -9
- package/models/step-path-input.ts +26 -32
- package/models/step-path-output.ts +13 -14
- package/models/step-status-enum.ts +12 -9
- package/models/step-status.ts +33 -40
- package/models/step-string-input.ts +14 -23
- package/models/step-string-output.ts +8 -9
- package/models/subject-type.ts +8 -5
- package/models/subject.ts +78 -0
- package/models/subscription-create.ts +4 -5
- package/models/subscription-payment.ts +4 -5
- package/models/subscription-plan.ts +20 -11
- package/models/subscription-update-dry-run.ts +5 -4
- package/models/subscription-update.ts +3 -4
- package/models/subscription.ts +20 -13
- package/models/task-argument.ts +10 -12
- package/models/task-file-reference.ts +5 -6
- package/models/task-folder-reference.ts +5 -6
- package/models/task-path-argument.ts +11 -17
- package/models/task-path-reference.ts +5 -6
- package/models/task-path-return.ts +7 -8
- package/models/task-reference.ts +5 -6
- package/models/task-return.ts +5 -6
- package/models/team-create.ts +3 -4
- package/models/team-list.ts +10 -9
- package/models/team-member-list.ts +10 -9
- package/models/team-member.ts +10 -5
- package/models/team-role-enum.ts +8 -5
- package/models/team-update.ts +3 -4
- package/models/team.ts +6 -7
- package/models/template-function.ts +26 -33
- package/models/update-accepted.ts +2 -3
- package/models/usage.ts +11 -10
- package/models/user-create.ts +5 -6
- package/models/user-permission.ts +4 -5
- package/models/user-private.ts +7 -8
- package/models/user-public-list.ts +10 -9
- package/models/user-public.ts +5 -6
- package/models/user-update.ts +4 -5
- package/models/{body-post-recipe-owner-recipes-post.ts → validation-error-loc-inner.ts} +3 -10
- package/models/validation-error.ts +8 -6
- package/models/value-file-reference.ts +4 -5
- package/models/value-folder-reference.ts +4 -5
- package/models/value-list-reference.ts +4 -5
- package/models/value-reference.ts +5 -6
- package/package.json +12 -8
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +3 -8
package/dist/api/plugins-api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* pollination-server
|
|
6
6
|
* Pollination Server OpenAPI Definition
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.4.2
|
|
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.PluginsApi = exports.PluginsApiFactory = exports.PluginsApiFp = exports.
|
|
|
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
|
* PluginsApi - axios parameter creator
|
|
@@ -41,19 +43,15 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
41
43
|
* @param {*} [options] Override http request option.
|
|
42
44
|
* @throws {RequiredError}
|
|
43
45
|
*/
|
|
44
|
-
createPlugin: (
|
|
46
|
+
createPlugin: (owner_1, repositoryCreate_1, ...args_1) => __awaiter(this, [owner_1, repositoryCreate_1, ...args_1], void 0, function* (owner, repositoryCreate, 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 createPlugin.');
|
|
48
|
-
}
|
|
48
|
+
(0, common_1.assertParamExists)('createPlugin', 'owner', owner);
|
|
49
49
|
// verify required parameter 'repositoryCreate' is not null or undefined
|
|
50
|
-
|
|
51
|
-
throw new base_1.RequiredError('repositoryCreate', 'Required parameter repositoryCreate was null or undefined when calling createPlugin.');
|
|
52
|
-
}
|
|
50
|
+
(0, common_1.assertParamExists)('createPlugin', 'repositoryCreate', repositoryCreate);
|
|
53
51
|
const localVarPath = `/plugins/{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 PluginsApiAxiosParamCreator = 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(repositoryCreate !== undefined ? repositoryCreate : {}) : (repositoryCreate || "");
|
|
71
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(repositoryCreate, localVarRequestOptions, configuration);
|
|
92
72
|
return {
|
|
93
|
-
url:
|
|
73
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
94
74
|
options: localVarRequestOptions,
|
|
95
75
|
};
|
|
96
76
|
}),
|
|
@@ -103,24 +83,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
103
83
|
* @param {*} [options] Override http request option.
|
|
104
84
|
* @throws {RequiredError}
|
|
105
85
|
*/
|
|
106
|
-
createPluginPackage: (
|
|
86
|
+
createPluginPackage: (owner_1, name_1, newPluginPackage_1, ...args_1) => __awaiter(this, [owner_1, name_1, newPluginPackage_1, ...args_1], void 0, function* (owner, name, newPluginPackage, options = {}) {
|
|
107
87
|
// verify required parameter 'owner' is not null or undefined
|
|
108
|
-
|
|
109
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling createPluginPackage.');
|
|
110
|
-
}
|
|
88
|
+
(0, common_1.assertParamExists)('createPluginPackage', 'owner', owner);
|
|
111
89
|
// verify required parameter 'name' is not null or undefined
|
|
112
|
-
|
|
113
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling createPluginPackage.');
|
|
114
|
-
}
|
|
90
|
+
(0, common_1.assertParamExists)('createPluginPackage', 'name', name);
|
|
115
91
|
// verify required parameter 'newPluginPackage' is not null or undefined
|
|
116
|
-
|
|
117
|
-
throw new base_1.RequiredError('newPluginPackage', 'Required parameter newPluginPackage was null or undefined when calling createPluginPackage.');
|
|
118
|
-
}
|
|
92
|
+
(0, common_1.assertParamExists)('createPluginPackage', 'newPluginPackage', newPluginPackage);
|
|
119
93
|
const localVarPath = `/plugins/{owner}/{name}/tags`
|
|
120
94
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
121
95
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
122
96
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
123
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
97
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
124
98
|
let baseOptions;
|
|
125
99
|
if (configuration) {
|
|
126
100
|
baseOptions = configuration.baseOptions;
|
|
@@ -128,36 +102,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
128
102
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
129
103
|
const localVarHeaderParameter = {};
|
|
130
104
|
const localVarQueryParameter = {};
|
|
131
|
-
// authentication APIKeyAuth required
|
|
132
|
-
if (configuration && configuration.apiKey) {
|
|
133
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
134
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
135
|
-
: yield configuration.apiKey;
|
|
136
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
137
|
-
}
|
|
138
105
|
// authentication JWTAuth required
|
|
139
106
|
// http bearer authentication required
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
: yield configuration.accessToken;
|
|
144
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
145
|
-
}
|
|
107
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
108
|
+
// authentication APIKeyAuth required
|
|
109
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
146
110
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
147
|
-
|
|
148
|
-
for (const key in localVarQueryParameter) {
|
|
149
|
-
query.set(key, localVarQueryParameter[key]);
|
|
150
|
-
}
|
|
151
|
-
for (const key in options.query) {
|
|
152
|
-
query.set(key, options.query[key]);
|
|
153
|
-
}
|
|
154
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
111
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
155
112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
156
113
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
157
|
-
|
|
158
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(newPluginPackage !== undefined ? newPluginPackage : {}) : (newPluginPackage || "");
|
|
114
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(newPluginPackage, localVarRequestOptions, configuration);
|
|
159
115
|
return {
|
|
160
|
-
url:
|
|
116
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
161
117
|
options: localVarRequestOptions,
|
|
162
118
|
};
|
|
163
119
|
}),
|
|
@@ -169,20 +125,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
169
125
|
* @param {*} [options] Override http request option.
|
|
170
126
|
* @throws {RequiredError}
|
|
171
127
|
*/
|
|
172
|
-
deletePlugin: (
|
|
128
|
+
deletePlugin: (owner_1, name_1, ...args_1) => __awaiter(this, [owner_1, name_1, ...args_1], void 0, function* (owner, name, options = {}) {
|
|
173
129
|
// verify required parameter 'owner' is not null or undefined
|
|
174
|
-
|
|
175
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling deletePlugin.');
|
|
176
|
-
}
|
|
130
|
+
(0, common_1.assertParamExists)('deletePlugin', 'owner', owner);
|
|
177
131
|
// verify required parameter 'name' is not null or undefined
|
|
178
|
-
|
|
179
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling deletePlugin.');
|
|
180
|
-
}
|
|
132
|
+
(0, common_1.assertParamExists)('deletePlugin', 'name', name);
|
|
181
133
|
const localVarPath = `/plugins/{owner}/{name}`
|
|
182
134
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
183
135
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
184
136
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
185
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
137
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
186
138
|
let baseOptions;
|
|
187
139
|
if (configuration) {
|
|
188
140
|
baseOptions = configuration.baseOptions;
|
|
@@ -190,33 +142,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
190
142
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
191
143
|
const localVarHeaderParameter = {};
|
|
192
144
|
const localVarQueryParameter = {};
|
|
193
|
-
// authentication APIKeyAuth required
|
|
194
|
-
if (configuration && configuration.apiKey) {
|
|
195
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
196
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
197
|
-
: yield configuration.apiKey;
|
|
198
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
199
|
-
}
|
|
200
145
|
// authentication JWTAuth required
|
|
201
146
|
// http bearer authentication required
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
207
|
-
}
|
|
208
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
209
|
-
for (const key in localVarQueryParameter) {
|
|
210
|
-
query.set(key, localVarQueryParameter[key]);
|
|
211
|
-
}
|
|
212
|
-
for (const key in options.query) {
|
|
213
|
-
query.set(key, options.query[key]);
|
|
214
|
-
}
|
|
215
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
147
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
148
|
+
// authentication APIKeyAuth required
|
|
149
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
150
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
216
151
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
217
152
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
218
153
|
return {
|
|
219
|
-
url:
|
|
154
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
220
155
|
options: localVarRequestOptions,
|
|
221
156
|
};
|
|
222
157
|
}),
|
|
@@ -229,24 +164,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
229
164
|
* @param {*} [options] Override http request option.
|
|
230
165
|
* @throws {RequiredError}
|
|
231
166
|
*/
|
|
232
|
-
deletePluginOrgPermission: (
|
|
167
|
+
deletePluginOrgPermission: (owner_1, name_1, repositoryPolicySubject_1, ...args_1) => __awaiter(this, [owner_1, name_1, repositoryPolicySubject_1, ...args_1], void 0, function* (owner, name, repositoryPolicySubject, 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 deletePluginOrgPermission.');
|
|
236
|
-
}
|
|
169
|
+
(0, common_1.assertParamExists)('deletePluginOrgPermission', 'owner', owner);
|
|
237
170
|
// verify required parameter 'name' is not null or undefined
|
|
238
|
-
|
|
239
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling deletePluginOrgPermission.');
|
|
240
|
-
}
|
|
171
|
+
(0, common_1.assertParamExists)('deletePluginOrgPermission', 'name', name);
|
|
241
172
|
// verify required parameter 'repositoryPolicySubject' is not null or undefined
|
|
242
|
-
|
|
243
|
-
throw new base_1.RequiredError('repositoryPolicySubject', 'Required parameter repositoryPolicySubject was null or undefined when calling deletePluginOrgPermission.');
|
|
244
|
-
}
|
|
173
|
+
(0, common_1.assertParamExists)('deletePluginOrgPermission', 'repositoryPolicySubject', repositoryPolicySubject);
|
|
245
174
|
const localVarPath = `/plugins/{owner}/{name}/permissions`
|
|
246
175
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
247
176
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
248
177
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
249
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
178
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
250
179
|
let baseOptions;
|
|
251
180
|
if (configuration) {
|
|
252
181
|
baseOptions = configuration.baseOptions;
|
|
@@ -254,36 +183,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
254
183
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
255
184
|
const localVarHeaderParameter = {};
|
|
256
185
|
const localVarQueryParameter = {};
|
|
257
|
-
// authentication APIKeyAuth required
|
|
258
|
-
if (configuration && configuration.apiKey) {
|
|
259
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
260
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
261
|
-
: yield configuration.apiKey;
|
|
262
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
263
|
-
}
|
|
264
186
|
// authentication JWTAuth required
|
|
265
187
|
// http bearer authentication required
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
: yield configuration.accessToken;
|
|
270
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
271
|
-
}
|
|
188
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
189
|
+
// authentication APIKeyAuth required
|
|
190
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
272
191
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
273
|
-
|
|
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();
|
|
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
|
-
|
|
284
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(repositoryPolicySubject !== undefined ? repositoryPolicySubject : {}) : (repositoryPolicySubject || "");
|
|
195
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(repositoryPolicySubject, localVarRequestOptions, configuration);
|
|
285
196
|
return {
|
|
286
|
-
url:
|
|
197
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
287
198
|
options: localVarRequestOptions,
|
|
288
199
|
};
|
|
289
200
|
}),
|
|
@@ -295,20 +206,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
295
206
|
* @param {*} [options] Override http request option.
|
|
296
207
|
* @throws {RequiredError}
|
|
297
208
|
*/
|
|
298
|
-
getPlugin: (
|
|
209
|
+
getPlugin: (owner_1, name_1, ...args_1) => __awaiter(this, [owner_1, name_1, ...args_1], void 0, function* (owner, name, options = {}) {
|
|
299
210
|
// verify required parameter 'owner' is not null or undefined
|
|
300
|
-
|
|
301
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getPlugin.');
|
|
302
|
-
}
|
|
211
|
+
(0, common_1.assertParamExists)('getPlugin', 'owner', owner);
|
|
303
212
|
// verify required parameter 'name' is not null or undefined
|
|
304
|
-
|
|
305
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getPlugin.');
|
|
306
|
-
}
|
|
213
|
+
(0, common_1.assertParamExists)('getPlugin', 'name', name);
|
|
307
214
|
const localVarPath = `/plugins/{owner}/{name}`
|
|
308
215
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
309
216
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
310
217
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
218
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
312
219
|
let baseOptions;
|
|
313
220
|
if (configuration) {
|
|
314
221
|
baseOptions = configuration.baseOptions;
|
|
@@ -316,33 +223,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
316
223
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
317
224
|
const localVarHeaderParameter = {};
|
|
318
225
|
const localVarQueryParameter = {};
|
|
319
|
-
// authentication APIKeyAuth required
|
|
320
|
-
if (configuration && configuration.apiKey) {
|
|
321
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
322
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
323
|
-
: yield configuration.apiKey;
|
|
324
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
325
|
-
}
|
|
326
226
|
// authentication JWTAuth required
|
|
327
227
|
// http bearer authentication required
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
333
|
-
}
|
|
334
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
335
|
-
for (const key in localVarQueryParameter) {
|
|
336
|
-
query.set(key, localVarQueryParameter[key]);
|
|
337
|
-
}
|
|
338
|
-
for (const key in options.query) {
|
|
339
|
-
query.set(key, options.query[key]);
|
|
340
|
-
}
|
|
341
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
228
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
229
|
+
// authentication APIKeyAuth required
|
|
230
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
231
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
342
232
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
343
233
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
344
234
|
return {
|
|
345
|
-
url:
|
|
235
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
346
236
|
options: localVarRequestOptions,
|
|
347
237
|
};
|
|
348
238
|
}),
|
|
@@ -358,20 +248,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
358
248
|
* @param {*} [options] Override http request option.
|
|
359
249
|
* @throws {RequiredError}
|
|
360
250
|
*/
|
|
361
|
-
getPluginAccessPermissions: (
|
|
251
|
+
getPluginAccessPermissions: (owner_1, name_1, page_1, perPage_1, subjectType_1, permission_1, ...args_1) => __awaiter(this, [owner_1, name_1, page_1, perPage_1, subjectType_1, permission_1, ...args_1], void 0, function* (owner, name, page, perPage, subjectType, permission, options = {}) {
|
|
362
252
|
// verify required parameter 'owner' is not null or undefined
|
|
363
|
-
|
|
364
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getPluginAccessPermissions.');
|
|
365
|
-
}
|
|
253
|
+
(0, common_1.assertParamExists)('getPluginAccessPermissions', 'owner', owner);
|
|
366
254
|
// verify required parameter 'name' is not null or undefined
|
|
367
|
-
|
|
368
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getPluginAccessPermissions.');
|
|
369
|
-
}
|
|
255
|
+
(0, common_1.assertParamExists)('getPluginAccessPermissions', 'name', name);
|
|
370
256
|
const localVarPath = `/plugins/{owner}/{name}/permissions`
|
|
371
257
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
372
258
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
373
259
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
374
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
260
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
375
261
|
let baseOptions;
|
|
376
262
|
if (configuration) {
|
|
377
263
|
baseOptions = configuration.baseOptions;
|
|
@@ -379,21 +265,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
379
265
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
380
266
|
const localVarHeaderParameter = {};
|
|
381
267
|
const localVarQueryParameter = {};
|
|
382
|
-
// authentication APIKeyAuth required
|
|
383
|
-
if (configuration && configuration.apiKey) {
|
|
384
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
385
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
386
|
-
: yield configuration.apiKey;
|
|
387
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
388
|
-
}
|
|
389
268
|
// authentication JWTAuth required
|
|
390
269
|
// http bearer authentication required
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
: yield configuration.accessToken;
|
|
395
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
396
|
-
}
|
|
270
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
271
|
+
// authentication APIKeyAuth required
|
|
272
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
397
273
|
if (page !== undefined) {
|
|
398
274
|
localVarQueryParameter['page'] = page;
|
|
399
275
|
}
|
|
@@ -406,18 +282,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
406
282
|
if (permission) {
|
|
407
283
|
localVarQueryParameter['permission'] = permission;
|
|
408
284
|
}
|
|
409
|
-
|
|
410
|
-
for (const key in localVarQueryParameter) {
|
|
411
|
-
query.set(key, localVarQueryParameter[key]);
|
|
412
|
-
}
|
|
413
|
-
for (const key in options.query) {
|
|
414
|
-
query.set(key, options.query[key]);
|
|
415
|
-
}
|
|
416
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
285
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
417
286
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
418
287
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
419
288
|
return {
|
|
420
|
-
url:
|
|
289
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
421
290
|
options: localVarRequestOptions,
|
|
422
291
|
};
|
|
423
292
|
}),
|
|
@@ -430,25 +299,19 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
430
299
|
* @param {*} [options] Override http request option.
|
|
431
300
|
* @throws {RequiredError}
|
|
432
301
|
*/
|
|
433
|
-
getPluginByTag: (
|
|
302
|
+
getPluginByTag: (owner_1, name_1, tag_1, ...args_1) => __awaiter(this, [owner_1, name_1, tag_1, ...args_1], void 0, function* (owner, name, tag, options = {}) {
|
|
434
303
|
// verify required parameter 'owner' is not null or undefined
|
|
435
|
-
|
|
436
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling getPluginByTag.');
|
|
437
|
-
}
|
|
304
|
+
(0, common_1.assertParamExists)('getPluginByTag', 'owner', owner);
|
|
438
305
|
// verify required parameter 'name' is not null or undefined
|
|
439
|
-
|
|
440
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling getPluginByTag.');
|
|
441
|
-
}
|
|
306
|
+
(0, common_1.assertParamExists)('getPluginByTag', 'name', name);
|
|
442
307
|
// verify required parameter 'tag' is not null or undefined
|
|
443
|
-
|
|
444
|
-
throw new base_1.RequiredError('tag', 'Required parameter tag was null or undefined when calling getPluginByTag.');
|
|
445
|
-
}
|
|
308
|
+
(0, common_1.assertParamExists)('getPluginByTag', 'tag', tag);
|
|
446
309
|
const localVarPath = `/plugins/{owner}/{name}/tags/{tag}`
|
|
447
310
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
448
311
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)))
|
|
449
312
|
.replace(`{${"tag"}}`, encodeURIComponent(String(tag)));
|
|
450
313
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
451
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
314
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
452
315
|
let baseOptions;
|
|
453
316
|
if (configuration) {
|
|
454
317
|
baseOptions = configuration.baseOptions;
|
|
@@ -456,33 +319,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
456
319
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
457
320
|
const localVarHeaderParameter = {};
|
|
458
321
|
const localVarQueryParameter = {};
|
|
459
|
-
// authentication APIKeyAuth required
|
|
460
|
-
if (configuration && configuration.apiKey) {
|
|
461
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
462
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
463
|
-
: yield configuration.apiKey;
|
|
464
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
465
|
-
}
|
|
466
322
|
// authentication JWTAuth required
|
|
467
323
|
// http bearer authentication required
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
473
|
-
}
|
|
474
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
475
|
-
for (const key in localVarQueryParameter) {
|
|
476
|
-
query.set(key, localVarQueryParameter[key]);
|
|
477
|
-
}
|
|
478
|
-
for (const key in options.query) {
|
|
479
|
-
query.set(key, options.query[key]);
|
|
480
|
-
}
|
|
481
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
324
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
325
|
+
// authentication APIKeyAuth required
|
|
326
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
327
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
482
328
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
483
329
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
484
330
|
return {
|
|
485
|
-
url:
|
|
331
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
486
332
|
options: localVarRequestOptions,
|
|
487
333
|
};
|
|
488
334
|
}),
|
|
@@ -498,20 +344,16 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
498
344
|
* @param {*} [options] Override http request option.
|
|
499
345
|
* @throws {RequiredError}
|
|
500
346
|
*/
|
|
501
|
-
listPluginTags: (
|
|
347
|
+
listPluginTags: (owner_1, name_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1) => __awaiter(this, [owner_1, name_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1], void 0, function* (owner, name, sortBy, sortOrder, page, perPage, options = {}) {
|
|
502
348
|
// verify required parameter 'owner' is not null or undefined
|
|
503
|
-
|
|
504
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling listPluginTags.');
|
|
505
|
-
}
|
|
349
|
+
(0, common_1.assertParamExists)('listPluginTags', 'owner', owner);
|
|
506
350
|
// verify required parameter 'name' is not null or undefined
|
|
507
|
-
|
|
508
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling listPluginTags.');
|
|
509
|
-
}
|
|
351
|
+
(0, common_1.assertParamExists)('listPluginTags', 'name', name);
|
|
510
352
|
const localVarPath = `/plugins/{owner}/{name}/tags`
|
|
511
353
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
512
354
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
513
355
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
514
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
356
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
515
357
|
let baseOptions;
|
|
516
358
|
if (configuration) {
|
|
517
359
|
baseOptions = configuration.baseOptions;
|
|
@@ -519,21 +361,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
519
361
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
520
362
|
const localVarHeaderParameter = {};
|
|
521
363
|
const localVarQueryParameter = {};
|
|
522
|
-
// authentication APIKeyAuth required
|
|
523
|
-
if (configuration && configuration.apiKey) {
|
|
524
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
525
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
526
|
-
: yield configuration.apiKey;
|
|
527
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
528
|
-
}
|
|
529
364
|
// authentication JWTAuth required
|
|
530
365
|
// http bearer authentication required
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
: yield configuration.accessToken;
|
|
535
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
536
|
-
}
|
|
366
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
367
|
+
// authentication APIKeyAuth required
|
|
368
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
537
369
|
if (sortBy !== undefined) {
|
|
538
370
|
localVarQueryParameter['sort_by'] = sortBy;
|
|
539
371
|
}
|
|
@@ -546,18 +378,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
546
378
|
if (perPage !== undefined) {
|
|
547
379
|
localVarQueryParameter['per-page'] = perPage;
|
|
548
380
|
}
|
|
549
|
-
|
|
550
|
-
for (const key in localVarQueryParameter) {
|
|
551
|
-
query.set(key, localVarQueryParameter[key]);
|
|
552
|
-
}
|
|
553
|
-
for (const key in options.query) {
|
|
554
|
-
query.set(key, options.query[key]);
|
|
555
|
-
}
|
|
556
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
381
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
557
382
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
558
383
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
559
384
|
return {
|
|
560
|
-
url:
|
|
385
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
561
386
|
options: localVarRequestOptions,
|
|
562
387
|
};
|
|
563
388
|
}),
|
|
@@ -577,10 +402,10 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
577
402
|
* @param {*} [options] Override http request option.
|
|
578
403
|
* @throws {RequiredError}
|
|
579
404
|
*/
|
|
580
|
-
listPlugins: (
|
|
405
|
+
listPlugins: (search_1, name_1, owner_1, _public_1, keyword_1, permission_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1) => __awaiter(this, [search_1, name_1, owner_1, _public_1, keyword_1, permission_1, sortBy_1, sortOrder_1, page_1, perPage_1, ...args_1], void 0, function* (search, name, owner, _public, keyword, permission, sortBy, sortOrder, page, perPage, options = {}) {
|
|
581
406
|
const localVarPath = `/plugins`;
|
|
582
407
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
583
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
408
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
584
409
|
let baseOptions;
|
|
585
410
|
if (configuration) {
|
|
586
411
|
baseOptions = configuration.baseOptions;
|
|
@@ -588,21 +413,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
588
413
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
589
414
|
const localVarHeaderParameter = {};
|
|
590
415
|
const localVarQueryParameter = {};
|
|
591
|
-
// authentication APIKeyAuth required
|
|
592
|
-
if (configuration && configuration.apiKey) {
|
|
593
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
594
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
595
|
-
: yield configuration.apiKey;
|
|
596
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
597
|
-
}
|
|
598
416
|
// authentication JWTAuth required
|
|
599
417
|
// http bearer authentication required
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
: yield configuration.accessToken;
|
|
604
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
605
|
-
}
|
|
418
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
419
|
+
// authentication APIKeyAuth required
|
|
420
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
606
421
|
if (search) {
|
|
607
422
|
localVarQueryParameter['search'] = search;
|
|
608
423
|
}
|
|
@@ -633,18 +448,11 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
633
448
|
if (perPage !== undefined) {
|
|
634
449
|
localVarQueryParameter['per-page'] = perPage;
|
|
635
450
|
}
|
|
636
|
-
|
|
637
|
-
for (const key in localVarQueryParameter) {
|
|
638
|
-
query.set(key, localVarQueryParameter[key]);
|
|
639
|
-
}
|
|
640
|
-
for (const key in options.query) {
|
|
641
|
-
query.set(key, options.query[key]);
|
|
642
|
-
}
|
|
643
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
451
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
644
452
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
645
453
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
646
454
|
return {
|
|
647
|
-
url:
|
|
455
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
648
456
|
options: localVarRequestOptions,
|
|
649
457
|
};
|
|
650
458
|
}),
|
|
@@ -657,24 +465,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
657
465
|
* @param {*} [options] Override http request option.
|
|
658
466
|
* @throws {RequiredError}
|
|
659
467
|
*/
|
|
660
|
-
updatePlugin: (
|
|
468
|
+
updatePlugin: (owner_1, name_1, repositoryUpdate_1, ...args_1) => __awaiter(this, [owner_1, name_1, repositoryUpdate_1, ...args_1], void 0, function* (owner, name, repositoryUpdate, options = {}) {
|
|
661
469
|
// verify required parameter 'owner' is not null or undefined
|
|
662
|
-
|
|
663
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling updatePlugin.');
|
|
664
|
-
}
|
|
470
|
+
(0, common_1.assertParamExists)('updatePlugin', 'owner', owner);
|
|
665
471
|
// verify required parameter 'name' is not null or undefined
|
|
666
|
-
|
|
667
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling updatePlugin.');
|
|
668
|
-
}
|
|
472
|
+
(0, common_1.assertParamExists)('updatePlugin', 'name', name);
|
|
669
473
|
// verify required parameter 'repositoryUpdate' is not null or undefined
|
|
670
|
-
|
|
671
|
-
throw new base_1.RequiredError('repositoryUpdate', 'Required parameter repositoryUpdate was null or undefined when calling updatePlugin.');
|
|
672
|
-
}
|
|
474
|
+
(0, common_1.assertParamExists)('updatePlugin', 'repositoryUpdate', repositoryUpdate);
|
|
673
475
|
const localVarPath = `/plugins/{owner}/{name}`
|
|
674
476
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
675
477
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
676
478
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
677
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
479
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
678
480
|
let baseOptions;
|
|
679
481
|
if (configuration) {
|
|
680
482
|
baseOptions = configuration.baseOptions;
|
|
@@ -682,36 +484,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
682
484
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
683
485
|
const localVarHeaderParameter = {};
|
|
684
486
|
const localVarQueryParameter = {};
|
|
685
|
-
// authentication APIKeyAuth required
|
|
686
|
-
if (configuration && configuration.apiKey) {
|
|
687
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
688
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
689
|
-
: yield configuration.apiKey;
|
|
690
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
691
|
-
}
|
|
692
487
|
// authentication JWTAuth required
|
|
693
488
|
// http bearer authentication required
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
: yield configuration.accessToken;
|
|
698
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
699
|
-
}
|
|
489
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
490
|
+
// authentication APIKeyAuth required
|
|
491
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
700
492
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
701
|
-
|
|
702
|
-
for (const key in localVarQueryParameter) {
|
|
703
|
-
query.set(key, localVarQueryParameter[key]);
|
|
704
|
-
}
|
|
705
|
-
for (const key in options.query) {
|
|
706
|
-
query.set(key, options.query[key]);
|
|
707
|
-
}
|
|
708
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
493
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
709
494
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
710
495
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
711
|
-
|
|
712
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(repositoryUpdate !== undefined ? repositoryUpdate : {}) : (repositoryUpdate || "");
|
|
496
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(repositoryUpdate, localVarRequestOptions, configuration);
|
|
713
497
|
return {
|
|
714
|
-
url:
|
|
498
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
715
499
|
options: localVarRequestOptions,
|
|
716
500
|
};
|
|
717
501
|
}),
|
|
@@ -724,24 +508,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
724
508
|
* @param {*} [options] Override http request option.
|
|
725
509
|
* @throws {RequiredError}
|
|
726
510
|
*/
|
|
727
|
-
upsertPluginPermission: (
|
|
511
|
+
upsertPluginPermission: (owner_1, name_1, repositoryAccessPolicy_1, ...args_1) => __awaiter(this, [owner_1, name_1, repositoryAccessPolicy_1, ...args_1], void 0, function* (owner, name, repositoryAccessPolicy, options = {}) {
|
|
728
512
|
// verify required parameter 'owner' is not null or undefined
|
|
729
|
-
|
|
730
|
-
throw new base_1.RequiredError('owner', 'Required parameter owner was null or undefined when calling upsertPluginPermission.');
|
|
731
|
-
}
|
|
513
|
+
(0, common_1.assertParamExists)('upsertPluginPermission', 'owner', owner);
|
|
732
514
|
// verify required parameter 'name' is not null or undefined
|
|
733
|
-
|
|
734
|
-
throw new base_1.RequiredError('name', 'Required parameter name was null or undefined when calling upsertPluginPermission.');
|
|
735
|
-
}
|
|
515
|
+
(0, common_1.assertParamExists)('upsertPluginPermission', 'name', name);
|
|
736
516
|
// verify required parameter 'repositoryAccessPolicy' is not null or undefined
|
|
737
|
-
|
|
738
|
-
throw new base_1.RequiredError('repositoryAccessPolicy', 'Required parameter repositoryAccessPolicy was null or undefined when calling upsertPluginPermission.');
|
|
739
|
-
}
|
|
517
|
+
(0, common_1.assertParamExists)('upsertPluginPermission', 'repositoryAccessPolicy', repositoryAccessPolicy);
|
|
740
518
|
const localVarPath = `/plugins/{owner}/{name}/permissions`
|
|
741
519
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
742
520
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
743
521
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
744
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
522
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
745
523
|
let baseOptions;
|
|
746
524
|
if (configuration) {
|
|
747
525
|
baseOptions = configuration.baseOptions;
|
|
@@ -749,36 +527,18 @@ const PluginsApiAxiosParamCreator = function (configuration) {
|
|
|
749
527
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
750
528
|
const localVarHeaderParameter = {};
|
|
751
529
|
const localVarQueryParameter = {};
|
|
752
|
-
// authentication APIKeyAuth required
|
|
753
|
-
if (configuration && configuration.apiKey) {
|
|
754
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
755
|
-
? yield configuration.apiKey("x-pollination-token")
|
|
756
|
-
: yield configuration.apiKey;
|
|
757
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
758
|
-
}
|
|
759
530
|
// authentication JWTAuth required
|
|
760
531
|
// http bearer authentication required
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
: yield configuration.accessToken;
|
|
765
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
766
|
-
}
|
|
532
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
533
|
+
// authentication APIKeyAuth required
|
|
534
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-pollination-token", configuration);
|
|
767
535
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
768
|
-
|
|
769
|
-
for (const key in localVarQueryParameter) {
|
|
770
|
-
query.set(key, localVarQueryParameter[key]);
|
|
771
|
-
}
|
|
772
|
-
for (const key in options.query) {
|
|
773
|
-
query.set(key, options.query[key]);
|
|
774
|
-
}
|
|
775
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
536
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
776
537
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
777
538
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
778
|
-
|
|
779
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(repositoryAccessPolicy !== undefined ? repositoryAccessPolicy : {}) : (repositoryAccessPolicy || "");
|
|
539
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(repositoryAccessPolicy, localVarRequestOptions, configuration);
|
|
780
540
|
return {
|
|
781
|
-
url:
|
|
541
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
782
542
|
options: localVarRequestOptions,
|
|
783
543
|
};
|
|
784
544
|
}),
|
|
@@ -790,6 +550,7 @@ exports.PluginsApiAxiosParamCreator = PluginsApiAxiosParamCreator;
|
|
|
790
550
|
* @export
|
|
791
551
|
*/
|
|
792
552
|
const PluginsApiFp = function (configuration) {
|
|
553
|
+
const localVarAxiosParamCreator = (0, exports.PluginsApiAxiosParamCreator)(configuration);
|
|
793
554
|
return {
|
|
794
555
|
/**
|
|
795
556
|
* Create a new plugin.
|
|
@@ -801,11 +562,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
801
562
|
*/
|
|
802
563
|
createPlugin(owner, repositoryCreate, options) {
|
|
803
564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
565
|
+
var _a, _b, _c;
|
|
566
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createPlugin(owner, repositoryCreate, options);
|
|
567
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
568
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.createPlugin']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
569
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
809
570
|
});
|
|
810
571
|
},
|
|
811
572
|
/**
|
|
@@ -819,11 +580,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
819
580
|
*/
|
|
820
581
|
createPluginPackage(owner, name, newPluginPackage, options) {
|
|
821
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
583
|
+
var _a, _b, _c;
|
|
584
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createPluginPackage(owner, name, newPluginPackage, options);
|
|
585
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
586
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.createPluginPackage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
587
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
827
588
|
});
|
|
828
589
|
},
|
|
829
590
|
/**
|
|
@@ -836,11 +597,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
836
597
|
*/
|
|
837
598
|
deletePlugin(owner, name, options) {
|
|
838
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
600
|
+
var _a, _b, _c;
|
|
601
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deletePlugin(owner, name, options);
|
|
602
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
603
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.deletePlugin']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
604
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
844
605
|
});
|
|
845
606
|
},
|
|
846
607
|
/**
|
|
@@ -854,11 +615,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
854
615
|
*/
|
|
855
616
|
deletePluginOrgPermission(owner, name, repositoryPolicySubject, options) {
|
|
856
617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
618
|
+
var _a, _b, _c;
|
|
619
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deletePluginOrgPermission(owner, name, repositoryPolicySubject, options);
|
|
620
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
621
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.deletePluginOrgPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
622
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
862
623
|
});
|
|
863
624
|
},
|
|
864
625
|
/**
|
|
@@ -871,11 +632,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
871
632
|
*/
|
|
872
633
|
getPlugin(owner, name, options) {
|
|
873
634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
635
|
+
var _a, _b, _c;
|
|
636
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPlugin(owner, name, options);
|
|
637
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
638
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.getPlugin']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
639
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
879
640
|
});
|
|
880
641
|
},
|
|
881
642
|
/**
|
|
@@ -892,11 +653,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
892
653
|
*/
|
|
893
654
|
getPluginAccessPermissions(owner, name, page, perPage, subjectType, permission, options) {
|
|
894
655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
656
|
+
var _a, _b, _c;
|
|
657
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPluginAccessPermissions(owner, name, page, perPage, subjectType, permission, options);
|
|
658
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
659
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.getPluginAccessPermissions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
660
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
900
661
|
});
|
|
901
662
|
},
|
|
902
663
|
/**
|
|
@@ -910,11 +671,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
910
671
|
*/
|
|
911
672
|
getPluginByTag(owner, name, tag, options) {
|
|
912
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
674
|
+
var _a, _b, _c;
|
|
675
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPluginByTag(owner, name, tag, options);
|
|
676
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
677
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.getPluginByTag']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
678
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
918
679
|
});
|
|
919
680
|
},
|
|
920
681
|
/**
|
|
@@ -931,11 +692,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
931
692
|
*/
|
|
932
693
|
listPluginTags(owner, name, sortBy, sortOrder, page, perPage, options) {
|
|
933
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
695
|
+
var _a, _b, _c;
|
|
696
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listPluginTags(owner, name, sortBy, sortOrder, page, perPage, options);
|
|
697
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
698
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.listPluginTags']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
699
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
939
700
|
});
|
|
940
701
|
},
|
|
941
702
|
/**
|
|
@@ -956,11 +717,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
956
717
|
*/
|
|
957
718
|
listPlugins(search, name, owner, _public, keyword, permission, sortBy, sortOrder, page, perPage, options) {
|
|
958
719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
720
|
+
var _a, _b, _c;
|
|
721
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listPlugins(search, name, owner, _public, keyword, permission, sortBy, sortOrder, page, perPage, options);
|
|
722
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
723
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.listPlugins']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
724
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
964
725
|
});
|
|
965
726
|
},
|
|
966
727
|
/**
|
|
@@ -974,11 +735,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
974
735
|
*/
|
|
975
736
|
updatePlugin(owner, name, repositoryUpdate, options) {
|
|
976
737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
738
|
+
var _a, _b, _c;
|
|
739
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.updatePlugin(owner, name, repositoryUpdate, options);
|
|
740
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
741
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.updatePlugin']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
742
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
982
743
|
});
|
|
983
744
|
},
|
|
984
745
|
/**
|
|
@@ -992,11 +753,11 @@ const PluginsApiFp = function (configuration) {
|
|
|
992
753
|
*/
|
|
993
754
|
upsertPluginPermission(owner, name, repositoryAccessPolicy, options) {
|
|
994
755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
756
|
+
var _a, _b, _c;
|
|
757
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.upsertPluginPermission(owner, name, repositoryAccessPolicy, options);
|
|
758
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
759
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PluginsApi.upsertPluginPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
760
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1000
761
|
});
|
|
1001
762
|
},
|
|
1002
763
|
};
|
|
@@ -1007,148 +768,117 @@ exports.PluginsApiFp = PluginsApiFp;
|
|
|
1007
768
|
* @export
|
|
1008
769
|
*/
|
|
1009
770
|
const PluginsApiFactory = function (configuration, basePath, axios) {
|
|
771
|
+
const localVarFp = (0, exports.PluginsApiFp)(configuration);
|
|
1010
772
|
return {
|
|
1011
773
|
/**
|
|
1012
774
|
* Create a new plugin.
|
|
1013
775
|
* @summary Create a Plugin
|
|
1014
|
-
* @param {
|
|
1015
|
-
* @param {RepositoryCreate} repositoryCreate
|
|
776
|
+
* @param {PluginsApiCreatePluginRequest} requestParameters Request parameters.
|
|
1016
777
|
* @param {*} [options] Override http request option.
|
|
1017
778
|
* @throws {RequiredError}
|
|
1018
779
|
*/
|
|
1019
|
-
createPlugin(
|
|
1020
|
-
return
|
|
780
|
+
createPlugin(requestParameters, options) {
|
|
781
|
+
return localVarFp.createPlugin(requestParameters.owner, requestParameters.repositoryCreate, options).then((request) => request(axios, basePath));
|
|
1021
782
|
},
|
|
1022
783
|
/**
|
|
1023
784
|
* Create a new plugin package version
|
|
1024
785
|
* @summary Create a new Plugin package
|
|
1025
|
-
* @param {
|
|
1026
|
-
* @param {string} name
|
|
1027
|
-
* @param {NewPluginPackage} newPluginPackage
|
|
786
|
+
* @param {PluginsApiCreatePluginPackageRequest} requestParameters Request parameters.
|
|
1028
787
|
* @param {*} [options] Override http request option.
|
|
1029
788
|
* @throws {RequiredError}
|
|
1030
789
|
*/
|
|
1031
|
-
createPluginPackage(
|
|
1032
|
-
return
|
|
790
|
+
createPluginPackage(requestParameters, options) {
|
|
791
|
+
return localVarFp.createPluginPackage(requestParameters.owner, requestParameters.name, requestParameters.newPluginPackage, options).then((request) => request(axios, basePath));
|
|
1033
792
|
},
|
|
1034
793
|
/**
|
|
1035
794
|
* Delete a plugin (must have `admin` permission)
|
|
1036
795
|
* @summary Delete a Plugin
|
|
1037
|
-
* @param {
|
|
1038
|
-
* @param {string} name
|
|
796
|
+
* @param {PluginsApiDeletePluginRequest} requestParameters Request parameters.
|
|
1039
797
|
* @param {*} [options] Override http request option.
|
|
1040
798
|
* @throws {RequiredError}
|
|
1041
799
|
*/
|
|
1042
|
-
deletePlugin(
|
|
1043
|
-
return
|
|
800
|
+
deletePlugin(requestParameters, options) {
|
|
801
|
+
return localVarFp.deletePlugin(requestParameters.owner, requestParameters.name, options).then((request) => request(axios, basePath));
|
|
1044
802
|
},
|
|
1045
803
|
/**
|
|
1046
804
|
* Delete a plugin\'s access policy (must have `admin` permission)
|
|
1047
805
|
* @summary Remove a Repository permissions
|
|
1048
|
-
* @param {
|
|
1049
|
-
* @param {string} name
|
|
1050
|
-
* @param {RepositoryPolicySubject} repositoryPolicySubject
|
|
806
|
+
* @param {PluginsApiDeletePluginOrgPermissionRequest} requestParameters Request parameters.
|
|
1051
807
|
* @param {*} [options] Override http request option.
|
|
1052
808
|
* @throws {RequiredError}
|
|
1053
809
|
*/
|
|
1054
|
-
deletePluginOrgPermission(
|
|
1055
|
-
return
|
|
810
|
+
deletePluginOrgPermission(requestParameters, options) {
|
|
811
|
+
return localVarFp.deletePluginOrgPermission(requestParameters.owner, requestParameters.name, requestParameters.repositoryPolicySubject, options).then((request) => request(axios, basePath));
|
|
1056
812
|
},
|
|
1057
813
|
/**
|
|
1058
814
|
* Retrieve a plugin by name
|
|
1059
815
|
* @summary Get a plugin
|
|
1060
|
-
* @param {
|
|
1061
|
-
* @param {string} name
|
|
816
|
+
* @param {PluginsApiGetPluginRequest} requestParameters Request parameters.
|
|
1062
817
|
* @param {*} [options] Override http request option.
|
|
1063
818
|
* @throws {RequiredError}
|
|
1064
819
|
*/
|
|
1065
|
-
getPlugin(
|
|
1066
|
-
return
|
|
820
|
+
getPlugin(requestParameters, options) {
|
|
821
|
+
return localVarFp.getPlugin(requestParameters.owner, requestParameters.name, options).then((request) => request(axios, basePath));
|
|
1067
822
|
},
|
|
1068
823
|
/**
|
|
1069
824
|
* Retrieve a plugin\'s access permissions (must have `write` permission)
|
|
1070
825
|
* @summary Get plugin access permissions
|
|
1071
|
-
* @param {
|
|
1072
|
-
* @param {string} name
|
|
1073
|
-
* @param {number} [page] Page number starting from 1
|
|
1074
|
-
* @param {number} [perPage] Number of items per page
|
|
1075
|
-
* @param {Array<string>} [subjectType] The type of access policy subject
|
|
1076
|
-
* @param {Array<string>} [permission] An access policy permission string
|
|
826
|
+
* @param {PluginsApiGetPluginAccessPermissionsRequest} requestParameters Request parameters.
|
|
1077
827
|
* @param {*} [options] Override http request option.
|
|
1078
828
|
* @throws {RequiredError}
|
|
1079
829
|
*/
|
|
1080
|
-
getPluginAccessPermissions(
|
|
1081
|
-
return
|
|
830
|
+
getPluginAccessPermissions(requestParameters, options) {
|
|
831
|
+
return localVarFp.getPluginAccessPermissions(requestParameters.owner, requestParameters.name, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(axios, basePath));
|
|
1082
832
|
},
|
|
1083
833
|
/**
|
|
1084
834
|
* Retrieve a plugin tag by name and tag
|
|
1085
835
|
* @summary Get a plugin tag
|
|
1086
|
-
* @param {
|
|
1087
|
-
* @param {string} name
|
|
1088
|
-
* @param {string} tag
|
|
836
|
+
* @param {PluginsApiGetPluginByTagRequest} requestParameters Request parameters.
|
|
1089
837
|
* @param {*} [options] Override http request option.
|
|
1090
838
|
* @throws {RequiredError}
|
|
1091
839
|
*/
|
|
1092
|
-
getPluginByTag(
|
|
1093
|
-
return
|
|
840
|
+
getPluginByTag(requestParameters, options) {
|
|
841
|
+
return localVarFp.getPluginByTag(requestParameters.owner, requestParameters.name, requestParameters.tag, options).then((request) => request(axios, basePath));
|
|
1094
842
|
},
|
|
1095
843
|
/**
|
|
1096
844
|
* Retrieve a plugin by name
|
|
1097
845
|
* @summary Get a plugin tags
|
|
1098
|
-
* @param {
|
|
1099
|
-
* @param {string} name
|
|
1100
|
-
* @param {PackageSortKey} [sortBy] Key to sort the list by
|
|
1101
|
-
* @param {SortEnum} [sortOrder] The order to sort the list
|
|
1102
|
-
* @param {number} [page] Page number starting from 1
|
|
1103
|
-
* @param {number} [perPage] Number of items per page
|
|
846
|
+
* @param {PluginsApiListPluginTagsRequest} requestParameters Request parameters.
|
|
1104
847
|
* @param {*} [options] Override http request option.
|
|
1105
848
|
* @throws {RequiredError}
|
|
1106
849
|
*/
|
|
1107
|
-
listPluginTags(
|
|
1108
|
-
return
|
|
850
|
+
listPluginTags(requestParameters, options) {
|
|
851
|
+
return localVarFp.listPluginTags(requestParameters.owner, requestParameters.name, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1109
852
|
},
|
|
1110
853
|
/**
|
|
1111
854
|
*
|
|
1112
855
|
* @summary List plugins
|
|
1113
|
-
* @param {
|
|
1114
|
-
* @param {Array<string>} [name] The account name
|
|
1115
|
-
* @param {Array<string>} [owner] Owner of the project
|
|
1116
|
-
* @param {boolean} [_public] Boolean check for public/private projects
|
|
1117
|
-
* @param {Array<string>} [keyword] A keyword to index the repository by
|
|
1118
|
-
* @param {Array<string>} [permission] Filter by permission on given resource
|
|
1119
|
-
* @param {RepositorySortKey} [sortBy] Key to sort the list by
|
|
1120
|
-
* @param {SortEnum} [sortOrder] The order to sort the list
|
|
1121
|
-
* @param {number} [page] Page number starting from 1
|
|
1122
|
-
* @param {number} [perPage] Number of items per page
|
|
856
|
+
* @param {PluginsApiListPluginsRequest} requestParameters Request parameters.
|
|
1123
857
|
* @param {*} [options] Override http request option.
|
|
1124
858
|
* @throws {RequiredError}
|
|
1125
859
|
*/
|
|
1126
|
-
listPlugins(
|
|
1127
|
-
return
|
|
860
|
+
listPlugins(requestParameters = {}, options) {
|
|
861
|
+
return localVarFp.listPlugins(requestParameters.search, requestParameters.name, requestParameters.owner, requestParameters._public, requestParameters.keyword, requestParameters.permission, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1128
862
|
},
|
|
1129
863
|
/**
|
|
1130
864
|
* Update a plugin (must have `contribute` permission)
|
|
1131
865
|
* @summary Update a Plugin
|
|
1132
|
-
* @param {
|
|
1133
|
-
* @param {string} name
|
|
1134
|
-
* @param {RepositoryUpdate} repositoryUpdate
|
|
866
|
+
* @param {PluginsApiUpdatePluginRequest} requestParameters Request parameters.
|
|
1135
867
|
* @param {*} [options] Override http request option.
|
|
1136
868
|
* @throws {RequiredError}
|
|
1137
869
|
*/
|
|
1138
|
-
updatePlugin(
|
|
1139
|
-
return
|
|
870
|
+
updatePlugin(requestParameters, options) {
|
|
871
|
+
return localVarFp.updatePlugin(requestParameters.owner, requestParameters.name, requestParameters.repositoryUpdate, options).then((request) => request(axios, basePath));
|
|
1140
872
|
},
|
|
1141
873
|
/**
|
|
1142
874
|
* Upsert a plugin\'s access policy (must have `admin` permission)
|
|
1143
875
|
* @summary Upsert a new permission to a plugin
|
|
1144
|
-
* @param {
|
|
1145
|
-
* @param {string} name
|
|
1146
|
-
* @param {RepositoryAccessPolicy} repositoryAccessPolicy
|
|
876
|
+
* @param {PluginsApiUpsertPluginPermissionRequest} requestParameters Request parameters.
|
|
1147
877
|
* @param {*} [options] Override http request option.
|
|
1148
878
|
* @throws {RequiredError}
|
|
1149
879
|
*/
|
|
1150
|
-
upsertPluginPermission(
|
|
1151
|
-
return
|
|
880
|
+
upsertPluginPermission(requestParameters, options) {
|
|
881
|
+
return localVarFp.upsertPluginPermission(requestParameters.owner, requestParameters.name, requestParameters.repositoryAccessPolicy, options).then((request) => request(axios, basePath));
|
|
1152
882
|
},
|
|
1153
883
|
};
|
|
1154
884
|
};
|