diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html
index 5f3fcdec70..066cda150f 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html
index 9c11cdcd5b..828f00669d 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html
index bbbc2ef149..56448e9e69 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html
index 43af10b00a..52aa959ec4 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 06d38704a5..9054d78f20 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html
index f5d9f4396a..3b6d5bd2c5 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html
index adb404540e..66d985cc48 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html
index 6d7de7aaf8..2d99e1ddac 100644
--- a/core_base-service_base.js.html
+++ b/core_base-service_base.js.html
@@ -168,6 +168,15 @@ class BaseService {
*/
static examples = []
+ /**
+ * Optional: an OpenAPI Paths Object describing this service's
+ * route or routes in OpenAPI format.
+ *
+ * @see https://swagger.io/specification/#paths-object
+ * @abstract
+ */
+ static openApi = undefined
+
static get _cacheLength() {
const cacheLengths = {
build: 30,
@@ -211,7 +220,7 @@ class BaseService {
}
static getDefinition() {
- const { category, name, isDeprecated } = this
+ const { category, name, isDeprecated, openApi } = this
const { base, format, pattern } = this.route
const queryParams = getQueryParamNames(this.route)
@@ -228,7 +237,7 @@ class BaseService {
route = undefined
}
- const result = { category, name, isDeprecated, route, examples }
+ const result = { category, name, isDeprecated, route, examples, openApi }
assertValidServiceDefinition(result, `getDefinition() for ${this.name}`)
@@ -625,7 +634,7 @@ export default BaseService
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html
index 88e5c017fe..f69079c5e8 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html
index 5dc12ae91f..a00b578548 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_base-service_resource-cache.js.html b/core_base-service_resource-cache.js.html
index 1342a5703b..2faeb1fdeb 100644
--- a/core_base-service_resource-cache.js.html
+++ b/core_base-service_resource-cache.js.html
@@ -111,7 +111,7 @@ export { getCachedResource, clearResourceCache }
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html
index 7602c8d94f..df649b7fbf 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_server_server.js.html b/core_server_server.js.html
index ae3121cee5..0a0734a1e0 100644
--- a/core_server_server.js.html
+++ b/core_server_server.js.html
@@ -636,7 +636,7 @@ export default Server
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 47da37c37f..ffe32722cb 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 6f19d56714..ea8f3c4fc7 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html
index ecce5ab759..b57ef4c542 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 4f1de3985c..8e9527b913 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 8257a5a3e4..869b38720e 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html
index 6678d10894..81fb8157b7 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/global.html b/global.html
index 32a95fb819..21e8e4db51 100644
--- a/global.html
+++ b/global.html
@@ -684,7 +684,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/index.html b/index.html
index 6dd67965dc..7bb450f3d6 100644
--- a/index.html
+++ b/index.html
@@ -220,7 +220,7 @@ under their terms and license.
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker.html b/module-badge-maker.html
index aa2947a1a6..f4c4adc790 100644
--- a/module-badge-maker.html
+++ b/module-badge-maker.html
@@ -429,7 +429,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html
index 6ed940d219..fb02cc2c65 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html
index e8389c1f76..b2b115f1de 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html
index 1b8abc1b98..2eeb71e3cd 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html
index fe13c08f23..d177a8ef73 100644
--- a/module-core_base-service_base-BaseService.html
+++ b/module-core_base-service_base-BaseService.html
@@ -285,7 +285,7 @@ from the handler nor overridden by the user via query parameters.
Source:
@@ -389,6 +389,76 @@ part of the example.
+(abstract) openApi
+
+
+
+
+
+
Optional: an OpenAPI Paths Object describing this service's
+route or routes in OpenAPI format.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Source:
+
+
+
+
+
+
+ See:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
(abstract, static) category :string
@@ -671,7 +741,7 @@ defined in this.route.pattern or this.route.capture
Source:
@@ -745,7 +815,7 @@ defined in this.route.pattern or this.route.capture
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 5426b08f9d..e153bea2cc 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html
index 54abdd1d22..f92fb5d78a 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 70606b135e..0c14a5aa02 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html
index 7f9d28cbdd..27e12aa48d 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 f27339b155..c5aa765145 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 bae70c9016..7c5d294ac7 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 cdc4173f92..52515fab46 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html
index a7950ed897..1b5bbb0df8 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 4345d2eb84..a788b28aa2 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html
index 70c7f906a0..c7f4205d73 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html
index f7d336065e..402f09e9ed 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html
index 9d1c6a28d4..3e363d13dd 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html
index 436a6845f0..d3db75cb90 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html
index 35954206e2..3126203722 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html
index 1f7332331c..cca28638de 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html
index d5594aa854..4d2df1022e 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html
index 88b4ff732d..6cff364500 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html
index c2c2bcae50..21f5f75838 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html
index 6c923d6025..89435f2f94 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html
index 836a52c7ac..ea48b92030 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_resource-cache.html b/module-core_base-service_resource-cache.html
index 35e18092ce..95c287e04a 100644
--- a/module-core_base-service_resource-cache.html
+++ b/module-core_base-service_resource-cache.html
@@ -568,7 +568,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html
index 170dec0def..a6209734fb 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server.html b/module-core_server_server.html
index a48f992bb2..1d700671db 100644
--- a/module-core_server_server.html
+++ b/module-core_server_server.html
@@ -125,7 +125,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 bd60a0789b..8c23d15117 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 94888edda3..3476fecca7 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 c587e799fa..ea26bf8c30 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html
index e392ddf5e4..6c61d57124 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 40a69063ea..3b536c45df 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 b7f4c90d52..10bf6ec4dc 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 f6fa281380..ba88ebab63 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 cea886cb52..69e659f859 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 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 faabdabe27..cfcbfca571 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html
index 0dceb59766..7ebd8d86f4 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_build-status.html b/module-services_build-status.html
index ea036ced4c..59c59535f2 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_color-formatters.html b/module-services_color-formatters.html
index ba2dbbe28b..aacb6909bc 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_contributor-count.html b/module-services_contributor-count.html
index 11f3b055b6..87d8319091 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_downloads.html b/module-services_downloads.html
index 8fe77afb82..4e68a1a33f 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_dynamic-common.html b/module-services_dynamic-common.html
index ae03e1e0fd..dba7e12a13 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html
index c9fad03817..99a5aa019d 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_endpoint-common.html b/module-services_endpoint-common.html
index 3578652aee..132aedcf49 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_licenses.html b/module-services_licenses.html
index 347bf86691..2961c83a0c 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_package-json-helpers.html b/module-services_package-json-helpers.html
index d8c379f635..8d769c2036 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_php-version.html b/module-services_php-version.html
index 10a550b080..c282d96d4d 100644
--- a/module-services_php-version.html
+++ b/module-services_php-version.html
@@ -1472,7 +1472,7 @@ Return { numbers: [1,0,something big], modifier: 2, modifierCount: 1 }
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_pipenv-helpers.html b/module-services_pipenv-helpers.html
index b01cd9a8b3..089d84d730 100644
--- a/module-services_pipenv-helpers.html
+++ b/module-services_pipenv-helpers.html
@@ -616,7 +616,7 @@ Checks if the lock file object has required properties and the properties are va
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html
index 7305d63778..92ffa515c6 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html
index d5d01cd24f..7faa4fb9a0 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_build-status.js.html b/services_build-status.js.html
index 2a64711c8a..985017246d 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_color-formatters.js.html b/services_color-formatters.js.html
index 54100d1e4f..393a3a93ea 100644
--- a/services_color-formatters.js.html
+++ b/services_color-formatters.js.html
@@ -240,7 +240,7 @@ export {
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_contributor-count.js.html b/services_contributor-count.js.html
index 35a1856a09..1b6ad52f90 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_downloads.js.html b/services_downloads.js.html
index 06a33642eb..bb220a8389 100644
--- a/services_downloads.js.html
+++ b/services_downloads.js.html
@@ -101,7 +101,7 @@ export { renderDownloadsBadge }
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic-common.js.html b/services_dynamic-common.js.html
index 1498c86338..7c50d21602 100644
--- a/services_dynamic-common.js.html
+++ b/services_dynamic-common.js.html
@@ -142,7 +142,7 @@ export {
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html
index ff2c6ea9df..aaed3c2d84 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_endpoint-common.js.html b/services_endpoint-common.js.html
index bf71ab7317..e9dc566935 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_licenses.js.html b/services_licenses.js.html
index 00c7831bcb..4a2503c104 100644
--- a/services_licenses.js.html
+++ b/services_licenses.js.html
@@ -201,7 +201,7 @@ export { licenseToColor, renderLicenseBadge }
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_package-json-helpers.js.html b/services_package-json-helpers.js.html
index c81afb0235..1577e13db7 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html
index 0fc759e86d..d6d3666c86 100644
--- a/services_packagist_packagist-base.js.html
+++ b/services_packagist_packagist-base.js.html
@@ -227,7 +227,7 @@ export {
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_php-version.js.html b/services_php-version.js.html
index 68c82dd4e0..bfbe9158d3 100644
--- a/services_php-version.js.html
+++ b/services_php-version.js.html
@@ -341,7 +341,7 @@ export {
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_pipenv-helpers.js.html b/services_pipenv-helpers.js.html
index 2ed9ec7db1..e843c8ae1c 100644
--- a/services_pipenv-helpers.js.html
+++ b/services_pipenv-helpers.js.html
@@ -128,7 +128,7 @@ export { isLockfile, getDependencyVersion }
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html
index 23a0ad7076..2448e877aa 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/services_test-validators.js.html b/services_test-validators.js.html
index 80f5b1bcbc..f8a1d2b4e5 100644
--- a/services_test-validators.js.html
+++ b/services_test-validators.js.html
@@ -259,7 +259,7 @@ export {
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html
index 4239f7d2d6..8d4b87fde3 100644
--- a/tutorial-TUTORIAL.html
+++ b/tutorial-TUTORIAL.html
@@ -377,7 +377,7 @@ will review your contribution.
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html
index 29adacb1ff..ebbe1ff970 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-authentication.html b/tutorial-authentication.html
index 3034e7afce..0835b3e9c7 100644
--- a/tutorial-authentication.html
+++ b/tutorial-authentication.html
@@ -48,7 +48,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html
index e9cd9a5739..fdaffbfade 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html
index 8c9e24b910..4929398ee9 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html
index 223303b952..9154423375 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html
index a6c60e1aaf..1010c19547 100644
--- a/tutorial-input-validation.html
+++ b/tutorial-input-validation.html
@@ -103,7 +103,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-json-format.html b/tutorial-json-format.html
index 9e4ecab06c..91f9196737 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-logos.html b/tutorial-logos.html
index 6e23f3aee9..e0c77f15c3 100644
--- a/tutorial-logos.html
+++ b/tutorial-logos.html
@@ -107,7 +107,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html
index 9ab68945a6..36391d4385 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.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html
index ce43f245dd..02af23e479 100644
--- a/tutorial-production-hosting.html
+++ b/tutorial-production-hosting.html
@@ -217,7 +217,7 @@ via local-shields-io-production.yml (see
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-releases.html b/tutorial-releases.html
index 7155d06bd7..d7c3f4f6c3 100644
--- a/tutorial-releases.html
+++ b/tutorial-releases.html
@@ -79,7 +79,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html
index 0e99ca0d96..357ea1cbc7 100644
--- a/tutorial-self-hosting.html
+++ b/tutorial-self-hosting.html
@@ -180,7 +180,7 @@ Set public.requireCloudflare: true.
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html
index ca82468cac..ee631a18b7 100644
--- a/tutorial-server-secrets.html
+++ b/tutorial-server-secrets.html
@@ -294,7 +294,7 @@ and create an API key for the YouTube Data API v3.
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html
index 6238af2f44..342d29a481 100644
--- a/tutorial-service-tests.html
+++ b/tutorial-service-tests.html
@@ -246,7 +246,7 @@ comment there instead.
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-static-badges.html b/tutorial-static-badges.html
index fb946e2653..794095cf43 100644
--- a/tutorial-static-badges.html
+++ b/tutorial-static-badges.html
@@ -51,7 +51,7 @@
- Documentation generated by JSDoc 4.0.2 on Mon Apr 10 2023 09:20:31 GMT+0000 (Coordinated Universal Time)
+ Documentation generated by JSDoc 4.0.2 on Tue Apr 11 2023 17:38:25 GMT+0000 (Coordinated Universal Time)