Skip to content

Commit 4943b31

Browse files
ladybugbotAntoineDao
authored andcommitted
upgrade SDK to v1.8.9
1 parent 4103668 commit 4943b31

File tree

356 files changed

+377
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+377
-356
lines changed

.apigentools-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-08-09 10:02:48.475085",
7+
"regenerated": "2025-08-09 13:09:21.280699",
88
"spec_repo_commit": null
99
}
1010
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ navigate to the folder of your consuming project and run one of the following co
4141
_published:_
4242

4343
```
44-
npm install @pollination-solutions/[email protected].8 --save
44+
npm install @pollination-solutions/[email protected].9 --save
4545
```
4646

4747
_unPublished (not recommended):_

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/accounts-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/apitokens-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/applications-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/artifacts-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/billing-api.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -199,6 +199,13 @@ export const BillingApiAxiosParamCreator = function (configuration?: Configurati
199199
const localVarHeaderParameter = {} as any;
200200
const localVarQueryParameter = {} as any;
201201

202+
// authentication JWTAuth required
203+
// http bearer authentication required
204+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
205+
206+
// authentication APIKeyAuth required
207+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
208+
202209

203210

204211
setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -387,6 +394,13 @@ export const BillingApiAxiosParamCreator = function (configuration?: Configurati
387394
const localVarHeaderParameter = {} as any;
388395
const localVarQueryParameter = {} as any;
389396

397+
// authentication JWTAuth required
398+
// http bearer authentication required
399+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
400+
401+
// authentication APIKeyAuth required
402+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
403+
390404

391405

392406
setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -515,6 +529,13 @@ export const BillingApiAxiosParamCreator = function (configuration?: Configurati
515529
const localVarHeaderParameter = {} as any;
516530
const localVarQueryParameter = {} as any;
517531

532+
// authentication JWTAuth required
533+
// http bearer authentication required
534+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
535+
536+
// authentication APIKeyAuth required
537+
await setApiKeyToObject(localVarHeaderParameter, "x-pollination-token", configuration)
538+
518539

519540

520541
setSearchParams(localVarUrlObj, localVarQueryParameter);

api/jobs-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

api/licenses-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* pollination-server
55
* Pollination Server OpenAPI Definition
66
*
7-
* The version of the OpenAPI document: 1.8.8
7+
* The version of the OpenAPI document: 1.8.9
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)