W n8n
This commit is contained in:
parent
3126b520bc
commit
311490f0f7
@ -19,6 +19,11 @@ interface MissionCreateInput {
|
|||||||
profils?: string[];
|
profils?: string[];
|
||||||
guardians?: Record<string, string>;
|
guardians?: Record<string, string>;
|
||||||
volunteers?: string[];
|
volunteers?: string[];
|
||||||
|
creatorId?: string;
|
||||||
|
config?: {
|
||||||
|
N8N_API_KEY: string;
|
||||||
|
MISSION_API_URL: string;
|
||||||
|
};
|
||||||
logo?: {
|
logo?: {
|
||||||
data: string;
|
data: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
@ -28,6 +33,8 @@ interface MissionCreateInput {
|
|||||||
outlineCollectionId?: string | null;
|
outlineCollectionId?: string | null;
|
||||||
rocketChatChannelId?: string | null;
|
rocketChatChannelId?: string | null;
|
||||||
gitRepositoryId?: string | null;
|
gitRepositoryId?: string | null;
|
||||||
|
giteaRepositoryUrl?: string | null;
|
||||||
|
penpotProjectId?: string | null;
|
||||||
status?: string;
|
status?: string;
|
||||||
createdAt?: Date;
|
createdAt?: Date;
|
||||||
updatedAt?: Date;
|
updatedAt?: Date;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user