tickera-angular-components 0.0.1-dev.8 → 0.0.1-dev.9

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
@@ -207,10 +207,13 @@ declare enum OrderItemType {
207
207
  }
208
208
 
209
209
  declare enum OrderStatus {
210
- PENDING = "PENDING",
211
- COMPLETED = "COMPLETED",
212
- FAILED = "FAILED",
213
- CANCELLED = "CANCELLED"
210
+ ON_HOLD = "on-hold",
211
+ PENDING_PAYMENT = "pending-payment",
212
+ PROCESSING = "processing",
213
+ COMPLETED = "completed",
214
+ FAILED = "failed",
215
+ CANCELLED = "cancelled",
216
+ REFUNDED = "refunded"
214
217
  }
215
218
 
216
219
  interface RoomMapPosition {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.8",
3
+ "version": "0.0.1-dev.9",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {