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,13 @@
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 PostApiOrgs201 = {
9
+ id: string;
10
+ name: string;
11
+ createdAt: string;
12
+ updatedAt: string;
13
+ };
@@ -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 PostApiOrgs500 = {
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 PostApiOrgsBody = {
9
+ name: 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 { PostApiOrgsByOrgIdMembers201Role } from "./postApiOrgsByOrgIdMembers201Role.js";
9
+ export type PostApiOrgsByOrgIdMembers201 = {
10
+ userId: string;
11
+ orgId: string;
12
+ role: PostApiOrgsByOrgIdMembers201Role;
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 PostApiOrgsByOrgIdMembers201Role = (typeof PostApiOrgsByOrgIdMembers201Role)[keyof typeof PostApiOrgsByOrgIdMembers201Role];
9
+ export declare const PostApiOrgsByOrgIdMembers201Role: {
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 PostApiOrgsByOrgIdMembers401 = {
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 PostApiOrgsByOrgIdMembers500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,13 @@
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 { PostApiOrgsByOrgIdMembersBodyRole } from "./postApiOrgsByOrgIdMembersBodyRole.js";
9
+ export type PostApiOrgsByOrgIdMembersBody = {
10
+ /** @pattern ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$ */
11
+ email: string;
12
+ role?: PostApiOrgsByOrgIdMembersBodyRole;
13
+ };
@@ -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 PostApiOrgsByOrgIdMembersBodyRole = (typeof PostApiOrgsByOrgIdMembersBodyRole)[keyof typeof PostApiOrgsByOrgIdMembersBodyRole];
9
+ export declare const PostApiOrgsByOrgIdMembersBodyRole: {
10
+ readonly USER: "USER";
11
+ readonly ADMIN: "ADMIN";
12
+ };
@@ -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 PostApiProjects201 = {
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 PostApiProjects401 = {
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 PostApiProjects500 = {
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 PostApiProjectsBody = {
9
+ name: 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 { PostApiProjectsByProjectIdMembers201Role } from "./postApiProjectsByProjectIdMembers201Role.js";
9
+ export type PostApiProjectsByProjectIdMembers201 = {
10
+ userId: string;
11
+ projectId: string;
12
+ role: PostApiProjectsByProjectIdMembers201Role;
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 PostApiProjectsByProjectIdMembers201Role = (typeof PostApiProjectsByProjectIdMembers201Role)[keyof typeof PostApiProjectsByProjectIdMembers201Role];
9
+ export declare const PostApiProjectsByProjectIdMembers201Role: {
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 PostApiProjectsByProjectIdMembers401 = {
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 PostApiProjectsByProjectIdMembers500 = {
9
+ error: string;
10
+ };
@@ -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
+ import type { PostApiProjectsByProjectIdMembersBodyRole } from "./postApiProjectsByProjectIdMembersBodyRole.js";
9
+ export type PostApiProjectsByProjectIdMembersBody = {
10
+ userId: string;
11
+ role?: PostApiProjectsByProjectIdMembersBodyRole;
12
+ };
@@ -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 PostApiProjectsByProjectIdMembersBodyRole = (typeof PostApiProjectsByProjectIdMembersBodyRole)[keyof typeof PostApiProjectsByProjectIdMembersBodyRole];
9
+ export declare const PostApiProjectsByProjectIdMembersBodyRole: {
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 PostApiProjectsByProjectIdOrgs401 = {
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 PostApiProjectsByProjectIdOrgs500 = {
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 PostApiProjectsByProjectIdOrgsBody = {
9
+ orgId: 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 PutApiAuthPwd400 = {
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 PutApiAuthPwd401 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,11 @@
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 PutApiAuthPwdBody = {
9
+ /** @minLength 8 */
10
+ password: string;
11
+ };
@@ -0,0 +1,22 @@
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 PutApiChartsById200 = {
9
+ id: string;
10
+ projectId: string;
11
+ name: string | null;
12
+ description: string | null;
13
+ chart: string;
14
+ dataSource?: unknown;
15
+ config: unknown | null;
16
+ data: unknown | null;
17
+ isRemote: boolean | null;
18
+ remoteUrl: string | null;
19
+ publish: boolean;
20
+ createdAt: string;
21
+ updatedAt: string;
22
+ };
@@ -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 PutApiChartsById403 = {
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 PutApiChartsById404 = {
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 PutApiChartsById500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,21 @@
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 PutApiChartsByIdBody = {
9
+ name?: string;
10
+ description?: string;
11
+ chart?: string;
12
+ config?: unknown;
13
+ data?: unknown;
14
+ dataSource?: unknown;
15
+ publish?: boolean;
16
+ remoteUrl?: string | null;
17
+ isRemote?: boolean;
18
+ id?: string;
19
+ preview?: string | null;
20
+ slots?: string[] | null;
21
+ };
@@ -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 PutApiChartsKpiGroupById200 = {
9
+ id: 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 PutApiChartsKpiGroupById401 = {
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 PutApiChartsKpiGroupById403 = {
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 PutApiChartsKpiGroupById404 = {
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 PutApiChartsKpiGroupById500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,16 @@
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 { PutApiChartsKpiGroupByIdBodyConfig } from "./putApiChartsKpiGroupByIdBodyConfig.js";
9
+ import type { PutApiChartsKpiGroupByIdBodyDataSourceItem } from "./putApiChartsKpiGroupByIdBodyDataSourceItem.js";
10
+ export type PutApiChartsKpiGroupByIdBody = {
11
+ name: string;
12
+ description?: string;
13
+ publish?: boolean;
14
+ config: PutApiChartsKpiGroupByIdBodyConfig;
15
+ dataSource: PutApiChartsKpiGroupByIdBodyDataSourceItem[];
16
+ };
@@ -0,0 +1,23 @@
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 { PutApiChartsKpiGroupByIdBodyConfigDirection } from "./putApiChartsKpiGroupByIdBodyConfigDirection.js";
9
+ export type PutApiChartsKpiGroupByIdBodyConfig = {
10
+ direction: PutApiChartsKpiGroupByIdBodyConfigDirection;
11
+ h: number;
12
+ labeLine: boolean;
13
+ legend: boolean;
14
+ legendPosition: string;
15
+ palette: string[];
16
+ tooltip: boolean;
17
+ tooltipFormatter: string;
18
+ valueFormatter: string;
19
+ totalLabel: string;
20
+ tooltipTrigger: string;
21
+ colors: string[];
22
+ background: string;
23
+ };
@@ -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 PutApiChartsKpiGroupByIdBodyConfigDirection = (typeof PutApiChartsKpiGroupByIdBodyConfigDirection)[keyof typeof PutApiChartsKpiGroupByIdBodyConfigDirection];
9
+ export declare const PutApiChartsKpiGroupByIdBodyConfigDirection: {
10
+ readonly vertical: "vertical";
11
+ readonly horizontal: "horizontal";
12
+ };
@@ -0,0 +1,21 @@
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 { PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection } from "./putApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection.js";
9
+ export type PutApiChartsKpiGroupByIdBodyDataSourceItem = {
10
+ title: string;
11
+ value: string;
12
+ percentage?: string;
13
+ background_color?: string;
14
+ value_prefix?: string;
15
+ value_suffix?: string;
16
+ show_flow: boolean;
17
+ flow_value: string;
18
+ flow_direction: PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection;
19
+ flow_detail?: string;
20
+ footer_text?: string;
21
+ };
@@ -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 PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection = (typeof PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection)[keyof typeof PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection];
9
+ export declare const PutApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection: {
10
+ readonly "+": "+";
11
+ readonly "-": "-";
12
+ };
@@ -0,0 +1,16 @@
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 PutApiDashboardsById200 = {
9
+ id: string;
10
+ projectId: string;
11
+ name: string | null;
12
+ description: string | null;
13
+ publish: boolean;
14
+ createdAt: string;
15
+ updatedAt: string;
16
+ };
@@ -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 PutApiDashboardsById401 = {
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 PutApiDashboardsById403 = {
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 PutApiDashboardsById404 = {
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 PutApiDashboardsById500 = {
9
+ error: string;
10
+ };
@@ -0,0 +1,20 @@
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 { PutApiDashboardsByIdBodySlotsItem } from "./putApiDashboardsByIdBodySlotsItem.js";
9
+ export type PutApiDashboardsByIdBody = {
10
+ name?: string;
11
+ description?: string;
12
+ config?: unknown;
13
+ data?: unknown;
14
+ publish?: boolean;
15
+ remoteUrl?: string | null;
16
+ isRemote?: boolean;
17
+ id?: string;
18
+ preview?: string | null;
19
+ slots?: PutApiDashboardsByIdBodySlotsItem[];
20
+ };
@@ -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
+ import type { PutApiDashboardsByIdBodySlotsItemSettings } from "./putApiDashboardsByIdBodySlotsItemSettings.js";
9
+ export type PutApiDashboardsByIdBodySlotsItem = {
10
+ chartId: string;
11
+ settings?: PutApiDashboardsByIdBodySlotsItemSettings;
12
+ createdAt?: string;
13
+ updatedAt?: string;
14
+ };