@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/api/projects-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* pollination-server
|
|
5
5
|
* Pollination Server OpenAPI Definition
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.4.2
|
|
8
8
|
* Contact: info@pollination.cloud
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,43 +13,46 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
18
19
|
// Some imports not used depending on template conditions
|
|
19
20
|
// @ts-ignore
|
|
20
|
-
import {
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
22
|
// @ts-ignore
|
|
22
|
-
import {
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
23
24
|
// @ts-ignore
|
|
24
|
-
import {
|
|
25
|
+
import type { CreatedContent } from '../models';
|
|
25
26
|
// @ts-ignore
|
|
26
|
-
import {
|
|
27
|
+
import type { HTTPValidationError } from '../models';
|
|
27
28
|
// @ts-ignore
|
|
28
|
-
import {
|
|
29
|
+
import type { Project } from '../models';
|
|
29
30
|
// @ts-ignore
|
|
30
|
-
import {
|
|
31
|
+
import type { ProjectAccessPolicy } from '../models';
|
|
31
32
|
// @ts-ignore
|
|
32
|
-
import {
|
|
33
|
+
import type { ProjectAccessPolicyList } from '../models';
|
|
33
34
|
// @ts-ignore
|
|
34
|
-
import {
|
|
35
|
+
import type { ProjectCreate } from '../models';
|
|
35
36
|
// @ts-ignore
|
|
36
|
-
import {
|
|
37
|
+
import type { ProjectList } from '../models';
|
|
37
38
|
// @ts-ignore
|
|
38
|
-
import {
|
|
39
|
+
import type { ProjectPolicySubject } from '../models';
|
|
39
40
|
// @ts-ignore
|
|
40
|
-
import {
|
|
41
|
+
import type { ProjectRecipeFilter } from '../models';
|
|
41
42
|
// @ts-ignore
|
|
42
|
-
import {
|
|
43
|
+
import type { ProjectRecipeFilterList } from '../models';
|
|
43
44
|
// @ts-ignore
|
|
44
|
-
import {
|
|
45
|
+
import type { ProjectSortKey } from '../models';
|
|
45
46
|
// @ts-ignore
|
|
46
|
-
import {
|
|
47
|
+
import type { ProjectUpdate } from '../models';
|
|
47
48
|
// @ts-ignore
|
|
48
|
-
import {
|
|
49
|
+
import type { RecipeInterfaceList } from '../models';
|
|
49
50
|
// @ts-ignore
|
|
50
|
-
import {
|
|
51
|
+
import type { RepositoryList } from '../models';
|
|
51
52
|
// @ts-ignore
|
|
52
|
-
import {
|
|
53
|
+
import type { SortEnum } from '../models';
|
|
54
|
+
// @ts-ignore
|
|
55
|
+
import type { UpdateAccepted } from '../models';
|
|
53
56
|
/**
|
|
54
57
|
* ProjectsApi - axios parameter creator
|
|
55
58
|
* @export
|
|
@@ -64,63 +67,42 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
64
67
|
* @param {*} [options] Override http request option.
|
|
65
68
|
* @throws {RequiredError}
|
|
66
69
|
*/
|
|
67
|
-
createProject: async (owner: string, projectCreate: ProjectCreate, options:
|
|
70
|
+
createProject: async (owner: string, projectCreate: ProjectCreate, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
68
71
|
// verify required parameter 'owner' is not null or undefined
|
|
69
|
-
|
|
70
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling createProject.');
|
|
71
|
-
}
|
|
72
|
+
assertParamExists('createProject', 'owner', owner)
|
|
72
73
|
// verify required parameter 'projectCreate' is not null or undefined
|
|
73
|
-
|
|
74
|
-
throw new RequiredError('projectCreate','Required parameter projectCreate was null or undefined when calling createProject.');
|
|
75
|
-
}
|
|
74
|
+
assertParamExists('createProject', 'projectCreate', projectCreate)
|
|
76
75
|
const localVarPath = `/projects/{owner}`
|
|
77
76
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)));
|
|
78
77
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
79
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
78
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
80
79
|
let baseOptions;
|
|
81
80
|
if (configuration) {
|
|
82
81
|
baseOptions = configuration.baseOptions;
|
|
83
82
|
}
|
|
83
|
+
|
|
84
84
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
85
85
|
const localVarHeaderParameter = {} as any;
|
|
86
86
|
const localVarQueryParameter = {} as any;
|
|
87
87
|
|
|
88
|
-
// authentication APIKeyAuth required
|
|
89
|
-
if (configuration && configuration.apiKey) {
|
|
90
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
91
|
-
? await configuration.apiKey("x-pollination-token")
|
|
92
|
-
: await configuration.apiKey;
|
|
93
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
88
|
// authentication JWTAuth required
|
|
97
89
|
// http bearer authentication required
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
103
|
-
}
|
|
90
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
91
|
+
|
|
92
|
+
// authentication APIKeyAuth required
|
|
93
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
104
94
|
|
|
105
95
|
|
|
106
96
|
|
|
107
97
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
108
98
|
|
|
109
|
-
|
|
110
|
-
for (const key in localVarQueryParameter) {
|
|
111
|
-
query.set(key, localVarQueryParameter[key]);
|
|
112
|
-
}
|
|
113
|
-
for (const key in options.query) {
|
|
114
|
-
query.set(key, options.query[key]);
|
|
115
|
-
}
|
|
116
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
99
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
117
100
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
118
101
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
119
|
-
|
|
120
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectCreate !== undefined ? projectCreate : {}) : (projectCreate || "");
|
|
102
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectCreate, localVarRequestOptions, configuration)
|
|
121
103
|
|
|
122
104
|
return {
|
|
123
|
-
url: localVarUrlObj
|
|
105
|
+
url: toPathString(localVarUrlObj),
|
|
124
106
|
options: localVarRequestOptions,
|
|
125
107
|
};
|
|
126
108
|
},
|
|
@@ -133,68 +115,45 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
133
115
|
* @param {*} [options] Override http request option.
|
|
134
116
|
* @throws {RequiredError}
|
|
135
117
|
*/
|
|
136
|
-
createProjectRecipeFilter: async (owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options:
|
|
118
|
+
createProjectRecipeFilter: async (owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
137
119
|
// verify required parameter 'owner' is not null or undefined
|
|
138
|
-
|
|
139
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling createProjectRecipeFilter.');
|
|
140
|
-
}
|
|
120
|
+
assertParamExists('createProjectRecipeFilter', 'owner', owner)
|
|
141
121
|
// verify required parameter 'name' is not null or undefined
|
|
142
|
-
|
|
143
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling createProjectRecipeFilter.');
|
|
144
|
-
}
|
|
122
|
+
assertParamExists('createProjectRecipeFilter', 'name', name)
|
|
145
123
|
// verify required parameter 'projectRecipeFilter' is not null or undefined
|
|
146
|
-
|
|
147
|
-
throw new RequiredError('projectRecipeFilter','Required parameter projectRecipeFilter was null or undefined when calling createProjectRecipeFilter.');
|
|
148
|
-
}
|
|
124
|
+
assertParamExists('createProjectRecipeFilter', 'projectRecipeFilter', projectRecipeFilter)
|
|
149
125
|
const localVarPath = `/projects/{owner}/{name}/recipes/filters`
|
|
150
126
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
151
127
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
152
128
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
153
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
129
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
154
130
|
let baseOptions;
|
|
155
131
|
if (configuration) {
|
|
156
132
|
baseOptions = configuration.baseOptions;
|
|
157
133
|
}
|
|
134
|
+
|
|
158
135
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
159
136
|
const localVarHeaderParameter = {} as any;
|
|
160
137
|
const localVarQueryParameter = {} as any;
|
|
161
138
|
|
|
162
|
-
// authentication APIKeyAuth required
|
|
163
|
-
if (configuration && configuration.apiKey) {
|
|
164
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
165
|
-
? await configuration.apiKey("x-pollination-token")
|
|
166
|
-
: await configuration.apiKey;
|
|
167
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
139
|
// authentication JWTAuth required
|
|
171
140
|
// http bearer authentication required
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
177
|
-
}
|
|
141
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
142
|
+
|
|
143
|
+
// authentication APIKeyAuth required
|
|
144
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
178
145
|
|
|
179
146
|
|
|
180
147
|
|
|
181
148
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
182
149
|
|
|
183
|
-
|
|
184
|
-
for (const key in localVarQueryParameter) {
|
|
185
|
-
query.set(key, localVarQueryParameter[key]);
|
|
186
|
-
}
|
|
187
|
-
for (const key in options.query) {
|
|
188
|
-
query.set(key, options.query[key]);
|
|
189
|
-
}
|
|
190
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
150
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
191
151
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
192
152
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
193
|
-
|
|
194
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectRecipeFilter !== undefined ? projectRecipeFilter : {}) : (projectRecipeFilter || "");
|
|
153
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectRecipeFilter, localVarRequestOptions, configuration)
|
|
195
154
|
|
|
196
155
|
return {
|
|
197
|
-
url: localVarUrlObj
|
|
156
|
+
url: toPathString(localVarUrlObj),
|
|
198
157
|
options: localVarRequestOptions,
|
|
199
158
|
};
|
|
200
159
|
},
|
|
@@ -206,60 +165,40 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
206
165
|
* @param {*} [options] Override http request option.
|
|
207
166
|
* @throws {RequiredError}
|
|
208
167
|
*/
|
|
209
|
-
deleteProject: async (owner: string, name: string, options:
|
|
168
|
+
deleteProject: async (owner: string, name: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
210
169
|
// verify required parameter 'owner' is not null or undefined
|
|
211
|
-
|
|
212
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteProject.');
|
|
213
|
-
}
|
|
170
|
+
assertParamExists('deleteProject', 'owner', owner)
|
|
214
171
|
// verify required parameter 'name' is not null or undefined
|
|
215
|
-
|
|
216
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling deleteProject.');
|
|
217
|
-
}
|
|
172
|
+
assertParamExists('deleteProject', 'name', name)
|
|
218
173
|
const localVarPath = `/projects/{owner}/{name}`
|
|
219
174
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
220
175
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
221
176
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
177
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
223
178
|
let baseOptions;
|
|
224
179
|
if (configuration) {
|
|
225
180
|
baseOptions = configuration.baseOptions;
|
|
226
181
|
}
|
|
182
|
+
|
|
227
183
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
228
184
|
const localVarHeaderParameter = {} as any;
|
|
229
185
|
const localVarQueryParameter = {} as any;
|
|
230
186
|
|
|
231
|
-
// authentication APIKeyAuth required
|
|
232
|
-
if (configuration && configuration.apiKey) {
|
|
233
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
234
|
-
? await configuration.apiKey("x-pollination-token")
|
|
235
|
-
: await configuration.apiKey;
|
|
236
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
187
|
// authentication JWTAuth required
|
|
240
188
|
// http bearer authentication required
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
246
|
-
}
|
|
189
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
190
|
+
|
|
191
|
+
// authentication APIKeyAuth required
|
|
192
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
247
193
|
|
|
248
194
|
|
|
249
195
|
|
|
250
|
-
|
|
251
|
-
for (const key in localVarQueryParameter) {
|
|
252
|
-
query.set(key, localVarQueryParameter[key]);
|
|
253
|
-
}
|
|
254
|
-
for (const key in options.query) {
|
|
255
|
-
query.set(key, options.query[key]);
|
|
256
|
-
}
|
|
257
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
196
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
258
197
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
259
198
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
260
199
|
|
|
261
200
|
return {
|
|
262
|
-
url: localVarUrlObj
|
|
201
|
+
url: toPathString(localVarUrlObj),
|
|
263
202
|
options: localVarRequestOptions,
|
|
264
203
|
};
|
|
265
204
|
},
|
|
@@ -272,68 +211,45 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
272
211
|
* @param {*} [options] Override http request option.
|
|
273
212
|
* @throws {RequiredError}
|
|
274
213
|
*/
|
|
275
|
-
deleteProjectOrgPermission: async (owner: string, name: string, projectPolicySubject: ProjectPolicySubject, options:
|
|
214
|
+
deleteProjectOrgPermission: async (owner: string, name: string, projectPolicySubject: ProjectPolicySubject, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
276
215
|
// verify required parameter 'owner' is not null or undefined
|
|
277
|
-
|
|
278
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteProjectOrgPermission.');
|
|
279
|
-
}
|
|
216
|
+
assertParamExists('deleteProjectOrgPermission', 'owner', owner)
|
|
280
217
|
// verify required parameter 'name' is not null or undefined
|
|
281
|
-
|
|
282
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling deleteProjectOrgPermission.');
|
|
283
|
-
}
|
|
218
|
+
assertParamExists('deleteProjectOrgPermission', 'name', name)
|
|
284
219
|
// verify required parameter 'projectPolicySubject' is not null or undefined
|
|
285
|
-
|
|
286
|
-
throw new RequiredError('projectPolicySubject','Required parameter projectPolicySubject was null or undefined when calling deleteProjectOrgPermission.');
|
|
287
|
-
}
|
|
220
|
+
assertParamExists('deleteProjectOrgPermission', 'projectPolicySubject', projectPolicySubject)
|
|
288
221
|
const localVarPath = `/projects/{owner}/{name}/permissions`
|
|
289
222
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
290
223
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
291
224
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
292
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
225
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
293
226
|
let baseOptions;
|
|
294
227
|
if (configuration) {
|
|
295
228
|
baseOptions = configuration.baseOptions;
|
|
296
229
|
}
|
|
230
|
+
|
|
297
231
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
298
232
|
const localVarHeaderParameter = {} as any;
|
|
299
233
|
const localVarQueryParameter = {} as any;
|
|
300
234
|
|
|
301
|
-
// authentication APIKeyAuth required
|
|
302
|
-
if (configuration && configuration.apiKey) {
|
|
303
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
304
|
-
? await configuration.apiKey("x-pollination-token")
|
|
305
|
-
: await configuration.apiKey;
|
|
306
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
235
|
// authentication JWTAuth required
|
|
310
236
|
// http bearer authentication required
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
316
|
-
}
|
|
237
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
238
|
+
|
|
239
|
+
// authentication APIKeyAuth required
|
|
240
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
317
241
|
|
|
318
242
|
|
|
319
243
|
|
|
320
244
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
321
245
|
|
|
322
|
-
|
|
323
|
-
for (const key in localVarQueryParameter) {
|
|
324
|
-
query.set(key, localVarQueryParameter[key]);
|
|
325
|
-
}
|
|
326
|
-
for (const key in options.query) {
|
|
327
|
-
query.set(key, options.query[key]);
|
|
328
|
-
}
|
|
329
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
246
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
330
247
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
331
248
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
332
|
-
|
|
333
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectPolicySubject !== undefined ? projectPolicySubject : {}) : (projectPolicySubject || "");
|
|
249
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectPolicySubject, localVarRequestOptions, configuration)
|
|
334
250
|
|
|
335
251
|
return {
|
|
336
|
-
url: localVarUrlObj
|
|
252
|
+
url: toPathString(localVarUrlObj),
|
|
337
253
|
options: localVarRequestOptions,
|
|
338
254
|
};
|
|
339
255
|
},
|
|
@@ -346,68 +262,45 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
346
262
|
* @param {*} [options] Override http request option.
|
|
347
263
|
* @throws {RequiredError}
|
|
348
264
|
*/
|
|
349
|
-
deleteProjectRecipeFilter: async (owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options:
|
|
265
|
+
deleteProjectRecipeFilter: async (owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
350
266
|
// verify required parameter 'owner' is not null or undefined
|
|
351
|
-
|
|
352
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling deleteProjectRecipeFilter.');
|
|
353
|
-
}
|
|
267
|
+
assertParamExists('deleteProjectRecipeFilter', 'owner', owner)
|
|
354
268
|
// verify required parameter 'name' is not null or undefined
|
|
355
|
-
|
|
356
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling deleteProjectRecipeFilter.');
|
|
357
|
-
}
|
|
269
|
+
assertParamExists('deleteProjectRecipeFilter', 'name', name)
|
|
358
270
|
// verify required parameter 'projectRecipeFilter' is not null or undefined
|
|
359
|
-
|
|
360
|
-
throw new RequiredError('projectRecipeFilter','Required parameter projectRecipeFilter was null or undefined when calling deleteProjectRecipeFilter.');
|
|
361
|
-
}
|
|
271
|
+
assertParamExists('deleteProjectRecipeFilter', 'projectRecipeFilter', projectRecipeFilter)
|
|
362
272
|
const localVarPath = `/projects/{owner}/{name}/recipes/filters`
|
|
363
273
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
364
274
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
365
275
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
366
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
276
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
367
277
|
let baseOptions;
|
|
368
278
|
if (configuration) {
|
|
369
279
|
baseOptions = configuration.baseOptions;
|
|
370
280
|
}
|
|
281
|
+
|
|
371
282
|
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
372
283
|
const localVarHeaderParameter = {} as any;
|
|
373
284
|
const localVarQueryParameter = {} as any;
|
|
374
285
|
|
|
375
|
-
// authentication APIKeyAuth required
|
|
376
|
-
if (configuration && configuration.apiKey) {
|
|
377
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
378
|
-
? await configuration.apiKey("x-pollination-token")
|
|
379
|
-
: await configuration.apiKey;
|
|
380
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
286
|
// authentication JWTAuth required
|
|
384
287
|
// http bearer authentication required
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
390
|
-
}
|
|
288
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
289
|
+
|
|
290
|
+
// authentication APIKeyAuth required
|
|
291
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
391
292
|
|
|
392
293
|
|
|
393
294
|
|
|
394
295
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
395
296
|
|
|
396
|
-
|
|
397
|
-
for (const key in localVarQueryParameter) {
|
|
398
|
-
query.set(key, localVarQueryParameter[key]);
|
|
399
|
-
}
|
|
400
|
-
for (const key in options.query) {
|
|
401
|
-
query.set(key, options.query[key]);
|
|
402
|
-
}
|
|
403
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
297
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
404
298
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
299
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
406
|
-
|
|
407
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectRecipeFilter !== undefined ? projectRecipeFilter : {}) : (projectRecipeFilter || "");
|
|
300
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectRecipeFilter, localVarRequestOptions, configuration)
|
|
408
301
|
|
|
409
302
|
return {
|
|
410
|
-
url: localVarUrlObj
|
|
303
|
+
url: toPathString(localVarUrlObj),
|
|
411
304
|
options: localVarRequestOptions,
|
|
412
305
|
};
|
|
413
306
|
},
|
|
@@ -419,60 +312,40 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
419
312
|
* @param {*} [options] Override http request option.
|
|
420
313
|
* @throws {RequiredError}
|
|
421
314
|
*/
|
|
422
|
-
getProject: async (owner: string, name: string, options:
|
|
315
|
+
getProject: async (owner: string, name: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
423
316
|
// verify required parameter 'owner' is not null or undefined
|
|
424
|
-
|
|
425
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getProject.');
|
|
426
|
-
}
|
|
317
|
+
assertParamExists('getProject', 'owner', owner)
|
|
427
318
|
// verify required parameter 'name' is not null or undefined
|
|
428
|
-
|
|
429
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getProject.');
|
|
430
|
-
}
|
|
319
|
+
assertParamExists('getProject', 'name', name)
|
|
431
320
|
const localVarPath = `/projects/{owner}/{name}`
|
|
432
321
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
433
322
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
434
323
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
435
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
324
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
436
325
|
let baseOptions;
|
|
437
326
|
if (configuration) {
|
|
438
327
|
baseOptions = configuration.baseOptions;
|
|
439
328
|
}
|
|
329
|
+
|
|
440
330
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
441
331
|
const localVarHeaderParameter = {} as any;
|
|
442
332
|
const localVarQueryParameter = {} as any;
|
|
443
333
|
|
|
444
|
-
// authentication APIKeyAuth required
|
|
445
|
-
if (configuration && configuration.apiKey) {
|
|
446
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
447
|
-
? await configuration.apiKey("x-pollination-token")
|
|
448
|
-
: await configuration.apiKey;
|
|
449
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
334
|
// authentication JWTAuth required
|
|
453
335
|
// http bearer authentication required
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
459
|
-
}
|
|
336
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
337
|
+
|
|
338
|
+
// authentication APIKeyAuth required
|
|
339
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
460
340
|
|
|
461
341
|
|
|
462
342
|
|
|
463
|
-
|
|
464
|
-
for (const key in localVarQueryParameter) {
|
|
465
|
-
query.set(key, localVarQueryParameter[key]);
|
|
466
|
-
}
|
|
467
|
-
for (const key in options.query) {
|
|
468
|
-
query.set(key, options.query[key]);
|
|
469
|
-
}
|
|
470
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
343
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
471
344
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
472
345
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
473
346
|
|
|
474
347
|
return {
|
|
475
|
-
url: localVarUrlObj
|
|
348
|
+
url: toPathString(localVarUrlObj),
|
|
476
349
|
options: localVarRequestOptions,
|
|
477
350
|
};
|
|
478
351
|
},
|
|
@@ -488,44 +361,31 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
488
361
|
* @param {*} [options] Override http request option.
|
|
489
362
|
* @throws {RequiredError}
|
|
490
363
|
*/
|
|
491
|
-
getProjectAccessPermissions: async (owner: string, name: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options:
|
|
364
|
+
getProjectAccessPermissions: async (owner: string, name: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
492
365
|
// verify required parameter 'owner' is not null or undefined
|
|
493
|
-
|
|
494
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getProjectAccessPermissions.');
|
|
495
|
-
}
|
|
366
|
+
assertParamExists('getProjectAccessPermissions', 'owner', owner)
|
|
496
367
|
// verify required parameter 'name' is not null or undefined
|
|
497
|
-
|
|
498
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getProjectAccessPermissions.');
|
|
499
|
-
}
|
|
368
|
+
assertParamExists('getProjectAccessPermissions', 'name', name)
|
|
500
369
|
const localVarPath = `/projects/{owner}/{name}/permissions`
|
|
501
370
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
502
371
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
503
372
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
504
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
373
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
505
374
|
let baseOptions;
|
|
506
375
|
if (configuration) {
|
|
507
376
|
baseOptions = configuration.baseOptions;
|
|
508
377
|
}
|
|
378
|
+
|
|
509
379
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
510
380
|
const localVarHeaderParameter = {} as any;
|
|
511
381
|
const localVarQueryParameter = {} as any;
|
|
512
382
|
|
|
513
|
-
// authentication APIKeyAuth required
|
|
514
|
-
if (configuration && configuration.apiKey) {
|
|
515
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
516
|
-
? await configuration.apiKey("x-pollination-token")
|
|
517
|
-
: await configuration.apiKey;
|
|
518
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
383
|
// authentication JWTAuth required
|
|
522
384
|
// http bearer authentication required
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
528
|
-
}
|
|
385
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
386
|
+
|
|
387
|
+
// authentication APIKeyAuth required
|
|
388
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
529
389
|
|
|
530
390
|
if (page !== undefined) {
|
|
531
391
|
localVarQueryParameter['page'] = page;
|
|
@@ -545,19 +405,12 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
545
405
|
|
|
546
406
|
|
|
547
407
|
|
|
548
|
-
|
|
549
|
-
for (const key in localVarQueryParameter) {
|
|
550
|
-
query.set(key, localVarQueryParameter[key]);
|
|
551
|
-
}
|
|
552
|
-
for (const key in options.query) {
|
|
553
|
-
query.set(key, options.query[key]);
|
|
554
|
-
}
|
|
555
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
408
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
556
409
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
557
410
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
558
411
|
|
|
559
412
|
return {
|
|
560
|
-
url: localVarUrlObj
|
|
413
|
+
url: toPathString(localVarUrlObj),
|
|
561
414
|
options: localVarRequestOptions,
|
|
562
415
|
};
|
|
563
416
|
},
|
|
@@ -571,44 +424,31 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
571
424
|
* @param {*} [options] Override http request option.
|
|
572
425
|
* @throws {RequiredError}
|
|
573
426
|
*/
|
|
574
|
-
getProjectRecipeFilters: async (owner: string, name: string, page?: number, perPage?: number, options:
|
|
427
|
+
getProjectRecipeFilters: async (owner: string, name: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
575
428
|
// verify required parameter 'owner' is not null or undefined
|
|
576
|
-
|
|
577
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getProjectRecipeFilters.');
|
|
578
|
-
}
|
|
429
|
+
assertParamExists('getProjectRecipeFilters', 'owner', owner)
|
|
579
430
|
// verify required parameter 'name' is not null or undefined
|
|
580
|
-
|
|
581
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getProjectRecipeFilters.');
|
|
582
|
-
}
|
|
431
|
+
assertParamExists('getProjectRecipeFilters', 'name', name)
|
|
583
432
|
const localVarPath = `/projects/{owner}/{name}/recipes/filters`
|
|
584
433
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
585
434
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
586
435
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
587
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
436
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
588
437
|
let baseOptions;
|
|
589
438
|
if (configuration) {
|
|
590
439
|
baseOptions = configuration.baseOptions;
|
|
591
440
|
}
|
|
441
|
+
|
|
592
442
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
593
443
|
const localVarHeaderParameter = {} as any;
|
|
594
444
|
const localVarQueryParameter = {} as any;
|
|
595
445
|
|
|
596
|
-
// authentication APIKeyAuth required
|
|
597
|
-
if (configuration && configuration.apiKey) {
|
|
598
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
599
|
-
? await configuration.apiKey("x-pollination-token")
|
|
600
|
-
: await configuration.apiKey;
|
|
601
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
446
|
// authentication JWTAuth required
|
|
605
447
|
// http bearer authentication required
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
611
|
-
}
|
|
448
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
449
|
+
|
|
450
|
+
// authentication APIKeyAuth required
|
|
451
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
612
452
|
|
|
613
453
|
if (page !== undefined) {
|
|
614
454
|
localVarQueryParameter['page'] = page;
|
|
@@ -620,19 +460,12 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
620
460
|
|
|
621
461
|
|
|
622
462
|
|
|
623
|
-
|
|
624
|
-
for (const key in localVarQueryParameter) {
|
|
625
|
-
query.set(key, localVarQueryParameter[key]);
|
|
626
|
-
}
|
|
627
|
-
for (const key in options.query) {
|
|
628
|
-
query.set(key, options.query[key]);
|
|
629
|
-
}
|
|
630
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
463
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
631
464
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
632
465
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
633
466
|
|
|
634
467
|
return {
|
|
635
|
-
url: localVarUrlObj
|
|
468
|
+
url: toPathString(localVarUrlObj),
|
|
636
469
|
options: localVarRequestOptions,
|
|
637
470
|
};
|
|
638
471
|
},
|
|
@@ -647,44 +480,31 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
647
480
|
* @param {*} [options] Override http request option.
|
|
648
481
|
* @throws {RequiredError}
|
|
649
482
|
*/
|
|
650
|
-
getProjectRecipeRepositories: async (owner: string, name: string, search?: string, page?: number, perPage?: number, options:
|
|
483
|
+
getProjectRecipeRepositories: async (owner: string, name: string, search?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
651
484
|
// verify required parameter 'owner' is not null or undefined
|
|
652
|
-
|
|
653
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getProjectRecipeRepositories.');
|
|
654
|
-
}
|
|
485
|
+
assertParamExists('getProjectRecipeRepositories', 'owner', owner)
|
|
655
486
|
// verify required parameter 'name' is not null or undefined
|
|
656
|
-
|
|
657
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getProjectRecipeRepositories.');
|
|
658
|
-
}
|
|
487
|
+
assertParamExists('getProjectRecipeRepositories', 'name', name)
|
|
659
488
|
const localVarPath = `/projects/{owner}/{name}/recipes/repositories`
|
|
660
489
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
661
490
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
662
491
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
663
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
492
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
664
493
|
let baseOptions;
|
|
665
494
|
if (configuration) {
|
|
666
495
|
baseOptions = configuration.baseOptions;
|
|
667
496
|
}
|
|
497
|
+
|
|
668
498
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
669
499
|
const localVarHeaderParameter = {} as any;
|
|
670
500
|
const localVarQueryParameter = {} as any;
|
|
671
501
|
|
|
672
|
-
// authentication APIKeyAuth required
|
|
673
|
-
if (configuration && configuration.apiKey) {
|
|
674
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
675
|
-
? await configuration.apiKey("x-pollination-token")
|
|
676
|
-
: await configuration.apiKey;
|
|
677
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
502
|
// authentication JWTAuth required
|
|
681
503
|
// http bearer authentication required
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
687
|
-
}
|
|
504
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
505
|
+
|
|
506
|
+
// authentication APIKeyAuth required
|
|
507
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
688
508
|
|
|
689
509
|
if (search !== undefined) {
|
|
690
510
|
localVarQueryParameter['search'] = search;
|
|
@@ -700,19 +520,12 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
700
520
|
|
|
701
521
|
|
|
702
522
|
|
|
703
|
-
|
|
704
|
-
for (const key in localVarQueryParameter) {
|
|
705
|
-
query.set(key, localVarQueryParameter[key]);
|
|
706
|
-
}
|
|
707
|
-
for (const key in options.query) {
|
|
708
|
-
query.set(key, options.query[key]);
|
|
709
|
-
}
|
|
710
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
523
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
711
524
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
712
525
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
713
526
|
|
|
714
527
|
return {
|
|
715
|
-
url: localVarUrlObj
|
|
528
|
+
url: toPathString(localVarUrlObj),
|
|
716
529
|
options: localVarRequestOptions,
|
|
717
530
|
};
|
|
718
531
|
},
|
|
@@ -727,44 +540,31 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
727
540
|
* @param {*} [options] Override http request option.
|
|
728
541
|
* @throws {RequiredError}
|
|
729
542
|
*/
|
|
730
|
-
getProjectRecipes: async (owner: string, name: string, search?: string, page?: number, perPage?: number, options:
|
|
543
|
+
getProjectRecipes: async (owner: string, name: string, search?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
731
544
|
// verify required parameter 'owner' is not null or undefined
|
|
732
|
-
|
|
733
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling getProjectRecipes.');
|
|
734
|
-
}
|
|
545
|
+
assertParamExists('getProjectRecipes', 'owner', owner)
|
|
735
546
|
// verify required parameter 'name' is not null or undefined
|
|
736
|
-
|
|
737
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling getProjectRecipes.');
|
|
738
|
-
}
|
|
547
|
+
assertParamExists('getProjectRecipes', 'name', name)
|
|
739
548
|
const localVarPath = `/projects/{owner}/{name}/recipes`
|
|
740
549
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
741
550
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
742
551
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
743
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
552
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
744
553
|
let baseOptions;
|
|
745
554
|
if (configuration) {
|
|
746
555
|
baseOptions = configuration.baseOptions;
|
|
747
556
|
}
|
|
557
|
+
|
|
748
558
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
749
559
|
const localVarHeaderParameter = {} as any;
|
|
750
560
|
const localVarQueryParameter = {} as any;
|
|
751
561
|
|
|
752
|
-
// authentication APIKeyAuth required
|
|
753
|
-
if (configuration && configuration.apiKey) {
|
|
754
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
755
|
-
? await configuration.apiKey("x-pollination-token")
|
|
756
|
-
: await configuration.apiKey;
|
|
757
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
562
|
// authentication JWTAuth required
|
|
761
563
|
// http bearer authentication required
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
767
|
-
}
|
|
564
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
565
|
+
|
|
566
|
+
// authentication APIKeyAuth required
|
|
567
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
768
568
|
|
|
769
569
|
if (search !== undefined) {
|
|
770
570
|
localVarQueryParameter['search'] = search;
|
|
@@ -780,19 +580,12 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
780
580
|
|
|
781
581
|
|
|
782
582
|
|
|
783
|
-
|
|
784
|
-
for (const key in localVarQueryParameter) {
|
|
785
|
-
query.set(key, localVarQueryParameter[key]);
|
|
786
|
-
}
|
|
787
|
-
for (const key in options.query) {
|
|
788
|
-
query.set(key, options.query[key]);
|
|
789
|
-
}
|
|
790
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
583
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
791
584
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
792
585
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
793
586
|
|
|
794
587
|
return {
|
|
795
|
-
url: localVarUrlObj
|
|
588
|
+
url: toPathString(localVarUrlObj),
|
|
796
589
|
options: localVarRequestOptions,
|
|
797
590
|
};
|
|
798
591
|
},
|
|
@@ -812,34 +605,25 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
812
605
|
* @param {*} [options] Override http request option.
|
|
813
606
|
* @throws {RequiredError}
|
|
814
607
|
*/
|
|
815
|
-
listProjects: async (search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, permissions?: Array<string>, sortBy?: ProjectSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options:
|
|
608
|
+
listProjects: async (search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, permissions?: Array<string>, sortBy?: ProjectSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
816
609
|
const localVarPath = `/projects`;
|
|
817
610
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
818
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
611
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
819
612
|
let baseOptions;
|
|
820
613
|
if (configuration) {
|
|
821
614
|
baseOptions = configuration.baseOptions;
|
|
822
615
|
}
|
|
616
|
+
|
|
823
617
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
824
618
|
const localVarHeaderParameter = {} as any;
|
|
825
619
|
const localVarQueryParameter = {} as any;
|
|
826
620
|
|
|
827
|
-
// authentication APIKeyAuth required
|
|
828
|
-
if (configuration && configuration.apiKey) {
|
|
829
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
830
|
-
? await configuration.apiKey("x-pollination-token")
|
|
831
|
-
: await configuration.apiKey;
|
|
832
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
621
|
// authentication JWTAuth required
|
|
836
622
|
// http bearer authentication required
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
842
|
-
}
|
|
623
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
624
|
+
|
|
625
|
+
// authentication APIKeyAuth required
|
|
626
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
843
627
|
|
|
844
628
|
if (search !== undefined) {
|
|
845
629
|
localVarQueryParameter['search'] = search;
|
|
@@ -883,19 +667,12 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
883
667
|
|
|
884
668
|
|
|
885
669
|
|
|
886
|
-
|
|
887
|
-
for (const key in localVarQueryParameter) {
|
|
888
|
-
query.set(key, localVarQueryParameter[key]);
|
|
889
|
-
}
|
|
890
|
-
for (const key in options.query) {
|
|
891
|
-
query.set(key, options.query[key]);
|
|
892
|
-
}
|
|
893
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
670
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
894
671
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
895
672
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
896
673
|
|
|
897
674
|
return {
|
|
898
|
-
url: localVarUrlObj
|
|
675
|
+
url: toPathString(localVarUrlObj),
|
|
899
676
|
options: localVarRequestOptions,
|
|
900
677
|
};
|
|
901
678
|
},
|
|
@@ -908,68 +685,45 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
908
685
|
* @param {*} [options] Override http request option.
|
|
909
686
|
* @throws {RequiredError}
|
|
910
687
|
*/
|
|
911
|
-
update: async (owner: string, name: string, projectUpdate: ProjectUpdate, options:
|
|
688
|
+
update: async (owner: string, name: string, projectUpdate: ProjectUpdate, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
912
689
|
// verify required parameter 'owner' is not null or undefined
|
|
913
|
-
|
|
914
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling update.');
|
|
915
|
-
}
|
|
690
|
+
assertParamExists('update', 'owner', owner)
|
|
916
691
|
// verify required parameter 'name' is not null or undefined
|
|
917
|
-
|
|
918
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling update.');
|
|
919
|
-
}
|
|
692
|
+
assertParamExists('update', 'name', name)
|
|
920
693
|
// verify required parameter 'projectUpdate' is not null or undefined
|
|
921
|
-
|
|
922
|
-
throw new RequiredError('projectUpdate','Required parameter projectUpdate was null or undefined when calling update.');
|
|
923
|
-
}
|
|
694
|
+
assertParamExists('update', 'projectUpdate', projectUpdate)
|
|
924
695
|
const localVarPath = `/projects/{owner}/{name}`
|
|
925
696
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
926
697
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
927
698
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
928
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
699
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
929
700
|
let baseOptions;
|
|
930
701
|
if (configuration) {
|
|
931
702
|
baseOptions = configuration.baseOptions;
|
|
932
703
|
}
|
|
704
|
+
|
|
933
705
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
934
706
|
const localVarHeaderParameter = {} as any;
|
|
935
707
|
const localVarQueryParameter = {} as any;
|
|
936
708
|
|
|
937
|
-
// authentication APIKeyAuth required
|
|
938
|
-
if (configuration && configuration.apiKey) {
|
|
939
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
940
|
-
? await configuration.apiKey("x-pollination-token")
|
|
941
|
-
: await configuration.apiKey;
|
|
942
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
709
|
// authentication JWTAuth required
|
|
946
710
|
// http bearer authentication required
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
952
|
-
}
|
|
711
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
712
|
+
|
|
713
|
+
// authentication APIKeyAuth required
|
|
714
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
953
715
|
|
|
954
716
|
|
|
955
717
|
|
|
956
718
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
957
719
|
|
|
958
|
-
|
|
959
|
-
for (const key in localVarQueryParameter) {
|
|
960
|
-
query.set(key, localVarQueryParameter[key]);
|
|
961
|
-
}
|
|
962
|
-
for (const key in options.query) {
|
|
963
|
-
query.set(key, options.query[key]);
|
|
964
|
-
}
|
|
965
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
720
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
966
721
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
967
722
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
968
|
-
|
|
969
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectUpdate !== undefined ? projectUpdate : {}) : (projectUpdate || "");
|
|
723
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectUpdate, localVarRequestOptions, configuration)
|
|
970
724
|
|
|
971
725
|
return {
|
|
972
|
-
url: localVarUrlObj
|
|
726
|
+
url: toPathString(localVarUrlObj),
|
|
973
727
|
options: localVarRequestOptions,
|
|
974
728
|
};
|
|
975
729
|
},
|
|
@@ -982,68 +736,45 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
982
736
|
* @param {*} [options] Override http request option.
|
|
983
737
|
* @throws {RequiredError}
|
|
984
738
|
*/
|
|
985
|
-
upsertProjectPermission: async (owner: string, name: string, projectAccessPolicy: ProjectAccessPolicy, options:
|
|
739
|
+
upsertProjectPermission: async (owner: string, name: string, projectAccessPolicy: ProjectAccessPolicy, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
986
740
|
// verify required parameter 'owner' is not null or undefined
|
|
987
|
-
|
|
988
|
-
throw new RequiredError('owner','Required parameter owner was null or undefined when calling upsertProjectPermission.');
|
|
989
|
-
}
|
|
741
|
+
assertParamExists('upsertProjectPermission', 'owner', owner)
|
|
990
742
|
// verify required parameter 'name' is not null or undefined
|
|
991
|
-
|
|
992
|
-
throw new RequiredError('name','Required parameter name was null or undefined when calling upsertProjectPermission.');
|
|
993
|
-
}
|
|
743
|
+
assertParamExists('upsertProjectPermission', 'name', name)
|
|
994
744
|
// verify required parameter 'projectAccessPolicy' is not null or undefined
|
|
995
|
-
|
|
996
|
-
throw new RequiredError('projectAccessPolicy','Required parameter projectAccessPolicy was null or undefined when calling upsertProjectPermission.');
|
|
997
|
-
}
|
|
745
|
+
assertParamExists('upsertProjectPermission', 'projectAccessPolicy', projectAccessPolicy)
|
|
998
746
|
const localVarPath = `/projects/{owner}/{name}/permissions`
|
|
999
747
|
.replace(`{${"owner"}}`, encodeURIComponent(String(owner)))
|
|
1000
748
|
.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
1001
749
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1002
|
-
const localVarUrlObj = new URL(localVarPath,
|
|
750
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1003
751
|
let baseOptions;
|
|
1004
752
|
if (configuration) {
|
|
1005
753
|
baseOptions = configuration.baseOptions;
|
|
1006
754
|
}
|
|
755
|
+
|
|
1007
756
|
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
1008
757
|
const localVarHeaderParameter = {} as any;
|
|
1009
758
|
const localVarQueryParameter = {} as any;
|
|
1010
759
|
|
|
1011
|
-
// authentication APIKeyAuth required
|
|
1012
|
-
if (configuration && configuration.apiKey) {
|
|
1013
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
1014
|
-
? await configuration.apiKey("x-pollination-token")
|
|
1015
|
-
: await configuration.apiKey;
|
|
1016
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
760
|
// authentication JWTAuth required
|
|
1020
761
|
// http bearer authentication required
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
1026
|
-
}
|
|
762
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
763
|
+
|
|
764
|
+
// authentication APIKeyAuth required
|
|
765
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
|
|
1027
766
|
|
|
1028
767
|
|
|
1029
768
|
|
|
1030
769
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1031
770
|
|
|
1032
|
-
|
|
1033
|
-
for (const key in localVarQueryParameter) {
|
|
1034
|
-
query.set(key, localVarQueryParameter[key]);
|
|
1035
|
-
}
|
|
1036
|
-
for (const key in options.query) {
|
|
1037
|
-
query.set(key, options.query[key]);
|
|
1038
|
-
}
|
|
1039
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
771
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1040
772
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1041
773
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1042
|
-
|
|
1043
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(projectAccessPolicy !== undefined ? projectAccessPolicy : {}) : (projectAccessPolicy || "");
|
|
774
|
+
localVarRequestOptions.data = serializeDataIfNeeded(projectAccessPolicy, localVarRequestOptions, configuration)
|
|
1044
775
|
|
|
1045
776
|
return {
|
|
1046
|
-
url: localVarUrlObj
|
|
777
|
+
url: toPathString(localVarUrlObj),
|
|
1047
778
|
options: localVarRequestOptions,
|
|
1048
779
|
};
|
|
1049
780
|
},
|
|
@@ -1055,6 +786,7 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
1055
786
|
* @export
|
|
1056
787
|
*/
|
|
1057
788
|
export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
789
|
+
const localVarAxiosParamCreator = ProjectsApiAxiosParamCreator(configuration)
|
|
1058
790
|
return {
|
|
1059
791
|
/**
|
|
1060
792
|
*
|
|
@@ -1064,12 +796,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1064
796
|
* @param {*} [options] Override http request option.
|
|
1065
797
|
* @throws {RequiredError}
|
|
1066
798
|
*/
|
|
1067
|
-
async createProject(owner: string, projectCreate: ProjectCreate, options?:
|
|
1068
|
-
const localVarAxiosArgs = await
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
};
|
|
799
|
+
async createProject(owner: string, projectCreate: ProjectCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedContent>> {
|
|
800
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createProject(owner, projectCreate, options);
|
|
801
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
802
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.createProject']?.[localVarOperationServerIndex]?.url;
|
|
803
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1073
804
|
},
|
|
1074
805
|
/**
|
|
1075
806
|
*
|
|
@@ -1080,12 +811,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1080
811
|
* @param {*} [options] Override http request option.
|
|
1081
812
|
* @throws {RequiredError}
|
|
1082
813
|
*/
|
|
1083
|
-
async createProjectRecipeFilter(owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options?:
|
|
1084
|
-
const localVarAxiosArgs = await
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
};
|
|
814
|
+
async createProjectRecipeFilter(owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRecipeFilter>> {
|
|
815
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createProjectRecipeFilter(owner, name, projectRecipeFilter, options);
|
|
816
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
817
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.createProjectRecipeFilter']?.[localVarOperationServerIndex]?.url;
|
|
818
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1089
819
|
},
|
|
1090
820
|
/**
|
|
1091
821
|
*
|
|
@@ -1095,12 +825,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1095
825
|
* @param {*} [options] Override http request option.
|
|
1096
826
|
* @throws {RequiredError}
|
|
1097
827
|
*/
|
|
1098
|
-
async deleteProject(owner: string, name: string, options?:
|
|
1099
|
-
const localVarAxiosArgs = await
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
};
|
|
828
|
+
async deleteProject(owner: string, name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
829
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteProject(owner, name, options);
|
|
830
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
831
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.deleteProject']?.[localVarOperationServerIndex]?.url;
|
|
832
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1104
833
|
},
|
|
1105
834
|
/**
|
|
1106
835
|
*
|
|
@@ -1111,12 +840,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1111
840
|
* @param {*} [options] Override http request option.
|
|
1112
841
|
* @throws {RequiredError}
|
|
1113
842
|
*/
|
|
1114
|
-
async deleteProjectOrgPermission(owner: string, name: string, projectPolicySubject: ProjectPolicySubject, options?:
|
|
1115
|
-
const localVarAxiosArgs = await
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
};
|
|
843
|
+
async deleteProjectOrgPermission(owner: string, name: string, projectPolicySubject: ProjectPolicySubject, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
844
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteProjectOrgPermission(owner, name, projectPolicySubject, options);
|
|
845
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
846
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.deleteProjectOrgPermission']?.[localVarOperationServerIndex]?.url;
|
|
847
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1120
848
|
},
|
|
1121
849
|
/**
|
|
1122
850
|
*
|
|
@@ -1127,12 +855,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1127
855
|
* @param {*} [options] Override http request option.
|
|
1128
856
|
* @throws {RequiredError}
|
|
1129
857
|
*/
|
|
1130
|
-
async deleteProjectRecipeFilter(owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options?:
|
|
1131
|
-
const localVarAxiosArgs = await
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
};
|
|
858
|
+
async deleteProjectRecipeFilter(owner: string, name: string, projectRecipeFilter: ProjectRecipeFilter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
859
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteProjectRecipeFilter(owner, name, projectRecipeFilter, options);
|
|
860
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
861
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.deleteProjectRecipeFilter']?.[localVarOperationServerIndex]?.url;
|
|
862
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1136
863
|
},
|
|
1137
864
|
/**
|
|
1138
865
|
*
|
|
@@ -1142,12 +869,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1142
869
|
* @param {*} [options] Override http request option.
|
|
1143
870
|
* @throws {RequiredError}
|
|
1144
871
|
*/
|
|
1145
|
-
async getProject(owner: string, name: string, options?:
|
|
1146
|
-
const localVarAxiosArgs = await
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
};
|
|
872
|
+
async getProject(owner: string, name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Project>> {
|
|
873
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProject(owner, name, options);
|
|
874
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
875
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.getProject']?.[localVarOperationServerIndex]?.url;
|
|
876
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1151
877
|
},
|
|
1152
878
|
/**
|
|
1153
879
|
*
|
|
@@ -1161,12 +887,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1161
887
|
* @param {*} [options] Override http request option.
|
|
1162
888
|
* @throws {RequiredError}
|
|
1163
889
|
*/
|
|
1164
|
-
async getProjectAccessPermissions(owner: string, name: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options?:
|
|
1165
|
-
const localVarAxiosArgs = await
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
};
|
|
890
|
+
async getProjectAccessPermissions(owner: string, name: string, page?: number, perPage?: number, subjectType?: Array<string>, permission?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectAccessPolicyList>> {
|
|
891
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProjectAccessPermissions(owner, name, page, perPage, subjectType, permission, options);
|
|
892
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
893
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.getProjectAccessPermissions']?.[localVarOperationServerIndex]?.url;
|
|
894
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1170
895
|
},
|
|
1171
896
|
/**
|
|
1172
897
|
*
|
|
@@ -1178,12 +903,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1178
903
|
* @param {*} [options] Override http request option.
|
|
1179
904
|
* @throws {RequiredError}
|
|
1180
905
|
*/
|
|
1181
|
-
async getProjectRecipeFilters(owner: string, name: string, page?: number, perPage?: number, options?:
|
|
1182
|
-
const localVarAxiosArgs = await
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
};
|
|
906
|
+
async getProjectRecipeFilters(owner: string, name: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRecipeFilterList>> {
|
|
907
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProjectRecipeFilters(owner, name, page, perPage, options);
|
|
908
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
909
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.getProjectRecipeFilters']?.[localVarOperationServerIndex]?.url;
|
|
910
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1187
911
|
},
|
|
1188
912
|
/**
|
|
1189
913
|
*
|
|
@@ -1196,12 +920,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1196
920
|
* @param {*} [options] Override http request option.
|
|
1197
921
|
* @throws {RequiredError}
|
|
1198
922
|
*/
|
|
1199
|
-
async getProjectRecipeRepositories(owner: string, name: string, search?: string, page?: number, perPage?: number, options?:
|
|
1200
|
-
const localVarAxiosArgs = await
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
};
|
|
923
|
+
async getProjectRecipeRepositories(owner: string, name: string, search?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RepositoryList>> {
|
|
924
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProjectRecipeRepositories(owner, name, search, page, perPage, options);
|
|
925
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
926
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.getProjectRecipeRepositories']?.[localVarOperationServerIndex]?.url;
|
|
927
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1205
928
|
},
|
|
1206
929
|
/**
|
|
1207
930
|
*
|
|
@@ -1214,12 +937,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1214
937
|
* @param {*} [options] Override http request option.
|
|
1215
938
|
* @throws {RequiredError}
|
|
1216
939
|
*/
|
|
1217
|
-
async getProjectRecipes(owner: string, name: string, search?: string, page?: number, perPage?: number, options?:
|
|
1218
|
-
const localVarAxiosArgs = await
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
};
|
|
940
|
+
async getProjectRecipes(owner: string, name: string, search?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RecipeInterfaceList>> {
|
|
941
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProjectRecipes(owner, name, search, page, perPage, options);
|
|
942
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
943
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.getProjectRecipes']?.[localVarOperationServerIndex]?.url;
|
|
944
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1223
945
|
},
|
|
1224
946
|
/**
|
|
1225
947
|
*
|
|
@@ -1237,12 +959,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1237
959
|
* @param {*} [options] Override http request option.
|
|
1238
960
|
* @throws {RequiredError}
|
|
1239
961
|
*/
|
|
1240
|
-
async listProjects(search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, permissions?: Array<string>, sortBy?: ProjectSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options?:
|
|
1241
|
-
const localVarAxiosArgs = await
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
};
|
|
962
|
+
async listProjects(search?: string, ids?: Array<string>, names?: Array<string>, owner?: Array<string>, _public?: boolean, permissions?: Array<string>, sortBy?: ProjectSortKey, sortOrder?: SortEnum, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectList>> {
|
|
963
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listProjects(search, ids, names, owner, _public, permissions, sortBy, sortOrder, page, perPage, options);
|
|
964
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
965
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.listProjects']?.[localVarOperationServerIndex]?.url;
|
|
966
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1246
967
|
},
|
|
1247
968
|
/**
|
|
1248
969
|
*
|
|
@@ -1253,12 +974,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1253
974
|
* @param {*} [options] Override http request option.
|
|
1254
975
|
* @throws {RequiredError}
|
|
1255
976
|
*/
|
|
1256
|
-
async update(owner: string, name: string, projectUpdate: ProjectUpdate, options?:
|
|
1257
|
-
const localVarAxiosArgs = await
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
};
|
|
977
|
+
async update(owner: string, name: string, projectUpdate: ProjectUpdate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateAccepted>> {
|
|
978
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.update(owner, name, projectUpdate, options);
|
|
979
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
980
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.update']?.[localVarOperationServerIndex]?.url;
|
|
981
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1262
982
|
},
|
|
1263
983
|
/**
|
|
1264
984
|
*
|
|
@@ -1269,12 +989,11 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1269
989
|
* @param {*} [options] Override http request option.
|
|
1270
990
|
* @throws {RequiredError}
|
|
1271
991
|
*/
|
|
1272
|
-
async upsertProjectPermission(owner: string, name: string, projectAccessPolicy: ProjectAccessPolicy, options?:
|
|
1273
|
-
const localVarAxiosArgs = await
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
};
|
|
992
|
+
async upsertProjectPermission(owner: string, name: string, projectAccessPolicy: ProjectAccessPolicy, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateAccepted>> {
|
|
993
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.upsertProjectPermission(owner, name, projectAccessPolicy, options);
|
|
994
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
995
|
+
const localVarOperationServerBasePath = operationServerMap['ProjectsApi.upsertProjectPermission']?.[localVarOperationServerIndex]?.url;
|
|
996
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1278
997
|
},
|
|
1279
998
|
}
|
|
1280
999
|
};
|
|
@@ -1284,174 +1003,137 @@ export const ProjectsApiFp = function(configuration?: Configuration) {
|
|
|
1284
1003
|
* @export
|
|
1285
1004
|
*/
|
|
1286
1005
|
export const ProjectsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1006
|
+
const localVarFp = ProjectsApiFp(configuration)
|
|
1287
1007
|
return {
|
|
1288
1008
|
/**
|
|
1289
1009
|
*
|
|
1290
1010
|
* @summary Create a Project
|
|
1291
|
-
* @param {
|
|
1292
|
-
* @param {ProjectCreate} projectCreate
|
|
1011
|
+
* @param {ProjectsApiCreateProjectRequest} requestParameters Request parameters.
|
|
1293
1012
|
* @param {*} [options] Override http request option.
|
|
1294
1013
|
* @throws {RequiredError}
|
|
1295
1014
|
*/
|
|
1296
|
-
createProject(
|
|
1297
|
-
return
|
|
1015
|
+
createProject(requestParameters: ProjectsApiCreateProjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreatedContent> {
|
|
1016
|
+
return localVarFp.createProject(requestParameters.owner, requestParameters.projectCreate, options).then((request) => request(axios, basePath));
|
|
1298
1017
|
},
|
|
1299
1018
|
/**
|
|
1300
1019
|
*
|
|
1301
1020
|
* @summary Upsert a recipe filter to a project
|
|
1302
|
-
* @param {
|
|
1303
|
-
* @param {string} name
|
|
1304
|
-
* @param {ProjectRecipeFilter} projectRecipeFilter
|
|
1021
|
+
* @param {ProjectsApiCreateProjectRecipeFilterRequest} requestParameters Request parameters.
|
|
1305
1022
|
* @param {*} [options] Override http request option.
|
|
1306
1023
|
* @throws {RequiredError}
|
|
1307
1024
|
*/
|
|
1308
|
-
createProjectRecipeFilter(
|
|
1309
|
-
return
|
|
1025
|
+
createProjectRecipeFilter(requestParameters: ProjectsApiCreateProjectRecipeFilterRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProjectRecipeFilter> {
|
|
1026
|
+
return localVarFp.createProjectRecipeFilter(requestParameters.owner, requestParameters.name, requestParameters.projectRecipeFilter, options).then((request) => request(axios, basePath));
|
|
1310
1027
|
},
|
|
1311
1028
|
/**
|
|
1312
1029
|
*
|
|
1313
1030
|
* @summary Delete a Project
|
|
1314
|
-
* @param {
|
|
1315
|
-
* @param {string} name
|
|
1031
|
+
* @param {ProjectsApiDeleteProjectRequest} requestParameters Request parameters.
|
|
1316
1032
|
* @param {*} [options] Override http request option.
|
|
1317
1033
|
* @throws {RequiredError}
|
|
1318
1034
|
*/
|
|
1319
|
-
deleteProject(
|
|
1320
|
-
return
|
|
1035
|
+
deleteProject(requestParameters: ProjectsApiDeleteProjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1036
|
+
return localVarFp.deleteProject(requestParameters.owner, requestParameters.name, options).then((request) => request(axios, basePath));
|
|
1321
1037
|
},
|
|
1322
1038
|
/**
|
|
1323
1039
|
*
|
|
1324
1040
|
* @summary Remove a Project permissions
|
|
1325
|
-
* @param {
|
|
1326
|
-
* @param {string} name
|
|
1327
|
-
* @param {ProjectPolicySubject} projectPolicySubject
|
|
1041
|
+
* @param {ProjectsApiDeleteProjectOrgPermissionRequest} requestParameters Request parameters.
|
|
1328
1042
|
* @param {*} [options] Override http request option.
|
|
1329
1043
|
* @throws {RequiredError}
|
|
1330
1044
|
*/
|
|
1331
|
-
deleteProjectOrgPermission(
|
|
1332
|
-
return
|
|
1045
|
+
deleteProjectOrgPermission(requestParameters: ProjectsApiDeleteProjectOrgPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1046
|
+
return localVarFp.deleteProjectOrgPermission(requestParameters.owner, requestParameters.name, requestParameters.projectPolicySubject, options).then((request) => request(axios, basePath));
|
|
1333
1047
|
},
|
|
1334
1048
|
/**
|
|
1335
1049
|
*
|
|
1336
1050
|
* @summary Remove a Project recipe filter
|
|
1337
|
-
* @param {
|
|
1338
|
-
* @param {string} name
|
|
1339
|
-
* @param {ProjectRecipeFilter} projectRecipeFilter
|
|
1051
|
+
* @param {ProjectsApiDeleteProjectRecipeFilterRequest} requestParameters Request parameters.
|
|
1340
1052
|
* @param {*} [options] Override http request option.
|
|
1341
1053
|
* @throws {RequiredError}
|
|
1342
1054
|
*/
|
|
1343
|
-
deleteProjectRecipeFilter(
|
|
1344
|
-
return
|
|
1055
|
+
deleteProjectRecipeFilter(requestParameters: ProjectsApiDeleteProjectRecipeFilterRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1056
|
+
return localVarFp.deleteProjectRecipeFilter(requestParameters.owner, requestParameters.name, requestParameters.projectRecipeFilter, options).then((request) => request(axios, basePath));
|
|
1345
1057
|
},
|
|
1346
1058
|
/**
|
|
1347
1059
|
*
|
|
1348
1060
|
* @summary Get a project
|
|
1349
|
-
* @param {
|
|
1350
|
-
* @param {string} name
|
|
1061
|
+
* @param {ProjectsApiGetProjectRequest} requestParameters Request parameters.
|
|
1351
1062
|
* @param {*} [options] Override http request option.
|
|
1352
1063
|
* @throws {RequiredError}
|
|
1353
1064
|
*/
|
|
1354
|
-
getProject(
|
|
1355
|
-
return
|
|
1065
|
+
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: RawAxiosRequestConfig): AxiosPromise<Project> {
|
|
1066
|
+
return localVarFp.getProject(requestParameters.owner, requestParameters.name, options).then((request) => request(axios, basePath));
|
|
1356
1067
|
},
|
|
1357
1068
|
/**
|
|
1358
1069
|
*
|
|
1359
1070
|
* @summary Get project access permissions
|
|
1360
|
-
* @param {
|
|
1361
|
-
* @param {string} name
|
|
1362
|
-
* @param {number} [page] Page number starting from 1
|
|
1363
|
-
* @param {number} [perPage] Number of items per page
|
|
1364
|
-
* @param {Array<string>} [subjectType] The type of access policy subject
|
|
1365
|
-
* @param {Array<string>} [permission] An access policy permission string
|
|
1071
|
+
* @param {ProjectsApiGetProjectAccessPermissionsRequest} requestParameters Request parameters.
|
|
1366
1072
|
* @param {*} [options] Override http request option.
|
|
1367
1073
|
* @throws {RequiredError}
|
|
1368
1074
|
*/
|
|
1369
|
-
getProjectAccessPermissions(
|
|
1370
|
-
return
|
|
1075
|
+
getProjectAccessPermissions(requestParameters: ProjectsApiGetProjectAccessPermissionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProjectAccessPolicyList> {
|
|
1076
|
+
return localVarFp.getProjectAccessPermissions(requestParameters.owner, requestParameters.name, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(axios, basePath));
|
|
1371
1077
|
},
|
|
1372
1078
|
/**
|
|
1373
1079
|
*
|
|
1374
1080
|
* @summary Get project recipe filters
|
|
1375
|
-
* @param {
|
|
1376
|
-
* @param {string} name
|
|
1377
|
-
* @param {number} [page] Page number starting from 1
|
|
1378
|
-
* @param {number} [perPage] Number of items per page
|
|
1081
|
+
* @param {ProjectsApiGetProjectRecipeFiltersRequest} requestParameters Request parameters.
|
|
1379
1082
|
* @param {*} [options] Override http request option.
|
|
1380
1083
|
* @throws {RequiredError}
|
|
1381
1084
|
*/
|
|
1382
|
-
getProjectRecipeFilters(
|
|
1383
|
-
return
|
|
1085
|
+
getProjectRecipeFilters(requestParameters: ProjectsApiGetProjectRecipeFiltersRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProjectRecipeFilterList> {
|
|
1086
|
+
return localVarFp.getProjectRecipeFilters(requestParameters.owner, requestParameters.name, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1384
1087
|
},
|
|
1385
1088
|
/**
|
|
1386
1089
|
*
|
|
1387
1090
|
* @summary Get project recipe repositories
|
|
1388
|
-
* @param {
|
|
1389
|
-
* @param {string} name
|
|
1390
|
-
* @param {string} [search] Search string to find recipes
|
|
1391
|
-
* @param {number} [page] Page number starting from 1
|
|
1392
|
-
* @param {number} [perPage] Number of items per page
|
|
1091
|
+
* @param {ProjectsApiGetProjectRecipeRepositoriesRequest} requestParameters Request parameters.
|
|
1393
1092
|
* @param {*} [options] Override http request option.
|
|
1394
1093
|
* @throws {RequiredError}
|
|
1395
1094
|
*/
|
|
1396
|
-
getProjectRecipeRepositories(
|
|
1397
|
-
return
|
|
1095
|
+
getProjectRecipeRepositories(requestParameters: ProjectsApiGetProjectRecipeRepositoriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<RepositoryList> {
|
|
1096
|
+
return localVarFp.getProjectRecipeRepositories(requestParameters.owner, requestParameters.name, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1398
1097
|
},
|
|
1399
1098
|
/**
|
|
1400
1099
|
*
|
|
1401
1100
|
* @summary Get project recipe versions
|
|
1402
|
-
* @param {
|
|
1403
|
-
* @param {string} name
|
|
1404
|
-
* @param {string} [search] Search string to find recipes
|
|
1405
|
-
* @param {number} [page] Page number starting from 1
|
|
1406
|
-
* @param {number} [perPage] Number of items per page
|
|
1101
|
+
* @param {ProjectsApiGetProjectRecipesRequest} requestParameters Request parameters.
|
|
1407
1102
|
* @param {*} [options] Override http request option.
|
|
1408
1103
|
* @throws {RequiredError}
|
|
1409
1104
|
*/
|
|
1410
|
-
getProjectRecipes(
|
|
1411
|
-
return
|
|
1105
|
+
getProjectRecipes(requestParameters: ProjectsApiGetProjectRecipesRequest, options?: RawAxiosRequestConfig): AxiosPromise<RecipeInterfaceList> {
|
|
1106
|
+
return localVarFp.getProjectRecipes(requestParameters.owner, requestParameters.name, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1412
1107
|
},
|
|
1413
1108
|
/**
|
|
1414
1109
|
*
|
|
1415
1110
|
* @summary List Projects
|
|
1416
|
-
* @param {
|
|
1417
|
-
* @param {Array<string>} [ids] The ID of a project to search for
|
|
1418
|
-
* @param {Array<string>} [names] The name of the project
|
|
1419
|
-
* @param {Array<string>} [owner] Owner of the project
|
|
1420
|
-
* @param {boolean} [_public] Boolean check for public/private projects
|
|
1421
|
-
* @param {Array<string>} [permissions] Filter by permission on given resource
|
|
1422
|
-
* @param {ProjectSortKey} [sortBy] Key to sort the list by
|
|
1423
|
-
* @param {SortEnum} [sortOrder] The order to sort the list
|
|
1424
|
-
* @param {number} [page] Page number starting from 1
|
|
1425
|
-
* @param {number} [perPage] Number of items per page
|
|
1111
|
+
* @param {ProjectsApiListProjectsRequest} requestParameters Request parameters.
|
|
1426
1112
|
* @param {*} [options] Override http request option.
|
|
1427
1113
|
* @throws {RequiredError}
|
|
1428
1114
|
*/
|
|
1429
|
-
listProjects(
|
|
1430
|
-
return
|
|
1115
|
+
listProjects(requestParameters: ProjectsApiListProjectsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ProjectList> {
|
|
1116
|
+
return localVarFp.listProjects(requestParameters.search, requestParameters.ids, requestParameters.names, requestParameters.owner, requestParameters._public, requestParameters.permissions, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
|
|
1431
1117
|
},
|
|
1432
1118
|
/**
|
|
1433
1119
|
*
|
|
1434
1120
|
* @summary Update a Project
|
|
1435
|
-
* @param {
|
|
1436
|
-
* @param {string} name
|
|
1437
|
-
* @param {ProjectUpdate} projectUpdate
|
|
1121
|
+
* @param {ProjectsApiUpdateRequest} requestParameters Request parameters.
|
|
1438
1122
|
* @param {*} [options] Override http request option.
|
|
1439
1123
|
* @throws {RequiredError}
|
|
1440
1124
|
*/
|
|
1441
|
-
update(
|
|
1442
|
-
return
|
|
1125
|
+
update(requestParameters: ProjectsApiUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateAccepted> {
|
|
1126
|
+
return localVarFp.update(requestParameters.owner, requestParameters.name, requestParameters.projectUpdate, options).then((request) => request(axios, basePath));
|
|
1443
1127
|
},
|
|
1444
1128
|
/**
|
|
1445
1129
|
*
|
|
1446
1130
|
* @summary Upsert a new permission to a project
|
|
1447
|
-
* @param {
|
|
1448
|
-
* @param {string} name
|
|
1449
|
-
* @param {ProjectAccessPolicy} projectAccessPolicy
|
|
1131
|
+
* @param {ProjectsApiUpsertProjectPermissionRequest} requestParameters Request parameters.
|
|
1450
1132
|
* @param {*} [options] Override http request option.
|
|
1451
1133
|
* @throws {RequiredError}
|
|
1452
1134
|
*/
|
|
1453
|
-
upsertProjectPermission(
|
|
1454
|
-
return
|
|
1135
|
+
upsertProjectPermission(requestParameters: ProjectsApiUpsertProjectPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateAccepted> {
|
|
1136
|
+
return localVarFp.upsertProjectPermission(requestParameters.owner, requestParameters.name, requestParameters.projectAccessPolicy, options).then((request) => request(axios, basePath));
|
|
1455
1137
|
},
|
|
1456
1138
|
};
|
|
1457
1139
|
};
|
|
@@ -1919,7 +1601,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1919
1601
|
* @throws {RequiredError}
|
|
1920
1602
|
* @memberof ProjectsApi
|
|
1921
1603
|
*/
|
|
1922
|
-
public createProject(requestParameters: ProjectsApiCreateProjectRequest, options?:
|
|
1604
|
+
public createProject(requestParameters: ProjectsApiCreateProjectRequest, options?: RawAxiosRequestConfig) {
|
|
1923
1605
|
return ProjectsApiFp(this.configuration).createProject(requestParameters.owner, requestParameters.projectCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1924
1606
|
}
|
|
1925
1607
|
|
|
@@ -1931,7 +1613,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1931
1613
|
* @throws {RequiredError}
|
|
1932
1614
|
* @memberof ProjectsApi
|
|
1933
1615
|
*/
|
|
1934
|
-
public createProjectRecipeFilter(requestParameters: ProjectsApiCreateProjectRecipeFilterRequest, options?:
|
|
1616
|
+
public createProjectRecipeFilter(requestParameters: ProjectsApiCreateProjectRecipeFilterRequest, options?: RawAxiosRequestConfig) {
|
|
1935
1617
|
return ProjectsApiFp(this.configuration).createProjectRecipeFilter(requestParameters.owner, requestParameters.name, requestParameters.projectRecipeFilter, options).then((request) => request(this.axios, this.basePath));
|
|
1936
1618
|
}
|
|
1937
1619
|
|
|
@@ -1943,7 +1625,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1943
1625
|
* @throws {RequiredError}
|
|
1944
1626
|
* @memberof ProjectsApi
|
|
1945
1627
|
*/
|
|
1946
|
-
public deleteProject(requestParameters: ProjectsApiDeleteProjectRequest, options?:
|
|
1628
|
+
public deleteProject(requestParameters: ProjectsApiDeleteProjectRequest, options?: RawAxiosRequestConfig) {
|
|
1947
1629
|
return ProjectsApiFp(this.configuration).deleteProject(requestParameters.owner, requestParameters.name, options).then((request) => request(this.axios, this.basePath));
|
|
1948
1630
|
}
|
|
1949
1631
|
|
|
@@ -1955,7 +1637,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1955
1637
|
* @throws {RequiredError}
|
|
1956
1638
|
* @memberof ProjectsApi
|
|
1957
1639
|
*/
|
|
1958
|
-
public deleteProjectOrgPermission(requestParameters: ProjectsApiDeleteProjectOrgPermissionRequest, options?:
|
|
1640
|
+
public deleteProjectOrgPermission(requestParameters: ProjectsApiDeleteProjectOrgPermissionRequest, options?: RawAxiosRequestConfig) {
|
|
1959
1641
|
return ProjectsApiFp(this.configuration).deleteProjectOrgPermission(requestParameters.owner, requestParameters.name, requestParameters.projectPolicySubject, options).then((request) => request(this.axios, this.basePath));
|
|
1960
1642
|
}
|
|
1961
1643
|
|
|
@@ -1967,7 +1649,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1967
1649
|
* @throws {RequiredError}
|
|
1968
1650
|
* @memberof ProjectsApi
|
|
1969
1651
|
*/
|
|
1970
|
-
public deleteProjectRecipeFilter(requestParameters: ProjectsApiDeleteProjectRecipeFilterRequest, options?:
|
|
1652
|
+
public deleteProjectRecipeFilter(requestParameters: ProjectsApiDeleteProjectRecipeFilterRequest, options?: RawAxiosRequestConfig) {
|
|
1971
1653
|
return ProjectsApiFp(this.configuration).deleteProjectRecipeFilter(requestParameters.owner, requestParameters.name, requestParameters.projectRecipeFilter, options).then((request) => request(this.axios, this.basePath));
|
|
1972
1654
|
}
|
|
1973
1655
|
|
|
@@ -1979,7 +1661,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1979
1661
|
* @throws {RequiredError}
|
|
1980
1662
|
* @memberof ProjectsApi
|
|
1981
1663
|
*/
|
|
1982
|
-
public getProject(requestParameters: ProjectsApiGetProjectRequest, options?:
|
|
1664
|
+
public getProject(requestParameters: ProjectsApiGetProjectRequest, options?: RawAxiosRequestConfig) {
|
|
1983
1665
|
return ProjectsApiFp(this.configuration).getProject(requestParameters.owner, requestParameters.name, options).then((request) => request(this.axios, this.basePath));
|
|
1984
1666
|
}
|
|
1985
1667
|
|
|
@@ -1991,7 +1673,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
1991
1673
|
* @throws {RequiredError}
|
|
1992
1674
|
* @memberof ProjectsApi
|
|
1993
1675
|
*/
|
|
1994
|
-
public getProjectAccessPermissions(requestParameters: ProjectsApiGetProjectAccessPermissionsRequest, options?:
|
|
1676
|
+
public getProjectAccessPermissions(requestParameters: ProjectsApiGetProjectAccessPermissionsRequest, options?: RawAxiosRequestConfig) {
|
|
1995
1677
|
return ProjectsApiFp(this.configuration).getProjectAccessPermissions(requestParameters.owner, requestParameters.name, requestParameters.page, requestParameters.perPage, requestParameters.subjectType, requestParameters.permission, options).then((request) => request(this.axios, this.basePath));
|
|
1996
1678
|
}
|
|
1997
1679
|
|
|
@@ -2003,7 +1685,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2003
1685
|
* @throws {RequiredError}
|
|
2004
1686
|
* @memberof ProjectsApi
|
|
2005
1687
|
*/
|
|
2006
|
-
public getProjectRecipeFilters(requestParameters: ProjectsApiGetProjectRecipeFiltersRequest, options?:
|
|
1688
|
+
public getProjectRecipeFilters(requestParameters: ProjectsApiGetProjectRecipeFiltersRequest, options?: RawAxiosRequestConfig) {
|
|
2007
1689
|
return ProjectsApiFp(this.configuration).getProjectRecipeFilters(requestParameters.owner, requestParameters.name, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
2008
1690
|
}
|
|
2009
1691
|
|
|
@@ -2015,7 +1697,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2015
1697
|
* @throws {RequiredError}
|
|
2016
1698
|
* @memberof ProjectsApi
|
|
2017
1699
|
*/
|
|
2018
|
-
public getProjectRecipeRepositories(requestParameters: ProjectsApiGetProjectRecipeRepositoriesRequest, options?:
|
|
1700
|
+
public getProjectRecipeRepositories(requestParameters: ProjectsApiGetProjectRecipeRepositoriesRequest, options?: RawAxiosRequestConfig) {
|
|
2019
1701
|
return ProjectsApiFp(this.configuration).getProjectRecipeRepositories(requestParameters.owner, requestParameters.name, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
2020
1702
|
}
|
|
2021
1703
|
|
|
@@ -2027,7 +1709,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2027
1709
|
* @throws {RequiredError}
|
|
2028
1710
|
* @memberof ProjectsApi
|
|
2029
1711
|
*/
|
|
2030
|
-
public getProjectRecipes(requestParameters: ProjectsApiGetProjectRecipesRequest, options?:
|
|
1712
|
+
public getProjectRecipes(requestParameters: ProjectsApiGetProjectRecipesRequest, options?: RawAxiosRequestConfig) {
|
|
2031
1713
|
return ProjectsApiFp(this.configuration).getProjectRecipes(requestParameters.owner, requestParameters.name, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
2032
1714
|
}
|
|
2033
1715
|
|
|
@@ -2039,7 +1721,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2039
1721
|
* @throws {RequiredError}
|
|
2040
1722
|
* @memberof ProjectsApi
|
|
2041
1723
|
*/
|
|
2042
|
-
public listProjects(requestParameters: ProjectsApiListProjectsRequest = {}, options?:
|
|
1724
|
+
public listProjects(requestParameters: ProjectsApiListProjectsRequest = {}, options?: RawAxiosRequestConfig) {
|
|
2043
1725
|
return ProjectsApiFp(this.configuration).listProjects(requestParameters.search, requestParameters.ids, requestParameters.names, requestParameters.owner, requestParameters._public, requestParameters.permissions, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
2044
1726
|
}
|
|
2045
1727
|
|
|
@@ -2051,7 +1733,7 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2051
1733
|
* @throws {RequiredError}
|
|
2052
1734
|
* @memberof ProjectsApi
|
|
2053
1735
|
*/
|
|
2054
|
-
public update(requestParameters: ProjectsApiUpdateRequest, options?:
|
|
1736
|
+
public update(requestParameters: ProjectsApiUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
2055
1737
|
return ProjectsApiFp(this.configuration).update(requestParameters.owner, requestParameters.name, requestParameters.projectUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
2056
1738
|
}
|
|
2057
1739
|
|
|
@@ -2063,7 +1745,8 @@ export class ProjectsApi extends BaseAPI {
|
|
|
2063
1745
|
* @throws {RequiredError}
|
|
2064
1746
|
* @memberof ProjectsApi
|
|
2065
1747
|
*/
|
|
2066
|
-
public upsertProjectPermission(requestParameters: ProjectsApiUpsertProjectPermissionRequest, options?:
|
|
1748
|
+
public upsertProjectPermission(requestParameters: ProjectsApiUpsertProjectPermissionRequest, options?: RawAxiosRequestConfig) {
|
|
2067
1749
|
return ProjectsApiFp(this.configuration).upsertProjectPermission(requestParameters.owner, requestParameters.name, requestParameters.projectAccessPolicy, options).then((request) => request(this.axios, this.basePath));
|
|
2068
1750
|
}
|
|
2069
1751
|
}
|
|
1752
|
+
|