@scaleway/sdk-lb 2.7.2 → 2.7.3

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.
@@ -209,7 +209,7 @@ export declare class ZonedAPI extends ParentAPI {
209
209
  deleteFrontend: (request: Readonly<ZonedApiDeleteFrontendRequest>) => Promise<void>;
210
210
  protected pageOfListRoutes: (request?: Readonly<ZonedApiListRoutesRequest>) => Promise<ListRoutesResponse>;
211
211
  /**
212
- * List all routes. List all routes for a given frontend. The response is an array of routes, each one with a specified backend to direct to if a certain condition is matched (based on the value of the SNI field or HTTP Host header).
212
+ * List all routes. List all routes for a given frontend. The response is an array of routes, each one with a specified backend to direct to if a certain condition is matched (based on the value of the SNI field or HTTP Host header).
213
213
  *
214
214
  * @param request - The request {@link ZonedApiListRoutesRequest}
215
215
  * @returns A Promise of ListRoutesResponse
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-lb",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "Scaleway SDK lb",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {