@next-bricks/ai-portal 0.20.7 → 0.20.9

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/dist/types.json CHANGED
@@ -1,4 +1,9 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [],
4
+ "events": [],
5
+ "methods": []
6
+ },
2
7
  "ai-portal.stat-with-mini-chart": {
3
8
  "properties": [
4
9
  {
@@ -103,11 +108,6 @@
103
108
  "events": [],
104
109
  "methods": []
105
110
  },
106
- "ai-portal.home-container": {
107
- "properties": [],
108
- "events": [],
109
- "methods": []
110
- },
111
111
  "ai-portal.elevo-logo": {
112
112
  "properties": [],
113
113
  "events": [],
@@ -265,101 +265,6 @@
265
265
  }
266
266
  ]
267
267
  },
268
- "ai-portal.show-cases": {
269
- "properties": [
270
- {
271
- "name": "list",
272
- "annotation": {
273
- "type": "array",
274
- "elementType": {
275
- "type": "reference",
276
- "typeName": {
277
- "type": "identifier",
278
- "name": "ShowCase"
279
- }
280
- }
281
- }
282
- },
283
- {
284
- "name": "taskUrlTemplate",
285
- "annotation": {
286
- "type": "keyword",
287
- "value": "string"
288
- }
289
- }
290
- ],
291
- "events": [],
292
- "methods": [],
293
- "types": [
294
- {
295
- "type": "interface",
296
- "name": "ShowCase",
297
- "body": [
298
- {
299
- "type": "propertySignature",
300
- "key": {
301
- "type": "identifier",
302
- "name": "taskId"
303
- },
304
- "annotation": {
305
- "type": "keyword",
306
- "value": "string"
307
- },
308
- "computed": false
309
- },
310
- {
311
- "type": "propertySignature",
312
- "key": {
313
- "type": "identifier",
314
- "name": "title"
315
- },
316
- "annotation": {
317
- "type": "keyword",
318
- "value": "string"
319
- },
320
- "computed": false
321
- },
322
- {
323
- "type": "propertySignature",
324
- "key": {
325
- "type": "identifier",
326
- "name": "summary"
327
- },
328
- "annotation": {
329
- "type": "keyword",
330
- "value": "string"
331
- },
332
- "computed": false
333
- },
334
- {
335
- "type": "propertySignature",
336
- "key": {
337
- "type": "identifier",
338
- "name": "scenario"
339
- },
340
- "annotation": {
341
- "type": "keyword",
342
- "value": "string"
343
- },
344
- "computed": false
345
- },
346
- {
347
- "type": "propertySignature",
348
- "key": {
349
- "type": "identifier",
350
- "name": "thumbUrl"
351
- },
352
- "annotation": {
353
- "type": "keyword",
354
- "value": "string"
355
- },
356
- "optional": true,
357
- "computed": false
358
- }
359
- ]
360
- }
361
- ]
362
- },
363
268
  "ai-portal.chat-history": {
364
269
  "properties": [
365
270
  {
@@ -542,6 +447,101 @@
542
447
  }
543
448
  ]
544
449
  },
450
+ "ai-portal.show-cases": {
451
+ "properties": [
452
+ {
453
+ "name": "list",
454
+ "annotation": {
455
+ "type": "array",
456
+ "elementType": {
457
+ "type": "reference",
458
+ "typeName": {
459
+ "type": "identifier",
460
+ "name": "ShowCase"
461
+ }
462
+ }
463
+ }
464
+ },
465
+ {
466
+ "name": "taskUrlTemplate",
467
+ "annotation": {
468
+ "type": "keyword",
469
+ "value": "string"
470
+ }
471
+ }
472
+ ],
473
+ "events": [],
474
+ "methods": [],
475
+ "types": [
476
+ {
477
+ "type": "interface",
478
+ "name": "ShowCase",
479
+ "body": [
480
+ {
481
+ "type": "propertySignature",
482
+ "key": {
483
+ "type": "identifier",
484
+ "name": "taskId"
485
+ },
486
+ "annotation": {
487
+ "type": "keyword",
488
+ "value": "string"
489
+ },
490
+ "computed": false
491
+ },
492
+ {
493
+ "type": "propertySignature",
494
+ "key": {
495
+ "type": "identifier",
496
+ "name": "title"
497
+ },
498
+ "annotation": {
499
+ "type": "keyword",
500
+ "value": "string"
501
+ },
502
+ "computed": false
503
+ },
504
+ {
505
+ "type": "propertySignature",
506
+ "key": {
507
+ "type": "identifier",
508
+ "name": "summary"
509
+ },
510
+ "annotation": {
511
+ "type": "keyword",
512
+ "value": "string"
513
+ },
514
+ "computed": false
515
+ },
516
+ {
517
+ "type": "propertySignature",
518
+ "key": {
519
+ "type": "identifier",
520
+ "name": "scenario"
521
+ },
522
+ "annotation": {
523
+ "type": "keyword",
524
+ "value": "string"
525
+ },
526
+ "computed": false
527
+ },
528
+ {
529
+ "type": "propertySignature",
530
+ "key": {
531
+ "type": "identifier",
532
+ "name": "thumbUrl"
533
+ },
534
+ "annotation": {
535
+ "type": "keyword",
536
+ "value": "string"
537
+ },
538
+ "optional": true,
539
+ "computed": false
540
+ }
541
+ ]
542
+ }
543
+ ]
544
+ },
545
545
  "ai-portal.mcp-tools": {
546
546
  "properties": [
547
547
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/ai-portal",
3
- "version": "0.20.7",
3
+ "version": "0.20.9",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "@next-bricks/mini-chart": "*",
46
46
  "@next-bricks/presentational": "*"
47
47
  },
48
- "gitHead": "2941c24179f20e5cfa3ac8e56ffb18259f0aee8a"
48
+ "gitHead": "8927ffa65a9c5c5bf34f9c8a504c20c35eb168f7"
49
49
  }