diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html
index 5df9e13424..4b24018a9c 100644
--- a/badge-maker_lib_index.js.html
+++ b/badge-maker_lib_index.js.html
@@ -123,7 +123,7 @@ module.exports = {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html
index 091d55ee68..4ffc9d18b1 100644
--- a/badge-maker_lib_xml.js.html
+++ b/badge-maker_lib_xml.js.html
@@ -138,7 +138,7 @@ module.exports = { escapeXml, stripXmlWhitespace, XmlElement, ElementList }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html
index 49f2cf561f..a947496850 100644
--- a/core_base-service_base-graphql.js.html
+++ b/core_base-service_base-graphql.js.html
@@ -136,7 +136,7 @@ export default BaseGraphqlService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html
index 9b03d64576..6bba278a61 100644
--- a/core_base-service_base-json.js.html
+++ b/core_base-service_base-json.js.html
@@ -97,7 +97,7 @@ export default BaseJsonService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-svg-scraping.js.html b/core_base-service_base-svg-scraping.js.html
index e53a24288c..9af4e3013d 100644
--- a/core_base-service_base-svg-scraping.js.html
+++ b/core_base-service_base-svg-scraping.js.html
@@ -133,7 +133,7 @@ export default BaseSvgScrapingService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html
index 7b6316ff81..7754b69196 100644
--- a/core_base-service_base-xml.js.html
+++ b/core_base-service_base-xml.js.html
@@ -112,7 +112,7 @@ export default BaseXmlService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html
index dd7fd17a21..f7bf3e3a1d 100644
--- a/core_base-service_base-yaml.js.html
+++ b/core_base-service_base-yaml.js.html
@@ -115,7 +115,7 @@ export default BaseYamlService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html
index d0d961dad6..6e30207235 100644
--- a/core_base-service_base.js.html
+++ b/core_base-service_base.js.html
@@ -250,7 +250,13 @@ class BaseService {
let logUrl = url
const logOptions = Object.assign({}, options)
if ('searchParams' in options) {
- const params = new URLSearchParams(options.searchParams)
+ const params = new URLSearchParams(
+ Object.fromEntries(
+ Object.entries(options.searchParams).filter(
+ ([k, v]) => v !== undefined
+ )
+ )
+ )
logUrl = `${url}?${params.toString()}`
delete logOptions.searchParams
}
@@ -619,7 +625,7 @@ export default BaseService
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html
index f23c4c01b8..403c322d0d 100644
--- a/core_base-service_errors.js.html
+++ b/core_base-service_errors.js.html
@@ -261,7 +261,7 @@ export {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html
index 7b06b51aed..1567b2eff5 100644
--- a/core_base-service_graphql.js.html
+++ b/core_base-service_graphql.js.html
@@ -93,7 +93,7 @@ export { mergeQueries }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_resource-cache.js.html b/core_base-service_resource-cache.js.html
index 289a88a27c..f2276b807b 100644
--- a/core_base-service_resource-cache.js.html
+++ b/core_base-service_resource-cache.js.html
@@ -109,7 +109,7 @@ export { getCachedResource, clearResourceCache }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html
index 089458a060..5690790832 100644
--- a/core_server_prometheus-metrics.js.html
+++ b/core_server_prometheus-metrics.js.html
@@ -127,7 +127,7 @@ export default class PrometheusMetrics {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_server_server.js.html b/core_server_server.js.html
index 7a1d140a27..0c42947cc1 100644
--- a/core_server_server.js.html
+++ b/core_server_server.js.html
@@ -634,7 +634,7 @@ export default Server
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_create-service-tester.js.html b/core_service-test-runner_create-service-tester.js.html
index adbdc629eb..52b2f48ba9 100644
--- a/core_service-test-runner_create-service-tester.js.html
+++ b/core_service-test-runner_create-service-tester.js.html
@@ -74,7 +74,7 @@ export default createServiceTester
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_icedfrisby-shields.js.html b/core_service-test-runner_icedfrisby-shields.js.html
index 495d421aab..71678db2a6 100644
--- a/core_service-test-runner_icedfrisby-shields.js.html
+++ b/core_service-test-runner_icedfrisby-shields.js.html
@@ -146,7 +146,7 @@ export default factory
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_infer-pull-request.js.html b/core_service-test-runner_infer-pull-request.js.html
index 9e3ce5da65..69ae0887d7 100644
--- a/core_service-test-runner_infer-pull-request.js.html
+++ b/core_service-test-runner_infer-pull-request.js.html
@@ -144,7 +144,7 @@ export { parseGithubPullRequestUrl, parseGithubRepoSlug, inferPullRequest }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html
index a5f4e8b5d4..3acd792715 100644
--- a/core_service-test-runner_runner.js.html
+++ b/core_service-test-runner_runner.js.html
@@ -118,7 +118,7 @@ export default Runner
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_service-tester.js.html b/core_service-test-runner_service-tester.js.html
index 39e13d0bba..4dcd90981e 100644
--- a/core_service-test-runner_service-tester.js.html
+++ b/core_service-test-runner_service-tester.js.html
@@ -184,7 +184,7 @@ export default ServiceTester
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_services-for-title.js.html b/core_service-test-runner_services-for-title.js.html
index 59a300458a..a734e737a7 100644
--- a/core_service-test-runner_services-for-title.js.html
+++ b/core_service-test-runner_services-for-title.js.html
@@ -75,7 +75,7 @@ export default servicesForTitle
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html
index 2d68dbf663..b320151a77 100644
--- a/core_token-pooling_token-pool.js.html
+++ b/core_token-pooling_token-pool.js.html
@@ -379,7 +379,7 @@ export { sanitizeToken, Token, TokenPool }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/global.html b/global.html
index 1bf47814e9..4a40f298a4 100644
--- a/global.html
+++ b/global.html
@@ -684,7 +684,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/index.html b/index.html
index 2480f85623..ddc0cf27df 100644
--- a/index.html
+++ b/index.html
@@ -223,7 +223,7 @@ under their terms and license.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker.html b/module-badge-maker.html
index ea27630df9..ba2e73d744 100644
--- a/module-badge-maker.html
+++ b/module-badge-maker.html
@@ -429,7 +429,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html
index 962da7b744..faba09d968 100644
--- a/module-badge-maker_lib_xml-ElementList.html
+++ b/module-badge-maker_lib_xml-ElementList.html
@@ -163,7 +163,7 @@ like an XmlElement but renders multiple XML tags (not wrapped in a ).
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html
index 24c90e5fef..7a87591c05 100644
--- a/module-badge-maker_lib_xml-XmlElement.html
+++ b/module-badge-maker_lib_xml-XmlElement.html
@@ -474,7 +474,7 @@ element will be rendered as a self-closing element.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html
index 2f1bde81a0..540b62c736 100644
--- a/module-badge-maker_lib_xml.html
+++ b/module-badge-maker_lib_xml.html
@@ -128,7 +128,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html
index b142868068..91866451ed 100644
--- a/module-core_base-service_base-BaseService.html
+++ b/module-core_base-service_base-BaseService.html
@@ -671,7 +671,7 @@ defined in this.route.pattern or this.route.capture
Source:
@@ -745,7 +745,7 @@ defined in this.route.pattern or this.route.capture
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-graphql-BaseGraphqlService.html b/module-core_base-service_base-graphql-BaseGraphqlService.html
index c60a0a6ad7..d456dff806 100644
--- a/module-core_base-service_base-graphql-BaseGraphqlService.html
+++ b/module-core_base-service_base-graphql-BaseGraphqlService.html
@@ -829,7 +829,7 @@ an InvalidResponse.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html
index 78725a312f..f4cdedde25 100644
--- a/module-core_base-service_base-graphql.html
+++ b/module-core_base-service_base-graphql.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-json-BaseJsonService.html b/module-core_base-service_base-json-BaseJsonService.html
index 4464a92ee2..d66565707a 100644
--- a/module-core_base-service_base-json-BaseJsonService.html
+++ b/module-core_base-service_base-json-BaseJsonService.html
@@ -674,7 +674,7 @@ This can be used to extend or override the
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html
index b3fe94165f..4ad3ad05df 100644
--- a/module-core_base-service_base-json.html
+++ b/module-core_base-service_base-json.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
index dc028fce1e..1b27a9b204 100644
--- a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
+++ b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
@@ -765,7 +765,7 @@ This can be used to extend or override the
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-svg-scraping.html b/module-core_base-service_base-svg-scraping.html
index efa4d651b0..e91d735f21 100644
--- a/module-core_base-service_base-svg-scraping.html
+++ b/module-core_base-service_base-svg-scraping.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-xml-BaseXmlService.html b/module-core_base-service_base-xml-BaseXmlService.html
index a59d234f1e..b7ead8ba11 100644
--- a/module-core_base-service_base-xml-BaseXmlService.html
+++ b/module-core_base-service_base-xml-BaseXmlService.html
@@ -557,7 +557,7 @@ This can be used to extend or override the
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html
index 7a9f666c2f..4438aa01fd 100644
--- a/module-core_base-service_base-xml.html
+++ b/module-core_base-service_base-xml.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-yaml-BaseYamlService.html b/module-core_base-service_base-yaml-BaseYamlService.html
index a2c8b046d8..3bb85877cc 100644
--- a/module-core_base-service_base-yaml-BaseYamlService.html
+++ b/module-core_base-service_base-yaml-BaseYamlService.html
@@ -554,7 +554,7 @@ This can be used to extend or override the
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html
index 0a1a2bcfca..8276ece6c4 100644
--- a/module-core_base-service_base-yaml.html
+++ b/module-core_base-service_base-yaml.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html
index c5555f413c..25a6840c62 100644
--- a/module-core_base-service_base.html
+++ b/module-core_base-service_base.html
@@ -261,7 +261,7 @@ configured credentials are present.
Source:
@@ -480,7 +480,7 @@ configured credentials are present.
Source:
@@ -673,7 +673,7 @@ configured credentials are present.
Source:
@@ -939,7 +939,7 @@ users locate relevant badges.
Source:
@@ -1172,7 +1172,7 @@ when the parameter is absent. (Note that in,
Source:
@@ -1208,7 +1208,7 @@ when the parameter is absent. (Note that in,
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html
index 30b38da58d..424610c9be 100644
--- a/module-core_base-service_errors-Deprecated.html
+++ b/module-core_base-service_errors-Deprecated.html
@@ -211,7 +211,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html
index 87d7a4c0a2..300bc64186 100644
--- a/module-core_base-service_errors-ImproperlyConfigured.html
+++ b/module-core_base-service_errors-ImproperlyConfigured.html
@@ -211,7 +211,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html
index 314cfaa912..e1397aedfe 100644
--- a/module-core_base-service_errors-Inaccessible.html
+++ b/module-core_base-service_errors-Inaccessible.html
@@ -212,7 +212,7 @@ or to wrap a 5XX response
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html
index 333fc6a3d3..10bb911aa1 100644
--- a/module-core_base-service_errors-InvalidParameter.html
+++ b/module-core_base-service_errors-InvalidParameter.html
@@ -212,7 +212,7 @@ is invalid or unexpected
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html
index 83ec7d3b37..d4f4c35bed 100644
--- a/module-core_base-service_errors-InvalidResponse.html
+++ b/module-core_base-service_errors-InvalidResponse.html
@@ -211,7 +211,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html
index be7717d61a..88b879491a 100644
--- a/module-core_base-service_errors-NotFound.html
+++ b/module-core_base-service_errors-NotFound.html
@@ -211,7 +211,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html
index 050c3b5b88..d38ed54be7 100644
--- a/module-core_base-service_errors-ShieldsRuntimeError.html
+++ b/module-core_base-service_errors-ShieldsRuntimeError.html
@@ -384,7 +384,7 @@ should override this method.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html
index 5a42f1f1c3..9d55540d8b 100644
--- a/module-core_base-service_errors.html
+++ b/module-core_base-service_errors.html
@@ -318,7 +318,7 @@ badge when we catch and render the exception (Optional)
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html
index c3a07b51ad..c17fdeaae4 100644
--- a/module-core_base-service_graphql.html
+++ b/module-core_base-service_graphql.html
@@ -296,7 +296,7 @@ but can't use that due to incorrect packaging.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_resource-cache.html b/module-core_base-service_resource-cache.html
index 1d2f6a21e9..0b193b5656 100644
--- a/module-core_base-service_resource-cache.html
+++ b/module-core_base-service_resource-cache.html
@@ -537,7 +537,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html
index 3c36936aba..519be80809 100644
--- a/module-core_server_server-Server.html
+++ b/module-core_server_server-Server.html
@@ -681,7 +681,7 @@ Start listening for requests on this.baseUrl()
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server.html b/module-core_server_server.html
index a71b7e4bac..2ad39a5673 100644
--- a/module-core_server_server.html
+++ b/module-core_server_server.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_create-service-tester.html b/module-core_service-test-runner_create-service-tester.html
index 0e1a484993..9ec413ec8c 100644
--- a/module-core_service-test-runner_create-service-tester.html
+++ b/module-core_service-test-runner_create-service-tester.html
@@ -236,7 +236,7 @@ service.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_icedfrisby-shields.html b/module-core_service-test-runner_icedfrisby-shields.html
index b534b31186..073edf9db1 100644
--- a/module-core_service-test-runner_icedfrisby-shields.html
+++ b/module-core_service-test-runner_icedfrisby-shields.html
@@ -292,7 +292,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_infer-pull-request.html b/module-core_service-test-runner_infer-pull-request.html
index 8af1e31e2b..f85e4c67fb 100644
--- a/module-core_service-test-runner_infer-pull-request.html
+++ b/module-core_service-test-runner_infer-pull-request.html
@@ -512,7 +512,7 @@ of a pull request from the environment variables.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_runner-Runner.html b/module-core_service-test-runner_runner-Runner.html
index 7b2a9864b3..71fae1a225 100644
--- a/module-core_service-test-runner_runner-Runner.html
+++ b/module-core_service-test-runner_runner-Runner.html
@@ -568,7 +568,7 @@ overridden on instances.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html
index 3103727e91..1ad432c839 100644
--- a/module-core_service-test-runner_runner.html
+++ b/module-core_service-test-runner_runner.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_service-tester-ServiceTester.html b/module-core_service-test-runner_service-tester-ServiceTester.html
index 2c20638a45..a78fb16893 100644
--- a/module-core_service-test-runner_service-tester-ServiceTester.html
+++ b/module-core_service-test-runner_service-tester-ServiceTester.html
@@ -1126,7 +1126,7 @@ the CLI, or directly on the tester.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_service-tester.html b/module-core_service-test-runner_service-tester.html
index a3439d88d2..a1e591a148 100644
--- a/module-core_service-test-runner_service-tester.html
+++ b/module-core_service-test-runner_service-tester.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_services-for-title.html b/module-core_service-test-runner_services-for-title.html
index 76e24173fc..362218b303 100644
--- a/module-core_service-test-runner_services-for-title.html
+++ b/module-core_service-test-runner_services-for-title.html
@@ -284,7 +284,7 @@ as an array of strings.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool-Token.html b/module-core_token-pooling_token-pool-Token.html
index 19a9f3c5f9..5a620b29c3 100644
--- a/module-core_token-pooling_token-pool-Token.html
+++ b/module-core_token-pooling_token-pool-Token.html
@@ -715,7 +715,7 @@ stable ordering for a valid priority queue.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool-TokenPool.html b/module-core_token-pooling_token-pool-TokenPool.html
index a5d2a91423..b278b8ed23 100644
--- a/module-core_token-pooling_token-pool-TokenPool.html
+++ b/module-core_token-pooling_token-pool-TokenPool.html
@@ -899,7 +899,7 @@ indicate it should not be reused.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html
index 9d926375ab..2b238b6215 100644
--- a/module-core_token-pooling_token-pool.html
+++ b/module-core_token-pooling_token-pool.html
@@ -291,7 +291,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_build-status.html b/module-services_build-status.html
index 9721d81be1..b84b693968 100644
--- a/module-services_build-status.html
+++ b/module-services_build-status.html
@@ -453,7 +453,7 @@ Determines the message and color of the badge according to the build status.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_color-formatters.html b/module-services_color-formatters.html
index 7bebcca1db..f8e0632fdb 100644
--- a/module-services_color-formatters.html
+++ b/module-services_color-formatters.html
@@ -1532,7 +1532,7 @@ The color defaults to red if the score does not matches with any of the grade va
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_contributor-count.html b/module-services_contributor-count.html
index bb3b30d599..3f6b5f3b39 100644
--- a/module-services_contributor-count.html
+++ b/module-services_contributor-count.html
@@ -536,7 +536,7 @@ Determines the message and color of the badge according to the contributor count
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_downloads.html b/module-services_downloads.html
index dd553fc96f..d829eda84d 100644
--- a/module-services_downloads.html
+++ b/module-services_downloads.html
@@ -546,7 +546,7 @@ this value as the prefix for versioned badges, e.g. foobar@v1.23. D
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_dynamic-common.html b/module-services_dynamic-common.html
index a1c42cdc6f..f86aecbc52 100644
--- a/module-services_dynamic-common.html
+++ b/module-services_dynamic-common.html
@@ -960,7 +960,7 @@ Sets the color of the badge to blue.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html
index 7e85a7ff02..91e01aec5f 100644
--- a/module-services_dynamic_json-path.html
+++ b/module-services_dynamic_json-path.html
@@ -423,7 +423,7 @@ This can be used to extend or override the
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_endpoint-common.html b/module-services_endpoint-common.html
index 529a57a964..aa6cf42aba 100644
--- a/module-services_endpoint-common.html
+++ b/module-services_endpoint-common.html
@@ -810,7 +810,7 @@ Optionally it prints those keys in the message to provide detailed feedback.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_licenses.html b/module-services_licenses.html
index 2ba1b599e3..dd34f81dc1 100644
--- a/module-services_licenses.html
+++ b/module-services_licenses.html
@@ -650,7 +650,7 @@ Sets the badge color to the provided value, if not provided then the color is us
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_package-json-helpers.html b/module-services_package-json-helpers.html
index 6ff4bd0849..49cd0d97c4 100644
--- a/module-services_package-json-helpers.html
+++ b/module-services_package-json-helpers.html
@@ -656,7 +656,7 @@ Checks if the object has all the dependency types and the dependency types are v
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html
index bdeb42dbc4..5f5defbac2 100644
--- a/module-services_steam_steam-base-BaseSteamAPI.html
+++ b/module-services_steam_steam-base-BaseSteamAPI.html
@@ -380,7 +380,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html
index 622b4cc1e6..7146cde535 100644
--- a/module-services_steam_steam-base.html
+++ b/module-services_steam_steam-base.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_build-status.js.html b/services_build-status.js.html
index 703f573ce1..8a55a8ddf6 100644
--- a/services_build-status.js.html
+++ b/services_build-status.js.html
@@ -140,7 +140,7 @@ export { isBuildStatus, renderBuildStatusBadge }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_color-formatters.js.html b/services_color-formatters.js.html
index 0a64ccd0f1..856cf66193 100644
--- a/services_color-formatters.js.html
+++ b/services_color-formatters.js.html
@@ -240,7 +240,7 @@ export {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_contributor-count.js.html b/services_contributor-count.js.html
index 322e01ca5c..187de15d80 100644
--- a/services_contributor-count.js.html
+++ b/services_contributor-count.js.html
@@ -85,7 +85,7 @@ export { contributorColor, renderContributorBadge }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_downloads.js.html b/services_downloads.js.html
index 99d67edacd..dc52eacbdd 100644
--- a/services_downloads.js.html
+++ b/services_downloads.js.html
@@ -101,7 +101,7 @@ export { renderDownloadsBadge }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic-common.js.html b/services_dynamic-common.js.html
index 68f5e520e7..d0bfea6e8c 100644
--- a/services_dynamic-common.js.html
+++ b/services_dynamic-common.js.html
@@ -142,7 +142,7 @@ export {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html
index 8ccb01b91a..07067dca8e 100644
--- a/services_dynamic_json-path.js.html
+++ b/services_dynamic_json-path.js.html
@@ -120,7 +120,7 @@ export default superclass =>
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_endpoint-common.js.html b/services_endpoint-common.js.html
index 8bca0c8d96..538e7a0f34 100644
--- a/services_endpoint-common.js.html
+++ b/services_endpoint-common.js.html
@@ -148,7 +148,7 @@ export { validateEndpointData, fetchEndpointData }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_licenses.js.html b/services_licenses.js.html
index 711ed0174b..1f899dc688 100644
--- a/services_licenses.js.html
+++ b/services_licenses.js.html
@@ -201,7 +201,7 @@ export { licenseToColor, renderLicenseBadge }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_package-json-helpers.js.html b/services_package-json-helpers.js.html
index 1bc4b2e469..31cdacf2d7 100644
--- a/services_package-json-helpers.js.html
+++ b/services_package-json-helpers.js.html
@@ -120,7 +120,7 @@ export { isDependencyMap, isPackageJsonWithDependencies, getDependencyVersion }
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html
index ea095fe696..c89da1040f 100644
--- a/services_packagist_packagist-base.js.html
+++ b/services_packagist_packagist-base.js.html
@@ -229,7 +229,7 @@ export {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html
index c9a062115a..134a9bc463 100644
--- a/services_steam_steam-base.js.html
+++ b/services_steam_steam-base.js.html
@@ -98,7 +98,7 @@ export default BaseSteamAPI
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/services_test-validators.js.html b/services_test-validators.js.html
index 89d353b13e..8d517a3e6b 100644
--- a/services_test-validators.js.html
+++ b/services_test-validators.js.html
@@ -259,7 +259,7 @@ export {
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html
index 43ce2dac08..13d0ff2944 100644
--- a/tutorial-TUTORIAL.html
+++ b/tutorial-TUTORIAL.html
@@ -377,7 +377,7 @@ will review your contribution.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html
index 163af60d66..c6b9d9b8ee 100644
--- a/tutorial-adding-new-config-values.html
+++ b/tutorial-adding-new-config-values.html
@@ -60,7 +60,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-authentication.html b/tutorial-authentication.html
index f1f57c6d39..1ffe3c91bd 100644
--- a/tutorial-authentication.html
+++ b/tutorial-authentication.html
@@ -48,7 +48,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html
index ef2423a098..91453f8158 100644
--- a/tutorial-badge-urls.html
+++ b/tutorial-badge-urls.html
@@ -83,7 +83,7 @@ badge is for issues, and the parameters are :user/:repo.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html
index b0d2eb4df1..da6af8b0ec 100644
--- a/tutorial-code-walkthrough.html
+++ b/tutorial-code-walkthrough.html
@@ -235,7 +235,7 @@ result over the HTTPS connection.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html
index 68440c0051..b4ced8f42f 100644
--- a/tutorial-deprecating-badges.html
+++ b/tutorial-deprecating-badges.html
@@ -142,7 +142,7 @@ t.create('no longer available (previously number of layers)')
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html
index 528588142c..c77b9e57c0 100644
--- a/tutorial-input-validation.html
+++ b/tutorial-input-validation.html
@@ -103,7 +103,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-json-format.html b/tutorial-json-format.html
index ebf337b539..1ed823451f 100644
--- a/tutorial-json-format.html
+++ b/tutorial-json-format.html
@@ -60,7 +60,7 @@ if you have any queries regarding the JSON format.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-logos.html b/tutorial-logos.html
index da3680a91d..6d4929ae0f 100644
--- a/tutorial-logos.html
+++ b/tutorial-logos.html
@@ -107,7 +107,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html
index 200bba580e..ca1aa6b9f7 100644
--- a/tutorial-performance-testing.html
+++ b/tutorial-performance-testing.html
@@ -76,7 +76,7 @@ node --prof-process --preprocess -j isolate-00000244AB6ED3B0-11920-v8.log | flam
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html
index 08677d3a29..85c252a412 100644
--- a/tutorial-production-hosting.html
+++ b/tutorial-production-hosting.html
@@ -235,7 +235,7 @@ via local-shields-io-production.yml (see
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-releases.html b/tutorial-releases.html
index 847a93f233..36909ad68f 100644
--- a/tutorial-releases.html
+++ b/tutorial-releases.html
@@ -79,7 +79,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html
index 44f5c667ec..7f055f9ece 100644
--- a/tutorial-self-hosting.html
+++ b/tutorial-self-hosting.html
@@ -168,7 +168,7 @@ Set public.requireCloudflare: true.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html
index 8fa07b9d81..83e8bf7969 100644
--- a/tutorial-server-secrets.html
+++ b/tutorial-server-secrets.html
@@ -289,7 +289,7 @@ and create an API key for the YouTube Data API v3.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html
index 67ba9e8805..b168333b71 100644
--- a/tutorial-service-tests.html
+++ b/tutorial-service-tests.html
@@ -246,7 +246,7 @@ comment there instead.
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-static-badges.html b/tutorial-static-badges.html
index 66ab738302..279b7f530a 100644
--- a/tutorial-static-badges.html
+++ b/tutorial-static-badges.html
@@ -51,7 +51,7 @@
- Documentation generated by JSDoc 4.0.0 on Fri Dec 23 2022 15:56:44 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.0 on Wed Dec 28 2022 19:55:26 GMT+0000 (Coordinated Universal Time)