@next-bricks/ai-portal 0.56.2 → 0.58.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 (108) hide show
  1. package/dist/bricks.json +44 -34
  2. package/dist/chunks/1488.89557180.js +2 -0
  3. package/dist/chunks/1488.89557180.js.map +1 -0
  4. package/dist/chunks/151.b87bccc0.js +2 -0
  5. package/dist/chunks/151.b87bccc0.js.map +1 -0
  6. package/dist/chunks/2232.75f1ab0f.js +2 -0
  7. package/dist/chunks/2232.75f1ab0f.js.map +1 -0
  8. package/dist/chunks/3848.01a4987f.js +3 -0
  9. package/dist/chunks/3848.01a4987f.js.map +1 -0
  10. package/dist/chunks/4002.68156a0e.js +3 -0
  11. package/dist/chunks/4002.68156a0e.js.map +1 -0
  12. package/dist/chunks/7041.d7408449.js +2 -0
  13. package/dist/chunks/7041.d7408449.js.map +1 -0
  14. package/dist/chunks/9496.08074e2b.js +2 -0
  15. package/dist/chunks/9496.08074e2b.js.map +1 -0
  16. package/dist/chunks/chat-box.1b2a4a02.js +2 -0
  17. package/dist/chunks/chat-box.1b2a4a02.js.map +1 -0
  18. package/dist/chunks/chat-input.3ca07b82.js +2 -0
  19. package/dist/chunks/chat-input.3ca07b82.js.map +1 -0
  20. package/dist/chunks/chat-stream.a7c4f58d.js +2 -0
  21. package/dist/chunks/chat-stream.a7c4f58d.js.map +1 -0
  22. package/dist/chunks/cruise-canvas.b444c4ca.js +2 -0
  23. package/dist/chunks/cruise-canvas.b444c4ca.js.map +1 -0
  24. package/dist/chunks/{main.e3031a8c.js → main.703a0465.js} +2 -2
  25. package/dist/chunks/{main.e3031a8c.js.map → main.703a0465.js.map} +1 -1
  26. package/dist/chunks/notice-dropdown.37b8ffb2.js +2 -0
  27. package/dist/chunks/notice-dropdown.37b8ffb2.js.map +1 -0
  28. package/dist/examples.json +20 -17
  29. package/dist/images/0155287e.svg +18 -0
  30. package/dist/images/0e89dec0.svg +19 -0
  31. package/dist/images/218d5865.svg +18 -0
  32. package/dist/images/391238ae.png +0 -0
  33. package/dist/images/96be9327.png +0 -0
  34. package/dist/images/dcee4821.svg +12 -0
  35. package/dist/index.7d751c21.js +2 -0
  36. package/dist/index.7d751c21.js.map +1 -0
  37. package/dist/manifest.json +299 -214
  38. package/dist/types.json +1442 -511
  39. package/dist-types/bootstrap.d.ts +1 -0
  40. package/dist-types/chat-box/index.d.ts +3 -12
  41. package/dist-types/chat-input/index.d.ts +5 -2
  42. package/dist-types/chat-stream/ChatStream.d.ts +1 -1
  43. package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +3 -2
  44. package/dist-types/chat-stream/index.d.ts +3 -1
  45. package/dist-types/chat-stream/interfaces.d.ts +2 -1
  46. package/dist-types/cruise-canvas/CanvasContext.d.ts +0 -2
  47. package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
  48. package/dist-types/cruise-canvas/FileList/FileList.d.ts +2 -1
  49. package/dist-types/cruise-canvas/Nav/Nav.d.ts +3 -6
  50. package/dist-types/cruise-canvas/NodeRequirement/NodeRequirement.d.ts +3 -2
  51. package/dist-types/cruise-canvas/i18n.d.ts +0 -2
  52. package/dist-types/cruise-canvas/index.d.ts +3 -1
  53. package/dist-types/cruise-canvas/interfaces.d.ts +2 -5
  54. package/dist-types/cruise-canvas/useConversationDetail.d.ts +2 -2
  55. package/dist-types/cruise-canvas/useConversationGraph.d.ts +0 -1
  56. package/dist-types/notice-dropdown/i18n.d.ts +18 -0
  57. package/dist-types/notice-dropdown/index.d.ts +61 -0
  58. package/dist-types/notice-dropdown/index.spec.d.ts +1 -0
  59. package/dist-types/shared/FilePreview/FilePreview.d.ts +9 -0
  60. package/dist-types/shared/FilePreview/FilePreviewDrawer.d.ts +6 -0
  61. package/dist-types/shared/FilePreview/i18n.d.ts +18 -0
  62. package/dist-types/shared/FileUpload/GlobalDragOverlay.d.ts +8 -0
  63. package/dist-types/shared/FileUpload/GlobalDragOverlay.spec.d.ts +1 -0
  64. package/dist-types/{chat-box → shared/FileUpload}/UploadButton.d.ts +2 -0
  65. package/dist-types/shared/FileUpload/UploadedFiles.d.ts +10 -0
  66. package/dist-types/shared/FileUpload/acceptFiles.d.ts +1 -0
  67. package/dist-types/shared/FileUpload/acceptFiles.spec.d.ts +1 -0
  68. package/dist-types/shared/FileUpload/i18n.d.ts +18 -0
  69. package/dist-types/{chat-box → shared/FileUpload}/interfaces.d.ts +1 -1
  70. package/dist-types/shared/PlanProgress/PlanProgress.d.ts +15 -0
  71. package/dist-types/shared/PlanProgress/i18n.d.ts +15 -0
  72. package/dist-types/shared/TaskContext.d.ts +4 -2
  73. package/dist-types/shared/bricks.d.ts +1 -0
  74. package/dist-types/shared/interfaces.d.ts +23 -5
  75. package/dist-types/shared/useFilesUploading.d.ts +12 -0
  76. package/dist-types/shared/useFilesUploading.spec.d.ts +1 -0
  77. package/dist-types/shared/useServiceFlowPlan.d.ts +2 -0
  78. package/dist-types/shared/useServiceFlowPlan.spec.d.ts +1 -0
  79. package/docs/notice-dropdown.md +101 -0
  80. package/package.json +2 -2
  81. package/dist/chunks/1510.ba18a788.js +0 -2
  82. package/dist/chunks/1510.ba18a788.js.map +0 -1
  83. package/dist/chunks/161.6c50f07c.js +0 -3
  84. package/dist/chunks/161.6c50f07c.js.map +0 -1
  85. package/dist/chunks/1864.7e31d8fe.js +0 -2
  86. package/dist/chunks/1864.7e31d8fe.js.map +0 -1
  87. package/dist/chunks/6995.65da5073.js +0 -2
  88. package/dist/chunks/6995.65da5073.js.map +0 -1
  89. package/dist/chunks/7279.af201b60.js +0 -3
  90. package/dist/chunks/7279.af201b60.js.map +0 -1
  91. package/dist/chunks/7517.f62fe00f.js +0 -2
  92. package/dist/chunks/7517.f62fe00f.js.map +0 -1
  93. package/dist/chunks/9270.e909e789.js +0 -2
  94. package/dist/chunks/9270.e909e789.js.map +0 -1
  95. package/dist/chunks/chat-box.4d1d4fd9.js +0 -2
  96. package/dist/chunks/chat-box.4d1d4fd9.js.map +0 -1
  97. package/dist/chunks/chat-input.dd3d2035.js +0 -2
  98. package/dist/chunks/chat-input.dd3d2035.js.map +0 -1
  99. package/dist/chunks/chat-stream.9f07e680.js +0 -2
  100. package/dist/chunks/chat-stream.9f07e680.js.map +0 -1
  101. package/dist/chunks/cruise-canvas.eca7469a.js +0 -2
  102. package/dist/chunks/cruise-canvas.eca7469a.js.map +0 -1
  103. package/dist/index.9a811707.js +0 -2
  104. package/dist/index.9a811707.js.map +0 -1
  105. package/dist-types/chat-box/FileListComponent.d.ts +0 -8
  106. package/dist-types/cruise-canvas/FilePreview/FilePreview.d.ts +0 -6
  107. /package/dist/chunks/{7279.af201b60.js.LICENSE.txt → 3848.01a4987f.js.LICENSE.txt} +0 -0
  108. /package/dist/chunks/{161.6c50f07c.js.LICENSE.txt → 4002.68156a0e.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -194,62 +194,6 @@
194
194
  }
195
195
  ]
196
196
  },
