tickera-angular-components 0.0.1-dev.205 → 0.0.1-dev.206

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
@@ -516,7 +516,8 @@ declare enum OrderItemType {
516
516
  PRODUCT = "PRODUCT",
517
517
  GIFT_BOND = "GIFT_BOND",
518
518
  CORPORATE_BOND = "CORPORATE_BOND",
519
- VIP_RECHARGE = "VIP_RECHARGE"
519
+ VIP_RECHARGE = "VIP_RECHARGE",
520
+ SUBSCRIPTION_ACTIVATION = "SUBSCRIPTION_ACTIVATION"
520
521
  }
521
522
 
522
523
  declare enum OrderStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.205",
3
+ "version": "0.0.1-dev.206",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {