@kohost/api-client 3.2.0 → 3.2.1

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/dist/esm/utils.js CHANGED
@@ -11591,6 +11591,9 @@ var require_ticket = __commonJS({
11591
11591
  properties: {
11592
11592
  userId: {
11593
11593
  type: "string"
11594
+ },
11595
+ systemId: {
11596
+ type: "string"
11594
11597
  }
11595
11598
  }
11596
11599
  },
@@ -11629,6 +11632,9 @@ var require_ticket = __commonJS({
11629
11632
  roomId: {
11630
11633
  type: "string"
11631
11634
  },
11635
+ reservationId: {
11636
+ type: "string"
11637
+ },
11632
11638
  spaceId: {
11633
11639
  type: "string"
11634
11640
  },