forked from loafle/openapi-generator-original
Use the latest version of superagent. (#3579)
* Use the latest version of superagent. * Run javascript shell scripts.
This commit is contained in:
committed by
William Cheng
parent
850c493c63
commit
5e27f11ef1
@@ -0,0 +1,21 @@
|
||||
goog.provide('API.Client.inline_object_1');
|
||||
|
||||
/**
|
||||
* @record
|
||||
*/
|
||||
API.Client.InlineObject1 = function() {}
|
||||
|
||||
/**
|
||||
* Additional data to pass to server
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.InlineObject1.prototype.additionalMetadata;
|
||||
|
||||
/**
|
||||
* file to upload
|
||||
* @type {!Object}
|
||||
* @export
|
||||
*/
|
||||
API.Client.InlineObject1.prototype.file;
|
||||
|
||||
Reference in New Issue
Block a user