chore(frontend): regen api-types for snapshot exclude_dev param
This commit is contained in:
parent
1302fe63d7
commit
5408466905
1 changed files with 4 additions and 1 deletions
|
|
@ -5240,7 +5240,10 @@ export interface operations {
|
|||
};
|
||||
parcel_snapshot_pdf_api_v1_parcels__cad_num__snapshot_pdf_get: {
|
||||
parameters: {
|
||||
query?: never;
|
||||
query?: {
|
||||
/** @description Скрыть конкурентов этих застройщиков (dev_name) из блока «Конкуренты». Несколько — через запятую. Регистронезависимо. Пример: exclude_dev=Практика */
|
||||
exclude_dev?: string | null;
|
||||
};
|
||||
header?: never;
|
||||
path: {
|
||||
cad_num: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue