diff --git a/.apigentools-info b/.apigentools-info index b8551e522..1e527f263 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,7 +4,7 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2026-05-30 15:56:13.118526", + "regenerated": "2026-05-30 16:18:08.242826", "spec_repo_commit": null } } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b5710401..9330f43d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,30 +17,30 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up NodeJS - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: "14.x" + node-version: "20.x" - name: Install dependencies run: npm install env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: $ - name: Build Package run: npm run build env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: $ - name: Publish Package run: | pat=".*beta.*" if [[ $GITHUB_REF =~ $pat ]]; then - npm publish --tag beta + npm publish --tag beta --access public else - npm publish + npm publish --access public fi env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: $ documentation: name: Deploy Docs @@ -49,15 +49,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up NodeJS - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: "14.x" + node-version: "20.x" - name: Install dependencies run: npm install env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: $ - name: Install typescript globally run: npm install -g typescript @@ -65,15 +65,14 @@ jobs: - name: Install typedoc run: npm i -g typedoc env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: $ - name: Build Docs run: typedoc index.ts - name: Deploy - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@v4 with: - ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} - BASE_BRANCH: master - BRANCH: gh-pages - FOLDER: docs + token: $ + branch: gh-pages + folder: docs diff --git a/README.md b/README.md index 606298009..1582a49c5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @pollination-solutions/pollination-sdk@1.11.1 --save +npm install @pollination-solutions/pollination-sdk@1.11.12 --save ``` _unPublished (not recommended):_ diff --git a/api.ts b/api.ts index 70a31eade..d4d836aae 100644 --- a/api.ts +++ b/api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/accounts-api.ts b/api/accounts-api.ts index b027ef209..d2846f2e4 100644 --- a/api/accounts-api.ts +++ b/api/accounts-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/apitokens-api.ts b/api/apitokens-api.ts index b4744717f..ee4dfbae0 100644 --- a/api/apitokens-api.ts +++ b/api/apitokens-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/applications-api.ts b/api/applications-api.ts index 3b28e5554..616c1e9ea 100644 --- a/api/applications-api.ts +++ b/api/applications-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/artifacts-api.ts b/api/artifacts-api.ts index 0b822f6a9..482085c6c 100644 --- a/api/artifacts-api.ts +++ b/api/artifacts-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/billing-api.ts b/api/billing-api.ts index 6a90d114e..e160068a6 100644 --- a/api/billing-api.ts +++ b/api/billing-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/jobs-api.ts b/api/jobs-api.ts index e6ae98ec3..2de456368 100644 --- a/api/jobs-api.ts +++ b/api/jobs-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/licenses-api.ts b/api/licenses-api.ts index 6e902fc6a..80b744216 100644 --- a/api/licenses-api.ts +++ b/api/licenses-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/orgs-api.ts b/api/orgs-api.ts index 74b38c164..35752f8de 100644 --- a/api/orgs-api.ts +++ b/api/orgs-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/plugins-api.ts b/api/plugins-api.ts index 293c391e5..8518767d3 100644 --- a/api/plugins-api.ts +++ b/api/plugins-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/projects-api.ts b/api/projects-api.ts index 523e5fb5b..8637da756 100644 --- a/api/projects-api.ts +++ b/api/projects-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/recipes-api.ts b/api/recipes-api.ts index 20cc15fa0..28e5a4b8c 100644 --- a/api/recipes-api.ts +++ b/api/recipes-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/registries-api.ts b/api/registries-api.ts index 23e01aab6..50d393617 100644 --- a/api/registries-api.ts +++ b/api/registries-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/reports-api.ts b/api/reports-api.ts index 48bdabd30..ef7cee44d 100644 --- a/api/reports-api.ts +++ b/api/reports-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/runs-api.ts b/api/runs-api.ts index 2807f26db..cdaefb5bf 100644 --- a/api/runs-api.ts +++ b/api/runs-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/subscription-plans-api.ts b/api/subscription-plans-api.ts index 5f8659e19..686329720 100644 --- a/api/subscription-plans-api.ts +++ b/api/subscription-plans-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/subscriptions-api.ts b/api/subscriptions-api.ts index e3fcbc235..fa7a9b60c 100644 --- a/api/subscriptions-api.ts +++ b/api/subscriptions-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/teams-api.ts b/api/teams-api.ts index 614da9a7c..99b5ff746 100644 --- a/api/teams-api.ts +++ b/api/teams-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/user-api.ts b/api/user-api.ts index b0acde8ab..8bbebb05d 100644 --- a/api/user-api.ts +++ b/api/user-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/api/users-api.ts b/api/users-api.ts index c8bf4c130..ca6e9f442 100644 --- a/api/users-api.ts +++ b/api/users-api.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/base.ts b/base.ts index dd5e41a50..697f7d825 100644 --- a/base.ts +++ b/base.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/common.ts b/common.ts index 3144b7371..465b125f5 100644 --- a/common.ts +++ b/common.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/configuration.ts b/configuration.ts index 5b7f80e14..372cd49b3 100644 --- a/configuration.ts +++ b/configuration.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/index.ts b/index.ts index bb1785186..fc27f5877 100644 --- a/index.ts +++ b/index.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/accessor.ts b/models/accessor.ts index d5e626031..40d6df11b 100644 --- a/models/accessor.ts +++ b/models/accessor.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/account-public.ts b/models/account-public.ts index 911c3ff44..e3477eccd 100644 --- a/models/account-public.ts +++ b/models/account-public.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/account-type.ts b/models/account-type.ts index ca0e1c8f9..df4626a23 100644 --- a/models/account-type.ts +++ b/models/account-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/activation-list.ts b/models/activation-list.ts index 3403b12ee..5f4aa6ce0 100644 --- a/models/activation-list.ts +++ b/models/activation-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/activation.ts b/models/activation.ts index a0fee63d9..73b0d95d6 100644 --- a/models/activation.ts +++ b/models/activation.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/apitoken-create.ts b/models/apitoken-create.ts index 531437269..68a0e4021 100644 --- a/models/apitoken-create.ts +++ b/models/apitoken-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/apitoken-list.ts b/models/apitoken-list.ts index 6428854e8..42337c866 100644 --- a/models/apitoken-list.ts +++ b/models/apitoken-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/apitoken-private.ts b/models/apitoken-private.ts index 47682bb9d..3d138ce6a 100644 --- a/models/apitoken-private.ts +++ b/models/apitoken-private.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/apitoken.ts b/models/apitoken.ts index 1151b2ce4..fc9836722 100644 --- a/models/apitoken.ts +++ b/models/apitoken.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/app-server-rest-billing-dto-pay-link.ts b/models/app-server-rest-billing-dto-pay-link.ts index 7cd7e57e7..6fa9b1e09 100644 --- a/models/app-server-rest-billing-dto-pay-link.ts +++ b/models/app-server-rest-billing-dto-pay-link.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/app-server-rest-subscriptions-dto-pay-link.ts b/models/app-server-rest-subscriptions-dto-pay-link.ts index a40a39b8f..594973d9d 100644 --- a/models/app-server-rest-subscriptions-dto-pay-link.ts +++ b/models/app-server-rest-subscriptions-dto-pay-link.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-access-policy-list.ts b/models/application-access-policy-list.ts index 3b654729e..70f474cb2 100644 --- a/models/application-access-policy-list.ts +++ b/models/application-access-policy-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-access-policy.ts b/models/application-access-policy.ts index e118f4b0d..93a754a9c 100644 --- a/models/application-access-policy.ts +++ b/models/application-access-policy.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-create.ts b/models/application-create.ts index 0c9ab1a9d..9b5805547 100644 --- a/models/application-create.ts +++ b/models/application-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-deployment.ts b/models/application-deployment.ts index cd6235242..a9b534a65 100644 --- a/models/application-deployment.ts +++ b/models/application-deployment.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-list.ts b/models/application-list.ts index c193ef969..b3191df6f 100644 --- a/models/application-list.ts +++ b/models/application-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-policy-subject.ts b/models/application-policy-subject.ts index 1c9f581c2..f8fc09554 100644 --- a/models/application-policy-subject.ts +++ b/models/application-policy-subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-sort-key.ts b/models/application-sort-key.ts index c2fe64b7f..d69d39571 100644 --- a/models/application-sort-key.ts +++ b/models/application-sort-key.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-update.ts b/models/application-update.ts index 4c951638c..8306b26c0 100644 --- a/models/application-update.ts +++ b/models/application-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-version-list.ts b/models/application-version-list.ts index 87dc82246..10ea4614a 100644 --- a/models/application-version-list.ts +++ b/models/application-version-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application-version.ts b/models/application-version.ts index 114545bf2..faa5f6def 100644 --- a/models/application-version.ts +++ b/models/application-version.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/application.ts b/models/application.ts index b9f3f1a72..05c74bc04 100644 --- a/models/application.ts +++ b/models/application.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/baked-recipe-templates-inner.ts b/models/baked-recipe-templates-inner.ts index 327506dd0..32a460f11 100644 --- a/models/baked-recipe-templates-inner.ts +++ b/models/baked-recipe-templates-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/baked-recipe.ts b/models/baked-recipe.ts index a5143875e..2388f7abe 100644 --- a/models/baked-recipe.ts +++ b/models/baked-recipe.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-details.ts b/models/billing-details.ts index cba7a3f6e..d7a33061f 100644 --- a/models/billing-details.ts +++ b/models/billing-details.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-info.ts b/models/billing-info.ts index 9fb52964b..0d5ca3bc2 100644 --- a/models/billing-info.ts +++ b/models/billing-info.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-invoice-request-create.ts b/models/billing-invoice-request-create.ts index 516fd368f..6039a7f1e 100644 --- a/models/billing-invoice-request-create.ts +++ b/models/billing-invoice-request-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-option.ts b/models/billing-option.ts index 241e26603..770e011d6 100644 --- a/models/billing-option.ts +++ b/models/billing-option.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-payment-method.ts b/models/billing-payment-method.ts index a3f8fabf0..fc20fb3ab 100644 --- a/models/billing-payment-method.ts +++ b/models/billing-payment-method.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-period.ts b/models/billing-period.ts index b1cd5d99f..c787288d5 100644 --- a/models/billing-period.ts +++ b/models/billing-period.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-price.ts b/models/billing-price.ts index a076584a0..2fed087bb 100644 --- a/models/billing-price.ts +++ b/models/billing-price.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-product.ts b/models/billing-product.ts index d1664bc79..a6f9fff4c 100644 --- a/models/billing-product.ts +++ b/models/billing-product.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-subscription-create.ts b/models/billing-subscription-create.ts index aaaf4cb8b..899d234bc 100644 --- a/models/billing-subscription-create.ts +++ b/models/billing-subscription-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-subscription-item.ts b/models/billing-subscription-item.ts index d1648da92..73501cba8 100644 --- a/models/billing-subscription-item.ts +++ b/models/billing-subscription-item.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-subscription-update.ts b/models/billing-subscription-update.ts index de25e48c9..3abec8662 100644 --- a/models/billing-subscription-update.ts +++ b/models/billing-subscription-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-subscription.ts b/models/billing-subscription.ts index 6f0894835..f71cb3c28 100644 --- a/models/billing-subscription.ts +++ b/models/billing-subscription.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-transaction-preview.ts b/models/billing-transaction-preview.ts index 18e18035a..d07c8834f 100644 --- a/models/billing-transaction-preview.ts +++ b/models/billing-transaction-preview.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/billing-transaction.ts b/models/billing-transaction.ts index 0a63f71ec..d3ffe7cff 100644 --- a/models/billing-transaction.ts +++ b/models/billing-transaction.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/build-status-enum.ts b/models/build-status-enum.ts index c5bcd966b..578161591 100644 --- a/models/build-status-enum.ts +++ b/models/build-status-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/build-status.ts b/models/build-status.ts index dd225da30..96677bced 100644 --- a/models/build-status.ts +++ b/models/build-status.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/cadlicense-usage.ts b/models/cadlicense-usage.ts index 048788bc1..5ddda28ff 100644 --- a/models/cadlicense-usage.ts +++ b/models/cadlicense-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/card-type.ts b/models/card-type.ts index 83540dbc1..c6596b033 100644 --- a/models/card-type.ts +++ b/models/card-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/cloud-job-list.ts b/models/cloud-job-list.ts index 55689bc6d..e8dde9fed 100644 --- a/models/cloud-job-list.ts +++ b/models/cloud-job-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/cloud-job.ts b/models/cloud-job.ts index fe4eb4b3f..476887e76 100644 --- a/models/cloud-job.ts +++ b/models/cloud-job.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/country-choice.ts b/models/country-choice.ts index f2f5546f7..bedc49e56 100644 --- a/models/country-choice.ts +++ b/models/country-choice.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/created-content.ts b/models/created-content.ts index e8e356eb5..1cabc9ca4 100644 --- a/models/created-content.ts +++ b/models/created-content.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dag.ts b/models/dag.ts index 5e4cd84fe..973f7a369 100644 --- a/models/dag.ts +++ b/models/dag.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-input-alias-inner.ts b/models/dagarray-input-alias-inner.ts index 9b43ed81a..079bb341e 100644 --- a/models/dagarray-input-alias-inner.ts +++ b/models/dagarray-input-alias-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-input-alias.ts b/models/dagarray-input-alias.ts index 7cbc4434c..5b41577d7 100644 --- a/models/dagarray-input-alias.ts +++ b/models/dagarray-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-input.ts b/models/dagarray-input.ts index 951beebae..25a990ff6 100644 --- a/models/dagarray-input.ts +++ b/models/dagarray-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-output-alias-inner.ts b/models/dagarray-output-alias-inner.ts index 18baf3871..477364a0e 100644 --- a/models/dagarray-output-alias-inner.ts +++ b/models/dagarray-output-alias-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-output-alias.ts b/models/dagarray-output-alias.ts index e2139fa60..15c30dae9 100644 --- a/models/dagarray-output-alias.ts +++ b/models/dagarray-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagarray-output.ts b/models/dagarray-output.ts index 1427eecfc..226de0f59 100644 --- a/models/dagarray-output.ts +++ b/models/dagarray-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagboolean-input-alias.ts b/models/dagboolean-input-alias.ts index c6900f9ff..db6aa64a0 100644 --- a/models/dagboolean-input-alias.ts +++ b/models/dagboolean-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagboolean-input.ts b/models/dagboolean-input.ts index c058366e8..490876c36 100644 --- a/models/dagboolean-input.ts +++ b/models/dagboolean-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagboolean-output-alias.ts b/models/dagboolean-output-alias.ts index 9d9087ef2..79223fbfa 100644 --- a/models/dagboolean-output-alias.ts +++ b/models/dagboolean-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagboolean-output.ts b/models/dagboolean-output.ts index 551a7c390..9318f857a 100644 --- a/models/dagboolean-output.ts +++ b/models/dagboolean-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfile-input-alias.ts b/models/dagfile-input-alias.ts index 6308a68f7..89c5b2785 100644 --- a/models/dagfile-input-alias.ts +++ b/models/dagfile-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfile-input.ts b/models/dagfile-input.ts index 183d8235d..ac88e4717 100644 --- a/models/dagfile-input.ts +++ b/models/dagfile-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfile-output-alias.ts b/models/dagfile-output-alias.ts index 1da803ed6..c4b4e1932 100644 --- a/models/dagfile-output-alias.ts +++ b/models/dagfile-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfile-output.ts b/models/dagfile-output.ts index e0deb2dd8..0fed7c650 100644 --- a/models/dagfile-output.ts +++ b/models/dagfile-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfolder-input-alias.ts b/models/dagfolder-input-alias.ts index 63fc3f365..ae1103b1e 100644 --- a/models/dagfolder-input-alias.ts +++ b/models/dagfolder-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfolder-input.ts b/models/dagfolder-input.ts index 853d6b87b..7914b7592 100644 --- a/models/dagfolder-input.ts +++ b/models/dagfolder-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfolder-output-alias.ts b/models/dagfolder-output-alias.ts index a69c906d2..9ed550446 100644 --- a/models/dagfolder-output-alias.ts +++ b/models/dagfolder-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagfolder-output.ts b/models/dagfolder-output.ts index fde29953d..e23e7930f 100644 --- a/models/dagfolder-output.ts +++ b/models/dagfolder-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daggeneric-input-alias.ts b/models/daggeneric-input-alias.ts index 57576357b..d268231f8 100644 --- a/models/daggeneric-input-alias.ts +++ b/models/daggeneric-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daggeneric-input.ts b/models/daggeneric-input.ts index 45c9139fa..4ab47db33 100644 --- a/models/daggeneric-input.ts +++ b/models/daggeneric-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daggeneric-output-alias.ts b/models/daggeneric-output-alias.ts index 3f706090a..9762ad253 100644 --- a/models/daggeneric-output-alias.ts +++ b/models/daggeneric-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daggeneric-output.ts b/models/daggeneric-output.ts index 732870c87..f40417cf6 100644 --- a/models/daggeneric-output.ts +++ b/models/daggeneric-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daginputs-inner.ts b/models/daginputs-inner.ts index 295133b18..f42f4c37e 100644 --- a/models/daginputs-inner.ts +++ b/models/daginputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daginteger-input-alias.ts b/models/daginteger-input-alias.ts index 98074d873..30027c4df 100644 --- a/models/daginteger-input-alias.ts +++ b/models/daginteger-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daginteger-input.ts b/models/daginteger-input.ts index 97e03f48b..98997aa6f 100644 --- a/models/daginteger-input.ts +++ b/models/daginteger-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daginteger-output-alias.ts b/models/daginteger-output-alias.ts index 79dd830fc..856e5b563 100644 --- a/models/daginteger-output-alias.ts +++ b/models/daginteger-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daginteger-output.ts b/models/daginteger-output.ts index 7280e92b9..e3b36c1bc 100644 --- a/models/daginteger-output.ts +++ b/models/daginteger-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagjsonobject-input-alias.ts b/models/dagjsonobject-input-alias.ts index 273342dc1..1e28b9c11 100644 --- a/models/dagjsonobject-input-alias.ts +++ b/models/dagjsonobject-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagjsonobject-input.ts b/models/dagjsonobject-input.ts index c63cf6354..33d5373ce 100644 --- a/models/dagjsonobject-input.ts +++ b/models/dagjsonobject-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagjsonobject-output-alias.ts b/models/dagjsonobject-output-alias.ts index 9aa7276e7..7427271bf 100644 --- a/models/dagjsonobject-output-alias.ts +++ b/models/dagjsonobject-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagjsonobject-output.ts b/models/dagjsonobject-output.ts index 9c9f05227..955f8e479 100644 --- a/models/dagjsonobject-output.ts +++ b/models/dagjsonobject-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daglinked-input-alias.ts b/models/daglinked-input-alias.ts index 19fe98cec..84f3a332e 100644 --- a/models/daglinked-input-alias.ts +++ b/models/daglinked-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daglinked-output-alias.ts b/models/daglinked-output-alias.ts index e2250bd03..1256faa54 100644 --- a/models/daglinked-output-alias.ts +++ b/models/daglinked-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagnumber-input-alias.ts b/models/dagnumber-input-alias.ts index 6a5292a8e..02a8363d3 100644 --- a/models/dagnumber-input-alias.ts +++ b/models/dagnumber-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagnumber-input.ts b/models/dagnumber-input.ts index 9341dcb16..2cc245d89 100644 --- a/models/dagnumber-input.ts +++ b/models/dagnumber-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagnumber-output-alias.ts b/models/dagnumber-output-alias.ts index 10434c930..cc31c21ee 100644 --- a/models/dagnumber-output-alias.ts +++ b/models/dagnumber-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagnumber-output.ts b/models/dagnumber-output.ts index 13925285e..d62875dc1 100644 --- a/models/dagnumber-output.ts +++ b/models/dagnumber-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagoutputs-inner.ts b/models/dagoutputs-inner.ts index c8d248a03..86b6bfa00 100644 --- a/models/dagoutputs-inner.ts +++ b/models/dagoutputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagpath-input-alias.ts b/models/dagpath-input-alias.ts index bd2bc7698..3c7fd191b 100644 --- a/models/dagpath-input-alias.ts +++ b/models/dagpath-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagpath-input.ts b/models/dagpath-input.ts index 0c819e884..69f3c88e6 100644 --- a/models/dagpath-input.ts +++ b/models/dagpath-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagpath-output-alias.ts b/models/dagpath-output-alias.ts index 40e51ca91..a24924dd0 100644 --- a/models/dagpath-output-alias.ts +++ b/models/dagpath-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagpath-output.ts b/models/dagpath-output.ts index a4a70a7bd..6a2027e4b 100644 --- a/models/dagpath-output.ts +++ b/models/dagpath-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagstring-input-alias.ts b/models/dagstring-input-alias.ts index 8ed2f7755..a9ee32cf8 100644 --- a/models/dagstring-input-alias.ts +++ b/models/dagstring-input-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagstring-input.ts b/models/dagstring-input.ts index 019aca7d7..b4c25617c 100644 --- a/models/dagstring-input.ts +++ b/models/dagstring-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagstring-output-alias.ts b/models/dagstring-output-alias.ts index 8ad748b27..f4471cc90 100644 --- a/models/dagstring-output-alias.ts +++ b/models/dagstring-output-alias.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagstring-output.ts b/models/dagstring-output.ts index 68b9ffe10..40069e9c5 100644 --- a/models/dagstring-output.ts +++ b/models/dagstring-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagtask-arguments-inner.ts b/models/dagtask-arguments-inner.ts index b4604fba0..e25e1d403 100644 --- a/models/dagtask-arguments-inner.ts +++ b/models/dagtask-arguments-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagtask-loop.ts b/models/dagtask-loop.ts index 3d11988ab..ee8168c95 100644 --- a/models/dagtask-loop.ts +++ b/models/dagtask-loop.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagtask-returns-inner.ts b/models/dagtask-returns-inner.ts index 1ea940113..838b26c29 100644 --- a/models/dagtask-returns-inner.ts +++ b/models/dagtask-returns-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dagtask.ts b/models/dagtask.ts index e4ff6b4ed..e8f045a73 100644 --- a/models/dagtask.ts +++ b/models/dagtask.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/daily-usage.ts b/models/daily-usage.ts index b813ef1ac..d306e5ffd 100644 --- a/models/daily-usage.ts +++ b/models/daily-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/default.ts b/models/default.ts index 1beb218ed..dc97bce7b 100644 --- a/models/default.ts +++ b/models/default.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dependency-kind.ts b/models/dependency-kind.ts index 097c2d3df..83f398f30 100644 --- a/models/dependency-kind.ts +++ b/models/dependency-kind.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/dependency.ts b/models/dependency.ts index 9ea3249c4..fd39ac0c5 100644 --- a/models/dependency.ts +++ b/models/dependency.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/deployment-config-update.ts b/models/deployment-config-update.ts index 7dbcdf74e..66651061c 100644 --- a/models/deployment-config-update.ts +++ b/models/deployment-config-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/deployment-config.ts b/models/deployment-config.ts index 6067684cc..da84e1725 100644 --- a/models/deployment-config.ts +++ b/models/deployment-config.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/docker-config.ts b/models/docker-config.ts index df3575d5f..afe37097e 100644 --- a/models/docker-config.ts +++ b/models/docker-config.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/duration.ts b/models/duration.ts index 883b91e7d..7e39c16dc 100644 --- a/models/duration.ts +++ b/models/duration.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/file-meta-list.ts b/models/file-meta-list.ts index 9b7d1d52a..00934ff39 100644 --- a/models/file-meta-list.ts +++ b/models/file-meta-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/file-meta.ts b/models/file-meta.ts index 8a770793a..095d7bb36 100644 --- a/models/file-meta.ts +++ b/models/file-meta.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/file-reference.ts b/models/file-reference.ts index da374b2c5..f917a84a2 100644 --- a/models/file-reference.ts +++ b/models/file-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/folder-reference.ts b/models/folder-reference.ts index c22fc0b50..ac1920871 100644 --- a/models/folder-reference.ts +++ b/models/folder-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from.ts b/models/from.ts index f9fb7c895..58d5bddac 100644 --- a/models/from.ts +++ b/models/from.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from1.ts b/models/from1.ts index 3e8ea5a5f..569e873ee 100644 --- a/models/from1.ts +++ b/models/from1.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from2.ts b/models/from2.ts index b5d01f564..9771376da 100644 --- a/models/from2.ts +++ b/models/from2.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from3.ts b/models/from3.ts index ab2b5c2b4..136c565fa 100644 --- a/models/from3.ts +++ b/models/from3.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from4.ts b/models/from4.ts index 589e7081b..3c0fed5de 100644 --- a/models/from4.ts +++ b/models/from4.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/from5.ts b/models/from5.ts index a64dab842..fa758a48e 100644 --- a/models/from5.ts +++ b/models/from5.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-array-input.ts b/models/function-array-input.ts index 4ba71b307..674345a38 100644 --- a/models/function-array-input.ts +++ b/models/function-array-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-array-output.ts b/models/function-array-output.ts index a5eca942e..3d28ce319 100644 --- a/models/function-array-output.ts +++ b/models/function-array-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-boolean-input.ts b/models/function-boolean-input.ts index 0cf32a1d6..709a210d4 100644 --- a/models/function-boolean-input.ts +++ b/models/function-boolean-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-boolean-output.ts b/models/function-boolean-output.ts index 6791b857b..f6d4f6a40 100644 --- a/models/function-boolean-output.ts +++ b/models/function-boolean-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-file-input.ts b/models/function-file-input.ts index c6aa0bd39..0aaf91f2b 100644 --- a/models/function-file-input.ts +++ b/models/function-file-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-file-output.ts b/models/function-file-output.ts index 43160b33a..6eb0ec027 100644 --- a/models/function-file-output.ts +++ b/models/function-file-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-folder-input.ts b/models/function-folder-input.ts index 74b485328..7a64294f1 100644 --- a/models/function-folder-input.ts +++ b/models/function-folder-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-folder-output.ts b/models/function-folder-output.ts index 936f0525a..22b9498aa 100644 --- a/models/function-folder-output.ts +++ b/models/function-folder-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-inputs-inner.ts b/models/function-inputs-inner.ts index 356c96e22..46826c0e9 100644 --- a/models/function-inputs-inner.ts +++ b/models/function-inputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-integer-input.ts b/models/function-integer-input.ts index 04879b8a0..c883903f2 100644 --- a/models/function-integer-input.ts +++ b/models/function-integer-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-integer-output.ts b/models/function-integer-output.ts index c7098be2e..9c829043b 100644 --- a/models/function-integer-output.ts +++ b/models/function-integer-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-jsonobject-input.ts b/models/function-jsonobject-input.ts index a706a929c..23dd3ac57 100644 --- a/models/function-jsonobject-input.ts +++ b/models/function-jsonobject-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-jsonobject-output.ts b/models/function-jsonobject-output.ts index 031c8bed2..a06f140ba 100644 --- a/models/function-jsonobject-output.ts +++ b/models/function-jsonobject-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-number-input.ts b/models/function-number-input.ts index 8b6974fc7..7fd777780 100644 --- a/models/function-number-input.ts +++ b/models/function-number-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-number-output.ts b/models/function-number-output.ts index dc9ec1526..3cc0826c0 100644 --- a/models/function-number-output.ts +++ b/models/function-number-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-outputs-inner.ts b/models/function-outputs-inner.ts index 3a9c53526..0a8760f0a 100644 --- a/models/function-outputs-inner.ts +++ b/models/function-outputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-path-input.ts b/models/function-path-input.ts index 07e9da502..98de87b3f 100644 --- a/models/function-path-input.ts +++ b/models/function-path-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-path-output.ts b/models/function-path-output.ts index e943b61d3..bccf3a71d 100644 --- a/models/function-path-output.ts +++ b/models/function-path-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-string-input.ts b/models/function-string-input.ts index 55384e7ef..853fb7fc1 100644 --- a/models/function-string-input.ts +++ b/models/function-string-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function-string-output.ts b/models/function-string-output.ts index 286e21996..36d4e9ab2 100644 --- a/models/function-string-output.ts +++ b/models/function-string-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/function.ts b/models/function.ts index d679ce4a6..a80fbacfc 100644 --- a/models/function.ts +++ b/models/function.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/http.ts b/models/http.ts index 94290e636..ada272d4e 100644 --- a/models/http.ts +++ b/models/http.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/httpvalidation-error.ts b/models/httpvalidation-error.ts index 4d0a07c0d..d8b81b21b 100644 --- a/models/httpvalidation-error.ts +++ b/models/httpvalidation-error.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/input-file-reference.ts b/models/input-file-reference.ts index 996c45536..55485e4f5 100644 --- a/models/input-file-reference.ts +++ b/models/input-file-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/input-folder-reference.ts b/models/input-folder-reference.ts index 4e226dbfc..d72dc59af 100644 --- a/models/input-folder-reference.ts +++ b/models/input-folder-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/input-path-reference.ts b/models/input-path-reference.ts index 23665f9df..6ac11e8fe 100644 --- a/models/input-path-reference.ts +++ b/models/input-path-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/input-reference.ts b/models/input-reference.ts index 6ab3f3b0d..0a78ed38d 100644 --- a/models/input-reference.ts +++ b/models/input-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/ioalias-handler.ts b/models/ioalias-handler.ts index 454333540..d161b29a7 100644 --- a/models/ioalias-handler.ts +++ b/models/ioalias-handler.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/item-reference.ts b/models/item-reference.ts index 18ad10667..263a9c8a8 100644 --- a/models/item-reference.ts +++ b/models/item-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/item-type.ts b/models/item-type.ts index cab0d0fc0..2b7d51b19 100644 --- a/models/item-type.ts +++ b/models/item-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-argument.ts b/models/job-argument.ts index cba3f6c58..26720a7cf 100644 --- a/models/job-argument.ts +++ b/models/job-argument.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-arguments-inner-inner.ts b/models/job-arguments-inner-inner.ts index e7a83b50f..a10e5ad84 100644 --- a/models/job-arguments-inner-inner.ts +++ b/models/job-arguments-inner-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-compute-usage.ts b/models/job-compute-usage.ts index 8b6b3d4b4..8593ea74d 100644 --- a/models/job-compute-usage.ts +++ b/models/job-compute-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-path-argument.ts b/models/job-path-argument.ts index 7444a3f31..b577ccbf8 100644 --- a/models/job-path-argument.ts +++ b/models/job-path-argument.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-status-enum.ts b/models/job-status-enum.ts index cde63bbd2..a1171e495 100644 --- a/models/job-status-enum.ts +++ b/models/job-status-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job-status.ts b/models/job-status.ts index 438588216..4cb418a0e 100644 --- a/models/job-status.ts +++ b/models/job-status.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/job.ts b/models/job.ts index f866894b6..db31d4335 100644 --- a/models/job.ts +++ b/models/job.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/key-request.ts b/models/key-request.ts index a67cf4d11..2479c7369 100644 --- a/models/key-request.ts +++ b/models/key-request.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-access-policy-list.ts b/models/license-pool-access-policy-list.ts index 0b2873301..0b27569f1 100644 --- a/models/license-pool-access-policy-list.ts +++ b/models/license-pool-access-policy-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-access-policy.ts b/models/license-pool-access-policy.ts index 1af6f4118..9102e89d4 100644 --- a/models/license-pool-access-policy.ts +++ b/models/license-pool-access-policy.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-list.ts b/models/license-pool-list.ts index 356937cf2..28f6e4dd9 100644 --- a/models/license-pool-list.ts +++ b/models/license-pool-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-policy-subject-list.ts b/models/license-pool-policy-subject-list.ts index 67b216a1c..bbc572ac0 100644 --- a/models/license-pool-policy-subject-list.ts +++ b/models/license-pool-policy-subject-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-policy-subject.ts b/models/license-pool-policy-subject.ts index 236133423..60624cb77 100644 --- a/models/license-pool-policy-subject.ts +++ b/models/license-pool-policy-subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-public.ts b/models/license-pool-public.ts index 059db35a7..e2ffc52bb 100644 --- a/models/license-pool-public.ts +++ b/models/license-pool-public.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-pool-update.ts b/models/license-pool-update.ts index c3ad8646f..2ecc53327 100644 --- a/models/license-pool-update.ts +++ b/models/license-pool-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-public.ts b/models/license-public.ts index 3ab6b2218..88037be0d 100644 --- a/models/license-public.ts +++ b/models/license-public.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license-type.ts b/models/license-type.ts index ccb7a7dff..230a7f060 100644 --- a/models/license-type.ts +++ b/models/license-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/license.ts b/models/license.ts index 054bd879d..b1b7e0d15 100644 --- a/models/license.ts +++ b/models/license.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/local-config.ts b/models/local-config.ts index 836e6f2ad..b3725499c 100644 --- a/models/local-config.ts +++ b/models/local-config.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/location.ts b/models/location.ts index bacfb44f8..c623eafb5 100644 --- a/models/location.ts +++ b/models/location.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/maintainer.ts b/models/maintainer.ts index 361acef65..979a9ff2d 100644 --- a/models/maintainer.ts +++ b/models/maintainer.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/manifest.ts b/models/manifest.ts index 98204d018..3120b7fb2 100644 --- a/models/manifest.ts +++ b/models/manifest.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/meta-data.ts b/models/meta-data.ts index 32bc607ab..5b7c0ebcd 100644 --- a/models/meta-data.ts +++ b/models/meta-data.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/metadata.ts b/models/metadata.ts index 54938bfa0..cdde17774 100644 --- a/models/metadata.ts +++ b/models/metadata.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/money-amount.ts b/models/money-amount.ts index 9ae804c14..4734183c8 100644 --- a/models/money-amount.ts +++ b/models/money-amount.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/new-application-version.ts b/models/new-application-version.ts index cc9dff81f..c6e2b9084 100644 --- a/models/new-application-version.ts +++ b/models/new-application-version.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/new-plugin-package.ts b/models/new-plugin-package.ts index e05787d2b..f4fa72c27 100644 --- a/models/new-plugin-package.ts +++ b/models/new-plugin-package.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/new-recipe-package.ts b/models/new-recipe-package.ts index 02aa1e283..be4439a46 100644 --- a/models/new-recipe-package.ts +++ b/models/new-recipe-package.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-create.ts b/models/organization-create.ts index 097bf8fe1..73d40a12b 100644 --- a/models/organization-create.ts +++ b/models/organization-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-list.ts b/models/organization-list.ts index bf1302bce..840369718 100644 --- a/models/organization-list.ts +++ b/models/organization-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-member-list.ts b/models/organization-member-list.ts index 726e3de58..aee9dbfac 100644 --- a/models/organization-member-list.ts +++ b/models/organization-member-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-member-usage.ts b/models/organization-member-usage.ts index db67d6240..1863ee90c 100644 --- a/models/organization-member-usage.ts +++ b/models/organization-member-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-member.ts b/models/organization-member.ts index 635650c0c..d3b9c8f06 100644 --- a/models/organization-member.ts +++ b/models/organization-member.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-role-binding.ts b/models/organization-role-binding.ts index 74cb4691b..37ad89795 100644 --- a/models/organization-role-binding.ts +++ b/models/organization-role-binding.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-role-enum.ts b/models/organization-role-enum.ts index fa848aa36..b61d1b6f9 100644 --- a/models/organization-role-enum.ts +++ b/models/organization-role-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-role.ts b/models/organization-role.ts index 15cf9786f..ac53146aa 100644 --- a/models/organization-role.ts +++ b/models/organization-role.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization-update.ts b/models/organization-update.ts index 892deb4c2..cc95e1b08 100644 --- a/models/organization-update.ts +++ b/models/organization-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/organization.ts b/models/organization.ts index 3cf6145ba..a6366c95c 100644 --- a/models/organization.ts +++ b/models/organization.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/package-sort-key.ts b/models/package-sort-key.ts index 870f841c6..a35f59ede 100644 --- a/models/package-sort-key.ts +++ b/models/package-sort-key.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/package-version.ts b/models/package-version.ts index 6eef9c7af..585adcb66 100644 --- a/models/package-version.ts +++ b/models/package-version.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-checkout.ts b/models/paddle-billing-checkout.ts index 1ab61bf2a..954d8e974 100644 --- a/models/paddle-billing-checkout.ts +++ b/models/paddle-billing-checkout.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-payment-method-card.ts b/models/paddle-billing-payment-method-card.ts index b12bf19b5..d7fd96429 100644 --- a/models/paddle-billing-payment-method-card.ts +++ b/models/paddle-billing-payment-method-card.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-payment-method-paypal.ts b/models/paddle-billing-payment-method-paypal.ts index 6af24a261..5a76bb14f 100644 --- a/models/paddle-billing-payment-method-paypal.ts +++ b/models/paddle-billing-payment-method-paypal.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-payment-method-type.ts b/models/paddle-billing-payment-method-type.ts index bc0d6c729..2733926bb 100644 --- a/models/paddle-billing-payment-method-type.ts +++ b/models/paddle-billing-payment-method-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-price.ts b/models/paddle-billing-price.ts index 71d92d20c..4e0dad19a 100644 --- a/models/paddle-billing-price.ts +++ b/models/paddle-billing-price.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-product.ts b/models/paddle-billing-product.ts index ae0a9530f..6d81af0fd 100644 --- a/models/paddle-billing-product.ts +++ b/models/paddle-billing-product.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-subscription-item.ts b/models/paddle-billing-subscription-item.ts index 5af52a5ef..bfb2c08b2 100644 --- a/models/paddle-billing-subscription-item.ts +++ b/models/paddle-billing-subscription-item.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-subscription-status.ts b/models/paddle-billing-subscription-status.ts index 0ea72f9d1..952c9f1d6 100644 --- a/models/paddle-billing-subscription-status.ts +++ b/models/paddle-billing-subscription-status.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-transaction-details.ts b/models/paddle-billing-transaction-details.ts index 7d32ab060..7812b82ff 100644 --- a/models/paddle-billing-transaction-details.ts +++ b/models/paddle-billing-transaction-details.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-transaction-item.ts b/models/paddle-billing-transaction-item.ts index fe8bdd616..e7e9191e2 100644 --- a/models/paddle-billing-transaction-item.ts +++ b/models/paddle-billing-transaction-item.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-transaction-line-item.ts b/models/paddle-billing-transaction-line-item.ts index 5fff70125..9c6eec9ba 100644 --- a/models/paddle-billing-transaction-line-item.ts +++ b/models/paddle-billing-transaction-line-item.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paddle-billing-transaction-product.ts b/models/paddle-billing-transaction-product.ts index 1466f9b0c..ccf7f9184 100644 --- a/models/paddle-billing-transaction-product.ts +++ b/models/paddle-billing-transaction-product.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/paused-reason.ts b/models/paused-reason.ts index db956eb73..89790bfcc 100644 --- a/models/paused-reason.ts +++ b/models/paused-reason.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/payment-method-details.ts b/models/payment-method-details.ts index a5b395d8c..ce7c2b335 100644 --- a/models/payment-method-details.ts +++ b/models/payment-method-details.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/payment-method-enum.ts b/models/payment-method-enum.ts index c93871609..aef222f14 100644 --- a/models/payment-method-enum.ts +++ b/models/payment-method-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/payment-method.ts b/models/payment-method.ts index 2d7febe9c..be0f05fd7 100644 --- a/models/payment-method.ts +++ b/models/payment-method.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/payment-terms.ts b/models/payment-terms.ts index 9e0bba224..70e428764 100644 --- a/models/payment-terms.ts +++ b/models/payment-terms.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/payment.ts b/models/payment.ts index 0fb196548..ef6a8ebc5 100644 --- a/models/payment.ts +++ b/models/payment.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/permission.ts b/models/permission.ts index 8c2af3079..fe341ecce 100644 --- a/models/permission.ts +++ b/models/permission.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/plan-type.ts b/models/plan-type.ts index dbe50cc9c..1f3428bc6 100644 --- a/models/plan-type.ts +++ b/models/plan-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/plugin-config.ts b/models/plugin-config.ts index 93fa4e905..16d8499a7 100644 --- a/models/plugin-config.ts +++ b/models/plugin-config.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/plugin-package-list.ts b/models/plugin-package-list.ts index 06a2c0412..ccd23ddea 100644 --- a/models/plugin-package-list.ts +++ b/models/plugin-package-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/plugin-package.ts b/models/plugin-package.ts index 12b758ffc..011618a24 100644 --- a/models/plugin-package.ts +++ b/models/plugin-package.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/plugin.ts b/models/plugin.ts index 4423432de..e6cee4467 100644 --- a/models/plugin.ts +++ b/models/plugin.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/policy-subject.ts b/models/policy-subject.ts index eca84499f..29dd0c5a8 100644 --- a/models/policy-subject.ts +++ b/models/policy-subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/product.ts b/models/product.ts index 3bbd81179..7c7f8cd4d 100644 --- a/models/product.ts +++ b/models/product.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-access-policy-list.ts b/models/project-access-policy-list.ts index e51d7857a..360fbc9bb 100644 --- a/models/project-access-policy-list.ts +++ b/models/project-access-policy-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-access-policy.ts b/models/project-access-policy.ts index 3e98a5df8..66f87bf2e 100644 --- a/models/project-access-policy.ts +++ b/models/project-access-policy.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-create.ts b/models/project-create.ts index fc3454701..9625fe15c 100644 --- a/models/project-create.ts +++ b/models/project-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-folder.ts b/models/project-folder.ts index bbc3ac6ba..c60a9426f 100644 --- a/models/project-folder.ts +++ b/models/project-folder.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-list.ts b/models/project-list.ts index f329d3cf0..996d74c76 100644 --- a/models/project-list.ts +++ b/models/project-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-policy-subject.ts b/models/project-policy-subject.ts index a9dde7921..1aba9f984 100644 --- a/models/project-policy-subject.ts +++ b/models/project-policy-subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-recipe-filter-list.ts b/models/project-recipe-filter-list.ts index 80965e5f7..e5206acd4 100644 --- a/models/project-recipe-filter-list.ts +++ b/models/project-recipe-filter-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-recipe-filter.ts b/models/project-recipe-filter.ts index 895cd078d..d777fbf01 100644 --- a/models/project-recipe-filter.ts +++ b/models/project-recipe-filter.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-sort-key.ts b/models/project-sort-key.ts index 9535c4165..f1ad39bd2 100644 --- a/models/project-sort-key.ts +++ b/models/project-sort-key.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project-update.ts b/models/project-update.ts index 7b8a74caa..25ca2de83 100644 --- a/models/project-update.ts +++ b/models/project-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/project.ts b/models/project.ts index 45cd9938f..d65457190 100644 --- a/models/project.ts +++ b/models/project.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/proration.ts b/models/proration.ts index 34142279a..92b255fbb 100644 --- a/models/proration.ts +++ b/models/proration.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/public-account-list.ts b/models/public-account-list.ts index 018dd8fcb..539f7a671 100644 --- a/models/public-account-list.ts +++ b/models/public-account-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/quantity-constraints.ts b/models/quantity-constraints.ts index 7720d6ec3..d4e8197a0 100644 --- a/models/quantity-constraints.ts +++ b/models/quantity-constraints.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/quota-list.ts b/models/quota-list.ts index b96e485d5..f54a51c0c 100644 --- a/models/quota-list.ts +++ b/models/quota-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/quota-plan.ts b/models/quota-plan.ts index 36ef1fcb6..76c672323 100644 --- a/models/quota-plan.ts +++ b/models/quota-plan.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/quota-type.ts b/models/quota-type.ts index 620799db8..992052eab 100644 --- a/models/quota-type.ts +++ b/models/quota-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/quota.ts b/models/quota.ts index 2a6cba3fe..531413d4d 100644 --- a/models/quota.ts +++ b/models/quota.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/recipe-interface-list.ts b/models/recipe-interface-list.ts index 2e788af60..f42e039d7 100644 --- a/models/recipe-interface-list.ts +++ b/models/recipe-interface-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/recipe-interface.ts b/models/recipe-interface.ts index f98a4a7c7..e523069a2 100644 --- a/models/recipe-interface.ts +++ b/models/recipe-interface.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/recipe-package-list.ts b/models/recipe-package-list.ts index 6a7098015..7a0790812 100644 --- a/models/recipe-package-list.ts +++ b/models/recipe-package-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/recipe-package.ts b/models/recipe-package.ts index 6648749f4..41abeb1b6 100644 --- a/models/recipe-package.ts +++ b/models/recipe-package.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/recipe.ts b/models/recipe.ts index fee627b11..048ef6148 100644 --- a/models/recipe.ts +++ b/models/recipe.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/report-cadlicense-usage.ts b/models/report-cadlicense-usage.ts index 30fa73561..e6040acfb 100644 --- a/models/report-cadlicense-usage.ts +++ b/models/report-cadlicense-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/report-compute-usage.ts b/models/report-compute-usage.ts index a31e61b12..448e7aee0 100644 --- a/models/report-compute-usage.ts +++ b/models/report-compute-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/report-organization-member-usage.ts b/models/report-organization-member-usage.ts index 972a92ee0..7cc0e069f 100644 --- a/models/report-organization-member-usage.ts +++ b/models/report-organization-member-usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-access-policy-list.ts b/models/repository-access-policy-list.ts index c19a20717..111b60323 100644 --- a/models/repository-access-policy-list.ts +++ b/models/repository-access-policy-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-access-policy.ts b/models/repository-access-policy.ts index 56e17963d..8c9811ba9 100644 --- a/models/repository-access-policy.ts +++ b/models/repository-access-policy.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-create.ts b/models/repository-create.ts index 5f7590527..8dce4d583 100644 --- a/models/repository-create.ts +++ b/models/repository-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-index.ts b/models/repository-index.ts index 443b6fc08..c49ec0239 100644 --- a/models/repository-index.ts +++ b/models/repository-index.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-list.ts b/models/repository-list.ts index 0bfd06353..9980a4f25 100644 --- a/models/repository-list.ts +++ b/models/repository-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-metadata.ts b/models/repository-metadata.ts index b2c9f54ef..bde2999d5 100644 --- a/models/repository-metadata.ts +++ b/models/repository-metadata.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-policy-subject.ts b/models/repository-policy-subject.ts index cadc36191..64e1b7dbe 100644 --- a/models/repository-policy-subject.ts +++ b/models/repository-policy-subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-sort-key.ts b/models/repository-sort-key.ts index 8dc2e93d5..d2942a87c 100644 --- a/models/repository-sort-key.ts +++ b/models/repository-sort-key.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-update.ts b/models/repository-update.ts index b132004fb..b3c3eaeb5 100644 --- a/models/repository-update.ts +++ b/models/repository-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository-user-permissions.ts b/models/repository-user-permissions.ts index 2b45b2986..232cd3daf 100644 --- a/models/repository-user-permissions.ts +++ b/models/repository-user-permissions.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/repository.ts b/models/repository.ts index 721d74edf..047c16716 100644 --- a/models/repository.ts +++ b/models/repository.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/resources-duration.ts b/models/resources-duration.ts index 9bfe6275f..b5040600b 100644 --- a/models/resources-duration.ts +++ b/models/resources-duration.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/response-get-package-json.ts b/models/response-get-package-json.ts index 488849d75..a84dd9dfa 100644 --- a/models/response-get-package-json.ts +++ b/models/response-get-package-json.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/retry-config.ts b/models/retry-config.ts index 450b61a15..097d660f5 100644 --- a/models/retry-config.ts +++ b/models/retry-config.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/role-enum.ts b/models/role-enum.ts index 8802fd9e4..bf7d2c238 100644 --- a/models/role-enum.ts +++ b/models/role-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-list.ts b/models/run-list.ts index bbd0293a7..ca0c03731 100644 --- a/models/run-list.ts +++ b/models/run-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-meta.ts b/models/run-meta.ts index a6d18a903..5a6bf45ec 100644 --- a/models/run-meta.ts +++ b/models/run-meta.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-progress.ts b/models/run-progress.ts index 772fb4b05..8a4b5ce1d 100644 --- a/models/run-progress.ts +++ b/models/run-progress.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-result-list-resources-inner-inner.ts b/models/run-result-list-resources-inner-inner.ts index d3a3ebe75..9467f095e 100644 --- a/models/run-result-list-resources-inner-inner.ts +++ b/models/run-result-list-resources-inner-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-result-list.ts b/models/run-result-list.ts index ea52237bf..a04009e0e 100644 --- a/models/run-result-list.ts +++ b/models/run-result-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-status-enum.ts b/models/run-status-enum.ts index a28fe20f9..078a5e9c9 100644 --- a/models/run-status-enum.ts +++ b/models/run-status-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-status-inputs-inner.ts b/models/run-status-inputs-inner.ts index 294597df3..84cf014e5 100644 --- a/models/run-status-inputs-inner.ts +++ b/models/run-status-inputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-status-outputs-inner.ts b/models/run-status-outputs-inner.ts index 795235130..b24f473f9 100644 --- a/models/run-status-outputs-inner.ts +++ b/models/run-status-outputs-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run-status.ts b/models/run-status.ts index 1942d54fe..ef2cd31f6 100644 --- a/models/run-status.ts +++ b/models/run-status.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/run.ts b/models/run.ts index 2498ccf2f..84a70a3f8 100644 --- a/models/run.ts +++ b/models/run.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/s3-upload-request.ts b/models/s3-upload-request.ts index 723766869..c7b235c60 100644 --- a/models/s3-upload-request.ts +++ b/models/s3-upload-request.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/s3.ts b/models/s3.ts index b34e39866..d6dc8975c 100644 --- a/models/s3.ts +++ b/models/s3.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/scripting-languages.ts b/models/scripting-languages.ts index f9901dd2e..86a4d95eb 100644 --- a/models/scripting-languages.ts +++ b/models/scripting-languages.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/sdkenum.ts b/models/sdkenum.ts index 3c63a7b2f..9ca052629 100644 --- a/models/sdkenum.ts +++ b/models/sdkenum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/sort-enum.ts b/models/sort-enum.ts index e90f02e6e..7902d865a 100644 --- a/models/sort-enum.ts +++ b/models/sort-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/source.ts b/models/source.ts index 3ececebf9..50aeeff1c 100644 --- a/models/source.ts +++ b/models/source.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/status-type.ts b/models/status-type.ts index bd0c0020a..a51f2df61 100644 --- a/models/status-type.ts +++ b/models/status-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-array-input.ts b/models/step-array-input.ts index 3e5907baa..8095bb271 100644 --- a/models/step-array-input.ts +++ b/models/step-array-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-array-output.ts b/models/step-array-output.ts index ac606e142..5388acb17 100644 --- a/models/step-array-output.ts +++ b/models/step-array-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-boolean-input.ts b/models/step-boolean-input.ts index e0cba593c..c14efa771 100644 --- a/models/step-boolean-input.ts +++ b/models/step-boolean-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-boolean-output.ts b/models/step-boolean-output.ts index ede0ad89a..85cc1d5e1 100644 --- a/models/step-boolean-output.ts +++ b/models/step-boolean-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-file-input.ts b/models/step-file-input.ts index 8dbe95170..036a68715 100644 --- a/models/step-file-input.ts +++ b/models/step-file-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-file-output.ts b/models/step-file-output.ts index 7b7d9b3e1..1a9dfdb68 100644 --- a/models/step-file-output.ts +++ b/models/step-file-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-folder-input.ts b/models/step-folder-input.ts index 6d33103eb..c24c7e66c 100644 --- a/models/step-folder-input.ts +++ b/models/step-folder-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-folder-output.ts b/models/step-folder-output.ts index 2e595f5c1..cbe80b8d5 100644 --- a/models/step-folder-output.ts +++ b/models/step-folder-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-integer-input.ts b/models/step-integer-input.ts index e2ae6c21a..16a595dc7 100644 --- a/models/step-integer-input.ts +++ b/models/step-integer-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-integer-output.ts b/models/step-integer-output.ts index a9ef3d499..ab472e9eb 100644 --- a/models/step-integer-output.ts +++ b/models/step-integer-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-jsonobject-input.ts b/models/step-jsonobject-input.ts index 8514448f8..a799d32ee 100644 --- a/models/step-jsonobject-input.ts +++ b/models/step-jsonobject-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-jsonobject-output.ts b/models/step-jsonobject-output.ts index 128ee7d75..919ae371b 100644 --- a/models/step-jsonobject-output.ts +++ b/models/step-jsonobject-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-list.ts b/models/step-list.ts index d0f793066..fd7ac1222 100644 --- a/models/step-list.ts +++ b/models/step-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-number-input.ts b/models/step-number-input.ts index a939fea3c..08abfa225 100644 --- a/models/step-number-input.ts +++ b/models/step-number-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-number-output.ts b/models/step-number-output.ts index 0d7ae52e8..9bed0d3fd 100644 --- a/models/step-number-output.ts +++ b/models/step-number-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-path-input.ts b/models/step-path-input.ts index 2b2aa8fa1..ad3df728f 100644 --- a/models/step-path-input.ts +++ b/models/step-path-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-path-output.ts b/models/step-path-output.ts index 823e58f04..2a9bf1bca 100644 --- a/models/step-path-output.ts +++ b/models/step-path-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-status-enum.ts b/models/step-status-enum.ts index eda078b06..a894ba744 100644 --- a/models/step-status-enum.ts +++ b/models/step-status-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-status.ts b/models/step-status.ts index 4f0883da9..2bb7676c1 100644 --- a/models/step-status.ts +++ b/models/step-status.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-string-input.ts b/models/step-string-input.ts index b6aff9929..406bbecf4 100644 --- a/models/step-string-input.ts +++ b/models/step-string-input.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/step-string-output.ts b/models/step-string-output.ts index d05ff6326..bc1771e0b 100644 --- a/models/step-string-output.ts +++ b/models/step-string-output.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subject-type.ts b/models/subject-type.ts index 66fd10e0e..d2675a0b5 100644 --- a/models/subject-type.ts +++ b/models/subject-type.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subject.ts b/models/subject.ts index 930ae0715..df7a2ca30 100644 --- a/models/subject.ts +++ b/models/subject.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-create.ts b/models/subscription-create.ts index 5c44c3316..e810d738f 100644 --- a/models/subscription-create.ts +++ b/models/subscription-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-payment.ts b/models/subscription-payment.ts index 66a028e2c..d6d898b0f 100644 --- a/models/subscription-payment.ts +++ b/models/subscription-payment.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-plan.ts b/models/subscription-plan.ts index b2a51e13c..d865fa685 100644 --- a/models/subscription-plan.ts +++ b/models/subscription-plan.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-update-dry-run.ts b/models/subscription-update-dry-run.ts index 7c278f58b..16b3eaba3 100644 --- a/models/subscription-update-dry-run.ts +++ b/models/subscription-update-dry-run.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-update-transaction.ts b/models/subscription-update-transaction.ts index 7ff3c9d05..5bec859e7 100644 --- a/models/subscription-update-transaction.ts +++ b/models/subscription-update-transaction.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription-update.ts b/models/subscription-update.ts index fad7f3695..ebd6291f8 100644 --- a/models/subscription-update.ts +++ b/models/subscription-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/subscription.ts b/models/subscription.ts index 6dbcb940e..84986b96e 100644 --- a/models/subscription.ts +++ b/models/subscription.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-argument.ts b/models/task-argument.ts index 8c2eb516c..c5b5c357f 100644 --- a/models/task-argument.ts +++ b/models/task-argument.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-file-reference.ts b/models/task-file-reference.ts index 099c43344..82d71e653 100644 --- a/models/task-file-reference.ts +++ b/models/task-file-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-folder-reference.ts b/models/task-folder-reference.ts index 825d6904a..c1924caf9 100644 --- a/models/task-folder-reference.ts +++ b/models/task-folder-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-path-argument.ts b/models/task-path-argument.ts index cb47c5c6b..31cf552d9 100644 --- a/models/task-path-argument.ts +++ b/models/task-path-argument.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-path-reference.ts b/models/task-path-reference.ts index 1771a939b..8b8b97b17 100644 --- a/models/task-path-reference.ts +++ b/models/task-path-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-path-return.ts b/models/task-path-return.ts index 762d4e6f0..f581836e3 100644 --- a/models/task-path-return.ts +++ b/models/task-path-return.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-reference.ts b/models/task-reference.ts index ca63ba1a6..8f8a8535f 100644 --- a/models/task-reference.ts +++ b/models/task-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/task-return.ts b/models/task-return.ts index 7add0adcc..89e441588 100644 --- a/models/task-return.ts +++ b/models/task-return.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-create.ts b/models/team-create.ts index d0d58548b..19ec95731 100644 --- a/models/team-create.ts +++ b/models/team-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-list.ts b/models/team-list.ts index da9f4a915..65fb66ba4 100644 --- a/models/team-list.ts +++ b/models/team-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-member-list.ts b/models/team-member-list.ts index a0745fd5b..c48dfd534 100644 --- a/models/team-member-list.ts +++ b/models/team-member-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-member.ts b/models/team-member.ts index fa965e8db..d8f8272a8 100644 --- a/models/team-member.ts +++ b/models/team-member.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-role-enum.ts b/models/team-role-enum.ts index e87a1c776..d5d26a2ea 100644 --- a/models/team-role-enum.ts +++ b/models/team-role-enum.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team-update.ts b/models/team-update.ts index bed368b7b..fea7f9ce2 100644 --- a/models/team-update.ts +++ b/models/team-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/team.ts b/models/team.ts index 0e46fb5f5..345c5fb0c 100644 --- a/models/team.ts +++ b/models/team.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/template-function.ts b/models/template-function.ts index b0d5f1144..eda1857e0 100644 --- a/models/template-function.ts +++ b/models/template-function.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/transaction-item-totals.ts b/models/transaction-item-totals.ts index 2416afded..e4de8b36d 100644 --- a/models/transaction-item-totals.ts +++ b/models/transaction-item-totals.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/transaction-payment.ts b/models/transaction-payment.ts index 9488a421f..a557ecaee 100644 --- a/models/transaction-payment.ts +++ b/models/transaction-payment.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/transaction-totals.ts b/models/transaction-totals.ts index 2a21fd749..1a7f5eaff 100644 --- a/models/transaction-totals.ts +++ b/models/transaction-totals.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/trial-status-response.ts b/models/trial-status-response.ts index bc43d615f..f2b09acdf 100644 --- a/models/trial-status-response.ts +++ b/models/trial-status-response.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/update-accepted.ts b/models/update-accepted.ts index 5a07ed827..13ed359ee 100644 --- a/models/update-accepted.ts +++ b/models/update-accepted.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/usage.ts b/models/usage.ts index c550680eb..9de47ddb0 100644 --- a/models/usage.ts +++ b/models/usage.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-create.ts b/models/user-create.ts index e2544d107..651caa25d 100644 --- a/models/user-create.ts +++ b/models/user-create.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-permission.ts b/models/user-permission.ts index ac716a223..f7d2841e6 100644 --- a/models/user-permission.ts +++ b/models/user-permission.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-private.ts b/models/user-private.ts index aff31f1fd..5dd93108f 100644 --- a/models/user-private.ts +++ b/models/user-private.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-public-list.ts b/models/user-public-list.ts index 5744f0f81..8c06ed993 100644 --- a/models/user-public-list.ts +++ b/models/user-public-list.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-public.ts b/models/user-public.ts index c00c7a993..c91dcc7b3 100644 --- a/models/user-public.ts +++ b/models/user-public.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/user-update.ts b/models/user-update.ts index c1a4ea233..a6b0905e6 100644 --- a/models/user-update.ts +++ b/models/user-update.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/validation-error-loc-inner.ts b/models/validation-error-loc-inner.ts index 275b98510..083a3ea4f 100644 --- a/models/validation-error-loc-inner.ts +++ b/models/validation-error-loc-inner.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/validation-error.ts b/models/validation-error.ts index 0e281ad1a..a86f54fad 100644 --- a/models/validation-error.ts +++ b/models/validation-error.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/value-file-reference.ts b/models/value-file-reference.ts index e9e800210..c007cf835 100644 --- a/models/value-file-reference.ts +++ b/models/value-file-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/value-folder-reference.ts b/models/value-folder-reference.ts index 5b38ee2a8..608201c43 100644 --- a/models/value-folder-reference.ts +++ b/models/value-folder-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/value-list-reference.ts b/models/value-list-reference.ts index c2c0f0deb..c3a2386f2 100644 --- a/models/value-list-reference.ts +++ b/models/value-list-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/models/value-reference.ts b/models/value-reference.ts index 8125930a7..3306f7302 100644 --- a/models/value-reference.ts +++ b/models/value-reference.ts @@ -4,7 +4,7 @@ * pollination-server * Pollination Server OpenAPI Definition * - * The version of the OpenAPI document: 1.11.1 + * The version of the OpenAPI document: 1.11.12 * Contact: info@pollination.solutions * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/package.json b/package.json index 97969014c..30f2375b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pollination-solutions/pollination-sdk", - "version": "1.11.1", + "version": "1.11.12", "description": "OpenAPI client for @pollination-solutions/pollination-sdk", "author": "OpenAPI-Generator Contributors", "repository": {