@zuplo/runtime 6.52.17 → 6.52.18

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.
@@ -1291,6 +1291,7 @@ declare interface BuildRouteConfiguration {
1291
1291
  */
1292
1292
  excludeFromOpenApi?: boolean;
1293
1293
  pathPattern?: string;
1294
+ pathMode?: string;
1294
1295
  /**
1295
1296
  * Build-time metadata for this route.
1296
1297
  */
@@ -32,6 +32,7 @@ declare interface BuildRouteConfiguration {
32
32
  */
33
33
  excludeFromOpenApi?: boolean;
34
34
  pathPattern?: string;
35
+ pathMode?: string;
35
36
  /**
36
37
  * Build-time metadata for this route.
37
38
  */
@@ -30,6 +30,7 @@ declare interface BuildRouteConfiguration {
30
30
  */
31
31
  excludeFromOpenApi?: boolean;
32
32
  pathPattern?: string;
33
+ pathMode?: string;
33
34
  /**
34
35
  * Build-time metadata for this route.
35
36
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.52.17",
4
+ "version": "6.52.18",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {