File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -17119,18 +17119,18 @@ pub enum SupportTier {
17119
17119
#[serde(rename = "community")]
17120
17120
#[display("community")]
17121
17121
Community,
17122
- #[doc = "Standard support."]
17123
- #[serde(rename = "standard")]
17124
- #[display("standard")]
17125
- Standard,
17122
+ #[doc = "Standard email support."]
17123
+ #[serde(rename = "standard_email")]
17124
+ #[display("standard_email")]
17125
+ StandardEmail,
17126
+ #[doc = "Priority email support."]
17127
+ #[serde(rename = "priority_email")]
17128
+ #[display("priority_email")]
17129
+ PriorityEmail,
17126
17130
#[doc = "Premium support."]
17127
17131
#[serde(rename = "premium")]
17128
17132
#[display("premium")]
17129
17133
Premium,
17130
- #[doc = "Priority support."]
17131
- #[serde(rename = "priority")]
17132
- #[display("priority")]
17133
- Priority,
17134
17134
}
17135
17135
17136
17136
#[doc = "The surface area response."]
Original file line number Diff line number Diff line change @@ -16779,18 +16779,18 @@ pub enum SupportTier {
16779
16779
#[serde(rename = "community")]
16780
16780
#[display("community")]
16781
16781
Community,
16782
- #[doc = "Standard support."]
16783
- #[serde(rename = "standard")]
16784
- #[display("standard")]
16785
- Standard,
16782
+ #[doc = "Standard email support."]
16783
+ #[serde(rename = "standard_email")]
16784
+ #[display("standard_email")]
16785
+ StandardEmail,
16786
+ #[doc = "Priority email support."]
16787
+ #[serde(rename = "priority_email")]
16788
+ #[display("priority_email")]
16789
+ PriorityEmail,
16786
16790
#[doc = "Premium support."]
16787
16791
#[serde(rename = "premium")]
16788
16792
#[display("premium")]
16789
16793
Premium,
16790
- #[doc = "Priority support."]
16791
- #[serde(rename = "priority")]
16792
- #[display("priority")]
16793
- Priority,
16794
16794
}
16795
16795
16796
16796
#[doc = "The surface area response."]
Original file line number Diff line number Diff line change @@ -33557,24 +33557,24 @@
33557
33557
]
33558
33558
},
33559
33559
{
33560
- "description": "Standard support.",
33560
+ "description": "Standard email support.",
33561
33561
"type": "string",
33562
33562
"enum": [
33563
- "standard "
33563
+ "standard_email "
33564
33564
]
33565
33565
},
33566
33566
{
33567
- "description": "Premium support.",
33567
+ "description": "Priority email support.",
33568
33568
"type": "string",
33569
33569
"enum": [
33570
- "premium "
33570
+ "priority_email "
33571
33571
]
33572
33572
},
33573
33573
{
33574
- "description": "Priority support.",
33574
+ "description": "Premium support.",
33575
33575
"type": "string",
33576
33576
"enum": [
33577
- "priority "
33577
+ "premium "
33578
33578
]
33579
33579
}
33580
33580
]
You can’t perform that action at this time.
0 commit comments