Skip to content

Commit ac63465

Browse files
Update api spec (#603)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: zoo-github-actions-auth[bot] <zoo-github-actions-auth[bot]@users.noreply.github.com>
1 parent e1fb0f2 commit ac63465

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

kittycad/models/extended_user.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class ExtendedUser(KittyCadBaseModel):
3131

3232
github: Optional[str] = None
3333

34-
hubspot_contact_id: Optional[str] = None
35-
3634
id: Uuid
3735

3836
image: str

kittycad/models/user_admin_details.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class UserAdminDetails(KittyCadBaseModel):
2626

2727
cad_user_info: Optional[UserCadInfoAdminDetails] = None
2828

29-
hubspot_contact_url: Optional[str] = None
30-
3129
payment_methods: List[PaymentMethod]
3230

3331
payment_methods_summary: List[str]

spec.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30825,11 +30825,6 @@
3082530825
"description": "The user's GitHub handle.",
3082630826
"type": "string"
3082730827
},
30828-
"hubspot_contact_id": {
30829-
"nullable": true,
30830-
"description": "The user's Hubspot ID. This is mostly used for internal mapping.",
30831-
"type": "string"
30832-
},
3083330828
"id": {
3083430829
"description": "The unique identifier for the user.",
3083530830
"allOf": [
@@ -50158,11 +50153,6 @@
5015850153
}
5015950154
]
5016050155
},
50161-
"hubspot_contact_url": {
50162-
"nullable": true,
50163-
"description": "Direct or search link to the HubSpot contact record.",
50164-
"type": "string"
50165-
},
5016650156
"payment_methods": {
5016750157
"description": "Known payment methods on file.",
5016850158
"type": "array",

0 commit comments

Comments
 (0)