File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {
148148
149149/** Create trigger request. mnq sqs client config. */
150150export interface CreateTriggerRequestMnqSqsClientConfig {
151- /** Name of the SQS queue the trigger should listen to. */
152- queue : string
153151 /** @deprecated */
154152 mnqNamespaceId ?: string
153+ /** Name of the SQS queue the trigger should listen to. */
154+ queue : string
155155 /** ID of the M&Q project. You must have activated SQS on this project. */
156156 mnqProjectId : string
157157 /** Region in which the M&Q project is activated. */
@@ -465,10 +465,10 @@ export interface TriggerMnqNatsClientConfig {
465465
466466/** Trigger. mnq sqs client config. */
467467export interface TriggerMnqSqsClientConfig {
468- /** Name of the SQS queue the trigger listens to. */
469- queue : string
470468 /** @deprecated */
471469 mnqNamespaceId ?: string
470+ /** Name of the SQS queue the trigger listens to. */
471+ queue : string
472472 /** ID of the M&Q project. */
473473 mnqProjectId : string
474474 /** Region in which the M&Q project is activated. */
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ export type CreateHumanRequest = {
9292export type UpdateHumanRequest = {
9393 /** UUID of the human you want to update. */
9494 humanId : string
95+ /** Height of the human in meters. */
9596 height ?: number
9697 shoeSize ?: number
9798 altitudeInMeter ?: number
You can’t perform that action at this time.
0 commit comments