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:
committed by
GitHub
parent
6b0cc4a2b1
commit
ed50b95b1e
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,8 @@ class CrmData(BaseModel):
|
|||||||
|
|
||||||
cad_industry: Optional[str] = None
|
cad_industry: Optional[str] = None
|
||||||
|
|
||||||
cad_user_count: Optional[str] = None
|
|
||||||
|
|
||||||
cad_user_type: Optional[str] = None
|
cad_user_type: Optional[str] = None
|
||||||
|
|
||||||
|
number_of_cad_users: Optional[str] = None
|
||||||
|
|
||||||
model_config = ConfigDict(protected_namespaces=())
|
model_config = ConfigDict(protected_namespaces=())
|
||||||
|
10
spec.json
10
spec.json
@ -20374,15 +20374,15 @@
|
|||||||
"description": "The industry of the user.",
|
"description": "The industry of the user.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"cad_user_count": {
|
|
||||||
"nullable": true,
|
|
||||||
"description": "The user count of the user.",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"cad_user_type": {
|
"cad_user_type": {
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "The user type.",
|
"description": "The user type.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"number_of_cad_users": {
|
||||||
|
"nullable": true,
|
||||||
|
"description": "The user count of the user.",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user