Skip to content

Commit

Permalink
chore: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz committed Dec 9, 2024
1 parent fabb118 commit 0339755
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 75 deletions.
39 changes: 24 additions & 15 deletions src/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -967,27 +967,29 @@ type SocialLink {
The type of social link
"""
enum SocialLinkType {
TWITTER
TUMBLR
MASTODON
MATTERMOST
SLACK
LINKEDIN
MEETUP
FACEBOOK
INSTAGRAM
BLUESKY
DISCORD
YOUTUBE
GITHUB
GITLAB
GIT
WEBSITE
DISCOURSE
PIXELFED
FACEBOOK
GHOST
GIT
GITHUB
GITLAB
INSTAGRAM
LINKEDIN
MASTODON
MATTERMOST
MEETUP
PEERTUBE
PIXELFED
SLACK
THREADS
TIKTOK
TUMBLR
TWITCH
TWITTER
WEBSITE
YOUTUBE
}

"""
Expand Down Expand Up @@ -1134,6 +1136,7 @@ type PlanType {

type Policies {
id: String
EXPENSE_POLICIES: EXPENSE_POLICIES
EXPENSE_AUTHOR_CANNOT_APPROVE: EXPENSE_AUTHOR_CANNOT_APPROVE
REQUIRE_2FA_FOR_ADMINS: Boolean
COLLECTIVE_ADMINS_CAN_REFUND: Boolean
Expand All @@ -1144,6 +1147,12 @@ type Policies {
COLLECTIVE_ADMINS_CAN_SEE_PAYOUT_METHODS: Boolean
}

type EXPENSE_POLICIES {
invoicePolicy: String
receiptPolicy: String
titlePolicy: String
}

type EXPENSE_AUTHOR_CANNOT_APPROVE {
amountInCents: Int
enabled: Boolean
Expand Down
Loading

0 comments on commit 0339755

Please sign in to comment.