Browse Source

feat(sdk): add path to attachment type

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

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

@ -469,6 +469,7 @@ export interface AttachmentType {
mimetype?: string;
size?: string;
icon?: string;
path?: string;
}
export interface WebhookType {

3
scripts/sdk/swagger.json

@ -9015,6 +9015,9 @@
},
"icon": {
"type": "string"
},
"path": {
"type": "string"
}
}
},

Loading…
Cancel
Save