@kohost/api-client 3.9.3 → 3.9.4

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.
@@ -140,8 +140,8 @@
140
140
  "type": "object",
141
141
  "properties": {
142
142
  "nextTicketNumber": {
143
- "type": "string",
144
- "default": "1"
143
+ "type": ["string", "integer"],
144
+ "default": 1
145
145
  }
146
146
  }
147
147
  },
@@ -13781,8 +13781,8 @@ var require_organization = __commonJS({
13781
13781
  type: "object",
13782
13782
  properties: {
13783
13783
  nextTicketNumber: {
13784
- type: "string",
13785
- default: "1"
13784
+ type: ["string", "integer"],
13785
+ default: 1
13786
13786
  }
13787
13787
  }
13788
13788
  },