Update to grunt-saas 3.0 #156

This commit is contained in:
Kam Low 2018-07-01 21:43:18 +02:00
parent 2c48b61c10
commit 52dca06c45
8 changed files with 391 additions and 260 deletions

View File

@ -1,4 +1,5 @@
var path = require('path')
const path = require('path')
const sass = require('node-sass')
module.exports = function(grunt, options, spec) {
return {
@ -6,6 +7,8 @@ module.exports = function(grunt, options, spec) {
// Compile SCSS source files into the cache directory
sass: {
options: {
implementation: sass,
// sourceMap: true,
includePaths: [
options.appDir + '/vendor',
options.appDir + '/vendor/foundation/scss'

323
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "spectacle-docs",
"version": "0.9.14",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -65,12 +65,12 @@
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
},
"are-we-there-yet": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
"integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
"integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
"requires": {
"delegates": "1.0.0",
"readable-stream": "2.3.5"
"readable-stream": "2.3.6"
},
"dependencies": {
"isarray": {
@ -79,23 +79,23 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"readable-stream": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.5.tgz",
"integrity": "sha512-tK0yDhrkygt/knjowCUiWP9YdV7c5R+8cR0r/kt9ZhBU906Fs6RpQJCEilamRJj1Nx2rWI6LkW9gKqjTkshhEw==",
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "2.0.0",
"safe-buffer": "5.1.1",
"string_decoder": "1.0.3",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"requires": {
"safe-buffer": "5.1.1"
}
@ -183,15 +183,20 @@
"integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8="
},
"aws4": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
"integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4="
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz",
"integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w=="
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"base64-js": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
"integrity": "sha1-EQHpVE9KdrG8OybUUsqW16NeeXg="
},
"basic-auth": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.0.tgz",
@ -206,9 +211,9 @@
"integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
},
"bcrypt-pbkdf": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
"integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
"integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
"optional": true,
"requires": {
"tweetnacl": "0.14.5"
@ -376,7 +381,6 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
"dev": true,
"requires": {
"exit": "0.1.2",
"glob": "7.1.2"
@ -386,7 +390,6 @@
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"dev": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
@ -400,7 +403,6 @@
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "1.1.11"
}
@ -535,7 +537,6 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
"integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
"dev": true,
"requires": {
"date-now": "0.1.4"
}
@ -560,23 +561,23 @@
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
"integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
"requires": {
"lru-cache": "4.1.2",
"which": "1.3.0"
"lru-cache": "4.1.3",
"which": "1.3.1"
},
"dependencies": {
"lru-cache": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.2.tgz",
"integrity": "sha512-wgeVXhrDwAWnIF/yZARsFnMBtdFXOg1b8RIrhilp+0iDYN4mdQcNZElDZ0e4B64BhaxeQ5zN7PMyvu7we1kPeQ==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
"integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
"requires": {
"pseudomap": "1.0.2",
"yallist": "2.1.2"
}
},
"which": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
"integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
"requires": {
"isexe": "2.0.0"
}
@ -633,8 +634,7 @@
"date-now": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
"integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
"dev": true
"integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs="
},
"dateformat": {
"version": "1.0.2-1.2.3",
@ -739,15 +739,6 @@
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
"integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E="
},
"each-async": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
"integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
"requires": {
"onetime": "1.1.0",
"set-immediate-shim": "1.0.1"
}
},
"ecc-jsbn": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
@ -970,7 +961,7 @@
"signal-exit": "3.0.2",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"wide-align": "1.1.2"
"wide-align": "1.1.3"
},
"dependencies": {
"ansi-regex": {
@ -1410,7 +1401,6 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
"integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
"dev": true,
"requires": {
"chalk": "1.1.3",
"hooker": "0.2.3",
@ -1420,20 +1410,17 @@
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "2.2.1",
"escape-string-regexp": "1.0.5",
@ -1446,7 +1433,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
}
@ -1455,7 +1441,6 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
"ansi-regex": "2.1.1"
}
@ -1463,8 +1448,7 @@
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
}
}
},
@ -1596,6 +1580,14 @@
}
}
},
"grunt-embed": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/grunt-embed/-/grunt-embed-0.2.1.tgz",
"integrity": "sha1-6pbpKemxL1qvlHm/GoTzc8cWsC4=",
"requires": {
"resource-embedder": "0.2.2"
}
},
"grunt-legacy-log": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz",
@ -1693,14 +1685,9 @@
}
},
"grunt-sass": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-2.1.0.tgz",
"integrity": "sha512-XkexnQt/9rhReNd+Y7T0n/2g5FqYOQKfi2iSlpwDqvgs7EgEaGTxNhnWzHnbW5oNRvzL9AHopBG3AgRxL0d+DA==",
"requires": {
"each-async": "1.1.1",
"node-sass": "4.7.2",
"object-assign": "4.1.1"
}
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.0.0.tgz",
"integrity": "sha512-yoDxFp0jM5jER8X5OoUdeE7d/UbccaeDbC9D/Xikv5jEfg9+mDKk0KzpClbhmqJmwge4lVupj9W+Kkj5gxOAvg=="
},
"gzip-size": {
"version": "1.0.0",
@ -1909,7 +1896,7 @@
"requires": {
"assert-plus": "0.2.0",
"jsprim": "1.4.1",
"sshpk": "1.14.1"
"sshpk": "1.14.2"
}
},
"iconv-lite": {
@ -2041,9 +2028,9 @@
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"js-base64": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
"integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw=="
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz",
"integrity": "sha512-aUnNwqMOXw3yvErjMPSQu6qIIzUmT1e5KcU1OZxRDU1g/am6mzBvcrmLAYwzmB59BHPrh5/tKaiF4OPhqRWESQ=="
},
"js-beautify": {
"version": "1.5.10",
@ -2099,7 +2086,6 @@
"version": "2.9.5",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.5.tgz",
"integrity": "sha1-HnJSkVzmgbQIJ+4UJIxG006apiw=",
"dev": true,
"requires": {
"cli": "1.0.1",
"console-browserify": "1.1.0",
@ -2114,14 +2100,12 @@
"lodash": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz",
"integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=",
"dev": true
"integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU="
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "1.1.11"
}
@ -2683,14 +2667,13 @@
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
},
"node-gyp": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
"integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.7.0.tgz",
"integrity": "sha512-qDQE/Ft9xXP6zphwx4sD0t+VhwV7yFaloMpfbL2QnnDZcyaiakWlLdtFGGQfTAwpFHdpbRhRxVhIHN1OKAjgbg==",
"requires": {
"fstream": "1.0.11",
"glob": "7.1.2",
"graceful-fs": "4.1.11",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"nopt": "3.0.6",
"npmlog": "4.1.2",
@ -2744,14 +2727,14 @@
}
},
"node-sass": {
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",
"integrity": "sha512-CaV+wLqZ7//Jdom5aUFCpGNoECd7BbNhjuwdsX/LkXBrHl8eb1Wjw4HvWqcFvhr5KuNgAk8i/myf/MQ1YYeroA==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz",
"integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==",
"requires": {
"async-foreach": "0.1.3",
"chalk": "1.1.3",
"cross-spawn": "3.0.1",
"gaze": "1.1.2",
"gaze": "1.1.3",
"get-stdin": "4.0.1",
"glob": "7.1.2",
"in-publish": "2.0.0",
@ -2761,7 +2744,7 @@
"meow": "3.7.0",
"mkdirp": "0.5.1",
"nan": "2.10.0",
"node-gyp": "3.6.2",
"node-gyp": "3.7.0",
"npmlog": "4.1.2",
"request": "2.79.0",
"sass-graph": "2.2.4",
@ -2792,11 +2775,11 @@
}
},
"gaze": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
"integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
"integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
"requires": {
"globule": "1.2.0"
"globule": "1.2.1"
}
},
"glob": {
@ -2813,12 +2796,12 @@
}
},
"globule": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
"integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz",
"integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==",
"requires": {
"glob": "7.1.2",
"lodash": "4.17.5",
"lodash": "4.17.10",
"minimatch": "3.0.4"
}
},
@ -2830,6 +2813,11 @@
"ansi-regex": "2.1.1"
}
},
"lodash": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=="
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@ -2895,7 +2883,7 @@
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
"requires": {
"are-we-there-yet": "1.1.4",
"are-we-there-yet": "1.1.5",
"console-control-strings": "1.1.0",
"gauge": "2.7.4",
"set-blocking": "2.0.0"
@ -2950,11 +2938,6 @@
"wrappy": "1.0.2"
}
},
"onetime": {
"version": "1.1.0",
"resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k="
},
"opn": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/opn/-/opn-1.0.2.tgz",
@ -3086,6 +3069,25 @@
}
}
},
"postcss": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz",
"integrity": "sha1-UHOj0GLvPOWSrEpf5rjChiq4POs=",
"requires": {
"base64-js": "0.0.8",
"source-map": "0.1.43"
},
"dependencies": {
"source-map": {
"version": "0.1.43",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
"requires": {
"amdefine": "1.0.1"
}
}
}
},
"pretty-bytes": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
@ -3172,6 +3174,14 @@
"strip-indent": "1.0.1"
}
},
"reorient-css": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/reorient-css/-/reorient-css-0.2.2.tgz",
"integrity": "sha1-b2b8SfaiFEAOAiHRTJZdGr0hrJY=",
"requires": {
"postcss": "0.3.5"
}
},
"repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
@ -3191,7 +3201,7 @@
"integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
"requires": {
"aws-sign2": "0.6.0",
"aws4": "1.6.0",
"aws4": "1.7.0",
"caseless": "0.11.0",
"combined-stream": "1.0.6",
"extend": "3.0.1",
@ -3206,10 +3216,10 @@
"mime-types": "2.1.18",
"oauth-sign": "0.8.2",
"qs": "6.3.2",
"stringstream": "0.0.5",
"stringstream": "0.0.6",
"tough-cookie": "2.3.4",
"tunnel-agent": "0.4.3",
"uuid": "3.2.1"
"uuid": "3.3.2"
},
"dependencies": {
"qs": {
@ -3229,6 +3239,70 @@
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
"integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
},
"resource-embedder": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/resource-embedder/-/resource-embedder-0.2.2.tgz",
"integrity": "sha1-IGiPtRQ3N+wzojs3LJFEy0gZZCY=",
"requires": {
"coffee-script": "1.7.1",
"graceful-fs": "2.0.3",
"htmlparser2": "3.5.1",
"lodash": "2.4.2",
"reorient-css": "0.2.2"
},
"dependencies": {
"coffee-script": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz",
"integrity": "sha1-YplqhheAx15tUGnROCJyO3NAS/w=",
"requires": {
"mkdirp": "0.3.5"
}
},
"domhandler": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.2.1.tgz",
"integrity": "sha1-Wd+dzSJ+gIs2Wuc+H2aErD2Ub8I=",
"requires": {
"domelementtype": "1.3.0"
}
},
"domutils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.3.0.tgz",
"integrity": "sha1-mtTVm1r2ymhMYv5tdo7xcOcN8ZI=",
"requires": {
"domelementtype": "1.3.0"
}
},
"graceful-fs": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz",
"integrity": "sha1-fNLNsiiko/Nule+mzBQt59GhNtA="
},
"htmlparser2": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.5.1.tgz",
"integrity": "sha1-b0L3ZX3RnBP31l3pEYQXOUoL5tA=",
"requires": {
"domelementtype": "1.3.0",
"domhandler": "2.2.1",
"domutils": "1.3.0",
"readable-stream": "1.1.14"
}
},
"lodash": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz",
"integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4="
},
"mkdirp": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
"integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc="
}
}
},
"right-align": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
@ -3247,6 +3321,11 @@
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg=="
},
"safer-buffer": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sass-graph": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
@ -3334,7 +3413,7 @@
"resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
"requires": {
"js-base64": "2.4.3",
"js-base64": "2.4.5",
"source-map": "0.4.4"
}
},
@ -3400,11 +3479,6 @@
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
},
"set-immediate-shim": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
"integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E="
},
"setprototypeof": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
@ -3413,8 +3487,7 @@
"shelljs": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
"integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
"dev": true
"integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E="
},
"sigmund": {
"version": "1.0.1",
@ -3481,17 +3554,18 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"sshpk": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
"integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
"integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=",
"requires": {
"asn1": "0.2.3",
"assert-plus": "1.0.0",
"bcrypt-pbkdf": "1.0.1",
"bcrypt-pbkdf": "1.0.2",
"dashdash": "1.14.1",
"ecc-jsbn": "0.1.1",
"getpass": "0.1.7",
"jsbn": "0.1.1",
"safer-buffer": "2.1.2",
"tweetnacl": "0.14.5"
},
"dependencies": {
@ -3517,7 +3591,7 @@
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
"integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
"requires": {
"readable-stream": "2.3.5"
"readable-stream": "2.3.6"
},
"dependencies": {
"isarray": {
@ -3526,23 +3600,23 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"readable-stream": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.5.tgz",
"integrity": "sha512-tK0yDhrkygt/knjowCUiWP9YdV7c5R+8cR0r/kt9ZhBU906Fs6RpQJCEilamRJj1Nx2rWI6LkW9gKqjTkshhEw==",
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"requires": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "2.0.0",
"safe-buffer": "5.1.1",
"string_decoder": "1.0.3",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"requires": {
"safe-buffer": "5.1.1"
}
@ -3580,9 +3654,9 @@
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
},
"stringstream": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
"integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg="
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz",
"integrity": "sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA=="
},
"strip-ansi": {
"version": "0.3.0",
@ -3611,8 +3685,7 @@
"strip-json-comments": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
"integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
"dev": true
"integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E="
},
"superagent": {
"version": "3.8.2",
@ -3899,9 +3972,9 @@
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
},
"uuid": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
"integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA=="
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
},
"validate-npm-package-license": {
"version": "3.0.3",
@ -3945,9 +4018,9 @@
"integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8="
},
"wide-align": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
"integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"requires": {
"string-width": "1.0.2"
}

