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,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,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,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,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,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,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,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,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,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
|
+
};
|