@solidstarters/create-solid-app 1.2.22 → 1.2.24
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/package.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@nestjs/serve-static": "^4.0.2",
|
|
28
28
|
"@nestjs/swagger": "^7.2.0",
|
|
29
29
|
"@nestjs/typeorm": "^10.0.1",
|
|
30
|
-
"@solidstarters/solid-core": "^1.2.
|
|
30
|
+
"@solidstarters/solid-core": "^1.2.140",
|
|
31
31
|
"@types/luxon": "^3.4.2",
|
|
32
32
|
"amqplib": "^0.10.4",
|
|
33
33
|
"axios": "^1.7.0",
|
|
@@ -4666,9 +4666,9 @@
|
|
|
4666
4666
|
}
|
|
4667
4667
|
},
|
|
4668
4668
|
"node_modules/@solidstarters/solid-core": {
|
|
4669
|
-
"version": "1.2.
|
|
4670
|
-
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core/-/solid-core-1.2.
|
|
4671
|
-
"integrity": "sha512-
|
|
4669
|
+
"version": "1.2.140",
|
|
4670
|
+
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core/-/solid-core-1.2.140.tgz",
|
|
4671
|
+
"integrity": "sha512-CtWlr4r7jON1TfNZjiRbWO0EdbcJGYGnU/eVmeuK2StXB7jSYECDCiVnvM9SjSsGYX7eyDN1On5nYUHqb2bBsQ==",
|
|
4672
4672
|
"license": "ISC",
|
|
4673
4673
|
"dependencies": {
|
|
4674
4674
|
"@angular-devkit/core": "^18.0.3",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@nestjs/serve-static": "^4.0.2",
|
|
45
45
|
"@nestjs/swagger": "^7.2.0",
|
|
46
46
|
"@nestjs/typeorm": "^10.0.1",
|
|
47
|
-
"@solidstarters/solid-core": "^1.2.
|
|
47
|
+
"@solidstarters/solid-core": "^1.2.140",
|
|
48
48
|
"@types/luxon": "^3.4.2",
|
|
49
49
|
"amqplib": "^0.10.4",
|
|
50
50
|
"axios": "^1.7.0",
|
|
@@ -13,11 +13,7 @@
|
|
|
13
13
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
14
14
|
"@hello-pangea/dnd": "^17.0.0",
|
|
15
15
|
"@reduxjs/toolkit": "^1.9.5",
|
|
16
|
-
"@solidstarters/solid-core-ui": "^1.1.
|
|
17
|
-
"@types/node": "20.5.9",
|
|
18
|
-
"@types/react": "18.2.21",
|
|
19
|
-
"@types/react-dom": "18.2.7",
|
|
20
|
-
"@types/uuid": "^10.0.0",
|
|
16
|
+
"@solidstarters/solid-core-ui": "^1.1.165",
|
|
21
17
|
"@uiw/react-codemirror": "^4.23.3",
|
|
22
18
|
"axios": "^1.7.2",
|
|
23
19
|
"bcryptjs": "^2.4.3",
|
|
@@ -67,9 +63,13 @@
|
|
|
67
63
|
},
|
|
68
64
|
"devDependencies": {
|
|
69
65
|
"@types/lodash": "^4.17.9",
|
|
66
|
+
"@types/node": "20.5.9",
|
|
70
67
|
"@types/pluralize": "^0.0.33",
|
|
71
68
|
"@types/qs": "^6.9.15",
|
|
69
|
+
"@types/react": "18.3.18",
|
|
70
|
+
"@types/react-dom": "18.3.5",
|
|
72
71
|
"@types/react-js-pagination": "^3.0.7",
|
|
72
|
+
"@types/uuid": "^10.0.0",
|
|
73
73
|
"next": "^14.2.7"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
@@ -201,6 +201,22 @@
|
|
|
201
201
|
"moment": "^2.22.2"
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
|
+
"node_modules/@faker-js/faker": {
|
|
205
|
+
"version": "9.9.0",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.9.0.tgz",
|
|
207
|
+
"integrity": "sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==",
|
|
208
|
+
"funding": [
|
|
209
|
+
{
|
|
210
|
+
"type": "opencollective",
|
|
211
|
+
"url": "https://opencollective.com/fakerjs"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"license": "MIT",
|
|
215
|
+
"engines": {
|
|
216
|
+
"node": ">=18.0.0",
|
|
217
|
+
"npm": ">=9.0.0"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
204
220
|
"node_modules/@fortawesome/fontawesome-free": {
|
|
205
221
|
"version": "5.15.4",
|
|
206
222
|
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz",
|
|
@@ -444,6 +460,29 @@
|
|
|
444
460
|
"integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==",
|
|
445
461
|
"license": "MIT"
|
|
446
462
|
},
|
|
463
|
+
"node_modules/@monaco-editor/loader": {
|
|
464
|
+
"version": "1.5.0",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.5.0.tgz",
|
|
466
|
+
"integrity": "sha512-hKoGSM+7aAc7eRTRjpqAZucPmoNOC4UUbknb/VNoTkEIkCPhqV8LfbsgM1webRM7S/z21eHEx9Fkwx8Z/C/+Xw==",
|
|
467
|
+
"license": "MIT",
|
|
468
|
+
"dependencies": {
|
|
469
|
+
"state-local": "^1.0.6"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"node_modules/@monaco-editor/react": {
|
|
473
|
+
"version": "4.7.0",
|
|
474
|
+
"resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.7.0.tgz",
|
|
475
|
+
"integrity": "sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==",
|
|
476
|
+
"license": "MIT",
|
|
477
|
+
"dependencies": {
|
|
478
|
+
"@monaco-editor/loader": "^1.5.0"
|
|
479
|
+
},
|
|
480
|
+
"peerDependencies": {
|
|
481
|
+
"monaco-editor": ">= 0.25.0 < 1",
|
|
482
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
483
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
447
486
|
"node_modules/@mongodb-js/saslprep": {
|
|
448
487
|
"version": "1.2.0",
|
|
449
488
|
"resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.2.0.tgz",
|
|
@@ -962,19 +1001,23 @@
|
|
|
962
1001
|
}
|
|
963
1002
|
},
|
|
964
1003
|
"node_modules/@solidstarters/solid-core-ui": {
|
|
965
|
-
"version": "1.1.
|
|
966
|
-
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.
|
|
967
|
-
"integrity": "sha512-
|
|
1004
|
+
"version": "1.1.165",
|
|
1005
|
+
"resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.165.tgz",
|
|
1006
|
+
"integrity": "sha512-NX6rUvCkPINsUItLFwD8CeqZHgv8wzrpt0uvtA/WR0tJK3lwC+1p0GUPguwjXf4DNBRwJUdwSfunf1/Uq2oSwQ==",
|
|
968
1007
|
"license": "ISC",
|
|
969
1008
|
"dependencies": {
|
|
970
|
-
"@
|
|
1009
|
+
"@faker-js/faker": "^9.9.0",
|
|
1010
|
+
"@hello-pangea/dnd": "18.0.1",
|
|
1011
|
+
"@monaco-editor/react": "^4.7.0",
|
|
971
1012
|
"axios": "^1.7.2",
|
|
972
1013
|
"bcryptjs": "^2.4.3",
|
|
973
1014
|
"bootstrap": "^5.3.3",
|
|
974
1015
|
"change-case": "^5.4.4",
|
|
975
|
-
"chart.js": "^4.
|
|
1016
|
+
"chart.js": "^4.5.0",
|
|
976
1017
|
"cloudinary": "^1.40.0",
|
|
1018
|
+
"copyfile": "^0.1.2",
|
|
977
1019
|
"copyfiles": "^2.4.1",
|
|
1020
|
+
"gridstack": "^12.2.1",
|
|
978
1021
|
"handlebars": "^4.7.8",
|
|
979
1022
|
"html-react-parser": "^5.2.2",
|
|
980
1023
|
"html2canvas": "^1.4.1",
|
|
@@ -1248,23 +1291,23 @@
|
|
|
1248
1291
|
"optional": true
|
|
1249
1292
|
},
|
|
1250
1293
|
"node_modules/@types/react": {
|
|
1251
|
-
"version": "18.
|
|
1252
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.
|
|
1253
|
-
"integrity": "sha512-
|
|
1294
|
+
"version": "18.3.18",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz",
|
|
1296
|
+
"integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==",
|
|
1254
1297
|
"license": "MIT",
|
|
1255
1298
|
"dependencies": {
|
|
1256
1299
|
"@types/prop-types": "*",
|
|
1257
|
-
"@types/scheduler": "*",
|
|
1258
1300
|
"csstype": "^3.0.2"
|
|
1259
1301
|
}
|
|
1260
1302
|
},
|
|
1261
1303
|
"node_modules/@types/react-dom": {
|
|
1262
|
-
"version": "18.
|
|
1263
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.
|
|
1264
|
-
"integrity": "sha512-
|
|
1304
|
+
"version": "18.3.5",
|
|
1305
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz",
|
|
1306
|
+
"integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==",
|
|
1307
|
+
"devOptional": true,
|
|
1265
1308
|
"license": "MIT",
|
|
1266
|
-
"
|
|
1267
|
-
"@types/react": "
|
|
1309
|
+
"peerDependencies": {
|
|
1310
|
+
"@types/react": "^18.0.0"
|
|
1268
1311
|
}
|
|
1269
1312
|
},
|
|
1270
1313
|
"node_modules/@types/react-js-pagination": {
|
|
@@ -1295,12 +1338,6 @@
|
|
|
1295
1338
|
"@types/react": "*"
|
|
1296
1339
|
}
|
|
1297
1340
|
},
|
|
1298
|
-
"node_modules/@types/scheduler": {
|
|
1299
|
-
"version": "0.23.0",
|
|
1300
|
-
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.23.0.tgz",
|
|
1301
|
-
"integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==",
|
|
1302
|
-
"license": "MIT"
|
|
1303
|
-
},
|
|
1304
1341
|
"node_modules/@types/unist": {
|
|
1305
1342
|
"version": "3.0.3",
|
|
1306
1343
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
@@ -1317,6 +1354,7 @@
|
|
|
1317
1354
|
"version": "10.0.0",
|
|
1318
1355
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
|
|
1319
1356
|
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
|
|
1357
|
+
"dev": true,
|
|
1320
1358
|
"license": "MIT"
|
|
1321
1359
|
},
|
|
1322
1360
|
"node_modules/@types/webidl-conversions": {
|
|
@@ -2190,9 +2228,9 @@
|
|
|
2190
2228
|
}
|
|
2191
2229
|
},
|
|
2192
2230
|
"node_modules/chart.js": {
|
|
2193
|
-
"version": "4.
|
|
2194
|
-
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.
|
|
2195
|
-
"integrity": "sha512-
|
|
2231
|
+
"version": "4.5.0",
|
|
2232
|
+
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.0.tgz",
|
|
2233
|
+
"integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==",
|
|
2196
2234
|
"license": "MIT",
|
|
2197
2235
|
"dependencies": {
|
|
2198
2236
|
"@kurkle/color": "^0.3.0"
|
|
@@ -2393,8 +2431,7 @@
|
|
|
2393
2431
|
"version": "2.20.3",
|
|
2394
2432
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
2395
2433
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
2396
|
-
"license": "MIT"
|
|
2397
|
-
"peer": true
|
|
2434
|
+
"license": "MIT"
|
|
2398
2435
|
},
|
|
2399
2436
|
"node_modules/concat-map": {
|
|
2400
2437
|
"version": "0.0.1",
|
|
@@ -2411,6 +2448,15 @@
|
|
|
2411
2448
|
"node": ">= 0.6"
|
|
2412
2449
|
}
|
|
2413
2450
|
},
|
|
2451
|
+
"node_modules/copyfile": {
|
|
2452
|
+
"version": "0.1.2",
|
|
2453
|
+
"resolved": "https://registry.npmjs.org/copyfile/-/copyfile-0.1.2.tgz",
|
|
2454
|
+
"integrity": "sha512-UlQ4OZCVs35bxX/SYOemCh3Md+ih2C+C8DmPw9g6eHBdOGTuTiB6XpUDX/sed0Npf2qdAqV+KBxAojAIHveBJg==",
|
|
2455
|
+
"license": "MIT",
|
|
2456
|
+
"dependencies": {
|
|
2457
|
+
"commander": "^2.9.0"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2414
2460
|
"node_modules/copyfiles": {
|
|
2415
2461
|
"version": "2.4.1",
|
|
2416
2462
|
"resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz",
|
|
@@ -3457,6 +3503,22 @@
|
|
|
3457
3503
|
"integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==",
|
|
3458
3504
|
"license": "ISC"
|
|
3459
3505
|
},
|
|
3506
|
+
"node_modules/gridstack": {
|
|
3507
|
+
"version": "12.2.2",
|
|
3508
|
+
"resolved": "https://registry.npmjs.org/gridstack/-/gridstack-12.2.2.tgz",
|
|
3509
|
+
"integrity": "sha512-eK9XAbBWQp+QniqL6ipvofWSrCelm46j5USag73LNq8tOWSL2DeeGBWU9mTibLI6i66n0r7xYS+1/g2qqTqKcw==",
|
|
3510
|
+
"funding": [
|
|
3511
|
+
{
|
|
3512
|
+
"type": "paypal",
|
|
3513
|
+
"url": "https://www.paypal.me/alaind831"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"type": "venmo",
|
|
3517
|
+
"url": "https://www.venmo.com/adumesny"
|
|
3518
|
+
}
|
|
3519
|
+
],
|
|
3520
|
+
"license": "MIT"
|
|
3521
|
+
},
|
|
3460
3522
|
"node_modules/gud": {
|
|
3461
3523
|
"version": "1.0.0",
|
|
3462
3524
|
"resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz",
|
|
@@ -5513,6 +5575,13 @@
|
|
|
5513
5575
|
"moment": ">= 2"
|
|
5514
5576
|
}
|
|
5515
5577
|
},
|
|
5578
|
+
"node_modules/monaco-editor": {
|
|
5579
|
+
"version": "0.52.2",
|
|
5580
|
+
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz",
|
|
5581
|
+
"integrity": "sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==",
|
|
5582
|
+
"license": "MIT",
|
|
5583
|
+
"peer": true
|
|
5584
|
+
},
|
|
5516
5585
|
"node_modules/mongodb": {
|
|
5517
5586
|
"version": "5.9.2",
|
|
5518
5587
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.9.2.tgz",
|
|
@@ -7492,6 +7561,12 @@
|
|
|
7492
7561
|
"node": ">=0.1.14"
|
|
7493
7562
|
}
|
|
7494
7563
|
},
|
|
7564
|
+
"node_modules/state-local": {
|
|
7565
|
+
"version": "1.0.7",
|
|
7566
|
+
"resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz",
|
|
7567
|
+
"integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==",
|
|
7568
|
+
"license": "MIT"
|
|
7569
|
+
},
|
|
7495
7570
|
"node_modules/streamsearch": {
|
|
7496
7571
|
"version": "1.1.0",
|
|
7497
7572
|
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
@@ -15,11 +15,7 @@
|
|
|
15
15
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
16
16
|
"@hello-pangea/dnd": "^17.0.0",
|
|
17
17
|
"@reduxjs/toolkit": "^1.9.5",
|
|
18
|
-
"@solidstarters/solid-core-ui": "^1.1.
|
|
19
|
-
"@types/node": "20.5.9",
|
|
20
|
-
"@types/react": "18.2.21",
|
|
21
|
-
"@types/react-dom": "18.2.7",
|
|
22
|
-
"@types/uuid": "^10.0.0",
|
|
18
|
+
"@solidstarters/solid-core-ui": "^1.1.165",
|
|
23
19
|
"@uiw/react-codemirror": "^4.23.3",
|
|
24
20
|
"axios": "^1.7.2",
|
|
25
21
|
"bcryptjs": "^2.4.3",
|
|
@@ -71,7 +67,11 @@
|
|
|
71
67
|
"@types/lodash": "^4.17.9",
|
|
72
68
|
"@types/pluralize": "^0.0.33",
|
|
73
69
|
"@types/qs": "^6.9.15",
|
|
70
|
+
"@types/react": "18.3.18",
|
|
71
|
+
"@types/react-dom": "18.3.5",
|
|
74
72
|
"@types/react-js-pagination": "^3.0.7",
|
|
75
|
-
"next": "^14.2.7"
|
|
73
|
+
"next": "^14.2.7",
|
|
74
|
+
"@types/node": "20.5.9",
|
|
75
|
+
"@types/uuid": "^10.0.0"
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -24,6 +24,7 @@ import { exportTemplateApi } from "@solidstarters/solid-core-ui";
|
|
|
24
24
|
import { solidChatterMessageApi } from "@solidstarters/solid-core-ui";
|
|
25
25
|
import { solidServiceApi } from "@solidstarters/solid-core-ui";
|
|
26
26
|
import { importTransactionApi } from "@solidstarters/solid-core-ui";
|
|
27
|
+
import {dashboardApi, dashboardQuestionApi, aiInteractionApi} from "@solidstarters/solid-core-ui";
|
|
27
28
|
|
|
28
29
|
export function initializeStore(entities: string[] = []) {
|
|
29
30
|
|
|
@@ -46,6 +47,9 @@ export function initializeStore(entities: string[] = []) {
|
|
|
46
47
|
[exportTemplateApi.reducerPath]:exportTemplateApi.reducer,
|
|
47
48
|
[solidServiceApi.reducerPath]: solidServiceApi.reducer,
|
|
48
49
|
[importTransactionApi.reducerPath]: importTransactionApi.reducer,
|
|
50
|
+
[dashboardApi.reducerPath]: dashboardApi.reducer,
|
|
51
|
+
[dashboardQuestionApi.reducerPath]: dashboardQuestionApi.reducer,
|
|
52
|
+
[aiInteractionApi.reducerPath]: aiInteractionApi.reducer,
|
|
49
53
|
|
|
50
54
|
// This has now become dynamica and is added using the for loop below
|
|
51
55
|
// [solidCountryApi.reducerPath]: solidCountryApi.reducer,
|
|
@@ -72,7 +76,10 @@ export function initializeStore(entities: string[] = []) {
|
|
|
72
76
|
solidChatterMessageApi.middleware,
|
|
73
77
|
exportTemplateApi.middleware,
|
|
74
78
|
solidServiceApi.middleware,
|
|
75
|
-
importTransactionApi.middleware
|
|
79
|
+
importTransactionApi.middleware,
|
|
80
|
+
dashboardApi.middleware,
|
|
81
|
+
dashboardQuestionApi.middleware,
|
|
82
|
+
aiInteractionApi.middleware,
|
|
76
83
|
|
|
77
84
|
// This has now become dynamica and is added using the for loop below
|
|
78
85
|
// solidCountryApi.middleware
|