@kohost/api-client 3.0.0-beta.57 → 3.0.0-beta.59

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.
@@ -11593,7 +11593,7 @@ var require_space = __commonJS({
11593
11593
  driver: {
11594
11594
  $ref: "definitions.json#/definitions/driver"
11595
11595
  },
11596
- subType: {
11596
+ spaceType: {
11597
11597
  type: "string"
11598
11598
  },
11599
11599
  rooms: {
@@ -11899,7 +11899,7 @@ var require_ticket = __commonJS({
11899
11899
  }
11900
11900
  },
11901
11901
  media: {
11902
- $ref: "mediaFile.json"
11902
+ anyOf: [{ $ref: "mediaFile.json" }, { type: "null" }]
11903
11903
  }
11904
11904
  },
11905
11905
  required: ["userId", "id", "timestamp", "body"]