Browse Source

feat(sdk): add data to AttachmentType

pull/4931/head
Wing-Kam Wong 2 years ago
parent
commit
3a0890ed46
  1. 1
      packages/nocodb-sdk/src/lib/Api.ts
  2. 3
      scripts/sdk/swagger.json

1
packages/nocodb-sdk/src/lib/Api.ts

@ -470,6 +470,7 @@ export interface AttachmentType {
size?: string;
icon?: string;
path?: string;
data?: any;
}
export interface WebhookType {

3
scripts/sdk/swagger.json

@ -9018,7 +9018,8 @@
},
"path": {
"type": "string"
}
},
"data": {}
}
},
"Webhook": {

Loading…
Cancel
Save