@kohost/api-client 3.2.0 → 3.2.1

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.
@@ -28,6 +28,7 @@ export interface Ticket {
28
28
  )[];
29
29
  openedBy?: {
30
30
  userId?: string;
31
+ systemId?: string;
31
32
  [k: string]: unknown;
32
33
  };
33
34
  requester: {
@@ -39,6 +40,7 @@ export interface Ticket {
39
40
  userPhoto?: MediaFile | null | string;
40
41
  deviceId?: string;
41
42
  roomId?: string;
43
+ reservationId?: string;
42
44
  spaceId?: string;
43
45
  spaceName?: string;
44
46
  [k: string]: unknown;
@@ -71,6 +71,9 @@
71
71
  "properties": {
72
72
  "userId": {
73
73
  "type": "string"
74
+ },
75
+ "systemId": {
76
+ "type": "string"
74
77
  }
75
78
  }
76
79
  },
@@ -109,6 +112,9 @@
109
112
  "roomId": {
110
113
  "type": "string"
111
114
  },
115
+ "reservationId": {
116
+ "type": "string"
117
+ },
112
118
  "spaceId": {
113
119
  "type": "string"
114
120
  },
@@ -11534,6 +11534,9 @@ var require_ticket = __commonJS({
11534
11534
  properties: {
11535
11535
  userId: {
11536
11536
  type: "string"
11537
+ },
11538
+ systemId: {
11539
+ type: "string"
11537
11540
  }
11538
11541
  }
11539
11542
  },
@@ -11572,6 +11575,9 @@ var require_ticket = __commonJS({
11572
11575
  roomId: {
11573
11576
  type: "string"
11574
11577
  },
11578
+ reservationId: {
11579
+ type: "string"
11580
+ },
11575
11581
  spaceId: {
11576
11582
  type: "string"
11577
11583
  },