Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 521076fe

Přidáno uživatelem Michal Schwob před asi 2 roky(ů)

Updated files generated from swagger and code refactor
re #9802

Zobrazit rozdíly:

frontend/src/swagger/data-contracts.ts
13 13
  /** @format uuid */
14 14
  id?: string;
15 15
  name?: string;
16
  alternativeNames?: string[];
16
  allNames?: string[];
17 17
  writtenForms?: string[];
18 18
  types?: string[];
19 19
  countries?: string[];
......
49 49
}
50 50

  
51 51
export interface TitlePageDto {
52
  title?: string;
53 52
  content?: string;
54 53
}
55 54

  
55
export interface SourcesDto {
56
  sources?: string;
57
}
58

  
56 59
export interface PathDto {
57 60
  text?: string;
58 61
  foundCatalogItems?: CatalogItemDto[][];
......
61 64
export interface ExternalCatalogItemDto {
62 65
  /** @format uuid */
63 66
  id?: string;
64
  externalSource?: "PLEIADES" | "GEONAMES" | "CIGS";
67
  externalSource?: "PLEIADES" | "GEONAMES" | "CIGS" | "ANE";
65 68

  
66 69
  /** @format double */
67 70
  latitude?: number;

Také k dispozici: Unified diff