File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {
170
170
171
171
/** Create trigger request. mnq sqs client config. */
172
172
export interface CreateTriggerRequestMnqSqsClientConfig {
173
- /** Name of the SQS queue the trigger should listen to. */
174
- queue : string
175
173
/** @deprecated */
176
174
mnqNamespaceId ?: string
175
+ /** Name of the SQS queue the trigger should listen to. */
176
+ queue : string
177
177
/** ID of the M&Q project. You must have activated SQS on this project. */
178
178
mnqProjectId : string
179
179
/** Region in which the M&Q project is activated. */
Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ export interface CreateTriggerRequestMnqNatsClientConfig {
148
148
149
149
/** Create trigger request. mnq sqs client config. */
150
150
export interface CreateTriggerRequestMnqSqsClientConfig {
151
- /** @deprecated */
152
- mnqNamespaceId ?: string
153
151
/** Name of the SQS queue the trigger should listen to. */
154
152
queue : string
153
+ /** @deprecated */
154
+ mnqNamespaceId ?: string
155
155
/** ID of the M&Q project. You must have activated SQS on this project. */
156
156
mnqProjectId : string
157
157
/** Region in which the M&Q project is activated. */
@@ -465,10 +465,10 @@ export interface TriggerMnqNatsClientConfig {
465
465
466
466
/** Trigger. mnq sqs client config. */
467
467
export interface TriggerMnqSqsClientConfig {
468
- /** @deprecated */
469
- mnqNamespaceId ?: string
470
468
/** Name of the SQS queue the trigger listens to. */
471
469
queue : string
470
+ /** @deprecated */
471
+ mnqNamespaceId ?: string
472
472
/** ID of the M&Q project. */
473
473
mnqProjectId : string
474
474
/** Region in which the M&Q project is activated. */
You can’t perform that action at this time.
0 commit comments