@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/utils.js
CHANGED
|
@@ -13861,8 +13861,8 @@ var require_organization = __commonJS({
|
|
|
13861
13861
|
type: "object",
|
|
13862
13862
|
properties: {
|
|
13863
13863
|
nextTicketNumber: {
|
|
13864
|
-
type: "string",
|
|
13865
|
-
default:
|
|
13864
|
+
type: ["string", "integer"],
|
|
13865
|
+
default: 1
|
|
13866
13866
|
}
|
|
13867
13867
|
}
|
|
13868
13868
|
},
|