Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
35 changes: 17 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,31 +49,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: Install typescript globally
run: npm install -g typescript

- 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):_
Expand Down
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/accounts-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/apitokens-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/applications-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/artifacts-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/billing-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/jobs-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/licenses-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/orgs-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/plugins-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/projects-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/recipes-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/registries-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/reports-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/runs-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/subscription-plans-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/subscriptions-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/teams-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/user-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/users-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/accessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/account-public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/account-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/activation-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/activation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/apitoken-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/apitoken-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/apitoken-private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/apitoken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* pollination-server
* Pollination Server OpenAPI Definition
*
* The version of the OpenAPI document: 1.11.1
* The version of the OpenAPI document: 1.11.12
* Contact: info@pollination.solutions
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading
Loading