@qlik/api 1.30.0 → 1.32.0

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.
Files changed (138) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +4 -2
  4. package/apps.js +2 -2
  5. package/assistants.d.ts +1301 -0
  6. package/assistants.js +273 -0
  7. package/audits.d.ts +2 -2
  8. package/audits.js +2 -2
  9. package/{auth-types-PkN9CAF_.d.ts → auth-types-DqfMuSRX.d.ts} +1 -0
  10. package/auth.d.ts +27 -3
  11. package/auth.js +8 -4
  12. package/automation-connections.d.ts +366 -0
  13. package/automation-connections.js +91 -0
  14. package/automations.d.ts +2 -2
  15. package/automations.js +2 -2
  16. package/automl-deployments.d.ts +97 -0
  17. package/automl-deployments.js +27 -0
  18. package/automl-predictions.d.ts +214 -0
  19. package/automl-predictions.js +72 -0
  20. package/brands.d.ts +2 -2
  21. package/brands.js +2 -2
  22. package/chunks/{JIX6RMFP.js → 6ZONDHRN.js} +1 -1
  23. package/chunks/ETNHFALU.js +61 -0
  24. package/chunks/{G6QUM5WQ.js → FKDGGR2O.js} +137 -45
  25. package/chunks/{TXC5XORK.js → LTNGXTXG.js} +3 -3
  26. package/chunks/{OTTC4QSX.js → LY7RP2HA.js} +7 -3
  27. package/chunks/{FKCZFVJL.js → M64RLKVG.js} +2074 -12
  28. package/chunks/{F5UDCCRD.js → PLVPW5IR.js} +1 -1
  29. package/chunks/{QK4TMJ64.js → RCLKKVYB.js} +11 -1
  30. package/chunks/{QWQLGDMI.js → UZTIZ4H5.js} +392 -372
  31. package/chunks/{PTDXR7AY.js → VVD2DPKQ.js} +2 -2
  32. package/chunks/{IQBP2PKS.js → YTT2FEVE.js} +1 -1
  33. package/collections.d.ts +3 -3
  34. package/collections.js +2 -2
  35. package/conditions.d.ts +662 -0
  36. package/conditions.js +113 -0
  37. package/consumption.d.ts +182 -0
  38. package/consumption.js +24 -0
  39. package/csp-origins.d.ts +2 -2
  40. package/csp-origins.js +2 -2
  41. package/csrf-token.d.ts +62 -0
  42. package/csrf-token.js +23 -0
  43. package/data-alerts.d.ts +1004 -0
  44. package/data-alerts.js +155 -0
  45. package/data-assets.d.ts +2 -2
  46. package/data-assets.js +2 -2
  47. package/data-connections.d.ts +7 -7
  48. package/data-connections.js +2 -2
  49. package/data-credentials.d.ts +2 -2
  50. package/data-credentials.js +2 -2
  51. package/data-files.d.ts +2 -2
  52. package/data-files.js +2 -2
  53. package/data-qualities.d.ts +175 -0
  54. package/data-qualities.js +44 -0
  55. package/data-sets.d.ts +424 -0
  56. package/data-sets.js +75 -0
  57. package/data-sources.d.ts +268 -0
  58. package/data-sources.js +39 -0
  59. package/data-stores.d.ts +537 -0
  60. package/data-stores.js +108 -0
  61. package/dcaas.d.ts +192 -0
  62. package/dcaas.js +39 -0
  63. package/di-projects.d.ts +673 -0
  64. package/di-projects.js +164 -0
  65. package/docs/authentication.md +47 -0
  66. package/encryption.d.ts +370 -0
  67. package/encryption.js +98 -0
  68. package/extensions.d.ts +2 -2
  69. package/extensions.js +2 -2
  70. package/glossaries.d.ts +2 -2
  71. package/glossaries.js +2 -2
  72. package/groups.d.ts +5 -4
  73. package/groups.js +2 -2
  74. package/identity-providers.d.ts +2 -2
  75. package/identity-providers.js +2 -2
  76. package/index.d.ts +110 -4
  77. package/index.js +556 -4
  78. package/interceptors.d.ts +2 -2
  79. package/{invoke-fetch-types-BXn-uSF5.d.ts → invoke-fetch-types-Cq7bjkqn.d.ts} +10 -2
  80. package/items.d.ts +3 -3
  81. package/items.js +2 -2
  82. package/knowledgebases.d.ts +890 -0
  83. package/knowledgebases.js +169 -0
  84. package/licenses.d.ts +6 -3
  85. package/licenses.js +2 -2
  86. package/lineage-graphs.d.ts +712 -0
  87. package/lineage-graphs.js +92 -0
  88. package/ml.d.ts +2628 -0
  89. package/ml.js +384 -0
  90. package/notes.d.ts +110 -0
  91. package/notes.js +31 -0
  92. package/notifications.d.ts +98 -0
  93. package/notifications.js +24 -0
  94. package/oauth-clients.d.ts +7 -2
  95. package/oauth-clients.js +2 -2
  96. package/oauth-tokens.d.ts +126 -0
  97. package/oauth-tokens.js +31 -0
  98. package/package.json +29 -2
  99. package/qix.d.ts +421 -26
  100. package/qix.js +2 -2
  101. package/questions.d.ts +364 -0
  102. package/questions.js +34 -0
  103. package/quotas.d.ts +2 -2
  104. package/quotas.js +2 -2
  105. package/reload-tasks.d.ts +4 -2
  106. package/reload-tasks.js +2 -2
  107. package/reloads.d.ts +4 -2
  108. package/reloads.js +2 -2
  109. package/report-templates.d.ts +287 -0
  110. package/report-templates.js +80 -0
  111. package/reports.d.ts +2 -2
  112. package/reports.js +2 -2
  113. package/roles.d.ts +2 -2
  114. package/roles.js +2 -2
  115. package/sharing-tasks.d.ts +952 -0
  116. package/sharing-tasks.js +105 -0
  117. package/spaces.d.ts +3 -7
  118. package/spaces.js +2 -2
  119. package/tasks.d.ts +564 -0
  120. package/tasks.js +106 -0
  121. package/temp-contents.d.ts +2 -2
  122. package/temp-contents.js +2 -2
  123. package/tenants.d.ts +2 -2
  124. package/tenants.js +2 -2
  125. package/themes.d.ts +2 -2
  126. package/themes.js +2 -2
  127. package/transports.d.ts +2 -2
  128. package/transports.js +2 -2
  129. package/ui-config.d.ts +274 -0
  130. package/ui-config.js +77 -0
  131. package/users.d.ts +2 -2
  132. package/users.js +2 -2
  133. package/web-integrations.d.ts +2 -2
  134. package/web-integrations.js +2 -2
  135. package/web-notifications.d.ts +2 -2
  136. package/web-notifications.js +2 -2
  137. package/webhooks.d.ts +2 -2
  138. package/webhooks.js +2 -2
