swagger-client 3.32.3 → 3.32.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45234,7 +45234,7 @@ function grammar() {
|
|
|
45234
45234
|
this.rules[5].opcodes[2] = {
|
|
45235
45235
|
type: 5,
|
|
45236
45236
|
min: 0,
|
|
45237
|
-
max:
|
|
45237
|
+
max: 122
|
|
45238
45238
|
}; // TRG
|
|
45239
45239
|
this.rules[5].opcodes[3] = {
|
|
45240
45240
|
type: 6,
|
|
@@ -45443,7 +45443,7 @@ function grammar() {
|
|
|
45443
45443
|
str += "slash = \"/\"\n";
|
|
45444
45444
|
str += "path-literal = 1*pchar\n";
|
|
45445
45445
|
str += "template-expression = \"{\" template-expression-param-name \"}\"\n";
|
|
45446
|
-
str += "template-expression-param-name = 1*( %x00-
|
|
45446
|
+
str += "template-expression-param-name = 1*( %x00-7A / %x7C / %x7E-10FFFF ) ; every UTF8 character except { and } (from OpenAPI)\n";
|
|
45447
45447
|
str += "\n";
|
|
45448
45448
|
str += "; Characters definitions (from RFC 3986)\n";
|
|
45449
45449
|
str += "pchar = unreserved / pct-encoded / sub-delims / \":\" / \"@\"\n";
|