Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 394f2d16

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

catalog slice

re #9545

Zobrazit rozdíly:

frontend/src/swagger/data-contracts.ts
13 13
  /** @format uuid */
14 14
  id?: string;
15 15
  name?: string;
16

  
17
  /** @format int32 */
18
  certainty?: number;
16
  alternativeNames?: string[];
17
  writtenForms?: string[];
18
  types?: string[];
19
  countries?: string[];
20
  bibliography?: string[];
19 21

  
20 22
  /** @format double */
21 23
  longitude?: number;
22 24

  
23 25
  /** @format double */
24 26
  latitude?: number;
25
  bibliography?: string[];
26
  countries?: string[];
27
  writtenForms?: string[];
28
  alternativeNames?: string[];
29
  types?: string[];
27

  
28
  /** @format int32 */
29
  certainty?: number;
30
  description?: string;
30 31
}
31 32

  
32 33
export interface PasswordDto {
......
51 52
  title?: string;
52 53
  content?: string;
53 54
}
55

  
56
export interface PathDto {
57
  text?: string;
58
  foundCatalogItems?: CatalogItemDto[][];
59
}

Také k dispozici: Unified diff