@n8n-dev/n8n-nodes-ndhm-gov-ndhm-cm 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 +107 -0
- package/dist/banner.svg +165 -0
- package/dist/credentials/NdhmGovNdhmCmApi.credentials.d.ts +9 -0
- package/dist/credentials/NdhmGovNdhmCmApi.credentials.js +49 -0
- package/dist/credentials/NdhmGovNdhmCmApi.credentials.js.map +1 -0
- package/dist/icons/ndhm-gov-ndhm-cm.dark.svg +18 -0
- package/dist/icons/ndhm-gov-ndhm-cm.svg +18 -0
- package/dist/nodes/NdhmGovNdhmCm/NdhmGovNdhmCm.node.d.ts +4 -0
- package/dist/nodes/NdhmGovNdhmCm/NdhmGovNdhmCm.node.js +124 -0
- package/dist/nodes/NdhmGovNdhmCm/NdhmGovNdhmCm.node.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/NdhmGovNdhmCm.node.json +20 -0
- package/dist/nodes/NdhmGovNdhmCm/ndhm-gov-ndhm-cm.dark.svg +18 -0
- package/dist/nodes/NdhmGovNdhmCm/ndhm-gov-ndhm-cm.svg +18 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/consent/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/consent/index.js +783 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/consent/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/data-flow/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/data-flow/index.js +468 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/data-flow/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/discovery/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/discovery/index.js +228 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/discovery/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hip-facing/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hip-facing/index.js +336 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hip-facing/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hiu-facing/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hiu-facing/index.js +384 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/hiu-facing/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/identification/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/identification/index.js +155 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/identification/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/index.d.ts +11 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/index.js +26 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/link/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/link/index.js +542 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/link/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/monitoring/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/monitoring/index.js +53 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/monitoring/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/profile/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/profile/index.js +204 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/profile/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/subscriptions/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/subscriptions/index.js +517 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/subscriptions/index.js.map +1 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/user-auth/index.d.ts +2 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/user-auth/index.js +628 -0
- package/dist/nodes/NdhmGovNdhmCm/resources/user-auth/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,628 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.userAuthDescription = void 0;
|
|
4
|
+
exports.userAuthDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"User Auth"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "POST V 0 5 Users Auth Confirm",
|
|
20
|
+
"value": "POST V 0 5 Users Auth Confirm",
|
|
21
|
+
"action": "Confirmation request sending token, otp or other authentication details from HIP/HIU for confirmation",
|
|
22
|
+
"description": "This API is called by HIP/HIUs to confirm authentication of users. The transactionId returned by the previous callback API /users/auth/on-init must be sent. If Authentication is successful the callback API will send an \"access token\" for subsequent purpose specific API calls. Note only **credential.authCode** or **credential.demographic** should be sent\n 1. demographic details are only required for demographic auth as of now. \n 2. demographic details are required only in MEDIATED cases and if the **auth.mode** so demands. e.g. if **auth.mode** is DEMOGRAPHICS. Usually for demographic authentication, the name, gender and DOB must be exactly as specified in User Account.\n 3. demographic.identifier is optional, however maybe required if authentication so mandates. \n 4. credential.authCode is required for other MEDIATED authentication like MOBILE_OTP, AADHAAR_OTP. \n",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/v0.5/users/auth/confirm"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "POST V 0 5 Users Auth Fetch Modes",
|
|
32
|
+
"value": "POST V 0 5 Users Auth Fetch Modes",
|
|
33
|
+
"action": "Get a patient's authentication modes relevant to specified purpose",
|
|
34
|
+
"description": "This API is meant for identify supported authentication modes for a patient given a specific purpose\n",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/v0.5/users/auth/fetch-modes"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "POST V 0 5 Users Auth Init",
|
|
44
|
+
"value": "POST V 0 5 Users Auth Init",
|
|
45
|
+
"action": "Initialize authentication from HIP",
|
|
46
|
+
"description": "This API is called by HIPs to initiate authentication of users. A transactionId is retuned by the corresponding callback API for confirmation of user auth.\n",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/v0.5/users/auth/init"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "POST V 0 5 Users Auth On Notify",
|
|
56
|
+
"value": "POST V 0 5 Users Auth On Notify",
|
|
57
|
+
"action": "callback API from HIU/HIPs as acknowledgement of auth notification (in case of DIRECT auth)",
|
|
58
|
+
"description": "This API is called by HIU/HIPs to confirm acknowledgement for receipt of auth notification is case of DIRECT authentication. \n",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/v0.5/users/auth/on-notify"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "POST /v0.5/users/auth/confirm",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"User Auth"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"POST V 0 5 Users Auth Confirm"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "Authorization",
|
|
90
|
+
"name": "Authorization",
|
|
91
|
+
"required": true,
|
|
92
|
+
"description": "Access token which was issued after successful login with gateway auth server.",
|
|
93
|
+
"default": "",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"headers": {
|
|
98
|
+
"Authorization": "={{ $value }}"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"displayOptions": {
|
|
103
|
+
"show": {
|
|
104
|
+
"resource": [
|
|
105
|
+
"User Auth"
|
|
106
|
+
],
|
|
107
|
+
"operation": [
|
|
108
|
+
"POST V 0 5 Users Auth Confirm"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"required": true,
|
|
115
|
+
"displayName": "Credential",
|
|
116
|
+
"name": "credential",
|
|
117
|
+
"type": "json",
|
|
118
|
+
"default": "{\n \"demographic\": {\n \"dateOfBirth\": \"1972-02-29\",\n \"identifier\": {\n \"value\": \"+919800083232\"\n },\n \"name\": \"janki das\"\n }\n}",
|
|
119
|
+
"description": "note, demographic details are only required for demographic verfication.",
|
|
120
|
+
"routing": {
|
|
121
|
+
"send": {
|
|
122
|
+
"property": "credential",
|
|
123
|
+
"propertyInDotNotation": false,
|
|
124
|
+
"type": "body",
|
|
125
|
+
"value": "={{ JSON.parse($value) }}"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"displayOptions": {
|
|
129
|
+
"show": {
|
|
130
|
+
"resource": [
|
|
131
|
+
"User Auth"
|
|
132
|
+
],
|
|
133
|
+
"operation": [
|
|
134
|
+
"POST V 0 5 Users Auth Confirm"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"required": true,
|
|
141
|
+
"displayName": "Request Id",
|
|
142
|
+
"name": "requestId",
|
|
143
|
+
"type": "string",
|
|
144
|
+
"default": "5f7a535d-a3fd-416b-b069-c97d021fbacd",
|
|
145
|
+
"description": "a nonce, unique for each HTTP request",
|
|
146
|
+
"routing": {
|
|
147
|
+
"send": {
|
|
148
|
+
"property": "requestId",
|
|
149
|
+
"propertyInDotNotation": false,
|
|
150
|
+
"type": "body",
|
|
151
|
+
"value": "={{ $value }}"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"displayOptions": {
|
|
155
|
+
"show": {
|
|
156
|
+
"resource": [
|
|
157
|
+
"User Auth"
|
|
158
|
+
],
|
|
159
|
+
"operation": [
|
|
160
|
+
"POST V 0 5 Users Auth Confirm"
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"required": true,
|
|
167
|
+
"displayName": "Timestamp",
|
|
168
|
+
"name": "timestamp",
|
|
169
|
+
"type": "string",
|
|
170
|
+
"default": "",
|
|
171
|
+
"description": "Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ",
|
|
172
|
+
"routing": {
|
|
173
|
+
"send": {
|
|
174
|
+
"property": "timestamp",
|
|
175
|
+
"propertyInDotNotation": false,
|
|
176
|
+
"type": "body",
|
|
177
|
+
"value": "={{ $value }}"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"displayOptions": {
|
|
181
|
+
"show": {
|
|
182
|
+
"resource": [
|
|
183
|
+
"User Auth"
|
|
184
|
+
],
|
|
185
|
+
"operation": [
|
|
186
|
+
"POST V 0 5 Users Auth Confirm"
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"required": true,
|
|
193
|
+
"displayName": "Transaction Id",
|
|
194
|
+
"name": "transactionId",
|
|
195
|
+
"type": "string",
|
|
196
|
+
"default": "",
|
|
197
|
+
"routing": {
|
|
198
|
+
"send": {
|
|
199
|
+
"property": "transactionId",
|
|
200
|
+
"propertyInDotNotation": false,
|
|
201
|
+
"type": "body",
|
|
202
|
+
"value": "={{ $value }}"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"displayOptions": {
|
|
206
|
+
"show": {
|
|
207
|
+
"resource": [
|
|
208
|
+
"User Auth"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"POST V 0 5 Users Auth Confirm"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"displayName": "POST /v0.5/users/auth/fetch-modes",
|
|
218
|
+
"name": "operation",
|
|
219
|
+
"type": "notice",
|
|
220
|
+
"typeOptions": {
|
|
221
|
+
"theme": "info"
|
|
222
|
+
},
|
|
223
|
+
"default": "",
|
|
224
|
+
"displayOptions": {
|
|
225
|
+
"show": {
|
|
226
|
+
"resource": [
|
|
227
|
+
"User Auth"
|
|
228
|
+
],
|
|
229
|
+
"operation": [
|
|
230
|
+
"POST V 0 5 Users Auth Fetch Modes"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"displayName": "Authorization",
|
|
237
|
+
"name": "Authorization",
|
|
238
|
+
"required": true,
|
|
239
|
+
"description": "Access token which was issued after successful login with gateway auth server.",
|
|
240
|
+
"default": "",
|
|
241
|
+
"type": "string",
|
|
242
|
+
"routing": {
|
|
243
|
+
"request": {
|
|
244
|
+
"headers": {
|
|
245
|
+
"Authorization": "={{ $value }}"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"User Auth"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"POST V 0 5 Users Auth Fetch Modes"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"required": true,
|
|
262
|
+
"displayName": "Query",
|
|
263
|
+
"name": "query",
|
|
264
|
+
"type": "json",
|
|
265
|
+
"default": "{\n \"id\": \"hinapatel79@ndhm\",\n \"requester\": {\n \"id\": \"100005\"\n }\n}",
|
|
266
|
+
"routing": {
|
|
267
|
+
"send": {
|
|
268
|
+
"property": "query",
|
|
269
|
+
"propertyInDotNotation": false,
|
|
270
|
+
"type": "body",
|
|
271
|
+
"value": "={{ JSON.parse($value) }}"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"displayOptions": {
|
|
275
|
+
"show": {
|
|
276
|
+
"resource": [
|
|
277
|
+
"User Auth"
|
|
278
|
+
],
|
|
279
|
+
"operation": [
|
|
280
|
+
"POST V 0 5 Users Auth Fetch Modes"
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"required": true,
|
|
287
|
+
"displayName": "Request Id",
|
|
288
|
+
"name": "requestId",
|
|
289
|
+
"type": "string",
|
|
290
|
+
"default": "5f7a535d-a3fd-416b-b069-c97d021fbacd",
|
|
291
|
+
"description": "a nonce, unique for each HTTP request",
|
|
292
|
+
"routing": {
|
|
293
|
+
"send": {
|
|
294
|
+
"property": "requestId",
|
|
295
|
+
"propertyInDotNotation": false,
|
|
296
|
+
"type": "body",
|
|
297
|
+
"value": "={{ $value }}"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"displayOptions": {
|
|
301
|
+
"show": {
|
|
302
|
+
"resource": [
|
|
303
|
+
"User Auth"
|
|
304
|
+
],
|
|
305
|
+
"operation": [
|
|
306
|
+
"POST V 0 5 Users Auth Fetch Modes"
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"required": true,
|
|
313
|
+
"displayName": "Timestamp",
|
|
314
|
+
"name": "timestamp",
|
|
315
|
+
"type": "string",
|
|
316
|
+
"default": "",
|
|
317
|
+
"description": "Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ",
|
|
318
|
+
"routing": {
|
|
319
|
+
"send": {
|
|
320
|
+
"property": "timestamp",
|
|
321
|
+
"propertyInDotNotation": false,
|
|
322
|
+
"type": "body",
|
|
323
|
+
"value": "={{ $value }}"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"displayOptions": {
|
|
327
|
+
"show": {
|
|
328
|
+
"resource": [
|
|
329
|
+
"User Auth"
|
|
330
|
+
],
|
|
331
|
+
"operation": [
|
|
332
|
+
"POST V 0 5 Users Auth Fetch Modes"
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"displayName": "POST /v0.5/users/auth/init",
|
|
339
|
+
"name": "operation",
|
|
340
|
+
"type": "notice",
|
|
341
|
+
"typeOptions": {
|
|
342
|
+
"theme": "info"
|
|
343
|
+
},
|
|
344
|
+
"default": "",
|
|
345
|
+
"displayOptions": {
|
|
346
|
+
"show": {
|
|
347
|
+
"resource": [
|
|
348
|
+
"User Auth"
|
|
349
|
+
],
|
|
350
|
+
"operation": [
|
|
351
|
+
"POST V 0 5 Users Auth Init"
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"displayName": "Authorization",
|
|
358
|
+
"name": "Authorization",
|
|
359
|
+
"required": true,
|
|
360
|
+
"description": "Access token which was issued after successful login with gateway auth server.",
|
|
361
|
+
"default": "",
|
|
362
|
+
"type": "string",
|
|
363
|
+
"routing": {
|
|
364
|
+
"request": {
|
|
365
|
+
"headers": {
|
|
366
|
+
"Authorization": "={{ $value }}"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"displayOptions": {
|
|
371
|
+
"show": {
|
|
372
|
+
"resource": [
|
|
373
|
+
"User Auth"
|
|
374
|
+
],
|
|
375
|
+
"operation": [
|
|
376
|
+
"POST V 0 5 Users Auth Init"
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"required": true,
|
|
383
|
+
"displayName": "Query",
|
|
384
|
+
"name": "query",
|
|
385
|
+
"type": "json",
|
|
386
|
+
"default": "{\n \"id\": \"hinapatel@ndhm\",\n \"requester\": {\n \"id\": 100005\n }\n}",
|
|
387
|
+
"routing": {
|
|
388
|
+
"send": {
|
|
389
|
+
"property": "query",
|
|
390
|
+
"propertyInDotNotation": false,
|
|
391
|
+
"type": "body",
|
|
392
|
+
"value": "={{ JSON.parse($value) }}"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"displayOptions": {
|
|
396
|
+
"show": {
|
|
397
|
+
"resource": [
|
|
398
|
+
"User Auth"
|
|
399
|
+
],
|
|
400
|
+
"operation": [
|
|
401
|
+
"POST V 0 5 Users Auth Init"
|
|
402
|
+
]
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"required": true,
|
|
408
|
+
"displayName": "Request Id",
|
|
409
|
+
"name": "requestId",
|
|
410
|
+
"type": "string",
|
|
411
|
+
"default": "5f7a535d-a3fd-416b-b069-c97d021fbacd",
|
|
412
|
+
"description": "a nonce, unique for each HTTP request",
|
|
413
|
+
"routing": {
|
|
414
|
+
"send": {
|
|
415
|
+
"property": "requestId",
|
|
416
|
+
"propertyInDotNotation": false,
|
|
417
|
+
"type": "body",
|
|
418
|
+
"value": "={{ $value }}"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"displayOptions": {
|
|
422
|
+
"show": {
|
|
423
|
+
"resource": [
|
|
424
|
+
"User Auth"
|
|
425
|
+
],
|
|
426
|
+
"operation": [
|
|
427
|
+
"POST V 0 5 Users Auth Init"
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"required": true,
|
|
434
|
+
"displayName": "Timestamp",
|
|
435
|
+
"name": "timestamp",
|
|
436
|
+
"type": "string",
|
|
437
|
+
"default": "",
|
|
438
|
+
"description": "Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ",
|
|
439
|
+
"routing": {
|
|
440
|
+
"send": {
|
|
441
|
+
"property": "timestamp",
|
|
442
|
+
"propertyInDotNotation": false,
|
|
443
|
+
"type": "body",
|
|
444
|
+
"value": "={{ $value }}"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"displayOptions": {
|
|
448
|
+
"show": {
|
|
449
|
+
"resource": [
|
|
450
|
+
"User Auth"
|
|
451
|
+
],
|
|
452
|
+
"operation": [
|
|
453
|
+
"POST V 0 5 Users Auth Init"
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"displayName": "POST /v0.5/users/auth/on-notify",
|
|
460
|
+
"name": "operation",
|
|
461
|
+
"type": "notice",
|
|
462
|
+
"typeOptions": {
|
|
463
|
+
"theme": "info"
|
|
464
|
+
},
|
|
465
|
+
"default": "",
|
|
466
|
+
"displayOptions": {
|
|
467
|
+
"show": {
|
|
468
|
+
"resource": [
|
|
469
|
+
"User Auth"
|
|
470
|
+
],
|
|
471
|
+
"operation": [
|
|
472
|
+
"POST V 0 5 Users Auth On Notify"
|
|
473
|
+
]
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"displayName": "Authorization",
|
|
479
|
+
"name": "Authorization",
|
|
480
|
+
"required": true,
|
|
481
|
+
"description": "Access token which was issued after successful login with gateway auth server.",
|
|
482
|
+
"default": "",
|
|
483
|
+
"type": "string",
|
|
484
|
+
"routing": {
|
|
485
|
+
"request": {
|
|
486
|
+
"headers": {
|
|
487
|
+
"Authorization": "={{ $value }}"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"displayOptions": {
|
|
492
|
+
"show": {
|
|
493
|
+
"resource": [
|
|
494
|
+
"User Auth"
|
|
495
|
+
],
|
|
496
|
+
"operation": [
|
|
497
|
+
"POST V 0 5 Users Auth On Notify"
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"displayName": "Acknowledgement",
|
|
504
|
+
"name": "acknowledgement",
|
|
505
|
+
"type": "json",
|
|
506
|
+
"default": "{}",
|
|
507
|
+
"routing": {
|
|
508
|
+
"send": {
|
|
509
|
+
"property": "acknowledgement",
|
|
510
|
+
"propertyInDotNotation": false,
|
|
511
|
+
"type": "body",
|
|
512
|
+
"value": "={{ JSON.parse($value) }}"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"displayOptions": {
|
|
516
|
+
"show": {
|
|
517
|
+
"resource": [
|
|
518
|
+
"User Auth"
|
|
519
|
+
],
|
|
520
|
+
"operation": [
|
|
521
|
+
"POST V 0 5 Users Auth On Notify"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"displayName": "Error",
|
|
528
|
+
"name": "error",
|
|
529
|
+
"type": "json",
|
|
530
|
+
"default": "{}",
|
|
531
|
+
"routing": {
|
|
532
|
+
"send": {
|
|
533
|
+
"property": "error",
|
|
534
|
+
"propertyInDotNotation": false,
|
|
535
|
+
"type": "body",
|
|
536
|
+
"value": "={{ JSON.parse($value) }}"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"displayOptions": {
|
|
540
|
+
"show": {
|
|
541
|
+
"resource": [
|
|
542
|
+
"User Auth"
|
|
543
|
+
],
|
|
544
|
+
"operation": [
|
|
545
|
+
"POST V 0 5 Users Auth On Notify"
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"required": true,
|
|
552
|
+
"displayName": "Request Id",
|
|
553
|
+
"name": "requestId",
|
|
554
|
+
"type": "string",
|
|
555
|
+
"default": "5f7a535d-a3fd-416b-b069-c97d021fbacd",
|
|
556
|
+
"description": "a nonce, unique for each HTTP request",
|
|
557
|
+
"routing": {
|
|
558
|
+
"send": {
|
|
559
|
+
"property": "requestId",
|
|
560
|
+
"propertyInDotNotation": false,
|
|
561
|
+
"type": "body",
|
|
562
|
+
"value": "={{ $value }}"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"displayOptions": {
|
|
566
|
+
"show": {
|
|
567
|
+
"resource": [
|
|
568
|
+
"User Auth"
|
|
569
|
+
],
|
|
570
|
+
"operation": [
|
|
571
|
+
"POST V 0 5 Users Auth On Notify"
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"required": true,
|
|
578
|
+
"displayName": "Resp",
|
|
579
|
+
"name": "resp",
|
|
580
|
+
"type": "json",
|
|
581
|
+
"default": "{}",
|
|
582
|
+
"routing": {
|
|
583
|
+
"send": {
|
|
584
|
+
"property": "resp",
|
|
585
|
+
"propertyInDotNotation": false,
|
|
586
|
+
"type": "body",
|
|
587
|
+
"value": "={{ JSON.parse($value) }}"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"displayOptions": {
|
|
591
|
+
"show": {
|
|
592
|
+
"resource": [
|
|
593
|
+
"User Auth"
|
|
594
|
+
],
|
|
595
|
+
"operation": [
|
|
596
|
+
"POST V 0 5 Users Auth On Notify"
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"required": true,
|
|
603
|
+
"displayName": "Timestamp",
|
|
604
|
+
"name": "timestamp",
|
|
605
|
+
"type": "string",
|
|
606
|
+
"default": "",
|
|
607
|
+
"description": "Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ",
|
|
608
|
+
"routing": {
|
|
609
|
+
"send": {
|
|
610
|
+
"property": "timestamp",
|
|
611
|
+
"propertyInDotNotation": false,
|
|
612
|
+
"type": "body",
|
|
613
|
+
"value": "={{ $value }}"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"displayOptions": {
|
|
617
|
+
"show": {
|
|
618
|
+
"resource": [
|
|
619
|
+
"User Auth"
|
|
620
|
+
],
|
|
621
|
+
"operation": [
|
|
622
|
+
"POST V 0 5 Users Auth On Notify"
|
|
623
|
+
]
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
];
|
|
628
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/NdhmGovNdhmCm/resources/user-auth/index.ts"],"names":[],"mappings":"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"}
|