@kohost/api-client 3.0.0-beta.58 → 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.
@@ -46,7 +46,7 @@ export interface Space {
46
46
  | "cloudflare-images"
47
47
  | "cloudflare-stream"
48
48
  | "insperia-privacy";
49
- subType?: string;
49
+ spaceType?: string;
50
50
  rooms?: string[];
51
51
  subGroups?: string[];
52
52
  occupied?: boolean;
@@ -29,7 +29,7 @@
29
29
  "driver": {
30
30
  "$ref": "definitions.json#/definitions/driver"
31
31
  },
32
- "subType": {
32
+ "spaceType": {
33
33
  "type": "string"
34
34
  },
35
35
  "rooms": {
@@ -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: {