@mamindom/contracts 1.0.166 → 1.0.167

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.
@@ -94,7 +94,7 @@ export interface GetCustomerProfileResponse {
94
94
  cashbackTotal: number;
95
95
  cashbackBurned: number;
96
96
  cashbackNegative: number;
97
- personalOffersRaw: string;
97
+ loyaltyStatusRaw: string;
98
98
  giftBonusesRaw: string;
99
99
  }
100
100
  export declare const CRM_V1_PACKAGE_NAME = "crm.v1";
@@ -143,6 +143,7 @@ message GetCustomerProfileResponse {
143
143
  double cashback_negative = 9;
144
144
 
145
145
 
146
- string personal_offers_raw = 10;
147
- string gift_bonuses_raw = 11;
146
+
147
+ string loyalty_status_raw = 10;
148
+ string gift_bonuses_raw = 11;
148
149
  }
@@ -117,7 +117,7 @@ export interface GetCustomerProfileResponse {
117
117
  cashbackTotal: number;
118
118
  cashbackBurned: number;
119
119
  cashbackNegative: number;
120
- personalOffersRaw: string;
120
+ loyaltyStatusRaw: string;
121
121
  giftBonusesRaw: string;
122
122
  }
123
123
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mamindom/contracts",
3
3
  "description": "proto",
4
- "version": "1.0.166",
4
+ "version": "1.0.167",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "exports": {
@@ -143,6 +143,7 @@ message GetCustomerProfileResponse {
143
143
  double cashback_negative = 9;
144
144
 
145
145
 
146
- string personal_offers_raw = 10;
147
- string gift_bonuses_raw = 11;
146
+
147
+ string loyalty_status_raw = 10;
148
+ string gift_bonuses_raw = 11;
148
149
  }