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,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
+ import type { GetApiChartsKpiGroupById200Data } from "./getApiChartsKpiGroupById200Data.js";
9
+ export type GetApiChartsKpiGroupById200 = {
10
+ data: GetApiChartsKpiGroupById200Data;
11
+ };
@@ -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 { GetApiChartsKpiGroupById200DataDataSourceItem } from "./getApiChartsKpiGroupById200DataDataSourceItem.js";
9
+ export type GetApiChartsKpiGroupById200Data = {
10
+ id: string;
11
+ name: string | null;
12
+ description: string | null;
13
+ config: unknown;
14
+ dataSource: GetApiChartsKpiGroupById200DataDataSourceItem[];
15
+ };
@@ -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 { GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection } from "./getApiChartsKpiGroupById200DataDataSourceItemFlowDirection.js";
9
+ export type GetApiChartsKpiGroupById200DataDataSourceItem = {
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: GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection;
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 GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection = (typeof GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection)[keyof typeof GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection];
9
+ export declare const GetApiChartsKpiGroupById200DataDataSourceItemFlowDirection: {
10
+ readonly "+": "+";
11
+ readonly "-": "-";
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 GetApiChartsKpiGroupById401 = {
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 GetApiChartsKpiGroupById404 = {
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 GetApiChartsKpiGroupById500 = {
9
+ error: string;
10
+ };
@@ -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 GetApiChartsShowById200 = {
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 GetApiChartsShowById401 = {
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 GetApiChartsShowById404 = {
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 GetApiChartsShowById500 = {
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
+ export type GetApiDashboards200Item = {
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 GetApiDashboards401 = {
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 GetApiDashboards500 = {
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
+ export type GetApiDashboardsById200 = {
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 GetApiDashboardsById401 = {
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 GetApiDashboardsById404 = {
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 GetApiDashboardsById500 = {
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
+ export type GetApiDashboardsShowById200 = {
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 GetApiDashboardsShowById401 = {
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 GetApiDashboardsShowById404 = {
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 GetApiDashboardsShowById500 = {
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 GetApiDatasources200Item = {
9
+ id: string;
10
+ projectId: string;
11
+ name: string | null;
12
+ description: string | null;
13
+ data: unknown;
14
+ rules: unknown | null;
15
+ publish: boolean;
16
+ isTrasposed: boolean;
17
+ remoteUrl: string | null;
18
+ isRemote: boolean;
19
+ createdAt: string;
20
+ updatedAt: string;
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 GetApiDatasources401 = {
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 GetApiDatasources500 = {
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 GetApiDatasourcesById200 = {
9
+ id: string;
10
+ projectId: string;
11
+ name: string | null;
12
+ description: string | null;
13
+ data: unknown;
14
+ rules: unknown | null;
15
+ publish: boolean;
16
+ isTrasposed: boolean;
17
+ remoteUrl: string | null;
18
+ isRemote: boolean;
19
+ createdAt: string;
20
+ updatedAt: string;
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 GetApiDatasourcesById404 = {
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 GetApiDatasourcesById500 = {
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 GetApiDatasourcesByIdLinks200Item = {
9
+ dataSourceId: string;
10
+ chartId: string;
11
+ config: unknown | null;
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 GetApiDatasourcesByIdLinks404 = {
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 GetApiDatasourcesByIdLinks500 = {
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
+ export type GetApiOrgs200Item = {
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 GetApiOrgs500 = {
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
+ export type GetApiOrgsByOrgId200 = {
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 GetApiOrgsByOrgId401 = {
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 GetApiOrgsByOrgId404 = {
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 GetApiOrgsByOrgId500 = {
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 { GetApiOrgsByOrgIdMembers200ItemRole } from "./getApiOrgsByOrgIdMembers200ItemRole.js";
9
+ export type GetApiOrgsByOrgIdMembers200Item = {
10
+ userId: string;
11
+ orgId: string;
12
+ role: GetApiOrgsByOrgIdMembers200ItemRole;
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 GetApiOrgsByOrgIdMembers200ItemRole = (typeof GetApiOrgsByOrgIdMembers200ItemRole)[keyof typeof GetApiOrgsByOrgIdMembers200ItemRole];
9
+ export declare const GetApiOrgsByOrgIdMembers200ItemRole: {
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 GetApiOrgsByOrgIdMembers401 = {
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 GetApiOrgsByOrgIdMembers500 = {
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 GetApiOrgsByOrgIdProjects401 = {
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 GetApiOrgsByOrgIdProjects500 = {
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 GetApiProjects200Item = {
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 GetApiProjects401 = {
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 GetApiProjects500 = {
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 GetApiProjectsByProjectId200 = {
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 GetApiProjectsByProjectId401 = {
9
+ error: string;
10
+ };