@kohost/api-client 3.0.0-beta.73 → 3.0.0-beta.74

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.
@@ -13,6 +13,7 @@ export interface Property {
13
13
  name: string;
14
14
  type: string;
15
15
  discriminator?: "hospitality" | "education" | "commercial";
16
+ testModeEnabled?: boolean;
16
17
  timezone?: string;
17
18
  smsNumber?: string;
18
19
  hostname: string | null;
@@ -20,7 +20,9 @@
20
20
  "type": "string",
21
21
  "enum": ["hospitality", "education", "commercial"]
22
22
  },
23
-
23
+ "testModeEnabled": {
24
+ "type": "boolean"
25
+ },
24
26
  "timezone": {
25
27
  "type": "string"
26
28
  },
@@ -15448,6 +15448,9 @@ var require_property = __commonJS({
15448
15448
  type: "string",
15449
15449
  enum: ["hospitality", "education", "commercial"]
15450
15450
  },
15451
+ testModeEnabled: {
15452
+ type: "boolean"
15453
+ },
15451
15454
  timezone: {
15452
15455
  type: "string"
15453
15456
  },