@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.
@@ -44,6 +44,10 @@
44
44
  },
45
45
  "systemKey": {
46
46
  "type": "string"
47
+ },
48
+ "autoCreateTicket": {
49
+ "type": "boolean",
50
+ "default": true
47
51
  }
48
52
  },
49
53
  "required": ["id", "type", "name", "department"]
@@ -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"]