@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 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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",