Skip to content

docs(test): add description to update human request's height #950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/clients/src/api/function/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {

/** Create trigger request. mnq sqs client config. */
export interface CreateTriggerRequestMnqSqsClientConfig {
/** Name of the SQS queue the trigger should listen to. */
queue: string
/** @deprecated */
mnqNamespaceId?: string
/** Name of the SQS queue the trigger should listen to. */
queue: string
/** ID of the M&Q project. You must have activated SQS on this project. */
mnqProjectId: string
/** Region in which the M&Q project is activated. */
Expand Down Expand Up @@ -465,10 +465,10 @@ export interface TriggerMnqNatsClientConfig {

/** Trigger. mnq sqs client config. */
export interface TriggerMnqSqsClientConfig {
/** Name of the SQS queue the trigger listens to. */
queue: string
/** @deprecated */
mnqNamespaceId?: string
/** Name of the SQS queue the trigger listens to. */
queue: string
/** ID of the M&Q project. */
mnqProjectId: string
/** Region in which the M&Q project is activated. */
Expand Down
1 change: 1 addition & 0 deletions packages/clients/src/api/test/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export type CreateHumanRequest = {
export type UpdateHumanRequest = {
/** UUID of the human you want to update. */
humanId: string
/** Height of the human in meters. */
height?: number
shoeSize?: number
altitudeInMeter?: number
Expand Down