197
- "ai-portal.call-tool": {
198
- "type": "provider",
199
- "params": [
200
- {
201
- "name": "tool",
202
- "annotation": {
203
- "type": "reference",
204
- "typeName": {
205
- "type": "identifier",
206
- "name": "ToolInfo"
207
- }
208
- }
209
- },
210
- {
211
- "name": "params",
212
- "annotation": {
213
- "type": "reference",
214
- "typeName": {
215
- "type": "identifier",
216
- "name": "Record"
217
- },
218
- "typeParameters": {
219
- "type": "typeParameterInstantiation",
220
- "params": [
221
- {
222
- "type": "keyword",
223
- "value": "string"
224
- },
225
- {
226
- "type": "keyword",
227
- "value": "unknown"
228
- }
229
- ]
230
- }
231
- }
232
- }
233
- ],
234
- "returns": {
235
- "annotation": {
236
- "type": "reference",
237
- "typeName": {
238
- "type": "identifier",
239
- "name": "Promise"
240
- },
241
- "typeParameters": {
242
- "type": "typeParameterInstantiation",
243
- "params": [
244
- {
245
- "type": "keyword",
246
- "value": "unknown"
247
- }
248
- ]
249
- }
250
- }
251
- }
252
- },
253
197
  "ai-portal.save-request-store": {
254
198
  "type": "provider",
255
199
  "params": [
@@ -298,6 +242,40 @@
298
242
  "value": "string"
299
243
  },
300
244
  "computed": false
245
+ }
246
+ ],
247
+ "extends": [
248
+ {
249
+ "type": "expressionWithTypeArguments",
250
+ "expression": {
251
+ "type": "identifier",
252
+ "name": "ExtraChatPayload"
253
+ }
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "type": "interface",
259
+ "name": "ExtraChatPayload",
260
+ "body": [
261
+ {
262
+ "type": "propertySignature",
263
+ "key": {
264
+ "type": "identifier",
265
+ "name": "files"
266
+ },
267
+ "annotation": {
268
+ "type": "array",
269
+ "elementType": {
270
+ "type": "reference",
271
+ "typeName": {
272
+ "type": "identifier",
273
+ "name": "UploadFileInfo"
274
+ }
275
+ }
276
+ },
277
+ "optional": true,
278
+ "computed": false
301
279
  },
302
280
  {
303
281
  "type": "propertySignature",
@@ -306,11 +284,20 @@
306
284
  "name": "cmd"
307
285
  },
308
286
  "annotation": {
309
- "type": "reference",
310
- "typeName": {
311
- "type": "identifier",
312
- "name": "CommandPayload"
313
- }
287
+ "type": "union",
288
+ "types": [
289
+ {
290
+ "type": "reference",
291
+ "typeName": {
292
+ "type": "identifier",
293
+ "name": "CommandPayload"
294
+ }
295
+ },
296
+ {
297
+ "type": "keyword",
298
+ "value": "null"
299
+ }
300
+ ]
314
301
  },
315
302
  "optional": true,
316
303
  "computed": false
@@ -319,23 +306,44 @@
319
306
  "type": "propertySignature",
320
307
  "key": {
321
308
  "type": "identifier",
322
- "name": "files"
309
+ "name": "aiEmployeeId"
323
310
  },
324
311
  "annotation": {
325
- "type": "array",
326
- "elementType": {
327
- "type": "reference",
328
- "typeName": {
329
- "type": "identifier",
330
- "name": "UploadFileInfo"
312
+ "type": "union",
313
+ "types": [
314
+ {
315
+ "type": "keyword",
316
+ "value": "string"
317
+ },
318
+ {
319
+ "type": "keyword",
320
+ "value": "null"
331
321
  }
332
- }
322
+ ]
333
323
  },
334
324
  "optional": true,
335
325
  "computed": false
336
326
  }
337
327
  ]
338
328
  },
329
+ {
330
+ "type": "interface",
331
+ "name": "UploadFileInfo",
332
+ "body": [
333
+ {
334
+ "type": "propertySignature",
335
+ "key": {
336
+ "type": "identifier",
337
+ "name": "fileId"
338
+ },
339
+ "annotation": {
340
+ "type": "keyword",
341
+ "value": "string"
342
+ },
343
+ "computed": false
344
+ }
345
+ ]
346
+ },
339
347
  {
340
348
  "type": "typeAlias",
341
349
  "name": "CommandPayload",
@@ -428,24 +436,6 @@
428
436
  "computed": false
429
437
  }
430
438
  ]
431
- },
432
- {
433
- "type": "interface",
434
- "name": "UploadFileInfo",
435
- "body": [
436
- {
437
- "type": "propertySignature",
438
- "key": {
439
- "type": "identifier",
440
- "name": "fileId"
441
- },
442
- "annotation": {
443
- "type": "keyword",
444
- "value": "string"
445
- },
446
- "computed": false
447
- }
448
- ]
449
439
  }
450
440
  ]
451
441
  },
@@ -498,6 +488,40 @@
498
488
  "value": "string"
499
489
  },
500
490
  "computed": false
491
+ }
492
+ ],
493
+ "extends": [
494
+ {
495
+ "type": "expressionWithTypeArguments",
496
+ "expression": {
497
+ "type": "identifier",
498
+ "name": "ExtraChatPayload"
499
+ }
500
+ }
501
+ ]
502
+ },
503
+ {
504
+ "type": "interface",
505
+ "name": "ExtraChatPayload",
506
+ "body": [
507
+ {
508
+ "type": "propertySignature",
509
+ "key": {
510
+ "type": "identifier",
511
+ "name": "files"
512
+ },
513
+ "annotation": {
514
+ "type": "array",
515
+ "elementType": {
516
+ "type": "reference",
517
+ "typeName": {
518
+ "type": "identifier",
519
+ "name": "UploadFileInfo"
520
+ }
521
+ }
522
+ },
523
+ "optional": true,
524
+ "computed": false
501
525
  },
502
526
  {
503
527
  "type": "propertySignature",
@@ -506,11 +530,20 @@
506
530
  "name": "cmd"
507
531
  },
508
532
  "annotation": {
509
- "type": "reference",
510
- "typeName": {
511
- "type": "identifier",
512
- "name": "CommandPayload"
513
- }
533
+ "type": "union",
534
+ "types": [
535
+ {
536
+ "type": "reference",
537
+ "typeName": {
538
+ "type": "identifier",
539
+ "name": "CommandPayload"
540
+ }
541
+ },
542
+ {
543
+ "type": "keyword",
544
+ "value": "null"
545
+ }
546
+ ]
514
547
  },
515
548
  "optional": true,
516
549
  "computed": false
@@ -519,23 +552,44 @@
519
552
  "type": "propertySignature",
520
553
  "key": {
521
554
  "type": "identifier",
522
- "name": "files"
555
+ "name": "aiEmployeeId"
523
556
  },
524
557
  "annotation": {
525
- "type": "array",
526
- "elementType": {
527
- "type": "reference",
528
- "typeName": {
529
- "type": "identifier",
530
- "name": "UploadFileInfo"
558
+ "type": "union",
559
+ "types": [
560
+ {
561
+ "type": "keyword",
562
+ "value": "string"
563
+ },
564
+ {
565
+ "type": "keyword",
566
+ "value": "null"
531
567
  }
532
- }
568
+ ]
533
569
  },
534
570
  "optional": true,
535
571
  "computed": false
536
572
  }
537
573
  ]
538
574
  },
575
+ {
576
+ "type": "interface",
577
+ "name": "UploadFileInfo",
578
+ "body": [
579
+ {
580
+ "type": "propertySignature",
581
+ "key": {
582
+ "type": "identifier",
583
+ "name": "fileId"
584
+ },
585
+ "annotation": {
586
+ "type": "keyword",
587
+ "value": "string"
588
+ },
589
+ "computed": false
590
+ }
591
+ ]
592
+ },
539
593
  {
540
594
  "type": "typeAlias",
541
595
  "name": "CommandPayload",
@@ -628,24 +682,6 @@
628
682
  "computed": false
629
683
  }
630
684
  ]
631
- },
632
- {
633
- "type": "interface",
634
- "name": "UploadFileInfo",
635
- "body": [
636
- {
637
- "type": "propertySignature",
638
- "key": {
639
- "type": "identifier",
640
- "name": "fileId"
641
- },
642
- "annotation": {
643
- "type": "keyword",
644
- "value": "string"
645
- },
646
- "computed": false
647
- }
648
- ]
649
685
  }
650
686
  ]
651
687
  },
@@ -659,6 +695,62 @@
659
695
  }
660
696
  }
661
697
  },
698
+ "ai-portal.call-tool": {
699
+ "type": "provider",
700
+ "params": [
701
+ {
702
+ "name": "tool",
703
+ "annotation": {
704
+ "type": "reference",
705
+ "typeName": {
706
+ "type": "identifier",
707
+ "name": "ToolInfo"
708
+ }
709
+ }
710
+ },
711
+ {
712
+ "name": "params",
713
+ "annotation": {
714
+ "type": "reference",
715
+ "typeName": {
716
+ "type": "identifier",
717
+ "name": "Record"
718
+ },
719
+ "typeParameters": {
720
+ "type": "typeParameterInstantiation",
721
+ "params": [
722
+ {
723
+ "type": "keyword",
724
+ "value": "string"
725
+ },
726
+ {
727
+ "type": "keyword",
728
+ "value": "unknown"
729
+ }
730
+ ]
731
+ }
732
+ }
733
+ }
734
+ ],
735
+ "returns": {
736
+ "annotation": {
737
+ "type": "reference",
738
+ "typeName": {
739
+ "type": "identifier",
740
+ "name": "Promise"
741
+ },
742
+ "typeParameters": {
743
+ "type": "typeParameterInstantiation",
744
+ "params": [
745
+ {
746
+ "type": "keyword",
747
+ "value": "unknown"
748
+ }
749
+ ]
750
+ }
751
+ }
752
+ }
753
+ },
662
754
  "ai-portal.set-chat-command": {
663
755
  "type": "provider",
664
756
  "params": [
@@ -724,6 +816,77 @@
724
816
  }
725
817
  ]
726
818
  },
819
+ "ai-portal.tab-list": {
820
+ "properties": [
821
+ {
822
+ "name": "tabs",
823
+ "annotation": {
824
+ "type": "array",
825
+ "elementType": {
826
+ "type": "reference",
827
+ "typeName": {
828
+ "type": "identifier",
829
+ "name": "Tab"
830
+ }
831
+ }
832
+ }
833
+ },
834
+ {
835
+ "name": "activeTab",
836
+ "annotation": {
837
+ "type": "keyword",
838
+ "value": "string"
839
+ }
840
+ }
841
+ ],
842
+ "events": [
843
+ {
844
+ "name": "tab.click",
845
+ "detail": {
846
+ "annotation": {
847
+ "type": "reference",
848
+ "typeName": {
849
+ "type": "identifier",
850
+ "name": "Tab"
851
+ }
852
+ }
853
+ }
854
+ }
855
+ ],
856
+ "methods": [],
857
+ "types": [
858
+ {
859
+ "type": "interface",
860
+ "name": "Tab",
861
+ "body": [
862
+ {
863
+ "type": "propertySignature",
864
+ "key": {
865
+ "type": "identifier",
866
+ "name": "id"
867
+ },
868
+ "annotation": {
869
+ "type": "keyword",
870
+ "value": "string"
871
+ },
872
+ "computed": false
873
+ },
874
+ {
875
+ "type": "propertySignature",
876
+ "key": {
877
+ "type": "identifier",
878
+ "name": "label"
879
+ },
880
+ "annotation": {
881
+ "type": "keyword",
882
+ "value": "string"
883
+ },
884
+ "computed": false
885
+ }
886
+ ]
887
+ }
888
+ ]
889
+ },
727
890
  "ai-portal.page-container": {
728
891
  "properties": [
729
892
  {
@@ -832,96 +995,20 @@
832
995
  }
833
996
  ]
834
997
  },
835
- "ai-portal.tab-list": {
836
- "properties": [
837
- {
838
- "name": "tabs",
839
- "annotation": {
840
- "type": "array",
841
- "elementType": {
842
- "type": "reference",
843
- "typeName": {
844
- "type": "identifier",
845
- "name": "Tab"
846
- }
847
- }
848
- }
849
- },
850
- {
851
- "name": "activeTab",
852
- "annotation": {
853
- "type": "keyword",
854
- "value": "string"
855
- }
856
- }
857
- ],
858
- "events": [
859
- {
860
- "name": "tab.click",
861
- "detail": {
862
- "annotation": {
863
- "type": "reference",
864
- "typeName": {
865
- "type": "identifier",
866
- "name": "Tab"
867
- }
868
- }
869
- }
870
- }
871
- ],
872
- "methods": [],
873
- "types": [
874
- {
875
- "type": "interface",
876
- "name": "Tab",
877
- "body": [
878
- {
879
- "type": "propertySignature",
880
- "key": {
881
- "type": "identifier",
882
- "name": "id"
883
- },
884
- "annotation": {
885
- "type": "keyword",
886
- "value": "string"
887
- },
888
- "computed": false
889
- },
890
- {
891
- "type": "propertySignature",
892
- "key": {
893
- "type": "identifier",
894
- "name": "label"
895
- },
896
- "annotation": {
897
- "type": "keyword",
898
- "value": "string"
899
- },
900
- "computed": false
901
- }
902
- ]
903
- }
904
- ]
905
- },
906
- "ai-portal.elevo-logo": {
907
- "properties": [],
908
- "events": [],
909
- "methods": []
910
- },
911
- "ai-portal.blank-state": {
998
+ "ai-portal.sticky-container": {
912
999
  "properties": [
913
1000
  {
914
- "name": "illustration",
1001
+ "name": "variant",
915
1002
  "annotation": {
916
1003
  "type": "reference",
917
1004
  "typeName": {
918
1005
  "type": "identifier",
919
- "name": "BlankStateIllustration"
1006
+ "name": "StickyContainerVariant"
920
1007
  }
921
1008
  }
922
1009
  },
923
1010
  {
924
- "name": "description",
1011
+ "name": "textContent",
925
1012
  "annotation": {
926
1013
  "type": "keyword",
927
1014
  "value": "string"
@@ -933,45 +1020,37 @@
933
1020
  "types": [
934
1021
  {
935
1022
  "type": "typeAlias",
936
- "name": "BlankStateIllustration",
1023
+ "name": "StickyContainerVariant",
937
1024
  "annotation": {
938
1025
  "type": "union",
939
1026
  "types": [
940
1027
  {
941
1028
  "type": "jsLiteral",
942
- "value": "goals"
943
- },
944
- {
945
- "type": "jsLiteral",
946
- "value": "activities"
947
- },
948
- {
949
- "type": "jsLiteral",
950
- "value": "collaboration-spaces"
1029
+ "value": "default"
951
1030
  },
952
1031
  {
953
1032
  "type": "jsLiteral",
954
- "value": "serviceflows"
1033
+ "value": "home"
955
1034
  }
956
1035
  ]
957
1036
  }
958
1037
  }
959
1038
  ]
960
1039
  },
961
- "ai-portal.sticky-container": {
1040
+ "ai-portal.blank-state": {
962
1041
  "properties": [
963
1042
  {
964
- "name": "variant",
1043
+ "name": "illustration",
965
1044
  "annotation": {
966
1045
  "type": "reference",
967
1046
  "typeName": {
968
1047
  "type": "identifier",
969
- "name": "StickyContainerVariant"
1048
+ "name": "BlankStateIllustration"
970
1049
  }
971
1050
  }
972
1051
  },
973
1052
  {
974
- "name": "textContent",
1053
+ "name": "description",
975
1054
  "annotation": {
976
1055
  "type": "keyword",
977
1056
  "value": "string"
@@ -983,17 +1062,25 @@
983
1062
  "types": [
984
1063
  {
985
1064
  "type": "typeAlias",
986
- "name": "StickyContainerVariant",
1065
+ "name": "BlankStateIllustration",
987
1066
  "annotation": {
988
1067
  "type": "union",
989
1068
  "types": [
990
1069
  {
991
1070
  "type": "jsLiteral",
992
- "value": "default"
1071
+ "value": "goals"
993
1072
  },
994
1073
  {
995
1074
  "type": "jsLiteral",
996
- "value": "home"
1075
+ "value": "activities"
1076
+ },
1077
+ {
1078
+ "type": "jsLiteral",
1079
+ "value": "collaboration-spaces"
1080
+ },
1081
+ {
1082
+ "type": "jsLiteral",
1083
+ "value": "serviceflows"
997
1084
  }
998
1085
  ]
999
1086
  }
@@ -1062,9 +1149,14 @@
1062
1149
  "events": [],
1063
1150
  "methods": []
1064
1151
  },
1065
- "ai-portal.project-knowledges": {
1066
- "properties": [
1067
- {
1152
+ "ai-portal.elevo-logo": {
1153
+ "properties": [],
1154
+ "events": [],
1155
+ "methods": []
1156
+ },
1157
+ "ai-portal.project-knowledges": {
1158
+ "properties": [
1159
+ {
1068
1160
  "name": "list",
1069
1161
  "annotation": {
1070
1162
  "type": "array",
@@ -1667,26 +1759,6 @@
1667
1759
  }
1668
1760
  ]
1669
1761
  },
1670
- "ai-portal.preview-container": {
1671
- "properties": [
1672
- {
1673
- "name": "source",
1674
- "annotation": {
1675
- "type": "keyword",
1676
- "value": "string"
1677
- }
1678
- },
1679
- {
1680
- "name": "url",
1681
- "annotation": {
1682
- "type": "keyword",
1683
- "value": "string"
1684
- }
1685
- }
1686
- ],
1687
- "events": [],
1688
- "methods": []
1689
- },
1690
1762
  "ai-portal.dropdown-select": {
1691
1763
  "properties": [
1692
1764
  {
@@ -1856,77 +1928,77 @@
1856
1928
  }
1857
1929
  ]
1858
1930
  },
1859
- "ai-portal.project-conversations": {
1931
+ "ai-portal.preview-container": {
1860
1932
  "properties": [
1861
1933
  {
1862
- "name": "list",
1934
+ "name": "source",
1863
1935
  "annotation": {
1864
- "type": "array",
1865
- "elementType": {
1866
- "type": "reference",
1867
- "typeName": {
1868
- "type": "identifier",
1869
- "name": "Conversation"
1870
- }
1871
- }
1936
+ "type": "keyword",
1937
+ "value": "string"
1872
1938
  }
1873
1939
  },
1874
1940
  {
1875
- "name": "urlTemplate",
1941
+ "name": "url",
1876
1942
  "annotation": {
1877
1943
  "type": "keyword",
1878
1944
  "value": "string"
1879
1945
  }
1880
- },
1946
+ }
1947
+ ],
1948
+ "events": [],
1949
+ "methods": []
1950
+ },
1951
+ "ai-portal.action-buttons": {
1952
+ "properties": [
1881
1953
  {
1882
- "name": "actions",
1954
+ "name": "items",
1883
1955
  "annotation": {
1884
1956
  "type": "array",
1885
1957
  "elementType": {
1886
1958
  "type": "reference",
1887
1959
  "typeName": {
1888
1960
  "type": "identifier",
1889
- "name": "ActionType"
1961
+ "name": "ActionItem"
1890
1962
  }
1891
1963
  }
1892
1964
  }
1893
1965
  },
1894
1966
  {
1895
- "name": "goals",
1967
+ "name": "activeKey",
1896
1968
  "annotation": {
1897
- "type": "array",
1898
- "elementType": {
1899
- "type": "reference",
1900
- "typeName": {
1901
- "type": "identifier",
1902
- "name": "Goal"
1969
+ "type": "union",
1970
+ "types": [
1971
+ {
1972
+ "type": "keyword",
1973
+ "value": "string"
1974
+ },
1975
+ {
1976
+ "type": "keyword",
1977
+ "value": "null"
1903
1978
  }
1904
- }
1979
+ ]
1905
1980
  }
1906
1981
  }
1907
1982
  ],
1908
1983
  "events": [
1909
1984
  {
1910
- "name": "goal.click",
1911
- "detail": {
1912
- "annotation": {
1913
- "type": "reference",
1914
- "typeName": {
1915
- "type": "identifier",
1916
- "name": "Conversation"
1917
- }
1918
- }
1919
- }
1920
- },
1921
- {
1922
- "name": "action.click",
1985
+ "name": "change",
1923
1986
  "detail": {
1924
1987
  "annotation": {
1925
- "type": "reference",
1926
- "typeName": {
1927
- "type": "identifier",
1928
- "name": "ActionClickDetail"
1929
- }
1988
+ "type": "union",
1989
+ "types": [
1990
+ {
1991
+ "type": "reference",
1992
+ "typeName": {
1993
+ "type": "identifier",
1994
+ "name": "ActionItem"
1995
+ }
1996
+ },
1997
+ {
1998
+ "type": "keyword",
1999
+ "value": "null"
2000
+ }
2001
+ ]
1930
2002
  }
1931
2003
  }
1932
2004
  }
@@ -1935,13 +2007,13 @@
1935
2007
  "types": [
1936
2008
  {
1937
2009
  "type": "interface",
1938
- "name": "Conversation",
2010
+ "name": "ActionItem",
1939
2011
  "body": [
1940
2012
  {
1941
2013
  "type": "propertySignature",
1942
2014
  "key": {
1943
2015
  "type": "identifier",
1944
- "name": "conversationId"
2016
+ "name": "text"
1945
2017
  },
1946
2018
  "annotation": {
1947
2019
  "type": "keyword",
@@ -1953,7 +2025,7 @@
1953
2025
  "type": "propertySignature",
1954
2026
  "key": {
1955
2027
  "type": "identifier",
1956
- "name": "title"
2028
+ "name": "key"
1957
2029
  },
1958
2030
  "annotation": {
1959
2031
  "type": "keyword",
@@ -1965,23 +2037,130 @@
1965
2037
  "type": "propertySignature",
1966
2038
  "key": {
1967
2039
  "type": "identifier",
1968
- "name": "startTime"
2040
+ "name": "icon"
1969
2041
  },
1970
2042
  "annotation": {
1971
- "type": "keyword",
1972
- "value": "number"
2043
+ "type": "reference",
2044
+ "typeName": {
2045
+ "type": "identifier",
2046
+ "name": "GeneralIconProps"
2047
+ }
1973
2048
  },
2049
+ "optional": true,
1974
2050
  "computed": false
1975
2051
  },
1976
2052
  {
1977
2053
  "type": "propertySignature",
1978
2054
  "key": {
1979
2055
  "type": "identifier",
1980
- "name": "description"
2056
+ "name": "hidden"
1981
2057
  },
1982
2058
  "annotation": {
1983
2059
  "type": "keyword",
1984
- "value": "string"
2060
+ "value": "boolean"
2061
+ },
2062
+ "optional": true,
2063
+ "computed": false
2064
+ }
2065
+ ]
2066
+ }
2067
+ ]
2068
+ },
2069
+ "ai-portal.chat-input": {
2070
+ "properties": [
2071
+ {
2072
+ "name": "placeholder",
2073
+ "annotation": {
2074
+ "type": "keyword",
2075
+ "value": "string"
2076
+ }
2077
+ },
2078
+ {
2079
+ "name": "autoFocus",
2080
+ "annotation": {
2081
+ "type": "keyword",
2082
+ "value": "boolean"
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "submitDisabled",
2087
+ "annotation": {
2088
+ "type": "keyword",
2089
+ "value": "boolean"
2090
+ }
2091
+ },
2092
+ {
2093
+ "name": "supportsTerminate",
2094
+ "annotation": {
2095
+ "type": "keyword",
2096
+ "value": "boolean"
2097
+ }
2098
+ },
2099
+ {
2100
+ "name": "terminating",
2101
+ "annotation": {
2102
+ "type": "keyword",
2103
+ "value": "boolean"
2104
+ }
2105
+ },
2106
+ {
2107
+ "name": "uploadOptions",
2108
+ "annotation": {
2109
+ "type": "reference",
2110
+ "typeName": {
2111
+ "type": "identifier",
2112
+ "name": "UploadOptions"
2113
+ }
2114
+ }
2115
+ }
2116
+ ],
2117
+ "events": [
2118
+ {
2119
+ "name": "message.submit",
2120
+ "detail": {
2121
+ "annotation": {
2122
+ "type": "keyword",
2123
+ "value": "string"
2124
+ }
2125
+ }
2126
+ },
2127
+ {
2128
+ "name": "chat.submit",
2129
+ "detail": {
2130
+ "annotation": {
2131
+ "type": "reference",
2132
+ "typeName": {
2133
+ "type": "identifier",
2134
+ "name": "ChatPayload"
2135
+ }
2136
+ }
2137
+ }
2138
+ },
2139
+ {
2140
+ "name": "terminate",
2141
+ "detail": {
2142
+ "annotation": {
2143
+ "type": "keyword",
2144
+ "value": "void"
2145
+ }
2146
+ }
2147
+ }
2148
+ ],
2149
+ "methods": [],
2150
+ "types": [
2151
+ {
2152
+ "type": "interface",
2153
+ "name": "UploadOptions",
2154
+ "body": [
2155
+ {
2156
+ "type": "propertySignature",
2157
+ "key": {
2158
+ "type": "identifier",
2159
+ "name": "enabled"
2160
+ },
2161
+ "annotation": {
2162
+ "type": "keyword",
2163
+ "value": "boolean"
1985
2164
  },
1986
2165
  "optional": true,
1987
2166
  "computed": false
@@ -1990,11 +2169,11 @@
1990
2169
  "type": "propertySignature",
1991
2170
  "key": {
1992
2171
  "type": "identifier",
1993
- "name": "goalInstanceId"
2172
+ "name": "dragDisabled"
1994
2173
  },
1995
2174
  "annotation": {
1996
2175
  "type": "keyword",
1997
- "value": "string"
2176
+ "value": "boolean"
1998
2177
  },
1999
2178
  "optional": true,
2000
2179
  "computed": false
@@ -2003,7 +2182,7 @@
2003
2182
  "type": "propertySignature",
2004
2183
  "key": {
2005
2184
  "type": "identifier",
2006
- "name": "username"
2185
+ "name": "dragTips"
2007
2186
  },
2008
2187
  "annotation": {
2009
2188
  "type": "keyword",
@@ -2011,128 +2190,318 @@
2011
2190
  },
2012
2191
  "optional": true,
2013
2192
  "computed": false
2014
- }
2015
- ]
2016
- },
2017
- {
2018
- "type": "interface",
2019
- "name": "Goal",
2020
- "body": [
2193
+ },
2021
2194
  {
2022
2195
  "type": "propertySignature",
2023
2196
  "key": {
2024
2197
  "type": "identifier",
2025
- "name": "instanceId"
2198
+ "name": "accept"
2026
2199
  },
2027
2200
  "annotation": {
2028
2201
  "type": "keyword",
2029
2202
  "value": "string"
2030
2203
  },
2204
+ "optional": true,
2031
2205
  "computed": false
2032
2206
  },
2033
2207
  {
2034
2208
  "type": "propertySignature",
2035
2209
  "key": {
2036
2210
  "type": "identifier",
2037
- "name": "title"
2211
+ "name": "maxFiles"
2038
2212
  },
2039
2213
  "annotation": {
2040
2214
  "type": "keyword",
2041
- "value": "string"
2215
+ "value": "number"
2042
2216
  },
2217
+ "optional": true,
2043
2218
  "computed": false
2044
2219
  }
2045
2220
  ]
2046
2221
  },
2047
2222
  {
2048
2223
  "type": "interface",
2049
- "name": "ActionClickDetail",
2224
+ "name": "ChatPayload",
2050
2225
  "body": [
2051
2226
  {
2052
2227
  "type": "propertySignature",
2053
2228
  "key": {
2054
2229
  "type": "identifier",
2055
- "name": "action"
2230
+ "name": "content"
2056
2231
  },
2057
2232
  "annotation": {
2058
- "type": "reference",
2059
- "typeName": {
2060
- "type": "identifier",
2061
- "name": "SimpleActionType"
2062
- }
2233
+ "type": "keyword",
2234
+ "value": "string"
2063
2235
  },
2064
2236
  "computed": false
2065
- },
2237
+ }
2238
+ ],
2239
+ "extends": [
2240
+ {
2241
+ "type": "expressionWithTypeArguments",
2242
+ "expression": {
2243
+ "type": "identifier",
2244
+ "name": "ExtraChatPayload"
2245
+ }
2246
+ }
2247
+ ]
2248
+ },
2249
+ {
2250
+ "type": "interface",
2251
+ "name": "ExtraChatPayload",
2252
+ "body": [
2066
2253
  {
2067
2254
  "type": "propertySignature",
2068
2255
  "key": {
2069
2256
  "type": "identifier",
2070
- "name": "item"
2257
+ "name": "files"
2071
2258
  },
2072
2259
  "annotation": {
2073
- "type": "reference",
2074
- "typeName": {
2075
- "type": "identifier",
2076
- "name": "Conversation"
2260
+ "type": "array",
2261
+ "elementType": {
2262
+ "type": "reference",
2263
+ "typeName": {
2264
+ "type": "identifier",
2265
+ "name": "UploadFileInfo"
2266
+ }
2077
2267
  }
2078
2268
  },
2269
+ "optional": true,
2270
+ "computed": false
2271
+ },
2272
+ {
2273
+ "type": "propertySignature",
2274
+ "key": {
2275
+ "type": "identifier",
2276
+ "name": "cmd"
2277
+ },
2278
+ "annotation": {
2279
+ "type": "union",
2280
+ "types": [
2281
+ {
2282
+ "type": "reference",
2283
+ "typeName": {
2284
+ "type": "identifier",
2285
+ "name": "CommandPayload"
2286
+ }
2287
+ },
2288
+ {
2289
+ "type": "keyword",
2290
+ "value": "null"
2291
+ }
2292
+ ]
2293
+ },
2294
+ "optional": true,
2295
+ "computed": false
2296
+ },
2297
+ {
2298
+ "type": "propertySignature",
2299
+ "key": {
2300
+ "type": "identifier",
2301
+ "name": "aiEmployeeId"
2302
+ },
2303
+ "annotation": {
2304
+ "type": "union",
2305
+ "types": [
2306
+ {
2307
+ "type": "keyword",
2308
+ "value": "string"
2309
+ },
2310
+ {
2311
+ "type": "keyword",
2312
+ "value": "null"
2313
+ }
2314
+ ]
2315
+ },
2316
+ "optional": true,
2317
+ "computed": false
2318
+ }
2319
+ ]
2320
+ },
2321
+ {
2322
+ "type": "interface",
2323
+ "name": "UploadFileInfo",
2324
+ "body": [
2325
+ {
2326
+ "type": "propertySignature",
2327
+ "key": {
2328
+ "type": "identifier",
2329
+ "name": "fileId"
2330
+ },
2331
+ "annotation": {
2332
+ "type": "keyword",
2333
+ "value": "string"
2334
+ },
2335
+ "computed": false
2336
+ }
2337
+ ]
2338
+ },
2339
+ {
2340
+ "type": "typeAlias",
2341
+ "name": "CommandPayload",
2342
+ "annotation": {
2343
+ "type": "reference",
2344
+ "typeName": {
2345
+ "type": "identifier",
2346
+ "name": "CommandPayloadServiceFlowStarting"
2347
+ }
2348
+ }
2349
+ },
2350
+ {
2351
+ "type": "interface",
2352
+ "name": "CommandPayloadServiceFlowStarting",
2353
+ "body": [
2354
+ {
2355
+ "type": "propertySignature",
2356
+ "key": {
2357
+ "type": "identifier",
2358
+ "name": "type"
2359
+ },
2360
+ "annotation": {
2361
+ "type": "jsLiteral",
2362
+ "value": "serviceFlowStarting"
2363
+ },
2364
+ "computed": false
2365
+ },
2366
+ {
2367
+ "type": "propertySignature",
2368
+ "key": {
2369
+ "type": "identifier",
2370
+ "name": "serviceFlowStarting"
2371
+ },
2372
+ "annotation": {
2373
+ "type": "typeLiteral",
2374
+ "members": [
2375
+ {
2376
+ "type": "propertySignature",
2377
+ "key": {
2378
+ "type": "identifier",
2379
+ "name": "spaceInstanceId"
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": "spaceName"
2392
+ },
2393
+ "annotation": {
2394
+ "type": "keyword",
2395
+ "value": "string"
2396
+ },
2397
+ "optional": true,
2398
+ "computed": false
2399
+ },
2400
+ {
2401
+ "type": "propertySignature",
2402
+ "key": {
2403
+ "type": "identifier",
2404
+ "name": "flowInstanceId"
2405
+ },
2406
+ "annotation": {
2407
+ "type": "keyword",
2408
+ "value": "string"
2409
+ },
2410
+ "optional": true,
2411
+ "computed": false
2412
+ },
2413
+ {
2414
+ "type": "propertySignature",
2415
+ "key": {
2416
+ "type": "identifier",
2417
+ "name": "flowName"
2418
+ },
2419
+ "annotation": {
2420
+ "type": "keyword",
2421
+ "value": "string"
2422
+ },
2423
+ "optional": true,
2424
+ "computed": false
2425
+ }
2426
+ ]
2427
+ },
2079
2428
  "computed": false
2080
2429
  }
2081
2430
  ]
2082
2431
  }
2083
2432
  ]
2084
2433
  },
2085
- "ai-portal.action-buttons": {
2434
+ "ai-portal.project-conversations": {
2086
2435
  "properties": [
2087
2436
  {
2088
- "name": "items",
2437
+ "name": "list",
2089
2438
  "annotation": {
2090
2439
  "type": "array",
2091
2440
  "elementType": {
2092
2441
  "type": "reference",
2093
2442
  "typeName": {
2094
2443
  "type": "identifier",
2095
- "name": "ActionItem"
2444
+ "name": "Conversation"
2096
2445
  }
2097
2446
  }
2098
2447
  }
2099
2448
  },
2100
2449
  {
2101
- "name": "activeKey",
2450
+ "name": "urlTemplate",
2102
2451
  "annotation": {
2103
- "type": "union",
2104
- "types": [
2105
- {
2106
- "type": "keyword",
2107
- "value": "string"
2108
- },
2109
- {
2110
- "type": "keyword",
2111
- "value": "null"
2452
+ "type": "keyword",
2453
+ "value": "string"
2454
+ }
2455
+ },
2456
+ {
2457
+ "name": "actions",
2458
+ "annotation": {
2459
+ "type": "array",
2460
+ "elementType": {
2461
+ "type": "reference",
2462
+ "typeName": {
2463
+ "type": "identifier",
2464
+ "name": "ActionType"
2112
2465
  }
2113
- ]
2466
+ }
2467
+ }
2468
+ },
2469
+ {
2470
+ "name": "goals",
2471
+ "annotation": {
2472
+ "type": "array",
2473
+ "elementType": {
2474
+ "type": "reference",
2475
+ "typeName": {
2476
+ "type": "identifier",
2477
+ "name": "Goal"
2478
+ }
2479
+ }
2114
2480
  }
2115
2481
  }
2116
2482
  ],
2117
2483
  "events": [
2118
2484
  {
2119
- "name": "change",
2485
+ "name": "goal.click",
2120
2486
  "detail": {
2121
2487
  "annotation": {
2122
- "type": "union",
2123
- "types": [
2124
- {
2125
- "type": "reference",
2126
- "typeName": {
2127
- "type": "identifier",
2128
- "name": "ActionItem"
2129
- }
2130
- },
2131
- {
2132
- "type": "keyword",
2133
- "value": "null"
2134
- }
2135
- ]
2488
+ "type": "reference",
2489
+ "typeName": {
2490
+ "type": "identifier",
2491
+ "name": "Conversation"
2492
+ }
2493
+ }
2494
+ }
2495
+ },
2496
+ {
2497
+ "name": "action.click",
2498
+ "detail": {
2499
+ "annotation": {
2500
+ "type": "reference",
2501
+ "typeName": {
2502
+ "type": "identifier",
2503
+ "name": "ActionClickDetail"
2504
+ }
2136
2505
  }
2137
2506
  }
2138
2507
  }
@@ -2141,13 +2510,94 @@
2141
2510
  "types": [
2142
2511
  {
2143
2512
  "type": "interface",
2144
- "name": "ActionItem",
2513
+ "name": "Conversation",
2514
+ "body": [
2515
+ {
2516
+ "type": "propertySignature",
2517
+ "key": {
2518
+ "type": "identifier",
2519
+ "name": "conversationId"
2520
+ },
2521
+ "annotation": {
2522
+ "type": "keyword",
2523
+ "value": "string"
2524
+ },
2525
+ "computed": false
2526
+ },
2527
+ {
2528
+ "type": "propertySignature",
2529
+ "key": {
2530
+ "type": "identifier",
2531
+ "name": "title"
2532
+ },
2533
+ "annotation": {
2534
+ "type": "keyword",
2535
+ "value": "string"
2536
+ },
2537
+ "computed": false
2538
+ },
2539
+ {
2540
+ "type": "propertySignature",
2541
+ "key": {
2542
+ "type": "identifier",
2543
+ "name": "startTime"
2544
+ },
2545
+ "annotation": {
2546
+ "type": "keyword",
2547
+ "value": "number"
2548
+ },
2549
+ "computed": false
2550
+ },
2551
+ {
2552
+ "type": "propertySignature",
2553
+ "key": {
2554
+ "type": "identifier",
2555
+ "name": "description"
2556
+ },
2557
+ "annotation": {
2558
+ "type": "keyword",
2559
+ "value": "string"
2560
+ },
2561
+ "optional": true,
2562
+ "computed": false
2563
+ },
2564
+ {
2565
+ "type": "propertySignature",
2566
+ "key": {
2567
+ "type": "identifier",
2568
+ "name": "goalInstanceId"
2569
+ },
2570
+ "annotation": {
2571
+ "type": "keyword",
2572
+ "value": "string"
2573
+ },
2574
+ "optional": true,
2575
+ "computed": false
2576
+ },
2577
+ {
2578
+ "type": "propertySignature",
2579
+ "key": {
2580
+ "type": "identifier",
2581
+ "name": "username"
2582
+ },
2583
+ "annotation": {
2584
+ "type": "keyword",
2585
+ "value": "string"
2586
+ },
2587
+ "optional": true,
2588
+ "computed": false
2589
+ }
2590
+ ]
2591
+ },
2592
+ {
2593
+ "type": "interface",
2594
+ "name": "Goal",
2145
2595
  "body": [
2146
2596
  {
2147
2597
  "type": "propertySignature",
2148
2598
  "key": {
2149
2599
  "type": "identifier",
2150
- "name": "text"
2600
+ "name": "instanceId"
2151
2601
  },
2152
2602
  "annotation": {
2153
2603
  "type": "keyword",
@@ -2159,41 +2609,48 @@
2159
2609
  "type": "propertySignature",
2160
2610
  "key": {
2161
2611
  "type": "identifier",
2162
- "name": "key"
2612
+ "name": "title"
2163
2613
  },
2164
2614
  "annotation": {
2165
2615
  "type": "keyword",
2166
2616
  "value": "string"
2167
2617
  },
2168
2618
  "computed": false
2169
- },
2619
+ }
2620
+ ]
2621
+ },
2622
+ {
2623
+ "type": "interface",
2624
+ "name": "ActionClickDetail",
2625
+ "body": [
2170
2626
  {
2171
2627
  "type": "propertySignature",
2172
2628
  "key": {
2173
2629
  "type": "identifier",
2174
- "name": "icon"
2630
+ "name": "action"
2175
2631
  },
2176
2632
  "annotation": {
2177
2633
  "type": "reference",
2178
2634
  "typeName": {
2179
2635
  "type": "identifier",
2180
- "name": "GeneralIconProps"
2636
+ "name": "SimpleActionType"
2181
2637
  }
2182
2638
  },
2183
- "optional": true,
2184
2639
  "computed": false
2185
2640
  },
2186
2641
  {
2187
2642
  "type": "propertySignature",
2188
2643
  "key": {
2189
2644
  "type": "identifier",
2190
- "name": "hidden"
2645
+ "name": "item"
2191
2646
  },
2192
2647
  "annotation": {
2193
- "type": "keyword",
2194
- "value": "boolean"
2648
+ "type": "reference",
2649
+ "typeName": {
2650
+ "type": "identifier",
2651
+ "name": "Conversation"
2652
+ }
2195
2653
  },
2196
- "optional": true,
2197
2654
  "computed": false
2198
2655
  }
2199
2656
  ]
@@ -3174,66 +3631,6 @@
3174
3631
  }
3175
3632
  ]
3176
3633
  },
3177
- "ai-portal.chat-input": {
3178
- "properties": [
3179
- {
3180
- "name": "placeholder",
3181
- "annotation": {
3182
- "type": "keyword",
3183
- "value": "string"
3184
- }
3185
- },
3186
- {
3187
- "name": "autoFocus",
3188
- "annotation": {
3189
- "type": "keyword",
3190
- "value": "boolean"
3191
- }
3192
- },
3193
- {
3194
- "name": "submitDisabled",
3195
- "annotation": {
3196
- "type": "keyword",
3197
- "value": "boolean"
3198
- }
3199
- },
3200
- {
3201
- "name": "supportsTerminate",
3202
- "annotation": {
3203
- "type": "keyword",
3204
- "value": "boolean"
3205
- }
3206
- },
3207
- {
3208
- "name": "terminating",
3209
- "annotation": {
3210
- "type": "keyword",
3211
- "value": "boolean"
3212
- }
3213
- }
3214
- ],
3215
- "events": [
3216
- {
3217
- "name": "message.submit",
3218
- "detail": {
3219
- "annotation": {
3220
- "type": "keyword",
3221
- "value": "string"
3222
- }
3223
- }
3224
- },
3225
- {
3226
- "name": "terminate",
3227
- "detail": {
3228
- "annotation": {
3229
- "type": "keyword",
3230
- "value": "void"
3231
- }
3232
- }
3233
- }
3234
- ],
3235
- "methods": []
3236
- },
3237
3634
  "ai-portal.show-case": {
3238
3635
  "properties": [
3239
3636
  {
@@ -3872,6 +4269,188 @@
3872
4269
  }
3873
4270
  ]
3874
4271
  },
4272
+ "ai-portal.notice-dropdown": {
4273
+ "properties": [
4274
+ {
4275
+ "name": "dataSource",
4276
+ "annotation": {
4277
+ "type": "array",
4278
+ "elementType": {
4279
+ "type": "reference",
4280
+ "typeName": {
4281
+ "type": "identifier",
4282
+ "name": "NoticeItem"
4283
+ }
4284
+ }
4285
+ }
4286
+ },
4287
+ {
4288
+ "name": "popoverPlacement",
4289
+ "annotation": {
4290
+ "type": "reference",
4291
+ "typeName": {
4292
+ "type": "identifier",
4293
+ "name": "Placement"
4294
+ }
4295
+ }
4296
+ },
4297
+ {
4298
+ "name": "emptyText",
4299
+ "annotation": {
4300
+ "type": "keyword",
4301
+ "value": "string"
4302
+ }
4303
+ },
4304
+ {
4305
+ "name": "notifyCenterUrl",
4306
+ "annotation": {
4307
+ "type": "keyword",
4308
+ "value": "string"
4309
+ }
4310
+ },
4311
+ {
4312
+ "name": "urlTemplate",
4313
+ "annotation": {
4314
+ "type": "keyword",
4315
+ "value": "string"
4316
+ }
4317
+ },
4318
+ {
4319
+ "name": "dropdownMaxWidth",
4320
+ "annotation": {
4321
+ "type": "union",
4322
+ "types": [
4323
+ {
4324
+ "type": "keyword",
4325
+ "value": "string"
4326
+ },
4327
+ {
4328
+ "type": "keyword",
4329
+ "value": "number"
4330
+ }
4331
+ ]
4332
+ }
4333
+ },
4334
+ {
4335
+ "name": "dropdownContentStyle",
4336
+ "annotation": {
4337
+ "type": "reference",
4338
+ "typeName": {
4339
+ "type": "qualifiedName",
4340
+ "left": {
4341
+ "type": "identifier",
4342
+ "name": "React"
4343
+ },
4344
+ "right": {
4345
+ "type": "identifier",
4346
+ "name": "CSSProperties"
4347
+ }
4348
+ }
4349
+ }
4350
+ },
4351
+ {
4352
+ "name": "hideNotifyCenterButton",
4353
+ "annotation": {
4354
+ "type": "keyword",
4355
+ "value": "boolean"
4356
+ }
4357
+ }
4358
+ ],
4359
+ "events": [
4360
+ {
4361
+ "name": "notice.click",
4362
+ "detail": {
4363
+ "annotation": {
4364
+ "type": "keyword",
4365
+ "value": "string"
4366
+ }
4367
+ }
4368
+ },
4369
+ {
4370
+ "name": "mark.all.read",
4371
+ "detail": {
4372
+ "annotation": {
4373
+ "type": "keyword",
4374
+ "value": "void"
4375
+ }
4376
+ }
4377
+ }
4378
+ ],
4379
+ "methods": [],
4380
+ "types": [
4381
+ {
4382
+ "type": "interface",
4383
+ "name": "NoticeItem",
4384
+ "body": [
4385
+ {
4386
+ "type": "propertySignature",
4387
+ "key": {
4388
+ "type": "identifier",
4389
+ "name": "id"
4390
+ },
4391
+ "annotation": {
4392
+ "type": "keyword",
4393
+ "value": "string"
4394
+ },
4395
+ "computed": false,
4396
+ "description": "消息唯一标识"
4397
+ },
4398
+ {
4399
+ "type": "propertySignature",
4400
+ "key": {
4401
+ "type": "identifier",
4402
+ "name": "type"
4403
+ },
4404
+ "annotation": {
4405
+ "type": "keyword",
4406
+ "value": "string"
4407
+ },
4408
+ "computed": false,
4409
+ "description": "消息类型"
4410
+ },
4411
+ {
4412
+ "type": "propertySignature",
4413
+ "key": {
4414
+ "type": "identifier",
4415
+ "name": "isUnread"
4416
+ },
4417
+ "annotation": {
4418
+ "type": "keyword",
4419
+ "value": "boolean"
4420
+ },
4421
+ "computed": false,
4422
+ "description": "是否未读"
4423
+ },
4424
+ {
4425
+ "type": "propertySignature",
4426
+ "key": {
4427
+ "type": "identifier",
4428
+ "name": "title"
4429
+ },
4430
+ "annotation": {
4431
+ "type": "keyword",
4432
+ "value": "string"
4433
+ },
4434
+ "computed": false,
4435
+ "description": "主标题"
4436
+ },
4437
+ {
4438
+ "type": "propertySignature",
4439
+ "key": {
4440
+ "type": "identifier",
4441
+ "name": "description"
4442
+ },
4443
+ "annotation": {
4444
+ "type": "keyword",
4445
+ "value": "string"
4446
+ },
4447
+ "computed": false,
4448
+ "description": "副标题/描述"
4449
+ }
4450
+ ]
4451
+ }
4452
+ ]
4453
+ },
3875
4454
  "ai-portal.elevo-sidebar": {
3876
4455
  "properties": [
3877
4456
  {
@@ -4496,12 +5075,12 @@
4496
5075
  }
4497
5076
  },
4498
5077
  {
4499
- "name": "uploadFiles",
5078
+ "name": "uploadOptions",
4500
5079
  "annotation": {
4501
5080
  "type": "reference",
4502
5081
  "typeName": {
4503
5082
  "type": "identifier",
4504
- "name": "UploadFileOptions"
5083
+ "name": "UploadOptions"
4505
5084
  }
4506
5085
  }
4507
5086
  }
@@ -4528,27 +5107,6 @@
4528
5107
  }
4529
5108
  }
4530
5109
  },
4531
- {
4532
- "name": "ai-employee.mention",
4533
- "detail": {
4534
- "annotation": {
4535
- "type": "union",
4536
- "types": [
4537
- {
4538
- "type": "reference",
4539
- "typeName": {
4540
- "type": "identifier",
4541
- "name": "AIEmployee"
4542
- }
4543
- },
4544
- {
4545
- "type": "keyword",
4546
- "value": "null"
4547
- }
4548
- ]
4549
- }
4550
- }
4551
- },
4552
5110
  {
4553
5111
  "name": "command.select",
4554
5112
  "detail": {
@@ -4694,7 +5252,7 @@
4694
5252
  },
4695
5253
  {
4696
5254
  "type": "interface",
4697
- "name": "UploadFileOptions",
5255
+ "name": "UploadOptions",
4698
5256
  "body": [
4699
5257
  {
4700
5258
  "type": "propertySignature",
@@ -4709,6 +5267,32 @@
4709
5267
  "optional": true,
4710
5268
  "computed": false
4711
5269
  },
5270
+ {
5271
+ "type": "propertySignature",
5272
+ "key": {
5273
+ "type": "identifier",
5274
+ "name": "dragDisabled"
5275
+ },
5276
+ "annotation": {
5277
+ "type": "keyword",
5278
+ "value": "boolean"
5279
+ },
5280
+ "optional": true,
5281
+ "computed": false
5282
+ },
5283
+ {
5284
+ "type": "propertySignature",
5285
+ "key": {
5286
+ "type": "identifier",
5287
+ "name": "dragTips"
5288
+ },
5289
+ "annotation": {
5290
+ "type": "keyword",
5291
+ "value": "string"
5292
+ },
5293
+ "optional": true,
5294
+ "computed": false
5295
+ },
4712
5296
  {
4713
5297
  "type": "propertySignature",
4714
5298
  "key": {
@@ -4721,6 +5305,19 @@
4721
5305
  },
4722
5306
  "optional": true,
4723
5307
  "computed": false
5308
+ },
5309
+ {
5310
+ "type": "propertySignature",
5311
+ "key": {
5312
+ "type": "identifier",
5313
+ "name": "maxFiles"
5314
+ },
5315
+ "annotation": {
5316
+ "type": "keyword",
5317
+ "value": "number"
5318
+ },
5319
+ "optional": true,
5320
+ "computed": false
4724
5321
  }
4725
5322
  ]
4726
5323
  },
@@ -4739,7 +5336,22 @@
4739
5336
  "value": "string"
4740
5337
  },
4741
5338
  "computed": false
4742
- },
5339
+ }
5340
+ ],
5341
+ "extends": [
5342
+ {
5343
+ "type": "expressionWithTypeArguments",
5344
+ "expression": {
5345
+ "type": "identifier",
5346
+ "name": "ExtraChatPayload"
5347
+ }
5348
+ }
5349
+ ]
5350
+ },
5351
+ {
5352
+ "type": "interface",
5353
+ "name": "ExtraChatPayload",
5354
+ "body": [
4743
5355
  {
4744
5356
  "type": "propertySignature",
4745
5357
  "key": {
@@ -4758,6 +5370,71 @@
4758
5370
  },
4759
5371
  "optional": true,
4760
5372
  "computed": false
5373
+ },
5374
+ {
5375
+ "type": "propertySignature",
5376
+ "key": {
5377
+ "type": "identifier",
5378
+ "name": "cmd"
5379
+ },
5380
+ "annotation": {
5381
+ "type": "union",
5382
+ "types": [
5383
+ {
5384
+ "type": "reference",
5385
+ "typeName": {
5386
+ "type": "identifier",
5387
+ "name": "CommandPayload"
5388
+ }
5389
+ },
5390
+ {
5391
+ "type": "keyword",
5392
+ "value": "null"
5393
+ }
5394
+ ]
5395
+ },
5396
+ "optional": true,
5397
+ "computed": false
5398
+ },
5399
+ {
5400
+ "type": "propertySignature",
5401
+ "key": {
5402
+ "type": "identifier",
5403
+ "name": "aiEmployeeId"
5404
+ },
5405
+ "annotation": {
5406
+ "type": "union",
5407
+ "types": [
5408
+ {
5409
+ "type": "keyword",
5410
+ "value": "string"
5411
+ },
5412
+ {
5413
+ "type": "keyword",
5414
+ "value": "null"
5415
+ }
5416
+ ]
5417
+ },
5418
+ "optional": true,
5419
+ "computed": false
5420
+ }
5421
+ ]
5422
+ },
5423
+ {
5424
+ "type": "interface",
5425
+ "name": "UploadFileInfo",
5426
+ "body": [
5427
+ {
5428
+ "type": "propertySignature",
5429
+ "key": {
5430
+ "type": "identifier",
5431
+ "name": "fileId"
5432
+ },
5433
+ "annotation": {
5434
+ "type": "keyword",
5435
+ "value": "string"
5436
+ },
5437
+ "computed": false
4761
5438
  }
4762
5439
  ]
4763
5440
  }
@@ -5243,6 +5920,16 @@
5243
5920
  "type": "keyword",
5244
5921
  "value": "boolean"
5245
5922
  }
5923
+ },
5924
+ {
5925
+ "name": "uploadOptions",
5926
+ "annotation": {
5927
+ "type": "reference",
5928
+ "typeName": {
5929
+ "type": "identifier",
5930
+ "name": "UploadOptions"
5931
+ }
5932
+ }
5246
5933
  }
5247
5934
  ],
5248
5935
  "events": [
@@ -5365,6 +6052,40 @@
5365
6052
  "value": "string"
5366
6053
  },
5367
6054
  "computed": false
6055
+ }
6056
+ ],
6057
+ "extends": [
6058
+ {
6059
+ "type": "expressionWithTypeArguments",
6060
+ "expression": {
6061
+ "type": "identifier",
6062
+ "name": "ExtraChatPayload"
6063
+ }
6064
+ }
6065
+ ]
6066
+ },
6067
+ {
6068
+ "type": "interface",
6069
+ "name": "ExtraChatPayload",
6070
+ "body": [
6071
+ {
6072
+ "type": "propertySignature",
6073
+ "key": {
6074
+ "type": "identifier",
6075
+ "name": "files"
6076
+ },
6077
+ "annotation": {
6078
+ "type": "array",
6079
+ "elementType": {
6080
+ "type": "reference",
6081
+ "typeName": {
6082
+ "type": "identifier",
6083
+ "name": "UploadFileInfo"
6084
+ }
6085
+ }
6086
+ },
6087
+ "optional": true,
6088
+ "computed": false
5368
6089
  },
5369
6090
  {
5370
6091
  "type": "propertySignature",
@@ -5373,11 +6094,20 @@
5373
6094
  "name": "cmd"
5374
6095
  },
5375
6096
  "annotation": {
5376
- "type": "reference",
5377
- "typeName": {
5378
- "type": "identifier",
5379
- "name": "CommandPayload"
5380
- }
6097
+ "type": "union",
6098
+ "types": [
6099
+ {
6100
+ "type": "reference",
6101
+ "typeName": {
6102
+ "type": "identifier",
6103
+ "name": "CommandPayload"
6104
+ }
6105
+ },
6106
+ {
6107
+ "type": "keyword",
6108
+ "value": "null"
6109
+ }
6110
+ ]
5381
6111
  },
5382
6112
  "optional": true,
5383
6113
  "computed": false
@@ -5386,23 +6116,44 @@
5386
6116
  "type": "propertySignature",
5387
6117
  "key": {
5388
6118
  "type": "identifier",
5389
- "name": "files"
6119
+ "name": "aiEmployeeId"
5390
6120
  },
5391
6121
  "annotation": {
5392
- "type": "array",
5393
- "elementType": {
5394
- "type": "reference",
5395
- "typeName": {
5396
- "type": "identifier",
5397
- "name": "UploadFileInfo"
6122
+ "type": "union",
6123
+ "types": [
6124
+ {
6125
+ "type": "keyword",
6126
+ "value": "string"
6127
+ },
6128
+ {
6129
+ "type": "keyword",
6130
+ "value": "null"
5398
6131
  }
5399
- }
6132
+ ]
5400
6133
  },
5401
6134
  "optional": true,
5402
6135
  "computed": false
5403
6136
  }
5404
6137
  ]
5405
6138
  },
6139
+ {
6140
+ "type": "interface",
6141
+ "name": "UploadFileInfo",
6142
+ "body": [
6143
+ {
6144
+ "type": "propertySignature",
6145
+ "key": {
6146
+ "type": "identifier",
6147
+ "name": "fileId"
6148
+ },
6149
+ "annotation": {
6150
+ "type": "keyword",
6151
+ "value": "string"
6152
+ },
6153
+ "computed": false
6154
+ }
6155
+ ]
6156
+ },
5406
6157
  {
5407
6158
  "type": "typeAlias",
5408
6159
  "name": "CommandPayload",
@@ -5480,35 +6231,17 @@
5480
6231
  {
5481
6232
  "type": "propertySignature",
5482
6233
  "key": {
5483
- "type": "identifier",
5484
- "name": "flowName"
5485
- },
5486
- "annotation": {
5487
- "type": "keyword",
5488
- "value": "string"
5489
- },
5490
- "optional": true,
5491
- "computed": false
5492
- }
5493
- ]
5494
- },
5495
- "computed": false
5496
- }
5497
- ]
5498
- },
5499
- {
5500
- "type": "interface",
5501
- "name": "UploadFileInfo",
5502
- "body": [
5503
- {
5504
- "type": "propertySignature",
5505
- "key": {
5506
- "type": "identifier",
5507
- "name": "fileId"
5508
- },
5509
- "annotation": {
5510
- "type": "keyword",
5511
- "value": "string"
6234
+ "type": "identifier",
6235
+ "name": "flowName"
6236
+ },
6237
+ "annotation": {
6238
+ "type": "keyword",
6239
+ "value": "string"
6240
+ },
6241
+ "optional": true,
6242
+ "computed": false
6243
+ }
6244
+ ]
5512
6245
  },
5513
6246
  "computed": false
5514
6247
  }
@@ -5624,6 +6357,77 @@
5624
6357
  }
5625
6358
  ]
5626
6359
  },
6360
+ {
6361
+ "type": "interface",
6362
+ "name": "UploadOptions",
6363
+ "body": [
6364
+ {
6365
+ "type": "propertySignature",
6366
+ "key": {
6367
+ "type": "identifier",
6368
+ "name": "enabled"
6369
+ },
6370
+ "annotation": {
6371
+ "type": "keyword",
6372
+ "value": "boolean"
6373
+ },
6374
+ "optional": true,
6375
+ "computed": false
6376
+ },
6377
+ {
6378
+ "type": "propertySignature",
6379
+ "key": {
6380
+ "type": "identifier",
6381
+ "name": "dragDisabled"
6382
+ },
6383
+ "annotation": {
6384
+ "type": "keyword",
6385
+ "value": "boolean"
6386
+ },
6387
+ "optional": true,
6388
+ "computed": false
6389
+ },
6390
+ {
6391
+ "type": "propertySignature",
6392
+ "key": {
6393
+ "type": "identifier",
6394
+ "name": "dragTips"
6395
+ },
6396
+ "annotation": {
6397
+ "type": "keyword",
6398
+ "value": "string"
6399
+ },
6400
+ "optional": true,
6401
+ "computed": false
6402
+ },
6403
+ {
6404
+ "type": "propertySignature",
6405
+ "key": {
6406
+ "type": "identifier",
6407
+ "name": "accept"
6408
+ },
6409
+ "annotation": {
6410
+ "type": "keyword",
6411
+ "value": "string"
6412
+ },
6413
+ "optional": true,
6414
+ "computed": false
6415
+ },
6416
+ {
6417
+ "type": "propertySignature",
6418
+ "key": {
6419
+ "type": "identifier",
6420
+ "name": "maxFiles"
6421
+ },
6422
+ "annotation": {
6423
+ "type": "keyword",
6424
+ "value": "number"
6425
+ },
6426
+ "optional": true,
6427
+ "computed": false
6428
+ }
6429
+ ]
6430
+ },
5627
6431
  {
5628
6432
  "type": "interface",
5629
6433
  "name": "FeedbackDetail",
@@ -5839,6 +6643,16 @@
5839
6643
  "type": "keyword",
5840
6644
  "value": "string"
5841
6645
  }
6646
+ },
6647
+ {
6648
+ "name": "uploadOptions",
6649
+ "annotation": {
6650
+ "type": "reference",
6651
+ "typeName": {
6652
+ "type": "identifier",
6653
+ "name": "UploadOptions"
6654
+ }
6655
+ }
5842
6656
  }
5843
6657
  ],
5844
6658
  "events": [
@@ -5961,6 +6775,40 @@
5961
6775
  "value": "string"
5962
6776
  },
5963
6777
  "computed": false
6778
+ }
6779
+ ],
6780
+ "extends": [
6781
+ {
6782
+ "type": "expressionWithTypeArguments",
6783
+ "expression": {
6784
+ "type": "identifier",
6785
+ "name": "ExtraChatPayload"
6786
+ }
6787
+ }
6788
+ ]
6789
+ },
6790
+ {
6791
+ "type": "interface",
6792
+ "name": "ExtraChatPayload",
6793
+ "body": [
6794
+ {
6795
+ "type": "propertySignature",
6796
+ "key": {
6797
+ "type": "identifier",
6798
+ "name": "files"
6799
+ },
6800
+ "annotation": {
6801
+ "type": "array",
6802
+ "elementType": {
6803
+ "type": "reference",
6804
+ "typeName": {
6805
+ "type": "identifier",
6806
+ "name": "UploadFileInfo"
6807
+ }
6808
+ }
6809
+ },
6810
+ "optional": true,
6811
+ "computed": false
5964
6812
  },
5965
6813
  {
5966
6814
  "type": "propertySignature",
@@ -5969,11 +6817,20 @@
5969
6817
  "name": "cmd"
5970
6818
  },
5971
6819
  "annotation": {
5972
- "type": "reference",
5973
- "typeName": {
5974
- "type": "identifier",
5975
- "name": "CommandPayload"
5976
- }
6820
+ "type": "union",
6821
+ "types": [
6822
+ {
6823
+ "type": "reference",
6824
+ "typeName": {
6825
+ "type": "identifier",
6826
+ "name": "CommandPayload"
6827
+ }
6828
+ },
6829
+ {
6830
+ "type": "keyword",
6831
+ "value": "null"
6832
+ }
6833
+ ]
5977
6834
  },
5978
6835
  "optional": true,
5979
6836
  "computed": false
@@ -5982,23 +6839,44 @@
5982
6839
  "type": "propertySignature",
5983
6840
  "key": {
5984
6841
  "type": "identifier",
5985
- "name": "files"
6842
+ "name": "aiEmployeeId"
5986
6843
  },
5987
6844
  "annotation": {
5988
- "type": "array",
5989
- "elementType": {
5990
- "type": "reference",
5991
- "typeName": {
5992
- "type": "identifier",
5993
- "name": "UploadFileInfo"
6845
+ "type": "union",
6846
+ "types": [
6847
+ {
6848
+ "type": "keyword",
6849
+ "value": "string"
6850
+ },
6851
+ {
6852
+ "type": "keyword",
6853
+ "value": "null"
5994
6854
  }
5995
- }
6855
+ ]
5996
6856
  },
5997
6857
  "optional": true,
5998
6858
  "computed": false
5999
6859
  }
6000
6860
  ]
6001
6861
  },
6862
+ {
6863
+ "type": "interface",
6864
+ "name": "UploadFileInfo",
6865
+ "body": [
6866
+ {
6867
+ "type": "propertySignature",
6868
+ "key": {
6869
+ "type": "identifier",
6870
+ "name": "fileId"
6871
+ },
6872
+ "annotation": {
6873
+ "type": "keyword",
6874
+ "value": "string"
6875
+ },
6876
+ "computed": false
6877
+ }
6878
+ ]
6879
+ },
6002
6880
  {
6003
6881
  "type": "typeAlias",
6004
6882
  "name": "CommandPayload",
@@ -6092,24 +6970,6 @@
6092
6970
  }
6093
6971
  ]
6094
6972
  },
6095
- {
6096
- "type": "interface",
6097
- "name": "UploadFileInfo",
6098
- "body": [
6099
- {
6100
- "type": "propertySignature",
6101
- "key": {
6102
- "type": "identifier",
6103
- "name": "fileId"
6104
- },
6105
- "annotation": {
6106
- "type": "keyword",
6107
- "value": "string"
6108
- },
6109
- "computed": false
6110
- }
6111
- ]
6112
- },
6113
6973
  {
6114
6974
  "type": "interface",
6115
6975
  "name": "ShowCaseType",
@@ -6220,6 +7080,77 @@
6220
7080
  }
6221
7081
  ]
6222
7082
  },
7083
+ {
7084
+ "type": "interface",
7085
+ "name": "UploadOptions",
7086
+ "body": [
7087
+ {
7088
+ "type": "propertySignature",
7089
+ "key": {
7090
+ "type": "identifier",
7091
+ "name": "enabled"
7092
+ },
7093
+ "annotation": {
7094
+ "type": "keyword",
7095
+ "value": "boolean"
7096
+ },
7097
+ "optional": true,
7098
+ "computed": false
7099
+ },
7100
+ {
7101
+ "type": "propertySignature",
7102
+ "key": {
7103
+ "type": "identifier",
7104
+ "name": "dragDisabled"
7105
+ },
7106
+ "annotation": {
7107
+ "type": "keyword",
7108
+ "value": "boolean"
7109
+ },
7110
+ "optional": true,
7111
+ "computed": false
7112
+ },
7113
+ {
7114
+ "type": "propertySignature",
7115
+ "key": {
7116
+ "type": "identifier",
7117
+ "name": "dragTips"
7118
+ },
7119
+ "annotation": {
7120
+ "type": "keyword",
7121
+ "value": "string"
7122
+ },
7123
+ "optional": true,
7124
+ "computed": false
7125
+ },
7126
+ {
7127
+ "type": "propertySignature",
7128
+ "key": {
7129
+ "type": "identifier",
7130
+ "name": "accept"
7131
+ },
7132
+ "annotation": {
7133
+ "type": "keyword",
7134
+ "value": "string"
7135
+ },
7136
+ "optional": true,
7137
+ "computed": false
7138
+ },
7139
+ {
7140
+ "type": "propertySignature",
7141
+ "key": {
7142
+ "type": "identifier",
7143
+ "name": "maxFiles"
7144
+ },
7145
+ "annotation": {
7146
+ "type": "keyword",
7147
+ "value": "number"
7148
+ },
7149
+ "optional": true,
7150
+ "computed": false
7151
+ }
7152
+ ]
7153
+ },
6223
7154
  {
6224
7155
  "type": "interface",
6225
7156
  "name": "FeedbackDetail",