View File

@ -47,11 +47,12 @@
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-embed": "^0.2.1",
"grunt-prettify": "^0.4.0",
"grunt-sass": "2.1.0",
"grunt-sass": "^3.0.0",
"handlebars": "^4.0.5",
"highlight.js": "^9.1.0",
"js-yaml": "^3.8.2",
@ -59,13 +60,13 @@
"json-stable-stringify": "^1.0.1",
"lodash": "^4.2.1",
"marked": "^0.3.5",
"node-sass": "^4.9.0",
"sync-request": "^4.1.0",
"tmp": "0.0.31",
"trace": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^3.5.3"
}
}

View File

@ -590,13 +590,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">tags</div>
<div class="prop-title">tags:
<span class="prop-type">
<span class="json-property-type">string[]</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in query </div>
<div class="prop-subtitle">
<span class="json-property-type">string[]</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>Tags to filter by</p>
@ -754,14 +755,15 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">cheeseId</div>
<div class="prop-title">cheeseId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>ID of cheese to return</p>
@ -902,14 +904,15 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">cheeseId</div>
<div class="prop-title">cheeseId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>ID of the cheese to be updated</p>
@ -917,12 +920,13 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">name</div>
<div class="prop-subtitle"> in formData </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
<div class="prop-title">name:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<div class="prop-subtitle"> in formData </div>
</div>
<div class="prop-value">
<p>Updated name of the cheese</p>
@ -930,12 +934,13 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">status</div>
<div class="prop-subtitle"> in formData </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
<div class="prop-title">status:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<div class="prop-subtitle"> in formData </div>
</div>
<div class="prop-value">
<p>Updated status of the cheese</p>
@ -1033,12 +1038,13 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">api_key</div>
<div class="prop-subtitle"> in header </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
<div class="prop-title">api_key:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<div class="prop-subtitle"> in header </div>
</div>
<div class="prop-value">
<p class="no-description">(no description)</p>
@ -1046,14 +1052,15 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">cheeseId</div>
<div class="prop-title">cheeseId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>Cheese ID to delete</p>
@ -1158,13 +1165,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">status</div>
<div class="prop-title">status:
<span class="prop-type">
<span class="json-property-type">string[]</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in query </div>
<div class="prop-subtitle">
<span class="json-property-type">string[]</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>Status values that need to be considered for filter</p>
@ -1315,14 +1323,15 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">cheeseId</div>
<div class="prop-title">cheeseId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>ID of cheese to update</p>
@ -1330,12 +1339,13 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">additionalMetadata</div>
<div class="prop-subtitle"> in formData </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
<div class="prop-title">additionalMetadata:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<div class="prop-subtitle"> in formData </div>
</div>
<div class="prop-value">
<p>Additional data to pass to server</p>
@ -1343,12 +1353,13 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">file</div>
<div class="prop-subtitle"> in formData </div>
<div class="prop-subtitle">
<span class="json-property-type">file</span>
<span class="json-property-range" title="Value limits"></span>
<div class="prop-title">file:
<span class="prop-type">
<span class="json-property-type">file</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<div class="prop-subtitle"> in formData </div>
</div>
<div class="prop-value">
<p>Image file to upload</p>
@ -1718,14 +1729,15 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">orderId</div>
<div class="prop-title">orderId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits">1 ≤ x ≤ 10</span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits">1 ≤ x ≤ 10</span>
</div>
</div>
<div class="prop-value">
<p>ID of cheese that needs to be fetched</p>
@ -1834,14 +1846,15 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">orderId</div>
<div class="prop-title">orderId:
<span class="prop-type">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits">x ≥ 1</span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">integer</span>
<span class="json-property-format">(int64)</span>
<span class="json-property-range" title="Value limits">x ≥ 1</span>
</div>
</div>
<div class="prop-value">
<p>ID of the order that needs to be deleted</p>
@ -2098,13 +2111,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">username</div>
<div class="prop-title">username:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in query </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>The username for login</p>
@ -2112,13 +2126,14 @@
</div>
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">password</div>
<div class="prop-title">password:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in query </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>The password for login in clear text</p>
@ -2314,13 +2329,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">username</div>
<div class="prop-title">username:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>The username of the customer to be fetched.</p>
@ -2447,13 +2463,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">username</div>
<div class="prop-title">username:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>Username of the customer to update.</p>
@ -2557,13 +2574,14 @@
<section class="swagger-request-params">
<div class="prop-row prop-group">
<div class="prop-name">
<div class="prop-title">username</div>
<div class="prop-title">username:
<span class="prop-type">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</span>
</div>
<span class="json-property-required"></span>
<div class="prop-subtitle"> in path </div>
<div class="prop-subtitle">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
</div>
</div>
<div class="prop-value">
<p>Username of the customer to delete.</p>
@ -3005,6 +3023,13 @@
<span class="json-property-range" title="Value limits"></span>
<span class="json-property-required"></span>
</dt>
<dt class="json-inner-schema">
<section class="json-schema-array-items">
<span class="json-property-type">string</span>
<span class="json-property-range" title="Value limits"></span>
<div class="json-inner-schema"> </div>
</section>
</dt>
<dt data-property-name="tags">
<span class="json-property-name">tags:</span>
<span class="json-property-type">
@ -3014,6 +3039,17 @@
</span>
<span class="json-property-range" title="Value limits"></span>
</dt>
<dt class="json-inner-schema">
<section class="json-schema-array-items">
<span class="json-property-type">
<span class="">
<a class="json-schema-ref" href=" #definition-tag.yml--Tag">tag.yml#/Tag</a>
</span>
</span>
<span class="json-property-range" title="Value limits"></span>
<div class="json-inner-schema"> </div>
</section>
</dt>
<dt data-property-name="status" class="has-description">
<span class="json-property-name">status:</span>
<span class="json-property-type">string</span>

