We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e5a7dd + 952e35f commit 28df657Copy full SHA for 28df657
2 files changed
dependencies/instancebased/connection.js
@@ -50,7 +50,8 @@
50
suggestions: 'suggestions',
51
checkKit: 'check_kit',
52
probability: 'probability',
53
- responseTime: 'response_time'
+ responseTime: 'response_time',
54
+ containerType: 'container_type'
55
},
56
_commandsMap = {
57
spellCheck: 'check_spelling',
webapi.js
@@ -233,7 +233,8 @@
233
return this._request({
234
command: this._commands.getInfo,
235
locale: parameters.locale || this.getOption('localization'),
236
- version: parameters.version || 2
+ version: parameters.version || 2,
237
+ containerType: this.getOption('containerType')
238
239
parameters
240
);
0 commit comments