Skip to content

Commit baff70f

Browse files
author
Marek Sierociński
authored
Merge pull request #19 from marverix/master
Added input to device-session
2 parents 236c6d7 + 094ccb5 commit baff70f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

dist/cloud-api-client.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,9 @@
12591259
}
12601260
return new APIResource(this).push('connections', id);
12611261
};
1262+
APIAdminResourceDeviceSession.prototype.input = function () {
1263+
return new InputFileset(this);
1264+
};
12621265
APIAdminResourceDeviceSession.prototype.output = function () {
12631266
return new OutputFileset(this);
12641267
};

0 commit comments

Comments
 (0)