Skip to content

Commit

Permalink
Merge pull request #103 from epilot-dev/chore.update-pricing-client
Browse files Browse the repository at this point in the history
chore: updating pricing client
  • Loading branch information
jpinho authored Sep 13, 2023
2 parents 1d5beee + c6235da commit 9917689
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clients/pricing-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/pricing-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/pricing-client",
"version": "3.12.0",
"version": "3.13.0",
"description": "Client for epilot Pricing APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions clients/pricing-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,14 @@ declare namespace Components {
*/
unit_amount_gross?: number;
total_details?: /* The total details with tax (and discount) aggregated totals. */ TotalDetails;
currency?: /**
* Three-letter ISO currency code, in lowercase. Must be a supported currency.
* ISO 4217 CURRENCY CODES as specified in the documentation: https://www.iso.org/iso-4217-currency-codes.html
*
* example:
* EUR
*/
Currency;
}
/**
* The product entity
Expand Down
3 changes: 3 additions & 0 deletions clients/pricing-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2970,6 +2970,9 @@
},
"total_details": {
"$ref": "#/components/schemas/TotalDetails"
},
"currency": {
"$ref": "#/components/schemas/Currency"
}
}
},
Expand Down

0 comments on commit 9917689

Please sign in to comment.