Skip to content

Commit 2d1b651

Browse files
ladybugbotAntoineDao
authored andcommitted
upgrade SDK to v1.8.6
1 parent eb2f437 commit 2d1b651

File tree

350 files changed

+813
-351
lines changed

Some content is hidden

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

350 files changed

+813
-351
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-07 20:49:28.603189",
7+
"regenerated": "2025-08-08 13:23:39.543184",
88
"spec_repo_commit": null
99
}
1010
}

.openapi-generator/FILES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ models/application-version.ts
5151
models/application.ts
5252
models/baked-recipe-templates-inner.ts
5353
models/baked-recipe.ts
54+
models/billing-details.ts
5455
models/billing-info.ts
5556
models/billing-option.ts
5657
models/billing-period.ts
@@ -212,13 +213,15 @@ models/package-version.ts
212213
models/paddle-billing-checkout.ts
213214
models/paddle-billing-price.ts
214215
models/paddle-billing-product.ts
215-
models/paddle-billing-subscription-custom-data.ts
216216
models/paddle-billing-subscription-item.ts
217217
models/paddle-billing-subscription-status.ts
218+
models/paddle-billing-transaction-details.ts
218219
models/paddle-billing-transaction-item.ts
219220
models/paused-reason.ts
221+
models/payment-method-details.ts
220222
models/payment-method-enum.ts
221223
models/payment-method.ts
224+
models/payment-terms.ts
222225
models/payment.ts
223226
models/permission.ts
224227
models/plan-type.ts
@@ -238,6 +241,7 @@ models/project-recipe-filter.ts
238241
models/project-sort-key.ts
239242
models/project-update.ts
240243
models/project.ts
244+
models/proration.ts
241245
models/public-account-list.ts
242246
models/quantity-constraints.ts
243247
models/quota-list.ts
@@ -329,6 +333,8 @@ models/team-role-enum.ts
329333
models/team-update.ts
330334
models/team.ts
331335
models/template-function.ts
336+
models/transaction-payment.ts
337+
models/transaction-totals.ts
332338
models/update-accepted.ts
333339
models/usage.ts
334340
models/user-create.ts

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].5 --save
44+
npm install @pollination-solutions/[email protected].6 --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.5
7+
* The version of the OpenAPI document: 1.8.6
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.5
7+
* The version of the OpenAPI document: 1.8.6
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.5
7+
* The version of the OpenAPI document: 1.8.6
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.5
7+
* The version of the OpenAPI document: 1.8.6
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.5
7+
* The version of the OpenAPI document: 1.8.6
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: 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.5
7+
* The version of the OpenAPI document: 1.8.6
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

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.5
7+
* The version of the OpenAPI document: 1.8.6
88
* Contact: [email protected]
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)