n8n-nodes-amis-v1 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,14 +7,6 @@ class MisaAmisApp {
|
|
|
7
7
|
this.displayName = 'MISA AMIS App Config';
|
|
8
8
|
this.documentationUrl = 'https://amisapp.misa.vn/';
|
|
9
9
|
this.properties = [
|
|
10
|
-
{
|
|
11
|
-
displayName: 'Storage Path',
|
|
12
|
-
name: 'storagePath',
|
|
13
|
-
type: 'string',
|
|
14
|
-
default: 'C:/Users/Admin/.n8n/misa_sessions',
|
|
15
|
-
description: 'Local directory to store user sessions (cookies). Ensure n8n has write access.',
|
|
16
|
-
required: true,
|
|
17
|
-
},
|
|
18
10
|
{
|
|
19
11
|
displayName: 'API URL (Optional)',
|
|
20
12
|
name: 'apiUrl',
|