tickera-angular-components 0.0.1-dev.118 → 0.0.1-dev.119

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
@@ -629,6 +629,8 @@ declare enum CouponStatus {
629
629
  declare enum CorporateBondStatus {
630
630
  ACTIVE = "ACTIVE",
631
631
  INACTIVE = "INACTIVE",
632
+ PENDING = "PENDING",
633
+ PAYMENT_FAILED = "PAYMENT_FAILED",
632
634
  EXPIRED = "EXPIRED",
633
635
  CONSUMED = "CONSUMED"
634
636
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.118",
3
+ "version": "0.0.1-dev.119",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {