@next-bricks/ai-portal 0.41.1 → 0.41.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.
Files changed (53) hide show
  1. package/dist/bricks.json +23 -23
  2. package/dist/chunks/2608.bbe2b26a.js +2 -0
  3. package/dist/chunks/2608.bbe2b26a.js.map +1 -0
  4. package/dist/chunks/6754.758fa3ae.js +2 -0
  5. package/dist/chunks/6754.758fa3ae.js.map +1 -0
  6. package/dist/chunks/7493.61116715.js +2 -0
  7. package/dist/chunks/7493.61116715.js.map +1 -0
  8. package/dist/chunks/7570.ae14a465.js +2 -0
  9. package/dist/chunks/7570.ae14a465.js.map +1 -0
  10. package/dist/chunks/9474.eb2019f3.js +2 -0
  11. package/dist/chunks/9474.eb2019f3.js.map +1 -0
  12. package/dist/chunks/activity-timeline.5ea5526f.js +2 -0
  13. package/dist/chunks/activity-timeline.5ea5526f.js.map +1 -0
  14. package/dist/chunks/chat-box.15e40b8e.js +2 -0
  15. package/dist/chunks/chat-box.15e40b8e.js.map +1 -0
  16. package/dist/chunks/chat-input.3e67d2d4.js +3 -0
  17. package/dist/chunks/chat-input.3e67d2d4.js.map +1 -0
  18. package/dist/chunks/{goal-card-list.5f61cd91.js → goal-card-list.fcce68bd.js} +3 -3
  19. package/dist/chunks/{goal-card-list.5f61cd91.js.map → goal-card-list.fcce68bd.js.map} +1 -1
  20. package/dist/chunks/main.368cafdf.js +2 -0
  21. package/dist/chunks/{main.c7c296c8.js.map → main.368cafdf.js.map} +1 -1
  22. package/dist/chunks/{preview-container.fa54ae91.js → preview-container.bbde74aa.js} +2 -2
  23. package/dist/chunks/preview-container.bbde74aa.js.map +1 -0
  24. package/dist/examples.json +16 -16
  25. package/dist/index.985de226.js +2 -0
  26. package/dist/{index.663fc8d5.js.map → index.985de226.js.map} +1 -1
  27. package/dist/manifest.json +166 -166
  28. package/dist/types.json +429 -373
  29. package/dist-types/activity-timeline/i18n.d.ts +4 -2
  30. package/dist-types/activity-timeline/interfaces.d.ts +24 -16
  31. package/package.json +2 -2
  32. package/dist/chunks/2608.33f641c9.js +0 -2
  33. package/dist/chunks/2608.33f641c9.js.map +0 -1
  34. package/dist/chunks/3554.65e56ba5.js +0 -2
  35. package/dist/chunks/3554.65e56ba5.js.map +0 -1
  36. package/dist/chunks/382.d2e3f46f.js +0 -2
  37. package/dist/chunks/382.d2e3f46f.js.map +0 -1
  38. package/dist/chunks/7493.b181babb.js +0 -2
  39. package/dist/chunks/7493.b181babb.js.map +0 -1
  40. package/dist/chunks/7774.505f9191.js +0 -2
  41. package/dist/chunks/7774.505f9191.js.map +0 -1
  42. package/dist/chunks/activity-timeline.a7da73e9.js +0 -2
  43. package/dist/chunks/activity-timeline.a7da73e9.js.map +0 -1
  44. package/dist/chunks/chat-box.9c68697e.js +0 -2
  45. package/dist/chunks/chat-box.9c68697e.js.map +0 -1
  46. package/dist/chunks/chat-input.11a041ff.js +0 -3
  47. package/dist/chunks/chat-input.11a041ff.js.map +0 -1
  48. package/dist/chunks/main.c7c296c8.js +0 -2
  49. package/dist/chunks/preview-container.fa54ae91.js.map +0 -1
  50. package/dist/images/de350a46.png +0 -0
  51. package/dist/index.663fc8d5.js +0 -2
  52. /package/dist/chunks/{chat-input.11a041ff.js.LICENSE.txt → chat-input.3e67d2d4.js.LICENSE.txt} +0 -0
  53. /package/dist/chunks/{goal-card-list.5f61cd91.js.LICENSE.txt → goal-card-list.fcce68bd.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,9 +1,4 @@
1
1
  {
2
- "ai-portal.home-container": {
3
- "properties": [],
4
- "events": [],
5
- "methods": []
6
- },
7
2
  "ai-portal.stat-with-mini-chart": {
8
3
  "properties": [
9
4
  {
@@ -179,6 +174,94 @@
179
174
  }
180
175
  ]
181
176
  },
177
+ "ai-portal.entity-sdk-get": {
178
+ "type": "provider",
179
+ "params": [
180
+ {
181
+ "name": "workspace",
182
+ "annotation": {
183
+ "type": "keyword",
184
+ "value": "string"
185
+ }
186
+ },
187
+ {
188
+ "name": "entity",
189
+ "annotation": {
190
+ "type": "keyword",
191
+ "value": "string"
192
+ }
193
+ },
194
+ {
195
+ "name": "id",
196
+ "annotation": {
197
+ "type": "keyword",
198
+ "value": "string"
199
+ }
200
+ }
201
+ ],
202
+ "returns": {
203
+ "annotation": {
204
+ "type": "reference",
205
+ "typeName": {
206
+ "type": "identifier",
207
+ "name": "Promise"
208
+ },
209
+ "typeParameters": {
210
+ "type": "typeParameterInstantiation",
211
+ "params": [
212
+ {
213
+ "type": "keyword",
214
+ "value": "unknown"
215
+ }
216
+ ]
217
+ }
218
+ }
219
+ }
220
+ },
221
+ "ai-portal.entity-sdk-list": {
222
+ "type": "provider",
223
+ "params": [
224
+ {
225
+ "name": "workspace",
226
+ "annotation": {
227
+ "type": "keyword",
228
+ "value": "string"
229
+ }
230
+ },
231
+ {
232
+ "name": "entity",
233
+ "annotation": {
234
+ "type": "keyword",
235
+ "value": "string"
236
+ }
237
+ },
238
+ {
239
+ "name": "params",
240
+ "annotation": {
241
+ "type": "keyword",
242
+ "value": "any"
243
+ }
244
+ }
245
+ ],
246
+ "returns": {
247
+ "annotation": {
248
+ "type": "reference",
249
+ "typeName": {
250
+ "type": "identifier",
251
+ "name": "Promise"
252
+ },
253
+ "typeParameters": {
254
+ "type": "typeParameterInstantiation",
255
+ "params": [
256
+ {
257
+ "type": "keyword",
258
+ "value": "unknown"
259
+ }
260
+ ]
261
+ }
262
+ }
263
+ }
264
+ },
182
265
  "ai-portal.save-request-store": {
183
266
  "type": "provider",
184
267
  "params": [
@@ -296,142 +379,64 @@
296
379
  }
297
380
  }
298
381
  },
299
- "ai-portal.entity-sdk-list": {
300
- "type": "provider",
301
- "params": [
302
- {
303
- "name": "workspace",
304
- "annotation": {
305
- "type": "keyword",
306
- "value": "string"
307
- }
308
- },
382
+ "ai-portal.page-container": {
383
+ "properties": [
309
384
  {
310
- "name": "entity",
385
+ "name": "pageTitle",
311
386
  "annotation": {
312
387
  "type": "keyword",
313
388
  "value": "string"
314
389
  }
315
390
  },
316
391
  {
317
- "name": "params",
392
+ "name": "breadcrumbs",
318
393
  "annotation": {
319
- "type": "keyword",
320
- "value": "any"
321
- }
322
- }
323
- ],
324
- "returns": {
325
- "annotation": {
326
- "type": "reference",
327
- "typeName": {
328
- "type": "identifier",
329
- "name": "Promise"
330
- },
331
- "typeParameters": {
332
- "type": "typeParameterInstantiation",
333
- "params": [
334
- {
335
- "type": "keyword",
336
- "value": "unknown"
394
+ "type": "array",
395
+ "elementType": {
396
+ "type": "reference",
397
+ "typeName": {
398
+ "type": "identifier",
399
+ "name": "Breadcrumb"
337
400
  }
338
- ]
339
- }
340
- }
341
- }
342
- },
343
- "ai-portal.entity-sdk-get": {
344
- "type": "provider",
345
- "params": [
346
- {
347
- "name": "workspace",
348
- "annotation": {
349
- "type": "keyword",
350
- "value": "string"
351
- }
352
- },
353
- {
354
- "name": "entity",
355
- "annotation": {
356
- "type": "keyword",
357
- "value": "string"
401
+ }
358
402
  }
359
403
  },
360
404
  {
361
- "name": "id",
405
+ "name": "size",
362
406
  "annotation": {
363
- "type": "keyword",
364
- "value": "string"
365
- }
366
- }
367
- ],
368
- "returns": {
369
- "annotation": {
370
- "type": "reference",
371
- "typeName": {
372
- "type": "identifier",
373
- "name": "Promise"
374
- },
375
- "typeParameters": {
376
- "type": "typeParameterInstantiation",
377
- "params": [
407
+ "type": "union",
408
+ "types": [
378
409
  {
379
- "type": "keyword",
380
- "value": "unknown"
410
+ "type": "jsLiteral",
411
+ "value": "medium"
412
+ },
413
+ {
414
+ "type": "jsLiteral",
415
+ "value": "small"
381
416
  }
382
417
  ]
383
418
  }
384
- }
385
- }
386
- },
387
- "ai-portal.tab-list": {
388
- "properties": [
389
- {
390
- "name": "tabs",
391
- "annotation": {
392
- "type": "array",
393
- "elementType": {
394
- "type": "reference",
395
- "typeName": {
396
- "type": "identifier",
397
- "name": "Tab"
398
- }
399
- }
400
- }
401
419
  },
402
420
  {
403
- "name": "activeTab",
421
+ "name": "textContent",
404
422
  "annotation": {
405
423
  "type": "keyword",
406
424
  "value": "string"
407
425
  }
408
426
  }
409
427
  ],
410
- "events": [
411
- {
412
- "name": "tab.click",
413
- "detail": {
414
- "annotation": {
415
- "type": "reference",
416
- "typeName": {
417
- "type": "identifier",
418
- "name": "Tab"
419
- }
420
- }
421
- }
422
- }
423
- ],
428
+ "events": [],
424
429
  "methods": [],
425
430
  "types": [
426
431
  {
427
432
  "type": "interface",
428
- "name": "Tab",
433
+ "name": "Breadcrumb",
429
434
  "body": [
430
435
  {
431
436
  "type": "propertySignature",
432
437
  "key": {
433
438
  "type": "identifier",
434
- "name": "id"
439
+ "name": "text"
435
440
  },
436
441
  "annotation": {
437
442
  "type": "keyword",
@@ -443,7 +448,7 @@
443
448
  "type": "propertySignature",
444
449
  "key": {
445
450
  "type": "identifier",
446
- "name": "label"
451
+ "name": "url"
447
452
  },
448
453
  "annotation": {
449
454
  "type": "keyword",
@@ -455,64 +460,54 @@
455
460
  }
456
461
  ]
457
462
  },
458
- "ai-portal.page-container": {
463
+ "ai-portal.tab-list": {
459
464
  "properties": [
460
465
  {
461
- "name": "pageTitle",
462
- "annotation": {
463
- "type": "keyword",
464
- "value": "string"
465
- }
466
- },
467
- {
468
- "name": "breadcrumbs",
466
+ "name": "tabs",
469
467
  "annotation": {
470
468
  "type": "array",
471
469
  "elementType": {
472
470
  "type": "reference",
473
471
  "typeName": {
474
472
  "type": "identifier",
475
- "name": "Breadcrumb"
473
+ "name": "Tab"
476
474
  }
477
475
  }
478
476
  }
479
477
  },
480
478
  {
481
- "name": "size",
482
- "annotation": {
483
- "type": "union",
484
- "types": [
485
- {
486
- "type": "jsLiteral",
487
- "value": "medium"
488
- },
489
- {
490
- "type": "jsLiteral",
491
- "value": "small"
492
- }
493
- ]
494
- }
495
- },
496
- {
497
- "name": "textContent",
479
+ "name": "activeTab",
498
480
  "annotation": {
499
481
  "type": "keyword",
500
482
  "value": "string"
501
483
  }
502
484
  }
503
485
  ],
504
- "events": [],
486
+ "events": [
487
+ {
488
+ "name": "tab.click",
489
+ "detail": {
490
+ "annotation": {
491
+ "type": "reference",
492
+ "typeName": {
493
+ "type": "identifier",
494
+ "name": "Tab"
495
+ }
496
+ }
497
+ }
498
+ }
499
+ ],
505
500
  "methods": [],
506
501
  "types": [
507
502
  {
508
503
  "type": "interface",
509
- "name": "Breadcrumb",
504
+ "name": "Tab",
510
505
  "body": [
511
506
  {
512
507
  "type": "propertySignature",
513
508
  "key": {
514
509
  "type": "identifier",
515
- "name": "text"
510
+ "name": "id"
516
511
  },
517
512
  "annotation": {
518
513
  "type": "keyword",
@@ -524,7 +519,7 @@
524
519
  "type": "propertySignature",
525
520
  "key": {
526
521
  "type": "identifier",
527
- "name": "url"
522
+ "name": "label"
528
523
  },
529
524
  "annotation": {
530
525
  "type": "keyword",
@@ -536,6 +531,11 @@
536
531
  }
537
532
  ]
538
533
  },
534
+ "ai-portal.home-container": {
535
+ "properties": [],
536
+ "events": [],
537
+ "methods": []
538
+ },
539
539
  "ai-portal.elevo-logo": {
540
540
  "properties": [],
541
541
  "events": [],
@@ -711,62 +711,6 @@
711
711
  }
712
712
  ]
713
713
  },
714
- "ai-portal.chat-box": {
715
- "properties": [
716
- {
717
- "name": "disabled",
718
- "annotation": {
719
- "type": "keyword",
720
- "value": "boolean"
721
- }
722
- },
723
- {
724
- "name": "placeholder",
725
- "annotation": {
726
- "type": "keyword",
727
- "value": "string"
728
- }
729
- },
730
- {
731
- "name": "autoFocus",
732
- "annotation": {
733
- "type": "keyword",
734
- "value": "boolean"
735
- }
736
- }
737
- ],
738
- "events": [
739
- {
740
- "name": "message.submit",
741
- "detail": {
742
- "annotation": {
743
- "type": "keyword",
744
- "value": "string"
745
- }
746
- }
747
- }
748
- ],
749
- "methods": [
750
- {
751
- "name": "setValue",
752
- "params": [
753
- {
754
- "name": "value",
755
- "annotation": {
756
- "type": "keyword",
757
- "value": "string"
758
- }
759
- }
760
- ],
761
- "returns": {}
762
- },
763
- {
764
- "name": "getValue",
765
- "params": [],
766
- "returns": {}
767
- }
768
- ]
769
- },
770
714
  "ai-portal.show-cases": {
771
715
  "properties": [
772
716
  {
@@ -1105,6 +1049,76 @@
1105
1049
  }
1106
1050
  ]
1107
1051
  },
1052
+ "ai-portal.project-summary": {
1053
+ "properties": [
1054
+ {
1055
+ "name": "chatList",
1056
+ "annotation": {
1057
+ "type": "array",
1058
+ "elementType": {
1059
+ "type": "reference",
1060
+ "typeName": {
1061
+ "type": "identifier",
1062
+ "name": "Chat"
1063
+ }
1064
+ }
1065
+ }
1066
+ },
1067
+ {
1068
+ "name": "chatUrlTemplate",
1069
+ "annotation": {
1070
+ "type": "keyword",
1071
+ "value": "string"
1072
+ }
1073
+ }
1074
+ ],
1075
+ "events": [],
1076
+ "methods": [],
1077
+ "types": [
1078
+ {
1079
+ "type": "interface",
1080
+ "name": "Chat",
1081
+ "body": [
1082
+ {
1083
+ "type": "propertySignature",
1084
+ "key": {
1085
+ "type": "identifier",
1086
+ "name": "conversationId"
1087
+ },
1088
+ "annotation": {
1089
+ "type": "keyword",
1090
+ "value": "string"
1091
+ },
1092
+ "computed": false
1093
+ },
1094
+ {
1095
+ "type": "propertySignature",
1096
+ "key": {
1097
+ "type": "identifier",
1098
+ "name": "title"
1099
+ },
1100
+ "annotation": {
1101
+ "type": "keyword",
1102
+ "value": "string"
1103
+ },
1104
+ "computed": false
1105
+ },
1106
+ {
1107
+ "type": "propertySignature",
1108
+ "key": {
1109
+ "type": "identifier",
1110
+ "name": "startTime"
1111
+ },
1112
+ "annotation": {
1113
+ "type": "keyword",
1114
+ "value": "number"
1115
+ },
1116
+ "computed": false
1117
+ }
1118
+ ]
1119
+ }
1120
+ ]
1121
+ },
1108
1122
  "ai-portal.ai-agents": {
1109
1123
  "properties": [
1110
1124
  {
@@ -1202,6 +1216,62 @@
1202
1216
  }
1203
1217
  ]
1204
1218
  },
1219
+ "ai-portal.chat-box": {
1220
+ "properties": [
1221
+ {
1222
+ "name": "disabled",
1223
+ "annotation": {
1224
+ "type": "keyword",
1225
+ "value": "boolean"
1226
+ }
1227
+ },
1228
+ {
1229
+ "name": "placeholder",
1230
+ "annotation": {
1231
+ "type": "keyword",
1232
+ "value": "string"
1233
+ }
1234
+ },
1235
+ {
1236
+ "name": "autoFocus",
1237
+ "annotation": {
1238
+ "type": "keyword",
1239
+ "value": "boolean"
1240
+ }
1241
+ }
1242
+ ],
1243
+ "events": [
1244
+ {
1245
+ "name": "message.submit",
1246
+ "detail": {
1247
+ "annotation": {
1248
+ "type": "keyword",
1249
+ "value": "string"
1250
+ }
1251
+ }
1252
+ }
1253
+ ],
1254
+ "methods": [
1255
+ {
1256
+ "name": "setValue",
1257
+ "params": [
1258
+ {
1259
+ "name": "value",
1260
+ "annotation": {
1261
+ "type": "keyword",
1262
+ "value": "string"
1263
+ }
1264
+ }
1265
+ ],
1266
+ "returns": {}
1267
+ },
1268
+ {
1269
+ "name": "getValue",
1270
+ "params": [],
1271
+ "returns": {}
1272
+ }
1273
+ ]
1274
+ },
1205
1275
  "ai-portal.dropdown-select": {
1206
1276
  "properties": [
1207
1277
  {
@@ -1371,76 +1441,6 @@
1371
1441
  }
1372
1442
  ]
1373
1443
  },
1374
- "ai-portal.project-summary": {
1375
- "properties": [
1376
- {
1377
- "name": "chatList",
1378
- "annotation": {
1379
- "type": "array",
1380
- "elementType": {
1381
- "type": "reference",
1382
- "typeName": {
1383
- "type": "identifier",
1384
- "name": "Chat"
1385
- }
1386
- }
1387
- }
1388
- },
1389
- {
1390
- "name": "chatUrlTemplate",
1391
- "annotation": {
1392
- "type": "keyword",
1393
- "value": "string"
1394
- }
1395
- }
1396
- ],
1397
- "events": [],
1398
- "methods": [],
1399
- "types": [
1400
- {
1401
- "type": "interface",
1402
- "name": "Chat",
1403
- "body": [
1404
- {
1405
- "type": "propertySignature",
1406
- "key": {
1407
- "type": "identifier",
1408
- "name": "conversationId"
1409
- },
1410
- "annotation": {
1411
- "type": "keyword",
1412
- "value": "string"
1413
- },
1414
- "computed": false
1415
- },
1416
- {
1417
- "type": "propertySignature",
1418
- "key": {
1419
- "type": "identifier",
1420
- "name": "title"
1421
- },
1422
- "annotation": {
1423
- "type": "keyword",
1424
- "value": "string"
1425
- },
1426
- "computed": false
1427
- },
1428
- {
1429
- "type": "propertySignature",
1430
- "key": {
1431
- "type": "identifier",
1432
- "name": "startTime"
1433
- },
1434
- "annotation": {
1435
- "type": "keyword",
1436
- "value": "number"
1437
- },
1438
- "computed": false
1439
- }
1440
- ]
1441
- }
1442
- ]
1443
- },
1444
1444
  "ai-portal.preview-container": {
1445
1445
  "properties": [
1446
1446
  {
@@ -2102,6 +2102,7 @@
2102
2102
  "type": "keyword",
2103
2103
  "value": "string"
2104
2104
  },
2105
+ "optional": true,
2105
2106
  "computed": false
2106
2107
  },
2107
2108
  {
@@ -2114,6 +2115,7 @@
2114
2115
  "type": "keyword",
2115
2116
  "value": "string"
2116
2117
  },
2118
+ "optional": true,
2117
2119
  "computed": false
2118
2120
  }
2119
2121
  ]
@@ -2139,6 +2141,7 @@
2139
2141
  "type": "keyword",
2140
2142
  "value": "string"
2141
2143
  },
2144
+ "optional": true,
2142
2145
  "computed": false
2143
2146
  },
2144
2147
  {
@@ -2151,6 +2154,7 @@
2151
2154
  "type": "keyword",
2152
2155
  "value": "string"
2153
2156
  },
2157
+ "optional": true,
2154
2158
  "computed": false
2155
2159
  }
2156
2160
  ]
@@ -2376,23 +2380,36 @@
2376
2380
  "type": "propertySignature",
2377
2381
  "key": {
2378
2382
  "type": "identifier",
2379
- "name": "user_id"
2380
- },
2381
- "annotation": {
2382
- "type": "keyword",
2383
- "value": "string"
2384
- },
2385
- "computed": false
2386
- },
2387
- {
2388
- "type": "propertySignature",
2389
- "key": {
2390
- "type": "identifier",
2391
- "name": "user_name"
2383
+ "name": "owner"
2392
2384
  },
2393
2385
  "annotation": {
2394
- "type": "keyword",
2395
- "value": "string"
2386
+ "type": "typeLiteral",
2387
+ "members": [
2388
+ {
2389
+ "type": "propertySignature",
2390
+ "key": {
2391
+ "type": "identifier",
2392
+ "name": "user_id"
2393
+ },
2394
+ "annotation": {
2395
+ "type": "keyword",
2396
+ "value": "string"
2397
+ },
2398
+ "computed": false
2399
+ },
2400
+ {
2401
+ "type": "propertySignature",
2402
+ "key": {
2403
+ "type": "identifier",
2404
+ "name": "user_name"
2405
+ },
2406
+ "annotation": {
2407
+ "type": "keyword",
2408
+ "value": "string"
2409
+ },
2410
+ "computed": false
2411
+ }
2412
+ ]
2396
2413
  },
2397
2414
  "computed": false
2398
2415
  }
@@ -2413,23 +2430,36 @@
2413
2430
  "type": "propertySignature",
2414
2431
  "key": {
2415
2432
  "type": "identifier",
2416
- "name": "user_id"
2417
- },
2418
- "annotation": {
2419
- "type": "keyword",
2420
- "value": "string"
2421
- },
2422
- "computed": false
2423
- },
2424
- {
2425
- "type": "propertySignature",
2426
- "key": {
2427
- "type": "identifier",
2428
- "name": "user_name"
2433
+ "name": "owner"
2429
2434
  },
2430
2435
  "annotation": {
2431
- "type": "keyword",
2432
- "value": "string"
2436
+ "type": "typeLiteral",
2437
+ "members": [
2438
+ {
2439
+ "type": "propertySignature",
2440
+ "key": {
2441
+ "type": "identifier",
2442
+ "name": "user_id"
2443
+ },
2444
+ "annotation": {
2445
+ "type": "keyword",
2446
+ "value": "string"
2447
+ },
2448
+ "computed": false
2449
+ },
2450
+ {
2451
+ "type": "propertySignature",
2452
+ "key": {
2453
+ "type": "identifier",
2454
+ "name": "user_name"
2455
+ },
2456
+ "annotation": {
2457
+ "type": "keyword",
2458
+ "value": "string"
2459
+ },
2460
+ "computed": false
2461
+ }
2462
+ ]
2433
2463
  },
2434
2464
  "computed": false
2435
2465
  }
@@ -2484,45 +2514,58 @@
2484
2514
  "name": "before"
2485
2515
  },
2486
2516
  "annotation": {
2487
- "type": "reference",
2488
- "typeName": {
2489
- "type": "identifier",
2490
- "name": "Array"
2491
- },
2492
- "typeParameters": {
2493
- "type": "typeParameterInstantiation",
2494
- "params": [
2495
- {
2496
- "type": "typeLiteral",
2497
- "members": [
2498
- {
2499
- "type": "propertySignature",
2500
- "key": {
2501
- "type": "identifier",
2502
- "name": "user_id"
2503
- },
2504
- "annotation": {
2505
- "type": "keyword",
2506
- "value": "string"
2507
- },
2508
- "computed": false
2509
- },
2510
- {
2511
- "type": "propertySignature",
2512
- "key": {
2513
- "type": "identifier",
2514
- "name": "user_name"
2515
- },
2516
- "annotation": {
2517
- "type": "keyword",
2518
- "value": "string"
2519
- },
2520
- "computed": false
2521
- }
2522
- ]
2523
- }
2524
- ]
2525
- }
2517
+ "type": "typeLiteral",
2518
+ "members": [
2519
+ {
2520
+ "type": "propertySignature",
2521
+ "key": {
2522
+ "type": "identifier",
2523
+ "name": "users"
2524
+ },
2525
+ "annotation": {
2526
+ "type": "reference",
2527
+ "typeName": {
2528
+ "type": "identifier",
2529
+ "name": "Array"
2530
+ },
2531
+ "typeParameters": {
2532
+ "type": "typeParameterInstantiation",
2533
+ "params": [
2534
+ {
2535
+ "type": "typeLiteral",
2536
+ "members": [
2537
+ {
2538
+ "type": "propertySignature",
2539
+ "key": {
2540
+ "type": "identifier",
2541
+ "name": "user_id"
2542
+ },
2543
+ "annotation": {
2544
+ "type": "keyword",
2545
+ "value": "string"
2546
+ },
2547
+ "computed": false
2548
+ },
2549
+ {
2550
+ "type": "propertySignature",
2551
+ "key": {
2552
+ "type": "identifier",
2553
+ "name": "user_name"
2554
+ },
2555
+ "annotation": {
2556
+ "type": "keyword",
2557
+ "value": "string"
2558
+ },
2559
+ "computed": false
2560
+ }
2561
+ ]
2562
+ }
2563
+ ]
2564
+ }
2565
+ },
2566
+ "computed": false
2567
+ }
2568
+ ]
2526
2569
  },
2527
2570
  "computed": false
2528
2571
  },
@@ -2533,45 +2576,58 @@
2533
2576
  "name": "after"
2534
2577
  },
2535
2578
  "annotation": {
2536
- "type": "reference",
2537
- "typeName": {
2538
- "type": "identifier",
2539
- "name": "Array"
2540
- },
2541
- "typeParameters": {
2542
- "type": "typeParameterInstantiation",
2543
- "params": [
2544
- {
2545
- "type": "typeLiteral",
2546
- "members": [
2547
- {
2548
- "type": "propertySignature",
2549
- "key": {
2550
- "type": "identifier",
2551
- "name": "user_id"
2552
- },
2553
- "annotation": {
2554
- "type": "keyword",
2555
- "value": "string"
2556
- },
2557
- "computed": false
2558
- },
2559
- {
2560
- "type": "propertySignature",
2561
- "key": {
2562
- "type": "identifier",
2563
- "name": "user_name"
2564
- },
2565
- "annotation": {
2566
- "type": "keyword",
2567
- "value": "string"
2568
- },
2569
- "computed": false
2570
- }
2571
- ]
2572
- }
2573
- ]
2574
- }
2579
+ "type": "typeLiteral",
2580
+ "members": [
2581
+ {
2582
+ "type": "propertySignature",
2583
+ "key": {
2584
+ "type": "identifier",
2585
+ "name": "users"
2586
+ },
2587
+ "annotation": {
2588
+ "type": "reference",
2589
+ "typeName": {
2590
+ "type": "identifier",
2591
+ "name": "Array"
2592
+ },
2593
+ "typeParameters": {
2594
+ "type": "typeParameterInstantiation",
2595
+ "params": [
2596
+ {
2597
+ "type": "typeLiteral",
2598
+ "members": [
2599
+ {
2600
+ "type": "propertySignature",
2601
+ "key": {
2602
+ "type": "identifier",
2603
+ "name": "user_id"
2604
+ },
2605
+ "annotation": {
2606
+ "type": "keyword",
2607
+ "value": "string"
2608
+ },
2609
+ "computed": false
2610
+ },
2611
+ {
2612
+ "type": "propertySignature",
2613
+ "key": {
2614
+ "type": "identifier",
2615
+ "name": "user_name"
2616
+ },
2617
+ "annotation": {
2618
+ "type": "keyword",
2619
+ "value": "string"
2620
+ },
2621
+ "computed": false
2622
+ }
2623
+ ]
2624
+ }
2625
+ ]
2626
+ }
2627
+ },
2628
+ "computed": false
2629
+ }
2630
+ ]
2575
2631
  },
2576
2632
  "computed": false
2577
2633
  }