@eui/cli 15.0.0-next.2 → 15.0.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/.version.properties +1 -1
  2. package/lib/build.js +0 -66
  3. package/lib/cli.js +8 -32
  4. package/lib/config.js +0 -60
  5. package/lib/generators.js +5 -77
  6. package/lib/maven-build/build.xml +0 -104
  7. package/lib/maven-build/pom.xml +0 -37
  8. package/lib/skeletons/_angular/base/angular.json +5 -8
  9. package/lib/skeletons/_angular/base/package.json +3 -3
  10. package/lib/skeletons/_angular/base/src/app/app.component.html +1 -1
  11. package/lib/skeletons/_angular/base/src/app/app.component.ts +3 -3
  12. package/lib/skeletons/_angular/base/src/app/core/core.module.ts +1 -1
  13. package/lib/skeletons/_angular/base/src/app/features/home/home.module.ts +1 -1
  14. package/lib/skeletons/_angular/base/src/app/features/module1/module1.module.ts +1 -1
  15. package/lib/skeletons/_angular/base/src/app/features/module2/module2.module.ts +1 -1
  16. package/lib/skeletons/_angular/base/src/app/shared/shared.module.ts +28 -6
  17. package/lib/skeletons/_angular/base/tsconfig.json +11 -4
  18. package/lib/skeletons/_angular/base-mobile/package.json +3 -26
  19. package/lib/skeletons/_angular/base-mobile/src/app/core/core.module.ts +1 -1
  20. package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.module.ts +1 -1
  21. package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.module.ts +1 -1
  22. package/lib/skeletons/_angular/options/ecl/angular.json +1 -1
  23. package/lib/skeletons/_angular/options/ecl/package.json +3 -3
  24. package/lib/skeletons/_angular/options/openid-jwt/package.json +4 -4
  25. package/lib/skeletons/_angular/options/openid-jwt/src/app/core/core.module.ts +1 -1
  26. package/lib/skeletons/web-symfony/myapp-web/package.json +2 -2
  27. package/lib/utils.js +0 -2
  28. package/package.json +1 -1
  29. package/lib/__old-to-review/build-feature.js +0 -74
  30. package/lib/__old-to-review/build-module.js +0 -113
  31. package/lib/__old-to-review/cli-feature.js +0 -42
  32. package/lib/__old-to-review/cli-module.js +0 -65
  33. package/lib/__old-to-review/skeletons/_angular/_base-advanced/.editorconfig +0 -16
  34. package/lib/__old-to-review/skeletons/_angular/_base-advanced/.euirc.json +0 -29
  35. package/lib/__old-to-review/skeletons/_angular/_base-advanced/.stylelintrc +0 -24
  36. package/lib/__old-to-review/skeletons/_angular/_base-advanced/README.md +0 -26
  37. package/lib/__old-to-review/skeletons/_angular/_base-advanced/angular.json +0 -203
  38. package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/protractor.conf.js +0 -28
  39. package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/src/app.e2e-spec.ts +0 -14
  40. package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/src/app.po.ts +0 -11
  41. package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/tsconfig.e2e.json +0 -13
  42. package/lib/__old-to-review/skeletons/_angular/_base-advanced/gitignore_TO_REPLACE +0 -44
  43. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/buildings.js +0 -22
  44. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/config.js +0 -32
  45. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/people.js +0 -7
  46. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/translated.api.js +0 -7
  47. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/user.js +0 -34
  48. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/lowdb.js +0 -29
  49. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/delay.js +0 -10
  50. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/errors.js +0 -73
  51. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/sse.js +0 -28
  52. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/routes.json +0 -3
  53. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/server.js +0 -75
  54. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/models/user.js +0 -7
  55. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/config_route.js +0 -8
  56. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/index.js +0 -7
  57. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/user_routes.js +0 -24
  58. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/db/db.json +0 -12
  59. package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/server.js +0 -16
  60. package/lib/__old-to-review/skeletons/_angular/_base-advanced/package.json +0 -44
  61. package/lib/__old-to-review/skeletons/_angular/_base-advanced/proxy-mock.conf.json +0 -6
  62. package/lib/__old-to-review/skeletons/_angular/_base-advanced/proxy.conf.json +0 -13
  63. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app-routing.module.ts +0 -22
  64. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app-starter.service.ts +0 -251
  65. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.html +0 -43
  66. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.spec.ts +0 -93
  67. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.ts +0 -137
  68. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.module.ts +0 -27
  69. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/components/.gitkeep +0 -0
  70. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/core.module.ts +0 -86
  71. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/operators.ts +0 -10
  72. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/reducers/index.ts +0 -33
  73. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home-routing.module.ts +0 -15
  74. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.html +0 -39
  75. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.spec.ts +0 -77
  76. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.ts +0 -8
  77. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.module.ts +0 -18
  78. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.html +0 -7
  79. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.spec.ts +0 -35
  80. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.ts +0 -7
  81. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.html +0 -7
  82. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.spec.ts +0 -35
  83. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.ts +0 -7
  84. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1-routing.module.ts +0 -18
  85. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.html +0 -8
  86. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.spec.ts +0 -43
  87. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.ts +0 -8
  88. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.module.ts +0 -21
  89. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2-routing.module.ts +0 -16
  90. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.html +0 -8
  91. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.spec.ts +0 -35
  92. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.ts +0 -7
  93. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.module.ts +0 -17
  94. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/shared.module.ts +0 -21
  95. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/testing/router.mock.ts +0 -18
  96. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/.gitkeep +0 -0
  97. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/config/env-json-config.json +0 -9
  98. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/configuration.json +0 -9
  99. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/i18n/en.json +0 -7
  100. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/i18n/fr.json +0 -7
  101. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/browserslist +0 -11
  102. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/global.ts +0 -24
  103. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/index.ts +0 -8
  104. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/modules.ts +0 -4
  105. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.dev.ts +0 -9
  106. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.prod.ts +0 -28
  107. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.ts +0 -9
  108. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/favicon.ico +0 -0
  109. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/index.html +0 -24
  110. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/main.ts +0 -14
  111. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/polyfills.ts +0 -86
  112. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/styles.scss +0 -1
  113. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/test.ts +0 -33
  114. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tsconfig.app.json +0 -14
  115. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tsconfig.spec.json +0 -18
  116. package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tslint.json +0 -17
  117. package/lib/__old-to-review/skeletons/_angular/_base-advanced/tsconfig-ci.json +0 -23
  118. package/lib/__old-to-review/skeletons/_angular/_base-advanced/tsconfig.json +0 -23
  119. package/lib/__old-to-review/skeletons/_angular/_base-advanced/tslint.json +0 -128
  120. package/lib/__old-to-review/skeletons/_angular/_base-advanced/webpack.extra.js +0 -6
  121. package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/api-queue.module.ts +0 -30
  122. package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.html +0 -38
  123. package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.spec.ts +0 -101
  124. package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.ts +0 -142
  125. package/lib/__old-to-review/skeletons/_angular/features/DynamicComponent/src/app/features/dynamic-component/dynamic-component.module.ts +0 -10
  126. package/lib/__old-to-review/skeletons/_angular/features/DynamicConfiguration/src/app/features/dynamic-configuration/dynamic-configuration.module.ts +0 -31
  127. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/core/core.module.ts +0 -74
  128. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/api.service.spec.ts +0 -49
  129. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/api.service.ts +0 -30
  130. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.html +0 -22
  131. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.spec.ts +0 -81
  132. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.ts +0 -31
  133. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.module.ts +0 -62
  134. package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/config/index.ts +0 -49
  135. package/lib/__old-to-review/skeletons/_angular/features/HttpInterceptor/src/app/features/http-interceptor/http-interceptor.module.ts +0 -10
  136. package/lib/__old-to-review/skeletons/_angular/features/Migration/src/app/features/migration/migration.module.ts +0 -22
  137. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.html +0 -29
  138. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.spec.ts +0 -123
  139. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.ts +0 -37
  140. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/auth-guard.service.spec.ts +0 -49
  141. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/auth-guard.service.ts +0 -40
  142. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.html +0 -3
  143. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.spec.ts +0 -25
  144. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.ts +0 -14
  145. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.html +0 -3
  146. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.spec.ts +0 -33
  147. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.ts +0 -13
  148. package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/permission.module.ts +0 -34
  149. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.html +0 -18
  150. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.spec.ts +0 -30
  151. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.ts +0 -56
  152. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/pipes/service-translate.pipe.ts +0 -22
  153. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/services/api.service.ts +0 -43
  154. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/translation.module.ts +0 -37
  155. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/assets/i18n/en.json +0 -31
  156. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/assets/i18n/fr.json +0 -27
  157. package/lib/__old-to-review/skeletons/_angular/features/Translation/src/config/index.ts +0 -24
  158. package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.html +0 -46
  159. package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.spec.ts +0 -25
  160. package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.ts +0 -93
  161. package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/web-routing.module.ts +0 -18
  162. package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/web-storage.module.ts +0 -53
  163. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/buildings.js +0 -22
  164. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/config.js +0 -32
  165. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/people.js +0 -7
  166. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/translated.api.js +0 -7
  167. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/user.js +0 -34
  168. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/lowdb.js +0 -29
  169. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/delay.js +0 -10
  170. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/errors.js +0 -73
  171. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/sse.js +0 -28
  172. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/routes.json +0 -3
  173. package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/server.js +0 -75
  174. package/lib/__old-to-review/skeletons/_angular/module-base/assets/i18n/en.json +0 -3
  175. package/lib/__old-to-review/skeletons/_angular/module-base/assets/i18n/fr.json +0 -3
  176. package/lib/__old-to-review/skeletons/_angular/module-base/karma.conf.js +0 -7
  177. package/lib/__old-to-review/skeletons/_angular/module-base/ng-package.json +0 -7
  178. package/lib/__old-to-review/skeletons/_angular/module-base/package.json +0 -4
  179. package/lib/__old-to-review/skeletons/_angular/module-base/src/index.ts +0 -7
  180. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.html +0 -1
  181. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.spec.ts +0 -25
  182. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.ts +0 -14
  183. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/core/module.service.spec.ts +0 -12
  184. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/core/module.service.ts +0 -8
  185. package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/module.module.ts +0 -14
  186. package/lib/__old-to-review/skeletons/_angular/module-base/src/test.ts +0 -22
  187. package/lib/__old-to-review/skeletons/_angular/module-base/tsconfig.lib.json +0 -32
  188. package/lib/__old-to-review/skeletons/_angular/module-base/tsconfig.spec.json +0 -17
  189. package/lib/__old-to-review/skeletons/_angular/module-base/tslint.json +0 -17
  190. package/lib/__old-to-review/skeletons/_angular/module-element/package.json +0 -7
  191. package/lib/__old-to-review/skeletons/_angular/module-options/route-module/src/lib/module-routing.module.ts +0 -14
  192. package/lib/__old-to-review/skeletons/_angular/module-options/route-module/src/lib/module.module.ts +0 -17
  193. package/lib/skeletons/_commons/web-java-commons/jetty-run.bat +0 -3
  194. package/lib/skeletons/_commons/web-java-commons/pom.xml +0 -423
  195. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/angular2starter/servlet/Angular2RouterFilter.java +0 -25
  196. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/common/dto/UserDTO.java +0 -86
  197. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/entity/User.java +0 -97
  198. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/repository/UserPredicates.java +0 -32
  199. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/repository/UserRepository.java +0 -23
  200. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/service/UserService.java +0 -63
  201. package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/web/api/ApiController.java +0 -40
  202. package/lib/skeletons/_commons/web-java-commons/src/main/resources/hsql-db-init.sql +0 -12
  203. package/lib/skeletons/_commons/web-java-commons/src/main/resources/jetty-webdefault.xml +0 -535
  204. package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/applicationContext.xml +0 -12
  205. package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/datasourceContext-hsql-db.xml +0 -49
  206. package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/spring-REST-servlet.xml +0 -18
  207. package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/web.xml +0 -35
  208. package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/weblogic.xml +0 -41
  209. package/lib/skeletons/full-stack/maven.settings.template.xml +0 -144
  210. package/lib/skeletons/full-stack/myapp-common/pom.xml +0 -24
  211. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/Constant.java +0 -10
  212. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/RightDTO.java +0 -52
  213. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/RoleDTO.java +0 -48
  214. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/UserDTO.java +0 -67
  215. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/ecas/UserHolder.java +0 -53
  216. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/AppException.java +0 -57
  217. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/CodedException.java +0 -7
  218. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/NotFoundException.java +0 -17
  219. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/person/IdentityNotFoundException.java +0 -33
  220. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/helper/ConversionHelper.java +0 -44
  221. package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/security/UserContext.java +0 -184
  222. package/lib/skeletons/full-stack/myapp-ear/pom.xml +0 -81
  223. package/lib/skeletons/full-stack/myapp-ear/src/main/application/META-INF/weblogic-application.xml +0 -18
  224. package/lib/skeletons/full-stack/myapp-persistence/pom.xml +0 -106
  225. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/Right.java +0 -58
  226. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/Role.java +0 -71
  227. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/User.java +0 -59
  228. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityRightRepository.java +0 -9
  229. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityRoleRepository.java +0 -10
  230. package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityUserRepository.java +0 -10
  231. package/lib/skeletons/full-stack/myapp-persistence/src/main/resources/META-INF/persistence.xml.tmp +0 -27
  232. package/lib/skeletons/full-stack/myapp-service/pom.xml +0 -122
  233. package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/RightMapper.java +0 -24
  234. package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/RoleMapper.java +0 -19
  235. package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/UserMapper.java +0 -19
  236. package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/service/security/SecurityService.java +0 -242
  237. package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/service/security/UserDetailsServiceCustom.java +0 -85
  238. package/lib/skeletons/full-stack/myapp-web/pom.xml +0 -73
  239. package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext-hsql-db.xml +0 -49
  240. package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext-hsql.xml +0 -50
  241. package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext.xml +0 -40
  242. package/lib/skeletons/full-stack/myapp-web/src/main/resources/ecas-config-myapp.xml +0 -40
  243. package/lib/skeletons/full-stack/myapp-web/src/main/resources/hsql-db-init.sql +0 -22
  244. package/lib/skeletons/full-stack/myapp-web/src/main/resources/log4j.xml +0 -36
  245. package/lib/skeletons/full-stack/myapp-web/src/main/resources/log4j.xml.ecas +0 -156
  246. package/lib/skeletons/full-stack/myapp-web/src/main/resources/spring-security.xml +0 -42
  247. package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/applicationContext.xml +0 -18
  248. package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/spring-REST-servlet.xml +0 -17
  249. package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/web.xml +0 -113
  250. package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/weblogic.xml +0 -45
  251. package/lib/skeletons/full-stack/myapp-web/src/main/webapp/index.jsp +0 -26
  252. package/lib/skeletons/full-stack/myapp-web-rest/pom.xml +0 -155
  253. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/SingleSignoutController.java +0 -106
  254. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/ExceptionControllerAdvice.java +0 -23
  255. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/ExceptionResponse.java +0 -19
  256. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/RestException.java +0 -17
  257. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/filter/UserFilter.java +0 -48
  258. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/rest/TestResource.java +0 -42
  259. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/rest/UserDetailsResource.java +0 -23
  260. package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/util/ecas/RbacEcasExtraGroupHandler.java +0 -35
  261. package/lib/skeletons/full-stack/myapp-web-rest-swagger/pom.xml +0 -23
  262. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/java/myapp/codegen/AbstractTypescriptClientCodegen.java +0 -362
  263. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/java/myapp/codegen/TypescriptClientCodegen.java +0 -245
  264. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/META-INF/services/io.swagger.codegen.CodegenConfig +0 -1
  265. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/README.mustache +0 -44
  266. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/api.mustache +0 -228
  267. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/apis.mustache +0 -7
  268. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/classType.mustache +0 -3
  269. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/configuration.mustache +0 -6
  270. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/index.mustache +0 -5
  271. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/licenseInfo.mustache +0 -23
  272. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/model.mustache +0 -80
  273. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/models.mustache +0 -5
  274. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/package.mustache +0 -46
  275. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/tsconfig.mustache +0 -27
  276. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/typings.mustache +0 -5
  277. package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/variables.mustache +0 -3
  278. package/lib/skeletons/full-stack/myapp-web-swagger-ui/pom.xml +0 -40
  279. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/WEB-INF/web.xml +0 -9
  280. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/WEB-INF/weblogic.xml +0 -30
  281. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/print.css +0 -1
  282. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/reset.css +0 -1
  283. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/screen.css +0 -1
  284. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/style.css +0 -1
  285. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/typography.css +0 -0
  286. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/fonts/DroidSans-Bold.ttf +0 -0
  287. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/fonts/DroidSans.ttf +0 -0
  288. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/collapse.gif +0 -0
  289. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/expand.gif +0 -0
  290. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/explorer_icons.png +0 -0
  291. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon-16x16.png +0 -0
  292. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon-32x32.png +0 -0
  293. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon.ico +0 -0
  294. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/logo_small.png +0 -0
  295. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/pet_store_api.png +0 -0
  296. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/throbber.gif +0 -0
  297. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/wordnik_api.png +0 -0
  298. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/index.html +0 -108
  299. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ca.js +0 -53
  300. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/el.js +0 -56
  301. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/en.js +0 -56
  302. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/es.js +0 -53
  303. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/fr.js +0 -54
  304. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/geo.js +0 -56
  305. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/it.js +0 -52
  306. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ja.js +0 -56
  307. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ko-kr.js +0 -53
  308. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/pl.js +0 -53
  309. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/pt.js +0 -53
  310. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ru.js +0 -56
  311. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/tr.js +0 -53
  312. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/translator.js +0 -39
  313. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/zh-cn.js +0 -56
  314. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/backbone-min.js +0 -1
  315. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/es5-shim.js +0 -1
  316. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/handlebars-4.0.5.js +0 -3
  317. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/highlight.9.1.0.pack.js +0 -1
  318. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/highlight.9.1.0.pack_extended.js +0 -1
  319. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery-1.8.0.min.js +0 -3
  320. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.ba-bbq.min.js +0 -1
  321. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.slideto.min.js +0 -1
  322. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.wiggle.min.js +0 -1
  323. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/js-yaml.min.js +0 -2
  324. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jsoneditor.min.js +0 -5
  325. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/lodash.min.js +0 -2
  326. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/marked.js +0 -1
  327. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/object-assign-pollyfill.js +0 -1
  328. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/sanitize-html.min.js +0 -4
  329. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/swagger-oauth.js +0 -1
  330. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/o2c.html +0 -20
  331. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/swagger-ui.js +0 -25378
  332. package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/swagger-ui.min.js +0 -15
  333. package/lib/skeletons/full-stack/package.json +0 -17
  334. package/lib/skeletons/full-stack/pom.xml +0 -500
  335. package/lib/skeletons/web-spring-boot-todo/myapp-web/pom.xml +0 -65
  336. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/app-routing.module.ts +0 -18
  337. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/buildings-routing.module.ts +0 -16
  338. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/buildings.module.ts +0 -18
  339. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.css +0 -11
  340. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.html +0 -66
  341. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.ts +0 -72
  342. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/models/address.model.ts +0 -11
  343. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/models/building.model.ts +0 -7
  344. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/services/buildings.service.ts +0 -20
  345. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/home/home.component.html +0 -9
  346. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/shared/models/page.model.ts +0 -63
  347. package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/environments/environment.ts +0 -9
  348. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/pom.xml +0 -84
  349. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/MyappApplication.java +0 -46
  350. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/domain/Address.java +0 -65
  351. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/domain/Building.java +0 -44
  352. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/repositories/BuildingRepository.java +0 -11
  353. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/BuildingResource.java +0 -26
  354. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/SwaggerConfig.java +0 -21
  355. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/HateoasPageableHandlerMethodArgumentResolver.java +0 -45
  356. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/HypermediaSupport.java +0 -25
  357. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/PageJsonSerializer.java +0 -17
  358. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/CachingPreventionFilter.java +0 -29
  359. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/CsrfPreventionFilter.java +0 -35
  360. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/FakeAuthenticationFilter.java +0 -372
  361. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/SecurityConfig.java +0 -42
  362. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingSearchCriteria.java +0 -26
  363. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingService.java +0 -10
  364. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingServiceImpl.java +0 -26
  365. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/resources/application.properties +0 -0
  366. package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/resources/data.sql +0 -11
  367. package/lib/skeletons/web-spring-boot-todo/pom.xml +0 -30
