Skip to content

Commit aaf13dd

Browse files
scaleway-botLaure-di
authored andcommitted
feat: update generated APIs
1 parent 1b23828 commit aaf13dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/clients/src/api/block/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import type {
3030
VolumeType,
3131
} from './types.gen'
3232

33-
export const unmarshalReference = (data: unknown): Reference => {
33+
const unmarshalReference = (data: unknown): Reference => {
3434
if (!isJSONObject(data)) {
3535
throw new TypeError(
3636
`Unmarshalling the type 'Reference' failed as data isn't a dictionary.`,

packages/clients/src/api/lb/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ export interface RouteMatch {
595595
*/
596596
sni?: string
597597
/**
598-
* Value to match in the HTTP Host request header from an incoming connection.
598+
* Value to match in the HTTP Host request header from an incoming request.
599599
* This field should be set for routes on HTTP Load Balancers.
600600
*
601601
* One-of ('matchType'): at most one of 'sni', 'hostHeader' could be set.

0 commit comments

Comments
 (0)