@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.
package/dist/esm/Models.js
CHANGED
|
@@ -13781,8 +13781,8 @@ var require_organization = __commonJS({
|
|
|
13781
13781
|
type: "object",
|
|
13782
13782
|
properties: {
|
|
13783
13783
|
nextTicketNumber: {
|
|
13784
|
-
type: "string",
|
|
13785
|
-
default:
|
|
13784
|
+
type: ["string", "integer"],
|
|
13785
|
+
default: 1
|
|
13786
13786
|
}
|
|
13787
13787
|
}
|
|
13788
13788
|
},
|