✨ Add NocoDB block (#1365)
#970 #997 Fully integrate NocoDB. Added all API Functions: - List Table Records - Create Table Records - Update Table Records - Delete Table Records - Read Table Record - Count Table Records - List Linked Records - Link Records - Unlink Records Optional Todo: - Save responses of non-get requests in a variable (error validation try-catch is added and logged so i do not think so it is much needed) You are free to implement any extra validation/function :D --------- Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3e4e7531f6
commit
a17781dfa6
31
pnpm-lock.yaml
generated
31
pnpm-lock.yaml
generated
@ -1420,6 +1420,28 @@ importers:
|
||||
specifier: 5.4.5
|
||||
version: 5.4.5
|
||||
|
||||
packages/forge/blocks/nocodb:
|
||||
dependencies:
|
||||
ky:
|
||||
specifier: 1.2.3
|
||||
version: 1.2.3
|
||||
devDependencies:
|
||||
'@typebot.io/forge':
|
||||
specifier: workspace:*
|
||||
version: link:../../core
|
||||
'@typebot.io/lib':
|
||||
specifier: workspace:*
|
||||
version: link:../../../lib
|
||||
'@typebot.io/tsconfig':
|
||||
specifier: workspace:*
|
||||
version: link:../../../tsconfig
|
||||
'@types/react':
|
||||
specifier: 18.2.15
|
||||
version: 18.2.15
|
||||
typescript:
|
||||
specifier: 5.3.2
|
||||
version: 5.3.2
|
||||
|
||||
packages/forge/blocks/openRouter:
|
||||
devDependencies:
|
||||
'@typebot.io/forge':
|
||||
@ -1596,6 +1618,9 @@ importers:
|
||||
'@typebot.io/mistral-block':
|
||||
specifier: workspace:*
|
||||
version: link:../blocks/mistral
|
||||
'@typebot.io/nocodb-block':
|
||||
specifier: workspace:*
|
||||
version: link:../blocks/nocodb
|
||||
'@typebot.io/open-router-block':
|
||||
specifier: workspace:*
|
||||
version: link:../blocks/openRouter
|
||||
@ -22392,6 +22417,12 @@ packages:
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/typescript@5.3.2:
|
||||
resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typescript@5.4.5:
|
||||
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
|
Reference in New Issue
Block a user