@n8n-dev/n8n-nodes-nbg-gr 1.0.0
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.
- package/README.md +106 -0
- package/dist/banner.svg +101 -0
- package/dist/credentials/NbgGrApi.credentials.d.ts +9 -0
- package/dist/credentials/NbgGrApi.credentials.js +49 -0
- package/dist/credentials/NbgGrApi.credentials.js.map +1 -0
- package/dist/icons/nbg-gr.dark.svg +18 -0
- package/dist/icons/nbg-gr.svg +18 -0
- package/dist/nodes/NbgGr/NbgGr.node.d.ts +4 -0
- package/dist/nodes/NbgGr/NbgGr.node.js +117 -0
- package/dist/nodes/NbgGr/NbgGr.node.js.map +1 -0
- package/dist/nodes/NbgGr/NbgGr.node.json +20 -0
- package/dist/nodes/NbgGr/nbg-gr.dark.svg +18 -0
- package/dist/nodes/NbgGr/nbg-gr.svg +18 -0
- package/dist/nodes/NbgGr/resources/account-access/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/account-access/index.js +641 -0
- package/dist/nodes/NbgGr/resources/account-access/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/accounts/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/accounts/index.js +199 -0
- package/dist/nodes/NbgGr/resources/accounts/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/balances/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/balances/index.js +217 -0
- package/dist/nodes/NbgGr/resources/balances/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/beneficiaries/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/beneficiaries/index.js +217 -0
- package/dist/nodes/NbgGr/resources/beneficiaries/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/index.d.ts +10 -0
- package/dist/nodes/NbgGr/resources/index.js +24 -0
- package/dist/nodes/NbgGr/resources/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/parties/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/parties/index.js +589 -0
- package/dist/nodes/NbgGr/resources/parties/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/sandbox/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/sandbox/index.js +359 -0
- package/dist/nodes/NbgGr/resources/sandbox/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/scheduled-payments/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/scheduled-payments/index.js +217 -0
- package/dist/nodes/NbgGr/resources/scheduled-payments/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/standing-orders/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/standing-orders/index.js +217 -0
- package/dist/nodes/NbgGr/resources/standing-orders/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/statements/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/statements/index.js +480 -0
- package/dist/nodes/NbgGr/resources/statements/index.js.map +1 -0
- package/dist/nodes/NbgGr/resources/transactions/index.d.ts +2 -0
- package/dist/nodes/NbgGr/resources/transactions/index.js +480 -0
- package/dist/nodes/NbgGr/resources/transactions/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.accountsDescription = void 0;
|
|
4
|
+
exports.accountsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Accounts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Accounts",
|
|
20
|
+
"value": "GET Accounts",
|
|
21
|
+
"action": "Get Accounts",
|
|
22
|
+
"description": "Get Accounts",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/accounts"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /accounts",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Accounts"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"GET Accounts"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"displayName": "X Fapi Auth Date",
|
|
54
|
+
"name": "x-fapi-auth-date",
|
|
55
|
+
"description": "The time when the PSU last logged in with the TPP.\r\nAll dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:\r\nSun, 10 Sep 2017 19:43:31 UTC",
|
|
56
|
+
"default": "",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"routing": {
|
|
59
|
+
"request": {
|
|
60
|
+
"headers": {
|
|
61
|
+
"x-fapi-auth-date": "={{ $value }}"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Accounts"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"GET Accounts"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"displayName": "X Fapi Customer Ip Address",
|
|
78
|
+
"name": "x-fapi-customer-ip-address",
|
|
79
|
+
"description": "The PSU's IP address if the PSU is currently logged in with the TPP.",
|
|
80
|
+
"default": "",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"routing": {
|
|
83
|
+
"request": {
|
|
84
|
+
"headers": {
|
|
85
|
+
"x-fapi-customer-ip-address": "={{ $value }}"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Accounts"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"GET Accounts"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "X Fapi Interaction Id",
|
|
102
|
+
"name": "x-fapi-interaction-id",
|
|
103
|
+
"description": "An RFC4122 UID used as a correlation id.",
|
|
104
|
+
"default": "",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"routing": {
|
|
107
|
+
"request": {
|
|
108
|
+
"headers": {
|
|
109
|
+
"x-fapi-interaction-id": "={{ $value }}"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Accounts"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"GET Accounts"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"displayName": "X Customer User Agent",
|
|
126
|
+
"name": "x-customer-user-agent",
|
|
127
|
+
"description": "Indicates the user-agent that the PSU is using.",
|
|
128
|
+
"default": "",
|
|
129
|
+
"type": "string",
|
|
130
|
+
"routing": {
|
|
131
|
+
"request": {
|
|
132
|
+
"headers": {
|
|
133
|
+
"x-customer-user-agent": "={{ $value }}"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"displayOptions": {
|
|
138
|
+
"show": {
|
|
139
|
+
"resource": [
|
|
140
|
+
"Accounts"
|
|
141
|
+
],
|
|
142
|
+
"operation": [
|
|
143
|
+
"GET Accounts"
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"displayName": "Sandbox Id",
|
|
150
|
+
"name": "sandbox-id",
|
|
151
|
+
"required": true,
|
|
152
|
+
"description": "The unique id of the sandbox to be used",
|
|
153
|
+
"default": "",
|
|
154
|
+
"type": "string",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"headers": {
|
|
158
|
+
"sandbox-id": "={{ $value }}"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"displayOptions": {
|
|
163
|
+
"show": {
|
|
164
|
+
"resource": [
|
|
165
|
+
"Accounts"
|
|
166
|
+
],
|
|
167
|
+
"operation": [
|
|
168
|
+
"GET Accounts"
|
|
169
|
+
]
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"displayName": "Client Id API Key",
|
|
175
|
+
"name": "security_client_id",
|
|
176
|
+
"type": "string",
|
|
177
|
+
"default": "",
|
|
178
|
+
"description": "Application's Id",
|
|
179
|
+
"required": false,
|
|
180
|
+
"routing": {
|
|
181
|
+
"request": {
|
|
182
|
+
"headers": {
|
|
183
|
+
"Client-Id": "={{ $value }}"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"displayOptions": {
|
|
188
|
+
"show": {
|
|
189
|
+
"resource": [
|
|
190
|
+
"Accounts"
|
|
191
|
+
],
|
|
192
|
+
"operation": [
|
|
193
|
+
"GET Accounts"
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
];
|
|
199
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/NbgGr/resources/accounts/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.balancesDescription = void 0;
|
|
4
|
+
exports.balancesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Balances"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Accounts Balances",
|
|
20
|
+
"value": "GET Accounts Balances",
|
|
21
|
+
"action": "Get Balances",
|
|
22
|
+
"description": "Get Balances by Account ID",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/accounts/{{$parameter[\"accountId\"]}}/balances"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /accounts/{accountId}/balances",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Balances"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"GET Accounts Balances"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"displayName": "Account Id",
|
|
54
|
+
"name": "accountId",
|
|
55
|
+
"required": true,
|
|
56
|
+
"description": "AccountId",
|
|
57
|
+
"default": "",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"displayOptions": {
|
|
60
|
+
"show": {
|
|
61
|
+
"resource": [
|
|
62
|
+
"Balances"
|
|
63
|
+
],
|
|
64
|
+
"operation": [
|
|
65
|
+
"GET Accounts Balances"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"displayName": "X Fapi Auth Date",
|
|
72
|
+
"name": "x-fapi-auth-date",
|
|
73
|
+
"description": "The time when the PSU last logged in with the TPP.\r\nAll dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:\r\nSun, 10 Sep 2017 19:43:31 UTC",
|
|
74
|
+
"default": "",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"routing": {
|
|
77
|
+
"request": {
|
|
78
|
+
"headers": {
|
|
79
|
+
"x-fapi-auth-date": "={{ $value }}"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"displayOptions": {
|
|
84
|
+
"show": {
|
|
85
|
+
"resource": [
|
|
86
|
+
"Balances"
|
|
87
|
+
],
|
|
88
|
+
"operation": [
|
|
89
|
+
"GET Accounts Balances"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"displayName": "X Fapi Customer Ip Address",
|
|
96
|
+
"name": "x-fapi-customer-ip-address",
|
|
97
|
+
"description": "The PSU's IP address if the PSU is currently logged in with the TPP.",
|
|
98
|
+
"default": "",
|
|
99
|
+
"type": "string",
|
|
100
|
+
"routing": {
|
|
101
|
+
"request": {
|
|
102
|
+
"headers": {
|
|
103
|
+
"x-fapi-customer-ip-address": "={{ $value }}"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"displayOptions": {
|
|
108
|
+
"show": {
|
|
109
|
+
"resource": [
|
|
110
|
+
"Balances"
|
|
111
|
+
],
|
|
112
|
+
"operation": [
|
|
113
|
+
"GET Accounts Balances"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"displayName": "X Fapi Interaction Id",
|
|
120
|
+
"name": "x-fapi-interaction-id",
|
|
121
|
+
"description": "An RFC4122 UID used as a correlation id.",
|
|
122
|
+
"default": "",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"routing": {
|
|
125
|
+
"request": {
|
|
126
|
+
"headers": {
|
|
127
|
+
"x-fapi-interaction-id": "={{ $value }}"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"displayOptions": {
|
|
132
|
+
"show": {
|
|
133
|
+
"resource": [
|
|
134
|
+
"Balances"
|
|
135
|
+
],
|
|
136
|
+
"operation": [
|
|
137
|
+
"GET Accounts Balances"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"displayName": "X Customer User Agent",
|
|
144
|
+
"name": "x-customer-user-agent",
|
|
145
|
+
"description": "Indicates the user-agent that the PSU is using.",
|
|
146
|
+
"default": "",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"routing": {
|
|
149
|
+
"request": {
|
|
150
|
+
"headers": {
|
|
151
|
+
"x-customer-user-agent": "={{ $value }}"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"displayOptions": {
|
|
156
|
+
"show": {
|
|
157
|
+
"resource": [
|
|
158
|
+
"Balances"
|
|
159
|
+
],
|
|
160
|
+
"operation": [
|
|
161
|
+
"GET Accounts Balances"
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"displayName": "Sandbox Id",
|
|
168
|
+
"name": "sandbox-id",
|
|
169
|
+
"required": true,
|
|
170
|
+
"description": "The unique id of the sandbox to be used",
|
|
171
|
+
"default": "",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"routing": {
|
|
174
|
+
"request": {
|
|
175
|
+
"headers": {
|
|
176
|
+
"sandbox-id": "={{ $value }}"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"displayOptions": {
|
|
181
|
+
"show": {
|
|
182
|
+
"resource": [
|
|
183
|
+
"Balances"
|
|
184
|
+
],
|
|
185
|
+
"operation": [
|
|
186
|
+
"GET Accounts Balances"
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"displayName": "Client Id API Key",
|
|
193
|
+
"name": "security_client_id",
|
|
194
|
+
"type": "string",
|
|
195
|
+
"default": "",
|
|
196
|
+
"description": "Application's Id",
|
|
197
|
+
"required": false,
|
|
198
|
+
"routing": {
|
|
199
|
+
"request": {
|
|
200
|
+
"headers": {
|
|
201
|
+
"Client-Id": "={{ $value }}"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"displayOptions": {
|
|
206
|
+
"show": {
|
|
207
|
+
"resource": [
|
|
208
|
+
"Balances"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"GET Accounts Balances"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
];
|
|
217
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/NbgGr/resources/balances/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,uBAAuB;gBAC/B,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,cAAc;gBACxB,aAAa,EAAE,4BAA4B;gBAC3C,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mDAAmD;qBAC1D;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,oCAAoC;QACnD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,WAAW;QAC1B,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,kBAAkB;QAC1B,aAAa,EAAE,mLAAmL;QAClM,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,kBAAkB,EAAE,eAAe;iBACnC;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,4BAA4B;QAC3C,MAAM,EAAE,4BAA4B;QACpC,aAAa,EAAE,sEAAsE;QACrF,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,4BAA4B,EAAE,eAAe;iBAC7C;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,uBAAuB;QAC/B,aAAa,EAAE,0CAA0C;QACzD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,uBAAuB,EAAE,eAAe;iBACxC;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,uBAAuB;QAC/B,aAAa,EAAE,iDAAiD;QAChE,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,uBAAuB,EAAE,eAAe;iBACxC;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,yCAAyC;QACxD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,YAAY,EAAE,eAAe;iBAC7B;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,mBAAmB;QAClC,MAAM,EAAE,oBAAoB;QAC5B,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,kBAAkB;QACjC,UAAU,EAAE,KAAK;QACjB,SAAS,EAAE;YACV,SAAS,EAAE;gBACV,SAAS,EAAE;oBACV,WAAW,EAAE,eAAe;iBAC5B;aACD;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.beneficiariesDescription = void 0;
|
|
4
|
+
exports.beneficiariesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Beneficiaries"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Accounts Beneficiaries",
|
|
20
|
+
"value": "GET Accounts Beneficiaries",
|
|
21
|
+
"action": "Get Beneficiaries",
|
|
22
|
+
"description": "Get Beneficiaries by Account ID",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/accounts/{{$parameter[\"accountId\"]}}/beneficiaries"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /accounts/{accountId}/beneficiaries",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Beneficiaries"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"GET Accounts Beneficiaries"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"displayName": "Account Id",
|
|
54
|
+
"name": "accountId",
|
|
55
|
+
"required": true,
|
|
56
|
+
"description": "AccountId",
|
|
57
|
+
"default": "",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"displayOptions": {
|
|
60
|
+
"show": {
|
|
61
|
+
"resource": [
|
|
62
|
+
"Beneficiaries"
|
|
63
|
+
],
|
|
64
|
+
"operation": [
|
|
65
|
+
"GET Accounts Beneficiaries"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"displayName": "X Fapi Auth Date",
|
|
72
|
+
"name": "x-fapi-auth-date",
|
|
73
|
+
"description": "The time when the PSU last logged in with the TPP.\r\nAll dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:\r\nSun, 10 Sep 2017 19:43:31 UTC",
|
|
74
|
+
"default": "",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"routing": {
|
|
77
|
+
"request": {
|
|
78
|
+
"headers": {
|
|
79
|
+
"x-fapi-auth-date": "={{ $value }}"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"displayOptions": {
|
|
84
|
+
"show": {
|
|
85
|
+
"resource": [
|
|
86
|
+
"Beneficiaries"
|
|
87
|
+
],
|
|
88
|
+
"operation": [
|
|
89
|
+
"GET Accounts Beneficiaries"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"displayName": "X Fapi Customer Ip Address",
|
|
96
|
+
"name": "x-fapi-customer-ip-address",
|
|
97
|
+
"description": "The PSU's IP address if the PSU is currently logged in with the TPP.",
|
|
98
|
+
"default": "",
|
|
99
|
+
"type": "string",
|
|
100
|
+
"routing": {
|
|
101
|
+
"request": {
|
|
102
|
+
"headers": {
|
|
103
|
+
"x-fapi-customer-ip-address": "={{ $value }}"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"displayOptions": {
|
|
108
|
+
"show": {
|
|
109
|
+
"resource": [
|
|
110
|
+
"Beneficiaries"
|
|
111
|
+
],
|
|
112
|
+
"operation": [
|
|
113
|
+
"GET Accounts Beneficiaries"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"displayName": "X Fapi Interaction Id",
|
|
120
|
+
"name": "x-fapi-interaction-id",
|
|
121
|
+
"description": "An RFC4122 UID used as a correlation id.",
|
|
122
|
+
"default": "",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"routing": {
|
|
125
|
+
"request": {
|
|
126
|
+
"headers": {
|
|
127
|
+
"x-fapi-interaction-id": "={{ $value }}"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"displayOptions": {
|
|
132
|
+
"show": {
|
|
133
|
+
"resource": [
|
|
134
|
+
"Beneficiaries"
|
|
135
|
+
],
|
|
136
|
+
"operation": [
|
|
137
|
+
"GET Accounts Beneficiaries"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"displayName": "X Customer User Agent",
|
|
144
|
+
"name": "x-customer-user-agent",
|
|
145
|
+
"description": "Indicates the user-agent that the PSU is using.",
|
|
146
|
+
"default": "",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"routing": {
|
|
149
|
+
"request": {
|
|
150
|
+
"headers": {
|
|
151
|
+
"x-customer-user-agent": "={{ $value }}"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"displayOptions": {
|
|
156
|
+
"show": {
|
|
157
|
+
"resource": [
|
|
158
|
+
"Beneficiaries"
|
|
159
|
+
],
|
|
160
|
+
"operation": [
|
|
161
|
+
"GET Accounts Beneficiaries"
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"displayName": "Sandbox Id",
|
|
168
|
+
"name": "sandbox-id",
|
|
169
|
+
"required": true,
|
|
170
|
+
"description": "The unique id of the sandbox to be used",
|
|
171
|
+
"default": "",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"routing": {
|
|
174
|
+
"request": {
|
|
175
|
+
"headers": {
|
|
176
|
+
"sandbox-id": "={{ $value }}"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"displayOptions": {
|
|
181
|
+
"show": {
|
|
182
|
+
"resource": [
|
|
183
|
+
"Beneficiaries"
|
|
184
|
+
],
|
|
185
|
+
"operation": [
|
|
186
|
+
"GET Accounts Beneficiaries"
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"displayName": "Client Id API Key",
|
|
193
|
+
"name": "security_client_id",
|
|
194
|
+
"type": "string",
|
|
195
|
+
"default": "",
|
|
196
|
+
"description": "Application's Id",
|
|
197
|
+
"required": false,
|
|
198
|
+
"routing": {
|
|
199
|
+
"request": {
|
|
200
|
+
"headers": {
|
|
201
|
+
"Client-Id": "={{ $value }}"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"displayOptions": {
|
|
206
|
+
"show": {
|
|
207
|
+
"resource": [
|
|
208
|
+
"Beneficiaries"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"GET Accounts Beneficiaries"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
];
|
|
217
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/NbgGr/resources/beneficiaries/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { accountAccessDescription } from './account-access';
|
|
2
|
+
export { accountsDescription } from './accounts';
|
|
3
|
+
export { balancesDescription } from './balances';
|
|
4
|
+
export { beneficiariesDescription } from './beneficiaries';
|
|
5
|
+
export { partiesDescription } from './parties';
|
|
6
|
+
export { scheduledPaymentsDescription } from './scheduled-payments';
|
|
7
|
+
export { standingOrdersDescription } from './standing-orders';
|
|
8
|
+
export { statementsDescription } from './statements';
|
|
9
|
+
export { transactionsDescription } from './transactions';
|
|
10
|
+
export { sandboxDescription } from './sandbox';
|