UNPKG

n8n-nodes-larkbase-v3

Version:
33 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LarkbaseApi = void 0; class LarkbaseApi { constructor() { this.name = 'larkbaseApi'; this.displayName = 'Larkbase API'; this.documentationUrl = 'https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/bitable-overview'; this.properties = [ { displayName: 'App ID', name: 'appId', type: 'string', default: '', required: true, description: 'App ID của ứng dụng Feishu/Lark', }, { displayName: 'App Secret', name: 'appSecret', type: 'string', default: '', required: true, typeOptions: { password: true, }, description: 'App Secret của ứng dụng Feishu/Lark', }, ]; } } exports.LarkbaseApi = LarkbaseApi; //# sourceMappingURL=LarkbaseApi.credentials.js.map