mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add communication account plugin scaffolds
This commit is contained in:
parent
5cfeea6b57
commit
c23ce42948
48 changed files with 1949 additions and 13 deletions
|
|
@ -8,7 +8,13 @@
|
|||
"./agent": "./schemas/logicsrc-agent.schema.json",
|
||||
"./run": "./schemas/logicsrc-run.schema.json",
|
||||
"./event": "./schemas/logicsrc-event.schema.json",
|
||||
"./plugin": "./schemas/logicsrc-plugin.schema.json"
|
||||
"./plugin": "./schemas/logicsrc-plugin.schema.json",
|
||||
"./connected-account": "./schemas/logicsrc-connected-account.schema.json",
|
||||
"./account-provider": "./schemas/logicsrc-account-provider.schema.json",
|
||||
"./account-grant": "./schemas/logicsrc-account-grant.schema.json",
|
||||
"./account-audit-event": "./schemas/logicsrc-account-audit-event.schema.json",
|
||||
"./email-message": "./schemas/logicsrc-email-message.schema.json",
|
||||
"./social-post": "./schemas/logicsrc-social-post.schema.json"
|
||||
},
|
||||
"files": [
|
||||
"schemas"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue