@ayasofyazilim/saas 0.0.18 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,6 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export type UpwithCrowd_ProjectService_ProjectSectionRelations_CreateUpdateProjectSectionRelationDto = {
4
- id?: string;
5
- creationTime?: string;
6
- creatorId?: string | null;
7
- lastModificationTime?: string | null;
8
- lastModifierId?: string | null;
9
- isDeleted?: boolean;
10
- deleterId?: string | null;
11
- deletionTime?: string | null;
3
+ export type UpwithCrowd_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto = {
12
4
  projectId?: string;
13
5
  projectSectionId?: string;
14
6
  value?: string | null;
@@ -39,15 +31,16 @@ export type UpwithCrowd_ProjectService_ProjectSectionRelations_ProjectSectionRel
39
31
  order?: number;
40
32
  };
41
33
 
42
- export type UpwithCrowd_ProjectService_ProjectSections_CreateUpdateProjectSectionDto = {
34
+ export type UpwithCrowd_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto = {
43
35
  id?: string;
44
- creationTime?: string;
45
- creatorId?: string | null;
46
- lastModificationTime?: string | null;
47
- lastModifierId?: string | null;
48
- isDeleted?: boolean;
49
- deleterId?: string | null;
50
- deletionTime?: string | null;
36
+ projectId?: string;
37
+ projectSectionId?: string;
38
+ value?: string | null;
39
+ order?: number;
40
+ };
41
+
42
+ export type UpwithCrowd_ProjectService_ProjectSections_CreateProjectSectionDto = {
43
+ projectId?: string;
51
44
  name?: string | null;
52
45
  isDefault?: boolean;
53
46
  isOptional?: boolean;
@@ -65,6 +58,14 @@ export type UpwithCrowd_ProjectService_ProjectSections_ProjectSectionDto = {
65
58
  name?: string | null;
66
59
  isDefault?: boolean;
67
60
  isOptional?: boolean;
61
+ projectId?: string | null;
62
+ };
63
+
64
+ export type UpwithCrowd_ProjectService_ProjectSections_UpdateProjectSectionDto = {
65
+ id: string;
66
+ name?: string | null;
67
+ isDefault?: boolean | null;
68
+ isOptional?: boolean | null;
68
69
  };
69
70
 
70
71
  export type UpwithCrowd_ProjectService_Projects_ProjectDetailDto = {
@@ -90,6 +91,7 @@ export type UpwithCrowd_ProjectService_Projects_ProjectDetailDto = {
90
91
  projectStartDate?: string;
91
92
  projectEndDate?: string;
92
93
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
94
+ type?: 0 | 1 | 2 | 3;
93
95
  };
94
96
  projectSectionRelations?: Array<{
95
97
  projectId?: string;
@@ -103,6 +105,8 @@ export type UpwithCrowd_ProjectService_Projects_ProjectDetailDto = {
103
105
 
104
106
  export type status = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
105
107
 
108
+ export type type = 0 | 1 | 2 | 3;
109
+
106
110
  export type UpwithCrowd_ProjectService_Projects_ProjectDto = {
107
111
  id?: string;
108
112
  creationTime?: string;
@@ -125,9 +129,12 @@ export type UpwithCrowd_ProjectService_Projects_ProjectDto = {
125
129
  projectStartDate?: string;
126
130
  projectEndDate?: string;
127
131
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
132
+ type?: 0 | 1 | 2 | 3;
128
133
  };
129
134
 
130
- export type UpwithCrowd_ProjectService_Projects_ProjectStatusEnums = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
135
+ export type UpwithCrowd_ProjectService_Projects_ProjectStatusCode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
136
+
137
+ export type UpwithCrowd_ProjectService_Projects_ProjectTypeCode = 0 | 1 | 2 | 3;
131
138
 
132
139
  export type UpwithCrowd_ProjectService_ProjectsDto_CreateProjectDto = {
133
140
  projectName?: string | null;
@@ -143,6 +150,7 @@ export type UpwithCrowd_ProjectService_ProjectsDto_CreateProjectDto = {
143
150
  projectEndDate?: string;
144
151
  fundCollectionType?: string | null;
145
152
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
153
+ type?: 0 | 1 | 2 | 3;
146
154
  };
147
155
 
148
156
  export type UpwithCrowd_ProjectService_ProjectsDto_UpdateProjectDto = {
@@ -160,44 +168,10 @@ export type UpwithCrowd_ProjectService_ProjectsDto_UpdateProjectDto = {
160
168
  projectEndDate?: string;
161
169
  fundCollectionType?: string | null;
162
170
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
171
+ type?: 0 | 1 | 2 | 3;
163
172
  };
164
173
 
165
174
  export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
166
- items?: Array<{
167
- id?: string;
168
- creationTime?: string;
169
- creatorId?: string | null;
170
- lastModificationTime?: string | null;
171
- lastModifierId?: string | null;
172
- isDeleted?: boolean;
173
- deleterId?: string | null;
174
- deletionTime?: string | null;
175
- projectId?: string;
176
- projectSectionId?: string;
177
- value?: string | null;
178
- order?: number;
179
- }> | null;
180
- totalCount?: number;
181
- };
182
-
183
- export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
184
- items?: Array<{
185
- id?: string;
186
- creationTime?: string;
187
- creatorId?: string | null;
188
- lastModificationTime?: string | null;
189
- lastModifierId?: string | null;
190
- isDeleted?: boolean;
191
- deleterId?: string | null;
192
- deletionTime?: string | null;
193
- name?: string | null;
194
- isDefault?: boolean;
195
- isOptional?: boolean;
196
- }> | null;
197
- totalCount?: number;
198
- };
199
-
200
- export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
201
175
  items?: Array<{
202
176
  id?: string;
203
177
  creationTime?: string;
@@ -220,6 +194,7 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
220
194
  projectStartDate?: string;
221
195
  projectEndDate?: string;
222
196
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
197
+ type?: 0 | 1 | 2 | 3;
223
198
  }> | null;
224
199
  totalCount?: number;
225
200
  };
@@ -250,7 +225,6 @@ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigu
250
225
  uiCultureName?: string | null;
251
226
  displayName?: string | null;
252
227
  readonly twoLetterISOLanguageName?: string | null;
253
- flagIcon?: string | null;
254
228
  }> | null;
255
229
  currentCulture?: {
256
230
  displayName?: string | null;
@@ -311,6 +285,7 @@ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigu
311
285
  phoneNumber?: string | null;
312
286
  phoneNumberVerified?: boolean;
313
287
  roles?: Array<(string)> | null;
288
+ sessionId?: string | null;
314
289
  };
315
290
  features?: {
316
291
  values?: {
@@ -449,7 +424,6 @@ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocaliz
449
424
  uiCultureName?: string | null;
450
425
  displayName?: string | null;
451
426
  readonly twoLetterISOLanguageName?: string | null;
452
- flagIcon?: string | null;
453
427
  }> | null;
454
428
  currentCulture?: {
455
429
  displayName?: string | null;
@@ -494,6 +468,25 @@ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocaliz
494
468
  baseResources?: Array<(string)> | null;
495
469
  };
496
470
  } | null;
471
+ currentCulture?: {
472
+ displayName?: string | null;
473
+ englishName?: string | null;
474
+ threeLetterIsoLanguageName?: string | null;
475
+ twoLetterIsoLanguageName?: string | null;
476
+ isRightToLeft?: boolean;
477
+ cultureName?: string | null;
478
+ name?: string | null;
479
+ nativeName?: string | null;
480
+ dateTimeFormat?: {
481
+ calendarAlgorithmType?: string | null;
482
+ dateTimeFormatLong?: string | null;
483
+ shortDatePattern?: string | null;
484
+ fullDateTimePattern?: string | null;
485
+ dateSeparator?: string | null;
486
+ shortTimePattern?: string | null;
487
+ longTimePattern?: string | null;
488
+ };
489
+ };
497
490
  };
498
491
 
499
492
  export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
@@ -549,6 +542,7 @@ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
549
542
  phoneNumber?: string | null;
550
543
  phoneNumberVerified?: boolean;
551
544
  roles?: Array<(string)> | null;
545
+ sessionId?: string | null;
552
546
  };
553
547
 
554
548
  export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
@@ -1317,7 +1311,6 @@ export type Volo_Abp_Localization_LanguageInfo = {
1317
1311
  uiCultureName?: string | null;
1318
1312
  displayName?: string | null;
1319
1313
  readonly twoLetterISOLanguageName?: string | null;
1320
- flagIcon?: string | null;
1321
1314
  };
1322
1315
 
1323
1316
  export type Volo_Abp_NameValue = {
@@ -1447,7 +1440,6 @@ export type GetApiAbpApplicationConfigurationResponse = {
1447
1440
  uiCultureName?: string | null;
1448
1441
  displayName?: string | null;
1449
1442
  readonly twoLetterISOLanguageName?: string | null;
1450
- flagIcon?: string | null;
1451
1443
  }> | null;
1452
1444
  currentCulture?: {
1453
1445
  displayName?: string | null;
@@ -1508,6 +1500,7 @@ export type GetApiAbpApplicationConfigurationResponse = {
1508
1500
  phoneNumber?: string | null;
1509
1501
  phoneNumberVerified?: boolean;
1510
1502
  roles?: Array<(string)> | null;
1503
+ sessionId?: string | null;
1511
1504
  };
1512
1505
  features?: {
1513
1506
  values?: {
@@ -1631,6 +1624,25 @@ export type GetApiAbpApplicationLocalizationResponse = {
1631
1624
  baseResources?: Array<(string)> | null;
1632
1625
  };
1633
1626
  } | null;
1627
+ currentCulture?: {
1628
+ displayName?: string | null;
1629
+ englishName?: string | null;
1630
+ threeLetterIsoLanguageName?: string | null;
1631
+ twoLetterIsoLanguageName?: string | null;
1632
+ isRightToLeft?: boolean;
1633
+ cultureName?: string | null;
1634
+ name?: string | null;
1635
+ nativeName?: string | null;
1636
+ dateTimeFormat?: {
1637
+ calendarAlgorithmType?: string | null;
1638
+ dateTimeFormatLong?: string | null;
1639
+ shortDatePattern?: string | null;
1640
+ fullDateTimePattern?: string | null;
1641
+ dateSeparator?: string | null;
1642
+ shortTimePattern?: string | null;
1643
+ longTimePattern?: string | null;
1644
+ };
1645
+ };
1634
1646
  };
1635
1647
 
1636
1648
  export type PostApiProjectServiceProjectsData = {
@@ -1648,6 +1660,7 @@ export type PostApiProjectServiceProjectsData = {
1648
1660
  projectEndDate?: string;
1649
1661
  fundCollectionType?: string | null;
1650
1662
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1663
+ type?: 0 | 1 | 2 | 3;
1651
1664
  };
1652
1665
  };
1653
1666
 
@@ -1673,12 +1686,15 @@ export type PostApiProjectServiceProjectsResponse = {
1673
1686
  projectStartDate?: string;
1674
1687
  projectEndDate?: string;
1675
1688
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1689
+ type?: 0 | 1 | 2 | 3;
1676
1690
  };
1677
1691
 
1678
1692
  export type GetApiProjectServiceProjectsData = {
1679
1693
  maxResultCount?: number;
1680
1694
  skipCount?: number;
1681
1695
  sorting?: string;
1696
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1697
+ type?: 0 | 1 | 2 | 3;
1682
1698
  };
1683
1699
 
1684
1700
  export type GetApiProjectServiceProjectsResponse = {
@@ -1704,6 +1720,7 @@ export type GetApiProjectServiceProjectsResponse = {
1704
1720
  projectStartDate?: string;
1705
1721
  projectEndDate?: string;
1706
1722
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1723
+ type?: 0 | 1 | 2 | 3;
1707
1724
  }> | null;
1708
1725
  totalCount?: number;
1709
1726
  };
@@ -1740,6 +1757,7 @@ export type GetApiProjectServiceProjectsByIdResponse = {
1740
1757
  projectStartDate?: string;
1741
1758
  projectEndDate?: string;
1742
1759
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1760
+ type?: 0 | 1 | 2 | 3;
1743
1761
  };
1744
1762
 
1745
1763
  export type PutApiProjectServiceProjectsByIdData = {
@@ -1759,6 +1777,7 @@ export type PutApiProjectServiceProjectsByIdData = {
1759
1777
  projectEndDate?: string;
1760
1778
  fundCollectionType?: string | null;
1761
1779
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1780
+ type?: 0 | 1 | 2 | 3;
1762
1781
  };
1763
1782
  };
1764
1783
 
@@ -1784,6 +1803,7 @@ export type PutApiProjectServiceProjectsByIdResponse = {
1784
1803
  projectStartDate?: string;
1785
1804
  projectEndDate?: string;
1786
1805
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1806
+ type?: 0 | 1 | 2 | 3;
1787
1807
  };
1788
1808
 
1789
1809
  export type GetApiProjectServiceProjectsDetailByIdData = {
@@ -1813,6 +1833,7 @@ export type GetApiProjectServiceProjectsDetailByIdResponse = {
1813
1833
  projectStartDate?: string;
1814
1834
  projectEndDate?: string;
1815
1835
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1836
+ type?: 0 | 1 | 2 | 3;
1816
1837
  };
1817
1838
  projectSectionRelations?: Array<{
1818
1839
  projectId?: string;
@@ -1824,12 +1845,26 @@ export type GetApiProjectServiceProjectsDetailByIdResponse = {
1824
1845
  }> | null;
1825
1846
  };
1826
1847
 
1827
- export type PutApiProjectServiceProjectsStatusData = {
1828
- projectId?: string;
1829
- status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1848
+ export type GetApiProjectServiceProjectsSectionListByProjectIdData = {
1849
+ projectId: string;
1830
1850
  };
1831
1851
 
1832
- export type PutApiProjectServiceProjectsStatusResponse = {
1852
+ export type GetApiProjectServiceProjectsSectionListByProjectIdResponse = Array<{
1853
+ id?: string;
1854
+ creationTime?: string;
1855
+ creatorId?: string | null;
1856
+ lastModificationTime?: string | null;
1857
+ lastModifierId?: string | null;
1858
+ isDeleted?: boolean;
1859
+ deleterId?: string | null;
1860
+ deletionTime?: string | null;
1861
+ name?: string | null;
1862
+ isDefault?: boolean;
1863
+ isOptional?: boolean;
1864
+ projectId?: string | null;
1865
+ }>;
1866
+
1867
+ export type GetApiProjectServiceProjectsMyProjectsResponse = Array<{
1833
1868
  id?: string;
1834
1869
  creationTime?: string;
1835
1870
  creatorId?: string | null;
@@ -1851,25 +1886,19 @@ export type PutApiProjectServiceProjectsStatusResponse = {
1851
1886
  projectStartDate?: string;
1852
1887
  projectEndDate?: string;
1853
1888
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1854
- };
1889
+ type?: 0 | 1 | 2 | 3;
1890
+ }>;
1855
1891
 
1856
- export type PostApiProjectServiceProjectSectionData = {
1892
+ export type PostApiProjectServiceProjectsSectionData = {
1857
1893
  requestBody?: {
1858
- id?: string;
1859
- creationTime?: string;
1860
- creatorId?: string | null;
1861
- lastModificationTime?: string | null;
1862
- lastModifierId?: string | null;
1863
- isDeleted?: boolean;
1864
- deleterId?: string | null;
1865
- deletionTime?: string | null;
1894
+ projectId?: string;
1866
1895
  name?: string | null;
1867
1896
  isDefault?: boolean;
1868
1897
  isOptional?: boolean;
1869
1898
  };
1870
1899
  };
1871
1900
 
1872
- export type PostApiProjectServiceProjectSectionResponse = {
1901
+ export type PostApiProjectServiceProjectsSectionResponse = {
1873
1902
  id?: string;
1874
1903
  creationTime?: string;
1875
1904
  creatorId?: string | null;
@@ -1881,55 +1910,19 @@ export type PostApiProjectServiceProjectSectionResponse = {
1881
1910
  name?: string | null;
1882
1911
  isDefault?: boolean;
1883
1912
  isOptional?: boolean;
1913
+ projectId?: string | null;
1884
1914
  };
1885
1915
 
1886
- export type DeleteApiProjectServiceProjectSectionData = {
1887
- id?: string;
1888
- };
1889
-
1890
- export type DeleteApiProjectServiceProjectSectionResponse = unknown;
1891
-
1892
- export type GetApiProjectServiceProjectSectionData = {
1893
- maxResultCount?: number;
1894
- skipCount?: number;
1895
- sorting?: string;
1896
- };
1897
-
1898
- export type GetApiProjectServiceProjectSectionResponse = {
1899
- items?: Array<{
1900
- id?: string;
1901
- creationTime?: string;
1902
- creatorId?: string | null;
1903
- lastModificationTime?: string | null;
1904
- lastModifierId?: string | null;
1905
- isDeleted?: boolean;
1906
- deleterId?: string | null;
1907
- deletionTime?: string | null;
1908
- name?: string | null;
1909
- isDefault?: boolean;
1910
- isOptional?: boolean;
1911
- }> | null;
1912
- totalCount?: number;
1913
- };
1914
-
1915
- export type PutApiProjectServiceProjectSectionData = {
1916
- id?: string;
1916
+ export type PostApiProjectServiceProjectsSectionRelationData = {
1917
1917
  requestBody?: {
1918
- id?: string;
1919
- creationTime?: string;
1920
- creatorId?: string | null;
1921
- lastModificationTime?: string | null;
1922
- lastModifierId?: string | null;
1923
- isDeleted?: boolean;
1924
- deleterId?: string | null;
1925
- deletionTime?: string | null;
1926
- name?: string | null;
1927
- isDefault?: boolean;
1928
- isOptional?: boolean;
1918
+ projectId?: string;
1919
+ projectSectionId?: string;
1920
+ value?: string | null;
1921
+ order?: number;
1929
1922
  };
1930
1923
  };
1931
1924
 
1932
- export type PutApiProjectServiceProjectSectionResponse = {
1925
+ export type PostApiProjectServiceProjectsSectionRelationResponse = {
1933
1926
  id?: string;
1934
1927
  creationTime?: string;
1935
1928
  creatorId?: string | null;
@@ -1938,16 +1931,23 @@ export type PutApiProjectServiceProjectSectionResponse = {
1938
1931
  isDeleted?: boolean;
1939
1932
  deleterId?: string | null;
1940
1933
  deletionTime?: string | null;
1941
- name?: string | null;
1942
- isDefault?: boolean;
1943
- isOptional?: boolean;
1934
+ projectId?: string;
1935
+ projectSectionId?: string;
1936
+ value?: string | null;
1937
+ order?: number;
1944
1938
  };
1945
1939
 
1946
- export type GetApiProjectServiceProjectSectionByIdData = {
1940
+ export type PutApiProjectServiceProjectsSectionByIdData = {
1947
1941
  id: string;
1942
+ requestBody?: {
1943
+ id: string;
1944
+ name?: string | null;
1945
+ isDefault?: boolean | null;
1946
+ isOptional?: boolean | null;
1947
+ };
1948
1948
  };
1949
1949
 
1950
- export type GetApiProjectServiceProjectSectionByIdResponse = {
1950
+ export type PutApiProjectServiceProjectsSectionByIdResponse = {
1951
1951
  id?: string;
1952
1952
  creationTime?: string;
1953
1953
  creatorId?: string | null;
@@ -1959,18 +1959,13 @@ export type GetApiProjectServiceProjectSectionByIdResponse = {
1959
1959
  name?: string | null;
1960
1960
  isDefault?: boolean;
1961
1961
  isOptional?: boolean;
1962
+ projectId?: string | null;
1962
1963
  };
1963
1964
 
1964
- export type PostApiProjectServiceProjectSectionRelationData = {
1965
+ export type PutApiProjectServiceProjectsSectionRelationByIdData = {
1966
+ id: string;
1965
1967
  requestBody?: {
1966
1968
  id?: string;
1967
- creationTime?: string;
1968
- creatorId?: string | null;
1969
- lastModificationTime?: string | null;
1970
- lastModifierId?: string | null;
1971
- isDeleted?: boolean;
1972
- deleterId?: string | null;
1973
- deletionTime?: string | null;
1974
1969
  projectId?: string;
1975
1970
  projectSectionId?: string;
1976
1971
  value?: string | null;
@@ -1978,7 +1973,7 @@ export type PostApiProjectServiceProjectSectionRelationData = {
1978
1973
  };
1979
1974
  };
1980
1975
 
1981
- export type PostApiProjectServiceProjectSectionRelationResponse = {
1976
+ export type PutApiProjectServiceProjectsSectionRelationByIdResponse = {
1982
1977
  id?: string;
1983
1978
  creationTime?: string;
1984
1979
  creatorId?: string | null;
@@ -1993,19 +1988,45 @@ export type PostApiProjectServiceProjectSectionRelationResponse = {
1993
1988
  order?: number;
1994
1989
  };
1995
1990
 
1996
- export type DeleteApiProjectServiceProjectSectionRelationData = {
1997
- id?: string;
1991
+ export type PutApiProjectServiceProjectsStatusByProjectIdData = {
1992
+ projectId: string;
1993
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1998
1994
  };
1999
1995
 
2000
- export type DeleteApiProjectServiceProjectSectionRelationResponse = unknown;
1996
+ export type PutApiProjectServiceProjectsStatusByProjectIdResponse = {
1997
+ id?: string;
1998
+ creationTime?: string;
1999
+ creatorId?: string | null;
2000
+ lastModificationTime?: string | null;
2001
+ lastModifierId?: string | null;
2002
+ isDeleted?: boolean;
2003
+ deleterId?: string | null;
2004
+ deletionTime?: string | null;
2005
+ projectName?: string | null;
2006
+ projectDefinition?: string | null;
2007
+ cashValue?: number;
2008
+ fundCollectionType?: string | null;
2009
+ additionalFundRate?: string | null;
2010
+ qualifiedFundRate?: string | null;
2011
+ fundNominalAmount?: number;
2012
+ fundableAmount?: number;
2013
+ overFunding?: string;
2014
+ privilege?: string | null;
2015
+ projectStartDate?: string;
2016
+ projectEndDate?: string;
2017
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2018
+ type?: 0 | 1 | 2 | 3;
2019
+ };
2001
2020
 
2002
- export type GetApiProjectServiceProjectSectionRelationData = {
2021
+ export type GetApiProjectServicePublicProjectsData = {
2003
2022
  maxResultCount?: number;
2004
2023
  skipCount?: number;
2005
2024
  sorting?: string;
2025
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2026
+ type?: 0 | 1 | 2 | 3;
2006
2027
  };
2007
2028
 
2008
- export type GetApiProjectServiceProjectSectionRelationResponse = {
2029
+ export type GetApiProjectServicePublicProjectsResponse = {
2009
2030
  items?: Array<{
2010
2031
  id?: string;
2011
2032
  creationTime?: string;
@@ -2015,85 +2036,24 @@ export type GetApiProjectServiceProjectSectionRelationResponse = {
2015
2036
  isDeleted?: boolean;
2016
2037
  deleterId?: string | null;
2017
2038
  deletionTime?: string | null;
2018
- projectId?: string;
2019
- projectSectionId?: string;
2020
- value?: string | null;
2021
- order?: number;
2039
+ projectName?: string | null;
2040
+ projectDefinition?: string | null;
2041
+ cashValue?: number;
2042
+ fundCollectionType?: string | null;
2043
+ additionalFundRate?: string | null;
2044
+ qualifiedFundRate?: string | null;
2045
+ fundNominalAmount?: number;
2046
+ fundableAmount?: number;
2047
+ overFunding?: string;
2048
+ privilege?: string | null;
2049
+ projectStartDate?: string;
2050
+ projectEndDate?: string;
2051
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2052
+ type?: 0 | 1 | 2 | 3;
2022
2053
  }> | null;
2023
2054
  totalCount?: number;
2024
2055
  };
2025
2056
 
2026
- export type GetApiProjectServiceProjectSectionRelationByIdData = {
2027
- id: string;
2028
- };
2029
-
2030
- export type GetApiProjectServiceProjectSectionRelationByIdResponse = {
2031
- id?: string;
2032
- creationTime?: string;
2033
- creatorId?: string | null;
2034
- lastModificationTime?: string | null;
2035
- lastModifierId?: string | null;
2036
- isDeleted?: boolean;
2037
- deleterId?: string | null;
2038
- deletionTime?: string | null;
2039
- projectId?: string;
2040
- projectSectionId?: string;
2041
- value?: string | null;
2042
- order?: number;
2043
- };
2044
-
2045
- export type PutApiProjectServiceProjectSectionRelationByIdData = {
2046
- id: string;
2047
- requestBody?: {
2048
- id?: string;
2049
- creationTime?: string;
2050
- creatorId?: string | null;
2051
- lastModificationTime?: string | null;
2052
- lastModifierId?: string | null;
2053
- isDeleted?: boolean;
2054
- deleterId?: string | null;
2055
- deletionTime?: string | null;
2056
- projectId?: string;
2057
- projectSectionId?: string;
2058
- value?: string | null;
2059
- order?: number;
2060
- };
2061
- };
2062
-
2063
- export type PutApiProjectServiceProjectSectionRelationByIdResponse = {
2064
- id?: string;
2065
- creationTime?: string;
2066
- creatorId?: string | null;
2067
- lastModificationTime?: string | null;
2068
- lastModifierId?: string | null;
2069
- isDeleted?: boolean;
2070
- deleterId?: string | null;
2071
- deletionTime?: string | null;
2072
- projectId?: string;
2073
- projectSectionId?: string;
2074
- value?: string | null;
2075
- order?: number;
2076
- };
2077
-
2078
- export type GetApiProjectServiceProjectSectionRelationGetListByProjectIdByProjectIdData = {
2079
- projectId: string;
2080
- };
2081
-
2082
- export type GetApiProjectServiceProjectSectionRelationGetListByProjectIdByProjectIdResponse = Array<{
2083
- projectId?: string;
2084
- sectionId?: string;
2085
- sectionRelationId?: string;
2086
- sectionName?: string | null;
2087
- sectionRelationValue?: string | null;
2088
- order?: number;
2089
- }>;
2090
-
2091
- export type PostApiProjectServiceProjectSectionRelationReorderData = {
2092
- requestBody?: Array<(string)>;
2093
- };
2094
-
2095
- export type PostApiProjectServiceProjectSectionRelationReorderResponse = Array<(string)>;
2096
-
2097
2057
  export type $OpenApiTs = {
2098
2058
  '/api/abp/api-definition': {
2099
2059
  get: {
@@ -2327,7 +2287,6 @@ export type $OpenApiTs = {
2327
2287
  uiCultureName?: string | null;
2328
2288
  displayName?: string | null;
2329
2289
  readonly twoLetterISOLanguageName?: string | null;
2330
- flagIcon?: string | null;
2331
2290
  }> | null;
2332
2291
  currentCulture?: {
2333
2292
  displayName?: string | null;
@@ -2388,6 +2347,7 @@ export type $OpenApiTs = {
2388
2347
  phoneNumber?: string | null;
2389
2348
  phoneNumberVerified?: boolean;
2390
2349
  roles?: Array<(string)> | null;
2350
+ sessionId?: string | null;
2391
2351
  };
2392
2352
  features?: {
2393
2353
  values?: {
@@ -2617,6 +2577,25 @@ export type $OpenApiTs = {
2617
2577
  baseResources?: Array<(string)> | null;
2618
2578
  };
2619
2579
  } | null;
2580
+ currentCulture?: {
2581
+ displayName?: string | null;
2582
+ englishName?: string | null;
2583
+ threeLetterIsoLanguageName?: string | null;
2584
+ twoLetterIsoLanguageName?: string | null;
2585
+ isRightToLeft?: boolean;
2586
+ cultureName?: string | null;
2587
+ name?: string | null;
2588
+ nativeName?: string | null;
2589
+ dateTimeFormat?: {
2590
+ calendarAlgorithmType?: string | null;
2591
+ dateTimeFormatLong?: string | null;
2592
+ shortDatePattern?: string | null;
2593
+ fullDateTimePattern?: string | null;
2594
+ dateSeparator?: string | null;
2595
+ shortTimePattern?: string | null;
2596
+ longTimePattern?: string | null;
2597
+ };
2598
+ };
2620
2599
  };
2621
2600
  /**
2622
2601
  * Bad Request
@@ -2752,6 +2731,7 @@ export type $OpenApiTs = {
2752
2731
  projectStartDate?: string;
2753
2732
  projectEndDate?: string;
2754
2733
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2734
+ type?: 0 | 1 | 2 | 3;
2755
2735
  };
2756
2736
  /**
2757
2737
  * Bad Request
@@ -2886,6 +2866,7 @@ export type $OpenApiTs = {
2886
2866
  projectStartDate?: string;
2887
2867
  projectEndDate?: string;
2888
2868
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2869
+ type?: 0 | 1 | 2 | 3;
2889
2870
  }> | null;
2890
2871
  totalCount?: number;
2891
2872
  };
@@ -3134,6 +3115,7 @@ export type $OpenApiTs = {
3134
3115
  projectStartDate?: string;
3135
3116
  projectEndDate?: string;
3136
3117
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
3118
+ type?: 0 | 1 | 2 | 3;
3137
3119
  };
3138
3120
  /**
3139
3121
  * Bad Request
@@ -3267,6 +3249,7 @@ export type $OpenApiTs = {
3267
3249
  projectStartDate?: string;
3268
3250
  projectEndDate?: string;
3269
3251
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
3252
+ type?: 0 | 1 | 2 | 3;
3270
3253
  };
3271
3254
  /**
3272
3255
  * Bad Request
@@ -3403,6 +3386,7 @@ export type $OpenApiTs = {
3403
3386
  projectStartDate?: string;
3404
3387
  projectEndDate?: string;
3405
3388
  status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
3389
+ type?: 0 | 1 | 2 | 3;
3406
3390
  };
3407
3391
  projectSectionRelations?: Array<{
3408
3392
  projectId?: string;
@@ -3518,14 +3502,14 @@ export type $OpenApiTs = {
3518
3502
  };
3519
3503
  };
3520
3504
  };
3521
- '/api/project-service/projects/status': {
3522
- put: {
3523
- req: PutApiProjectServiceProjectsStatusData;
3505
+ '/api/project-service/projects/section-list/{projectId}': {
3506
+ get: {
3507
+ req: GetApiProjectServiceProjectsSectionListByProjectIdData;
3524
3508
  res: {
3525
3509
  /**
3526
3510
  * Success
3527
3511
  */
3528
- 200: {
3512
+ 200: Array<{
3529
3513
  id?: string;
3530
3514
  creationTime?: string;
3531
3515
  creatorId?: string | null;
@@ -3534,20 +3518,11 @@ export type $OpenApiTs = {
3534
3518
  isDeleted?: boolean;
3535
3519
  deleterId?: string | null;
3536
3520
  deletionTime?: string | null;
3537
- projectName?: string | null;
3538
- projectDefinition?: string | null;
3539
- cashValue?: number;
3540
- fundCollectionType?: string | null;
3541
- additionalFundRate?: string | null;
3542
- qualifiedFundRate?: string | null;
3543
- fundNominalAmount?: number;
3544
- fundableAmount?: number;
3545
- overFunding?: string;
3546
- privilege?: string | null;
3547
- projectStartDate?: string;
3548
- projectEndDate?: string;
3549
- status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
3550
- };
3521
+ name?: string | null;
3522
+ isDefault?: boolean;
3523
+ isOptional?: boolean;
3524
+ projectId?: string | null;
3525
+ }>;
3551
3526
  /**
3552
3527
  * Bad Request
3553
3528
  */
@@ -3653,14 +3628,13 @@ export type $OpenApiTs = {
3653
3628
  };
3654
3629
  };
3655
3630
  };
3656
- '/api/project-service/projectSection': {
3657
- post: {
3658
- req: PostApiProjectServiceProjectSectionData;
3631
+ '/api/project-service/projects/my-projects': {
3632
+ get: {
3659
3633
  res: {
3660
3634
  /**
3661
3635
  * Success
3662
3636
  */
3663
- 200: {
3637
+ 200: Array<{
3664
3638
  id?: string;
3665
3639
  creationTime?: string;
3666
3640
  creatorId?: string | null;
@@ -3669,10 +3643,21 @@ export type $OpenApiTs = {
3669
3643
  isDeleted?: boolean;
3670
3644
  deleterId?: string | null;
3671
3645
  deletionTime?: string | null;
3672
- name?: string | null;
3673
- isDefault?: boolean;
3674
- isOptional?: boolean;
3675
- };
3646
+ projectName?: string | null;
3647
+ projectDefinition?: string | null;
3648
+ cashValue?: number;
3649
+ fundCollectionType?: string | null;
3650
+ additionalFundRate?: string | null;
3651
+ qualifiedFundRate?: string | null;
3652
+ fundNominalAmount?: number;
3653
+ fundableAmount?: number;
3654
+ overFunding?: string;
3655
+ privilege?: string | null;
3656
+ projectStartDate?: string;
3657
+ projectEndDate?: string;
3658
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
3659
+ type?: 0 | 1 | 2 | 3;
3660
+ }>;
3676
3661
  /**
3677
3662
  * Bad Request
3678
3663
  */
@@ -3777,13 +3762,28 @@ export type $OpenApiTs = {
3777
3762
  };
3778
3763
  };
3779
3764
  };
3780
- delete: {
3781
- req: DeleteApiProjectServiceProjectSectionData;
3765
+ };
3766
+ '/api/project-service/projects/section': {
3767
+ post: {
3768
+ req: PostApiProjectServiceProjectsSectionData;
3782
3769
  res: {
3783
3770
  /**
3784
3771
  * Success
3785
3772
  */
3786
- 200: unknown;
3773
+ 200: {
3774
+ id?: string;
3775
+ creationTime?: string;
3776
+ creatorId?: string | null;
3777
+ lastModificationTime?: string | null;
3778
+ lastModifierId?: string | null;
3779
+ isDeleted?: boolean;
3780
+ deleterId?: string | null;
3781
+ deletionTime?: string | null;
3782
+ name?: string | null;
3783
+ isDefault?: boolean;
3784
+ isOptional?: boolean;
3785
+ projectId?: string | null;
3786
+ };
3787
3787
  /**
3788
3788
  * Bad Request
3789
3789
  */
@@ -3888,27 +3888,27 @@ export type $OpenApiTs = {
3888
3888
  };
3889
3889
  };
3890
3890
  };
3891
- get: {
3892
- req: GetApiProjectServiceProjectSectionData;
3891
+ };
3892
+ '/api/project-service/projects/section-relation': {
3893
+ post: {
3894
+ req: PostApiProjectServiceProjectsSectionRelationData;
3893
3895
  res: {
3894
3896
  /**
3895
3897
  * Success
3896
3898
  */
3897
3899
  200: {
3898
- items?: Array<{
3899
- id?: string;
3900
- creationTime?: string;
3901
- creatorId?: string | null;
3902
- lastModificationTime?: string | null;
3903
- lastModifierId?: string | null;
3904
- isDeleted?: boolean;
3905
- deleterId?: string | null;
3906
- deletionTime?: string | null;
3907
- name?: string | null;
3908
- isDefault?: boolean;
3909
- isOptional?: boolean;
3910
- }> | null;
3911
- totalCount?: number;
3900
+ id?: string;
3901
+ creationTime?: string;
3902
+ creatorId?: string | null;
3903
+ lastModificationTime?: string | null;
3904
+ lastModifierId?: string | null;
3905
+ isDeleted?: boolean;
3906
+ deleterId?: string | null;
3907
+ deletionTime?: string | null;
3908
+ projectId?: string;
3909
+ projectSectionId?: string;
3910
+ value?: string | null;
3911
+ order?: number;
3912
3912
  };
3913
3913
  /**
3914
3914
  * Bad Request
@@ -4014,8 +4014,10 @@ export type $OpenApiTs = {
4014
4014
  };
4015
4015
  };
4016
4016
  };
4017
+ };
4018
+ '/api/project-service/projects/section/{id}': {
4017
4019
  put: {
4018
- req: PutApiProjectServiceProjectSectionData;
4020
+ req: PutApiProjectServiceProjectsSectionByIdData;
4019
4021
  res: {
4020
4022
  /**
4021
4023
  * Success
@@ -4032,6 +4034,7 @@ export type $OpenApiTs = {
4032
4034
  name?: string | null;
4033
4035
  isDefault?: boolean;
4034
4036
  isOptional?: boolean;
4037
+ projectId?: string | null;
4035
4038
  };
4036
4039
  /**
4037
4040
  * Bad Request
@@ -4138,9 +4141,9 @@ export type $OpenApiTs = {
4138
4141
  };
4139
4142
  };
4140
4143
  };
4141
- '/api/project-service/projectSection/{id}': {
4142
- get: {
4143
- req: GetApiProjectServiceProjectSectionByIdData;
4144
+ '/api/project-service/projects/section-relation/{id}': {
4145
+ put: {
4146
+ req: PutApiProjectServiceProjectsSectionRelationByIdData;
4144
4147
  res: {
4145
4148
  /**
4146
4149
  * Success
@@ -4154,9 +4157,10 @@ export type $OpenApiTs = {
4154
4157
  isDeleted?: boolean;
4155
4158
  deleterId?: string | null;
4156
4159
  deletionTime?: string | null;
4157
- name?: string | null;
4158
- isDefault?: boolean;
4159
- isOptional?: boolean;
4160
+ projectId?: string;
4161
+ projectSectionId?: string;
4162
+ value?: string | null;
4163
+ order?: number;
4160
4164
  };
4161
4165
  /**
4162
4166
  * Bad Request
@@ -4263,9 +4267,9 @@ export type $OpenApiTs = {
4263
4267
  };
4264
4268
  };
4265
4269
  };
4266
- '/api/project-service/projectSectionRelation': {
4267
- post: {
4268
- req: PostApiProjectServiceProjectSectionRelationData;
4270
+ '/api/project-service/projects/status/{projectId}': {
4271
+ put: {
4272
+ req: PutApiProjectServiceProjectsStatusByProjectIdData;
4269
4273
  res: {
4270
4274
  /**
4271
4275
  * Success
@@ -4279,10 +4283,20 @@ export type $OpenApiTs = {
4279
4283
  isDeleted?: boolean;
4280
4284
  deleterId?: string | null;
4281
4285
  deletionTime?: string | null;
4282
- projectId?: string;
4283
- projectSectionId?: string;
4284
- value?: string | null;
4285
- order?: number;
4286
+ projectName?: string | null;
4287
+ projectDefinition?: string | null;
4288
+ cashValue?: number;
4289
+ fundCollectionType?: string | null;
4290
+ additionalFundRate?: string | null;
4291
+ qualifiedFundRate?: string | null;
4292
+ fundNominalAmount?: number;
4293
+ fundableAmount?: number;
4294
+ overFunding?: string;
4295
+ privilege?: string | null;
4296
+ projectStartDate?: string;
4297
+ projectEndDate?: string;
4298
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
4299
+ type?: 0 | 1 | 2 | 3;
4286
4300
  };
4287
4301
  /**
4288
4302
  * Bad Request
@@ -4388,623 +4402,41 @@ export type $OpenApiTs = {
4388
4402
  };
4389
4403
  };
4390
4404
  };
4391
- delete: {
4392
- req: DeleteApiProjectServiceProjectSectionRelationData;
4405
+ };
4406
+ '/api/project-service/public/projects': {
4407
+ get: {
4408
+ req: GetApiProjectServicePublicProjectsData;
4393
4409
  res: {
4394
4410
  /**
4395
4411
  * Success
4396
4412
  */
4397
- 200: unknown;
4398
- /**
4399
- * Bad Request
4400
- */
4401
- 400: {
4402
- error?: {
4403
- code?: string | null;
4404
- message?: string | null;
4405
- details?: string | null;
4406
- data?: {
4407
- [key: string]: unknown;
4408
- } | null;
4409
- validationErrors?: Array<{
4410
- message?: string | null;
4411
- members?: Array<(string)> | null;
4412
- }> | null;
4413
- };
4414
- };
4415
- /**
4416
- * Unauthorized
4417
- */
4418
- 401: {
4419
- error?: {
4420
- code?: string | null;
4421
- message?: string | null;
4422
- details?: string | null;
4423
- data?: {
4424
- [key: string]: unknown;
4425
- } | null;
4426
- validationErrors?: Array<{
4427
- message?: string | null;
4428
- members?: Array<(string)> | null;
4429
- }> | null;
4430
- };
4431
- };
4432
- /**
4433
- * Forbidden
4434
- */
4435
- 403: {
4436
- error?: {
4437
- code?: string | null;
4438
- message?: string | null;
4439
- details?: string | null;
4440
- data?: {
4441
- [key: string]: unknown;
4442
- } | null;
4443
- validationErrors?: Array<{
4444
- message?: string | null;
4445
- members?: Array<(string)> | null;
4446
- }> | null;
4447
- };
4448
- };
4449
- /**
4450
- * Not Found
4451
- */
4452
- 404: {
4453
- error?: {
4454
- code?: string | null;
4455
- message?: string | null;
4456
- details?: string | null;
4457
- data?: {
4458
- [key: string]: unknown;
4459
- } | null;
4460
- validationErrors?: Array<{
4461
- message?: string | null;
4462
- members?: Array<(string)> | null;
4463
- }> | null;
4464
- };
4413
+ 200: {
4414
+ items?: Array<{
4415
+ id?: string;
4416
+ creationTime?: string;
4417
+ creatorId?: string | null;
4418
+ lastModificationTime?: string | null;
4419
+ lastModifierId?: string | null;
4420
+ isDeleted?: boolean;
4421
+ deleterId?: string | null;
4422
+ deletionTime?: string | null;
4423
+ projectName?: string | null;
4424
+ projectDefinition?: string | null;
4425
+ cashValue?: number;
4426
+ fundCollectionType?: string | null;
4427
+ additionalFundRate?: string | null;
4428
+ qualifiedFundRate?: string | null;
4429
+ fundNominalAmount?: number;
4430
+ fundableAmount?: number;
4431
+ overFunding?: string;
4432
+ privilege?: string | null;
4433
+ projectStartDate?: string;
4434
+ projectEndDate?: string;
4435
+ status?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
4436
+ type?: 0 | 1 | 2 | 3;
4437
+ }> | null;
4438
+ totalCount?: number;
4465
4439
  };
4466
- /**
4467
- * Server Error
4468
- */
4469
- 500: {
4470
- error?: {
4471
- code?: string | null;
4472
- message?: string | null;
4473
- details?: string | null;
4474
- data?: {
4475
- [key: string]: unknown;
4476
- } | null;
4477
- validationErrors?: Array<{
4478
- message?: string | null;
4479
- members?: Array<(string)> | null;
4480
- }> | null;
4481
- };
4482
- };
4483
- /**
4484
- * Server Error
4485
- */
4486
- 501: {
4487
- error?: {
4488
- code?: string | null;
4489
- message?: string | null;
4490
- details?: string | null;
4491
- data?: {
4492
- [key: string]: unknown;
4493
- } | null;
4494
- validationErrors?: Array<{
4495
- message?: string | null;
4496
- members?: Array<(string)> | null;
4497
- }> | null;
4498
- };
4499
- };
4500
- };
4501
- };
4502
- get: {
4503
- req: GetApiProjectServiceProjectSectionRelationData;
4504
- res: {
4505
- /**
4506
- * Success
4507
- */
4508
- 200: {
4509
- items?: Array<{
4510
- id?: string;
4511
- creationTime?: string;
4512
- creatorId?: string | null;
4513
- lastModificationTime?: string | null;
4514
- lastModifierId?: string | null;
4515
- isDeleted?: boolean;
4516
- deleterId?: string | null;
4517
- deletionTime?: string | null;
4518
- projectId?: string;
4519
- projectSectionId?: string;
4520
- value?: string | null;
4521
- order?: number;
4522
- }> | null;
4523
- totalCount?: number;
4524
- };
4525
- /**
4526
- * Bad Request
4527
- */
4528
- 400: {
4529
- error?: {
4530
- code?: string | null;
4531
- message?: string | null;
4532
- details?: string | null;
4533
- data?: {
4534
- [key: string]: unknown;
4535
- } | null;
4536
- validationErrors?: Array<{
4537
- message?: string | null;
4538
- members?: Array<(string)> | null;
4539
- }> | null;
4540
- };
4541
- };
4542
- /**
4543
- * Unauthorized
4544
- */
4545
- 401: {
4546
- error?: {
4547
- code?: string | null;
4548
- message?: string | null;
4549
- details?: string | null;
4550
- data?: {
4551
- [key: string]: unknown;
4552
- } | null;
4553
- validationErrors?: Array<{
4554
- message?: string | null;
4555
- members?: Array<(string)> | null;
4556
- }> | null;
4557
- };
4558
- };
4559
- /**
4560
- * Forbidden
4561
- */
4562
- 403: {
4563
- error?: {
4564
- code?: string | null;
4565
- message?: string | null;
4566
- details?: string | null;
4567
- data?: {
4568
- [key: string]: unknown;
4569
- } | null;
4570
- validationErrors?: Array<{
4571
- message?: string | null;
4572
- members?: Array<(string)> | null;
4573
- }> | null;
4574
- };
4575
- };
4576
- /**
4577
- * Not Found
4578
- */
4579
- 404: {
4580
- error?: {
4581
- code?: string | null;
4582
- message?: string | null;
4583
- details?: string | null;
4584
- data?: {
4585
- [key: string]: unknown;
4586
- } | null;
4587
- validationErrors?: Array<{
4588
- message?: string | null;
4589
- members?: Array<(string)> | null;
4590
- }> | null;
4591
- };
4592
- };
4593
- /**
4594
- * Server Error
4595
- */
4596
- 500: {
4597
- error?: {
4598
- code?: string | null;
4599
- message?: string | null;
4600
- details?: string | null;
4601
- data?: {
4602
- [key: string]: unknown;
4603
- } | null;
4604
- validationErrors?: Array<{
4605
- message?: string | null;
4606
- members?: Array<(string)> | null;
4607
- }> | null;
4608
- };
4609
- };
4610
- /**
4611
- * Server Error
4612
- */
4613
- 501: {
4614
- error?: {
4615
- code?: string | null;
4616
- message?: string | null;
4617
- details?: string | null;
4618
- data?: {
4619
- [key: string]: unknown;
4620
- } | null;
4621
- validationErrors?: Array<{
4622
- message?: string | null;
4623
- members?: Array<(string)> | null;
4624
- }> | null;
4625
- };
4626
- };
4627
- };
4628
- };
4629
- };
4630
- '/api/project-service/projectSectionRelation/{id}': {
4631
- get: {
4632
- req: GetApiProjectServiceProjectSectionRelationByIdData;
4633
- res: {
4634
- /**
4635
- * Success
4636
- */
4637
- 200: {
4638
- id?: string;
4639
- creationTime?: string;
4640
- creatorId?: string | null;
4641
- lastModificationTime?: string | null;
4642
- lastModifierId?: string | null;
4643
- isDeleted?: boolean;
4644
- deleterId?: string | null;
4645
- deletionTime?: string | null;
4646
- projectId?: string;
4647
- projectSectionId?: string;
4648
- value?: string | null;
4649
- order?: number;
4650
- };
4651
- /**
4652
- * Bad Request
4653
- */
4654
- 400: {
4655
- error?: {
4656
- code?: string | null;
4657
- message?: string | null;
4658
- details?: string | null;
4659
- data?: {
4660
- [key: string]: unknown;
4661
- } | null;
4662
- validationErrors?: Array<{
4663
- message?: string | null;
4664
- members?: Array<(string)> | null;
4665
- }> | null;
4666
- };
4667
- };
4668
- /**
4669
- * Unauthorized
4670
- */
4671
- 401: {
4672
- error?: {
4673
- code?: string | null;
4674
- message?: string | null;
4675
- details?: string | null;
4676
- data?: {
4677
- [key: string]: unknown;
4678
- } | null;
4679
- validationErrors?: Array<{
4680
- message?: string | null;
4681
- members?: Array<(string)> | null;
4682
- }> | null;
4683
- };
4684
- };
4685
- /**
4686
- * Forbidden
4687
- */
4688
- 403: {
4689
- error?: {
4690
- code?: string | null;
4691
- message?: string | null;
4692
- details?: string | null;
4693
- data?: {
4694
- [key: string]: unknown;
4695
- } | null;
4696
- validationErrors?: Array<{
4697
- message?: string | null;
4698
- members?: Array<(string)> | null;
4699
- }> | null;
4700
- };
4701
- };
4702
- /**
4703
- * Not Found
4704
- */
4705
- 404: {
4706
- error?: {
4707
- code?: string | null;
4708
- message?: string | null;
4709
- details?: string | null;
4710
- data?: {
4711
- [key: string]: unknown;
4712
- } | null;
4713
- validationErrors?: Array<{
4714
- message?: string | null;
4715
- members?: Array<(string)> | null;
4716
- }> | null;
4717
- };
4718
- };
4719
- /**
4720
- * Server Error
4721
- */
4722
- 500: {
4723
- error?: {
4724
- code?: string | null;
4725
- message?: string | null;
4726
- details?: string | null;
4727
- data?: {
4728
- [key: string]: unknown;
4729
- } | null;
4730
- validationErrors?: Array<{
4731
- message?: string | null;
4732
- members?: Array<(string)> | null;
4733
- }> | null;
4734
- };
4735
- };
4736
- /**
4737
- * Server Error
4738
- */
4739
- 501: {
4740
- error?: {
4741
- code?: string | null;
4742
- message?: string | null;
4743
- details?: string | null;
4744
- data?: {
4745
- [key: string]: unknown;
4746
- } | null;
4747
- validationErrors?: Array<{
4748
- message?: string | null;
4749
- members?: Array<(string)> | null;
4750
- }> | null;
4751
- };
4752
- };
4753
- };
4754
- };
4755
- put: {
4756
- req: PutApiProjectServiceProjectSectionRelationByIdData;
4757
- res: {
4758
- /**
4759
- * Success
4760
- */
4761
- 200: {
4762
- id?: string;
4763
- creationTime?: string;
4764
- creatorId?: string | null;
4765
- lastModificationTime?: string | null;
4766
- lastModifierId?: string | null;
4767
- isDeleted?: boolean;
4768
- deleterId?: string | null;
4769
- deletionTime?: string | null;
4770
- projectId?: string;
4771
- projectSectionId?: string;
4772
- value?: string | null;
4773
- order?: number;
4774
- };
4775
- /**
4776
- * Bad Request
4777
- */
4778
- 400: {
4779
- error?: {
4780
- code?: string | null;
4781
- message?: string | null;
4782
- details?: string | null;
4783
- data?: {
4784
- [key: string]: unknown;
4785
- } | null;
4786
- validationErrors?: Array<{
4787
- message?: string | null;
4788
- members?: Array<(string)> | null;
4789
- }> | null;
4790
- };
4791
- };
4792
- /**
4793
- * Unauthorized
4794
- */
4795
- 401: {
4796
- error?: {
4797
- code?: string | null;
4798
- message?: string | null;
4799
- details?: string | null;
4800
- data?: {
4801
- [key: string]: unknown;
4802
- } | null;
4803
- validationErrors?: Array<{
4804
- message?: string | null;
4805
- members?: Array<(string)> | null;
4806
- }> | null;
4807
- };
4808
- };
4809
- /**
4810
- * Forbidden
4811
- */
4812
- 403: {
4813
- error?: {
4814
- code?: string | null;
4815
- message?: string | null;
4816
- details?: string | null;
4817
- data?: {
4818
- [key: string]: unknown;
4819
- } | null;
4820
- validationErrors?: Array<{
4821
- message?: string | null;
4822
- members?: Array<(string)> | null;
4823
- }> | null;
4824
- };
4825
- };
4826
- /**
4827
- * Not Found
4828
- */
4829
- 404: {
4830
- error?: {
4831
- code?: string | null;
4832
- message?: string | null;
4833
- details?: string | null;
4834
- data?: {
4835
- [key: string]: unknown;
4836
- } | null;
4837
- validationErrors?: Array<{
4838
- message?: string | null;
4839
- members?: Array<(string)> | null;
4840
- }> | null;
4841
- };
4842
- };
4843
- /**
4844
- * Server Error
4845
- */
4846
- 500: {
4847
- error?: {
4848
- code?: string | null;
4849
- message?: string | null;
4850
- details?: string | null;
4851
- data?: {
4852
- [key: string]: unknown;
4853
- } | null;
4854
- validationErrors?: Array<{
4855
- message?: string | null;
4856
- members?: Array<(string)> | null;
4857
- }> | null;
4858
- };
4859
- };
4860
- /**
4861
- * Server Error
4862
- */
4863
- 501: {
4864
- error?: {
4865
- code?: string | null;
4866
- message?: string | null;
4867
- details?: string | null;
4868
- data?: {
4869
- [key: string]: unknown;
4870
- } | null;
4871
- validationErrors?: Array<{
4872
- message?: string | null;
4873
- members?: Array<(string)> | null;
4874
- }> | null;
4875
- };
4876
- };
4877
- };
4878
- };
4879
- };
4880
- '/api/project-service/projectSectionRelation/get-list-by-project-id/{projectId}': {
4881
- get: {
4882
- req: GetApiProjectServiceProjectSectionRelationGetListByProjectIdByProjectIdData;
4883
- res: {
4884
- /**
4885
- * Success
4886
- */
4887
- 200: Array<{
4888
- projectId?: string;
4889
- sectionId?: string;
4890
- sectionRelationId?: string;
4891
- sectionName?: string | null;
4892
- sectionRelationValue?: string | null;
4893
- order?: number;
4894
- }>;
4895
- /**
4896
- * Bad Request
4897
- */
4898
- 400: {
4899
- error?: {
4900
- code?: string | null;
4901
- message?: string | null;
4902
- details?: string | null;
4903
- data?: {
4904
- [key: string]: unknown;
4905
- } | null;
4906
- validationErrors?: Array<{
4907
- message?: string | null;
4908
- members?: Array<(string)> | null;
4909
- }> | null;
4910
- };
4911
- };
4912
- /**
4913
- * Unauthorized
4914
- */
4915
- 401: {
4916
- error?: {
4917
- code?: string | null;
4918
- message?: string | null;
4919
- details?: string | null;
4920
- data?: {
4921
- [key: string]: unknown;
4922
- } | null;
4923
- validationErrors?: Array<{
4924
- message?: string | null;
4925
- members?: Array<(string)> | null;
4926
- }> | null;
4927
- };
4928
- };
4929
- /**
4930
- * Forbidden
4931
- */
4932
- 403: {
4933
- error?: {
4934
- code?: string | null;
4935
- message?: string | null;
4936
- details?: string | null;
4937
- data?: {
4938
- [key: string]: unknown;
4939
- } | null;
4940
- validationErrors?: Array<{
4941
- message?: string | null;
4942
- members?: Array<(string)> | null;
4943
- }> | null;
4944
- };
4945
- };
4946
- /**
4947
- * Not Found
4948
- */
4949
- 404: {
4950
- error?: {
4951
- code?: string | null;
4952
- message?: string | null;
4953
- details?: string | null;
4954
- data?: {
4955
- [key: string]: unknown;
4956
- } | null;
4957
- validationErrors?: Array<{
4958
- message?: string | null;
4959
- members?: Array<(string)> | null;
4960
- }> | null;
4961
- };
4962
- };
4963
- /**
4964
- * Server Error
4965
- */
4966
- 500: {
4967
- error?: {
4968
- code?: string | null;
4969
- message?: string | null;
4970
- details?: string | null;
4971
- data?: {
4972
- [key: string]: unknown;
4973
- } | null;
4974
- validationErrors?: Array<{
4975
- message?: string | null;
4976
- members?: Array<(string)> | null;
4977
- }> | null;
4978
- };
4979
- };
4980
- /**
4981
- * Server Error
4982
- */
4983
- 501: {
4984
- error?: {
4985
- code?: string | null;
4986
- message?: string | null;
4987
- details?: string | null;
4988
- data?: {
4989
- [key: string]: unknown;
4990
- } | null;
4991
- validationErrors?: Array<{
4992
- message?: string | null;
4993
- members?: Array<(string)> | null;
4994
- }> | null;
4995
- };
4996
- };
4997
- };
4998
- };
4999
- };
5000
- '/api/project-service/projectSectionRelation/reorder': {
5001
- post: {
5002
- req: PostApiProjectServiceProjectSectionRelationReorderData;
5003
- res: {
5004
- /**
5005
- * Success
5006
- */
5007
- 200: Array<(string)>;
5008
4440
  /**
5009
4441
  * Bad Request
5010
4442
  */