tickera-angular-components 0.0.1-dev.18 → 0.0.1-dev.19

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/index.d.ts CHANGED
@@ -171,7 +171,8 @@ declare enum CouponStatus {
171
171
  declare enum CorporateBondStatus {
172
172
  ACTIVE = "ACTIVE",
173
173
  INACTIVE = "INACTIVE",
174
- EXPIRED = "EXPIRED"
174
+ EXPIRED = "EXPIRED",
175
+ CONSUMED = "CONSUMED"
175
176
  }
176
177
 
177
178
  declare enum PerformanceStatus {
@@ -210,9 +211,9 @@ declare enum RoomMapElementType {
210
211
 
211
212
  declare enum GiftBondStatus {
212
213
  ACTIVE = "ACTIVE",
213
- REDEEMED = "REDEEMED",
214
+ INACTIVE = "INACTIVE",
214
215
  EXPIRED = "EXPIRED",
215
- INACTIVE = "INACTIVE"
216
+ CONSUMED = "CONSUMED"
216
217
  }
217
218
 
218
219
  declare enum OrderItemType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.18",
3
+ "version": "0.0.1-dev.19",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {