@grexx/grexxlinter 0.2.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.
Files changed (137) hide show
  1. package/cli.js +14973 -0
  2. package/lsp.js +23977 -0
  3. package/package.json +19 -0
  4. package/schemas/.coverage.json +10987 -0
  5. package/schemas/abstract.schema.json +842 -0
  6. package/schemas/abstractAttribute.schema.json +38 -0
  7. package/schemas/abstractAttributeFormField.schema.json +50 -0
  8. package/schemas/abstractCondition.schema.json +74 -0
  9. package/schemas/abstractRight.schema.json +74 -0
  10. package/schemas/abstractRole.schema.json +50 -0
  11. package/schemas/abstractRule.schema.json +182 -0
  12. package/schemas/activity.schema.json +1328 -0
  13. package/schemas/activityAttribute.schema.json +73 -0
  14. package/schemas/activityRight.schema.json +64 -0
  15. package/schemas/agent.schema.json +179 -0
  16. package/schemas/agentTool.schema.json +118 -0
  17. package/schemas/attribute.schema.json +286 -0
  18. package/schemas/casetype.schema.json +256 -0
  19. package/schemas/catchBlock.schema.json +76 -0
  20. package/schemas/common.schema.json +63 -0
  21. package/schemas/conditionList.schema.json +67 -0
  22. package/schemas/container.schema.json +88 -0
  23. package/schemas/cssVariables.schema.json +90 -0
  24. package/schemas/customThrow.schema.json +73 -0
  25. package/schemas/dataRetentionProfile.schema.json +90 -0
  26. package/schemas/dataset.schema.json +579 -0
  27. package/schemas/datasetColumn.schema.json +423 -0
  28. package/schemas/datasetCondition.schema.json +409 -0
  29. package/schemas/datasetRight.schema.json +86 -0
  30. package/schemas/datasource.schema.json +73 -0
  31. package/schemas/dateProfile.schema.json +87 -0
  32. package/schemas/directRole.schema.json +71 -0
  33. package/schemas/fileUploadProfile.schema.json +75 -0
  34. package/schemas/forEach.schema.json +144 -0
  35. package/schemas/form.schema.json +119 -0
  36. package/schemas/formAction.schema.json +149 -0
  37. package/schemas/formActionAi.schema.json +81 -0
  38. package/schemas/formActionInlineJavascript.schema.json +66 -0
  39. package/schemas/formButton.schema.json +84 -0
  40. package/schemas/formGroup.schema.json +99 -0
  41. package/schemas/formRight.schema.json +86 -0
  42. package/schemas/formfield.schema.json +339 -0
  43. package/schemas/gridActivity.schema.json +80 -0
  44. package/schemas/gridColumn.schema.json +111 -0
  45. package/schemas/hasRoleCondition.schema.json +63 -0
  46. package/schemas/ifthenelse.schema.json +78 -0
  47. package/schemas/indirectRole.schema.json +74 -0
  48. package/schemas/job.schema.json +63 -0
  49. package/schemas/jobStep.schema.json +68 -0
  50. package/schemas/llmModel.schema.json +79 -0
  51. package/schemas/mapping.schema.json +690 -0
  52. package/schemas/menuItem.schema.json +519 -0
  53. package/schemas/menuItemRight.schema.json +64 -0
  54. package/schemas/metadata.schema.json +96 -0
  55. package/schemas/navigation.schema.json +86 -0
  56. package/schemas/notCondition.schema.json +60 -0
  57. package/schemas/parallelBlock.schema.json +75 -0
  58. package/schemas/picklist.schema.json +113 -0
  59. package/schemas/picklistItem.schema.json +71 -0
  60. package/schemas/platformAttribute.schema.json +300 -0
  61. package/schemas/platformRole.schema.json +191 -0
  62. package/schemas/platformconstants.schema.json +94 -0
  63. package/schemas/plugin.schema.json +99 -0
  64. package/schemas/pluginLibrary.schema.json +78 -0
  65. package/schemas/requestContext.schema.json +183 -0
  66. package/schemas/roleName.schema.json +115 -0
  67. package/schemas/ruleList.schema.json +72 -0
  68. package/schemas/securityProfile.schema.json +63 -0
  69. package/schemas/securityRequirement.schema.json +63 -0
  70. package/schemas/simpleCondition.schema.json +466 -0
  71. package/schemas/staticFile.schema.json +63 -0
  72. package/schemas/tag.schema.json +62 -0
  73. package/schemas/taskQueue.schema.json +69 -0
  74. package/schemas/template/activitymeta.schema.json +36 -0
  75. package/schemas/template/attribute.schema.json +31 -0
  76. package/schemas/template/calculate-dataset.schema.json +31 -0
  77. package/schemas/template/casemeta.schema.json +18 -0
  78. package/schemas/template/casetypemeta.schema.json +19 -0
  79. package/schemas/template/comment.schema.json +36 -0
  80. package/schemas/template/datasetColumn.schema.json +31 -0
  81. package/schemas/template/date-function.schema.json +232 -0
  82. package/schemas/template/definitionmeta.schema.json +73 -0
  83. package/schemas/template/file.schema.json +39 -0
  84. package/schemas/template/foreach.schema.json +67 -0
  85. package/schemas/template/formfield.schema.json +21 -0
  86. package/schemas/template/formula.schema.json +18 -0
  87. package/schemas/template/hasRole.schema.json +18 -0
  88. package/schemas/template/historic.schema.json +21 -0
  89. package/schemas/template/html.schema.json +165 -0
  90. package/schemas/template/icon.schema.json +18 -0
  91. package/schemas/template/if.schema.json +30 -0
  92. package/schemas/template/inlineTemplate.schema.json +26 -0
  93. package/schemas/template/isnull.schema.json +21 -0
  94. package/schemas/template/isofcasetype.schema.json +24 -0
  95. package/schemas/template/iterator.schema.json +61 -0
  96. package/schemas/template/json.schema.json +55 -0
  97. package/schemas/template/math.schema.json +210 -0
  98. package/schemas/template/meta.schema.json +164 -0
  99. package/schemas/template/metadefinitionmeta.schema.json +36 -0
  100. package/schemas/template/multivalue.schema.json +210 -0
  101. package/schemas/template/page.schema.json +21 -0
  102. package/schemas/template/parameter.schema.json +24 -0
  103. package/schemas/template/parameterDefinition.schema.json +27 -0
  104. package/schemas/template/parameterIdDefinition.schema.json +28 -0
  105. package/schemas/template/parseError.schema.json +48 -0
  106. package/schemas/template/picklist.schema.json +27 -0
  107. package/schemas/template/pseudoTemplate.schema.json +27 -0
  108. package/schemas/template/requestcontext.schema.json +52 -0
  109. package/schemas/template/returnType.schema.json +26 -0
  110. package/schemas/template/spacialMath.schema.json +77 -0
  111. package/schemas/template/special.schema.json +19 -0
  112. package/schemas/template/staticFile.schema.json +39 -0
  113. package/schemas/template/system.schema.json +22 -0
  114. package/schemas/template/systemconfig.schema.json +21 -0
  115. package/schemas/template/taskattribute.schema.json +21 -0
  116. package/schemas/template/taskdata.schema.json +24 -0
  117. package/schemas/template/taskmeta.schema.json +180 -0
  118. package/schemas/template/taskqueuemeta.schema.json +36 -0
  119. package/schemas/template/template.schema.json +27 -0
  120. package/schemas/template/templatePart.schema.json +638 -0
  121. package/schemas/template/text.schema.json +18 -0
  122. package/schemas/template/url.schema.json +77 -0
  123. package/schemas/template/urlParameter.schema.json +21 -0
  124. package/schemas/template/user.schema.json +36 -0
  125. package/schemas/template/userProperty.schema.json +22 -0
  126. package/schemas/template/usersession.schema.json +18 -0
  127. package/schemas/template/util.schema.json +434 -0
  128. package/schemas/template/xml.schema.json +55 -0
  129. package/schemas/template.schema.json +74 -0
  130. package/schemas/theme.schema.json +63 -0
  131. package/schemas/trigger.schema.json +413 -0
  132. package/schemas/tryBlock.schema.json +99 -0
  133. package/schemas/view.schema.json +159 -0
  134. package/schemas/webhook.schema.json +77 -0
  135. package/schemas/while.schema.json +130 -0
  136. package/schemas/widget.schema.json +1416 -0
  137. package/schemas/widgetRight.schema.json +85 -0
@@ -0,0 +1,690 @@
1
+ {
2
+ "$id": "https://grexx.net/studio-next/schemas/mapping.schema.json",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "additionalProperties": false,
5
+ "properties": {
6
+ "_id": {
7
+ "type": "string"
8
+ },
9
+ "_interfaceID": {
10
+ "type": "string"
11
+ },
12
+ "_isInterface": {
13
+ "type": "boolean"
14
+ },
15
+ "_knownIDs": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "type": "array"
20
+ },
21
+ "_origin": {
22
+ "type": "string"
23
+ },
24
+ "_src": {
25
+ "type": "string"
26
+ },
27
+ "_type": {
28
+ "const": "mapping"
29
+ },
30
+ "_uid": {
31
+ "description": "Deterministic UUID derived from case-ID.",
32
+ "format": "uuid",
33
+ "type": "string"
34
+ },
35
+ "activityAttribute": {
36
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
37
+ },
38
+ "description": {
39
+ "$ref": "template/inlineTemplate.schema.json"
40
+ },
41
+ "fromAttribute": {
42
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
43
+ },
44
+ "fromAttributeType": {
45
+ "enum": [
46
+ "casedata",
47
+ "casedataplatformattribute",
48
+ "casemetadata",
49
+ "currentItem",
50
+ "inlineTemplate",
51
+ "newcasemetadata",
52
+ "taskout",
53
+ "taskOutFormField",
54
+ "taskdata",
55
+ "value",
56
+ "dataset"
57
+ ],
58
+ "type": "string"
59
+ },
60
+ "fromInlineTemplate": {
61
+ "$ref": "template/inlineTemplate.schema.json"
62
+ },
63
+ "fromValue": {
64
+ "$ref": "common.schema.json#/$defs/multilanguageStringStructure"
65
+ },
66
+ "inactive": {
67
+ "type": "boolean"
68
+ },
69
+ "interfaceStudioProduct": {
70
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
71
+ },
72
+ "jsonPath": {
73
+ "$ref": "template/inlineTemplate.schema.json"
74
+ },
75
+ "metaCaseToOtap": {
76
+ "type": "boolean"
77
+ },
78
+ "operator": {
79
+ "enum": [
80
+ "=",
81
+ "+=",
82
+ "-=",
83
+ "*=",
84
+ "/="
85
+ ],
86
+ "type": "string"
87
+ },
88
+ "ourProductId": {
89
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
90
+ },
91
+ "progressTemplate": {
92
+ "$ref": "template/inlineTemplate.schema.json"
93
+ },
94
+ "progressTitle": {
95
+ "$ref": "common.schema.json#/$defs/multilanguageStringStructure"
96
+ },
97
+ "showProgress": {
98
+ "type": "boolean"
99
+ },
100
+ "taskinRootActivity": {
101
+ "type": "boolean"
102
+ },
103
+ "taskinTrigger": {
104
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
105
+ },
106
+ "taskoutRootActivity": {
107
+ "type": "boolean"
108
+ },
109
+ "taskoutTrigger": {
110
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
111
+ },
112
+ "toAttribute": {
113
+ "$ref": "common.schema.json#/$defs/caseIdOrFileReference"
114
+ },
115
+ "toAttributeType": {
116
+ "enum": [
117
+ "casedata",
118
+ "casedataplatformattribute",
119
+ "taskIn",
120
+ "taskInFormField",
121
+ "taskdata",
122
+ "taskAttribute",
123
+ "usersession"
124
+ ],
125
+ "type": "string"
126
+ },
127
+ "toKey": {
128
+ "type": "string"
129
+ }
130
+ },
131
+ "required": [
132
+ "_type",
133
+ "_uid"
134
+ ],
135
+ "title": "mapping",
136
+ "type": "object",
137
+ "allOf": [
138
+ {
139
+ "if": {
140
+ "anyOf": [
141
+ {
142
+ "properties": {
143
+ "fromAttributeType": {
144
+ "const": "casedata"
145
+ }
146
+ },
147
+ "required": [
148
+ "fromAttributeType"
149
+ ]
150
+ },
151
+ {
152
+ "properties": {
153
+ "fromAttributeType": {
154
+ "const": "taskout"
155
+ }
156
+ },
157
+ "required": [
158
+ "fromAttributeType"
159
+ ]
160
+ },
161
+ {
162
+ "properties": {
163
+ "fromAttributeType": {
164
+ "const": "casedata"
165
+ }
166
+ },
167
+ "required": [
168
+ "fromAttributeType"
169
+ ]
170
+ },
171
+ {
172
+ "properties": {
173
+ "fromAttributeType": {
174
+ "const": "taskout"
175
+ }
176
+ },
177
+ "required": [
178
+ "fromAttributeType"
179
+ ]
180
+ }
181
+ ]
182
+ },
183
+ "then": {},
184
+ "else": {
185
+ "properties": {
186
+ "fromAttribute": false
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "if": {
192
+ "anyOf": [
193
+ {
194
+ "properties": {
195
+ "fromAttributeType": {
196
+ "const": "inlineTemplate"
197
+ }
198
+ },
199
+ "required": [
200
+ "fromAttributeType"
201
+ ]
202
+ },
203
+ {
204
+ "properties": {
205
+ "fromAttributeType": {
206
+ "const": "inlineTemplate"
207
+ }
208
+ },
209
+ "required": [
210
+ "fromAttributeType"
211
+ ]
212
+ }
213
+ ]
214
+ },
215
+ "then": {},
216
+ "else": {
217
+ "properties": {
218
+ "fromInlineTemplate": false
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "if": {
224
+ "anyOf": [
225
+ {
226
+ "properties": {
227
+ "fromAttributeType": {
228
+ "const": "casemetadata"
229
+ }
230
+ },
231
+ "required": [
232
+ "fromAttributeType"
233
+ ]
234
+ },
235
+ {
236
+ "properties": {
237
+ "fromAttributeType": {
238
+ "const": "currentItem"
239
+ }
240
+ },
241
+ "required": [
242
+ "fromAttributeType"
243
+ ]
244
+ },
245
+ {
246
+ "properties": {
247
+ "fromAttributeType": {
248
+ "const": "dataset"
249
+ }
250
+ },
251
+ "required": [
252
+ "fromAttributeType"
253
+ ]
254
+ },
255
+ {
256
+ "properties": {
257
+ "fromAttributeType": {
258
+ "const": "newcasemetadata"
259
+ }
260
+ },
261
+ "required": [
262
+ "fromAttributeType"
263
+ ]
264
+ },
265
+ {
266
+ "properties": {
267
+ "fromAttributeType": {
268
+ "const": "value"
269
+ }
270
+ },
271
+ "required": [
272
+ "fromAttributeType"
273
+ ]
274
+ },
275
+ {
276
+ "properties": {
277
+ "fromAttributeType": {
278
+ "const": "casemetadata"
279
+ }
280
+ },
281
+ "required": [
282
+ "fromAttributeType"
283
+ ]
284
+ },
285
+ {
286
+ "properties": {
287
+ "fromAttributeType": {
288
+ "const": "currentItem"
289
+ }
290
+ },
291
+ "required": [
292
+ "fromAttributeType"
293
+ ]
294
+ },
295
+ {
296
+ "properties": {
297
+ "fromAttributeType": {
298
+ "const": "dataset"
299
+ }
300
+ },
301
+ "required": [
302
+ "fromAttributeType"
303
+ ]
304
+ },
305
+ {
306
+ "properties": {
307
+ "fromAttributeType": {
308
+ "const": "newcasemetadata"
309
+ }
310
+ },
311
+ "required": [
312
+ "fromAttributeType"
313
+ ]
314
+ },
315
+ {
316
+ "properties": {
317
+ "fromAttributeType": {
318
+ "const": "value"
319
+ }
320
+ },
321
+ "required": [
322
+ "fromAttributeType"
323
+ ]
324
+ }
325
+ ]
326
+ },
327
+ "then": {},
328
+ "else": {
329
+ "properties": {
330
+ "fromValue": false
331
+ }
332
+ }
333
+ },
334
+ {
335
+ "if": {
336
+ "anyOf": [
337
+ {
338
+ "properties": {
339
+ "showProgress": {
340
+ "const": "true"
341
+ }
342
+ },
343
+ "required": [
344
+ "showProgress"
345
+ ]
346
+ },
347
+ {
348
+ "properties": {
349
+ "showProgress": {
350
+ "const": "true"
351
+ }
352
+ },
353
+ "required": [
354
+ "showProgress"
355
+ ]
356
+ }
357
+ ]
358
+ },
359
+ "then": {},
360
+ "else": {
361
+ "properties": {
362
+ "progressTemplate": false
363
+ }
364
+ }
365
+ },
366
+ {
367
+ "if": {
368
+ "anyOf": [
369
+ {
370
+ "properties": {
371
+ "showProgress": {
372
+ "const": "true"
373
+ }
374
+ },
375
+ "required": [
376
+ "showProgress"
377
+ ]
378
+ },
379
+ {
380
+ "properties": {
381
+ "showProgress": {
382
+ "const": "true"
383
+ }
384
+ },
385
+ "required": [
386
+ "showProgress"
387
+ ]
388
+ }
389
+ ]
390
+ },
391
+ "then": {},
392
+ "else": {
393
+ "properties": {
394
+ "progressTitle": false
395
+ }
396
+ }
397
+ },
398
+ {
399
+ "properties": {
400
+ "toAttribute": false
401
+ }
402
+ },
403
+ {
404
+ "properties": {
405
+ "jsonPath": false
406
+ }
407
+ },
408
+ {
409
+ "if": {
410
+ "anyOf": [
411
+ {
412
+ "properties": {
413
+ "toAttributeType": {
414
+ "const": "usersession"
415
+ }
416
+ },
417
+ "required": [
418
+ "toAttributeType"
419
+ ]
420
+ },
421
+ {
422
+ "properties": {
423
+ "toAttributeType": {
424
+ "const": "usersession"
425
+ }
426
+ },
427
+ "required": [
428
+ "toAttributeType"
429
+ ]
430
+ }
431
+ ]
432
+ },
433
+ "then": {},
434
+ "else": {
435
+ "properties": {
436
+ "toKey": false
437
+ }
438
+ }
439
+ },
440
+ {
441
+ "if": {
442
+ "anyOf": [
443
+ {
444
+ "properties": {
445
+ "toAttributeType": {
446
+ "const": "taskAttribute"
447
+ }
448
+ },
449
+ "required": [
450
+ "toAttributeType"
451
+ ]
452
+ },
453
+ {
454
+ "properties": {
455
+ "toAttributeType": {
456
+ "const": "taskAttribute"
457
+ }
458
+ },
459
+ "required": [
460
+ "toAttributeType"
461
+ ]
462
+ }
463
+ ]
464
+ },
465
+ "then": {},
466
+ "else": {
467
+ "properties": {
468
+ "activityAttribute": false
469
+ }
470
+ }
471
+ },
472
+ {
473
+ "if": {
474
+ "properties": {
475
+ "fromAttributeType": {
476
+ "const": "casedata"
477
+ }
478
+ },
479
+ "required": [
480
+ "fromAttributeType"
481
+ ]
482
+ },
483
+ "then": {
484
+ "required": [
485
+ "fromAttribute"
486
+ ],
487
+ "properties": {
488
+ "fromInlineTemplate": false,
489
+ "fromValue": false
490
+ }
491
+ }
492
+ },
493
+ {
494
+ "if": {
495
+ "properties": {
496
+ "fromAttributeType": {
497
+ "const": "taskout"
498
+ }
499
+ },
500
+ "required": [
501
+ "fromAttributeType"
502
+ ]
503
+ },
504
+ "then": {
505
+ "required": [
506
+ "fromAttribute"
507
+ ],
508
+ "properties": {
509
+ "fromInlineTemplate": false,
510
+ "fromValue": false
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "if": {
516
+ "properties": {
517
+ "fromAttributeType": {
518
+ "const": "casemetadata"
519
+ }
520
+ },
521
+ "required": [
522
+ "fromAttributeType"
523
+ ]
524
+ },
525
+ "then": {
526
+ "required": [
527
+ "fromValue"
528
+ ],
529
+ "properties": {
530
+ "fromAttribute": false,
531
+ "fromInlineTemplate": false
532
+ }
533
+ }
534
+ },
535
+ {
536
+ "if": {
537
+ "properties": {
538
+ "fromAttributeType": {
539
+ "const": "dataset"
540
+ }
541
+ },
542
+ "required": [
543
+ "fromAttributeType"
544
+ ]
545
+ },
546
+ "then": {
547
+ "required": [
548
+ "fromValue"
549
+ ],
550
+ "properties": {
551
+ "fromAttribute": false,
552
+ "fromInlineTemplate": false
553
+ }
554
+ }
555
+ },
556
+ {
557
+ "if": {
558
+ "properties": {
559
+ "fromAttributeType": {
560
+ "const": "inlineTemplate"
561
+ }
562
+ },
563
+ "required": [
564
+ "fromAttributeType"
565
+ ]
566
+ },
567
+ "then": {
568
+ "required": [
569
+ "fromInlineTemplate"
570
+ ],
571
+ "properties": {
572
+ "fromAttribute": false,
573
+ "fromValue": false
574
+ }
575
+ }
576
+ },
577
+ {
578
+ "if": {
579
+ "properties": {
580
+ "fromAttributeType": {
581
+ "const": "newcasemetadata"
582
+ }
583
+ },
584
+ "required": [
585
+ "fromAttributeType"
586
+ ]
587
+ },
588
+ "then": {
589
+ "required": [
590
+ "fromValue"
591
+ ],
592
+ "properties": {
593
+ "fromAttribute": false,
594
+ "fromInlineTemplate": false
595
+ }
596
+ }
597
+ },
598
+ {
599
+ "if": {
600
+ "properties": {
601
+ "fromAttributeType": {
602
+ "const": "value"
603
+ }
604
+ },
605
+ "required": [
606
+ "fromAttributeType"
607
+ ]
608
+ },
609
+ "then": {
610
+ "required": [
611
+ "fromValue"
612
+ ],
613
+ "properties": {
614
+ "fromAttribute": false,
615
+ "fromInlineTemplate": false
616
+ }
617
+ }
618
+ },
619
+ {
620
+ "if": {
621
+ "properties": {
622
+ "fromAttributeType": {
623
+ "const": "currentItem"
624
+ }
625
+ },
626
+ "required": [
627
+ "fromAttributeType"
628
+ ]
629
+ },
630
+ "then": {
631
+ "required": [
632
+ "fromValue"
633
+ ]
634
+ }
635
+ },
636
+ {
637
+ "if": {
638
+ "properties": {
639
+ "showProgress": {
640
+ "const": "true"
641
+ }
642
+ },
643
+ "required": [
644
+ "showProgress"
645
+ ]
646
+ },
647
+ "then": {
648
+ "required": [
649
+ "progressTemplate",
650
+ "progressTitle"
651
+ ]
652
+ }
653
+ },
654
+ {
655
+ "if": {
656
+ "properties": {
657
+ "toAttributeType": {
658
+ "const": "usersession"
659
+ }
660
+ },
661
+ "required": [
662
+ "toAttributeType"
663
+ ]
664
+ },
665
+ "then": {
666
+ "required": [
667
+ "toKey"
668
+ ]
669
+ }
670
+ },
671
+ {
672
+ "if": {
673
+ "properties": {
674
+ "toAttributeType": {
675
+ "const": "taskAttribute"
676
+ }
677
+ },
678
+ "required": [
679
+ "toAttributeType"
680
+ ]
681
+ },
682
+ "then": {
683
+ "required": [
684
+ "activityAttribute"
685
+ ]
686
+ }
687
+ }
688
+ ],
689
+ "$comment": "Conditionals generated by packages/schemas/scripts/extend.mjs from rules/mapping.json."
690
+ }