Update api spec (#438)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2025-05-15 09:07:45 -07:00
committed by GitHub
parent 6b0cc4a2b1
commit ed50b95b1e
3 changed files with 909 additions and 909 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,8 +8,8 @@ class CrmData(BaseModel):
cad_industry: Optional[str] = None
cad_user_count: Optional[str] = None
cad_user_type: Optional[str] = None
number_of_cad_users: Optional[str] = None
model_config = ConfigDict(protected_namespaces=())

View File

@ -20374,15 +20374,15 @@
"description": "The industry of the user.",
"type": "string"
},
"cad_user_count": {
"nullable": true,
"description": "The user count of the user.",
"type": "string"
},
"cad_user_type": {
"nullable": true,
"description": "The user type.",
"type": "string"
},
"number_of_cad_users": {
"nullable": true,
"description": "The user count of the user.",
"type": "string"
}
}
},