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