graph-italia-cli 0.0.1

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.
Files changed (267) hide show
  1. package/dist/index.esm.js +475 -0
  2. package/dist/index.esm.js.map +1 -0
  3. package/dist/index.js +477 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/types/index.d.ts +142 -0
  6. package/dist/types/model/deleteApiApikeysById401.d.ts +10 -0
  7. package/dist/types/model/deleteApiApikeysById404.d.ts +10 -0
  8. package/dist/types/model/deleteApiApikeysById500.d.ts +10 -0
  9. package/dist/types/model/deleteApiChartsById200.d.ts +22 -0
  10. package/dist/types/model/deleteApiChartsById403.d.ts +10 -0
  11. package/dist/types/model/deleteApiChartsById404.d.ts +10 -0
  12. package/dist/types/model/deleteApiChartsById500.d.ts +10 -0
  13. package/dist/types/model/deleteApiDashboardsById401.d.ts +10 -0
  14. package/dist/types/model/deleteApiDashboardsById403.d.ts +10 -0
  15. package/dist/types/model/deleteApiDashboardsById404.d.ts +10 -0
  16. package/dist/types/model/deleteApiDashboardsById500.d.ts +10 -0
  17. package/dist/types/model/deleteApiDatasourcesById401.d.ts +10 -0
  18. package/dist/types/model/deleteApiDatasourcesById403.d.ts +10 -0
  19. package/dist/types/model/deleteApiDatasourcesById404.d.ts +10 -0
  20. package/dist/types/model/deleteApiDatasourcesById500.d.ts +10 -0
  21. package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId403.d.ts +10 -0
  22. package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId404.d.ts +10 -0
  23. package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId500.d.ts +10 -0
  24. package/dist/types/model/deleteApiOrgsByOrgId401.d.ts +10 -0
  25. package/dist/types/model/deleteApiOrgsByOrgId500.d.ts +10 -0
  26. package/dist/types/model/deleteApiOrgsByOrgIdMembersByUserId401.d.ts +10 -0
  27. package/dist/types/model/deleteApiOrgsByOrgIdMembersByUserId500.d.ts +10 -0
  28. package/dist/types/model/deleteApiProjectsByProjectId401.d.ts +10 -0
  29. package/dist/types/model/deleteApiProjectsByProjectId500.d.ts +10 -0
  30. package/dist/types/model/deleteApiProjectsByProjectIdMembersByUserId401.d.ts +10 -0
  31. package/dist/types/model/deleteApiProjectsByProjectIdMembersByUserId500.d.ts +10 -0
  32. package/dist/types/model/deleteApiProjectsByProjectIdOrgsByOrgId401.d.ts +10 -0
  33. package/dist/types/model/deleteApiProjectsByProjectIdOrgsByOrgId500.d.ts +10 -0
  34. package/dist/types/model/getApiAdminUsers401.d.ts +10 -0
  35. package/dist/types/model/getApiAdminUsers403.d.ts +10 -0
  36. package/dist/types/model/getApiApikeys200Item.d.ts +18 -0
  37. package/dist/types/model/getApiApikeys200ItemRole.d.ts +12 -0
  38. package/dist/types/model/getApiApikeys401.d.ts +10 -0
  39. package/dist/types/model/getApiApikeys500.d.ts +10 -0
  40. package/dist/types/model/getApiApikeysByIdLogs200Item.d.ts +17 -0
  41. package/dist/types/model/getApiApikeysByIdLogs401.d.ts +10 -0
  42. package/dist/types/model/getApiApikeysByIdLogs404.d.ts +10 -0
  43. package/dist/types/model/getApiApikeysByIdLogs500.d.ts +10 -0
  44. package/dist/types/model/getApiApikeysByIdLogsParams.d.ts +14 -0
  45. package/dist/types/model/getApiAuthConfirmByUidByCode400.d.ts +10 -0
  46. package/dist/types/model/getApiAuthConfirmByUidByCode401.d.ts +10 -0
  47. package/dist/types/model/getApiAuthUser201.d.ts +10 -0
  48. package/dist/types/model/getApiAuthUser401.d.ts +10 -0
  49. package/dist/types/model/getApiAuthUser500.d.ts +10 -0
  50. package/dist/types/model/getApiCharts200Item.d.ts +22 -0
  51. package/dist/types/model/getApiCharts401.d.ts +10 -0
  52. package/dist/types/model/getApiCharts500.d.ts +10 -0
  53. package/dist/types/model/getApiChartsById200.d.ts +22 -0
  54. package/dist/types/model/getApiChartsById401.d.ts +10 -0
  55. package/dist/types/model/getApiChartsById404.d.ts +10 -0
  56. package/dist/types/model/getApiChartsById500.d.ts +10 -0
  57. package/dist/types/model/getApiChartsKpiGroupById200.d.ts +11 -0
  58. package/dist/types/model/getApiChartsKpiGroupById200Data.d.ts +15 -0
  59. package/dist/types/model/getApiChartsKpiGroupById200DataDataSourceItem.d.ts +21 -0
  60. package/dist/types/model/getApiChartsKpiGroupById200DataDataSourceItemFlowDirection.d.ts +12 -0
  61. package/dist/types/model/getApiChartsKpiGroupById401.d.ts +10 -0
  62. package/dist/types/model/getApiChartsKpiGroupById404.d.ts +10 -0
  63. package/dist/types/model/getApiChartsKpiGroupById500.d.ts +10 -0
  64. package/dist/types/model/getApiChartsShowById200.d.ts +22 -0
  65. package/dist/types/model/getApiChartsShowById401.d.ts +10 -0
  66. package/dist/types/model/getApiChartsShowById404.d.ts +10 -0
  67. package/dist/types/model/getApiChartsShowById500.d.ts +10 -0
  68. package/dist/types/model/getApiDashboards200Item.d.ts +16 -0
  69. package/dist/types/model/getApiDashboards401.d.ts +10 -0
  70. package/dist/types/model/getApiDashboards500.d.ts +10 -0
  71. package/dist/types/model/getApiDashboardsById200.d.ts +16 -0
  72. package/dist/types/model/getApiDashboardsById401.d.ts +10 -0
  73. package/dist/types/model/getApiDashboardsById404.d.ts +10 -0
  74. package/dist/types/model/getApiDashboardsById500.d.ts +10 -0
  75. package/dist/types/model/getApiDashboardsShowById200.d.ts +16 -0
  76. package/dist/types/model/getApiDashboardsShowById401.d.ts +10 -0
  77. package/dist/types/model/getApiDashboardsShowById404.d.ts +10 -0
  78. package/dist/types/model/getApiDashboardsShowById500.d.ts +10 -0
  79. package/dist/types/model/getApiDatasources200Item.d.ts +21 -0
  80. package/dist/types/model/getApiDatasources401.d.ts +10 -0
  81. package/dist/types/model/getApiDatasources500.d.ts +10 -0
  82. package/dist/types/model/getApiDatasourcesById200.d.ts +21 -0
  83. package/dist/types/model/getApiDatasourcesById404.d.ts +10 -0
  84. package/dist/types/model/getApiDatasourcesById500.d.ts +10 -0
  85. package/dist/types/model/getApiDatasourcesByIdLinks200Item.d.ts +14 -0
  86. package/dist/types/model/getApiDatasourcesByIdLinks404.d.ts +10 -0
  87. package/dist/types/model/getApiDatasourcesByIdLinks500.d.ts +10 -0
  88. package/dist/types/model/getApiOrgs200Item.d.ts +13 -0
  89. package/dist/types/model/getApiOrgs500.d.ts +10 -0
  90. package/dist/types/model/getApiOrgsByOrgId200.d.ts +13 -0
  91. package/dist/types/model/getApiOrgsByOrgId401.d.ts +10 -0
  92. package/dist/types/model/getApiOrgsByOrgId404.d.ts +10 -0
  93. package/dist/types/model/getApiOrgsByOrgId500.d.ts +10 -0
  94. package/dist/types/model/getApiOrgsByOrgIdMembers200Item.d.ts +15 -0
  95. package/dist/types/model/getApiOrgsByOrgIdMembers200ItemRole.d.ts +12 -0
  96. package/dist/types/model/getApiOrgsByOrgIdMembers401.d.ts +10 -0
  97. package/dist/types/model/getApiOrgsByOrgIdMembers500.d.ts +10 -0
  98. package/dist/types/model/getApiOrgsByOrgIdProjects401.d.ts +10 -0
  99. package/dist/types/model/getApiOrgsByOrgIdProjects500.d.ts +10 -0
  100. package/dist/types/model/getApiProjects200Item.d.ts +14 -0
  101. package/dist/types/model/getApiProjects401.d.ts +10 -0
  102. package/dist/types/model/getApiProjects500.d.ts +10 -0
  103. package/dist/types/model/getApiProjectsByProjectId200.d.ts +14 -0
  104. package/dist/types/model/getApiProjectsByProjectId401.d.ts +10 -0
  105. package/dist/types/model/getApiProjectsByProjectId404.d.ts +10 -0
  106. package/dist/types/model/getApiProjectsByProjectId500.d.ts +10 -0
  107. package/dist/types/model/getApiProjectsByProjectIdMembers200Item.d.ts +15 -0
  108. package/dist/types/model/getApiProjectsByProjectIdMembers200ItemRole.d.ts +12 -0
  109. package/dist/types/model/getApiProjectsByProjectIdMembers401.d.ts +10 -0
  110. package/dist/types/model/getApiProjectsByProjectIdMembers500.d.ts +10 -0
  111. package/dist/types/model/getApiProjectsPersonal200Item.d.ts +14 -0
  112. package/dist/types/model/getApiProjectsPersonal401.d.ts +10 -0
  113. package/dist/types/model/getApiProjectsPersonal500.d.ts +10 -0
  114. package/dist/types/model/index.d.ts +267 -0
  115. package/dist/types/model/patchApiApikeysByIdReinstate200.d.ts +18 -0
  116. package/dist/types/model/patchApiApikeysByIdReinstate200Role.d.ts +12 -0
  117. package/dist/types/model/patchApiApikeysByIdReinstate401.d.ts +10 -0
  118. package/dist/types/model/patchApiApikeysByIdReinstate404.d.ts +10 -0
  119. package/dist/types/model/patchApiApikeysByIdReinstate500.d.ts +10 -0
  120. package/dist/types/model/patchApiApikeysByIdRevoke200.d.ts +18 -0
  121. package/dist/types/model/patchApiApikeysByIdRevoke200Role.d.ts +12 -0
  122. package/dist/types/model/patchApiApikeysByIdRevoke401.d.ts +10 -0
  123. package/dist/types/model/patchApiApikeysByIdRevoke404.d.ts +10 -0
  124. package/dist/types/model/patchApiApikeysByIdRevoke500.d.ts +10 -0
  125. package/dist/types/model/postApiApikeys201.d.ts +18 -0
  126. package/dist/types/model/postApiApikeys201Role.d.ts +12 -0
  127. package/dist/types/model/postApiApikeys401.d.ts +10 -0
  128. package/dist/types/model/postApiApikeys500.d.ts +10 -0
  129. package/dist/types/model/postApiApikeysBody.d.ts +17 -0
  130. package/dist/types/model/postApiApikeysBodyRole.d.ts +12 -0
  131. package/dist/types/model/postApiAuthLogin200.d.ts +10 -0
  132. package/dist/types/model/postApiAuthLogin401.d.ts +10 -0
  133. package/dist/types/model/postApiAuthLogin429.d.ts +10 -0
  134. package/dist/types/model/postApiAuthLogin500.d.ts +10 -0
  135. package/dist/types/model/postApiAuthLoginBody.d.ts +12 -0
  136. package/dist/types/model/postApiAuthRecover429.d.ts +10 -0
  137. package/dist/types/model/postApiAuthRecoverBody.d.ts +11 -0
  138. package/dist/types/model/postApiAuthRegister200.d.ts +10 -0
  139. package/dist/types/model/postApiAuthRegister400.d.ts +10 -0
  140. package/dist/types/model/postApiAuthRegister409.d.ts +10 -0
  141. package/dist/types/model/postApiAuthRegister500.d.ts +10 -0
  142. package/dist/types/model/postApiAuthRegisterBody.d.ts +13 -0
  143. package/dist/types/model/postApiAuthResend429.d.ts +10 -0
  144. package/dist/types/model/postApiAuthResendBody.d.ts +11 -0
  145. package/dist/types/model/postApiAuthResetPassword200.d.ts +10 -0
  146. package/dist/types/model/postApiAuthResetPassword400.d.ts +10 -0
  147. package/dist/types/model/postApiAuthResetPasswordBody.d.ts +13 -0
  148. package/dist/types/model/postApiAuthVerify200.d.ts +10 -0
  149. package/dist/types/model/postApiAuthVerify400.d.ts +10 -0
  150. package/dist/types/model/postApiAuthVerify401.d.ts +10 -0
  151. package/dist/types/model/postApiAuthVerify429.d.ts +10 -0
  152. package/dist/types/model/postApiAuthVerifyBody.d.ts +11 -0
  153. package/dist/types/model/postApiCharts201.d.ts +22 -0
  154. package/dist/types/model/postApiCharts401.d.ts +10 -0
  155. package/dist/types/model/postApiCharts403.d.ts +10 -0
  156. package/dist/types/model/postApiCharts500.d.ts +10 -0
  157. package/dist/types/model/postApiChartsBody.d.ts +20 -0
  158. package/dist/types/model/postApiChartsKpiGroup201.d.ts +10 -0
  159. package/dist/types/model/postApiChartsKpiGroup401.d.ts +10 -0
  160. package/dist/types/model/postApiChartsKpiGroup403.d.ts +10 -0
  161. package/dist/types/model/postApiChartsKpiGroup500.d.ts +10 -0
  162. package/dist/types/model/postApiChartsKpiGroupBody.d.ts +12 -0
  163. package/dist/types/model/postApiChartsPublishById200.d.ts +10 -0
  164. package/dist/types/model/postApiChartsPublishById401.d.ts +10 -0
  165. package/dist/types/model/postApiChartsPublishById403.d.ts +10 -0
  166. package/dist/types/model/postApiChartsPublishById404.d.ts +10 -0
  167. package/dist/types/model/postApiChartsPublishById500.d.ts +10 -0
  168. package/dist/types/model/postApiDashboards201.d.ts +16 -0
  169. package/dist/types/model/postApiDashboards401.d.ts +10 -0
  170. package/dist/types/model/postApiDashboards403.d.ts +10 -0
  171. package/dist/types/model/postApiDashboards500.d.ts +10 -0
  172. package/dist/types/model/postApiDashboardsBody.d.ts +18 -0
  173. package/dist/types/model/postApiDatasources201.d.ts +21 -0
  174. package/dist/types/model/postApiDatasources401.d.ts +10 -0
  175. package/dist/types/model/postApiDatasources403.d.ts +10 -0
  176. package/dist/types/model/postApiDatasources500.d.ts +10 -0
  177. package/dist/types/model/postApiDatasourcesBody.d.ts +18 -0
  178. package/dist/types/model/postApiDatasourcesByIdLinks201.d.ts +14 -0
  179. package/dist/types/model/postApiDatasourcesByIdLinks403.d.ts +10 -0
  180. package/dist/types/model/postApiDatasourcesByIdLinks404.d.ts +10 -0
  181. package/dist/types/model/postApiDatasourcesByIdLinks500.d.ts +10 -0
  182. package/dist/types/model/postApiDatasourcesByIdLinksBody.d.ts +11 -0
  183. package/dist/types/model/postApiHints200Item.d.ts +15 -0
  184. package/dist/types/model/postApiHints500.d.ts +10 -0
  185. package/dist/types/model/postApiOrgs201.d.ts +13 -0
  186. package/dist/types/model/postApiOrgs500.d.ts +10 -0
  187. package/dist/types/model/postApiOrgsBody.d.ts +10 -0
  188. package/dist/types/model/postApiOrgsByOrgIdMembers201.d.ts +15 -0
  189. package/dist/types/model/postApiOrgsByOrgIdMembers201Role.d.ts +12 -0
  190. package/dist/types/model/postApiOrgsByOrgIdMembers401.d.ts +10 -0
  191. package/dist/types/model/postApiOrgsByOrgIdMembers500.d.ts +10 -0
  192. package/dist/types/model/postApiOrgsByOrgIdMembersBody.d.ts +13 -0
  193. package/dist/types/model/postApiOrgsByOrgIdMembersBodyRole.d.ts +12 -0
  194. package/dist/types/model/postApiProjects201.d.ts +14 -0
  195. package/dist/types/model/postApiProjects401.d.ts +10 -0
  196. package/dist/types/model/postApiProjects500.d.ts +10 -0
  197. package/dist/types/model/postApiProjectsBody.d.ts +10 -0
  198. package/dist/types/model/postApiProjectsByProjectIdMembers201.d.ts +15 -0
  199. package/dist/types/model/postApiProjectsByProjectIdMembers201Role.d.ts +12 -0
  200. package/dist/types/model/postApiProjectsByProjectIdMembers401.d.ts +10 -0
  201. package/dist/types/model/postApiProjectsByProjectIdMembers500.d.ts +10 -0
  202. package/dist/types/model/postApiProjectsByProjectIdMembersBody.d.ts +12 -0
  203. package/dist/types/model/postApiProjectsByProjectIdMembersBodyRole.d.ts +12 -0
  204. package/dist/types/model/postApiProjectsByProjectIdOrgs401.d.ts +10 -0
  205. package/dist/types/model/postApiProjectsByProjectIdOrgs500.d.ts +10 -0
  206. package/dist/types/model/postApiProjectsByProjectIdOrgsBody.d.ts +10 -0
  207. package/dist/types/model/putApiAuthPwd400.d.ts +10 -0
  208. package/dist/types/model/putApiAuthPwd401.d.ts +10 -0
  209. package/dist/types/model/putApiAuthPwdBody.d.ts +11 -0
  210. package/dist/types/model/putApiChartsById200.d.ts +22 -0
  211. package/dist/types/model/putApiChartsById403.d.ts +10 -0
  212. package/dist/types/model/putApiChartsById404.d.ts +10 -0
  213. package/dist/types/model/putApiChartsById500.d.ts +10 -0
  214. package/dist/types/model/putApiChartsByIdBody.d.ts +21 -0
  215. package/dist/types/model/putApiChartsKpiGroupById200.d.ts +10 -0
  216. package/dist/types/model/putApiChartsKpiGroupById401.d.ts +10 -0
  217. package/dist/types/model/putApiChartsKpiGroupById403.d.ts +10 -0
  218. package/dist/types/model/putApiChartsKpiGroupById404.d.ts +10 -0
  219. package/dist/types/model/putApiChartsKpiGroupById500.d.ts +10 -0
  220. package/dist/types/model/putApiChartsKpiGroupByIdBody.d.ts +16 -0
  221. package/dist/types/model/putApiChartsKpiGroupByIdBodyConfig.d.ts +23 -0
  222. package/dist/types/model/putApiChartsKpiGroupByIdBodyConfigDirection.d.ts +12 -0
  223. package/dist/types/model/putApiChartsKpiGroupByIdBodyDataSourceItem.d.ts +21 -0
  224. package/dist/types/model/putApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection.d.ts +12 -0
  225. package/dist/types/model/putApiDashboardsById200.d.ts +16 -0
  226. package/dist/types/model/putApiDashboardsById401.d.ts +10 -0
  227. package/dist/types/model/putApiDashboardsById403.d.ts +10 -0
  228. package/dist/types/model/putApiDashboardsById404.d.ts +10 -0
  229. package/dist/types/model/putApiDashboardsById500.d.ts +10 -0
  230. package/dist/types/model/putApiDashboardsByIdBody.d.ts +20 -0
  231. package/dist/types/model/putApiDashboardsByIdBodySlotsItem.d.ts +14 -0
  232. package/dist/types/model/putApiDashboardsByIdBodySlotsItemSettings.d.ts +10 -0
  233. package/dist/types/model/putApiDashboardsByIdSlots200.d.ts +16 -0
  234. package/dist/types/model/putApiDashboardsByIdSlots401.d.ts +10 -0
  235. package/dist/types/model/putApiDashboardsByIdSlots403.d.ts +10 -0
  236. package/dist/types/model/putApiDashboardsByIdSlots404.d.ts +10 -0
  237. package/dist/types/model/putApiDashboardsByIdSlots500.d.ts +10 -0
  238. package/dist/types/model/putApiDashboardsByIdSlotsBody.d.ts +11 -0
  239. package/dist/types/model/putApiDashboardsByIdSlotsBodySlotsItem.d.ts +14 -0
  240. package/dist/types/model/putApiDashboardsByIdSlotsBodySlotsItemSettings.d.ts +10 -0
  241. package/dist/types/model/putApiDatasourcesById200.d.ts +21 -0
  242. package/dist/types/model/putApiDatasourcesById401.d.ts +10 -0
  243. package/dist/types/model/putApiDatasourcesById403.d.ts +10 -0
  244. package/dist/types/model/putApiDatasourcesById404.d.ts +10 -0
  245. package/dist/types/model/putApiDatasourcesById500.d.ts +10 -0
  246. package/dist/types/model/putApiDatasourcesByIdBody.d.ts +18 -0
  247. package/dist/types/model/putApiOrgsByOrgId200.d.ts +13 -0
  248. package/dist/types/model/putApiOrgsByOrgId401.d.ts +10 -0
  249. package/dist/types/model/putApiOrgsByOrgId500.d.ts +10 -0
  250. package/dist/types/model/putApiOrgsByOrgIdBody.d.ts +10 -0
  251. package/dist/types/model/putApiOrgsByOrgIdMembersByUserId200.d.ts +15 -0
  252. package/dist/types/model/putApiOrgsByOrgIdMembersByUserId200Role.d.ts +12 -0
  253. package/dist/types/model/putApiOrgsByOrgIdMembersByUserId401.d.ts +10 -0
  254. package/dist/types/model/putApiOrgsByOrgIdMembersByUserId500.d.ts +10 -0
  255. package/dist/types/model/putApiOrgsByOrgIdMembersByUserIdBody.d.ts +11 -0
  256. package/dist/types/model/putApiOrgsByOrgIdMembersByUserIdBodyRole.d.ts +12 -0
  257. package/dist/types/model/putApiProjectsByProjectId200.d.ts +14 -0
  258. package/dist/types/model/putApiProjectsByProjectId401.d.ts +10 -0
  259. package/dist/types/model/putApiProjectsByProjectId500.d.ts +10 -0
  260. package/dist/types/model/putApiProjectsByProjectIdBody.d.ts +10 -0
  261. package/dist/types/model/putApiProjectsByProjectIdMembersByUserId200.d.ts +15 -0
  262. package/dist/types/model/putApiProjectsByProjectIdMembersByUserId200Role.d.ts +12 -0
  263. package/dist/types/model/putApiProjectsByProjectIdMembersByUserId401.d.ts +10 -0
  264. package/dist/types/model/putApiProjectsByProjectIdMembersByUserId500.d.ts +10 -0
  265. package/dist/types/model/putApiProjectsByProjectIdMembersByUserIdBody.d.ts +11 -0
  266. package/dist/types/model/putApiProjectsByProjectIdMembersByUserIdBodyRole.d.ts +12 -0
  267. package/package.json +31 -0
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsByProjectId404 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsByProjectId500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import type { GetApiProjectsByProjectIdMembers200ItemRole } from "./getApiProjectsByProjectIdMembers200ItemRole.js";
9
+ export type GetApiProjectsByProjectIdMembers200Item = {
10
+ userId: string;
11
+ projectId: string;
12
+ role: GetApiProjectsByProjectIdMembers200ItemRole;
13
+ createdAt: string;
14
+ updatedAt: string;
15
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsByProjectIdMembers200ItemRole = (typeof GetApiProjectsByProjectIdMembers200ItemRole)[keyof typeof GetApiProjectsByProjectIdMembers200ItemRole];
9
+ export declare const GetApiProjectsByProjectIdMembers200ItemRole: {
10
+ readonly USER: "USER";
11
+ readonly ADMIN: "ADMIN";
12
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsByProjectIdMembers401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsByProjectIdMembers500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsPersonal200Item = {
9
+ id: string;
10
+ name: string;
11
+ ownerId: string;
12
+ createdAt: string;
13
+ updatedAt: string;
14
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsPersonal401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type GetApiProjectsPersonal500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,267 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export * from "./deleteApiApikeysById401.js";
9
+ export * from "./deleteApiApikeysById404.js";
10
+ export * from "./deleteApiApikeysById500.js";
11
+ export * from "./deleteApiChartsById200.js";
12
+ export * from "./deleteApiChartsById403.js";
13
+ export * from "./deleteApiChartsById404.js";
14
+ export * from "./deleteApiChartsById500.js";
15
+ export * from "./deleteApiDashboardsById401.js";
16
+ export * from "./deleteApiDashboardsById403.js";
17
+ export * from "./deleteApiDashboardsById404.js";
18
+ export * from "./deleteApiDashboardsById500.js";
19
+ export * from "./deleteApiDatasourcesById401.js";
20
+ export * from "./deleteApiDatasourcesById403.js";
21
+ export * from "./deleteApiDatasourcesById404.js";
22
+ export * from "./deleteApiDatasourcesById500.js";
23
+ export * from "./deleteApiDatasourcesByIdLinksByChartId403.js";
24
+ export * from "./deleteApiDatasourcesByIdLinksByChartId404.js";
25
+ export * from "./deleteApiDatasourcesByIdLinksByChartId500.js";
26
+ export * from "./deleteApiOrgsByOrgId401.js";
27
+ export * from "./deleteApiOrgsByOrgId500.js";
28
+ export * from "./deleteApiOrgsByOrgIdMembersByUserId401.js";
29
+ export * from "./deleteApiOrgsByOrgIdMembersByUserId500.js";
30
+ export * from "./deleteApiProjectsByProjectId401.js";
31
+ export * from "./deleteApiProjectsByProjectId500.js";
32
+ export * from "./deleteApiProjectsByProjectIdMembersByUserId401.js";
33
+ export * from "./deleteApiProjectsByProjectIdMembersByUserId500.js";
34
+ export * from "./deleteApiProjectsByProjectIdOrgsByOrgId401.js";
35
+ export * from "./deleteApiProjectsByProjectIdOrgsByOrgId500.js";
36
+ export * from "./getApiAdminUsers401.js";
37
+ export * from "./getApiAdminUsers403.js";
38
+ export * from "./getApiApikeys200Item.js";
39
+ export * from "./getApiApikeys200ItemRole.js";
40
+ export * from "./getApiApikeys401.js";
41
+ export * from "./getApiApikeys500.js";
42
+ export * from "./getApiApikeysByIdLogs200Item.js";
43
+ export * from "./getApiApikeysByIdLogs401.js";
44
+ export * from "./getApiApikeysByIdLogs404.js";
45
+ export * from "./getApiApikeysByIdLogs500.js";
46
+ export * from "./getApiApikeysByIdLogsParams.js";
47
+ export * from "./getApiAuthConfirmByUidByCode400.js";
48
+ export * from "./getApiAuthConfirmByUidByCode401.js";
49
+ export * from "./getApiAuthUser201.js";
50
+ export * from "./getApiAuthUser401.js";
51
+ export * from "./getApiAuthUser500.js";
52
+ export * from "./getApiCharts200Item.js";
53
+ export * from "./getApiCharts401.js";
54
+ export * from "./getApiCharts500.js";
55
+ export * from "./getApiChartsById200.js";
56
+ export * from "./getApiChartsById401.js";
57
+ export * from "./getApiChartsById404.js";
58
+ export * from "./getApiChartsById500.js";
59
+ export * from "./getApiChartsKpiGroupById200.js";
60
+ export * from "./getApiChartsKpiGroupById200Data.js";
61
+ export * from "./getApiChartsKpiGroupById200DataDataSourceItem.js";
62
+ export * from "./getApiChartsKpiGroupById200DataDataSourceItemFlowDirection.js";
63
+ export * from "./getApiChartsKpiGroupById401.js";
64
+ export * from "./getApiChartsKpiGroupById404.js";
65
+ export * from "./getApiChartsKpiGroupById500.js";
66
+ export * from "./getApiChartsShowById200.js";
67
+ export * from "./getApiChartsShowById401.js";
68
+ export * from "./getApiChartsShowById404.js";
69
+ export * from "./getApiChartsShowById500.js";
70
+ export * from "./getApiDashboards200Item.js";
71
+ export * from "./getApiDashboards401.js";
72
+ export * from "./getApiDashboards500.js";
73
+ export * from "./getApiDashboardsById200.js";
74
+ export * from "./getApiDashboardsById401.js";
75
+ export * from "./getApiDashboardsById404.js";
76
+ export * from "./getApiDashboardsById500.js";
77
+ export * from "./getApiDashboardsShowById200.js";
78
+ export * from "./getApiDashboardsShowById401.js";
79
+ export * from "./getApiDashboardsShowById404.js";
80
+ export * from "./getApiDashboardsShowById500.js";
81
+ export * from "./getApiDatasources200Item.js";
82
+ export * from "./getApiDatasources401.js";
83
+ export * from "./getApiDatasources500.js";
84
+ export * from "./getApiDatasourcesById200.js";
85
+ export * from "./getApiDatasourcesById404.js";
86
+ export * from "./getApiDatasourcesById500.js";
87
+ export * from "./getApiDatasourcesByIdLinks200Item.js";
88
+ export * from "./getApiDatasourcesByIdLinks404.js";
89
+ export * from "./getApiDatasourcesByIdLinks500.js";
90
+ export * from "./getApiOrgs200Item.js";
91
+ export * from "./getApiOrgs500.js";
92
+ export * from "./getApiOrgsByOrgId200.js";
93
+ export * from "./getApiOrgsByOrgId401.js";
94
+ export * from "./getApiOrgsByOrgId404.js";
95
+ export * from "./getApiOrgsByOrgId500.js";
96
+ export * from "./getApiOrgsByOrgIdMembers200Item.js";
97
+ export * from "./getApiOrgsByOrgIdMembers200ItemRole.js";
98
+ export * from "./getApiOrgsByOrgIdMembers401.js";
99
+ export * from "./getApiOrgsByOrgIdMembers500.js";
100
+ export * from "./getApiOrgsByOrgIdProjects401.js";
101
+ export * from "./getApiOrgsByOrgIdProjects500.js";
102
+ export * from "./getApiProjects200Item.js";
103
+ export * from "./getApiProjects401.js";
104
+ export * from "./getApiProjects500.js";
105
+ export * from "./getApiProjectsByProjectId200.js";
106
+ export * from "./getApiProjectsByProjectId401.js";
107
+ export * from "./getApiProjectsByProjectId404.js";
108
+ export * from "./getApiProjectsByProjectId500.js";
109
+ export * from "./getApiProjectsByProjectIdMembers200Item.js";
110
+ export * from "./getApiProjectsByProjectIdMembers200ItemRole.js";
111
+ export * from "./getApiProjectsByProjectIdMembers401.js";
112
+ export * from "./getApiProjectsByProjectIdMembers500.js";
113
+ export * from "./getApiProjectsPersonal200Item.js";
114
+ export * from "./getApiProjectsPersonal401.js";
115
+ export * from "./getApiProjectsPersonal500.js";
116
+ export * from "./patchApiApikeysByIdReinstate200.js";
117
+ export * from "./patchApiApikeysByIdReinstate200Role.js";
118
+ export * from "./patchApiApikeysByIdReinstate401.js";
119
+ export * from "./patchApiApikeysByIdReinstate404.js";
120
+ export * from "./patchApiApikeysByIdReinstate500.js";
121
+ export * from "./patchApiApikeysByIdRevoke200.js";
122
+ export * from "./patchApiApikeysByIdRevoke200Role.js";
123
+ export * from "./patchApiApikeysByIdRevoke401.js";
124
+ export * from "./patchApiApikeysByIdRevoke404.js";
125
+ export * from "./patchApiApikeysByIdRevoke500.js";
126
+ export * from "./postApiApikeys201.js";
127
+ export * from "./postApiApikeys201Role.js";
128
+ export * from "./postApiApikeys401.js";
129
+ export * from "./postApiApikeys500.js";
130
+ export * from "./postApiApikeysBody.js";
131
+ export * from "./postApiApikeysBodyRole.js";
132
+ export * from "./postApiAuthLogin200.js";
133
+ export * from "./postApiAuthLogin401.js";
134
+ export * from "./postApiAuthLogin429.js";
135
+ export * from "./postApiAuthLogin500.js";
136
+ export * from "./postApiAuthLoginBody.js";
137
+ export * from "./postApiAuthRecover429.js";
138
+ export * from "./postApiAuthRecoverBody.js";
139
+ export * from "./postApiAuthRegister200.js";
140
+ export * from "./postApiAuthRegister400.js";
141
+ export * from "./postApiAuthRegister409.js";
142
+ export * from "./postApiAuthRegister500.js";
143
+ export * from "./postApiAuthRegisterBody.js";
144
+ export * from "./postApiAuthResend429.js";
145
+ export * from "./postApiAuthResendBody.js";
146
+ export * from "./postApiAuthResetPassword200.js";
147
+ export * from "./postApiAuthResetPassword400.js";
148
+ export * from "./postApiAuthResetPasswordBody.js";
149
+ export * from "./postApiAuthVerify200.js";
150
+ export * from "./postApiAuthVerify400.js";
151
+ export * from "./postApiAuthVerify401.js";
152
+ export * from "./postApiAuthVerify429.js";
153
+ export * from "./postApiAuthVerifyBody.js";
154
+ export * from "./postApiCharts201.js";
155
+ export * from "./postApiCharts401.js";
156
+ export * from "./postApiCharts403.js";
157
+ export * from "./postApiCharts500.js";
158
+ export * from "./postApiChartsBody.js";
159
+ export * from "./postApiChartsKpiGroup201.js";
160
+ export * from "./postApiChartsKpiGroup401.js";
161
+ export * from "./postApiChartsKpiGroup403.js";
162
+ export * from "./postApiChartsKpiGroup500.js";
163
+ export * from "./postApiChartsKpiGroupBody.js";
164
+ export * from "./postApiChartsPublishById200.js";
165
+ export * from "./postApiChartsPublishById401.js";
166
+ export * from "./postApiChartsPublishById403.js";
167
+ export * from "./postApiChartsPublishById404.js";
168
+ export * from "./postApiChartsPublishById500.js";
169
+ export * from "./postApiDashboards201.js";
170
+ export * from "./postApiDashboards401.js";
171
+ export * from "./postApiDashboards403.js";
172
+ export * from "./postApiDashboards500.js";
173
+ export * from "./postApiDashboardsBody.js";
174
+ export * from "./postApiDatasources201.js";
175
+ export * from "./postApiDatasources401.js";
176
+ export * from "./postApiDatasources403.js";
177
+ export * from "./postApiDatasources500.js";
178
+ export * from "./postApiDatasourcesBody.js";
179
+ export * from "./postApiDatasourcesByIdLinks201.js";
180
+ export * from "./postApiDatasourcesByIdLinks403.js";
181
+ export * from "./postApiDatasourcesByIdLinks404.js";
182
+ export * from "./postApiDatasourcesByIdLinks500.js";
183
+ export * from "./postApiDatasourcesByIdLinksBody.js";
184
+ export * from "./postApiHints200Item.js";
185
+ export * from "./postApiHints500.js";
186
+ export * from "./postApiOrgs201.js";
187
+ export * from "./postApiOrgs500.js";
188
+ export * from "./postApiOrgsBody.js";
189
+ export * from "./postApiOrgsByOrgIdMembers201.js";
190
+ export * from "./postApiOrgsByOrgIdMembers201Role.js";
191
+ export * from "./postApiOrgsByOrgIdMembers401.js";
192
+ export * from "./postApiOrgsByOrgIdMembers500.js";
193
+ export * from "./postApiOrgsByOrgIdMembersBody.js";
194
+ export * from "./postApiOrgsByOrgIdMembersBodyRole.js";
195
+ export * from "./postApiProjects201.js";
196
+ export * from "./postApiProjects401.js";
197
+ export * from "./postApiProjects500.js";
198
+ export * from "./postApiProjectsBody.js";
199
+ export * from "./postApiProjectsByProjectIdMembers201.js";
200
+ export * from "./postApiProjectsByProjectIdMembers201Role.js";
201
+ export * from "./postApiProjectsByProjectIdMembers401.js";
202
+ export * from "./postApiProjectsByProjectIdMembers500.js";
203
+ export * from "./postApiProjectsByProjectIdMembersBody.js";
204
+ export * from "./postApiProjectsByProjectIdMembersBodyRole.js";
205
+ export * from "./postApiProjectsByProjectIdOrgs401.js";
206
+ export * from "./postApiProjectsByProjectIdOrgs500.js";
207
+ export * from "./postApiProjectsByProjectIdOrgsBody.js";
208
+ export * from "./putApiAuthPwd400.js";
209
+ export * from "./putApiAuthPwd401.js";
210
+ export * from "./putApiAuthPwdBody.js";
211
+ export * from "./putApiChartsById200.js";
212
+ export * from "./putApiChartsById403.js";
213
+ export * from "./putApiChartsById404.js";
214
+ export * from "./putApiChartsById500.js";
215
+ export * from "./putApiChartsByIdBody.js";
216
+ export * from "./putApiChartsKpiGroupById200.js";
217
+ export * from "./putApiChartsKpiGroupById401.js";
218
+ export * from "./putApiChartsKpiGroupById403.js";
219
+ export * from "./putApiChartsKpiGroupById404.js";
220
+ export * from "./putApiChartsKpiGroupById500.js";
221
+ export * from "./putApiChartsKpiGroupByIdBody.js";
222
+ export * from "./putApiChartsKpiGroupByIdBodyConfig.js";
223
+ export * from "./putApiChartsKpiGroupByIdBodyConfigDirection.js";
224
+ export * from "./putApiChartsKpiGroupByIdBodyDataSourceItem.js";
225
+ export * from "./putApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection.js";
226
+ export * from "./putApiDashboardsById200.js";
227
+ export * from "./putApiDashboardsById401.js";
228
+ export * from "./putApiDashboardsById403.js";
229
+ export * from "./putApiDashboardsById404.js";
230
+ export * from "./putApiDashboardsById500.js";
231
+ export * from "./putApiDashboardsByIdBody.js";
232
+ export * from "./putApiDashboardsByIdBodySlotsItem.js";
233
+ export * from "./putApiDashboardsByIdBodySlotsItemSettings.js";
234
+ export * from "./putApiDashboardsByIdSlots200.js";
235
+ export * from "./putApiDashboardsByIdSlots401.js";
236
+ export * from "./putApiDashboardsByIdSlots403.js";
237
+ export * from "./putApiDashboardsByIdSlots404.js";
238
+ export * from "./putApiDashboardsByIdSlots500.js";
239
+ export * from "./putApiDashboardsByIdSlotsBody.js";
240
+ export * from "./putApiDashboardsByIdSlotsBodySlotsItem.js";
241
+ export * from "./putApiDashboardsByIdSlotsBodySlotsItemSettings.js";
242
+ export * from "./putApiDatasourcesById200.js";
243
+ export * from "./putApiDatasourcesById401.js";
244
+ export * from "./putApiDatasourcesById403.js";
245
+ export * from "./putApiDatasourcesById404.js";
246
+ export * from "./putApiDatasourcesById500.js";
247
+ export * from "./putApiDatasourcesByIdBody.js";
248
+ export * from "./putApiOrgsByOrgId200.js";
249
+ export * from "./putApiOrgsByOrgId401.js";
250
+ export * from "./putApiOrgsByOrgId500.js";
251
+ export * from "./putApiOrgsByOrgIdBody.js";
252
+ export * from "./putApiOrgsByOrgIdMembersByUserId200.js";
253
+ export * from "./putApiOrgsByOrgIdMembersByUserId200Role.js";
254
+ export * from "./putApiOrgsByOrgIdMembersByUserId401.js";
255
+ export * from "./putApiOrgsByOrgIdMembersByUserId500.js";
256
+ export * from "./putApiOrgsByOrgIdMembersByUserIdBody.js";
257
+ export * from "./putApiOrgsByOrgIdMembersByUserIdBodyRole.js";
258
+ export * from "./putApiProjectsByProjectId200.js";
259
+ export * from "./putApiProjectsByProjectId401.js";
260
+ export * from "./putApiProjectsByProjectId500.js";
261
+ export * from "./putApiProjectsByProjectIdBody.js";
262
+ export * from "./putApiProjectsByProjectIdMembersByUserId200.js";
263
+ export * from "./putApiProjectsByProjectIdMembersByUserId200Role.js";
264
+ export * from "./putApiProjectsByProjectIdMembersByUserId401.js";
265
+ export * from "./putApiProjectsByProjectIdMembersByUserId500.js";
266
+ export * from "./putApiProjectsByProjectIdMembersByUserIdBody.js";
267
+ export * from "./putApiProjectsByProjectIdMembersByUserIdBodyRole.js";
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import type { PatchApiApikeysByIdReinstate200Role } from "./patchApiApikeysByIdReinstate200Role.js";
9
+ export type PatchApiApikeysByIdReinstate200 = {
10
+ id: string;
11
+ prefix: string;
12
+ role: PatchApiApikeysByIdReinstate200Role;
13
+ expire: number;
14
+ revokedAt: string | null;
15
+ projectId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdReinstate200Role = (typeof PatchApiApikeysByIdReinstate200Role)[keyof typeof PatchApiApikeysByIdReinstate200Role];
9
+ export declare const PatchApiApikeysByIdReinstate200Role: {
10
+ readonly READONLY: "READONLY";
11
+ readonly READWRITE: "READWRITE";
12
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdReinstate401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdReinstate404 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdReinstate500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import type { PatchApiApikeysByIdRevoke200Role } from "./patchApiApikeysByIdRevoke200Role.js";
9
+ export type PatchApiApikeysByIdRevoke200 = {
10
+ id: string;
11
+ prefix: string;
12
+ role: PatchApiApikeysByIdRevoke200Role;
13
+ expire: number;
14
+ revokedAt: string | null;
15
+ projectId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdRevoke200Role = (typeof PatchApiApikeysByIdRevoke200Role)[keyof typeof PatchApiApikeysByIdRevoke200Role];
9
+ export declare const PatchApiApikeysByIdRevoke200Role: {
10
+ readonly READONLY: "READONLY";
11
+ readonly READWRITE: "READWRITE";
12
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdRevoke401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdRevoke404 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PatchApiApikeysByIdRevoke500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import type { PostApiApikeys201Role } from "./postApiApikeys201Role.js";
9
+ export type PostApiApikeys201 = {
10
+ id: string;
11
+ prefix: string;
12
+ role: PostApiApikeys201Role;
13
+ expire: number;
14
+ revokedAt: string | null;
15
+ projectId: string;
16
+ createdAt: string;
17
+ updatedAt: string;
18
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiApikeys201Role = (typeof PostApiApikeys201Role)[keyof typeof PostApiApikeys201Role];
9
+ export declare const PostApiApikeys201Role: {
10
+ readonly READONLY: "READONLY";
11
+ readonly READWRITE: "READWRITE";
12
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiApikeys401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiApikeys500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ import type { PostApiApikeysBodyRole } from "./postApiApikeysBodyRole.js";
9
+ export type PostApiApikeysBody = {
10
+ role?: PostApiApikeysBodyRole;
11
+ /**
12
+ * @maximum 9007199254740991
13
+ * @exclusiveMinimum 0
14
+ */
15
+ expire?: number;
16
+ projectId?: string;
17
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiApikeysBodyRole = (typeof PostApiApikeysBodyRole)[keyof typeof PostApiApikeysBodyRole];
9
+ export declare const PostApiApikeysBodyRole: {
10
+ readonly READONLY: "READONLY";
11
+ readonly READWRITE: "READWRITE";
12
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiAuthLogin200 = {
9
+ auth: boolean;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiAuthLogin401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiAuthLogin429 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v8.15.0 🍺
3
+ * Do not edit manually.
4
+ * Graph Italia API
5
+ * API documentation for the Graph Italia application
6
+ * OpenAPI spec version: 1.0.0
7
+ */
8
+ export type PostApiAuthLogin500 = {
9
+ error: string;
10
+ };