Skip to content

Commit

Permalink
Change options for category in coupon schema to discount and cashback
Browse files Browse the repository at this point in the history
  • Loading branch information
José Carneiro committed Nov 1, 2024
1 parent 08d29e2 commit 2346489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.35.7",
"version": "3.35.8",
"description": "Client for epilot Pricing APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clients/pricing-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ declare namespace Components {
name: string;
description?: string;
type?: "fixed" | "percentage";
category?: "discount" | "bonus";
category?: "discount" | "cashback";
/**
* Use if type is set to percentage. The percentage to be discounted, represented as a whole integer.
*/
Expand Down
2 changes: 1 addition & 1 deletion clients/pricing-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,7 @@
"type": "string",
"enum": [
"discount",
"bonus"
"cashback"
]
},
"percentage_value": {
Expand Down

0 comments on commit 2346489

Please sign in to comment.