Skip to content

Commit a9d53ab

Browse files
Update api spec (#760)
* YOYO NEW API SPEC! * I have generated the library! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f485cc commit a9d53ab

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

kittycad/src/types.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17119,18 +17119,18 @@ pub enum SupportTier {
1711917119
#[serde(rename = "community")]
1712017120
#[display("community")]
1712117121
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,
1712617130
#[doc = "Premium support."]
1712717131
#[serde(rename = "premium")]
1712817132
#[display("premium")]
1712917133
Premium,
17130-
#[doc = "Priority support."]
17131-
#[serde(rename = "priority")]
17132-
#[display("priority")]
17133-
Priority,
1713417134
}
1713517135

1713617136
#[doc = "The surface area response."]

openapitor/tests/types/kittycad.rs.gen

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16779,18 +16779,18 @@ pub enum SupportTier {
1677916779
#[serde(rename = "community")]
1678016780
#[display("community")]
1678116781
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,
1678616790
#[doc = "Premium support."]
1678716791
#[serde(rename = "premium")]
1678816792
#[display("premium")]
1678916793
Premium,
16790-
#[doc = "Priority support."]
16791-
#[serde(rename = "priority")]
16792-
#[display("priority")]
16793-
Priority,
1679416794
}
1679516795

1679616796
#[doc = "The surface area response."]

spec.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33557,24 +33557,24 @@
3355733557
]
3355833558
},
3355933559
{
33560-
"description": "Standard support.",
33560+
"description": "Standard email support.",
3356133561
"type": "string",
3356233562
"enum": [
33563-
"standard"
33563+
"standard_email"
3356433564
]
3356533565
},
3356633566
{
33567-
"description": "Premium support.",
33567+
"description": "Priority email support.",
3356833568
"type": "string",
3356933569
"enum": [
33570-
"premium"
33570+
"priority_email"
3357133571
]
3357233572
},
3357333573
{
33574-
"description": "Priority support.",
33574+
"description": "Premium support.",
3357533575
"type": "string",
3357633576
"enum": [
33577-
"priority"
33577+
"premium"
3357833578
]
3357933579
}
3358033580
]

0 commit comments

Comments
 (0)