@@ -1,228 +0,0 @@
1
- // tslint:disable:no-unused-variable member-ordering
2
- // noinspection ES6UnusedImports
3
-
4
- import {serialize, deserialize, deserializeArray, plainToClass, classToPlain} from 'class-transformer';
5
- import {Inject, Injectable, Optional, InjectionToken} from '@angular/core';
6
- import {
7
- Http,
8
- Headers,
9
- URLSearchParams,
10
- RequestMethod,
11
- RequestOptions,
12
- RequestOptionsArgs,
13
- Response,
14
- ResponseContentType
15
- } from '@angular/http';
16
- import {Observable} from 'rxjs/Observable';
17
- import 'rxjs/add/operator/map';
18
- import * as models from '../model/models';
19
- import {BASE_PATH} from '../variables';
20
- import {Configuration} from '../configuration';
21
- import {ClassType} from '../classType';
22
-
23
- {{#operations}}
24
-
25
- export const I{{classname}} = new InjectionToken('I{{classname}}');
26
-
27
- {{#description}}
28
- /**
29
- * {{&description}}
30
- */
31
- {{/description}}
32
- export interface I{{classname}} {
33
-
34
-
35
- {{#operation}}
36
- /**
37
- * {{summary}}
38
- * {{notes}}
39
- {{^returnTypeIsPrimitive}}
40
- * @param c
41
- {{/returnTypeIsPrimitive}}
42
- {{#allParams}}* @param {{paramName}} {{description}}
43
- {{/allParams}}*/
44
- {{#returnTypeIsPrimitive}}
45
- {{nickname}}({{#allParams}}{{paramName}}{{^required}}?{{/required}}: {{{dataType}}}{{^-last}}, {{/-last}} {{/allParams}}): Observable<{{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}{}{{/returnType}}>;
46
- {{/returnTypeIsPrimitive}}
47
- {{^returnTypeIsPrimitive}}
48
- {{nickname}}<T extends {{returnBaseType}}>({{#allParams}}{{paramName}}{{^required}}?{{/required}}: {{{dataType}}}, {{/allParams}}c?: ClassType<T>): Observable<{{#returnType}}T{{#isListContainer}}[]{{/isListContainer}}{{/returnType}}{{^returnType}}{}{{/returnType}}>;
49
- {{/returnTypeIsPrimitive}}
50
- {{/operation}}
51
-
52
- }
53
-
54
- {{#description}}
55
- /**
56
- * {{&description}}
57
- */
58
- {{/description}}
59
- @Injectable()
60
- export class {{classname}} implements I{{classname}} {
61
- protected basePath = '{{basePath}}';
62
- public defaultHeaders: Headers = new Headers();
63
- public configuration: Configuration = new Configuration();
64
-
65
- constructor(protected http: Http,
66
- @Optional() @Inject(BASE_PATH) basePath: string,
67
- @Optional() configuration: Configuration) {
68
- if (basePath) {
69
- this.basePath = basePath;
70
- }
71
- if (configuration) {
72
- this.configuration = configuration;
73
- }
74
- }
75
-
76
- {{#operation}}
77
-
78
- {{#returnTypeIsPrimitive}}
79
- /**
80
- * {{summary}}
81
- * {{notes}}
82
- {{#allParams}}* @param {{paramName}} {{description}}
83
- {{/allParams}}*/
84
- public {{nickname}}({{#allParams}}{{paramName}}{{^required}}?{{/required}}: {{{dataType}}}{{^-last}}, {{/-last}} {{/allParams}}): Observable<{{#returnType}}{{{returnType}}}{{/returnType}}{{^returnType}}{}{{/returnType}}> {
85
- return this.{{nickname}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}})
86
- .map((response: Response) => {
87
- if (response.status === 204) {
88
- return undefined;
89
- } else {
90
- return response.json();
91
- }
92
- });
93
- }
94
- {{/returnTypeIsPrimitive}}
95
-
96
- {{^returnTypeIsPrimitive}}
97
- /**
98
- * {{summary}}
99
- * {{notes}}
100
- * @param c
101
- {{#allParams}}* @param {{paramName}} {{description}}
102
- {{/allParams}}*/
103
- {{nickname}}<T extends {{returnBaseType}}>({{#allParams}}{{paramName}}{{^required}}?{{/required}}: {{{dataType}}}, {{/allParams}}c?: ClassType<T>): Observable<{{#returnType}}T{{#isListContainer}}[]{{/isListContainer}}{{/returnType}}{{^returnType}}{}{{/returnType}}> {
104
- {{^isListContainer}} // noinspection TypeScriptValidateTypes{{/isListContainer}}
105
- return this.{{nickname}}WithHttpInfo({{#allParams}}{{paramName}}{{^-last}}, {{/-last}}{{/allParams}})
106
- .map((response: Response) => {
107
- if (response.status === 204) {
108
- return undefined;
109
- } else if (c) {
110
- {{#isListContainer}}
111
- return deserializeArray(c, response.text());
112
- {{/isListContainer}}
113
- {{^isListContainer}}
114
- return deserialize(c, response.text());
115
- {{/isListContainer}}
116
- } else {
117
- return response.json();
118
- }
119
- });
120
- }
121
-
122
- {{/returnTypeIsPrimitive}}
123
-
124
- {{/operation}}
125
-
126
- {{#operation}}
127
- /**
128
- * {{summary}}
129
- * {{notes}}
130
- {{#allParams}}* @param {{paramName}} {{description}}
131
- {{/allParams}}*/
132
- private {{nickname}}WithHttpInfo({{#allParams}}{{paramName}}{{^required}}?{{/required}}: {{{dataType}}}{{^-last}}, {{/-last}} {{/allParams}}): Observable<Response> {
133
- const path = this.basePath + `{{path}}`;
134
- {{#pathParams}}// .replace('{' + '{{baseName}}' + '}', String({{paramName}})){{#-last}}; {{/-last}}
135
- // not needed as long as the Angular2Typescript language generates the path as TypeScript template string
136
- // (https://basarat.gitbooks.io/typescript/content/docs/template-strings.html){{/pathParams}}
137
-
138
- let queryParameters = new URLSearchParams();
139
- let headers = new Headers(this.defaultHeaders.toJSON()); // https://github.com/angular/angular/issues/6845
140
- {{#hasFormParams}}
141
- let formParams = new URLSearchParams();
142
-
143
- {{/hasFormParams}}
144
- {{#allParams}}
145
- {{#required}}
146
- // verify required parameter '{{paramName}}' is not null or undefined
147
- if ({{paramName}} === null || {{paramName}} === undefined) {
148
- throw new Error('Required parameter {{paramName}} was null or undefined when calling {{nickname}}.');
149
- }
150
- {{/required}}
151
- {{/allParams}}
152
- {{#queryParams}}
153
- if ({{paramName}} !== undefined) {
154
- queryParameters.set('{{baseName}}', <any>{{paramName}});
155
- }
156
- {{/queryParams}}
157
-
158
- {{#headers}}
159
- headers.set('{{baseName}}', String({{paramName}}));
160
-
161
- {{/headers}}
162
-
163
-
164
- {{#authMethods}}
165
- // authentication ({{name}}) required
166
- {{#isApiKey}}
167
- {{#isKeyInHeader}}
168
- if (this.configuration.apiKey)
169
- {
170
- headers.set('{{keyParamName}}', this.configuration.apiKey);
171
- }
172
- {{/isKeyInHeader}}
173
- {{#isKeyInQuery}}
174
- if (this.configuration.apiKey)
175
- {
176
- formParams.set('{{keyParamName}}', this.configuration.apiKey);
177
- }
178
- {{/isKeyInQuery}}
179
- {{/isApiKey}}
180
- {{#isBasic}}
181
- // http basic authentication required
182
- if (this.configuration.username || this.configuration.password)
183
- {
184
- headers.set('Authorization', 'Basic ' + btoa(this.configuration.username + ':' + this.configuration.password));
185
- }
186
- {{/isBasic}}
187
- {{#isOAuth}}
188
- // oauth required
189
- if (this.configuration.accessToken)
190
- {
191
- headers.set('Authorization', 'Bearer ' + this.configuration.accessToken);
192
- }
193
- {{/isOAuth}}
194
- {{/authMethods}}
195
-
196
- {{#hasFormParams}}
197
- headers.set('Content-Type', 'application/x-www-form-urlencoded');
198
- {{/hasFormParams}}
199
-
200
- {{#bodyParam}}
201
- headers.set('Content-Type', 'application/json');
202
- {{/bodyParam}}
203
-
204
- {{#formParams}}
205
- if ({{paramName}} !== undefined) {
206
- formParams.set('{{baseName}}', <any>{{paramName}});
207
- }
208
- {{/formParams}}
209
-
210
- let requestOptions: RequestOptionsArgs = new RequestOptions({
211
- method: {{httpMethod}},
212
- headers: headers,
213
- {{#bodyParam}}
214
- body: {{paramName}} == null ? '' : /*JSON.stringify*/classToPlain({{paramName}}), // https://github.com/angular/angular/issues/10612
215
- {{/bodyParam}}
216
- {{#hasFormParams}}
217
- body: formParams.toString(),
218
- {{/hasFormParams}}
219
- search: queryParameters,
220
- responseType: ResponseContentType.Json
221
- });
222
-
223
- return this.http.request(path, requestOptions);
224
- }
225
-
226
- {{/operation}}
227
- }
228
- {{/operations}}
@@ -1,7 +0,0 @@
1
- {{#apiInfo}}
2
- {{#apis}}
3
- {{#operations}}
4
- export * from './{{ classname }}';
5
- {{/operations}}
6
- {{/apis}}
7
- {{/apiInfo}}
@@ -1,3 +0,0 @@
1
- export declare type ClassType<T> = {
2
- new (): T;
3
- };
@@ -1,6 +0,0 @@
1
- export class Configuration {
2
- apiKey: string;
3
- username: string;
4
- password: string;
5
- accessToken: string;
6
- }
@@ -1,5 +0,0 @@
1
- export * from './api/api';
2
- export * from './model/models';
3
- export * from './variables';
4
- export * from './configuration';
5
- export * from './classType';
@@ -1,23 +0,0 @@
1
- /**
2
- * {{{appName}}}
3
- * {{{appDescription}}}
4
- *
5
- * {{#version}}OpenAPI spec version: {{{version}}}{{/version}}
6
- * {{#infoEmail}}Contact: {{{infoEmail}}}{{/infoEmail}}
7
- *
8
- * NOTE: This class is auto generated by the swagger code generator program.
9
- * https://github.com/swagger-api/swagger-codegen.git
10
- * Do not edit the class manually.
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
@@ -1,80 +0,0 @@
1
- {{#models}}
2
- {{#model}}
3
- import * as models from './models';
4
- import {Type} from "class-transformer";
5
-
6
- {{#description}}
7
- /**
8
- * {{{description}}}
9
- */
10
- {{/description}}
11
- export interface {{classname}} {{#parent}}extends models.{{{parent}}} {{/parent}}{
12
- {{#additionalPropertiesType}}
13
- [key: string]: {{{additionalPropertiesType}}}{{#hasVars}} | any{{/hasVars}};
14
-
15
- {{/additionalPropertiesType}}
16
- {{#vars}}
17
- {{#description}}
18
- /**
19
- * {{{description}}}
20
- */
21
- {{/description}}
22
- {{name}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{{datatype}}}{{/isEnum}};
23
-
24
- {{/vars}}
25
- }
26
- {{#hasEnums}}
27
- export namespace {{classname}} {
28
- {{#vars}}
29
- {{#isEnum}}
30
- export enum {{enumName}} {
31
- {{#allowableValues}}
32
- {{#enumVars}}
33
- {{{name}}} = <any> {{{value}}}{{^-last}},{{/-last}}
34
- {{/enumVars}}
35
- {{/allowableValues}}
36
- }
37
- {{/isEnum}}
38
- {{/vars}}
39
- }
40
- {{/hasEnums}}
41
- {{/model}}
42
- {{/models}}
43
-
44
-
45
-
46
-
47
- /*default implementation one might extend from (or use as is) */
48
-
49
- {{#models}}
50
- {{#model}}
51
-
52
- {{#description}}
53
- /**
54
- * {{{description}}}
55
- */
56
- {{/description}}
57
- export class {{classname}}Base {{#parent}}extends models.{{{parent}}}Base {{/parent}} implements {{classname}}{
58
- {{#additionalPropertiesType}}
59
- [key: string]: {{{additionalPropertiesType}}}{{#hasVars}} | any{{/hasVars}};
60
-
61
- {{/additionalPropertiesType}}
62
- {{#vars}}
63
- {{#description}}
64
- /**
65
- * {{{description}}}
66
- */
67
- {{/description}}
68
- {{#isPrimitiveType}}
69
- {{#isDate}}@Type(() => Date){{/isDate}}{{#isDateTime}}@Type(() => Date){{/isDateTime}}
70
- {{name}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}} {{{datatype}}} {{/isEnum}};
71
- {{/isPrimitiveType}}
72
- {{^isPrimitiveType}}
73
- {{#isListContainer}}@Type(() => {{complexType}}Base){{/isListContainer}}
74
- {{name}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}} {{{complexType}}}Base{{#isListContainer}}[]{{/isListContainer}} {{/isEnum}};
75
- {{/isPrimitiveType}}
76
-
77
- {{/vars}}
78
- }
79
- {{/model}}
80
- {{/models}}
@@ -1,5 +0,0 @@
1
- {{#models}}
2
- {{#model}}
3
- export * from './{{{ classname }}}';
4
- {{/model}}
5
- {{/models}}
@@ -1,46 +0,0 @@
1
- {
2
- "name": "{{npmName}}",
3
- "version": "{{npmVersion}}",
4
- "description": "swagger client for {{npmName}}",
5
- "author": "Swagger Codegen Contributors",
6
- "keywords": [
7
- "swagger-client"
8
- ],
9
- "license": "Apache-2.0",
10
- {{! "private": true, as documented here : https://docs.npmjs.com/misc/registry to prevent it from being published at all}}
11
- "main": "dist/index.js",
12
- "typings": "dist/index.d.ts",
13
- "scripts": {
14
- "build": "tsc --outDir dist/", {{! removed typings install && }}
15
- "postinstall": "npm run build"
16
- },
17
- "peerDependencies": {
18
- "@angular/core": "2.2.0",
19
- "@angular/http": "2.2.0",
20
- "@angular/common": "2.2.0",
21
- "@angular/compiler": "2.2.0",
22
- "class-transformer": "0.1.2",
23
- "core-js": "2.4.1",
24
- "reflect-metadata": "^0.1.3",
25
- "rxjs": "5.0.0-rc.3",
26
- "zone.js": "0.6.26"
27
- },
28
- "devDependencies": {
29
- "@angular/core": "2.2.0",
30
- "@angular/http": "2.2.0",
31
- "@angular/common": "2.2.0",
32
- "@angular/compiler": "2.2.0",
33
- "@angular/platform-browser": "2.2.0",
34
- "core-js": "2.4.1",
35
- "reflect-metadata": "^0.1.3",
36
- "rxjs": "5.0.0-rc.3",
37
- "zone.js": "0.6.26",
38
- "typescript": "2.0.9",
39
- "typings": "2.0.0"
40
- }{{#npmRepository}},{{/npmRepository}}
41
- {{#npmRepository}}
42
- "publishConfig":{
43
- "registry":"{{npmRepository}}"
44
- }
45
- {{/npmRepository}}
46
- }
@@ -1,27 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "emitDecoratorMetadata": false,
4
- "experimentalDecorators": true,
5
- "noImplicitAny": false,
6
- "suppressImplicitAnyIndexErrors": true,
7
- "target": "es5",
8
- "module": "commonjs",
9
- "moduleResolution": "node",
10
- "removeComments": true,
11
- "sourceMap": true,
12
- "outDir": "./lib",
13
- "noLib": false,
14
- "declaration": true
15
- },
16
- "exclude": [
17
- "node_modules",
18
- "typings/main.d.ts",
19
- "typings/main",
20
- "lib"
21
- ],
22
- "filesGlob": [
23
- "./model/*.ts",
24
- "./api/*.ts",
25
- "typings/browser.d.ts"
26
- ]
27
- }
@@ -1,5 +0,0 @@
1
- {
2
- "globalDependencies": {
3
- "core-js": "registry:dt/core-js#0.0.0+20160725163759"
4
- }
5
- }
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
-
3
- export const BASE_PATH = new InjectionToken('basePath');
@@ -1,40 +0,0 @@
1
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
- <modelVersion>4.0.0</modelVersion>
4
- <parent>
5
- <groupId>@app.group.id@.@app.name@</groupId>
6
- <version>0.0.1-SNAPSHOT</version>
7
- <artifactId>@app.name@</artifactId>
8
- </parent>
9
-
10
- <artifactId>@app.name@-web-swagger-ui</artifactId>
11
- <packaging>war</packaging>
12
- <name>@app.name.display@ web SwaggerUI module</name>
13
-
14
-
15
- <build>
16
- <finalName>@app.name.display@-swagger-ui</finalName>
17
- <plugins>
18
- <plugin>
19
- <groupId>org.apache.maven.plugins</groupId>
20
- <artifactId>maven-antrun-plugin</artifactId>
21
- <version>1.7</version>
22
- <executions>
23
- <execution>
24
- <id>pre-install</id>
25
- <phase>generate-sources</phase>
26
- <configuration>
27
- <target>
28
- <copy file="${basedir}/../@app.name@-web-rest/target/generated-sources/swagger/swagger.json"
29
- tofile="${basedir}/target/@app.name@-swagger-ui/swagger.json"/>
30
- </target>
31
- </configuration>
32
- <goals>
33
- <goal>run</goal>
34
- </goals>
35
- </execution>
36
- </executions>
37
- </plugin>
38
- </plugins>
39
- </build>
40
- </project>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns="http://java.sun.com/xml/ns/javaee"
4
- xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
6
- version="2.5">
7
-
8
- <display-name>eUI SwaggerUI</display-name>
9
- </web-app>
@@ -1,30 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app"
3
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
5
- http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd
6
- http://xmlns.oracle.com/weblogic/weblogic-web-app
7
- http://xmlns.oracle.com/weblogic/weblogic-web-app/1.5/weblogic-web-app.xsd">
8
-
9
- <session-descriptor>
10
- <debug-enabled>true</debug-enabled>
11
- <encode-session-id-in-query-params>false</encode-session-id-in-query-params>
12
- <cookie-path>/@app.name@-swaggerUI</cookie-path>
13
- </session-descriptor>
14
-
15
- <!-- we want to allow some resources to be accessed by authenticated users which do not possess any role -->
16
- <container-descriptor>
17
- <allow-all-roles>true</allow-all-roles>
18
- </container-descriptor>
19
-
20
- <context-root>/@app.name@-swaggerUI</context-root>
21
-
22
- <weblogic-version>12.1.3</weblogic-version>
23
-
24
- </weblogic-web-app>
25
-
26
-
27
-
28
-
29
-
30
-
@@ -1 +0,0 @@
1
- .swagger-section pre code{display:block;padding:.5em;background:#f0f0f0}.swagger-section pre .clojure .built_in,.swagger-section pre .lisp .title,.swagger-section pre .nginx .title,.swagger-section pre .subst,.swagger-section pre .tag .title,.swagger-section pre code{color:#000}.swagger-section pre .addition,.swagger-section pre .aggregate,.swagger-section pre .apache .cbracket,.swagger-section pre .apache .tag,.swagger-section pre .bash .variable,.swagger-section pre .constant,.swagger-section pre .django .variable,.swagger-section pre .erlang_repl .function_or_atom,.swagger-section pre .flow,.swagger-section pre .markdown .header,.swagger-section pre .parent,.swagger-section pre .preprocessor,.swagger-section pre .ruby .symbol,.swagger-section pre .ruby .symbol .string,.swagger-section pre .rules .value,.swagger-section pre .rules .value .number,.swagger-section pre .smalltalk .class,.swagger-section pre .stream,.swagger-section pre .string,.swagger-section pre .tag .value,.swagger-section pre .template_tag,.swagger-section pre .tex .command,.swagger-section pre .tex .special,.swagger-section pre .title{color:#800}.swagger-section pre .annotation,.swagger-section pre .chunk,.swagger-section pre .comment,.swagger-section pre .diff .header,.swagger-section pre .markdown .blockquote,.swagger-section pre .template_comment{color:#888}.swagger-section pre .change,.swagger-section pre .date,.swagger-section pre .go .constant,.swagger-section pre .literal,.swagger-section pre .markdown .bullet,.swagger-section pre .markdown .link_url,.swagger-section pre .number,.swagger-section pre .regexp,.swagger-section pre .smalltalk .char,.swagger-section pre .smalltalk .symbol{color:#080}.swagger-section pre .apache .sqbracket,.swagger-section pre .array,.swagger-section pre .attr_selector,.swagger-section pre .clojure .attribute,.swagger-section pre .coffeescript .property,.swagger-section pre .decorator,.swagger-section pre .deletion,.swagger-section pre .doctype,.swagger-section pre .envvar,.swagger-section pre .erlang_repl .reserved,.swagger-section pre .filter .argument,.swagger-section pre .important,.swagger-section pre .javadoc,.swagger-section pre .label,.swagger-section pre .localvars,.swagger-section pre .markdown .link_label,.swagger-section pre .nginx .built_in,.swagger-section pre .pi,.swagger-section pre .prompt,.swagger-section pre .pseudo,.swagger-section pre .ruby .string,.swagger-section pre .shebang,.swagger-section pre .tex .formula,.swagger-section pre .vhdl .attribute{color:#88f}.swagger-section pre .aggregate,.swagger-section pre .apache .tag,.swagger-section pre .bash .variable,.swagger-section pre .built_in,.swagger-section pre .css .tag,.swagger-section pre .go .typename,.swagger-section pre .id,.swagger-section pre .javadoctag,.swagger-section pre .keyword,.swagger-section pre .markdown .strong,.swagger-section pre .phpdoc,.swagger-section pre .request,.swagger-section pre .smalltalk .class,.swagger-section pre .status,.swagger-section pre .tex .command,.swagger-section pre .title,.swagger-section pre .winutils,.swagger-section pre .yardoctag{font-weight:700}.swagger-section pre .markdown .emphasis{font-style:italic}.swagger-section pre .nginx .built_in{font-weight:400}.swagger-section pre .coffeescript .javascript,.swagger-section pre .javascript .xml,.swagger-section pre .tex .formula,.swagger-section pre .xml .cdata,.swagger-section pre .xml .css,.swagger-section pre .xml .javascript,.swagger-section pre .xml .vbscript{opacity:.5}.swagger-section .hljs{display:block;overflow-x:auto;padding:.5em;background:#f0f0f0}.swagger-section .hljs,.swagger-section .hljs-subst{color:#444}.swagger-section .hljs-attribute,.swagger-section .hljs-doctag,.swagger-section .hljs-keyword,.swagger-section .hljs-meta-keyword,.swagger-section .hljs-name,.swagger-section .hljs-selector-tag{font-weight:700}.swagger-section .hljs-addition,.swagger-section .hljs-built_in,.swagger-section .hljs-bullet,.swagger-section .hljs-code,.swagger-section .hljs-literal{color:#1f811f}.swagger-section .hljs-link,.swagger-section .hljs-regexp,.swagger-section .hljs-selector-attr,.swagger-section .hljs-selector-pseudo,.swagger-section .hljs-symbol,.swagger-section .hljs-template-variable,.swagger-section .hljs-variable{color:#bc6060}.swagger-section .hljs-deletion,.swagger-section .hljs-number,.swagger-section .hljs-quote,.swagger-section .hljs-selector-class,.swagger-section .hljs-selector-id,.swagger-section .hljs-string,.swagger-section .hljs-template-tag,.swagger-section .hljs-type{color:#800}.swagger-section .hljs-section,.swagger-section .hljs-title{color:#800;font-weight:700}.swagger-section .hljs-comment{color:#888}.swagger-section .hljs-meta{color:#2b6ea1}.swagger-section .hljs-emphasis{font-style:italic}.swagger-section .hljs-strong{font-weight:700}.swagger-section .swagger-ui-wrap{line-height:1;font-family:Droid Sans,sans-serif;min-width:760px;max-width:960px;margin-left:auto;margin-right:auto}.swagger-section .swagger-ui-wrap b,.swagger-section .swagger-ui-wrap strong{font-family:Droid Sans,sans-serif;font-weight:700}.swagger-section .swagger-ui-wrap blockquote,.swagger-section .swagger-ui-wrap q{quotes:none}.swagger-section .swagger-ui-wrap p{line-height:1.4em;padding:0 0 10px;color:#333}.swagger-section .swagger-ui-wrap blockquote:after,.swagger-section .swagger-ui-wrap blockquote:before,.swagger-section .swagger-ui-wrap q:after,.swagger-section .swagger-ui-wrap q:before{content:none}.swagger-section .swagger-ui-wrap .heading_with_menu h1,.swagger-section .swagger-ui-wrap .heading_with_menu h2,.swagger-section .swagger-ui-wrap .heading_with_menu h3,.swagger-section .swagger-ui-wrap .heading_with_menu h4,.swagger-section .swagger-ui-wrap .heading_with_menu h5,.swagger-section .swagger-ui-wrap .heading_with_menu h6{display:block;clear:none;float:left;-ms-box-sizing:border-box;box-sizing:border-box;width:60%}.swagger-section .swagger-ui-wrap table{border-collapse:collapse;border-spacing:0}.swagger-section .swagger-ui-wrap table thead tr th{padding:5px;font-size:.9em;color:#666;border-bottom:1px solid #999}.swagger-section .swagger-ui-wrap table tbody tr:last-child td{border-bottom:none}.swagger-section .swagger-ui-wrap table tbody tr.offset{background-color:#f0f0f0}.swagger-section .swagger-ui-wrap table tbody tr td{padding:6px;font-size:.9em;border-bottom:1px solid #ccc;vertical-align:top;line-height:1.3em}.swagger-section .swagger-ui-wrap ol{margin:0 0 10px;padding:0 0 0 18px;list-style-type:decimal}.swagger-section .swagger-ui-wrap ol li{padding:5px 0;font-size:.9em;color:#333}.swagger-section .swagger-ui-wrap ol,.swagger-section .swagger-ui-wrap ul{list-style:none}.swagger-section .swagger-ui-wrap h1 a,.swagger-section .swagger-ui-wrap h2 a,.swagger-section .swagger-ui-wrap h3 a,.swagger-section .swagger-ui-wrap h4 a,.swagger-section .swagger-ui-wrap h5 a,.swagger-section .swagger-ui-wrap h6 a{text-decoration:none}.swagger-section .swagger-ui-wrap h1 a:hover,.swagger-section .swagger-ui-wrap h2 a:hover,.swagger-section .swagger-ui-wrap h3 a:hover,.swagger-section .swagger-ui-wrap h4 a:hover,.swagger-section .swagger-ui-wrap h5 a:hover,.swagger-section .swagger-ui-wrap h6 a:hover{text-decoration:underline}.swagger-section .swagger-ui-wrap h1 span.divider,.swagger-section .swagger-ui-wrap h2 span.divider,.swagger-section .swagger-ui-wrap h3 span.divider,.swagger-section .swagger-ui-wrap h4 span.divider,.swagger-section .swagger-ui-wrap h5 span.divider,.swagger-section .swagger-ui-wrap h6 span.divider{color:#aaa}.swagger-section .swagger-ui-wrap a{color:#547f00}.swagger-section .swagger-ui-wrap a img{border:none}.swagger-section .swagger-ui-wrap article,.swagger-section .swagger-ui-wrap aside,.swagger-section .swagger-ui-wrap details,.swagger-section .swagger-ui-wrap figcaption,.swagger-section .swagger-ui-wrap figure,.swagger-section .swagger-ui-wrap footer,.swagger-section .swagger-ui-wrap header,.swagger-section .swagger-ui-wrap hgroup,.swagger-section .swagger-ui-wrap menu,.swagger-section .swagger-ui-wrap nav,.swagger-section .swagger-ui-wrap section,.swagger-section .swagger-ui-wrap summary{display:block}.swagger-section .swagger-ui-wrap pre{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace;background-color:#fcf6db;border:1px solid #e5e0c6;padding:10px}.swagger-section .swagger-ui-wrap pre code{line-height:1.6em;background:none}.swagger-section .swagger-ui-wrap .content>.content-type>div>label{clear:both;display:block;color:#0f6ab4;font-size:1.1em;margin:0;padding:15px 0 5px}.swagger-section .swagger-ui-wrap .content pre{font-size:12px;margin-top:5px;padding:5px}.swagger-section .swagger-ui-wrap .icon-btn{cursor:pointer}.swagger-section .swagger-ui-wrap .info_title{padding-bottom:10px;font-weight:700;font-size:25px}.swagger-section .swagger-ui-wrap .footer{margin-top:20px}.swagger-section .swagger-ui-wrap div.big p,.swagger-section .swagger-ui-wrap p.big{font-size:1em;margin-bottom:10px}.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input,.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input{width:500px!important}.swagger-section .swagger-ui-wrap .info_license,.swagger-section .swagger-ui-wrap .info_tos{padding-bottom:5px}.swagger-section .swagger-ui-wrap .message-fail{color:#c00}.swagger-section .swagger-ui-wrap .info_email,.swagger-section .swagger-ui-wrap .info_name,.swagger-section .swagger-ui-wrap .info_url{padding-bottom:5px}.swagger-section .swagger-ui-wrap .info_description{padding-bottom:10px;font-size:15px}.swagger-section .swagger-ui-wrap .markdown ol li,.swagger-section .swagger-ui-wrap .markdown ul li{padding:3px 0;line-height:1.4em;color:#333}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input,.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input{display:block;padding:4px;width:auto;clear:both}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title,.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title{font-size:1.3em}.swagger-section .swagger-ui-wrap table.fullwidth{width:100%}.swagger-section .swagger-ui-wrap .model-signature{font-family:Droid Sans,sans-serif;font-size:1em;line-height:1.5em}.swagger-section .swagger-ui-wrap .model-signature .signature-nav a{text-decoration:none;color:#aaa}.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover{text-decoration:underline;color:#000}.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected{color:#000;text-decoration:none}.swagger-section .swagger-ui-wrap .model-signature .propType{color:#55a}.swagger-section .swagger-ui-wrap .model-signature pre:hover{background-color:#ffd}.swagger-section .swagger-ui-wrap .model-signature pre{font-size:.85em;line-height:1.2em;overflow:auto;height:200px;resize:vertical;cursor:pointer}.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav{display:block;min-width:230px;margin:0;padding:0}.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child{padding-right:0;border-right:none}.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li{float:left;margin:0 5px 5px 0;padding:2px 5px 2px 0;border-right:1px solid #ddd}.swagger-section .swagger-ui-wrap .model-signature .propOpt{color:#555}.swagger-section .swagger-ui-wrap .model-signature .snippet small{font-size:.75em}.swagger-section .swagger-ui-wrap .model-signature .propOptKey{font-style:italic}.swagger-section .swagger-ui-wrap .model-signature .description .strong{font-weight:700;color:#000;font-size:.9em}.swagger-section .swagger-ui-wrap .model-signature .description div{font-size:.9em;line-height:1.5em;margin-left:1em}.swagger-section .swagger-ui-wrap .model-signature .description .stronger{font-weight:700;color:#000}.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper{border-spacing:0;position:absolute;background-color:#fff;border:1px solid #bbb;display:none;font-size:11px;max-width:400px;line-height:30px;color:#000;padding:5px;margin-left:10px}.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th{text-align:center;background-color:#eee;border:1px solid #bbb;font-size:11px;color:#666;font-weight:700;padding:5px;line-height:15px}.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName{font-weight:700}.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:first-child,.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:last-child{display:inline}.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:not(:first-child):before{display:block;content:""}.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown>p:only-child{margin-right:-3px}.swagger-section .swagger-ui-wrap .model-signature .propName{font-weight:700}.swagger-section .swagger-ui-wrap .model-signature .signature-container{clear:both}.swagger-section .swagger-ui-wrap .body-textarea{width:300px;height:100px;border:1px solid #aaa}.swagger-section .swagger-ui-wrap .markdown li code,.swagger-section .swagger-ui-wrap .markdown p code{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace;background-color:#f0f0f0;color:#000;padding:1px 3px}.swagger-section .swagger-ui-wrap .required{font-weight:700}.swagger-section .swagger-ui-wrap .editor_holder{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace;font-size:.9em}.swagger-section .swagger-ui-wrap .editor_holder label{font-weight:400!important}.swagger-section .swagger-ui-wrap .editor_holder label.required{font-weight:700!important}.swagger-section .swagger-ui-wrap input.parameter{width:300px;border:1px solid #aaa}.swagger-section .swagger-ui-wrap h1{color:#000;font-size:1.5em;line-height:1.3em;padding:10px 0;font-family:Droid Sans,sans-serif;font-weight:700}.swagger-section .swagger-ui-wrap .heading_with_menu{float:none;clear:both;overflow:hidden;display:block}.swagger-section .swagger-ui-wrap .heading_with_menu ul{display:block;clear:none;float:right;-ms-box-sizing:border-box;box-sizing:border-box;margin-top:10px}.swagger-section .swagger-ui-wrap h2{color:#000;font-size:1.3em;padding:10px 0}.swagger-section .swagger-ui-wrap h2 a{color:#000}.swagger-section .swagger-ui-wrap h2 span.sub{font-size:.7em;color:#999;font-style:italic}.swagger-section .swagger-ui-wrap h2 span.sub a{color:#777}.swagger-section .swagger-ui-wrap span.weak{color:#666}.swagger-section .swagger-ui-wrap .message-success{color:#89bf04}.swagger-section .swagger-ui-wrap caption,.swagger-section .swagger-ui-wrap td,.swagger-section .swagger-ui-wrap th{text-align:left;font-weight:400;vertical-align:middle}.swagger-section .swagger-ui-wrap .code{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea{font-family:Droid Sans,sans-serif;height:250px;padding:4px;display:block;clear:both}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select{display:block;clear:both}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean{float:none;clear:both;overflow:hidden;display:block}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label{display:block;float:left;clear:none;margin:0;padding:0}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input{display:block;float:left;clear:none;margin:0 5px 0 0}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label{color:#000}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label{display:block;clear:both;width:auto;padding:0 0 3px;color:#666}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr{padding-left:3px;color:#888}.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints{margin-left:0;font-style:italic;font-size:.9em;margin:0}.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons{margin:0;padding:0}.swagger-section .swagger-ui-wrap span.blank,.swagger-section .swagger-ui-wrap span.empty{color:#888;font-style:italic}.swagger-section .swagger-ui-wrap .markdown h3{color:#547f00}.swagger-section .swagger-ui-wrap .markdown h4{color:#666}.swagger-section .swagger-ui-wrap .markdown pre{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace;background-color:#fcf6db;border:1px solid #e5e0c6;padding:10px;margin:0 0 10px}.swagger-section .swagger-ui-wrap .markdown pre code{line-height:1.6em;overflow:auto}.swagger-section .swagger-ui-wrap div.gist{margin:20px 0 25px!important}.swagger-section .swagger-ui-wrap ul#resources{font-family:Droid Sans,sans-serif;font-size:.9em}.swagger-section .swagger-ui-wrap ul#resources li.resource{border-bottom:1px solid #ddd}.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a,.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a{color:#000}.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a,.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a{color:#555}.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child{border-bottom:none}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading{border:1px solid transparent;float:none;clear:both;overflow:hidden;display:block}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options{overflow:hidden;padding:0;display:block;clear:none;float:right;margin:14px 10px 0 0}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li{float:left;clear:none;margin:0;padding:2px 10px;border-right:1px solid #ddd;color:#666;font-size:.9em}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a{color:#aaa;text-decoration:none}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover{text-decoration:underline;color:#000}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover{text-decoration:underline}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child{padding-left:0}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child{padding-right:0;border-right:none}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child{padding-left:0}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2{color:#999;padding-left:0;display:block;clear:none;float:left;font-family:Droid Sans,sans-serif;font-weight:700}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a{color:#999}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover{color:#000}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation{float:none;clear:both;overflow:hidden;display:block;margin:0 0 10px;padding:0}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading{float:none;clear:both;overflow:hidden;display:block;margin:0;padding:0}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3{display:block;clear:none;float:left;width:auto;margin:0;padding:0;line-height:1.1em;color:#000}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path{padding-left:10px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a{color:#000;text-decoration:none}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated{text-decoration:line-through}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover{text-decoration:underline}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a{text-transform:uppercase;text-decoration:none;color:#fff;display:inline-block;width:50px;font-size:.7em;text-align:center;padding:7px 0 4px;border-radius:2px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span{margin:0;padding:0}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options{overflow:hidden;padding:0;display:block;clear:none;float:right;margin:6px 10px 0 0}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li{float:left;clear:none;margin:0;padding:2px 10px;font-size:.9em}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a{text-decoration:none}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .markdown p{color:inherit;padding:0;line-height:inherit}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .nickname{color:#aaa;padding:0;line-height:inherit}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access{color:#000}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content{border-top:none;padding:10px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;margin:0 0 20px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4{font-size:1.1em;margin:0;padding:15px 0 5px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header{float:none;clear:both;overflow:hidden;display:block}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a{padding:4px 0 0 10px;display:inline-block;font-size:.9em}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit{display:block;clear:none;float:left;padding:6px 8px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber{background-image:url(../images/throbber.gif);width:128px;height:16px;display:block;clear:none;float:right}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type=text].error{outline:2px solid #000;outline-color:#c00}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name=parameterContentType]{max-width:300px}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre{font-family:Anonymous Pro,Menlo,Consolas,Bitstream Vera Sans Mono,Courier New,monospace;padding:10px;font-size:.9em;max-height:400px;overflow-y:auto}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading{background-color:#f9f2e9;border:1px solid #f0e0ca}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a{background-color:#c5862b}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#f0e0ca;color:#c5862b}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a{color:#c5862b}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content{background-color:#faf5ee;border:1px solid #f0e0ca}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4{color:#c5862b}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a{color:#dcb67f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading{background-color:#fcffcd;border:1px solid #000;border-color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a{text-transform:uppercase;background-color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#ffd20f;color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a{color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content{background-color:#fcffcd;border:1px solid #000;border-color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4{color:#ffd20f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a{color:#6fc992}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading{background-color:#f5e8e8;border:1px solid #e8c6c7}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a{text-transform:uppercase;background-color:#a41e22}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#e8c6c7;color:#a41e22}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a{color:#a41e22}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content{background-color:#f7eded;border:1px solid #e8c6c7}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4{color:#a41e22}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a{color:#c8787a}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading{background-color:#e7f6ec;border:1px solid #c3e8d1}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a{background-color:#10a54a}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#c3e8d1;color:#10a54a}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a{color:#10a54a}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content{background-color:#ebf7f0;border:1px solid #c3e8d1}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4{color:#10a54a}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a{color:#6fc992}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading{background-color:#fce9e3;border:1px solid #f5d5c3}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a{background-color:#d38042}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#f0cecb;color:#d38042}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a{color:#d38042}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content{background-color:#faf0ef;border:1px solid #f0cecb}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4{color:#d38042}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a{color:#dcb67f}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading{background-color:#e7f0f7;border:1px solid #c3d9ec}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a{background-color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#c3d9ec;color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a{color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content{background-color:#ebf3f9;border:1px solid #c3d9ec}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4{color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a{color:#6fa5d2}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading{background-color:#e7f0f7;border:1px solid #c3d9ec}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a{background-color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li{border-right:1px solid #ddd;border-right-color:#c3d9ec;color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a{color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content{background-color:#ebf3f9;border:1px solid #c3d9ec}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4{color:#0f6ab4}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a{color:#6fa5d2}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content{border-top:none}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child{padding-right:0;border-right:none}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover{text-decoration:underline}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child{padding-left:0}.swagger-section .swagger-ui-wrap p#colophon{margin:0 15px 40px;padding:10px 0;font-size:.8em;border-top:1px solid #ddd;font-family:Droid Sans,sans-serif;color:#999;font-style:italic}.swagger-section .swagger-ui-wrap p#colophon a{text-decoration:none;color:#547f00}.swagger-section .swagger-ui-wrap h3{color:#000;font-size:1.1em;padding:10px 0}.swagger-section .swagger-ui-wrap .markdown ol,.swagger-section .swagger-ui-wrap .markdown ul{font-family:Droid Sans,sans-serif;margin:5px 0 10px;padding:0 0 0 18px;list-style-type:disc}.swagger-section .swagger-ui-wrap form.form_box{background-color:#ebf3f9;border:1px solid #c3d9ec;padding:10px}.swagger-section .swagger-ui-wrap form.form_box label{color:#0f6ab4!important}.swagger-section .swagger-ui-wrap form.form_box input[type=submit]{display:block;padding:10px}.swagger-section .swagger-ui-wrap form.form_box p.weak{font-size:.8em}.swagger-section .swagger-ui-wrap form.form_box p{font-size:.9em;padding:0 0 15px;color:#7e7b6d}.swagger-section .swagger-ui-wrap form.form_box p a{color:#646257}.swagger-section .swagger-ui-wrap form.form_box p strong{color:#000}.swagger-section .swagger-ui-wrap .operation-status td.markdown>p:last-child{padding-bottom:0}.swagger-section .title{font-style:bold}.swagger-section .secondary_form{display:none}.swagger-section .main_image{display:block;margin-left:auto;margin-right:auto}.swagger-section .oauth_body{margin-left:100px;margin-right:100px}.swagger-section .oauth_submit{text-align:center;display:inline-block}.swagger-section .authorize-wrapper{margin:15px 0 10px}.swagger-section .authorize-wrapper_operation{float:right}.swagger-section .authorize__btn:hover{text-decoration:underline;cursor:pointer}.swagger-section .authorize__btn_operation:hover .authorize-scopes{display:block}.swagger-section .authorize-scopes{position:absolute;margin-top:20px;background:#fff;border:1px solid #ccc;border-radius:5px;display:none;font-size:13px;max-width:300px;line-height:30px;color:#000;padding:5px}.swagger-section .authorize-scopes .authorize__scope{text-decoration:none}.swagger-section .authorize__btn_operation{height:18px;vertical-align:middle;display:inline-block;background:url(../images/explorer_icons.png) no-repeat}.swagger-section .authorize__btn_operation_login{background-position:0 0;width:18px;margin-top:-6px;margin-left:4px}.swagger-section .authorize__btn_operation_logout{background-position:-30px 0;width:18px;margin-top:-6px;margin-left:4px}.swagger-section #auth_container{color:#fff;display:inline-block;border:none;padding:5px;width:87px;height:13px}.swagger-section #auth_container .authorize__btn{color:#fff}.swagger-section .auth_container{padding:0 0 10px;margin-bottom:5px;border-bottom:1px solid #ccc;font-size:.9em}.swagger-section .auth_container .auth__title{color:#547f00;font-size:1.2em}.swagger-section .auth_container .basic_auth__label{display:inline-block;width:60px}.swagger-section .auth_container .auth__description{color:#999;margin-bottom:5px}.swagger-section .auth_container .auth__button{margin-top:10px;height:30px}.swagger-section .auth_container .key_auth__field{margin:5px 0}.swagger-section .auth_container .key_auth__label{display:inline-block;width:60px}.swagger-section .api-popup-dialog{position:absolute;display:none}.swagger-section .api-popup-dialog-wrapper{z-index:2;width:500px;background:#fff;padding:20px;border:1px solid #ccc;border-radius:5px;font-size:13px;color:#777;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.swagger-section .api-popup-dialog-shadow{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.2;background-color:gray;z-index:1}.swagger-section .api-popup-dialog .api-popup-title{font-size:24px;padding:10px 0}.swagger-section .api-popup-dialog .error-msg{padding-left:5px;padding-bottom:5px}.swagger-section .api-popup-dialog .api-popup-content{max-height:500px;overflow-y:auto}.swagger-section .api-popup-dialog .api-popup-authbtn,.swagger-section .api-popup-dialog .api-popup-cancel{height:30px}.swagger-section .api-popup-scopes{padding:10px 20px}.swagger-section .api-popup-scopes li{padding:5px 0;line-height:20px}.swagger-section .api-popup-scopes li input{position:relative;top:2px}.swagger-section .api-popup-scopes .api-scope-desc{padding-left:20px;font-style:italic}.swagger-section .api-popup-actions{padding-top:10px}.swagger-section fieldset{padding-bottom:10px;padding-left:20px}#header{display:none}.swagger-section .swagger-ui-wrap .model-signature pre{max-height:none}.swagger-section .swagger-ui-wrap .body-textarea,.swagger-section .swagger-ui-wrap input.parameter{width:100px}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options{display:none}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content{display:block!important}
@@ -1 +0,0 @@
1
- a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}