@kohost/api-client 3.0.0-beta.90 → 3.0.0-beta.91
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
|
@@ -11235,6 +11235,11 @@ var require_ticket = __commonJS({
|
|
|
11235
11235
|
id: {
|
|
11236
11236
|
$ref: "definitions.json#/definitions/id"
|
|
11237
11237
|
},
|
|
11238
|
+
type: {
|
|
11239
|
+
type: "string",
|
|
11240
|
+
enum: ["ticket"],
|
|
11241
|
+
default: "ticket"
|
|
11242
|
+
},
|
|
11238
11243
|
conversation: {
|
|
11239
11244
|
type: "array",
|
|
11240
11245
|
default: [],
|
|
@@ -12612,6 +12617,11 @@ var require_announcement = __commonJS({
|
|
|
12612
12617
|
type: "object",
|
|
12613
12618
|
properties: {
|
|
12614
12619
|
id: { $ref: "definitions.json#/definitions/id" },
|
|
12620
|
+
type: {
|
|
12621
|
+
type: "string",
|
|
12622
|
+
enum: ["announcement"],
|
|
12623
|
+
default: "announcement"
|
|
12624
|
+
},
|
|
12615
12625
|
users: {
|
|
12616
12626
|
type: "array",
|
|
12617
12627
|
items: {
|