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; size?: string;
icon?: string; icon?: string;
path?: string; path?: string;
data?: any;
} }
export interface WebhookType { export interface WebhookType {

3
scripts/sdk/swagger.json

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

Loading…
Cancel
Save