Skip to content

Commit 28df657

Browse files
committed
Merge branch 'development'
2 parents 6e5a7dd + 952e35f commit 28df657

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

dependencies/instancebased/connection.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
suggestions: 'suggestions',
5151
checkKit: 'check_kit',
5252
probability: 'probability',
53-
responseTime: 'response_time'
53+
responseTime: 'response_time',
54+
containerType: 'container_type'
5455
},
5556
_commandsMap = {
5657
spellCheck: 'check_spelling',

webapi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
return this._request({
234234
command: this._commands.getInfo,
235235
locale: parameters.locale || this.getOption('localization'),
236-
version: parameters.version || 2
236+
version: parameters.version || 2,
237+
containerType: this.getOption('containerType')
237238
},
238239
parameters
239240
);

0 commit comments

Comments
 (0)