ob-bms-sdk 0.0.54 → 0.0.56
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/api/api.ts +7 -1
- package/dist/api/api.d.ts +7 -1
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -713,7 +713,7 @@ export interface MemberIndexInterface {
|
|
|
713
713
|
* @type {boolean}
|
|
714
714
|
* @memberof MemberIndexInterface
|
|
715
715
|
*/
|
|
716
|
-
'
|
|
716
|
+
'redemption_authorized': boolean;
|
|
717
717
|
}
|
|
718
718
|
/**
|
|
719
719
|
*
|
|
@@ -1169,6 +1169,12 @@ export interface PassData {
|
|
|
1169
1169
|
* @memberof PassData
|
|
1170
1170
|
*/
|
|
1171
1171
|
'visitor_id': string;
|
|
1172
|
+
/**
|
|
1173
|
+
*
|
|
1174
|
+
* @type {boolean}
|
|
1175
|
+
* @memberof PassData
|
|
1176
|
+
*/
|
|
1177
|
+
'consent': boolean | null;
|
|
1172
1178
|
/**
|
|
1173
1179
|
*
|
|
1174
1180
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -711,7 +711,7 @@ export interface MemberIndexInterface {
|
|
|
711
711
|
* @type {boolean}
|
|
712
712
|
* @memberof MemberIndexInterface
|
|
713
713
|
*/
|
|
714
|
-
'
|
|
714
|
+
'redemption_authorized': boolean;
|
|
715
715
|
}
|
|
716
716
|
/**
|
|
717
717
|
*
|
|
@@ -1164,6 +1164,12 @@ export interface PassData {
|
|
|
1164
1164
|
* @memberof PassData
|
|
1165
1165
|
*/
|
|
1166
1166
|
'visitor_id': string;
|
|
1167
|
+
/**
|
|
1168
|
+
*
|
|
1169
|
+
* @type {boolean}
|
|
1170
|
+
* @memberof PassData
|
|
1171
|
+
*/
|
|
1172
|
+
'consent': boolean | null;
|
|
1167
1173
|
/**
|
|
1168
1174
|
*
|
|
1169
1175
|
* @type {string}
|