@platfformx/proto-contracts 1.6.2 → 1.6.3

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.
@@ -67,7 +67,6 @@ export interface ValidatePromocodeResponse {
67
67
  discountAmount: string;
68
68
  errorMessage: string;
69
69
  discountType: DiscountType;
70
- discountValue: string;
71
70
  }
72
71
  export declare const PROMO_V1_PACKAGE_NAME = "promo.v1";
73
72
  export interface PromoServiceClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platfformx/proto-contracts",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -62,7 +62,6 @@ message ValidatePromocodeResponse {
62
62
  string discount_amount = 2;
63
63
  string error_message = 3;
64
64
  DiscountType discount_type = 4;
65
- string discount_value = 5;
66
65
  }
67
66
 
68
67
  enum TargetType {