Skip to content
Merged
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
6 changes: 3 additions & 3 deletions packages/clients/src/api/mnq/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const jsonContentHeaders = {
*/
export class NatsAPI extends ParentAPI {
/** Lists the available regions of the API. */
public static readonly LOCALITIES: Region[] = ['fr-par']
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams']

/**
* Create a NATS account. Create a NATS account associated with a Project.
Expand Down Expand Up @@ -290,7 +290,7 @@ export class NatsAPI extends ParentAPI {
*/
export class SnsAPI extends ParentAPI {
/** Lists the available regions of the API. */
public static readonly LOCALITIES: Region[] = ['fr-par']
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams']

/**
* Activate SNS. Activate SNS for the specified Project ID. SNS must be
Expand Down Expand Up @@ -482,7 +482,7 @@ export class SnsAPI extends ParentAPI {
*/
export class SqsAPI extends ParentAPI {
/** Lists the available regions of the API. */
public static readonly LOCALITIES: Region[] = ['fr-par']
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams']

/**
* Activate SQS. Activate SQS for the specified Project ID. SQS must be
Expand Down