updated swagger-client #1846

This commit is contained in:
Tony Tam
2016-01-03 22:06:49 -08:00
parent b246d406fe
commit d032bd2d8f
4 changed files with 36 additions and 21 deletions

2
dist/lang/en.js vendored
View File

@@ -30,6 +30,7 @@ window.SwaggerTranslator.learn({
"can't parse JSON. Raw result":"can't parse JSON. Raw result", "can't parse JSON. Raw result":"can't parse JSON. Raw result",
"Model Schema":"Model Schema", "Model Schema":"Model Schema",
"Model":"Model", "Model":"Model",
"Click to set as parameter value":"Click to set as parameter value",
"apply":"apply", "apply":"apply",
"Username":"Username", "Username":"Username",
"Password":"Password", "Password":"Password",
@@ -39,6 +40,7 @@ window.SwaggerTranslator.learn({
"Contact the developer":"Contact the developer", "Contact the developer":"Contact the developer",
"api version":"api version", "api version":"api version",
"Response Content Type":"Response Content Type", "Response Content Type":"Response Content Type",
"Parameter content type:":"Parameter content type:",
"fetching resource":"fetching resource", "fetching resource":"fetching resource",
"fetching resource list":"fetching resource list", "fetching resource list":"fetching resource list",
"Explore":"Explore", "Explore":"Explore",

37
dist/swagger-ui.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -50,6 +50,6 @@
"less": "^2.4.0", "less": "^2.4.0",
"mocha": "^2.1.0", "mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0", "selenium-webdriver": "^2.45.0",
"swagger-client": "2.1.9" "swagger-client": "2.1.10"
} }
} }