We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dff65 commit eb12ad8Copy full SHA for eb12ad8
packages_generated/mnq/src/v1beta1/marshalling.gen.ts
@@ -79,6 +79,7 @@ export const unmarshalNatsCredentials = (data: unknown): NatsCredentials => {
79
id: data.id,
80
name: data.name,
81
natsAccountId: data.nats_account_id,
82
+ region: data.region,
83
updatedAt: unmarshalDate(data.updated_at),
84
} as NatsCredentials
85
}
packages_generated/mnq/src/v1beta1/types.gen.ts
@@ -123,6 +123,10 @@ export interface NatsCredentials {
123
* NATS account containing the credentials.
124
*/
125
natsAccountId: string
126
+ /**
127
+ * Region where the NATS account is deployed.
128
+ */
129
+ region: ScwRegion
130
/**
131
* NATS credentials creation date.
132
0 commit comments