@scaleway/sdk-edge-services 2.7.0 → 2.8.0

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.
@@ -303,6 +303,12 @@ export interface RouteStage {
303
303
  * One-of ('next'): at most one of 'wafStageId', 'backendStageId' could be set.
304
304
  */
305
305
  wafStageId?: string;
306
+ /**
307
+ * ID of the backend stage HTTP requests should be forwarded to when no rules are matched.
308
+ *
309
+ * One-of ('next'): at most one of 'wafStageId', 'backendStageId' could be set.
310
+ */
311
+ backendStageId?: string;
306
312
  /**
307
313
  * Date the route stage was created.
308
314
  */
@@ -311,11 +317,6 @@ export interface RouteStage {
311
317
  * Date the route stage was last updated.
312
318
  */
313
319
  updatedAt?: Date;
314
- /**
315
- *
316
- * One-of ('next'): at most one of 'wafStageId', 'backendStageId' could be set.
317
- */
318
- backendStageId?: string;
319
320
  }
320
321
  export interface TLSStage {
321
322
  /**
@@ -415,6 +416,7 @@ export interface SetRouteRulesRequestRouteRule {
415
416
  */
416
417
  backendStageId?: string;
417
418
  /**
419
+ * ID of the WAF stage that requests matching the rule should be forwarded to.
418
420
  *
419
421
  * One-of ('next'): at most one of 'backendStageId', 'wafStageId' could be set.
420
422
  */
@@ -442,6 +444,7 @@ export interface RouteRule {
442
444
  */
443
445
  routeStageId: string;
444
446
  /**
447
+ * ID of the WAF stage that requests matching the rule should be forwarded to.
445
448
  *
446
449
  * One-of ('next'): at most one of 'backendStageId', 'wafStageId' could be set.
447
450
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-edge-services",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Scaleway SDK edge-services",
5
5
  "license": "Apache-2.0",
6
6
  "files": [