mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Add CEO OpenClaw invite endpoint and update onboarding UX
This commit is contained in:
parent
2223afa0e9
commit
0233525e99
13 changed files with 608 additions and 120 deletions
|
|
@ -197,6 +197,7 @@ export {
|
|||
updateBudgetSchema,
|
||||
createAssetImageMetadataSchema,
|
||||
createCompanyInviteSchema,
|
||||
createOpenClawInvitePromptSchema,
|
||||
acceptInviteSchema,
|
||||
listJoinRequestsQuerySchema,
|
||||
claimJoinRequestApiKeySchema,
|
||||
|
|
@ -206,6 +207,7 @@ export {
|
|||
type UpdateBudget,
|
||||
type CreateAssetImageMetadata,
|
||||
type CreateCompanyInvite,
|
||||
type CreateOpenClawInvitePrompt,
|
||||
type AcceptInvite,
|
||||
type ListJoinRequestsQuery,
|
||||
type ClaimJoinRequestApiKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue