@simonarcher/fika-types 1.0.48 → 1.0.49
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/loyalty.d.ts +2 -0
- package/package.json +1 -1
package/dist/loyalty.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ export interface RedeemVoucherResponse {
|
|
|
147
147
|
* Response for voucher validation
|
|
148
148
|
*/
|
|
149
149
|
export interface ValidateVoucherResponse {
|
|
150
|
+
/** Whether validation was successful */
|
|
151
|
+
success: boolean;
|
|
150
152
|
/** Whether voucher is valid */
|
|
151
153
|
valid: boolean;
|
|
152
154
|
/** Error message if validation failed */
|