diff --git a/docs/alertCondition.csharp.md b/docs/alertCondition.csharp.md
index a4e744fae..cd76bbe3d 100644
--- a/docs/alertCondition.csharp.md
+++ b/docs/alertCondition.csharp.md
@@ -1098,7 +1098,7 @@ new AlertConditionConfig {
| Name
| string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| PolicyId
| double
| The ID of the policy where this condition should be used. |
| Term
| object
| term block. |
-| Type
| string
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| Type
| string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| ConditionScope
| string
| One of (application, instance). |
| Enabled
| object
| Whether the condition is enabled. |
| GcMetric
| string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1258,7 +1258,7 @@ public string Type { get; set; }
- *Type:* string
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.go.md b/docs/alertCondition.go.md
index d375889e3..4f5253c61 100644
--- a/docs/alertCondition.go.md
+++ b/docs/alertCondition.go.md
@@ -1098,7 +1098,7 @@ import "github.com/cdktf/cdktf-provider-newrelic-go/newrelic/v12/alertcondition"
| Name
| *string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| PolicyId
| *f64
| The ID of the policy where this condition should be used. |
| Term
| interface{}
| term block. |
-| Type
| *string
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| Type
| *string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| ConditionScope
| *string
| One of (application, instance). |
| Enabled
| interface{}
| Whether the condition is enabled. |
| GcMetric
| *string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1258,7 +1258,7 @@ Type *string
- *Type:* *string
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.java.md b/docs/alertCondition.java.md
index 8c799db31..89616024e 100644
--- a/docs/alertCondition.java.md
+++ b/docs/alertCondition.java.md
@@ -58,7 +58,7 @@ AlertCondition.Builder.create(Construct scope, java.lang.String id)
| name
| java.lang.String
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| java.lang.Number
| The ID of the policy where this condition should be used. |
| term
| com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm>
| term block. |
-| type
| java.lang.String
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| type
| java.lang.String
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| java.lang.String
| One of (application, instance). |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| java.lang.String
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* java.lang.String
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
@@ -1335,7 +1335,7 @@ AlertConditionConfig.builder()
| name
| java.lang.String
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| java.lang.Number
| The ID of the policy where this condition should be used. |
| term
| com.hashicorp.cdktf.IResolvable OR java.util.List<AlertConditionTerm>
| term block. |
-| type
| java.lang.String
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| type
| java.lang.String
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| java.lang.String
| One of (application, instance). |
| enabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| java.lang.String
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1495,7 +1495,7 @@ public java.lang.String getType();
- *Type:* java.lang.String
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.python.md b/docs/alertCondition.python.md
index 87df15ef0..91a4fd335 100644
--- a/docs/alertCondition.python.md
+++ b/docs/alertCondition.python.md
@@ -54,7 +54,7 @@ alertCondition.AlertCondition(
| name
| str
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policy_id
| typing.Union[int, float]
| The ID of the policy where this condition should be used. |
| term
| typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]]
| term block. |
-| type
| str
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| type
| str
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| condition_scope
| str
| One of (application, instance). |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the condition is enabled. |
| gc_metric
| str
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newre
- *Type:* str
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
@@ -1373,7 +1373,7 @@ alertCondition.AlertConditionConfig(
| name
| str
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policy_id
| typing.Union[int, float]
| The ID of the policy where this condition should be used. |
| term
| typing.Union[cdktf.IResolvable, typing.List[AlertConditionTerm]]
| term block. |
-| type
| str
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| type
| str
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| condition_scope
| str
| One of (application, instance). |
| enabled
| typing.Union[bool, cdktf.IResolvable]
| Whether the condition is enabled. |
| gc_metric
| str
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1533,7 +1533,7 @@ type: str
- *Type:* str
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/docs/alertCondition.typescript.md b/docs/alertCondition.typescript.md
index d583e05db..8422d0d53 100644
--- a/docs/alertCondition.typescript.md
+++ b/docs/alertCondition.typescript.md
@@ -1076,7 +1076,7 @@ const alertConditionConfig: alertCondition.AlertConditionConfig = { ... }
| name
| string
| The title of the condition. Must be between 1 and 128 characters, inclusive. |
| policyId
| number
| The ID of the policy where this condition should be used. |
| term
| cdktf.IResolvable \| AlertConditionTerm[]
| term block. |
-| type
| string
| The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric). |
+| type
| string
| The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric). |
| conditionScope
| string
| One of (application, instance). |
| enabled
| boolean \| cdktf.IResolvable
| Whether the condition is enabled. |
| gcMetric
| string
| A valid Garbage Collection metric e.g. GC/G1 Young Generation. This is required if you are using apm_jvm_metric with gc_cpu_time condition type. |
@@ -1236,7 +1236,7 @@ public readonly type: string;
- *Type:* string
-The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
diff --git a/src/alert-condition/index.ts b/src/alert-condition/index.ts
index ffc88e111..2302b4e00 100644
--- a/src/alert-condition/index.ts
+++ b/src/alert-condition/index.ts
@@ -68,7 +68,7 @@ export interface AlertConditionConfig extends cdktf.TerraformMetaArguments {
*/
readonly runbookUrl?: string;
/**
- * The type of condition. One of: (apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric, mobile_metric, servers_metric).
+ * The type of condition. One of: (mobile_metric, servers_metric, apm_app_metric, apm_jvm_metric, apm_kt_metric, browser_metric).
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.53.0/docs/resources/alert_condition#type AlertCondition#type}
*/
diff --git a/yarn.lock b/yarn.lock
index 49eaecfd1..11f580851 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4134,16 +4134,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4175,14 +4166,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4579,7 +4563,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4597,15 +4581,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"