tickera-angular-components 0.0.1-dev.91 → 0.0.1-dev.92

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1103,6 +1103,7 @@ interface GiftBondPurchase extends Auditable {
1103
1103
  purchased_at: string;
1104
1104
  expires_at: string;
1105
1105
  redeemed_at: string | null;
1106
+ gift_bond?: GiftBond;
1106
1107
  gift_bond_id: number;
1107
1108
  buyer_customer_id: number;
1108
1109
  buyer: Customer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.91",
3
+ "version": "0.0.1-dev.92",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {