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.
- package/dist/index.esm.js +475 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +477 -0
- package/dist/index.js.map +1 -0
- package/dist/types/index.d.ts +142 -0
- package/dist/types/model/deleteApiApikeysById401.d.ts +10 -0
- package/dist/types/model/deleteApiApikeysById404.d.ts +10 -0
- package/dist/types/model/deleteApiApikeysById500.d.ts +10 -0
- package/dist/types/model/deleteApiChartsById200.d.ts +22 -0
- package/dist/types/model/deleteApiChartsById403.d.ts +10 -0
- package/dist/types/model/deleteApiChartsById404.d.ts +10 -0
- package/dist/types/model/deleteApiChartsById500.d.ts +10 -0
- package/dist/types/model/deleteApiDashboardsById401.d.ts +10 -0
- package/dist/types/model/deleteApiDashboardsById403.d.ts +10 -0
- package/dist/types/model/deleteApiDashboardsById404.d.ts +10 -0
- package/dist/types/model/deleteApiDashboardsById500.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesById401.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesById403.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesById404.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesById500.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId403.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId404.d.ts +10 -0
- package/dist/types/model/deleteApiDatasourcesByIdLinksByChartId500.d.ts +10 -0
- package/dist/types/model/deleteApiOrgsByOrgId401.d.ts +10 -0
- package/dist/types/model/deleteApiOrgsByOrgId500.d.ts +10 -0
- package/dist/types/model/deleteApiOrgsByOrgIdMembersByUserId401.d.ts +10 -0
- package/dist/types/model/deleteApiOrgsByOrgIdMembersByUserId500.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectId401.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectId500.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectIdMembersByUserId401.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectIdMembersByUserId500.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectIdOrgsByOrgId401.d.ts +10 -0
- package/dist/types/model/deleteApiProjectsByProjectIdOrgsByOrgId500.d.ts +10 -0
- package/dist/types/model/getApiAdminUsers401.d.ts +10 -0
- package/dist/types/model/getApiAdminUsers403.d.ts +10 -0
- package/dist/types/model/getApiApikeys200Item.d.ts +18 -0
- package/dist/types/model/getApiApikeys200ItemRole.d.ts +12 -0
- package/dist/types/model/getApiApikeys401.d.ts +10 -0
- package/dist/types/model/getApiApikeys500.d.ts +10 -0
- package/dist/types/model/getApiApikeysByIdLogs200Item.d.ts +17 -0
- package/dist/types/model/getApiApikeysByIdLogs401.d.ts +10 -0
- package/dist/types/model/getApiApikeysByIdLogs404.d.ts +10 -0
- package/dist/types/model/getApiApikeysByIdLogs500.d.ts +10 -0
- package/dist/types/model/getApiApikeysByIdLogsParams.d.ts +14 -0
- package/dist/types/model/getApiAuthConfirmByUidByCode400.d.ts +10 -0
- package/dist/types/model/getApiAuthConfirmByUidByCode401.d.ts +10 -0
- package/dist/types/model/getApiAuthUser201.d.ts +10 -0
- package/dist/types/model/getApiAuthUser401.d.ts +10 -0
- package/dist/types/model/getApiAuthUser500.d.ts +10 -0
- package/dist/types/model/getApiCharts200Item.d.ts +22 -0
- package/dist/types/model/getApiCharts401.d.ts +10 -0
- package/dist/types/model/getApiCharts500.d.ts +10 -0
- package/dist/types/model/getApiChartsById200.d.ts +22 -0
- package/dist/types/model/getApiChartsById401.d.ts +10 -0
- package/dist/types/model/getApiChartsById404.d.ts +10 -0
- package/dist/types/model/getApiChartsById500.d.ts +10 -0
- package/dist/types/model/getApiChartsKpiGroupById200.d.ts +11 -0
- package/dist/types/model/getApiChartsKpiGroupById200Data.d.ts +15 -0
- package/dist/types/model/getApiChartsKpiGroupById200DataDataSourceItem.d.ts +21 -0
- package/dist/types/model/getApiChartsKpiGroupById200DataDataSourceItemFlowDirection.d.ts +12 -0
- package/dist/types/model/getApiChartsKpiGroupById401.d.ts +10 -0
- package/dist/types/model/getApiChartsKpiGroupById404.d.ts +10 -0
- package/dist/types/model/getApiChartsKpiGroupById500.d.ts +10 -0
- package/dist/types/model/getApiChartsShowById200.d.ts +22 -0
- package/dist/types/model/getApiChartsShowById401.d.ts +10 -0
- package/dist/types/model/getApiChartsShowById404.d.ts +10 -0
- package/dist/types/model/getApiChartsShowById500.d.ts +10 -0
- package/dist/types/model/getApiDashboards200Item.d.ts +16 -0
- package/dist/types/model/getApiDashboards401.d.ts +10 -0
- package/dist/types/model/getApiDashboards500.d.ts +10 -0
- package/dist/types/model/getApiDashboardsById200.d.ts +16 -0
- package/dist/types/model/getApiDashboardsById401.d.ts +10 -0
- package/dist/types/model/getApiDashboardsById404.d.ts +10 -0
- package/dist/types/model/getApiDashboardsById500.d.ts +10 -0
- package/dist/types/model/getApiDashboardsShowById200.d.ts +16 -0
- package/dist/types/model/getApiDashboardsShowById401.d.ts +10 -0
- package/dist/types/model/getApiDashboardsShowById404.d.ts +10 -0
- package/dist/types/model/getApiDashboardsShowById500.d.ts +10 -0
- package/dist/types/model/getApiDatasources200Item.d.ts +21 -0
- package/dist/types/model/getApiDatasources401.d.ts +10 -0
- package/dist/types/model/getApiDatasources500.d.ts +10 -0
- package/dist/types/model/getApiDatasourcesById200.d.ts +21 -0
- package/dist/types/model/getApiDatasourcesById404.d.ts +10 -0
- package/dist/types/model/getApiDatasourcesById500.d.ts +10 -0
- package/dist/types/model/getApiDatasourcesByIdLinks200Item.d.ts +14 -0
- package/dist/types/model/getApiDatasourcesByIdLinks404.d.ts +10 -0
- package/dist/types/model/getApiDatasourcesByIdLinks500.d.ts +10 -0
- package/dist/types/model/getApiOrgs200Item.d.ts +13 -0
- package/dist/types/model/getApiOrgs500.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgId200.d.ts +13 -0
- package/dist/types/model/getApiOrgsByOrgId401.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgId404.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgId500.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgIdMembers200Item.d.ts +15 -0
- package/dist/types/model/getApiOrgsByOrgIdMembers200ItemRole.d.ts +12 -0
- package/dist/types/model/getApiOrgsByOrgIdMembers401.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgIdMembers500.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgIdProjects401.d.ts +10 -0
- package/dist/types/model/getApiOrgsByOrgIdProjects500.d.ts +10 -0
- package/dist/types/model/getApiProjects200Item.d.ts +14 -0
- package/dist/types/model/getApiProjects401.d.ts +10 -0
- package/dist/types/model/getApiProjects500.d.ts +10 -0
- package/dist/types/model/getApiProjectsByProjectId200.d.ts +14 -0
- package/dist/types/model/getApiProjectsByProjectId401.d.ts +10 -0
- package/dist/types/model/getApiProjectsByProjectId404.d.ts +10 -0
- package/dist/types/model/getApiProjectsByProjectId500.d.ts +10 -0
- package/dist/types/model/getApiProjectsByProjectIdMembers200Item.d.ts +15 -0
- package/dist/types/model/getApiProjectsByProjectIdMembers200ItemRole.d.ts +12 -0
- package/dist/types/model/getApiProjectsByProjectIdMembers401.d.ts +10 -0
- package/dist/types/model/getApiProjectsByProjectIdMembers500.d.ts +10 -0
- package/dist/types/model/getApiProjectsPersonal200Item.d.ts +14 -0
- package/dist/types/model/getApiProjectsPersonal401.d.ts +10 -0
- package/dist/types/model/getApiProjectsPersonal500.d.ts +10 -0
- package/dist/types/model/index.d.ts +267 -0
- package/dist/types/model/patchApiApikeysByIdReinstate200.d.ts +18 -0
- package/dist/types/model/patchApiApikeysByIdReinstate200Role.d.ts +12 -0
- package/dist/types/model/patchApiApikeysByIdReinstate401.d.ts +10 -0
- package/dist/types/model/patchApiApikeysByIdReinstate404.d.ts +10 -0
- package/dist/types/model/patchApiApikeysByIdReinstate500.d.ts +10 -0
- package/dist/types/model/patchApiApikeysByIdRevoke200.d.ts +18 -0
- package/dist/types/model/patchApiApikeysByIdRevoke200Role.d.ts +12 -0
- package/dist/types/model/patchApiApikeysByIdRevoke401.d.ts +10 -0
- package/dist/types/model/patchApiApikeysByIdRevoke404.d.ts +10 -0
- package/dist/types/model/patchApiApikeysByIdRevoke500.d.ts +10 -0
- package/dist/types/model/postApiApikeys201.d.ts +18 -0
- package/dist/types/model/postApiApikeys201Role.d.ts +12 -0
- package/dist/types/model/postApiApikeys401.d.ts +10 -0
- package/dist/types/model/postApiApikeys500.d.ts +10 -0
- package/dist/types/model/postApiApikeysBody.d.ts +17 -0
- package/dist/types/model/postApiApikeysBodyRole.d.ts +12 -0
- package/dist/types/model/postApiAuthLogin200.d.ts +10 -0
- package/dist/types/model/postApiAuthLogin401.d.ts +10 -0
- package/dist/types/model/postApiAuthLogin429.d.ts +10 -0
- package/dist/types/model/postApiAuthLogin500.d.ts +10 -0
- package/dist/types/model/postApiAuthLoginBody.d.ts +12 -0
- package/dist/types/model/postApiAuthRecover429.d.ts +10 -0
- package/dist/types/model/postApiAuthRecoverBody.d.ts +11 -0
- package/dist/types/model/postApiAuthRegister200.d.ts +10 -0
- package/dist/types/model/postApiAuthRegister400.d.ts +10 -0
- package/dist/types/model/postApiAuthRegister409.d.ts +10 -0
- package/dist/types/model/postApiAuthRegister500.d.ts +10 -0
- package/dist/types/model/postApiAuthRegisterBody.d.ts +13 -0
- package/dist/types/model/postApiAuthResend429.d.ts +10 -0
- package/dist/types/model/postApiAuthResendBody.d.ts +11 -0
- package/dist/types/model/postApiAuthResetPassword200.d.ts +10 -0
- package/dist/types/model/postApiAuthResetPassword400.d.ts +10 -0
- package/dist/types/model/postApiAuthResetPasswordBody.d.ts +13 -0
- package/dist/types/model/postApiAuthVerify200.d.ts +10 -0
- package/dist/types/model/postApiAuthVerify400.d.ts +10 -0
- package/dist/types/model/postApiAuthVerify401.d.ts +10 -0
- package/dist/types/model/postApiAuthVerify429.d.ts +10 -0
- package/dist/types/model/postApiAuthVerifyBody.d.ts +11 -0
- package/dist/types/model/postApiCharts201.d.ts +22 -0
- package/dist/types/model/postApiCharts401.d.ts +10 -0
- package/dist/types/model/postApiCharts403.d.ts +10 -0
- package/dist/types/model/postApiCharts500.d.ts +10 -0
- package/dist/types/model/postApiChartsBody.d.ts +20 -0
- package/dist/types/model/postApiChartsKpiGroup201.d.ts +10 -0
- package/dist/types/model/postApiChartsKpiGroup401.d.ts +10 -0
- package/dist/types/model/postApiChartsKpiGroup403.d.ts +10 -0
- package/dist/types/model/postApiChartsKpiGroup500.d.ts +10 -0
- package/dist/types/model/postApiChartsKpiGroupBody.d.ts +12 -0
- package/dist/types/model/postApiChartsPublishById200.d.ts +10 -0
- package/dist/types/model/postApiChartsPublishById401.d.ts +10 -0
- package/dist/types/model/postApiChartsPublishById403.d.ts +10 -0
- package/dist/types/model/postApiChartsPublishById404.d.ts +10 -0
- package/dist/types/model/postApiChartsPublishById500.d.ts +10 -0
- package/dist/types/model/postApiDashboards201.d.ts +16 -0
- package/dist/types/model/postApiDashboards401.d.ts +10 -0
- package/dist/types/model/postApiDashboards403.d.ts +10 -0
- package/dist/types/model/postApiDashboards500.d.ts +10 -0
- package/dist/types/model/postApiDashboardsBody.d.ts +18 -0
- package/dist/types/model/postApiDatasources201.d.ts +21 -0
- package/dist/types/model/postApiDatasources401.d.ts +10 -0
- package/dist/types/model/postApiDatasources403.d.ts +10 -0
- package/dist/types/model/postApiDatasources500.d.ts +10 -0
- package/dist/types/model/postApiDatasourcesBody.d.ts +18 -0
- package/dist/types/model/postApiDatasourcesByIdLinks201.d.ts +14 -0
- package/dist/types/model/postApiDatasourcesByIdLinks403.d.ts +10 -0
- package/dist/types/model/postApiDatasourcesByIdLinks404.d.ts +10 -0
- package/dist/types/model/postApiDatasourcesByIdLinks500.d.ts +10 -0
- package/dist/types/model/postApiDatasourcesByIdLinksBody.d.ts +11 -0
- package/dist/types/model/postApiHints200Item.d.ts +15 -0
- package/dist/types/model/postApiHints500.d.ts +10 -0
- package/dist/types/model/postApiOrgs201.d.ts +13 -0
- package/dist/types/model/postApiOrgs500.d.ts +10 -0
- package/dist/types/model/postApiOrgsBody.d.ts +10 -0
- package/dist/types/model/postApiOrgsByOrgIdMembers201.d.ts +15 -0
- package/dist/types/model/postApiOrgsByOrgIdMembers201Role.d.ts +12 -0
- package/dist/types/model/postApiOrgsByOrgIdMembers401.d.ts +10 -0
- package/dist/types/model/postApiOrgsByOrgIdMembers500.d.ts +10 -0
- package/dist/types/model/postApiOrgsByOrgIdMembersBody.d.ts +13 -0
- package/dist/types/model/postApiOrgsByOrgIdMembersBodyRole.d.ts +12 -0
- package/dist/types/model/postApiProjects201.d.ts +14 -0
- package/dist/types/model/postApiProjects401.d.ts +10 -0
- package/dist/types/model/postApiProjects500.d.ts +10 -0
- package/dist/types/model/postApiProjectsBody.d.ts +10 -0
- package/dist/types/model/postApiProjectsByProjectIdMembers201.d.ts +15 -0
- package/dist/types/model/postApiProjectsByProjectIdMembers201Role.d.ts +12 -0
- package/dist/types/model/postApiProjectsByProjectIdMembers401.d.ts +10 -0
- package/dist/types/model/postApiProjectsByProjectIdMembers500.d.ts +10 -0
- package/dist/types/model/postApiProjectsByProjectIdMembersBody.d.ts +12 -0
- package/dist/types/model/postApiProjectsByProjectIdMembersBodyRole.d.ts +12 -0
- package/dist/types/model/postApiProjectsByProjectIdOrgs401.d.ts +10 -0
- package/dist/types/model/postApiProjectsByProjectIdOrgs500.d.ts +10 -0
- package/dist/types/model/postApiProjectsByProjectIdOrgsBody.d.ts +10 -0
- package/dist/types/model/putApiAuthPwd400.d.ts +10 -0
- package/dist/types/model/putApiAuthPwd401.d.ts +10 -0
- package/dist/types/model/putApiAuthPwdBody.d.ts +11 -0
- package/dist/types/model/putApiChartsById200.d.ts +22 -0
- package/dist/types/model/putApiChartsById403.d.ts +10 -0
- package/dist/types/model/putApiChartsById404.d.ts +10 -0
- package/dist/types/model/putApiChartsById500.d.ts +10 -0
- package/dist/types/model/putApiChartsByIdBody.d.ts +21 -0
- package/dist/types/model/putApiChartsKpiGroupById200.d.ts +10 -0
- package/dist/types/model/putApiChartsKpiGroupById401.d.ts +10 -0
- package/dist/types/model/putApiChartsKpiGroupById403.d.ts +10 -0
- package/dist/types/model/putApiChartsKpiGroupById404.d.ts +10 -0
- package/dist/types/model/putApiChartsKpiGroupById500.d.ts +10 -0
- package/dist/types/model/putApiChartsKpiGroupByIdBody.d.ts +16 -0
- package/dist/types/model/putApiChartsKpiGroupByIdBodyConfig.d.ts +23 -0
- package/dist/types/model/putApiChartsKpiGroupByIdBodyConfigDirection.d.ts +12 -0
- package/dist/types/model/putApiChartsKpiGroupByIdBodyDataSourceItem.d.ts +21 -0
- package/dist/types/model/putApiChartsKpiGroupByIdBodyDataSourceItemFlowDirection.d.ts +12 -0
- package/dist/types/model/putApiDashboardsById200.d.ts +16 -0
- package/dist/types/model/putApiDashboardsById401.d.ts +10 -0
- package/dist/types/model/putApiDashboardsById403.d.ts +10 -0
- package/dist/types/model/putApiDashboardsById404.d.ts +10 -0
- package/dist/types/model/putApiDashboardsById500.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdBody.d.ts +20 -0
- package/dist/types/model/putApiDashboardsByIdBodySlotsItem.d.ts +14 -0
- package/dist/types/model/putApiDashboardsByIdBodySlotsItemSettings.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdSlots200.d.ts +16 -0
- package/dist/types/model/putApiDashboardsByIdSlots401.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdSlots403.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdSlots404.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdSlots500.d.ts +10 -0
- package/dist/types/model/putApiDashboardsByIdSlotsBody.d.ts +11 -0
- package/dist/types/model/putApiDashboardsByIdSlotsBodySlotsItem.d.ts +14 -0
- package/dist/types/model/putApiDashboardsByIdSlotsBodySlotsItemSettings.d.ts +10 -0
- package/dist/types/model/putApiDatasourcesById200.d.ts +21 -0
- package/dist/types/model/putApiDatasourcesById401.d.ts +10 -0
- package/dist/types/model/putApiDatasourcesById403.d.ts +10 -0
- package/dist/types/model/putApiDatasourcesById404.d.ts +10 -0
- package/dist/types/model/putApiDatasourcesById500.d.ts +10 -0
- package/dist/types/model/putApiDatasourcesByIdBody.d.ts +18 -0
- package/dist/types/model/putApiOrgsByOrgId200.d.ts +13 -0
- package/dist/types/model/putApiOrgsByOrgId401.d.ts +10 -0
- package/dist/types/model/putApiOrgsByOrgId500.d.ts +10 -0
- package/dist/types/model/putApiOrgsByOrgIdBody.d.ts +10 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserId200.d.ts +15 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserId200Role.d.ts +12 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserId401.d.ts +10 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserId500.d.ts +10 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserIdBody.d.ts +11 -0
- package/dist/types/model/putApiOrgsByOrgIdMembersByUserIdBodyRole.d.ts +12 -0
- package/dist/types/model/putApiProjectsByProjectId200.d.ts +14 -0
- package/dist/types/model/putApiProjectsByProjectId401.d.ts +10 -0
- package/dist/types/model/putApiProjectsByProjectId500.d.ts +10 -0
- package/dist/types/model/putApiProjectsByProjectIdBody.d.ts +10 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserId200.d.ts +15 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserId200Role.d.ts +12 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserId401.d.ts +10 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserId500.d.ts +10 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserIdBody.d.ts +11 -0
- package/dist/types/model/putApiProjectsByProjectIdMembersByUserIdBodyRole.d.ts +12 -0
- 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,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,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,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,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,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,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,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,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,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,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,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,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
|
+
};
|