Skip to content

Commit 730d1d4

Browse files
authored
docs(secret_manager): improve secret type doc (#949)
1 parent e61742c commit 730d1d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/clients/src/api/container/v1beta1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {
170170

171171
/** Create trigger request. mnq sqs client config. */
172172
export interface CreateTriggerRequestMnqSqsClientConfig {
173-
/** Name of the SQS queue the trigger should listen to. */
174-
queue: string
175173
/** @deprecated */
176174
mnqNamespaceId?: string
175+
/** Name of the SQS queue the trigger should listen to. */
176+
queue: string
177177
/** ID of the M&Q project. You must have activated SQS on this project. */
178178
mnqProjectId: string
179179
/** Region in which the M&Q project is activated. */

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {
148148

149149
/** Create trigger request. mnq sqs client config. */
150150
export interface CreateTriggerRequestMnqSqsClientConfig {
151-
/** @deprecated */
152-
mnqNamespaceId?: string
153151
/** Name of the SQS queue the trigger should listen to. */
154152
queue: string
153+
/** @deprecated */
154+
mnqNamespaceId?: 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. */
467467
export interface TriggerMnqSqsClientConfig {
468-
/** @deprecated */
469-
mnqNamespaceId?: string
470468
/** Name of the SQS queue the trigger listens to. */
471469
queue: string
470+
/** @deprecated */
471+
mnqNamespaceId?: string
472472
/** ID of the M&Q project. */
473473
mnqProjectId: string
474474
/** Region in which the M&Q project is activated. */

0 commit comments

Comments
 (0)