View File

@ -441,7 +441,7 @@ body {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #23241f;
color: #2d3134;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
@ -1443,7 +1443,7 @@ cite {
content: "— "; }
abbr, abbr[title] {
border-bottom: 1px dotted #23241f;
border-bottom: 1px dotted #2d3134;
cursor: help;
text-decoration: none; }
@ -1456,14 +1456,14 @@ code {
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #23241f; }
color: #2d3134; }
kbd {
margin: 0;
padding: 0.1315789474rem 0.2631578947rem 0;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
color: #23241f; }
color: #2d3134; }
.subheader {
margin-top: 0.2rem;
@ -1624,16 +1624,16 @@ ul.no-bullet, ol.no-bullet {
color: #fefefe; }
.button.success {
background-color: #3adb76;
color: #23241f; }
color: #2d3134; }
.button.success:hover, .button.success:focus {
background-color: #22bb5b;
color: #23241f; }
color: #2d3134; }
.button.warning {
background-color: #ffae00;
color: #23241f; }
color: #2d3134; }
.button.warning:hover, .button.warning:focus {
background-color: #cc8b00;
color: #23241f; }
color: #2d3134; }
.button.alert {
background-color: #cc4b37;
color: #fefefe; }
@ -1663,13 +1663,13 @@ ul.no-bullet, ol.no-bullet {
cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #3adb76;
color: #23241f; }
color: #2d3134; }
.button.disabled.warning, .button[disabled].warning {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #ffae00;
color: #23241f; }
color: #2d3134; }
.button.disabled.alert, .button[disabled].alert {
opacity: 0.25;
cursor: not-allowed; }
@ -1846,12 +1846,12 @@ textarea {
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(35, 36, 31, 0.1);
box-shadow: inset 0 1px 2px rgba(45, 49, 52, 0.1);
font-family: inherit;
font-size: 1.0526315789rem;
font-weight: normal;
line-height: 1.5;
color: #23241f;
color: #2d3134;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
@ -1914,7 +1914,7 @@ label {
font-size: 0.9210526316rem;
font-weight: normal;
line-height: 1.8;
color: #23241f; }
color: #2d3134; }
label.middle {
margin: 0 0 1.0526315789rem;
padding: 0.5921052632rem 0; }
@ -1923,7 +1923,7 @@ label {
margin-top: -0.5263157895rem;
font-size: 0.8552631579rem;
font-style: italic;
color: #23241f; }
color: #2d3134; }
.input-group {
display: flex;
@ -1946,7 +1946,7 @@ label {
padding: 0 1rem;
border: 1px solid #cacaca;
background: #e6e6e6;
color: #23241f;
color: #2d3134;
text-align: center;
white-space: nowrap;
display: flex;
@ -2007,7 +2007,7 @@ select {
font-size: 1.0526315789rem;
font-weight: normal;
line-height: 1.5;
color: #23241f;
color: #2d3134;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -1.0526315789rem center;
@ -2170,7 +2170,7 @@ select {
[data-whatinput='mouse'] .close-button {
outline: 0; }
.close-button:hover, .close-button:focus {
color: #23241f; }
color: #2d3134; }
.close-button.small {
right: 0.66rem;
top: 0.33em;
@ -2200,10 +2200,10 @@ select {
color: #fefefe; }
.label.success {
background: #3adb76;
color: #23241f; }
color: #2d3134; }
.label.warning {
background: #ffae00;
color: #23241f; }
color: #2d3134; }
.label.alert {
background: #cc4b37;
color: #fefefe; }
@ -2213,7 +2213,9 @@ table {
width: 100%;
margin-bottom: 1rem;
border-radius: 0; }
thead, tbody, tfoot {
thead,
tbody,
tfoot {
border: 1px solid #f1f1f1;
background-color: #fefefe; }
caption {
@ -2221,17 +2223,22 @@ table {
font-weight: bold; }
thead {
background: #f8f8f8;
color: #23241f; }
color: #2d3134; }
tfoot {
background: #f1f1f1;
color: #23241f; }
thead tr, tfoot tr {
color: #2d3134; }
thead tr,
tfoot tr {
background: transparent; }
thead th, thead td, tfoot th, tfoot td {
thead th,
thead td,
tfoot th,
tfoot td {
padding: 0.5263157895rem 0.6578947368rem 0.6578947368rem;
font-weight: bold;
text-align: left; }
tbody th, tbody td {
tbody th,
tbody td {
padding: 0.5263157895rem 0.6578947368rem 0.6578947368rem; }
tbody tr:nth-child(even) {
border-bottom: 0;

File diff suppressed because one or more lines are too long

View File

@ -1019,7 +1019,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
#spectacle #sidebar a {
display: block;
margin: 0 0 0.25rem;
color: #46483e;
color: #4a5055;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
@ -1053,7 +1053,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
@media print, screen and (min-width: 64em) {
#spectacle #docs .example-box {
display: block;
background-color: #23241f;
background-color: #2d3134;
position: absolute;
right: 0;
top: 0;
@ -1063,7 +1063,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
#spectacle article .no-description {
color: #8a8a8a; }
#spectacle article dt {
color: #23241f; }
color: #2d3134; }
#spectacle article table.table {
width: 100%; }
#spectacle article code {
@ -1087,7 +1087,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
font-weight: bold;
background: transparent;
border: none;
color: #515448; }
color: #535b60; }
#spectacle article h1.doc-title span {
display: none;
opacity: 0.65;
@ -1123,6 +1123,8 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
border-top: 1px solid #ddd; }
#spectacle article .prop-row .prop-title {
font-weight: bold; }
#spectacle article .prop-row .prop-type {
font-weight: 400; }
#spectacle article .prop-row .prop-subtitle {
font-weight: 400;
font-size: 80%; }
@ -1153,7 +1155,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
padding-left: 2.25rem !important;
padding-right: 2.25rem !important;
color: #fefefe;
background-color: #23241f; }
background-color: #2d3134; }
#spectacle article .doc-examples h5 {
color: #fefefe;
font-size: 1rem;
@ -1169,7 +1171,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
display: block;
margin-bottom: 1.5rem;
padding: 1.5rem;
font-family: Consolas,"Liberation Mono",Courier,monospace;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: inherit;
color: inherit;
background-color: transparent;
@ -1181,6 +1183,15 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
word-spacing: normal;
white-space: pre-wrap;
word-break: normal; }
#spectacle article .doc-examples tbody tr:nth-child(even) {
border-bottom: 0;
background-color: #353a3d; }
#spectacle article .doc-examples tbody, #spectacle article .doc-examples tfoot, #spectacle article .doc-examples thead {
color: #FFFFFF;
background-color: #2d3134;
border: 0px; }
#spectacle article .doc-examples thead {
background-color: #2d3134; }
#spectacle article .doc-examples .swagger-response-headers {
background-color: transparent;
border: none;
@ -1235,7 +1246,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
#spectacle article .definition dl dt {
font-weight: normal; }
#spectacle article .definition dl dd {
font-weight: lighter; }
font-style: italic; }
#spectacle article .definition .json-property-name {
font-weight: bold; }
#spectacle article .hljs {
@ -1245,7 +1256,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
margin-bottom: 1rem;
border: none; }
#spectacle .drawer-layout .drawer {
box-shadow: 0 0 10px rgba(35, 36, 31, 0.5);
box-shadow: 0 0 10px rgba(45, 49, 52, 0.5);
transition: transform 0.5s ease;
backface-visibility: hidden; }
#spectacle .drawer-layout .drawer.slide-left {
@ -1283,7 +1294,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
position: fixed;
top: 0.75rem;
right: 0.75rem;
background-color: rgba(35, 36, 31, 0.75);
background-color: rgba(45, 49, 52, 0.75);
padding: 0.65rem;
z-index: 1;
border-radius: 5px;

File diff suppressed because one or more lines are too long