@kohost/api-client 3.9.1 → 3.9.2
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
|
@@ -13033,6 +13033,10 @@ var require_issue = __commonJS({
|
|
|
13033
13033
|
},
|
|
13034
13034
|
systemKey: {
|
|
13035
13035
|
type: "string"
|
|
13036
|
+
},
|
|
13037
|
+
autoCreateTicket: {
|
|
13038
|
+
type: "boolean",
|
|
13039
|
+
default: true
|
|
13036
13040
|
}
|
|
13037
13041
|
},
|
|
13038
13042
|
required: ["id", "type", "name", "department"]
|