package/assistants.js ADDED
@@ -0,0 +1,273 @@
1
+ import {
2
+ clearApiCache,
3
+ invokeFetch
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
+ import "./chunks/2ZQ3ZX7F.js";
7
+
8
+ // src/public/rest/assistants.ts
9
+ var getAssistants = async (query, options) => invokeFetch("assistants", {
10
+ method: "get",
11
+ pathTemplate: "/api/v1/assistants",
12
+ query,
13
+ options
14
+ });
15
+ var createAssistant = async (body, options) => invokeFetch("assistants", {
16
+ method: "post",
17
+ pathTemplate: "/api/v1/assistants",
18
+ body,
19
+ contentType: "application/json",
20
+ options
21
+ });
22
+ var getAssistantFeedback = async (assistantId, options) => invokeFetch("assistants", {
23
+ method: "get",
24
+ pathTemplate: "/api/v1/assistants/{assistantId}/feedback",
25
+ pathVariables: { assistantId },
26
+ options
27
+ });
28
+ var getAssistantSources = async (assistantId, body, options) => invokeFetch("assistants", {
29
+ method: "post",
30
+ pathTemplate: "/api/v1/assistants/{assistantId}/sources/plaintexts",
31
+ pathVariables: { assistantId },
32
+ body,
33
+ contentType: "application/json",
34
+ options
35
+ });
36
+ var getAssistantStarters = async (assistantId, query, options) => invokeFetch("assistants", {
37
+ method: "get",
38
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters",
39
+ pathVariables: { assistantId },
40
+ query,
41
+ options
42
+ });
43
+ var createAssistantStarter = async (assistantId, body, options) => invokeFetch("assistants", {
44
+ method: "post",
45
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters",
46
+ pathVariables: { assistantId },
47
+ body,
48
+ contentType: "application/json",
49
+ options
50
+ });
51
+ var deleteAssistantStarter = async (assistantId, starterId, options) => invokeFetch("assistants", {
52
+ method: "delete",
53
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters/{starterId}",
54
+ pathVariables: { assistantId, starterId },
55
+ options
56
+ });
57
+ var getAssistantStarter = async (assistantId, starterId, options) => invokeFetch("assistants", {
58
+ method: "get",
59
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters/{starterId}",
60
+ pathVariables: { assistantId, starterId },
61
+ options
62
+ });
63
+ var updateAssistantStarter = async (assistantId, starterId, body, options) => invokeFetch("assistants", {
64
+ method: "put",
65
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters/{starterId}",
66
+ pathVariables: { assistantId, starterId },
67
+ body,
68
+ contentType: "application/json",
69
+ options
70
+ });
71
+ var deleteAssistantStarterFollowup = async (assistantId, starterId, followupId, options) => invokeFetch("assistants", {
72
+ method: "delete",
73
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters/{starterId}/followups/{followupId}",
74
+ pathVariables: { assistantId, starterId, followupId },
75
+ options
76
+ });
77
+ var updateAssistantStarterFollowup = async (assistantId, starterId, followupId, body, options) => invokeFetch("assistants", {
78
+ method: "put",
79
+ pathTemplate: "/api/v1/assistants/{assistantId}/starters/{starterId}/followups/{followupId}",
80
+ pathVariables: { assistantId, starterId, followupId },
81
+ body,
82
+ contentType: "application/json",
83
+ options
84
+ });
85
+ var getAssistantThreads = async (assistantId, query, options) => invokeFetch("assistants", {
86
+ method: "get",
87
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads",
88
+ pathVariables: { assistantId },
89
+ query,
90
+ options
91
+ });
92
+ var createAssistantThread = async (assistantId, body, options) => invokeFetch("assistants", {
93
+ method: "post",
94
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads",
95
+ pathVariables: { assistantId },
96
+ body,
97
+ contentType: "application/json",
98
+ options
99
+ });
100
+ var invokeAssistantThread = async (assistantId, threadId, body, options) => invokeFetch("assistants", {
101
+ method: "post",
102
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/actions/invoke",
103
+ pathVariables: { assistantId, threadId },
104
+ body,
105
+ contentType: "application/json",
106
+ options
107
+ });
108
+ var streamAssistantThread = async (assistantId, threadId, body, options) => invokeFetch("assistants", {
109
+ method: "post",
110
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/actions/stream",
111
+ pathVariables: { assistantId, threadId },
112
+ body,
113
+ contentType: "application/json",
114
+ options
115
+ });
116
+ var getAssistantThreadInteractions = async (assistantId, threadId, query, options) => invokeFetch("assistants", {
117
+ method: "get",
118
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions",
119
+ pathVariables: { assistantId, threadId },
120
+ query,
121
+ options
122
+ });
123
+ var createAssistantThreadInteraction = async (assistantId, threadId, body, options) => invokeFetch("assistants", {
124
+ method: "post",
125
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions",
126
+ pathVariables: { assistantId, threadId },
127
+ body,
128
+ contentType: "application/json",
129
+ options
130
+ });
131
+ var deleteAssistantThreadInteraction = async (assistantId, threadId, interactionId, options) => invokeFetch("assistants", {
132
+ method: "delete",
133
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions/{interactionId}",
134
+ pathVariables: { assistantId, threadId, interactionId },
135
+ options
136
+ });
137
+ var getAssistantThreadInteraction = async (assistantId, threadId, interactionId, options) => invokeFetch("assistants", {
138
+ method: "get",
139
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions/{interactionId}",
140
+ pathVariables: { assistantId, threadId, interactionId },
141
+ options
142
+ });
143
+ var createAssistantThreadInteractionFeedback = async (assistantId, threadId, interactionId, body, options) => invokeFetch("assistants", {
144
+ method: "post",
145
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions/{interactionId}/feedback",
146
+ pathVariables: { assistantId, threadId, interactionId },
147
+ body,
148
+ contentType: "application/json",
149
+ options
150
+ });
151
+ var patchAssistantThreadInteractionFeedback = async (assistantId, threadId, interactionId, feedbackId, body, options) => invokeFetch("assistants", {
152
+ method: "patch",
153
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions/{interactionId}/feedback/{feedbackId}",
154
+ pathVariables: { assistantId, threadId, interactionId, feedbackId },
155
+ body,
156
+ contentType: "application/json",
157
+ options
158
+ });
159
+ var createAssistantThreadInteractionReview = async (assistantId, threadId, interactionId, body, options) => invokeFetch("assistants", {
160
+ method: "post",
161
+ pathTemplate: "/api/v1/assistants/{assistantId}/threads/{threadId}/interactions/{interactionId}/reviews",
162
+ pathVariables: { assistantId, threadId, interactionId },
163
+ body,
164
+ contentType: "application/json",
165
+ options
166
+ });
167
+ var deleteAssistantThread = async (assistantid, threadid, options) => invokeFetch("assistants", {
168
+ method: "delete",
169
+ pathTemplate: "/api/v1/assistants/{assistantid}/threads/{threadid}",
170
+ pathVariables: { assistantid, threadid },
171
+ options
172
+ });
173
+ var getAssistantThread = async (assistantid, threadid, options) => invokeFetch("assistants", {
174
+ method: "get",
175
+ pathTemplate: "/api/v1/assistants/{assistantid}/threads/{threadid}",
176
+ pathVariables: { assistantid, threadid },
177
+ options
178
+ });
179
+ var patchAssistantThread = async (assistantid, threadid, body, options) => invokeFetch("assistants", {
180
+ method: "patch",
181
+ pathTemplate: "/api/v1/assistants/{assistantid}/threads/{threadid}",
182
+ pathVariables: { assistantid, threadid },
183
+ body,
184
+ contentType: "application/json",
185
+ options
186
+ });
187
+ var deleteAssistant = async (id, options) => invokeFetch("assistants", {
188
+ method: "delete",
189
+ pathTemplate: "/api/v1/assistants/{id}",
190
+ pathVariables: { id },
191
+ options
192
+ });
193
+ var getAssistant = async (id, options) => invokeFetch("assistants", {
194
+ method: "get",
195
+ pathTemplate: "/api/v1/assistants/{id}",
196
+ pathVariables: { id },
197
+ options
198
+ });
199
+ var patchAssistant = async (id, body, options) => invokeFetch("assistants", {
200
+ method: "patch",
201
+ pathTemplate: "/api/v1/assistants/{id}",
202
+ pathVariables: { id },
203
+ body,
204
+ contentType: "application/json",
205
+ options
206
+ });
207
+ function clearCache() {
208
+ return clearApiCache("assistants");
209
+ }
210
+ var assistantsExport = {
211
+ getAssistants,
212
+ createAssistant,
213
+ getAssistantFeedback,
214
+ getAssistantSources,
215
+ getAssistantStarters,
216
+ createAssistantStarter,
217
+ deleteAssistantStarter,
218
+ getAssistantStarter,
219
+ updateAssistantStarter,
220
+ deleteAssistantStarterFollowup,
221
+ updateAssistantStarterFollowup,
222
+ getAssistantThreads,
223
+ createAssistantThread,
224
+ invokeAssistantThread,
225
+ streamAssistantThread,
226
+ getAssistantThreadInteractions,
227
+ createAssistantThreadInteraction,
228
+ deleteAssistantThreadInteraction,
229
+ getAssistantThreadInteraction,
230
+ createAssistantThreadInteractionFeedback,
231
+ patchAssistantThreadInteractionFeedback,
232
+ createAssistantThreadInteractionReview,
233
+ deleteAssistantThread,
234
+ getAssistantThread,
235
+ patchAssistantThread,
236
+ deleteAssistant,
237
+ getAssistant,
238
+ patchAssistant,
239
+ clearCache
240
+ };
241
+ var assistants_default = assistantsExport;
242
+ export {
243
+ clearCache,
244
+ createAssistant,
245
+ createAssistantStarter,
246
+ createAssistantThread,
247
+ createAssistantThreadInteraction,
248
+ createAssistantThreadInteractionFeedback,
249
+ createAssistantThreadInteractionReview,
250
+ assistants_default as default,
251
+ deleteAssistant,
252
+ deleteAssistantStarter,
253
+ deleteAssistantStarterFollowup,
254
+ deleteAssistantThread,
255
+ deleteAssistantThreadInteraction,
256
+ getAssistant,
257
+ getAssistantFeedback,
258
+ getAssistantSources,
259
+ getAssistantStarter,
260
+ getAssistantStarters,
261
+ getAssistantThread,
262
+ getAssistantThreadInteraction,
263
+ getAssistantThreadInteractions,
264
+ getAssistantThreads,
265
+ getAssistants,
266
+ invokeAssistantThread,
267
+ patchAssistant,
268
+ patchAssistantThread,
269
+ patchAssistantThreadInteractionFeedback,
270
+ streamAssistantThread,
271
+ updateAssistantStarter,
272
+ updateAssistantStarterFollowup
273
+ };
package/audits.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  type ArchiveItem = {
5
5
  /** The type that content is encoded in, always "application/json". */
package/audits.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/audits.ts
@@ -82,6 +82,7 @@ interface ImplicitQlikAuthModules {
82
82
  apikey: object;
83
83
  oauth2: object;
84
84
  cookie: object;
85
+ reference: object;
85
86
  anonymous: object;
86
87
  }
87
88
  type QlikAuthModuleConfigUnion<K extends keyof QlikAuthModules> = (K extends keyof ImplicitQlikAuthModules ? {
package/auth.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as AuthType, a as AuthModule, H as HostConfig } from './auth-types-PkN9CAF_.js';
2
- export { g as AuthenticationErrorAction, C as Credentials, e as GetRemoteAuthDataProps, G as GetRestCallAuthParamsProps, c as GetWebResourceAuthParamsProps, b as GetWebSocketAuthParamsProps, f as HandleAuthenticationErrorProps, R as RestCallAuthParams, d as WebResourceAuthParams, W as WebSocketAuthParams } from './auth-types-PkN9CAF_.js';
1
+ import { A as AuthType, a as AuthModule, H as HostConfig } from './auth-types-DqfMuSRX.js';
2
+ export { g as AuthenticationErrorAction, C as Credentials, e as GetRemoteAuthDataProps, G as GetRestCallAuthParamsProps, c as GetWebResourceAuthParamsProps, b as GetWebSocketAuthParamsProps, f as HandleAuthenticationErrorProps, R as RestCallAuthParams, d as WebResourceAuthParams, W as WebSocketAuthParams } from './auth-types-DqfMuSRX.js';
3
3
 
4
4
  /**
5
5
  * Registers an auth module that can handle authentication. An auth module is used by specifying its name as authType in the HostConfig passed in to api calls.
@@ -18,6 +18,17 @@ declare function logout(): void;
18
18
  * @param hostConfig the default HostConfig to use
19
19
  */
20
20
  declare function setDefaultHostConfig(hostConfig: HostConfig | undefined): void;
21
+ /**
22
+ * Registers a host config with the given name.
23
+ * @param name The name of the host config to be used to reference the host config later.
24
+ * @param hostConfig The host config to register.
25
+ */
26
+ declare function registerHostConfig(name: string, hostConfig: HostConfig): void;
27
+ /**
28
+ * Unregisters a host config with the given name.
29
+ * @param name The name of the host config to unregister.
30
+ */
31
+ declare function unregisterHostConfig(name: string): void;
21
32
  /**
22
33
  * Returns an access token using the supplied host config. Typically used on the backend to supply the access token to the frontend
23
34
  */
@@ -39,6 +50,17 @@ interface AuthAPI {
39
50
  * @param hostConfig the default HostConfig to use
40
51
  */
41
52
  setDefaultHostConfig: typeof setDefaultHostConfig;
53
+ /**
54
+ * Registers a host config with the given name.
55
+ * @param name The name of the host config to be used to reference the host config later.
56
+ * @param hostConfig The host config to register.
57
+ */
58
+ registerHostConfig: typeof registerHostConfig;
59
+ /**
60
+ * Unregisters a host config with the given name.
61
+ * @param name The name of the host config to unregister.
62
+ */
63
+ unregisterHostConfig: typeof unregisterHostConfig;
42
64
  /**
43
65
  * Returns an access token using the supplied host config. Typically used on the backend to supply the access token to the frontend
44
66
  */
@@ -47,7 +69,9 @@ interface AuthAPI {
47
69
  declare const _default: {
48
70
  registerAuthModule: typeof registerAuthModule;
49
71
  setDefaultHostConfig: typeof setDefaultHostConfig;
72
+ registerHostConfig: typeof registerHostConfig;
73
+ unregisterHostConfig: typeof unregisterHostConfig;
50
74
  getAccessToken: typeof getAccessToken;
51
75
  };
52
76
 
53
- export { type AuthAPI, AuthModule, AuthType, HostConfig, _default as default, getAccessToken, logout, registerAuthModule, setDefaultHostConfig };
77
+ export { type AuthAPI, AuthModule, AuthType, HostConfig, _default as default, getAccessToken, logout, registerAuthModule, registerHostConfig, setDefaultHostConfig, unregisterHostConfig };
package/auth.js CHANGED
@@ -3,13 +3,17 @@ import {
3
3
  getAccessToken,
4
4
  logout,
5
5
  registerAuthModule,
6
- setDefaultHostConfig
7
- } from "./chunks/QK4TMJ64.js";
8
- import "./chunks/TXC5XORK.js";
6
+ registerHostConfig,
7
+ setDefaultHostConfig,
8
+ unregisterHostConfig
9
+ } from "./chunks/RCLKKVYB.js";
10
+ import "./chunks/LTNGXTXG.js";
9
11
  export {
10
12
  auth_default as default,
11
13
  getAccessToken,
12
14
  logout,
13
15
  registerAuthModule,
14
- setDefaultHostConfig
16
+ registerHostConfig,
17
+ setDefaultHostConfig,
18
+ unregisterHostConfig
15
19
  };