Skip to content

Commit d0e563c

Browse files
committed
feat: update generated APIs
1 parent 750a7c0 commit d0e563c

File tree

8 files changed

+169
-169
lines changed

8 files changed

+169
-169
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/edge_services/v1beta1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ const marshalRuleHttpMatch = (
773773
: undefined,
774774
})
775775

776-
const marshalSetRouteRulesRequestRouteRule = (
776+
export const marshalSetRouteRulesRequestRouteRule = (
777777
request: SetRouteRulesRequestRouteRule,
778778
defaults: DefaultValues,
779779
): Record<string, unknown> => ({

0 commit comments

Comments
 (0)