@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 +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
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" | "
|
|
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