@pollination-solutions/pollination-sdk 0.22.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.apigentools-info +3 -3
- package/.openapi-generator/FILES +11 -33
- package/README.md +1 -1
- package/api/accounts-api.ts +1 -1
- package/api/apitokens-api.ts +1 -1
- package/api/artifacts-api.ts +1 -1
- package/api/jobs-api.ts +1 -1
- package/api/licenses-api.ts +1 -1
- package/api/orgs-api.ts +1 -1
- package/api/plugins-api.ts +1 -1
- package/api/projects-api.ts +1 -1
- package/api/recipes-api.ts +1 -1
- package/api/registries-api.ts +1 -1
- package/api/runs-api.ts +1 -1
- package/api/subscription-plans-api.ts +151 -0
- package/api/subscriptions-api.ts +598 -23
- package/api/teams-api.ts +1 -1
- package/api/user-api.ts +1 -1
- package/api/users-api.ts +1 -1
- package/api.ts +2 -2
- package/base.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api/accounts-api.d.ts +5 -5
- package/dist/api/accounts-api.js +1 -1
- package/dist/api/apitokens-api.d.ts +5 -5
- package/dist/api/apitokens-api.js +1 -1
- package/dist/api/artifacts-api.d.ts +5 -5
- package/dist/api/artifacts-api.js +1 -1
- package/dist/api/jobs-api.d.ts +8 -8
- package/dist/api/jobs-api.js +1 -1
- package/dist/api/licenses-api.d.ts +9 -9
- package/dist/api/licenses-api.js +1 -1
- package/dist/api/orgs-api.d.ts +9 -9
- package/dist/api/orgs-api.js +1 -1
- package/dist/api/plugins-api.d.ts +12 -12
- package/dist/api/plugins-api.js +1 -1
- package/dist/api/projects-api.d.ts +13 -13
- package/dist/api/projects-api.js +1 -1
- package/dist/api/recipes-api.d.ts +12 -12
- package/dist/api/recipes-api.js +1 -1
- package/dist/api/registries-api.d.ts +6 -6
- package/dist/api/registries-api.js +1 -1
- package/dist/api/runs-api.d.ts +10 -10
- package/dist/api/runs-api.js +1 -1
- package/dist/api/subscription-plans-api.d.ts +88 -0
- package/dist/api/subscription-plans-api.js +138 -0
- package/dist/api/subscriptions-api.d.ts +259 -15
- package/dist/api/subscriptions-api.js +477 -17
- package/dist/api/teams-api.d.ts +9 -9
- package/dist/api/teams-api.js +1 -1
- package/dist/api/user-api.d.ts +5 -5
- package/dist/api/user-api.js +1 -1
- package/dist/api/users-api.d.ts +4 -4
- package/dist/api/users-api.js +1 -1
- package/dist/api.d.ts +2 -2
- package/dist/api.js +2 -2
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/accessor.d.ts +4 -3
- package/dist/models/accessor.js +1 -1
- package/dist/models/account-public.d.ts +1 -1
- package/dist/models/account-public.js +1 -1
- package/dist/models/account-type.d.ts +1 -1
- package/dist/models/account-type.js +1 -1
- package/dist/models/activation-list.d.ts +1 -1
- package/dist/models/activation-list.js +1 -1
- package/dist/models/activation.d.ts +8 -1
- package/dist/models/activation.js +1 -1
- package/dist/models/apitoken-create.d.ts +1 -1
- package/dist/models/apitoken-create.js +1 -1
- package/dist/models/apitoken-list.d.ts +1 -1
- package/dist/models/apitoken-list.js +1 -1
- package/dist/models/apitoken-private.d.ts +1 -1
- package/dist/models/apitoken-private.js +1 -1
- package/dist/models/apitoken.d.ts +1 -1
- package/dist/models/apitoken.js +1 -1
- package/dist/models/baked-recipe.d.ts +1 -1
- package/dist/models/baked-recipe.js +1 -1
- package/dist/models/billing-info.d.ts +81 -0
- package/dist/models/{card-public.js → billing-info.js} +1 -1
- package/dist/models/billing-option.d.ts +50 -0
- package/dist/models/{discount.js → billing-option.js} +1 -1
- package/dist/models/body-post-plugin-owner-plugins-post.d.ts +1 -1
- package/dist/models/body-post-plugin-owner-plugins-post.js +1 -1
- package/dist/models/body-post-recipe-owner-recipes-post.d.ts +1 -1
- package/dist/models/body-post-recipe-owner-recipes-post.js +1 -1
- package/dist/models/{invoice-status.d.ts → card-type.d.ts} +10 -7
- package/dist/models/card-type.js +32 -0
- package/dist/models/cloud-job-list.d.ts +1 -1
- package/dist/models/cloud-job-list.js +1 -1
- package/dist/models/cloud-job.d.ts +1 -1
- package/dist/models/cloud-job.js +1 -1
- package/dist/models/created-content.d.ts +1 -1
- package/dist/models/created-content.js +1 -1
- package/dist/models/dag.d.ts +1 -1
- package/dist/models/dag.js +1 -1
- package/dist/models/dagarray-input-alias.d.ts +1 -1
- package/dist/models/dagarray-input-alias.js +1 -1
- package/dist/models/dagarray-input.d.ts +1 -1
- package/dist/models/dagarray-input.js +1 -1
- package/dist/models/dagarray-output-alias.d.ts +1 -1
- package/dist/models/dagarray-output-alias.js +1 -1
- package/dist/models/dagarray-output.d.ts +1 -1
- package/dist/models/dagarray-output.js +1 -1
- package/dist/models/dagboolean-input-alias.d.ts +1 -1
- package/dist/models/dagboolean-input-alias.js +1 -1
- package/dist/models/dagboolean-input.d.ts +1 -1
- package/dist/models/dagboolean-input.js +1 -1
- package/dist/models/dagboolean-output-alias.d.ts +1 -1
- package/dist/models/dagboolean-output-alias.js +1 -1
- package/dist/models/dagboolean-output.d.ts +1 -1
- package/dist/models/dagboolean-output.js +1 -1
- package/dist/models/dagfile-input-alias.d.ts +1 -1
- package/dist/models/dagfile-input-alias.js +1 -1
- package/dist/models/dagfile-input.d.ts +1 -1
- package/dist/models/dagfile-input.js +1 -1
- package/dist/models/dagfile-output-alias.d.ts +1 -1
- package/dist/models/dagfile-output-alias.js +1 -1
- package/dist/models/dagfile-output.d.ts +1 -1
- package/dist/models/dagfile-output.js +1 -1
- package/dist/models/dagfolder-input-alias.d.ts +1 -1
- package/dist/models/dagfolder-input-alias.js +1 -1
- package/dist/models/dagfolder-input.d.ts +1 -1
- package/dist/models/dagfolder-input.js +1 -1
- package/dist/models/dagfolder-output-alias.d.ts +1 -1
- package/dist/models/dagfolder-output-alias.js +1 -1
- package/dist/models/dagfolder-output.d.ts +1 -1
- package/dist/models/dagfolder-output.js +1 -1
- package/dist/models/daggeneric-input-alias.d.ts +1 -1
- package/dist/models/daggeneric-input-alias.js +1 -1
- package/dist/models/daggeneric-input.d.ts +1 -1
- package/dist/models/daggeneric-input.js +1 -1
- package/dist/models/daggeneric-output-alias.d.ts +1 -1
- package/dist/models/daggeneric-output-alias.js +1 -1
- package/dist/models/daggeneric-output.d.ts +1 -1
- package/dist/models/daggeneric-output.js +1 -1
- package/dist/models/daginteger-input-alias.d.ts +1 -1
- package/dist/models/daginteger-input-alias.js +1 -1
- package/dist/models/daginteger-input.d.ts +1 -1
- package/dist/models/daginteger-input.js +1 -1
- package/dist/models/daginteger-output-alias.d.ts +1 -1
- package/dist/models/daginteger-output-alias.js +1 -1
- package/dist/models/daginteger-output.d.ts +1 -1
- package/dist/models/daginteger-output.js +1 -1
- package/dist/models/dagjsonobject-input-alias.d.ts +1 -1
- package/dist/models/dagjsonobject-input-alias.js +1 -1
- package/dist/models/dagjsonobject-input.d.ts +1 -1
- package/dist/models/dagjsonobject-input.js +1 -1
- package/dist/models/dagjsonobject-output-alias.d.ts +1 -1
- package/dist/models/dagjsonobject-output-alias.js +1 -1
- package/dist/models/dagjsonobject-output.d.ts +1 -1
- package/dist/models/dagjsonobject-output.js +1 -1
- package/dist/models/daglinked-input-alias.d.ts +1 -1
- package/dist/models/daglinked-input-alias.js +1 -1
- package/dist/models/daglinked-output-alias.d.ts +1 -1
- package/dist/models/daglinked-output-alias.js +1 -1
- package/dist/models/dagnumber-input-alias.d.ts +1 -1
- package/dist/models/dagnumber-input-alias.js +1 -1
- package/dist/models/dagnumber-input.d.ts +1 -1
- package/dist/models/dagnumber-input.js +1 -1
- package/dist/models/dagnumber-output-alias.d.ts +1 -1
- package/dist/models/dagnumber-output-alias.js +1 -1
- package/dist/models/dagnumber-output.d.ts +1 -1
- package/dist/models/dagnumber-output.js +1 -1
- package/dist/models/dagpath-input-alias.d.ts +1 -1
- package/dist/models/dagpath-input-alias.js +1 -1
- package/dist/models/dagpath-input.d.ts +1 -1
- package/dist/models/dagpath-input.js +1 -1
- package/dist/models/dagpath-output-alias.d.ts +1 -1
- package/dist/models/dagpath-output-alias.js +1 -1
- package/dist/models/dagpath-output.d.ts +1 -1
- package/dist/models/dagpath-output.js +1 -1
- package/dist/models/dagstring-input-alias.d.ts +1 -1
- package/dist/models/dagstring-input-alias.js +1 -1
- package/dist/models/dagstring-input.d.ts +1 -1
- package/dist/models/dagstring-input.js +1 -1
- package/dist/models/dagstring-output-alias.d.ts +1 -1
- package/dist/models/dagstring-output-alias.js +1 -1
- package/dist/models/dagstring-output.d.ts +1 -1
- package/dist/models/dagstring-output.js +1 -1
- package/dist/models/dagtask-loop.d.ts +1 -1
- package/dist/models/dagtask-loop.js +1 -1
- package/dist/models/dagtask.d.ts +1 -1
- package/dist/models/dagtask.js +1 -1
- package/dist/models/daily-usage.d.ts +1 -1
- package/dist/models/daily-usage.js +1 -1
- package/dist/models/dependency-kind.d.ts +1 -1
- package/dist/models/dependency-kind.js +1 -1
- package/dist/models/dependency.d.ts +1 -1
- package/dist/models/dependency.js +1 -1
- package/dist/models/docker-config.d.ts +1 -1
- package/dist/models/docker-config.js +1 -1
- package/dist/models/file-meta.d.ts +1 -1
- package/dist/models/file-meta.js +1 -1
- package/dist/models/file-reference.d.ts +1 -1
- package/dist/models/file-reference.js +1 -1
- package/dist/models/folder-reference.d.ts +1 -1
- package/dist/models/folder-reference.js +1 -1
- package/dist/models/function-array-input.d.ts +1 -1
- package/dist/models/function-array-input.js +1 -1
- package/dist/models/function-array-output.d.ts +1 -1
- package/dist/models/function-array-output.js +1 -1
- package/dist/models/function-boolean-input.d.ts +1 -1
- package/dist/models/function-boolean-input.js +1 -1
- package/dist/models/function-boolean-output.d.ts +1 -1
- package/dist/models/function-boolean-output.js +1 -1
- package/dist/models/function-file-input.d.ts +1 -1
- package/dist/models/function-file-input.js +1 -1
- package/dist/models/function-file-output.d.ts +1 -1
- package/dist/models/function-file-output.js +1 -1
- package/dist/models/function-folder-input.d.ts +1 -1
- package/dist/models/function-folder-input.js +1 -1
- package/dist/models/function-folder-output.d.ts +1 -1
- package/dist/models/function-folder-output.js +1 -1
- package/dist/models/function-integer-input.d.ts +1 -1
- package/dist/models/function-integer-input.js +1 -1
- package/dist/models/function-integer-output.d.ts +1 -1
- package/dist/models/function-integer-output.js +1 -1
- package/dist/models/function-jsonobject-input.d.ts +1 -1
- package/dist/models/function-jsonobject-input.js +1 -1
- package/dist/models/function-jsonobject-output.d.ts +1 -1
- package/dist/models/function-jsonobject-output.js +1 -1
- package/dist/models/function-number-input.d.ts +1 -1
- package/dist/models/function-number-input.js +1 -1
- package/dist/models/function-number-output.d.ts +1 -1
- package/dist/models/function-number-output.js +1 -1
- package/dist/models/function-path-input.d.ts +1 -1
- package/dist/models/function-path-input.js +1 -1
- package/dist/models/function-path-output.d.ts +1 -1
- package/dist/models/function-path-output.js +1 -1
- package/dist/models/function-string-input.d.ts +1 -1
- package/dist/models/function-string-input.js +1 -1
- package/dist/models/function-string-output.d.ts +1 -1
- package/dist/models/function-string-output.js +1 -1
- package/dist/models/function.d.ts +1 -1
- package/dist/models/function.js +1 -1
- package/dist/models/http.d.ts +1 -1
- package/dist/models/http.js +1 -1
- package/dist/models/httpvalidation-error.d.ts +1 -1
- package/dist/models/httpvalidation-error.js +1 -1
- package/dist/models/index.d.ts +10 -32
- package/dist/models/index.js +10 -32
- package/dist/models/input-file-reference.d.ts +1 -1
- package/dist/models/input-file-reference.js +1 -1
- package/dist/models/input-folder-reference.d.ts +1 -1
- package/dist/models/input-folder-reference.js +1 -1
- package/dist/models/input-path-reference.d.ts +1 -1
- package/dist/models/input-path-reference.js +1 -1
- package/dist/models/input-reference.d.ts +1 -1
- package/dist/models/input-reference.js +1 -1
- package/dist/models/ioalias-handler.d.ts +1 -1
- package/dist/models/ioalias-handler.js +1 -1
- package/dist/models/item-reference.d.ts +1 -1
- package/dist/models/item-reference.js +1 -1
- package/dist/models/item-type.d.ts +1 -1
- package/dist/models/item-type.js +1 -1
- package/dist/models/job-argument.d.ts +1 -1
- package/dist/models/job-argument.js +1 -1
- package/dist/models/job-path-argument.d.ts +1 -1
- package/dist/models/job-path-argument.js +1 -1
- package/dist/models/job-status-enum.d.ts +1 -1
- package/dist/models/job-status-enum.js +1 -1
- package/dist/models/job-status.d.ts +1 -1
- package/dist/models/job-status.js +1 -1
- package/dist/models/job.d.ts +1 -1
- package/dist/models/job.js +1 -1
- package/dist/models/key-request.d.ts +1 -1
- package/dist/models/key-request.js +1 -1
- package/dist/models/license-pool-access-policy-list.d.ts +1 -1
- package/dist/models/license-pool-access-policy-list.js +1 -1
- package/dist/models/license-pool-access-policy.d.ts +1 -1
- package/dist/models/license-pool-access-policy.js +1 -1
- package/dist/models/license-pool-list.d.ts +1 -1
- package/dist/models/license-pool-list.js +1 -1
- package/dist/models/license-pool-policy-subject-list.d.ts +1 -1
- package/dist/models/license-pool-policy-subject-list.js +1 -1
- package/dist/models/license-pool-policy-subject.d.ts +1 -1
- package/dist/models/license-pool-policy-subject.js +1 -1
- package/dist/models/license-pool-public.d.ts +13 -1
- package/dist/models/license-pool-public.js +1 -1
- package/dist/models/license-pool-update.d.ts +1 -1
- package/dist/models/license-pool-update.js +1 -1
- package/dist/models/license-public.d.ts +1 -1
- package/dist/models/license-public.js +1 -1
- package/dist/models/license-type.d.ts +1 -1
- package/dist/models/license-type.js +1 -1
- package/dist/models/license.d.ts +1 -1
- package/dist/models/license.js +1 -1
- package/dist/models/local-config.d.ts +1 -1
- package/dist/models/local-config.js +1 -1
- package/dist/models/location.d.ts +1 -1
- package/dist/models/location.js +1 -1
- package/dist/models/maintainer.d.ts +1 -1
- package/dist/models/maintainer.js +1 -1
- package/dist/models/meta-data.d.ts +1 -1
- package/dist/models/meta-data.js +1 -1
- package/dist/models/metadata.d.ts +1 -1
- package/dist/models/metadata.js +1 -1
- package/dist/models/new-plugin-package.d.ts +1 -1
- package/dist/models/new-plugin-package.js +1 -1
- package/dist/models/new-recipe-package.d.ts +1 -1
- package/dist/models/new-recipe-package.js +1 -1
- package/dist/models/organization-create.d.ts +1 -1
- package/dist/models/organization-create.js +1 -1
- package/dist/models/organization-list.d.ts +1 -1
- package/dist/models/organization-list.js +1 -1
- package/dist/models/organization-member-list.d.ts +1 -1
- package/dist/models/organization-member-list.js +1 -1
- package/dist/models/organization-member.d.ts +1 -1
- package/dist/models/organization-member.js +1 -1
- package/dist/models/organization-role-enum.d.ts +1 -1
- package/dist/models/organization-role-enum.js +1 -1
- package/dist/models/organization-update.d.ts +1 -1
- package/dist/models/organization-update.js +1 -1
- package/dist/models/organization.d.ts +1 -1
- package/dist/models/organization.js +1 -1
- package/dist/models/package-sort-key.d.ts +1 -1
- package/dist/models/package-sort-key.js +1 -1
- package/dist/models/package-version.d.ts +1 -1
- package/dist/models/package-version.js +1 -1
- package/dist/models/{coupon-duration.d.ts → paused-reason.d.ts} +4 -5
- package/dist/models/{coupon-duration.js → paused-reason.js} +7 -8
- package/dist/models/{payment-create.d.ts → pay-link.d.ts} +6 -6
- package/dist/models/{discount-amount.js → pay-link.js} +1 -1
- package/dist/models/{price-type.d.ts → payment-method-enum.d.ts} +3 -4
- package/dist/models/{price-type.js → payment-method-enum.js} +6 -7
- package/dist/models/payment-method.d.ts +44 -0
- package/dist/models/{coupon.js → payment-method.js} +1 -1
- package/dist/models/{coupon.d.ts → payment.d.ts} +24 -25
- package/dist/models/payment.js +15 -0
- package/dist/models/permission.d.ts +1 -1
- package/dist/models/permission.js +1 -1
- package/dist/models/plan-type.d.ts +21 -0
- package/dist/models/{invoice-status.js → plan-type.js} +8 -10
- package/dist/models/plugin-config.d.ts +1 -1
- package/dist/models/plugin-config.js +1 -1
- package/dist/models/plugin-package-list.d.ts +1 -1
- package/dist/models/plugin-package-list.js +1 -1
- package/dist/models/plugin-package.d.ts +1 -1
- package/dist/models/plugin-package.js +1 -1
- package/dist/models/plugin.d.ts +1 -1
- package/dist/models/plugin.js +1 -1
- package/dist/models/policy-subject.d.ts +1 -1
- package/dist/models/policy-subject.js +1 -1
- package/dist/models/project-access-policy-list.d.ts +1 -1
- package/dist/models/project-access-policy-list.js +1 -1
- package/dist/models/project-access-policy.d.ts +1 -1
- package/dist/models/project-access-policy.js +1 -1
- package/dist/models/project-create.d.ts +1 -1
- package/dist/models/project-create.js +1 -1
- package/dist/models/project-folder.d.ts +1 -1
- package/dist/models/project-folder.js +1 -1
- package/dist/models/project-list.d.ts +1 -1
- package/dist/models/project-list.js +1 -1
- package/dist/models/project-policy-subject.d.ts +1 -1
- package/dist/models/project-policy-subject.js +1 -1
- package/dist/models/project-recipe-filter-list.d.ts +1 -1
- package/dist/models/project-recipe-filter-list.js +1 -1
- package/dist/models/project-recipe-filter.d.ts +1 -1
- package/dist/models/project-recipe-filter.js +1 -1
- package/dist/models/project-sort-key.d.ts +1 -1
- package/dist/models/project-sort-key.js +1 -1
- package/dist/models/project-update.d.ts +1 -1
- package/dist/models/project-update.js +1 -1
- package/dist/models/project.d.ts +1 -1
- package/dist/models/project.js +1 -1
- package/dist/models/public-account-list.d.ts +1 -1
- package/dist/models/public-account-list.js +1 -1
- package/dist/models/quota-list.d.ts +1 -1
- package/dist/models/quota-list.js +1 -1
- package/dist/models/quota-plan.d.ts +11 -4
- package/dist/models/quota-plan.js +1 -1
- package/dist/models/quota-type.d.ts +1 -1
- package/dist/models/quota-type.js +1 -1
- package/dist/models/quota.d.ts +1 -1
- package/dist/models/quota.js +1 -1
- package/dist/models/recipe-interface-list.d.ts +1 -1
- package/dist/models/recipe-interface-list.js +1 -1
- package/dist/models/recipe-interface.d.ts +1 -1
- package/dist/models/recipe-interface.js +1 -1
- package/dist/models/recipe-package-list.d.ts +1 -1
- package/dist/models/recipe-package-list.js +1 -1
- package/dist/models/recipe-package.d.ts +1 -1
- package/dist/models/recipe-package.js +1 -1
- package/dist/models/recipe.d.ts +1 -1
- package/dist/models/recipe.js +1 -1
- package/dist/models/repository-access-policy-list.d.ts +1 -1
- package/dist/models/repository-access-policy-list.js +1 -1
- package/dist/models/repository-access-policy.d.ts +1 -1
- package/dist/models/repository-access-policy.js +1 -1
- package/dist/models/repository-create.d.ts +1 -1
- package/dist/models/repository-create.js +1 -1
- package/dist/models/repository-index.d.ts +1 -1
- package/dist/models/repository-index.js +1 -1
- package/dist/models/repository-list.d.ts +1 -1
- package/dist/models/repository-list.js +1 -1
- package/dist/models/repository-metadata.d.ts +1 -1
- package/dist/models/repository-metadata.js +1 -1
- package/dist/models/repository-policy-subject.d.ts +1 -1
- package/dist/models/repository-policy-subject.js +1 -1
- package/dist/models/repository-sort-key.d.ts +1 -1
- package/dist/models/repository-sort-key.js +1 -1
- package/dist/models/repository-update.d.ts +1 -1
- package/dist/models/repository-update.js +1 -1
- package/dist/models/repository-user-permissions.d.ts +1 -1
- package/dist/models/repository-user-permissions.js +1 -1
- package/dist/models/repository.d.ts +1 -1
- package/dist/models/repository.js +1 -1
- package/dist/models/resources-duration.d.ts +1 -1
- package/dist/models/resources-duration.js +1 -1
- package/dist/models/role-enum.d.ts +1 -1
- package/dist/models/role-enum.js +1 -1
- package/dist/models/run-list.d.ts +1 -1
- package/dist/models/run-list.js +1 -1
- package/dist/models/run-meta.d.ts +1 -1
- package/dist/models/run-meta.js +1 -1
- package/dist/models/run-progress.d.ts +1 -1
- package/dist/models/run-progress.js +1 -1
- package/dist/models/run-result-list.d.ts +1 -1
- package/dist/models/run-result-list.js +1 -1
- package/dist/models/run-status-enum.d.ts +1 -1
- package/dist/models/run-status-enum.js +1 -1
- package/dist/models/run-status.d.ts +1 -1
- package/dist/models/run-status.js +1 -1
- package/dist/models/run.d.ts +1 -1
- package/dist/models/run.js +1 -1
- package/dist/models/s3-upload-request.d.ts +1 -1
- package/dist/models/s3-upload-request.js +1 -1
- package/dist/models/s3.d.ts +1 -1
- package/dist/models/s3.js +1 -1
- package/dist/models/sort-enum.d.ts +1 -1
- package/dist/models/sort-enum.js +1 -1
- package/dist/models/status-type.d.ts +1 -1
- package/dist/models/status-type.js +1 -1
- package/dist/models/step-array-input.d.ts +1 -1
- package/dist/models/step-array-input.js +1 -1
- package/dist/models/step-array-output.d.ts +1 -1
- package/dist/models/step-array-output.js +1 -1
- package/dist/models/step-boolean-input.d.ts +1 -1
- package/dist/models/step-boolean-input.js +1 -1
- package/dist/models/step-boolean-output.d.ts +1 -1
- package/dist/models/step-boolean-output.js +1 -1
- package/dist/models/step-file-input.d.ts +1 -1
- package/dist/models/step-file-input.js +1 -1
- package/dist/models/step-file-output.d.ts +1 -1
- package/dist/models/step-file-output.js +1 -1
- package/dist/models/step-folder-input.d.ts +1 -1
- package/dist/models/step-folder-input.js +1 -1
- package/dist/models/step-folder-output.d.ts +1 -1
- package/dist/models/step-folder-output.js +1 -1
- package/dist/models/step-integer-input.d.ts +1 -1
- package/dist/models/step-integer-input.js +1 -1
- package/dist/models/step-integer-output.d.ts +1 -1
- package/dist/models/step-integer-output.js +1 -1
- package/dist/models/step-jsonobject-input.d.ts +1 -1
- package/dist/models/step-jsonobject-input.js +1 -1
- package/dist/models/step-jsonobject-output.d.ts +1 -1
- package/dist/models/step-jsonobject-output.js +1 -1
- package/dist/models/step-list.d.ts +1 -1
- package/dist/models/step-list.js +1 -1
- package/dist/models/step-number-input.d.ts +1 -1
- package/dist/models/step-number-input.js +1 -1
- package/dist/models/step-number-output.d.ts +1 -1
- package/dist/models/step-number-output.js +1 -1
- package/dist/models/step-path-input.d.ts +1 -1
- package/dist/models/step-path-input.js +1 -1
- package/dist/models/step-path-output.d.ts +1 -1
- package/dist/models/step-path-output.js +1 -1
- package/dist/models/step-status-enum.d.ts +1 -1
- package/dist/models/step-status-enum.js +1 -1
- package/dist/models/step-status.d.ts +1 -1
- package/dist/models/step-status.js +1 -1
- package/dist/models/step-string-input.d.ts +1 -1
- package/dist/models/step-string-input.js +1 -1
- package/dist/models/step-string-output.d.ts +1 -1
- package/dist/models/step-string-output.js +1 -1
- package/dist/models/subject-type.d.ts +1 -1
- package/dist/models/subject-type.js +1 -1
- package/dist/models/subscription-create.d.ts +16 -5
- package/dist/models/subscription-create.js +1 -1
- package/dist/models/{price-recurrence.d.ts → subscription-payment.d.ts} +11 -11
- package/dist/models/subscription-payment.js +15 -0
- package/dist/models/subscription-plan.d.ts +16 -2
- package/dist/models/subscription-plan.js +1 -1
- package/dist/models/subscription-update.d.ts +4 -31
- package/dist/models/subscription-update.js +1 -1
- package/dist/models/subscription.d.ts +26 -37
- package/dist/models/subscription.js +1 -1
- package/dist/models/task-argument.d.ts +1 -1
- package/dist/models/task-argument.js +1 -1
- package/dist/models/task-file-reference.d.ts +1 -1
- package/dist/models/task-file-reference.js +1 -1
- package/dist/models/task-folder-reference.d.ts +1 -1
- package/dist/models/task-folder-reference.js +1 -1
- package/dist/models/task-path-argument.d.ts +1 -1
- package/dist/models/task-path-argument.js +1 -1
- package/dist/models/task-path-reference.d.ts +1 -1
- package/dist/models/task-path-reference.js +1 -1
- package/dist/models/task-path-return.d.ts +1 -1
- package/dist/models/task-path-return.js +1 -1
- package/dist/models/task-reference.d.ts +1 -1
- package/dist/models/task-reference.js +1 -1
- package/dist/models/task-return.d.ts +1 -1
- package/dist/models/task-return.js +1 -1
- package/dist/models/team-create.d.ts +1 -1
- package/dist/models/team-create.js +1 -1
- package/dist/models/team-list.d.ts +1 -1
- package/dist/models/team-list.js +1 -1
- package/dist/models/team-member-list.d.ts +1 -1
- package/dist/models/team-member-list.js +1 -1
- package/dist/models/team-member.d.ts +1 -1
- package/dist/models/team-member.js +1 -1
- package/dist/models/team-role-enum.d.ts +1 -1
- package/dist/models/team-role-enum.js +1 -1
- package/dist/models/team-update.d.ts +1 -1
- package/dist/models/team-update.js +1 -1
- package/dist/models/team.d.ts +1 -1
- package/dist/models/team.js +1 -1
- package/dist/models/template-function.d.ts +1 -1
- package/dist/models/template-function.js +1 -1
- package/dist/models/update-accepted.d.ts +1 -1
- package/dist/models/update-accepted.js +1 -1
- package/dist/models/usage.d.ts +1 -1
- package/dist/models/usage.js +1 -1
- package/dist/models/user-create.d.ts +1 -1
- package/dist/models/user-create.js +1 -1
- package/dist/models/user-permission.d.ts +1 -1
- package/dist/models/user-permission.js +1 -1
- package/dist/models/user-private.d.ts +1 -1
- package/dist/models/user-private.js +1 -1
- package/dist/models/user-public-list.d.ts +1 -1
- package/dist/models/user-public-list.js +1 -1
- package/dist/models/user-public.d.ts +1 -1
- package/dist/models/user-public.js +1 -1
- package/dist/models/user-update.d.ts +1 -1
- package/dist/models/user-update.js +1 -1
- package/dist/models/validation-error.d.ts +1 -1
- package/dist/models/validation-error.js +1 -1
- package/dist/models/value-file-reference.d.ts +1 -1
- package/dist/models/value-file-reference.js +1 -1
- package/dist/models/value-folder-reference.d.ts +1 -1
- package/dist/models/value-folder-reference.js +1 -1
- package/dist/models/value-list-reference.d.ts +1 -1
- package/dist/models/value-list-reference.js +1 -1
- package/dist/models/value-reference.d.ts +1 -1
- package/dist/models/value-reference.js +1 -1
- package/index.ts +1 -1
- package/models/accessor.ts +4 -3
- package/models/account-public.ts +1 -1
- package/models/account-type.ts +1 -1
- package/models/activation-list.ts +1 -1
- package/models/activation.ts +8 -1
- package/models/apitoken-create.ts +1 -1
- package/models/apitoken-list.ts +1 -1
- package/models/apitoken-private.ts +1 -1
- package/models/apitoken.ts +1 -1
- package/models/baked-recipe.ts +1 -1
- package/models/billing-info.ts +88 -0
- package/models/billing-option.ts +55 -0
- package/models/body-post-plugin-owner-plugins-post.ts +1 -1
- package/models/body-post-recipe-owner-recipes-post.ts +1 -1
- package/models/card-type.ts +34 -0
- package/models/cloud-job-list.ts +1 -1
- package/models/cloud-job.ts +1 -1
- package/models/created-content.ts +1 -1
- package/models/dag.ts +1 -1
- package/models/dagarray-input-alias.ts +1 -1
- package/models/dagarray-input.ts +1 -1
- package/models/dagarray-output-alias.ts +1 -1
- package/models/dagarray-output.ts +1 -1
- package/models/dagboolean-input-alias.ts +1 -1
- package/models/dagboolean-input.ts +1 -1
- package/models/dagboolean-output-alias.ts +1 -1
- package/models/dagboolean-output.ts +1 -1
- package/models/dagfile-input-alias.ts +1 -1
- package/models/dagfile-input.ts +1 -1
- package/models/dagfile-output-alias.ts +1 -1
- package/models/dagfile-output.ts +1 -1
- package/models/dagfolder-input-alias.ts +1 -1
- package/models/dagfolder-input.ts +1 -1
- package/models/dagfolder-output-alias.ts +1 -1
- package/models/dagfolder-output.ts +1 -1
- package/models/daggeneric-input-alias.ts +1 -1
- package/models/daggeneric-input.ts +1 -1
- package/models/daggeneric-output-alias.ts +1 -1
- package/models/daggeneric-output.ts +1 -1
- package/models/daginteger-input-alias.ts +1 -1
- package/models/daginteger-input.ts +1 -1
- package/models/daginteger-output-alias.ts +1 -1
- package/models/daginteger-output.ts +1 -1
- package/models/dagjsonobject-input-alias.ts +1 -1
- package/models/dagjsonobject-input.ts +1 -1
- package/models/dagjsonobject-output-alias.ts +1 -1
- package/models/dagjsonobject-output.ts +1 -1
- package/models/daglinked-input-alias.ts +1 -1
- package/models/daglinked-output-alias.ts +1 -1
- package/models/dagnumber-input-alias.ts +1 -1
- package/models/dagnumber-input.ts +1 -1
- package/models/dagnumber-output-alias.ts +1 -1
- package/models/dagnumber-output.ts +1 -1
- package/models/dagpath-input-alias.ts +1 -1
- package/models/dagpath-input.ts +1 -1
- package/models/dagpath-output-alias.ts +1 -1
- package/models/dagpath-output.ts +1 -1
- package/models/dagstring-input-alias.ts +1 -1
- package/models/dagstring-input.ts +1 -1
- package/models/dagstring-output-alias.ts +1 -1
- package/models/dagstring-output.ts +1 -1
- package/models/dagtask-loop.ts +1 -1
- package/models/dagtask.ts +1 -1
- package/models/daily-usage.ts +1 -1
- package/models/dependency-kind.ts +1 -1
- package/models/dependency.ts +1 -1
- package/models/docker-config.ts +1 -1
- package/models/file-meta.ts +1 -1
- package/models/file-reference.ts +1 -1
- package/models/folder-reference.ts +1 -1
- package/models/function-array-input.ts +1 -1
- package/models/function-array-output.ts +1 -1
- package/models/function-boolean-input.ts +1 -1
- package/models/function-boolean-output.ts +1 -1
- package/models/function-file-input.ts +1 -1
- package/models/function-file-output.ts +1 -1
- package/models/function-folder-input.ts +1 -1
- package/models/function-folder-output.ts +1 -1
- package/models/function-integer-input.ts +1 -1
- package/models/function-integer-output.ts +1 -1
- package/models/function-jsonobject-input.ts +1 -1
- package/models/function-jsonobject-output.ts +1 -1
- package/models/function-number-input.ts +1 -1
- package/models/function-number-output.ts +1 -1
- package/models/function-path-input.ts +1 -1
- package/models/function-path-output.ts +1 -1
- package/models/function-string-input.ts +1 -1
- package/models/function-string-output.ts +1 -1
- package/models/function.ts +1 -1
- package/models/http.ts +1 -1
- package/models/httpvalidation-error.ts +1 -1
- package/models/index.ts +10 -32
- package/models/input-file-reference.ts +1 -1
- package/models/input-folder-reference.ts +1 -1
- package/models/input-path-reference.ts +1 -1
- package/models/input-reference.ts +1 -1
- package/models/ioalias-handler.ts +1 -1
- package/models/item-reference.ts +1 -1
- package/models/item-type.ts +1 -1
- package/models/job-argument.ts +1 -1
- package/models/job-path-argument.ts +1 -1
- package/models/job-status-enum.ts +1 -1
- package/models/job-status.ts +1 -1
- package/models/job.ts +1 -1
- package/models/key-request.ts +1 -1
- package/models/license-pool-access-policy-list.ts +1 -1
- package/models/license-pool-access-policy.ts +1 -1
- package/models/license-pool-list.ts +1 -1
- package/models/license-pool-policy-subject-list.ts +1 -1
- package/models/license-pool-policy-subject.ts +1 -1
- package/models/license-pool-public.ts +13 -1
- package/models/license-pool-update.ts +1 -1
- package/models/license-public.ts +1 -1
- package/models/license-type.ts +1 -1
- package/models/license.ts +1 -1
- package/models/local-config.ts +1 -1
- package/models/location.ts +1 -1
- package/models/maintainer.ts +1 -1
- package/models/meta-data.ts +1 -1
- package/models/metadata.ts +1 -1
- package/models/new-plugin-package.ts +1 -1
- package/models/new-recipe-package.ts +1 -1
- package/models/organization-create.ts +1 -1
- package/models/organization-list.ts +1 -1
- package/models/organization-member-list.ts +1 -1
- package/models/organization-member.ts +1 -1
- package/models/organization-role-enum.ts +1 -1
- package/models/organization-update.ts +1 -1
- package/models/organization.ts +1 -1
- package/models/package-sort-key.ts +1 -1
- package/models/package-version.ts +1 -1
- package/models/{coupon-duration.ts → paused-reason.ts} +4 -5
- package/models/{payment-create.ts → pay-link.ts} +6 -6
- package/models/{price-type.ts → payment-method-enum.ts} +3 -4
- package/models/payment-method.ts +51 -0
- package/models/{coupon.ts → payment.ts} +24 -25
- package/models/permission.ts +1 -1
- package/models/{invoice-status.ts → plan-type.ts} +5 -7
- package/models/plugin-config.ts +1 -1
- package/models/plugin-package-list.ts +1 -1
- package/models/plugin-package.ts +1 -1
- package/models/plugin.ts +1 -1
- package/models/policy-subject.ts +1 -1
- package/models/project-access-policy-list.ts +1 -1
- package/models/project-access-policy.ts +1 -1
- package/models/project-create.ts +1 -1
- package/models/project-folder.ts +1 -1
- package/models/project-list.ts +1 -1
- package/models/project-policy-subject.ts +1 -1
- package/models/project-recipe-filter-list.ts +1 -1
- package/models/project-recipe-filter.ts +1 -1
- package/models/project-sort-key.ts +1 -1
- package/models/project-update.ts +1 -1
- package/models/project.ts +1 -1
- package/models/public-account-list.ts +1 -1
- package/models/quota-list.ts +1 -1
- package/models/quota-plan.ts +11 -4
- package/models/quota-type.ts +1 -1
- package/models/quota.ts +1 -1
- package/models/recipe-interface-list.ts +1 -1
- package/models/recipe-interface.ts +1 -1
- package/models/recipe-package-list.ts +1 -1
- package/models/recipe-package.ts +1 -1
- package/models/recipe.ts +1 -1
- package/models/repository-access-policy-list.ts +1 -1
- package/models/repository-access-policy.ts +1 -1
- package/models/repository-create.ts +1 -1
- package/models/repository-index.ts +1 -1
- package/models/repository-list.ts +1 -1
- package/models/repository-metadata.ts +1 -1
- package/models/repository-policy-subject.ts +1 -1
- package/models/repository-sort-key.ts +1 -1
- package/models/repository-update.ts +1 -1
- package/models/repository-user-permissions.ts +1 -1
- package/models/repository.ts +1 -1
- package/models/resources-duration.ts +1 -1
- package/models/role-enum.ts +1 -1
- package/models/run-list.ts +1 -1
- package/models/run-meta.ts +1 -1
- package/models/run-progress.ts +1 -1
- package/models/run-result-list.ts +1 -1
- package/models/run-status-enum.ts +1 -1
- package/models/run-status.ts +1 -1
- package/models/run.ts +1 -1
- package/models/s3-upload-request.ts +1 -1
- package/models/s3.ts +1 -1
- package/models/sort-enum.ts +1 -1
- package/models/status-type.ts +1 -1
- package/models/step-array-input.ts +1 -1
- package/models/step-array-output.ts +1 -1
- package/models/step-boolean-input.ts +1 -1
- package/models/step-boolean-output.ts +1 -1
- package/models/step-file-input.ts +1 -1
- package/models/step-file-output.ts +1 -1
- package/models/step-folder-input.ts +1 -1
- package/models/step-folder-output.ts +1 -1
- package/models/step-integer-input.ts +1 -1
- package/models/step-integer-output.ts +1 -1
- package/models/step-jsonobject-input.ts +1 -1
- package/models/step-jsonobject-output.ts +1 -1
- package/models/step-list.ts +1 -1
- package/models/step-number-input.ts +1 -1
- package/models/step-number-output.ts +1 -1
- package/models/step-path-input.ts +1 -1
- package/models/step-path-output.ts +1 -1
- package/models/step-status-enum.ts +1 -1
- package/models/step-status.ts +1 -1
- package/models/step-string-input.ts +1 -1
- package/models/step-string-output.ts +1 -1
- package/models/subject-type.ts +1 -1
- package/models/subscription-create.ts +16 -5
- package/models/{price-recurrence.ts → subscription-payment.ts} +11 -11
- package/models/subscription-plan.ts +16 -2
- package/models/subscription-update.ts +4 -31
- package/models/subscription.ts +26 -37
- package/models/task-argument.ts +1 -1
- package/models/task-file-reference.ts +1 -1
- package/models/task-folder-reference.ts +1 -1
- package/models/task-path-argument.ts +1 -1
- package/models/task-path-reference.ts +1 -1
- package/models/task-path-return.ts +1 -1
- package/models/task-reference.ts +1 -1
- package/models/task-return.ts +1 -1
- package/models/team-create.ts +1 -1
- package/models/team-list.ts +1 -1
- package/models/team-member-list.ts +1 -1
- package/models/team-member.ts +1 -1
- package/models/team-role-enum.ts +1 -1
- package/models/team-update.ts +1 -1
- package/models/team.ts +1 -1
- package/models/template-function.ts +1 -1
- package/models/update-accepted.ts +1 -1
- package/models/usage.ts +1 -1
- package/models/user-create.ts +1 -1
- package/models/user-permission.ts +1 -1
- package/models/user-private.ts +1 -1
- package/models/user-public-list.ts +1 -1
- package/models/user-public.ts +1 -1
- package/models/user-update.ts +1 -1
- package/models/validation-error.ts +1 -1
- package/models/value-file-reference.ts +1 -1
- package/models/value-folder-reference.ts +1 -1
- package/models/value-list-reference.ts +1 -1
- package/models/value-reference.ts +1 -1
- package/package.json +2 -2
- package/api/payments-api.ts +0 -1827
- package/dist/api/payments-api.d.ts +0 -809
- package/dist/api/payments-api.js +0 -1465
- package/dist/models/card-public.d.ts +0 -36
- package/dist/models/discount-amount.d.ts +0 -30
- package/dist/models/discount.d.ts +0 -55
- package/dist/models/inventory.d.ts +0 -25
- package/dist/models/inventory.js +0 -15
- package/dist/models/invoice-list.d.ts +0 -31
- package/dist/models/invoice-list.js +0 -15
- package/dist/models/invoice-preview.d.ts +0 -126
- package/dist/models/invoice-preview.js +0 -15
- package/dist/models/invoice-status-transitions.d.ts +0 -42
- package/dist/models/invoice-status-transitions.js +0 -15
- package/dist/models/invoice.d.ts +0 -131
- package/dist/models/invoice.js +0 -15
- package/dist/models/line-item-list.d.ts +0 -31
- package/dist/models/line-item-list.js +0 -15
- package/dist/models/line-item.d.ts +0 -80
- package/dist/models/line-item.js +0 -15
- package/dist/models/new-subscription-item.d.ts +0 -31
- package/dist/models/new-subscription-item.js +0 -15
- package/dist/models/payment-create.js +0 -15
- package/dist/models/payment-intent.d.ts +0 -24
- package/dist/models/payment-intent.js +0 -15
- package/dist/models/payment-method-list.d.ts +0 -55
- package/dist/models/payment-method-list.js +0 -15
- package/dist/models/payment-setup.d.ts +0 -24
- package/dist/models/payment-setup.js +0 -15
- package/dist/models/period.d.ts +0 -30
- package/dist/models/period.js +0 -15
- package/dist/models/pollination-subscription.d.ts +0 -62
- package/dist/models/pollination-subscription.js +0 -15
- package/dist/models/price-recurrence.js +0 -15
- package/dist/models/price-tier.d.ts +0 -48
- package/dist/models/price-tier.js +0 -15
- package/dist/models/price.d.ts +0 -81
- package/dist/models/price.js +0 -15
- package/dist/models/product-family.d.ts +0 -55
- package/dist/models/product-family.js +0 -15
- package/dist/models/quota-extension.d.ts +0 -49
- package/dist/models/quota-extension.js +0 -15
- package/dist/models/status.d.ts +0 -24
- package/dist/models/status.js +0 -15
- package/dist/models/subscribe.d.ts +0 -25
- package/dist/models/subscribe.js +0 -15
- package/dist/models/subscription-item-public-list.d.ts +0 -31
- package/dist/models/subscription-item-public-list.js +0 -15
- package/dist/models/subscription-item-public.d.ts +0 -43
- package/dist/models/subscription-item-public.js +0 -15
- package/dist/models/subscription-item.d.ts +0 -43
- package/dist/models/subscription-item.js +0 -15
- package/dist/models/update-invoice-preview.d.ts +0 -45
- package/dist/models/update-invoice-preview.js +0 -15
- package/models/card-public.ts +0 -43
- package/models/discount-amount.ts +0 -37
- package/models/discount.ts +0 -62
- package/models/inventory.ts +0 -32
- package/models/invoice-list.ts +0 -38
- package/models/invoice-preview.ts +0 -133
- package/models/invoice-status-transitions.ts +0 -49
- package/models/invoice.ts +0 -138
- package/models/line-item-list.ts +0 -38
- package/models/line-item.ts +0 -87
- package/models/new-subscription-item.ts +0 -38
- package/models/payment-intent.ts +0 -31
- package/models/payment-method-list.ts +0 -62
- package/models/payment-setup.ts +0 -31
- package/models/period.ts +0 -37
- package/models/pollination-subscription.ts +0 -69
- package/models/price-tier.ts +0 -55
- package/models/price.ts +0 -88
- package/models/product-family.ts +0 -62
- package/models/quota-extension.ts +0 -56
- package/models/status.ts +0 -31
- package/models/subscribe.ts +0 -32
- package/models/subscription-item-public-list.ts +0 -38
- package/models/subscription-item-public.ts +0 -50
- package/models/subscription-item.ts +0 -50
- package/models/update-invoice-preview.ts +0 -52
package/api/payments-api.ts
DELETED
|
@@ -1,1827 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* pollination-server
|
|
5
|
-
* Pollination Server OpenAPI Definition
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.22.0
|
|
8
|
-
* Contact: info@pollination.cloud
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import globalAxios, { AxiosPromise, AxiosInstance } from 'axios';
|
|
17
|
-
import { Configuration } from '../configuration';
|
|
18
|
-
// Some imports not used depending on template conditions
|
|
19
|
-
// @ts-ignore
|
|
20
|
-
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
21
|
-
// @ts-ignore
|
|
22
|
-
import { CardPublic } from '../models';
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { CreatedContent } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { HTTPValidationError } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { Inventory } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { InvoiceList } from '../models';
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
import { InvoicePreview } from '../models';
|
|
33
|
-
// @ts-ignore
|
|
34
|
-
import { PaymentCreate } from '../models';
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
import { PaymentIntent } from '../models';
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
import { PaymentMethodList } from '../models';
|
|
39
|
-
// @ts-ignore
|
|
40
|
-
import { PaymentSetup } from '../models';
|
|
41
|
-
// @ts-ignore
|
|
42
|
-
import { Status } from '../models';
|
|
43
|
-
// @ts-ignore
|
|
44
|
-
import { Subscribe } from '../models';
|
|
45
|
-
// @ts-ignore
|
|
46
|
-
import { Subscription } from '../models';
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
import { SubscriptionCreate } from '../models';
|
|
49
|
-
// @ts-ignore
|
|
50
|
-
import { SubscriptionUpdate } from '../models';
|
|
51
|
-
// @ts-ignore
|
|
52
|
-
import { UpdateInvoicePreview } from '../models';
|
|
53
|
-
/**
|
|
54
|
-
* PaymentsApi - axios parameter creator
|
|
55
|
-
* @export
|
|
56
|
-
*/
|
|
57
|
-
export const PaymentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
58
|
-
return {
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @summary Cancel Subscription
|
|
62
|
-
* @param {string} accountName
|
|
63
|
-
* @param {*} [options] Override http request option.
|
|
64
|
-
* @throws {RequiredError}
|
|
65
|
-
*/
|
|
66
|
-
cancelSubscription: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
67
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
68
|
-
if (accountName === null || accountName === undefined) {
|
|
69
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling cancelSubscription.');
|
|
70
|
-
}
|
|
71
|
-
const localVarPath = `/payments/{account_name}/subscription`
|
|
72
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
73
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
74
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
75
|
-
let baseOptions;
|
|
76
|
-
if (configuration) {
|
|
77
|
-
baseOptions = configuration.baseOptions;
|
|
78
|
-
}
|
|
79
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
80
|
-
const localVarHeaderParameter = {} as any;
|
|
81
|
-
const localVarQueryParameter = {} as any;
|
|
82
|
-
|
|
83
|
-
// authentication APIKeyAuth required
|
|
84
|
-
if (configuration && configuration.apiKey) {
|
|
85
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
86
|
-
? await configuration.apiKey("x-pollination-token")
|
|
87
|
-
: await configuration.apiKey;
|
|
88
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// authentication JWTAuth required
|
|
92
|
-
// http bearer authentication required
|
|
93
|
-
if (configuration && configuration.accessToken) {
|
|
94
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
95
|
-
? await configuration.accessToken()
|
|
96
|
-
: await configuration.accessToken;
|
|
97
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
103
|
-
for (const key in localVarQueryParameter) {
|
|
104
|
-
query.set(key, localVarQueryParameter[key]);
|
|
105
|
-
}
|
|
106
|
-
for (const key in options.query) {
|
|
107
|
-
query.set(key, options.query[key]);
|
|
108
|
-
}
|
|
109
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
110
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
111
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
112
|
-
|
|
113
|
-
return {
|
|
114
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
115
|
-
options: localVarRequestOptions,
|
|
116
|
-
};
|
|
117
|
-
},
|
|
118
|
-
/**
|
|
119
|
-
*
|
|
120
|
-
* @summary Add Payment Method
|
|
121
|
-
* @param {string} accountName
|
|
122
|
-
* @param {PaymentCreate} paymentCreate
|
|
123
|
-
* @param {*} [options] Override http request option.
|
|
124
|
-
* @throws {RequiredError}
|
|
125
|
-
*/
|
|
126
|
-
createPaymentMethod: async (accountName: string, paymentCreate: PaymentCreate, options: any = {}): Promise<RequestArgs> => {
|
|
127
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
128
|
-
if (accountName === null || accountName === undefined) {
|
|
129
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling createPaymentMethod.');
|
|
130
|
-
}
|
|
131
|
-
// verify required parameter 'paymentCreate' is not null or undefined
|
|
132
|
-
if (paymentCreate === null || paymentCreate === undefined) {
|
|
133
|
-
throw new RequiredError('paymentCreate','Required parameter paymentCreate was null or undefined when calling createPaymentMethod.');
|
|
134
|
-
}
|
|
135
|
-
const localVarPath = `/payments/{account_name}/methods`
|
|
136
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
137
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
138
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
139
|
-
let baseOptions;
|
|
140
|
-
if (configuration) {
|
|
141
|
-
baseOptions = configuration.baseOptions;
|
|
142
|
-
}
|
|
143
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
144
|
-
const localVarHeaderParameter = {} as any;
|
|
145
|
-
const localVarQueryParameter = {} as any;
|
|
146
|
-
|
|
147
|
-
// authentication APIKeyAuth required
|
|
148
|
-
if (configuration && configuration.apiKey) {
|
|
149
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
150
|
-
? await configuration.apiKey("x-pollination-token")
|
|
151
|
-
: await configuration.apiKey;
|
|
152
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// authentication JWTAuth required
|
|
156
|
-
// http bearer authentication required
|
|
157
|
-
if (configuration && configuration.accessToken) {
|
|
158
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
159
|
-
? await configuration.accessToken()
|
|
160
|
-
: await configuration.accessToken;
|
|
161
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
167
|
-
|
|
168
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
169
|
-
for (const key in localVarQueryParameter) {
|
|
170
|
-
query.set(key, localVarQueryParameter[key]);
|
|
171
|
-
}
|
|
172
|
-
for (const key in options.query) {
|
|
173
|
-
query.set(key, options.query[key]);
|
|
174
|
-
}
|
|
175
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
176
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
177
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
178
|
-
const needsSerialization = (typeof paymentCreate !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
179
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(paymentCreate !== undefined ? paymentCreate : {}) : (paymentCreate || "");
|
|
180
|
-
|
|
181
|
-
return {
|
|
182
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
183
|
-
options: localVarRequestOptions,
|
|
184
|
-
};
|
|
185
|
-
},
|
|
186
|
-
/**
|
|
187
|
-
*
|
|
188
|
-
* @summary Create Subscription
|
|
189
|
-
* @param {string} accountName
|
|
190
|
-
* @param {SubscriptionCreate} subscriptionCreate
|
|
191
|
-
* @param {*} [options] Override http request option.
|
|
192
|
-
* @throws {RequiredError}
|
|
193
|
-
*/
|
|
194
|
-
createSubscription: async (accountName: string, subscriptionCreate: SubscriptionCreate, options: any = {}): Promise<RequestArgs> => {
|
|
195
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
196
|
-
if (accountName === null || accountName === undefined) {
|
|
197
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling createSubscription.');
|
|
198
|
-
}
|
|
199
|
-
// verify required parameter 'subscriptionCreate' is not null or undefined
|
|
200
|
-
if (subscriptionCreate === null || subscriptionCreate === undefined) {
|
|
201
|
-
throw new RequiredError('subscriptionCreate','Required parameter subscriptionCreate was null or undefined when calling createSubscription.');
|
|
202
|
-
}
|
|
203
|
-
const localVarPath = `/payments/{account_name}/subscription`
|
|
204
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
205
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
206
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
207
|
-
let baseOptions;
|
|
208
|
-
if (configuration) {
|
|
209
|
-
baseOptions = configuration.baseOptions;
|
|
210
|
-
}
|
|
211
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
212
|
-
const localVarHeaderParameter = {} as any;
|
|
213
|
-
const localVarQueryParameter = {} as any;
|
|
214
|
-
|
|
215
|
-
// authentication APIKeyAuth required
|
|
216
|
-
if (configuration && configuration.apiKey) {
|
|
217
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
218
|
-
? await configuration.apiKey("x-pollination-token")
|
|
219
|
-
: await configuration.apiKey;
|
|
220
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
// authentication JWTAuth required
|
|
224
|
-
// http bearer authentication required
|
|
225
|
-
if (configuration && configuration.accessToken) {
|
|
226
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
227
|
-
? await configuration.accessToken()
|
|
228
|
-
: await configuration.accessToken;
|
|
229
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
235
|
-
|
|
236
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
237
|
-
for (const key in localVarQueryParameter) {
|
|
238
|
-
query.set(key, localVarQueryParameter[key]);
|
|
239
|
-
}
|
|
240
|
-
for (const key in options.query) {
|
|
241
|
-
query.set(key, options.query[key]);
|
|
242
|
-
}
|
|
243
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
244
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
245
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
246
|
-
const needsSerialization = (typeof subscriptionCreate !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
247
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(subscriptionCreate !== undefined ? subscriptionCreate : {}) : (subscriptionCreate || "");
|
|
248
|
-
|
|
249
|
-
return {
|
|
250
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
251
|
-
options: localVarRequestOptions,
|
|
252
|
-
};
|
|
253
|
-
},
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @summary Get Default Payment Method
|
|
257
|
-
* @param {string} accountName
|
|
258
|
-
* @param {*} [options] Override http request option.
|
|
259
|
-
* @throws {RequiredError}
|
|
260
|
-
*/
|
|
261
|
-
getDefaultPaymentMethod: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
262
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
263
|
-
if (accountName === null || accountName === undefined) {
|
|
264
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getDefaultPaymentMethod.');
|
|
265
|
-
}
|
|
266
|
-
const localVarPath = `/payments/{account_name}/methods/default`
|
|
267
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
268
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
269
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
270
|
-
let baseOptions;
|
|
271
|
-
if (configuration) {
|
|
272
|
-
baseOptions = configuration.baseOptions;
|
|
273
|
-
}
|
|
274
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
275
|
-
const localVarHeaderParameter = {} as any;
|
|
276
|
-
const localVarQueryParameter = {} as any;
|
|
277
|
-
|
|
278
|
-
// authentication APIKeyAuth required
|
|
279
|
-
if (configuration && configuration.apiKey) {
|
|
280
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
281
|
-
? await configuration.apiKey("x-pollination-token")
|
|
282
|
-
: await configuration.apiKey;
|
|
283
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
// authentication JWTAuth required
|
|
287
|
-
// http bearer authentication required
|
|
288
|
-
if (configuration && configuration.accessToken) {
|
|
289
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
290
|
-
? await configuration.accessToken()
|
|
291
|
-
: await configuration.accessToken;
|
|
292
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
298
|
-
for (const key in localVarQueryParameter) {
|
|
299
|
-
query.set(key, localVarQueryParameter[key]);
|
|
300
|
-
}
|
|
301
|
-
for (const key in options.query) {
|
|
302
|
-
query.set(key, options.query[key]);
|
|
303
|
-
}
|
|
304
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
305
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
306
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
307
|
-
|
|
308
|
-
return {
|
|
309
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
310
|
-
options: localVarRequestOptions,
|
|
311
|
-
};
|
|
312
|
-
},
|
|
313
|
-
/**
|
|
314
|
-
*
|
|
315
|
-
* @summary Get Failed Payment
|
|
316
|
-
* @param {string} accountName
|
|
317
|
-
* @param {*} [options] Override http request option.
|
|
318
|
-
* @throws {RequiredError}
|
|
319
|
-
*/
|
|
320
|
-
getFailedPayment: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
321
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
322
|
-
if (accountName === null || accountName === undefined) {
|
|
323
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getFailedPayment.');
|
|
324
|
-
}
|
|
325
|
-
const localVarPath = `/payments/{account_name}/failed`
|
|
326
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
327
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
328
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
329
|
-
let baseOptions;
|
|
330
|
-
if (configuration) {
|
|
331
|
-
baseOptions = configuration.baseOptions;
|
|
332
|
-
}
|
|
333
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
334
|
-
const localVarHeaderParameter = {} as any;
|
|
335
|
-
const localVarQueryParameter = {} as any;
|
|
336
|
-
|
|
337
|
-
// authentication APIKeyAuth required
|
|
338
|
-
if (configuration && configuration.apiKey) {
|
|
339
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
340
|
-
? await configuration.apiKey("x-pollination-token")
|
|
341
|
-
: await configuration.apiKey;
|
|
342
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
// authentication JWTAuth required
|
|
346
|
-
// http bearer authentication required
|
|
347
|
-
if (configuration && configuration.accessToken) {
|
|
348
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
349
|
-
? await configuration.accessToken()
|
|
350
|
-
: await configuration.accessToken;
|
|
351
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
357
|
-
for (const key in localVarQueryParameter) {
|
|
358
|
-
query.set(key, localVarQueryParameter[key]);
|
|
359
|
-
}
|
|
360
|
-
for (const key in options.query) {
|
|
361
|
-
query.set(key, options.query[key]);
|
|
362
|
-
}
|
|
363
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
364
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
365
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
366
|
-
|
|
367
|
-
return {
|
|
368
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
369
|
-
options: localVarRequestOptions,
|
|
370
|
-
};
|
|
371
|
-
},
|
|
372
|
-
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary Get Inventory
|
|
375
|
-
* @param {string} accountName
|
|
376
|
-
* @param {*} [options] Override http request option.
|
|
377
|
-
* @throws {RequiredError}
|
|
378
|
-
*/
|
|
379
|
-
getInventory: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
380
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
381
|
-
if (accountName === null || accountName === undefined) {
|
|
382
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getInventory.');
|
|
383
|
-
}
|
|
384
|
-
const localVarPath = `/payments/{account_name}/inventory`
|
|
385
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
386
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
387
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
388
|
-
let baseOptions;
|
|
389
|
-
if (configuration) {
|
|
390
|
-
baseOptions = configuration.baseOptions;
|
|
391
|
-
}
|
|
392
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
393
|
-
const localVarHeaderParameter = {} as any;
|
|
394
|
-
const localVarQueryParameter = {} as any;
|
|
395
|
-
|
|
396
|
-
// authentication APIKeyAuth required
|
|
397
|
-
if (configuration && configuration.apiKey) {
|
|
398
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
399
|
-
? await configuration.apiKey("x-pollination-token")
|
|
400
|
-
: await configuration.apiKey;
|
|
401
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
// authentication JWTAuth required
|
|
405
|
-
// http bearer authentication required
|
|
406
|
-
if (configuration && configuration.accessToken) {
|
|
407
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
408
|
-
? await configuration.accessToken()
|
|
409
|
-
: await configuration.accessToken;
|
|
410
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
416
|
-
for (const key in localVarQueryParameter) {
|
|
417
|
-
query.set(key, localVarQueryParameter[key]);
|
|
418
|
-
}
|
|
419
|
-
for (const key in options.query) {
|
|
420
|
-
query.set(key, options.query[key]);
|
|
421
|
-
}
|
|
422
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
423
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
424
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
425
|
-
|
|
426
|
-
return {
|
|
427
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
428
|
-
options: localVarRequestOptions,
|
|
429
|
-
};
|
|
430
|
-
},
|
|
431
|
-
/**
|
|
432
|
-
*
|
|
433
|
-
* @summary Get Invoice List
|
|
434
|
-
* @param {string} accountName
|
|
435
|
-
* @param {string} [startingAfter]
|
|
436
|
-
* @param {string} [endingBefore]
|
|
437
|
-
* @param {number} [limit]
|
|
438
|
-
* @param {number} [perPage] Number of items per page
|
|
439
|
-
* @param {*} [options] Override http request option.
|
|
440
|
-
* @throws {RequiredError}
|
|
441
|
-
*/
|
|
442
|
-
getInvoiceList: async (accountName: string, startingAfter?: string, endingBefore?: string, limit?: number, perPage?: number, options: any = {}): Promise<RequestArgs> => {
|
|
443
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
444
|
-
if (accountName === null || accountName === undefined) {
|
|
445
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getInvoiceList.');
|
|
446
|
-
}
|
|
447
|
-
const localVarPath = `/payments/{account_name}/invoices`
|
|
448
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
449
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
450
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
451
|
-
let baseOptions;
|
|
452
|
-
if (configuration) {
|
|
453
|
-
baseOptions = configuration.baseOptions;
|
|
454
|
-
}
|
|
455
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
456
|
-
const localVarHeaderParameter = {} as any;
|
|
457
|
-
const localVarQueryParameter = {} as any;
|
|
458
|
-
|
|
459
|
-
// authentication APIKeyAuth required
|
|
460
|
-
if (configuration && configuration.apiKey) {
|
|
461
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
462
|
-
? await configuration.apiKey("x-pollination-token")
|
|
463
|
-
: await configuration.apiKey;
|
|
464
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
// authentication JWTAuth required
|
|
468
|
-
// http bearer authentication required
|
|
469
|
-
if (configuration && configuration.accessToken) {
|
|
470
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
471
|
-
? await configuration.accessToken()
|
|
472
|
-
: await configuration.accessToken;
|
|
473
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
if (startingAfter !== undefined) {
|
|
477
|
-
localVarQueryParameter['starting_after'] = startingAfter;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
if (endingBefore !== undefined) {
|
|
481
|
-
localVarQueryParameter['ending_before'] = endingBefore;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
if (limit !== undefined) {
|
|
485
|
-
localVarQueryParameter['limit'] = limit;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
if (perPage !== undefined) {
|
|
489
|
-
localVarQueryParameter['per-page'] = perPage;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
495
|
-
for (const key in localVarQueryParameter) {
|
|
496
|
-
query.set(key, localVarQueryParameter[key]);
|
|
497
|
-
}
|
|
498
|
-
for (const key in options.query) {
|
|
499
|
-
query.set(key, options.query[key]);
|
|
500
|
-
}
|
|
501
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
502
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
503
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
504
|
-
|
|
505
|
-
return {
|
|
506
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
507
|
-
options: localVarRequestOptions,
|
|
508
|
-
};
|
|
509
|
-
},
|
|
510
|
-
/**
|
|
511
|
-
*
|
|
512
|
-
* @summary Get Next Invoice
|
|
513
|
-
* @param {string} accountName
|
|
514
|
-
* @param {*} [options] Override http request option.
|
|
515
|
-
* @throws {RequiredError}
|
|
516
|
-
*/
|
|
517
|
-
getNextInvoice: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
518
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
519
|
-
if (accountName === null || accountName === undefined) {
|
|
520
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getNextInvoice.');
|
|
521
|
-
}
|
|
522
|
-
const localVarPath = `/payments/{account_name}/invoices/next`
|
|
523
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
524
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
525
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
526
|
-
let baseOptions;
|
|
527
|
-
if (configuration) {
|
|
528
|
-
baseOptions = configuration.baseOptions;
|
|
529
|
-
}
|
|
530
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
531
|
-
const localVarHeaderParameter = {} as any;
|
|
532
|
-
const localVarQueryParameter = {} as any;
|
|
533
|
-
|
|
534
|
-
// authentication APIKeyAuth required
|
|
535
|
-
if (configuration && configuration.apiKey) {
|
|
536
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
537
|
-
? await configuration.apiKey("x-pollination-token")
|
|
538
|
-
: await configuration.apiKey;
|
|
539
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// authentication JWTAuth required
|
|
543
|
-
// http bearer authentication required
|
|
544
|
-
if (configuration && configuration.accessToken) {
|
|
545
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
546
|
-
? await configuration.accessToken()
|
|
547
|
-
: await configuration.accessToken;
|
|
548
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
554
|
-
for (const key in localVarQueryParameter) {
|
|
555
|
-
query.set(key, localVarQueryParameter[key]);
|
|
556
|
-
}
|
|
557
|
-
for (const key in options.query) {
|
|
558
|
-
query.set(key, options.query[key]);
|
|
559
|
-
}
|
|
560
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
561
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
562
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
563
|
-
|
|
564
|
-
return {
|
|
565
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
566
|
-
options: localVarRequestOptions,
|
|
567
|
-
};
|
|
568
|
-
},
|
|
569
|
-
/**
|
|
570
|
-
*
|
|
571
|
-
* @summary Get Status
|
|
572
|
-
* @param {string} accountName
|
|
573
|
-
* @param {*} [options] Override http request option.
|
|
574
|
-
* @throws {RequiredError}
|
|
575
|
-
*/
|
|
576
|
-
getStatus: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
577
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
578
|
-
if (accountName === null || accountName === undefined) {
|
|
579
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getStatus.');
|
|
580
|
-
}
|
|
581
|
-
const localVarPath = `/payments/{account_name}/status`
|
|
582
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
583
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
584
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
585
|
-
let baseOptions;
|
|
586
|
-
if (configuration) {
|
|
587
|
-
baseOptions = configuration.baseOptions;
|
|
588
|
-
}
|
|
589
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
590
|
-
const localVarHeaderParameter = {} as any;
|
|
591
|
-
const localVarQueryParameter = {} as any;
|
|
592
|
-
|
|
593
|
-
// authentication APIKeyAuth required
|
|
594
|
-
if (configuration && configuration.apiKey) {
|
|
595
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
596
|
-
? await configuration.apiKey("x-pollination-token")
|
|
597
|
-
: await configuration.apiKey;
|
|
598
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
// authentication JWTAuth required
|
|
602
|
-
// http bearer authentication required
|
|
603
|
-
if (configuration && configuration.accessToken) {
|
|
604
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
605
|
-
? await configuration.accessToken()
|
|
606
|
-
: await configuration.accessToken;
|
|
607
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
613
|
-
for (const key in localVarQueryParameter) {
|
|
614
|
-
query.set(key, localVarQueryParameter[key]);
|
|
615
|
-
}
|
|
616
|
-
for (const key in options.query) {
|
|
617
|
-
query.set(key, options.query[key]);
|
|
618
|
-
}
|
|
619
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
620
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
621
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
622
|
-
|
|
623
|
-
return {
|
|
624
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
625
|
-
options: localVarRequestOptions,
|
|
626
|
-
};
|
|
627
|
-
},
|
|
628
|
-
/**
|
|
629
|
-
*
|
|
630
|
-
* @summary Get Subscription
|
|
631
|
-
* @param {string} accountName
|
|
632
|
-
* @param {*} [options] Override http request option.
|
|
633
|
-
* @throws {RequiredError}
|
|
634
|
-
*/
|
|
635
|
-
getSubscription: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
636
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
637
|
-
if (accountName === null || accountName === undefined) {
|
|
638
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling getSubscription.');
|
|
639
|
-
}
|
|
640
|
-
const localVarPath = `/payments/{account_name}/subscription`
|
|
641
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
642
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
643
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
644
|
-
let baseOptions;
|
|
645
|
-
if (configuration) {
|
|
646
|
-
baseOptions = configuration.baseOptions;
|
|
647
|
-
}
|
|
648
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
649
|
-
const localVarHeaderParameter = {} as any;
|
|
650
|
-
const localVarQueryParameter = {} as any;
|
|
651
|
-
|
|
652
|
-
// authentication APIKeyAuth required
|
|
653
|
-
if (configuration && configuration.apiKey) {
|
|
654
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
655
|
-
? await configuration.apiKey("x-pollination-token")
|
|
656
|
-
: await configuration.apiKey;
|
|
657
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
// authentication JWTAuth required
|
|
661
|
-
// http bearer authentication required
|
|
662
|
-
if (configuration && configuration.accessToken) {
|
|
663
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
664
|
-
? await configuration.accessToken()
|
|
665
|
-
: await configuration.accessToken;
|
|
666
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
672
|
-
for (const key in localVarQueryParameter) {
|
|
673
|
-
query.set(key, localVarQueryParameter[key]);
|
|
674
|
-
}
|
|
675
|
-
for (const key in options.query) {
|
|
676
|
-
query.set(key, options.query[key]);
|
|
677
|
-
}
|
|
678
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
679
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
680
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
681
|
-
|
|
682
|
-
return {
|
|
683
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
684
|
-
options: localVarRequestOptions,
|
|
685
|
-
};
|
|
686
|
-
},
|
|
687
|
-
/**
|
|
688
|
-
*
|
|
689
|
-
* @summary Get Unfiltered Inventory
|
|
690
|
-
* @param {*} [options] Override http request option.
|
|
691
|
-
* @throws {RequiredError}
|
|
692
|
-
*/
|
|
693
|
-
getUnfilteredInventory: async (options: any = {}): Promise<RequestArgs> => {
|
|
694
|
-
const localVarPath = `/payments/inventory`;
|
|
695
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
696
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
697
|
-
let baseOptions;
|
|
698
|
-
if (configuration) {
|
|
699
|
-
baseOptions = configuration.baseOptions;
|
|
700
|
-
}
|
|
701
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
702
|
-
const localVarHeaderParameter = {} as any;
|
|
703
|
-
const localVarQueryParameter = {} as any;
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
708
|
-
for (const key in localVarQueryParameter) {
|
|
709
|
-
query.set(key, localVarQueryParameter[key]);
|
|
710
|
-
}
|
|
711
|
-
for (const key in options.query) {
|
|
712
|
-
query.set(key, options.query[key]);
|
|
713
|
-
}
|
|
714
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
715
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
716
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
717
|
-
|
|
718
|
-
return {
|
|
719
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
720
|
-
options: localVarRequestOptions,
|
|
721
|
-
};
|
|
722
|
-
},
|
|
723
|
-
/**
|
|
724
|
-
*
|
|
725
|
-
* @summary Get Payment Methods
|
|
726
|
-
* @param {string} accountName
|
|
727
|
-
* @param {*} [options] Override http request option.
|
|
728
|
-
* @throws {RequiredError}
|
|
729
|
-
*/
|
|
730
|
-
listPaymentMethods: async (accountName: string, options: any = {}): Promise<RequestArgs> => {
|
|
731
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
732
|
-
if (accountName === null || accountName === undefined) {
|
|
733
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling listPaymentMethods.');
|
|
734
|
-
}
|
|
735
|
-
const localVarPath = `/payments/{account_name}/methods`
|
|
736
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
737
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
738
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
739
|
-
let baseOptions;
|
|
740
|
-
if (configuration) {
|
|
741
|
-
baseOptions = configuration.baseOptions;
|
|
742
|
-
}
|
|
743
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
744
|
-
const localVarHeaderParameter = {} as any;
|
|
745
|
-
const localVarQueryParameter = {} as any;
|
|
746
|
-
|
|
747
|
-
// authentication APIKeyAuth required
|
|
748
|
-
if (configuration && configuration.apiKey) {
|
|
749
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
750
|
-
? await configuration.apiKey("x-pollination-token")
|
|
751
|
-
: await configuration.apiKey;
|
|
752
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
// authentication JWTAuth required
|
|
756
|
-
// http bearer authentication required
|
|
757
|
-
if (configuration && configuration.accessToken) {
|
|
758
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
759
|
-
? await configuration.accessToken()
|
|
760
|
-
: await configuration.accessToken;
|
|
761
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
767
|
-
for (const key in localVarQueryParameter) {
|
|
768
|
-
query.set(key, localVarQueryParameter[key]);
|
|
769
|
-
}
|
|
770
|
-
for (const key in options.query) {
|
|
771
|
-
query.set(key, options.query[key]);
|
|
772
|
-
}
|
|
773
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
774
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
775
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
776
|
-
|
|
777
|
-
return {
|
|
778
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
779
|
-
options: localVarRequestOptions,
|
|
780
|
-
};
|
|
781
|
-
},
|
|
782
|
-
/**
|
|
783
|
-
*
|
|
784
|
-
* @summary Preview Update Subscription
|
|
785
|
-
* @param {string} accountName
|
|
786
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
787
|
-
* @param {*} [options] Override http request option.
|
|
788
|
-
* @throws {RequiredError}
|
|
789
|
-
*/
|
|
790
|
-
previewUpdateSubscription: async (accountName: string, subscriptionUpdate: SubscriptionUpdate, options: any = {}): Promise<RequestArgs> => {
|
|
791
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
792
|
-
if (accountName === null || accountName === undefined) {
|
|
793
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling previewUpdateSubscription.');
|
|
794
|
-
}
|
|
795
|
-
// verify required parameter 'subscriptionUpdate' is not null or undefined
|
|
796
|
-
if (subscriptionUpdate === null || subscriptionUpdate === undefined) {
|
|
797
|
-
throw new RequiredError('subscriptionUpdate','Required parameter subscriptionUpdate was null or undefined when calling previewUpdateSubscription.');
|
|
798
|
-
}
|
|
799
|
-
const localVarPath = `/payments/{account_name}/subscription/preview`
|
|
800
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
801
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
802
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
803
|
-
let baseOptions;
|
|
804
|
-
if (configuration) {
|
|
805
|
-
baseOptions = configuration.baseOptions;
|
|
806
|
-
}
|
|
807
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
808
|
-
const localVarHeaderParameter = {} as any;
|
|
809
|
-
const localVarQueryParameter = {} as any;
|
|
810
|
-
|
|
811
|
-
// authentication APIKeyAuth required
|
|
812
|
-
if (configuration && configuration.apiKey) {
|
|
813
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
814
|
-
? await configuration.apiKey("x-pollination-token")
|
|
815
|
-
: await configuration.apiKey;
|
|
816
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
// authentication JWTAuth required
|
|
820
|
-
// http bearer authentication required
|
|
821
|
-
if (configuration && configuration.accessToken) {
|
|
822
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
823
|
-
? await configuration.accessToken()
|
|
824
|
-
: await configuration.accessToken;
|
|
825
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
831
|
-
|
|
832
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
833
|
-
for (const key in localVarQueryParameter) {
|
|
834
|
-
query.set(key, localVarQueryParameter[key]);
|
|
835
|
-
}
|
|
836
|
-
for (const key in options.query) {
|
|
837
|
-
query.set(key, options.query[key]);
|
|
838
|
-
}
|
|
839
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
840
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
841
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
842
|
-
const needsSerialization = (typeof subscriptionUpdate !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
843
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(subscriptionUpdate !== undefined ? subscriptionUpdate : {}) : (subscriptionUpdate || "");
|
|
844
|
-
|
|
845
|
-
return {
|
|
846
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
847
|
-
options: localVarRequestOptions,
|
|
848
|
-
};
|
|
849
|
-
},
|
|
850
|
-
/**
|
|
851
|
-
*
|
|
852
|
-
* @summary Subscribe
|
|
853
|
-
* @param {string} accountName
|
|
854
|
-
* @param {Subscribe} subscribe
|
|
855
|
-
* @param {*} [options] Override http request option.
|
|
856
|
-
* @throws {RequiredError}
|
|
857
|
-
*/
|
|
858
|
-
subscribe: async (accountName: string, subscribe: Subscribe, options: any = {}): Promise<RequestArgs> => {
|
|
859
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
860
|
-
if (accountName === null || accountName === undefined) {
|
|
861
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling subscribe.');
|
|
862
|
-
}
|
|
863
|
-
// verify required parameter 'subscribe' is not null or undefined
|
|
864
|
-
if (subscribe === null || subscribe === undefined) {
|
|
865
|
-
throw new RequiredError('subscribe','Required parameter subscribe was null or undefined when calling subscribe.');
|
|
866
|
-
}
|
|
867
|
-
const localVarPath = `/payments/{account_name}/subscribe`
|
|
868
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
869
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
870
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
871
|
-
let baseOptions;
|
|
872
|
-
if (configuration) {
|
|
873
|
-
baseOptions = configuration.baseOptions;
|
|
874
|
-
}
|
|
875
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
876
|
-
const localVarHeaderParameter = {} as any;
|
|
877
|
-
const localVarQueryParameter = {} as any;
|
|
878
|
-
|
|
879
|
-
// authentication APIKeyAuth required
|
|
880
|
-
if (configuration && configuration.apiKey) {
|
|
881
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
882
|
-
? await configuration.apiKey("x-pollination-token")
|
|
883
|
-
: await configuration.apiKey;
|
|
884
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
// authentication JWTAuth required
|
|
888
|
-
// http bearer authentication required
|
|
889
|
-
if (configuration && configuration.accessToken) {
|
|
890
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
891
|
-
? await configuration.accessToken()
|
|
892
|
-
: await configuration.accessToken;
|
|
893
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
899
|
-
|
|
900
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
901
|
-
for (const key in localVarQueryParameter) {
|
|
902
|
-
query.set(key, localVarQueryParameter[key]);
|
|
903
|
-
}
|
|
904
|
-
for (const key in options.query) {
|
|
905
|
-
query.set(key, options.query[key]);
|
|
906
|
-
}
|
|
907
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
908
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
909
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
910
|
-
const needsSerialization = (typeof subscribe !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
911
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(subscribe !== undefined ? subscribe : {}) : (subscribe || "");
|
|
912
|
-
|
|
913
|
-
return {
|
|
914
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
915
|
-
options: localVarRequestOptions,
|
|
916
|
-
};
|
|
917
|
-
},
|
|
918
|
-
/**
|
|
919
|
-
*
|
|
920
|
-
* @summary Update Subscription
|
|
921
|
-
* @param {string} accountName
|
|
922
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
923
|
-
* @param {*} [options] Override http request option.
|
|
924
|
-
* @throws {RequiredError}
|
|
925
|
-
*/
|
|
926
|
-
updateSubscription: async (accountName: string, subscriptionUpdate: SubscriptionUpdate, options: any = {}): Promise<RequestArgs> => {
|
|
927
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
928
|
-
if (accountName === null || accountName === undefined) {
|
|
929
|
-
throw new RequiredError('accountName','Required parameter accountName was null or undefined when calling updateSubscription.');
|
|
930
|
-
}
|
|
931
|
-
// verify required parameter 'subscriptionUpdate' is not null or undefined
|
|
932
|
-
if (subscriptionUpdate === null || subscriptionUpdate === undefined) {
|
|
933
|
-
throw new RequiredError('subscriptionUpdate','Required parameter subscriptionUpdate was null or undefined when calling updateSubscription.');
|
|
934
|
-
}
|
|
935
|
-
const localVarPath = `/payments/{account_name}/subscription`
|
|
936
|
-
.replace(`{${"account_name"}}`, encodeURIComponent(String(accountName)));
|
|
937
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
938
|
-
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
939
|
-
let baseOptions;
|
|
940
|
-
if (configuration) {
|
|
941
|
-
baseOptions = configuration.baseOptions;
|
|
942
|
-
}
|
|
943
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
944
|
-
const localVarHeaderParameter = {} as any;
|
|
945
|
-
const localVarQueryParameter = {} as any;
|
|
946
|
-
|
|
947
|
-
// authentication APIKeyAuth required
|
|
948
|
-
if (configuration && configuration.apiKey) {
|
|
949
|
-
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
950
|
-
? await configuration.apiKey("x-pollination-token")
|
|
951
|
-
: await configuration.apiKey;
|
|
952
|
-
localVarHeaderParameter["x-pollination-token"] = localVarApiKeyValue;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
// authentication JWTAuth required
|
|
956
|
-
// http bearer authentication required
|
|
957
|
-
if (configuration && configuration.accessToken) {
|
|
958
|
-
const accessToken = typeof configuration.accessToken === 'function'
|
|
959
|
-
? await configuration.accessToken()
|
|
960
|
-
: await configuration.accessToken;
|
|
961
|
-
localVarHeaderParameter["Authorization"] = "Bearer " + accessToken;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
967
|
-
|
|
968
|
-
const query = new URLSearchParams(localVarUrlObj.search);
|
|
969
|
-
for (const key in localVarQueryParameter) {
|
|
970
|
-
query.set(key, localVarQueryParameter[key]);
|
|
971
|
-
}
|
|
972
|
-
for (const key in options.query) {
|
|
973
|
-
query.set(key, options.query[key]);
|
|
974
|
-
}
|
|
975
|
-
localVarUrlObj.search = (new URLSearchParams(query)).toString();
|
|
976
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
977
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
978
|
-
const needsSerialization = (typeof subscriptionUpdate !== "string") || localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
979
|
-
localVarRequestOptions.data = needsSerialization ? JSON.stringify(subscriptionUpdate !== undefined ? subscriptionUpdate : {}) : (subscriptionUpdate || "");
|
|
980
|
-
|
|
981
|
-
return {
|
|
982
|
-
url: localVarUrlObj.pathname + localVarUrlObj.search + localVarUrlObj.hash,
|
|
983
|
-
options: localVarRequestOptions,
|
|
984
|
-
};
|
|
985
|
-
},
|
|
986
|
-
}
|
|
987
|
-
};
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* PaymentsApi - functional programming interface
|
|
991
|
-
* @export
|
|
992
|
-
*/
|
|
993
|
-
export const PaymentsApiFp = function(configuration?: Configuration) {
|
|
994
|
-
return {
|
|
995
|
-
/**
|
|
996
|
-
*
|
|
997
|
-
* @summary Cancel Subscription
|
|
998
|
-
* @param {string} accountName
|
|
999
|
-
* @param {*} [options] Override http request option.
|
|
1000
|
-
* @throws {RequiredError}
|
|
1001
|
-
*/
|
|
1002
|
-
async cancelSubscription(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
|
1003
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).cancelSubscription(accountName, options);
|
|
1004
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1005
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1006
|
-
return axios.request(axiosRequestArgs);
|
|
1007
|
-
};
|
|
1008
|
-
},
|
|
1009
|
-
/**
|
|
1010
|
-
*
|
|
1011
|
-
* @summary Add Payment Method
|
|
1012
|
-
* @param {string} accountName
|
|
1013
|
-
* @param {PaymentCreate} paymentCreate
|
|
1014
|
-
* @param {*} [options] Override http request option.
|
|
1015
|
-
* @throws {RequiredError}
|
|
1016
|
-
*/
|
|
1017
|
-
async createPaymentMethod(accountName: string, paymentCreate: PaymentCreate, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentSetup>> {
|
|
1018
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).createPaymentMethod(accountName, paymentCreate, options);
|
|
1019
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1020
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1021
|
-
return axios.request(axiosRequestArgs);
|
|
1022
|
-
};
|
|
1023
|
-
},
|
|
1024
|
-
/**
|
|
1025
|
-
*
|
|
1026
|
-
* @summary Create Subscription
|
|
1027
|
-
* @param {string} accountName
|
|
1028
|
-
* @param {SubscriptionCreate} subscriptionCreate
|
|
1029
|
-
* @param {*} [options] Override http request option.
|
|
1030
|
-
* @throws {RequiredError}
|
|
1031
|
-
*/
|
|
1032
|
-
async createSubscription(accountName: string, subscriptionCreate: SubscriptionCreate, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedContent>> {
|
|
1033
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).createSubscription(accountName, subscriptionCreate, options);
|
|
1034
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1035
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1036
|
-
return axios.request(axiosRequestArgs);
|
|
1037
|
-
};
|
|
1038
|
-
},
|
|
1039
|
-
/**
|
|
1040
|
-
*
|
|
1041
|
-
* @summary Get Default Payment Method
|
|
1042
|
-
* @param {string} accountName
|
|
1043
|
-
* @param {*} [options] Override http request option.
|
|
1044
|
-
* @throws {RequiredError}
|
|
1045
|
-
*/
|
|
1046
|
-
async getDefaultPaymentMethod(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CardPublic>> {
|
|
1047
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getDefaultPaymentMethod(accountName, options);
|
|
1048
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1049
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1050
|
-
return axios.request(axiosRequestArgs);
|
|
1051
|
-
};
|
|
1052
|
-
},
|
|
1053
|
-
/**
|
|
1054
|
-
*
|
|
1055
|
-
* @summary Get Failed Payment
|
|
1056
|
-
* @param {string} accountName
|
|
1057
|
-
* @param {*} [options] Override http request option.
|
|
1058
|
-
* @throws {RequiredError}
|
|
1059
|
-
*/
|
|
1060
|
-
async getFailedPayment(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentIntent>> {
|
|
1061
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getFailedPayment(accountName, options);
|
|
1062
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1063
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1064
|
-
return axios.request(axiosRequestArgs);
|
|
1065
|
-
};
|
|
1066
|
-
},
|
|
1067
|
-
/**
|
|
1068
|
-
*
|
|
1069
|
-
* @summary Get Inventory
|
|
1070
|
-
* @param {string} accountName
|
|
1071
|
-
* @param {*} [options] Override http request option.
|
|
1072
|
-
* @throws {RequiredError}
|
|
1073
|
-
*/
|
|
1074
|
-
async getInventory(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Inventory>> {
|
|
1075
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getInventory(accountName, options);
|
|
1076
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1077
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1078
|
-
return axios.request(axiosRequestArgs);
|
|
1079
|
-
};
|
|
1080
|
-
},
|
|
1081
|
-
/**
|
|
1082
|
-
*
|
|
1083
|
-
* @summary Get Invoice List
|
|
1084
|
-
* @param {string} accountName
|
|
1085
|
-
* @param {string} [startingAfter]
|
|
1086
|
-
* @param {string} [endingBefore]
|
|
1087
|
-
* @param {number} [limit]
|
|
1088
|
-
* @param {number} [perPage] Number of items per page
|
|
1089
|
-
* @param {*} [options] Override http request option.
|
|
1090
|
-
* @throws {RequiredError}
|
|
1091
|
-
*/
|
|
1092
|
-
async getInvoiceList(accountName: string, startingAfter?: string, endingBefore?: string, limit?: number, perPage?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoiceList>> {
|
|
1093
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getInvoiceList(accountName, startingAfter, endingBefore, limit, perPage, options);
|
|
1094
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1095
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1096
|
-
return axios.request(axiosRequestArgs);
|
|
1097
|
-
};
|
|
1098
|
-
},
|
|
1099
|
-
/**
|
|
1100
|
-
*
|
|
1101
|
-
* @summary Get Next Invoice
|
|
1102
|
-
* @param {string} accountName
|
|
1103
|
-
* @param {*} [options] Override http request option.
|
|
1104
|
-
* @throws {RequiredError}
|
|
1105
|
-
*/
|
|
1106
|
-
async getNextInvoice(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InvoicePreview>> {
|
|
1107
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getNextInvoice(accountName, options);
|
|
1108
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1109
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1110
|
-
return axios.request(axiosRequestArgs);
|
|
1111
|
-
};
|
|
1112
|
-
},
|
|
1113
|
-
/**
|
|
1114
|
-
*
|
|
1115
|
-
* @summary Get Status
|
|
1116
|
-
* @param {string} accountName
|
|
1117
|
-
* @param {*} [options] Override http request option.
|
|
1118
|
-
* @throws {RequiredError}
|
|
1119
|
-
*/
|
|
1120
|
-
async getStatus(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Status>> {
|
|
1121
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getStatus(accountName, options);
|
|
1122
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1123
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1124
|
-
return axios.request(axiosRequestArgs);
|
|
1125
|
-
};
|
|
1126
|
-
},
|
|
1127
|
-
/**
|
|
1128
|
-
*
|
|
1129
|
-
* @summary Get Subscription
|
|
1130
|
-
* @param {string} accountName
|
|
1131
|
-
* @param {*} [options] Override http request option.
|
|
1132
|
-
* @throws {RequiredError}
|
|
1133
|
-
*/
|
|
1134
|
-
async getSubscription(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Subscription>> {
|
|
1135
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getSubscription(accountName, options);
|
|
1136
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1137
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1138
|
-
return axios.request(axiosRequestArgs);
|
|
1139
|
-
};
|
|
1140
|
-
},
|
|
1141
|
-
/**
|
|
1142
|
-
*
|
|
1143
|
-
* @summary Get Unfiltered Inventory
|
|
1144
|
-
* @param {*} [options] Override http request option.
|
|
1145
|
-
* @throws {RequiredError}
|
|
1146
|
-
*/
|
|
1147
|
-
async getUnfilteredInventory(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Inventory>> {
|
|
1148
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).getUnfilteredInventory(options);
|
|
1149
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1150
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1151
|
-
return axios.request(axiosRequestArgs);
|
|
1152
|
-
};
|
|
1153
|
-
},
|
|
1154
|
-
/**
|
|
1155
|
-
*
|
|
1156
|
-
* @summary Get Payment Methods
|
|
1157
|
-
* @param {string} accountName
|
|
1158
|
-
* @param {*} [options] Override http request option.
|
|
1159
|
-
* @throws {RequiredError}
|
|
1160
|
-
*/
|
|
1161
|
-
async listPaymentMethods(accountName: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodList>> {
|
|
1162
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).listPaymentMethods(accountName, options);
|
|
1163
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1164
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1165
|
-
return axios.request(axiosRequestArgs);
|
|
1166
|
-
};
|
|
1167
|
-
},
|
|
1168
|
-
/**
|
|
1169
|
-
*
|
|
1170
|
-
* @summary Preview Update Subscription
|
|
1171
|
-
* @param {string} accountName
|
|
1172
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
1173
|
-
* @param {*} [options] Override http request option.
|
|
1174
|
-
* @throws {RequiredError}
|
|
1175
|
-
*/
|
|
1176
|
-
async previewUpdateSubscription(accountName: string, subscriptionUpdate: SubscriptionUpdate, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateInvoicePreview>> {
|
|
1177
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).previewUpdateSubscription(accountName, subscriptionUpdate, options);
|
|
1178
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1179
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1180
|
-
return axios.request(axiosRequestArgs);
|
|
1181
|
-
};
|
|
1182
|
-
},
|
|
1183
|
-
/**
|
|
1184
|
-
*
|
|
1185
|
-
* @summary Subscribe
|
|
1186
|
-
* @param {string} accountName
|
|
1187
|
-
* @param {Subscribe} subscribe
|
|
1188
|
-
* @param {*} [options] Override http request option.
|
|
1189
|
-
* @throws {RequiredError}
|
|
1190
|
-
*/
|
|
1191
|
-
async subscribe(accountName: string, subscribe: Subscribe, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatedContent>> {
|
|
1192
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).subscribe(accountName, subscribe, options);
|
|
1193
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1194
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1195
|
-
return axios.request(axiosRequestArgs);
|
|
1196
|
-
};
|
|
1197
|
-
},
|
|
1198
|
-
/**
|
|
1199
|
-
*
|
|
1200
|
-
* @summary Update Subscription
|
|
1201
|
-
* @param {string} accountName
|
|
1202
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
1203
|
-
* @param {*} [options] Override http request option.
|
|
1204
|
-
* @throws {RequiredError}
|
|
1205
|
-
*/
|
|
1206
|
-
async updateSubscription(accountName: string, subscriptionUpdate: SubscriptionUpdate, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Subscription>> {
|
|
1207
|
-
const localVarAxiosArgs = await PaymentsApiAxiosParamCreator(configuration).updateSubscription(accountName, subscriptionUpdate, options);
|
|
1208
|
-
return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
1209
|
-
const axiosRequestArgs = {...localVarAxiosArgs.options, url: basePath + localVarAxiosArgs.url};
|
|
1210
|
-
return axios.request(axiosRequestArgs);
|
|
1211
|
-
};
|
|
1212
|
-
},
|
|
1213
|
-
}
|
|
1214
|
-
};
|
|
1215
|
-
|
|
1216
|
-
/**
|
|
1217
|
-
* PaymentsApi - factory interface
|
|
1218
|
-
* @export
|
|
1219
|
-
*/
|
|
1220
|
-
export const PaymentsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1221
|
-
return {
|
|
1222
|
-
/**
|
|
1223
|
-
*
|
|
1224
|
-
* @summary Cancel Subscription
|
|
1225
|
-
* @param {string} accountName
|
|
1226
|
-
* @param {*} [options] Override http request option.
|
|
1227
|
-
* @throws {RequiredError}
|
|
1228
|
-
*/
|
|
1229
|
-
cancelSubscription(accountName: string, options?: any): AxiosPromise<any> {
|
|
1230
|
-
return PaymentsApiFp(configuration).cancelSubscription(accountName, options).then((request) => request(axios, basePath));
|
|
1231
|
-
},
|
|
1232
|
-
/**
|
|
1233
|
-
*
|
|
1234
|
-
* @summary Add Payment Method
|
|
1235
|
-
* @param {string} accountName
|
|
1236
|
-
* @param {PaymentCreate} paymentCreate
|
|
1237
|
-
* @param {*} [options] Override http request option.
|
|
1238
|
-
* @throws {RequiredError}
|
|
1239
|
-
*/
|
|
1240
|
-
createPaymentMethod(accountName: string, paymentCreate: PaymentCreate, options?: any): AxiosPromise<PaymentSetup> {
|
|
1241
|
-
return PaymentsApiFp(configuration).createPaymentMethod(accountName, paymentCreate, options).then((request) => request(axios, basePath));
|
|
1242
|
-
},
|
|
1243
|
-
/**
|
|
1244
|
-
*
|
|
1245
|
-
* @summary Create Subscription
|
|
1246
|
-
* @param {string} accountName
|
|
1247
|
-
* @param {SubscriptionCreate} subscriptionCreate
|
|
1248
|
-
* @param {*} [options] Override http request option.
|
|
1249
|
-
* @throws {RequiredError}
|
|
1250
|
-
*/
|
|
1251
|
-
createSubscription(accountName: string, subscriptionCreate: SubscriptionCreate, options?: any): AxiosPromise<CreatedContent> {
|
|
1252
|
-
return PaymentsApiFp(configuration).createSubscription(accountName, subscriptionCreate, options).then((request) => request(axios, basePath));
|
|
1253
|
-
},
|
|
1254
|
-
/**
|
|
1255
|
-
*
|
|
1256
|
-
* @summary Get Default Payment Method
|
|
1257
|
-
* @param {string} accountName
|
|
1258
|
-
* @param {*} [options] Override http request option.
|
|
1259
|
-
* @throws {RequiredError}
|
|
1260
|
-
*/
|
|
1261
|
-
getDefaultPaymentMethod(accountName: string, options?: any): AxiosPromise<CardPublic> {
|
|
1262
|
-
return PaymentsApiFp(configuration).getDefaultPaymentMethod(accountName, options).then((request) => request(axios, basePath));
|
|
1263
|
-
},
|
|
1264
|
-
/**
|
|
1265
|
-
*
|
|
1266
|
-
* @summary Get Failed Payment
|
|
1267
|
-
* @param {string} accountName
|
|
1268
|
-
* @param {*} [options] Override http request option.
|
|
1269
|
-
* @throws {RequiredError}
|
|
1270
|
-
*/
|
|
1271
|
-
getFailedPayment(accountName: string, options?: any): AxiosPromise<PaymentIntent> {
|
|
1272
|
-
return PaymentsApiFp(configuration).getFailedPayment(accountName, options).then((request) => request(axios, basePath));
|
|
1273
|
-
},
|
|
1274
|
-
/**
|
|
1275
|
-
*
|
|
1276
|
-
* @summary Get Inventory
|
|
1277
|
-
* @param {string} accountName
|
|
1278
|
-
* @param {*} [options] Override http request option.
|
|
1279
|
-
* @throws {RequiredError}
|
|
1280
|
-
*/
|
|
1281
|
-
getInventory(accountName: string, options?: any): AxiosPromise<Inventory> {
|
|
1282
|
-
return PaymentsApiFp(configuration).getInventory(accountName, options).then((request) => request(axios, basePath));
|
|
1283
|
-
},
|
|
1284
|
-
/**
|
|
1285
|
-
*
|
|
1286
|
-
* @summary Get Invoice List
|
|
1287
|
-
* @param {string} accountName
|
|
1288
|
-
* @param {string} [startingAfter]
|
|
1289
|
-
* @param {string} [endingBefore]
|
|
1290
|
-
* @param {number} [limit]
|
|
1291
|
-
* @param {number} [perPage] Number of items per page
|
|
1292
|
-
* @param {*} [options] Override http request option.
|
|
1293
|
-
* @throws {RequiredError}
|
|
1294
|
-
*/
|
|
1295
|
-
getInvoiceList(accountName: string, startingAfter?: string, endingBefore?: string, limit?: number, perPage?: number, options?: any): AxiosPromise<InvoiceList> {
|
|
1296
|
-
return PaymentsApiFp(configuration).getInvoiceList(accountName, startingAfter, endingBefore, limit, perPage, options).then((request) => request(axios, basePath));
|
|
1297
|
-
},
|
|
1298
|
-
/**
|
|
1299
|
-
*
|
|
1300
|
-
* @summary Get Next Invoice
|
|
1301
|
-
* @param {string} accountName
|
|
1302
|
-
* @param {*} [options] Override http request option.
|
|
1303
|
-
* @throws {RequiredError}
|
|
1304
|
-
*/
|
|
1305
|
-
getNextInvoice(accountName: string, options?: any): AxiosPromise<InvoicePreview> {
|
|
1306
|
-
return PaymentsApiFp(configuration).getNextInvoice(accountName, options).then((request) => request(axios, basePath));
|
|
1307
|
-
},
|
|
1308
|
-
/**
|
|
1309
|
-
*
|
|
1310
|
-
* @summary Get Status
|
|
1311
|
-
* @param {string} accountName
|
|
1312
|
-
* @param {*} [options] Override http request option.
|
|
1313
|
-
* @throws {RequiredError}
|
|
1314
|
-
*/
|
|
1315
|
-
getStatus(accountName: string, options?: any): AxiosPromise<Status> {
|
|
1316
|
-
return PaymentsApiFp(configuration).getStatus(accountName, options).then((request) => request(axios, basePath));
|
|
1317
|
-
},
|
|
1318
|
-
/**
|
|
1319
|
-
*
|
|
1320
|
-
* @summary Get Subscription
|
|
1321
|
-
* @param {string} accountName
|
|
1322
|
-
* @param {*} [options] Override http request option.
|
|
1323
|
-
* @throws {RequiredError}
|
|
1324
|
-
*/
|
|
1325
|
-
getSubscription(accountName: string, options?: any): AxiosPromise<Subscription> {
|
|
1326
|
-
return PaymentsApiFp(configuration).getSubscription(accountName, options).then((request) => request(axios, basePath));
|
|
1327
|
-
},
|
|
1328
|
-
/**
|
|
1329
|
-
*
|
|
1330
|
-
* @summary Get Unfiltered Inventory
|
|
1331
|
-
* @param {*} [options] Override http request option.
|
|
1332
|
-
* @throws {RequiredError}
|
|
1333
|
-
*/
|
|
1334
|
-
getUnfilteredInventory(options?: any): AxiosPromise<Inventory> {
|
|
1335
|
-
return PaymentsApiFp(configuration).getUnfilteredInventory(options).then((request) => request(axios, basePath));
|
|
1336
|
-
},
|
|
1337
|
-
/**
|
|
1338
|
-
*
|
|
1339
|
-
* @summary Get Payment Methods
|
|
1340
|
-
* @param {string} accountName
|
|
1341
|
-
* @param {*} [options] Override http request option.
|
|
1342
|
-
* @throws {RequiredError}
|
|
1343
|
-
*/
|
|
1344
|
-
listPaymentMethods(accountName: string, options?: any): AxiosPromise<PaymentMethodList> {
|
|
1345
|
-
return PaymentsApiFp(configuration).listPaymentMethods(accountName, options).then((request) => request(axios, basePath));
|
|
1346
|
-
},
|
|
1347
|
-
/**
|
|
1348
|
-
*
|
|
1349
|
-
* @summary Preview Update Subscription
|
|
1350
|
-
* @param {string} accountName
|
|
1351
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
1352
|
-
* @param {*} [options] Override http request option.
|
|
1353
|
-
* @throws {RequiredError}
|
|
1354
|
-
*/
|
|
1355
|
-
previewUpdateSubscription(accountName: string, subscriptionUpdate: SubscriptionUpdate, options?: any): AxiosPromise<UpdateInvoicePreview> {
|
|
1356
|
-
return PaymentsApiFp(configuration).previewUpdateSubscription(accountName, subscriptionUpdate, options).then((request) => request(axios, basePath));
|
|
1357
|
-
},
|
|
1358
|
-
/**
|
|
1359
|
-
*
|
|
1360
|
-
* @summary Subscribe
|
|
1361
|
-
* @param {string} accountName
|
|
1362
|
-
* @param {Subscribe} subscribe
|
|
1363
|
-
* @param {*} [options] Override http request option.
|
|
1364
|
-
* @throws {RequiredError}
|
|
1365
|
-
*/
|
|
1366
|
-
subscribe(accountName: string, subscribe: Subscribe, options?: any): AxiosPromise<CreatedContent> {
|
|
1367
|
-
return PaymentsApiFp(configuration).subscribe(accountName, subscribe, options).then((request) => request(axios, basePath));
|
|
1368
|
-
},
|
|
1369
|
-
/**
|
|
1370
|
-
*
|
|
1371
|
-
* @summary Update Subscription
|
|
1372
|
-
* @param {string} accountName
|
|
1373
|
-
* @param {SubscriptionUpdate} subscriptionUpdate
|
|
1374
|
-
* @param {*} [options] Override http request option.
|
|
1375
|
-
* @throws {RequiredError}
|
|
1376
|
-
*/
|
|
1377
|
-
updateSubscription(accountName: string, subscriptionUpdate: SubscriptionUpdate, options?: any): AxiosPromise<Subscription> {
|
|
1378
|
-
return PaymentsApiFp(configuration).updateSubscription(accountName, subscriptionUpdate, options).then((request) => request(axios, basePath));
|
|
1379
|
-
},
|
|
1380
|
-
};
|
|
1381
|
-
};
|
|
1382
|
-
|
|
1383
|
-
/**
|
|
1384
|
-
* Request parameters for cancelSubscription operation in PaymentsApi.
|
|
1385
|
-
* @export
|
|
1386
|
-
* @interface PaymentsApiCancelSubscriptionRequest
|
|
1387
|
-
*/
|
|
1388
|
-
export interface PaymentsApiCancelSubscriptionRequest {
|
|
1389
|
-
/**
|
|
1390
|
-
*
|
|
1391
|
-
* @type {string}
|
|
1392
|
-
* @memberof PaymentsApiCancelSubscription
|
|
1393
|
-
*/
|
|
1394
|
-
readonly accountName: string
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
/**
|
|
1398
|
-
* Request parameters for createPaymentMethod operation in PaymentsApi.
|
|
1399
|
-
* @export
|
|
1400
|
-
* @interface PaymentsApiCreatePaymentMethodRequest
|
|
1401
|
-
*/
|
|
1402
|
-
export interface PaymentsApiCreatePaymentMethodRequest {
|
|
1403
|
-
/**
|
|
1404
|
-
*
|
|
1405
|
-
* @type {string}
|
|
1406
|
-
* @memberof PaymentsApiCreatePaymentMethod
|
|
1407
|
-
*/
|
|
1408
|
-
readonly accountName: string
|
|
1409
|
-
|
|
1410
|
-
/**
|
|
1411
|
-
*
|
|
1412
|
-
* @type {PaymentCreate}
|
|
1413
|
-
* @memberof PaymentsApiCreatePaymentMethod
|
|
1414
|
-
*/
|
|
1415
|
-
readonly paymentCreate: PaymentCreate
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* Request parameters for createSubscription operation in PaymentsApi.
|
|
1420
|
-
* @export
|
|
1421
|
-
* @interface PaymentsApiCreateSubscriptionRequest
|
|
1422
|
-
*/
|
|
1423
|
-
export interface PaymentsApiCreateSubscriptionRequest {
|
|
1424
|
-
/**
|
|
1425
|
-
*
|
|
1426
|
-
* @type {string}
|
|
1427
|
-
* @memberof PaymentsApiCreateSubscription
|
|
1428
|
-
*/
|
|
1429
|
-
readonly accountName: string
|
|
1430
|
-
|
|
1431
|
-
/**
|
|
1432
|
-
*
|
|
1433
|
-
* @type {SubscriptionCreate}
|
|
1434
|
-
* @memberof PaymentsApiCreateSubscription
|
|
1435
|
-
*/
|
|
1436
|
-
readonly subscriptionCreate: SubscriptionCreate
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/**
|
|
1440
|
-
* Request parameters for getDefaultPaymentMethod operation in PaymentsApi.
|
|
1441
|
-
* @export
|
|
1442
|
-
* @interface PaymentsApiGetDefaultPaymentMethodRequest
|
|
1443
|
-
*/
|
|
1444
|
-
export interface PaymentsApiGetDefaultPaymentMethodRequest {
|
|
1445
|
-
/**
|
|
1446
|
-
*
|
|
1447
|
-
* @type {string}
|
|
1448
|
-
* @memberof PaymentsApiGetDefaultPaymentMethod
|
|
1449
|
-
*/
|
|
1450
|
-
readonly accountName: string
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
/**
|
|
1454
|
-
* Request parameters for getFailedPayment operation in PaymentsApi.
|
|
1455
|
-
* @export
|
|
1456
|
-
* @interface PaymentsApiGetFailedPaymentRequest
|
|
1457
|
-
*/
|
|
1458
|
-
export interface PaymentsApiGetFailedPaymentRequest {
|
|
1459
|
-
/**
|
|
1460
|
-
*
|
|
1461
|
-
* @type {string}
|
|
1462
|
-
* @memberof PaymentsApiGetFailedPayment
|
|
1463
|
-
*/
|
|
1464
|
-
readonly accountName: string
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
/**
|
|
1468
|
-
* Request parameters for getInventory operation in PaymentsApi.
|
|
1469
|
-
* @export
|
|
1470
|
-
* @interface PaymentsApiGetInventoryRequest
|
|
1471
|
-
*/
|
|
1472
|
-
export interface PaymentsApiGetInventoryRequest {
|
|
1473
|
-
/**
|
|
1474
|
-
*
|
|
1475
|
-
* @type {string}
|
|
1476
|
-
* @memberof PaymentsApiGetInventory
|
|
1477
|
-
*/
|
|
1478
|
-
readonly accountName: string
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
/**
|
|
1482
|
-
* Request parameters for getInvoiceList operation in PaymentsApi.
|
|
1483
|
-
* @export
|
|
1484
|
-
* @interface PaymentsApiGetInvoiceListRequest
|
|
1485
|
-
*/
|
|
1486
|
-
export interface PaymentsApiGetInvoiceListRequest {
|
|
1487
|
-
/**
|
|
1488
|
-
*
|
|
1489
|
-
* @type {string}
|
|
1490
|
-
* @memberof PaymentsApiGetInvoiceList
|
|
1491
|
-
*/
|
|
1492
|
-
readonly accountName: string
|
|
1493
|
-
|
|
1494
|
-
/**
|
|
1495
|
-
*
|
|
1496
|
-
* @type {string}
|
|
1497
|
-
* @memberof PaymentsApiGetInvoiceList
|
|
1498
|
-
*/
|
|
1499
|
-
readonly startingAfter?: string
|
|
1500
|
-
|
|
1501
|
-
/**
|
|
1502
|
-
*
|
|
1503
|
-
* @type {string}
|
|
1504
|
-
* @memberof PaymentsApiGetInvoiceList
|
|
1505
|
-
*/
|
|
1506
|
-
readonly endingBefore?: string
|
|
1507
|
-
|
|
1508
|
-
/**
|
|
1509
|
-
*
|
|
1510
|
-
* @type {number}
|
|
1511
|
-
* @memberof PaymentsApiGetInvoiceList
|
|
1512
|
-
*/
|
|
1513
|
-
readonly limit?: number
|
|
1514
|
-
|
|
1515
|
-
/**
|
|
1516
|
-
* Number of items per page
|
|
1517
|
-
* @type {number}
|
|
1518
|
-
* @memberof PaymentsApiGetInvoiceList
|
|
1519
|
-
*/
|
|
1520
|
-
readonly perPage?: number
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
/**
|
|
1524
|
-
* Request parameters for getNextInvoice operation in PaymentsApi.
|
|
1525
|
-
* @export
|
|
1526
|
-
* @interface PaymentsApiGetNextInvoiceRequest
|
|
1527
|
-
*/
|
|
1528
|
-
export interface PaymentsApiGetNextInvoiceRequest {
|
|
1529
|
-
/**
|
|
1530
|
-
*
|
|
1531
|
-
* @type {string}
|
|
1532
|
-
* @memberof PaymentsApiGetNextInvoice
|
|
1533
|
-
*/
|
|
1534
|
-
readonly accountName: string
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
/**
|
|
1538
|
-
* Request parameters for getStatus operation in PaymentsApi.
|
|
1539
|
-
* @export
|
|
1540
|
-
* @interface PaymentsApiGetStatusRequest
|
|
1541
|
-
*/
|
|
1542
|
-
export interface PaymentsApiGetStatusRequest {
|
|
1543
|
-
/**
|
|
1544
|
-
*
|
|
1545
|
-
* @type {string}
|
|
1546
|
-
* @memberof PaymentsApiGetStatus
|
|
1547
|
-
*/
|
|
1548
|
-
readonly accountName: string
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
/**
|
|
1552
|
-
* Request parameters for getSubscription operation in PaymentsApi.
|
|
1553
|
-
* @export
|
|
1554
|
-
* @interface PaymentsApiGetSubscriptionRequest
|
|
1555
|
-
*/
|
|
1556
|
-
export interface PaymentsApiGetSubscriptionRequest {
|
|
1557
|
-
/**
|
|
1558
|
-
*
|
|
1559
|
-
* @type {string}
|
|
1560
|
-
* @memberof PaymentsApiGetSubscription
|
|
1561
|
-
*/
|
|
1562
|
-
readonly accountName: string
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
/**
|
|
1566
|
-
* Request parameters for listPaymentMethods operation in PaymentsApi.
|
|
1567
|
-
* @export
|
|
1568
|
-
* @interface PaymentsApiListPaymentMethodsRequest
|
|
1569
|
-
*/
|
|
1570
|
-
export interface PaymentsApiListPaymentMethodsRequest {
|
|
1571
|
-
/**
|
|
1572
|
-
*
|
|
1573
|
-
* @type {string}
|
|
1574
|
-
* @memberof PaymentsApiListPaymentMethods
|
|
1575
|
-
*/
|
|
1576
|
-
readonly accountName: string
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
|
-
/**
|
|
1580
|
-
* Request parameters for previewUpdateSubscription operation in PaymentsApi.
|
|
1581
|
-
* @export
|
|
1582
|
-
* @interface PaymentsApiPreviewUpdateSubscriptionRequest
|
|
1583
|
-
*/
|
|
1584
|
-
export interface PaymentsApiPreviewUpdateSubscriptionRequest {
|
|
1585
|
-
/**
|
|
1586
|
-
*
|
|
1587
|
-
* @type {string}
|
|
1588
|
-
* @memberof PaymentsApiPreviewUpdateSubscription
|
|
1589
|
-
*/
|
|
1590
|
-
readonly accountName: string
|
|
1591
|
-
|
|
1592
|
-
/**
|
|
1593
|
-
*
|
|
1594
|
-
* @type {SubscriptionUpdate}
|
|
1595
|
-
* @memberof PaymentsApiPreviewUpdateSubscription
|
|
1596
|
-
*/
|
|
1597
|
-
readonly subscriptionUpdate: SubscriptionUpdate
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
/**
|
|
1601
|
-
* Request parameters for subscribe operation in PaymentsApi.
|
|
1602
|
-
* @export
|
|
1603
|
-
* @interface PaymentsApiSubscribeRequest
|
|
1604
|
-
*/
|
|
1605
|
-
export interface PaymentsApiSubscribeRequest {
|
|
1606
|
-
/**
|
|
1607
|
-
*
|
|
1608
|
-
* @type {string}
|
|
1609
|
-
* @memberof PaymentsApiSubscribe
|
|
1610
|
-
*/
|
|
1611
|
-
readonly accountName: string
|
|
1612
|
-
|
|
1613
|
-
/**
|
|
1614
|
-
*
|
|
1615
|
-
* @type {Subscribe}
|
|
1616
|
-
* @memberof PaymentsApiSubscribe
|
|
1617
|
-
*/
|
|
1618
|
-
readonly subscribe: Subscribe
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
/**
|
|
1622
|
-
* Request parameters for updateSubscription operation in PaymentsApi.
|
|
1623
|
-
* @export
|
|
1624
|
-
* @interface PaymentsApiUpdateSubscriptionRequest
|
|
1625
|
-
*/
|
|
1626
|
-
export interface PaymentsApiUpdateSubscriptionRequest {
|
|
1627
|
-
/**
|
|
1628
|
-
*
|
|
1629
|
-
* @type {string}
|
|
1630
|
-
* @memberof PaymentsApiUpdateSubscription
|
|
1631
|
-
*/
|
|
1632
|
-
readonly accountName: string
|
|
1633
|
-
|
|
1634
|
-
/**
|
|
1635
|
-
*
|
|
1636
|
-
* @type {SubscriptionUpdate}
|
|
1637
|
-
* @memberof PaymentsApiUpdateSubscription
|
|
1638
|
-
*/
|
|
1639
|
-
readonly subscriptionUpdate: SubscriptionUpdate
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
/**
|
|
1643
|
-
* PaymentsApi - object-oriented interface
|
|
1644
|
-
* @export
|
|
1645
|
-
* @class PaymentsApi
|
|
1646
|
-
* @extends {BaseAPI}
|
|
1647
|
-
*/
|
|
1648
|
-
export class PaymentsApi extends BaseAPI {
|
|
1649
|
-
/**
|
|
1650
|
-
*
|
|
1651
|
-
* @summary Cancel Subscription
|
|
1652
|
-
* @param {PaymentsApiCancelSubscriptionRequest} requestParameters Request parameters.
|
|
1653
|
-
* @param {*} [options] Override http request option.
|
|
1654
|
-
* @throws {RequiredError}
|
|
1655
|
-
* @memberof PaymentsApi
|
|
1656
|
-
*/
|
|
1657
|
-
public cancelSubscription(requestParameters: PaymentsApiCancelSubscriptionRequest, options?: any) {
|
|
1658
|
-
return PaymentsApiFp(this.configuration).cancelSubscription(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
/**
|
|
1662
|
-
*
|
|
1663
|
-
* @summary Add Payment Method
|
|
1664
|
-
* @param {PaymentsApiCreatePaymentMethodRequest} requestParameters Request parameters.
|
|
1665
|
-
* @param {*} [options] Override http request option.
|
|
1666
|
-
* @throws {RequiredError}
|
|
1667
|
-
* @memberof PaymentsApi
|
|
1668
|
-
*/
|
|
1669
|
-
public createPaymentMethod(requestParameters: PaymentsApiCreatePaymentMethodRequest, options?: any) {
|
|
1670
|
-
return PaymentsApiFp(this.configuration).createPaymentMethod(requestParameters.accountName, requestParameters.paymentCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
/**
|
|
1674
|
-
*
|
|
1675
|
-
* @summary Create Subscription
|
|
1676
|
-
* @param {PaymentsApiCreateSubscriptionRequest} requestParameters Request parameters.
|
|
1677
|
-
* @param {*} [options] Override http request option.
|
|
1678
|
-
* @throws {RequiredError}
|
|
1679
|
-
* @memberof PaymentsApi
|
|
1680
|
-
*/
|
|
1681
|
-
public createSubscription(requestParameters: PaymentsApiCreateSubscriptionRequest, options?: any) {
|
|
1682
|
-
return PaymentsApiFp(this.configuration).createSubscription(requestParameters.accountName, requestParameters.subscriptionCreate, options).then((request) => request(this.axios, this.basePath));
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
/**
|
|
1686
|
-
*
|
|
1687
|
-
* @summary Get Default Payment Method
|
|
1688
|
-
* @param {PaymentsApiGetDefaultPaymentMethodRequest} requestParameters Request parameters.
|
|
1689
|
-
* @param {*} [options] Override http request option.
|
|
1690
|
-
* @throws {RequiredError}
|
|
1691
|
-
* @memberof PaymentsApi
|
|
1692
|
-
*/
|
|
1693
|
-
public getDefaultPaymentMethod(requestParameters: PaymentsApiGetDefaultPaymentMethodRequest, options?: any) {
|
|
1694
|
-
return PaymentsApiFp(this.configuration).getDefaultPaymentMethod(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
/**
|
|
1698
|
-
*
|
|
1699
|
-
* @summary Get Failed Payment
|
|
1700
|
-
* @param {PaymentsApiGetFailedPaymentRequest} requestParameters Request parameters.
|
|
1701
|
-
* @param {*} [options] Override http request option.
|
|
1702
|
-
* @throws {RequiredError}
|
|
1703
|
-
* @memberof PaymentsApi
|
|
1704
|
-
*/
|
|
1705
|
-
public getFailedPayment(requestParameters: PaymentsApiGetFailedPaymentRequest, options?: any) {
|
|
1706
|
-
return PaymentsApiFp(this.configuration).getFailedPayment(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
/**
|
|
1710
|
-
*
|
|
1711
|
-
* @summary Get Inventory
|
|
1712
|
-
* @param {PaymentsApiGetInventoryRequest} requestParameters Request parameters.
|
|
1713
|
-
* @param {*} [options] Override http request option.
|
|
1714
|
-
* @throws {RequiredError}
|
|
1715
|
-
* @memberof PaymentsApi
|
|
1716
|
-
*/
|
|
1717
|
-
public getInventory(requestParameters: PaymentsApiGetInventoryRequest, options?: any) {
|
|
1718
|
-
return PaymentsApiFp(this.configuration).getInventory(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
/**
|
|
1722
|
-
*
|
|
1723
|
-
* @summary Get Invoice List
|
|
1724
|
-
* @param {PaymentsApiGetInvoiceListRequest} requestParameters Request parameters.
|
|
1725
|
-
* @param {*} [options] Override http request option.
|
|
1726
|
-
* @throws {RequiredError}
|
|
1727
|
-
* @memberof PaymentsApi
|
|
1728
|
-
*/
|
|
1729
|
-
public getInvoiceList(requestParameters: PaymentsApiGetInvoiceListRequest, options?: any) {
|
|
1730
|
-
return PaymentsApiFp(this.configuration).getInvoiceList(requestParameters.accountName, requestParameters.startingAfter, requestParameters.endingBefore, requestParameters.limit, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
/**
|
|
1734
|
-
*
|
|
1735
|
-
* @summary Get Next Invoice
|
|
1736
|
-
* @param {PaymentsApiGetNextInvoiceRequest} requestParameters Request parameters.
|
|
1737
|
-
* @param {*} [options] Override http request option.
|
|
1738
|
-
* @throws {RequiredError}
|
|
1739
|
-
* @memberof PaymentsApi
|
|
1740
|
-
*/
|
|
1741
|
-
public getNextInvoice(requestParameters: PaymentsApiGetNextInvoiceRequest, options?: any) {
|
|
1742
|
-
return PaymentsApiFp(this.configuration).getNextInvoice(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/**
|
|
1746
|
-
*
|
|
1747
|
-
* @summary Get Status
|
|
1748
|
-
* @param {PaymentsApiGetStatusRequest} requestParameters Request parameters.
|
|
1749
|
-
* @param {*} [options] Override http request option.
|
|
1750
|
-
* @throws {RequiredError}
|
|
1751
|
-
* @memberof PaymentsApi
|
|
1752
|
-
*/
|
|
1753
|
-
public getStatus(requestParameters: PaymentsApiGetStatusRequest, options?: any) {
|
|
1754
|
-
return PaymentsApiFp(this.configuration).getStatus(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
*
|
|
1759
|
-
* @summary Get Subscription
|
|
1760
|
-
* @param {PaymentsApiGetSubscriptionRequest} requestParameters Request parameters.
|
|
1761
|
-
* @param {*} [options] Override http request option.
|
|
1762
|
-
* @throws {RequiredError}
|
|
1763
|
-
* @memberof PaymentsApi
|
|
1764
|
-
*/
|
|
1765
|
-
public getSubscription(requestParameters: PaymentsApiGetSubscriptionRequest, options?: any) {
|
|
1766
|
-
return PaymentsApiFp(this.configuration).getSubscription(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
/**
|
|
1770
|
-
*
|
|
1771
|
-
* @summary Get Unfiltered Inventory
|
|
1772
|
-
* @param {*} [options] Override http request option.
|
|
1773
|
-
* @throws {RequiredError}
|
|
1774
|
-
* @memberof PaymentsApi
|
|
1775
|
-
*/
|
|
1776
|
-
public getUnfilteredInventory(options?: any) {
|
|
1777
|
-
return PaymentsApiFp(this.configuration).getUnfilteredInventory(options).then((request) => request(this.axios, this.basePath));
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
/**
|
|
1781
|
-
*
|
|
1782
|
-
* @summary Get Payment Methods
|
|
1783
|
-
* @param {PaymentsApiListPaymentMethodsRequest} requestParameters Request parameters.
|
|
1784
|
-
* @param {*} [options] Override http request option.
|
|
1785
|
-
* @throws {RequiredError}
|
|
1786
|
-
* @memberof PaymentsApi
|
|
1787
|
-
*/
|
|
1788
|
-
public listPaymentMethods(requestParameters: PaymentsApiListPaymentMethodsRequest, options?: any) {
|
|
1789
|
-
return PaymentsApiFp(this.configuration).listPaymentMethods(requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
/**
|
|
1793
|
-
*
|
|
1794
|
-
* @summary Preview Update Subscription
|
|
1795
|
-
* @param {PaymentsApiPreviewUpdateSubscriptionRequest} requestParameters Request parameters.
|
|
1796
|
-
* @param {*} [options] Override http request option.
|
|
1797
|
-
* @throws {RequiredError}
|
|
1798
|
-
* @memberof PaymentsApi
|
|
1799
|
-
*/
|
|
1800
|
-
public previewUpdateSubscription(requestParameters: PaymentsApiPreviewUpdateSubscriptionRequest, options?: any) {
|
|
1801
|
-
return PaymentsApiFp(this.configuration).previewUpdateSubscription(requestParameters.accountName, requestParameters.subscriptionUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
/**
|
|
1805
|
-
*
|
|
1806
|
-
* @summary Subscribe
|
|
1807
|
-
* @param {PaymentsApiSubscribeRequest} requestParameters Request parameters.
|
|
1808
|
-
* @param {*} [options] Override http request option.
|
|
1809
|
-
* @throws {RequiredError}
|
|
1810
|
-
* @memberof PaymentsApi
|
|
1811
|
-
*/
|
|
1812
|
-
public subscribe(requestParameters: PaymentsApiSubscribeRequest, options?: any) {
|
|
1813
|
-
return PaymentsApiFp(this.configuration).subscribe(requestParameters.accountName, requestParameters.subscribe, options).then((request) => request(this.axios, this.basePath));
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
/**
|
|
1817
|
-
*
|
|
1818
|
-
* @summary Update Subscription
|
|
1819
|
-
* @param {PaymentsApiUpdateSubscriptionRequest} requestParameters Request parameters.
|
|
1820
|
-
* @param {*} [options] Override http request option.
|
|
1821
|
-
* @throws {RequiredError}
|
|
1822
|
-
* @memberof PaymentsApi
|
|
1823
|
-
*/
|
|
1824
|
-
public updateSubscription(requestParameters: PaymentsApiUpdateSubscriptionRequest, options?: any) {
|
|
1825
|
-
return PaymentsApiFp(this.configuration).updateSubscription(requestParameters.accountName, requestParameters.subscriptionUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
1826
|
-
}
|
|
1827
|
-
}
|