@epilot/pricing-client 3.35.7 → 3.35.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/openapi.d.ts CHANGED
@@ -1941,7 +1941,7 @@ declare namespace Components {
1941
1941
  name: string;
1942
1942
  description?: string;
1943
1943
  type?: "fixed" | "percentage";
1944
- category?: "discount" | "bonus";
1944
+ category?: "discount" | "cashback";
1945
1945
  /**
1946
1946
  * Use if type is set to percentage. The percentage to be discounted, represented as a whole integer.
1947
1947
  */
package/dist/openapi.json CHANGED
@@ -4933,7 +4933,7 @@
4933
4933
  "type": "string",
4934
4934
  "enum": [
4935
4935
  "discount",
4936
- "bonus"
4936
+ "cashback"
4937
4937
  ]
4938
4938
  },
4939
4939
  "percentage_value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.35.7",
3
+ "version": "3.35.8",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",