@fmsim/api 0.0.49

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 (69) hide show
  1. package/.storybook/main.js +3 -0
  2. package/.storybook/server.mjs +8 -0
  3. package/custom-elements.json +1875 -0
  4. package/dist/mcs-config/mcs_auto_config.json +2298 -0
  5. package/dist/src/graphql/board.d.ts +7 -0
  6. package/dist/src/graphql/board.js +177 -0
  7. package/dist/src/graphql/board.js.map +1 -0
  8. package/dist/src/graphql/data-subscription.d.ts +5 -0
  9. package/dist/src/graphql/data-subscription.js +24 -0
  10. package/dist/src/graphql/data-subscription.js.map +1 -0
  11. package/dist/src/graphql/favorite-board.d.ts +4 -0
  12. package/dist/src/graphql/favorite-board.js +61 -0
  13. package/dist/src/graphql/favorite-board.js.map +1 -0
  14. package/dist/src/graphql/group.d.ts +7 -0
  15. package/dist/src/graphql/group.js +125 -0
  16. package/dist/src/graphql/group.js.map +1 -0
  17. package/dist/src/graphql/index.d.ts +6 -0
  18. package/dist/src/graphql/index.js +7 -0
  19. package/dist/src/graphql/index.js.map +1 -0
  20. package/dist/src/graphql/scenario.d.ts +6 -0
  21. package/dist/src/graphql/scenario.js +69 -0
  22. package/dist/src/graphql/scenario.js.map +1 -0
  23. package/dist/src/graphql/theme.d.ts +3 -0
  24. package/dist/src/graphql/theme.js +56 -0
  25. package/dist/src/graphql/theme.js.map +1 -0
  26. package/dist/src/index.d.ts +1 -0
  27. package/dist/src/index.js +32 -0
  28. package/dist/src/index.js.map +1 -0
  29. package/dist/src/restful/attachment.d.ts +5 -0
  30. package/dist/src/restful/attachment.js +22 -0
  31. package/dist/src/restful/attachment.js.map +1 -0
  32. package/dist/src/restful/authHeader.d.ts +4 -0
  33. package/dist/src/restful/authHeader.js +22 -0
  34. package/dist/src/restful/authHeader.js.map +1 -0
  35. package/dist/src/restful/board.d.ts +8 -0
  36. package/dist/src/restful/board.js +28 -0
  37. package/dist/src/restful/board.js.map +1 -0
  38. package/dist/src/restful/common.d.ts +19 -0
  39. package/dist/src/restful/common.js +58 -0
  40. package/dist/src/restful/common.js.map +1 -0
  41. package/dist/src/restful/connection.d.ts +5 -0
  42. package/dist/src/restful/connection.js +17 -0
  43. package/dist/src/restful/connection.js.map +1 -0
  44. package/dist/src/restful/favorite-board.d.ts +4 -0
  45. package/dist/src/restful/favorite-board.js +14 -0
  46. package/dist/src/restful/favorite-board.js.map +1 -0
  47. package/dist/src/restful/font.d.ts +3 -0
  48. package/dist/src/restful/font.js +11 -0
  49. package/dist/src/restful/font.js.map +1 -0
  50. package/dist/src/restful/group.d.ts +6 -0
  51. package/dist/src/restful/group.js +18 -0
  52. package/dist/src/restful/group.js.map +1 -0
  53. package/dist/src/restful/index.d.ts +10 -0
  54. package/dist/src/restful/index.js +12 -0
  55. package/dist/src/restful/index.js.map +1 -0
  56. package/dist/src/restful/machine.d.ts +7 -0
  57. package/dist/src/restful/machine.js +24 -0
  58. package/dist/src/restful/machine.js.map +1 -0
  59. package/dist/src/restful/scenario.d.ts +8 -0
  60. package/dist/src/restful/scenario.js +36 -0
  61. package/dist/src/restful/scenario.js.map +1 -0
  62. package/dist/src/types.d.ts +37 -0
  63. package/dist/src/types.js +2 -0
  64. package/dist/src/types.js.map +1 -0
  65. package/dist/tsconfig.tsbuildinfo +1 -0
  66. package/mcs-config/mcs_auto_config.json +2298 -0
  67. package/package.json +88 -0
  68. package/web-dev-server.config.mjs +30 -0
  69. package/web-test-runner.config.mjs +29 -0
@@ -0,0 +1,1875 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./graphql"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/types.ts",
23
+ "declarations": [],
24
+ "exports": []
25
+ },
26
+ {
27
+ "kind": "javascript-module",
28
+ "path": "src/graphql/board.ts",
29
+ "declarations": [
30
+ {
31
+ "kind": "function",
32
+ "name": "fetchBoardList",
33
+ "parameters": [
34
+ {
35
+ "name": "listParam",
36
+ "default": "{}",
37
+ "type": {
38
+ "text": "any"
39
+ }
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "kind": "function",
45
+ "name": "fetchBoardById",
46
+ "parameters": [
47
+ {
48
+ "name": "id",
49
+ "type": {
50
+ "text": "string"
51
+ }
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "kind": "function",
57
+ "name": "createBoard",
58
+ "parameters": [
59
+ {
60
+ "name": "board",
61
+ "type": {
62
+ "text": "Board"
63
+ }
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "kind": "function",
69
+ "name": "updateBoard",
70
+ "parameters": [
71
+ {
72
+ "name": "board",
73
+ "type": {
74
+ "text": "Board"
75
+ }
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "kind": "function",
81
+ "name": "deleteBoard",
82
+ "parameters": [
83
+ {
84
+ "name": "id",
85
+ "type": {
86
+ "text": "string"
87
+ }
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "kind": "function",
93
+ "name": "fetchBoardInfoById",
94
+ "parameters": [
95
+ {
96
+ "name": "boardId",
97
+ "type": {
98
+ "text": "string"
99
+ }
100
+ }
101
+ ]
102
+ }
103
+ ],
104
+ "exports": [
105
+ {
106
+ "kind": "js",
107
+ "name": "fetchBoardList",
108
+ "declaration": {
109
+ "name": "fetchBoardList",
110
+ "module": "src/graphql/board.ts"
111
+ }
112
+ },
113
+ {
114
+ "kind": "js",
115
+ "name": "fetchBoardById",
116
+ "declaration": {
117
+ "name": "fetchBoardById",
118
+ "module": "src/graphql/board.ts"
119
+ }
120
+ },
121
+ {
122
+ "kind": "js",
123
+ "name": "createBoard",
124
+ "declaration": {
125
+ "name": "createBoard",
126
+ "module": "src/graphql/board.ts"
127
+ }
128
+ },
129
+ {
130
+ "kind": "js",
131
+ "name": "updateBoard",
132
+ "declaration": {
133
+ "name": "updateBoard",
134
+ "module": "src/graphql/board.ts"
135
+ }
136
+ },
137
+ {
138
+ "kind": "js",
139
+ "name": "deleteBoard",
140
+ "declaration": {
141
+ "name": "deleteBoard",
142
+ "module": "src/graphql/board.ts"
143
+ }
144
+ },
145
+ {
146
+ "kind": "js",
147
+ "name": "fetchBoardInfoById",
148
+ "declaration": {
149
+ "name": "fetchBoardInfoById",
150
+ "module": "src/graphql/board.ts"
151
+ }
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "kind": "javascript-module",
157
+ "path": "src/graphql/data-subscription.ts",
158
+ "declarations": [
159
+ {
160
+ "kind": "class",
161
+ "description": "",
162
+ "name": "DataSubscriptionProviderImpl",
163
+ "members": [
164
+ {
165
+ "kind": "method",
166
+ "name": "subscribe",
167
+ "parameters": [
168
+ {
169
+ "name": "tag",
170
+ "type": {
171
+ "text": "string"
172
+ }
173
+ },
174
+ {
175
+ "name": "component",
176
+ "type": {
177
+ "text": "Component"
178
+ }
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "kind": "method",
184
+ "name": "dispose"
185
+ }
186
+ ]
187
+ }
188
+ ],
189
+ "exports": [
190
+ {
191
+ "kind": "js",
192
+ "name": "DataSubscriptionProviderImpl",
193
+ "declaration": {
194
+ "name": "DataSubscriptionProviderImpl",
195
+ "module": "src/graphql/data-subscription.ts"
196
+ }
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "kind": "javascript-module",
202
+ "path": "src/graphql/favorite-board.ts",
203
+ "declarations": [
204
+ {
205
+ "kind": "function",
206
+ "name": "fetchFavoriteBoardList",
207
+ "parameters": [
208
+ {
209
+ "name": "listParam",
210
+ "default": "{}",
211
+ "type": {
212
+ "text": "any"
213
+ }
214
+ }
215
+ ]
216
+ },
217
+ {
218
+ "kind": "function",
219
+ "name": "refreshFavorites"
220
+ },
221
+ {
222
+ "kind": "function",
223
+ "name": "removeFavorite",
224
+ "parameters": [
225
+ {
226
+ "name": "boardId",
227
+ "type": {
228
+ "text": "string"
229
+ }
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "kind": "function",
235
+ "name": "addFavorite",
236
+ "parameters": [
237
+ {
238
+ "name": "boardId",
239
+ "type": {
240
+ "text": "string"
241
+ }
242
+ }
243
+ ]
244
+ }
245
+ ],
246
+ "exports": [
247
+ {
248
+ "kind": "js",
249
+ "name": "fetchFavoriteBoardList",
250
+ "declaration": {
251
+ "name": "fetchFavoriteBoardList",
252
+ "module": "src/graphql/favorite-board.ts"
253
+ }
254
+ },
255
+ {
256
+ "kind": "js",
257
+ "name": "refreshFavorites",
258
+ "declaration": {
259
+ "name": "refreshFavorites",
260
+ "module": "src/graphql/favorite-board.ts"
261
+ }
262
+ },
263
+ {
264
+ "kind": "js",
265
+ "name": "removeFavorite",
266
+ "declaration": {
267
+ "name": "removeFavorite",
268
+ "module": "src/graphql/favorite-board.ts"
269
+ }
270
+ },
271
+ {
272
+ "kind": "js",
273
+ "name": "addFavorite",
274
+ "declaration": {
275
+ "name": "addFavorite",
276
+ "module": "src/graphql/favorite-board.ts"
277
+ }
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "kind": "javascript-module",
283
+ "path": "src/graphql/group.ts",
284
+ "declarations": [
285
+ {
286
+ "kind": "function",
287
+ "name": "fetchGroupById",
288
+ "parameters": [
289
+ {
290
+ "name": "id",
291
+ "type": {
292
+ "text": "string"
293
+ }
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "kind": "function",
299
+ "name": "updateGroup",
300
+ "parameters": [
301
+ {
302
+ "name": "group",
303
+ "type": {
304
+ "text": "BoardGroup"
305
+ }
306
+ }
307
+ ]
308
+ },
309
+ {
310
+ "kind": "function",
311
+ "name": "deleteGroup",
312
+ "parameters": [
313
+ {
314
+ "name": "id",
315
+ "type": {
316
+ "text": "string"
317
+ }
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "kind": "function",
323
+ "name": "fetchGroupList"
324
+ },
325
+ {
326
+ "kind": "function",
327
+ "name": "createGroup",
328
+ "parameters": [
329
+ {
330
+ "name": "group",
331
+ "type": {
332
+ "text": "BoardGroup"
333
+ }
334
+ }
335
+ ]
336
+ },
337
+ {
338
+ "kind": "function",
339
+ "name": "joinGroup",
340
+ "parameters": [
341
+ {
342
+ "name": "boardId",
343
+ "type": {
344
+ "text": "string"
345
+ }
346
+ },
347
+ {
348
+ "name": "groupId",
349
+ "type": {
350
+ "text": "string"
351
+ }
352
+ }
353
+ ]
354
+ }
355
+ ],
356
+ "exports": [
357
+ {
358
+ "kind": "js",
359
+ "name": "fetchGroupById",
360
+ "declaration": {
361
+ "name": "fetchGroupById",
362
+ "module": "src/graphql/group.ts"
363
+ }
364
+ },
365
+ {
366
+ "kind": "js",
367
+ "name": "updateGroup",
368
+ "declaration": {
369
+ "name": "updateGroup",
370
+ "module": "src/graphql/group.ts"
371
+ }
372
+ },
373
+ {
374
+ "kind": "js",
375
+ "name": "deleteGroup",
376
+ "declaration": {
377
+ "name": "deleteGroup",
378
+ "module": "src/graphql/group.ts"
379
+ }
380
+ },
381
+ {
382
+ "kind": "js",
383
+ "name": "fetchGroupList",
384
+ "declaration": {
385
+ "name": "fetchGroupList",
386
+ "module": "src/graphql/group.ts"
387
+ }
388
+ },
389
+ {
390
+ "kind": "js",
391
+ "name": "createGroup",
392
+ "declaration": {
393
+ "name": "createGroup",
394
+ "module": "src/graphql/group.ts"
395
+ }
396
+ },
397
+ {
398
+ "kind": "js",
399
+ "name": "joinGroup",
400
+ "declaration": {
401
+ "name": "joinGroup",
402
+ "module": "src/graphql/group.ts"
403
+ }
404
+ }
405
+ ]
406
+ },
407
+ {
408
+ "kind": "javascript-module",
409
+ "path": "src/graphql/index.ts",
410
+ "declarations": [],
411
+ "exports": [
412
+ {
413
+ "kind": "js",
414
+ "name": "*",
415
+ "declaration": {
416
+ "name": "*",
417
+ "package": "./board"
418
+ }
419
+ },
420
+ {
421
+ "kind": "js",
422
+ "name": "*",
423
+ "declaration": {
424
+ "name": "*",
425
+ "package": "./data-subscription"
426
+ }
427
+ },
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./favorite-board"
434
+ }
435
+ },
436
+ {
437
+ "kind": "js",
438
+ "name": "*",
439
+ "declaration": {
440
+ "name": "*",
441
+ "package": "./group"
442
+ }
443
+ },
444
+ {
445
+ "kind": "js",
446
+ "name": "*",
447
+ "declaration": {
448
+ "name": "*",
449
+ "package": "./scenario"
450
+ }
451
+ },
452
+ {
453
+ "kind": "js",
454
+ "name": "*",
455
+ "declaration": {
456
+ "name": "*",
457
+ "package": "./theme"
458
+ }
459
+ }
460
+ ]
461
+ },
462
+ {
463
+ "kind": "javascript-module",
464
+ "path": "src/graphql/scenario.ts",
465
+ "declarations": [
466
+ {
467
+ "kind": "function",
468
+ "name": "scenarios",
469
+ "return": {
470
+ "type": {
471
+ "text": "Promise<{ name: string; description: string }[]>"
472
+ }
473
+ }
474
+ },
475
+ {
476
+ "kind": "function",
477
+ "name": "startScenario",
478
+ "parameters": [
479
+ {
480
+ "name": "scenarioName",
481
+ "type": {
482
+ "text": "string"
483
+ }
484
+ },
485
+ {
486
+ "name": "instanceName",
487
+ "type": {
488
+ "text": "string"
489
+ }
490
+ },
491
+ {
492
+ "name": "variables",
493
+ "type": {
494
+ "text": "string | number | object"
495
+ }
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "kind": "function",
501
+ "name": "runScenario",
502
+ "parameters": [
503
+ {
504
+ "name": "scenarioName",
505
+ "type": {
506
+ "text": "string"
507
+ }
508
+ },
509
+ {
510
+ "name": "variables",
511
+ "type": {
512
+ "text": "string | number | object"
513
+ }
514
+ }
515
+ ]
516
+ }
517
+ ],
518
+ "exports": [
519
+ {
520
+ "kind": "js",
521
+ "name": "scenarios",
522
+ "declaration": {
523
+ "name": "scenarios",
524
+ "module": "src/graphql/scenario.ts"
525
+ }
526
+ },
527
+ {
528
+ "kind": "js",
529
+ "name": "startScenario",
530
+ "declaration": {
531
+ "name": "startScenario",
532
+ "module": "src/graphql/scenario.ts"
533
+ }
534
+ },
535
+ {
536
+ "kind": "js",
537
+ "name": "runScenario",
538
+ "declaration": {
539
+ "name": "runScenario",
540
+ "module": "src/graphql/scenario.ts"
541
+ }
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "kind": "javascript-module",
547
+ "path": "src/graphql/theme.ts",
548
+ "declarations": [
549
+ {
550
+ "kind": "function",
551
+ "name": "fetchThemeList",
552
+ "parameters": [
553
+ {
554
+ "name": "params",
555
+ "default": "{}",
556
+ "type": {
557
+ "text": "any"
558
+ }
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "kind": "function",
564
+ "name": "updateMultipleTheme",
565
+ "parameters": [
566
+ {
567
+ "name": "patches",
568
+ "type": {
569
+ "text": "any[]"
570
+ }
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "kind": "function",
576
+ "name": "deleteThemes",
577
+ "parameters": [
578
+ {
579
+ "name": "ids",
580
+ "type": {
581
+ "text": "string[]"
582
+ }
583
+ }
584
+ ]
585
+ }
586
+ ],
587
+ "exports": [
588
+ {
589
+ "kind": "js",
590
+ "name": "fetchThemeList",
591
+ "declaration": {
592
+ "name": "fetchThemeList",
593
+ "module": "src/graphql/theme.ts"
594
+ }
595
+ },
596
+ {
597
+ "kind": "js",
598
+ "name": "updateMultipleTheme",
599
+ "declaration": {
600
+ "name": "updateMultipleTheme",
601
+ "module": "src/graphql/theme.ts"
602
+ }
603
+ },
604
+ {
605
+ "kind": "js",
606
+ "name": "deleteThemes",
607
+ "declaration": {
608
+ "name": "deleteThemes",
609
+ "module": "src/graphql/theme.ts"
610
+ }
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "kind": "javascript-module",
616
+ "path": "src/restful/attachment.ts",
617
+ "declarations": [
618
+ {
619
+ "kind": "function",
620
+ "name": "fetchAttachmentList",
621
+ "parameters": [
622
+ {
623
+ "name": "listParam",
624
+ "default": "{}",
625
+ "type": {
626
+ "text": "any"
627
+ }
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "kind": "function",
633
+ "name": "createAttachment",
634
+ "parameters": [
635
+ {
636
+ "name": "attachment",
637
+ "type": {
638
+ "text": "any"
639
+ }
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "kind": "function",
645
+ "name": "deleteAttachment",
646
+ "parameters": [
647
+ {
648
+ "name": "id",
649
+ "type": {
650
+ "text": "string"
651
+ }
652
+ }
653
+ ]
654
+ },
655
+ {
656
+ "kind": "function",
657
+ "name": "deleteAttachmentByRef",
658
+ "parameters": [
659
+ {
660
+ "name": "ref",
661
+ "type": {
662
+ "text": "string"
663
+ }
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "kind": "function",
669
+ "name": "deleteFile",
670
+ "parameters": [
671
+ {
672
+ "name": "fileId",
673
+ "type": {
674
+ "text": "string"
675
+ }
676
+ },
677
+ {
678
+ "name": "param",
679
+ "type": {
680
+ "text": "any"
681
+ }
682
+ }
683
+ ]
684
+ }
685
+ ],
686
+ "exports": [
687
+ {
688
+ "kind": "js",
689
+ "name": "fetchAttachmentList",
690
+ "declaration": {
691
+ "name": "fetchAttachmentList",
692
+ "module": "src/restful/attachment.ts"
693
+ }
694
+ },
695
+ {
696
+ "kind": "js",
697
+ "name": "createAttachment",
698
+ "declaration": {
699
+ "name": "createAttachment",
700
+ "module": "src/restful/attachment.ts"
701
+ }
702
+ },
703
+ {
704
+ "kind": "js",
705
+ "name": "deleteAttachment",
706
+ "declaration": {
707
+ "name": "deleteAttachment",
708
+ "module": "src/restful/attachment.ts"
709
+ }
710
+ },
711
+ {
712
+ "kind": "js",
713
+ "name": "deleteAttachmentByRef",
714
+ "declaration": {
715
+ "name": "deleteAttachmentByRef",
716
+ "module": "src/restful/attachment.ts"
717
+ }
718
+ },
719
+ {
720
+ "kind": "js",
721
+ "name": "deleteFile",
722
+ "declaration": {
723
+ "name": "deleteFile",
724
+ "module": "src/restful/attachment.ts"
725
+ }
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "kind": "javascript-module",
731
+ "path": "src/restful/authHeader.ts",
732
+ "declarations": [
733
+ {
734
+ "kind": "function",
735
+ "name": "authHeader"
736
+ }
737
+ ],
738
+ "exports": [
739
+ {
740
+ "kind": "js",
741
+ "name": "default",
742
+ "declaration": {
743
+ "name": "authHeader",
744
+ "module": "src/restful/authHeader.ts"
745
+ }
746
+ }
747
+ ]
748
+ },
749
+ {
750
+ "kind": "javascript-module",
751
+ "path": "src/restful/board.ts",
752
+ "declarations": [
753
+ {
754
+ "kind": "function",
755
+ "name": "fetchBoardList",
756
+ "parameters": [
757
+ {
758
+ "name": "listParam",
759
+ "default": "{}",
760
+ "type": {
761
+ "text": "any"
762
+ }
763
+ }
764
+ ]
765
+ },
766
+ {
767
+ "kind": "function",
768
+ "name": "getBoardByUseMcsAutoConfigAndId",
769
+ "parameters": [
770
+ {
771
+ "name": "id",
772
+ "type": {
773
+ "text": "string"
774
+ }
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ "kind": "function",
780
+ "name": "createBoard",
781
+ "parameters": [
782
+ {
783
+ "name": "board",
784
+ "type": {
785
+ "text": "Board"
786
+ }
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "kind": "function",
792
+ "name": "deleteBoard",
793
+ "parameters": [
794
+ {
795
+ "name": "id",
796
+ "type": {
797
+ "text": "string"
798
+ }
799
+ }
800
+ ]
801
+ },
802
+ {
803
+ "kind": "function",
804
+ "name": "fetchBoardById",
805
+ "parameters": [
806
+ {
807
+ "name": "id",
808
+ "type": {
809
+ "text": "string"
810
+ }
811
+ }
812
+ ]
813
+ },
814
+ {
815
+ "kind": "function",
816
+ "name": "fetchBoardInfoById",
817
+ "parameters": [
818
+ {
819
+ "name": "id",
820
+ "type": {
821
+ "text": "string"
822
+ }
823
+ }
824
+ ]
825
+ },
826
+ {
827
+ "kind": "function",
828
+ "name": "updateBoard",
829
+ "parameters": [
830
+ {
831
+ "name": "board",
832
+ "type": {
833
+ "text": "any"
834
+ }
835
+ },
836
+ {
837
+ "name": "from",
838
+ "optional": true,
839
+ "type": {
840
+ "text": "string"
841
+ }
842
+ }
843
+ ]
844
+ }
845
+ ],
846
+ "exports": [
847
+ {
848
+ "kind": "js",
849
+ "name": "fetchBoardList",
850
+ "declaration": {
851
+ "name": "fetchBoardList",
852
+ "module": "src/restful/board.ts"
853
+ }
854
+ },
855
+ {
856
+ "kind": "js",
857
+ "name": "getBoardByUseMcsAutoConfigAndId",
858
+ "declaration": {
859
+ "name": "getBoardByUseMcsAutoConfigAndId",
860
+ "module": "src/restful/board.ts"
861
+ }
862
+ },
863
+ {
864
+ "kind": "js",
865
+ "name": "createBoard",
866
+ "declaration": {
867
+ "name": "createBoard",
868
+ "module": "src/restful/board.ts"
869
+ }
870
+ },
871
+ {
872
+ "kind": "js",
873
+ "name": "deleteBoard",
874
+ "declaration": {
875
+ "name": "deleteBoard",
876
+ "module": "src/restful/board.ts"
877
+ }
878
+ },
879
+ {
880
+ "kind": "js",
881
+ "name": "fetchBoardById",
882
+ "declaration": {
883
+ "name": "fetchBoardById",
884
+ "module": "src/restful/board.ts"
885
+ }
886
+ },
887
+ {
888
+ "kind": "js",
889
+ "name": "fetchBoardInfoById",
890
+ "declaration": {
891
+ "name": "fetchBoardInfoById",
892
+ "module": "src/restful/board.ts"
893
+ }
894
+ },
895
+ {
896
+ "kind": "js",
897
+ "name": "updateBoard",
898
+ "declaration": {
899
+ "name": "updateBoard",
900
+ "module": "src/restful/board.ts"
901
+ }
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "kind": "javascript-module",
907
+ "path": "src/restful/common.ts",
908
+ "declarations": [
909
+ {
910
+ "kind": "variable",
911
+ "name": "REST_SERVICE_URL"
912
+ },
913
+ {
914
+ "kind": "variable",
915
+ "name": "REST_SERVICE_MAIN_URL"
916
+ },
917
+ {
918
+ "kind": "variable",
919
+ "name": "REST_SERVICE_SECONDARY_URL"
920
+ },
921
+ {
922
+ "kind": "variable",
923
+ "name": "FREE_SERVICE_PATH"
924
+ },
925
+ {
926
+ "kind": "variable",
927
+ "name": "UPLOAD_TEMP_URL",
928
+ "type": {
929
+ "text": "string"
930
+ },
931
+ "default": "'uploadTempFile'"
932
+ },
933
+ {
934
+ "kind": "function",
935
+ "name": "callApi",
936
+ "return": {
937
+ "type": {
938
+ "text": "Promise<RestfulReturnType | undefined>"
939
+ }
940
+ },
941
+ "parameters": [
942
+ {
943
+ "name": "url",
944
+ "type": {
945
+ "text": "string"
946
+ }
947
+ },
948
+ {
949
+ "name": "method",
950
+ "type": {
951
+ "text": "string"
952
+ }
953
+ },
954
+ {
955
+ "name": "params",
956
+ "type": {
957
+ "text": "any"
958
+ }
959
+ },
960
+ {
961
+ "name": "data",
962
+ "type": {
963
+ "text": "any"
964
+ }
965
+ }
966
+ ]
967
+ },
968
+ {
969
+ "kind": "function",
970
+ "name": "handleError",
971
+ "parameters": [
972
+ {
973
+ "name": "errorStatus",
974
+ "type": {
975
+ "text": "number"
976
+ }
977
+ },
978
+ {
979
+ "name": "errorMessage",
980
+ "optional": true,
981
+ "type": {
982
+ "text": "string"
983
+ }
984
+ }
985
+ ]
986
+ },
987
+ {
988
+ "kind": "function",
989
+ "name": "getRestServiceUrl"
990
+ },
991
+ {
992
+ "kind": "function",
993
+ "name": "getRestServiceMainUrl"
994
+ },
995
+ {
996
+ "kind": "function",
997
+ "name": "getRestServiceSecondaryUrl"
998
+ },
999
+ {
1000
+ "kind": "function",
1001
+ "name": "getUploadTempUrl"
1002
+ },
1003
+ {
1004
+ "kind": "function",
1005
+ "name": "getFreeServicePath"
1006
+ }
1007
+ ],
1008
+ "exports": [
1009
+ {
1010
+ "kind": "js",
1011
+ "name": "REST_SERVICE_URL",
1012
+ "declaration": {
1013
+ "name": "REST_SERVICE_URL",
1014
+ "module": "src/restful/common.ts"
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "js",
1019
+ "name": "REST_SERVICE_MAIN_URL",
1020
+ "declaration": {
1021
+ "name": "REST_SERVICE_MAIN_URL",
1022
+ "module": "src/restful/common.ts"
1023
+ }
1024
+ },
1025
+ {
1026
+ "kind": "js",
1027
+ "name": "REST_SERVICE_SECONDARY_URL",
1028
+ "declaration": {
1029
+ "name": "REST_SERVICE_SECONDARY_URL",
1030
+ "module": "src/restful/common.ts"
1031
+ }
1032
+ },
1033
+ {
1034
+ "kind": "js",
1035
+ "name": "FREE_SERVICE_PATH",
1036
+ "declaration": {
1037
+ "name": "FREE_SERVICE_PATH",
1038
+ "module": "src/restful/common.ts"
1039
+ }
1040
+ },
1041
+ {
1042
+ "kind": "js",
1043
+ "name": "UPLOAD_TEMP_URL",
1044
+ "declaration": {
1045
+ "name": "UPLOAD_TEMP_URL",
1046
+ "module": "src/restful/common.ts"
1047
+ }
1048
+ },
1049
+ {
1050
+ "kind": "js",
1051
+ "name": "callApi",
1052
+ "declaration": {
1053
+ "name": "callApi",
1054
+ "module": "src/restful/common.ts"
1055
+ }
1056
+ },
1057
+ {
1058
+ "kind": "js",
1059
+ "name": "handleError",
1060
+ "declaration": {
1061
+ "name": "handleError",
1062
+ "module": "src/restful/common.ts"
1063
+ }
1064
+ },
1065
+ {
1066
+ "kind": "js",
1067
+ "name": "getRestServiceUrl",
1068
+ "declaration": {
1069
+ "name": "getRestServiceUrl",
1070
+ "module": "src/restful/common.ts"
1071
+ }
1072
+ },
1073
+ {
1074
+ "kind": "js",
1075
+ "name": "getRestServiceMainUrl",
1076
+ "declaration": {
1077
+ "name": "getRestServiceMainUrl",
1078
+ "module": "src/restful/common.ts"
1079
+ }
1080
+ },
1081
+ {
1082
+ "kind": "js",
1083
+ "name": "getRestServiceSecondaryUrl",
1084
+ "declaration": {
1085
+ "name": "getRestServiceSecondaryUrl",
1086
+ "module": "src/restful/common.ts"
1087
+ }
1088
+ },
1089
+ {
1090
+ "kind": "js",
1091
+ "name": "getUploadTempUrl",
1092
+ "declaration": {
1093
+ "name": "getUploadTempUrl",
1094
+ "module": "src/restful/common.ts"
1095
+ }
1096
+ },
1097
+ {
1098
+ "kind": "js",
1099
+ "name": "getFreeServicePath",
1100
+ "declaration": {
1101
+ "name": "getFreeServicePath",
1102
+ "module": "src/restful/common.ts"
1103
+ }
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "kind": "javascript-module",
1109
+ "path": "src/restful/connection.ts",
1110
+ "declarations": [
1111
+ {
1112
+ "kind": "function",
1113
+ "name": "getConnections",
1114
+ "parameters": [
1115
+ {
1116
+ "name": "connection",
1117
+ "default": "{}",
1118
+ "type": {
1119
+ "text": "any"
1120
+ }
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "kind": "function",
1126
+ "name": "updateConnections",
1127
+ "parameters": [
1128
+ {
1129
+ "name": "connections",
1130
+ "type": {
1131
+ "text": "any[]"
1132
+ }
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "kind": "function",
1138
+ "name": "deleteConnetcionByName",
1139
+ "parameters": [
1140
+ {
1141
+ "name": "names",
1142
+ "type": {
1143
+ "text": "string[]"
1144
+ }
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "kind": "function",
1150
+ "name": "connect",
1151
+ "parameters": [
1152
+ {
1153
+ "name": "name",
1154
+ "type": {
1155
+ "text": "string"
1156
+ }
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "kind": "function",
1162
+ "name": "disconnect",
1163
+ "parameters": [
1164
+ {
1165
+ "name": "name",
1166
+ "type": {
1167
+ "text": "string"
1168
+ }
1169
+ }
1170
+ ]
1171
+ }
1172
+ ],
1173
+ "exports": [
1174
+ {
1175
+ "kind": "js",
1176
+ "name": "getConnections",
1177
+ "declaration": {
1178
+ "name": "getConnections",
1179
+ "module": "src/restful/connection.ts"
1180
+ }
1181
+ },
1182
+ {
1183
+ "kind": "js",
1184
+ "name": "updateConnections",
1185
+ "declaration": {
1186
+ "name": "updateConnections",
1187
+ "module": "src/restful/connection.ts"
1188
+ }
1189
+ },
1190
+ {
1191
+ "kind": "js",
1192
+ "name": "deleteConnetcionByName",
1193
+ "declaration": {
1194
+ "name": "deleteConnetcionByName",
1195
+ "module": "src/restful/connection.ts"
1196
+ }
1197
+ },
1198
+ {
1199
+ "kind": "js",
1200
+ "name": "connect",
1201
+ "declaration": {
1202
+ "name": "connect",
1203
+ "module": "src/restful/connection.ts"
1204
+ }
1205
+ },
1206
+ {
1207
+ "kind": "js",
1208
+ "name": "disconnect",
1209
+ "declaration": {
1210
+ "name": "disconnect",
1211
+ "module": "src/restful/connection.ts"
1212
+ }
1213
+ }
1214
+ ]
1215
+ },
1216
+ {
1217
+ "kind": "javascript-module",
1218
+ "path": "src/restful/favorite-board.ts",
1219
+ "declarations": [
1220
+ {
1221
+ "kind": "function",
1222
+ "name": "fetchFavoriteBoardList",
1223
+ "parameters": [
1224
+ {
1225
+ "name": "listParam",
1226
+ "default": "{}",
1227
+ "type": {
1228
+ "text": "any"
1229
+ }
1230
+ }
1231
+ ]
1232
+ },
1233
+ {
1234
+ "kind": "function",
1235
+ "name": "addFavorite",
1236
+ "parameters": [
1237
+ {
1238
+ "name": "boardId",
1239
+ "type": {
1240
+ "text": "string"
1241
+ }
1242
+ }
1243
+ ]
1244
+ },
1245
+ {
1246
+ "kind": "function",
1247
+ "name": "removeFavorite",
1248
+ "parameters": [
1249
+ {
1250
+ "name": "boardId",
1251
+ "type": {
1252
+ "text": "string"
1253
+ }
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "kind": "function",
1259
+ "name": "refreshFavorites"
1260
+ }
1261
+ ],
1262
+ "exports": [
1263
+ {
1264
+ "kind": "js",
1265
+ "name": "fetchFavoriteBoardList",
1266
+ "declaration": {
1267
+ "name": "fetchFavoriteBoardList",
1268
+ "module": "src/restful/favorite-board.ts"
1269
+ }
1270
+ },
1271
+ {
1272
+ "kind": "js",
1273
+ "name": "addFavorite",
1274
+ "declaration": {
1275
+ "name": "addFavorite",
1276
+ "module": "src/restful/favorite-board.ts"
1277
+ }
1278
+ },
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "removeFavorite",
1282
+ "declaration": {
1283
+ "name": "removeFavorite",
1284
+ "module": "src/restful/favorite-board.ts"
1285
+ }
1286
+ },
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "refreshFavorites",
1290
+ "declaration": {
1291
+ "name": "refreshFavorites",
1292
+ "module": "src/restful/favorite-board.ts"
1293
+ }
1294
+ }
1295
+ ]
1296
+ },
1297
+ {
1298
+ "kind": "javascript-module",
1299
+ "path": "src/restful/font.ts",
1300
+ "declarations": [
1301
+ {
1302
+ "kind": "function",
1303
+ "name": "fetchFontList",
1304
+ "parameters": [
1305
+ {
1306
+ "name": "listParam",
1307
+ "default": "{}",
1308
+ "type": {
1309
+ "text": "any"
1310
+ }
1311
+ }
1312
+ ]
1313
+ },
1314
+ {
1315
+ "kind": "function",
1316
+ "name": "setFont",
1317
+ "parameters": [
1318
+ {
1319
+ "name": "font",
1320
+ "type": {
1321
+ "text": "any"
1322
+ }
1323
+ }
1324
+ ]
1325
+ },
1326
+ {
1327
+ "kind": "function",
1328
+ "name": "deleteFont",
1329
+ "parameters": [
1330
+ {
1331
+ "name": "id",
1332
+ "type": {
1333
+ "text": "string"
1334
+ }
1335
+ }
1336
+ ]
1337
+ }
1338
+ ],
1339
+ "exports": [
1340
+ {
1341
+ "kind": "js",
1342
+ "name": "fetchFontList",
1343
+ "declaration": {
1344
+ "name": "fetchFontList",
1345
+ "module": "src/restful/font.ts"
1346
+ }
1347
+ },
1348
+ {
1349
+ "kind": "js",
1350
+ "name": "setFont",
1351
+ "declaration": {
1352
+ "name": "setFont",
1353
+ "module": "src/restful/font.ts"
1354
+ }
1355
+ },
1356
+ {
1357
+ "kind": "js",
1358
+ "name": "deleteFont",
1359
+ "declaration": {
1360
+ "name": "deleteFont",
1361
+ "module": "src/restful/font.ts"
1362
+ }
1363
+ }
1364
+ ]
1365
+ },
1366
+ {
1367
+ "kind": "javascript-module",
1368
+ "path": "src/restful/group.ts",
1369
+ "declarations": [
1370
+ {
1371
+ "kind": "function",
1372
+ "name": "fetchGroupById",
1373
+ "parameters": [
1374
+ {
1375
+ "name": "groupId",
1376
+ "type": {
1377
+ "text": "string"
1378
+ }
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "kind": "function",
1384
+ "name": "fetchGroupList"
1385
+ },
1386
+ {
1387
+ "kind": "function",
1388
+ "name": "createGroup",
1389
+ "parameters": [
1390
+ {
1391
+ "name": "group",
1392
+ "type": {
1393
+ "text": "BoardGroup"
1394
+ }
1395
+ }
1396
+ ]
1397
+ },
1398
+ {
1399
+ "kind": "function",
1400
+ "name": "updateGroup",
1401
+ "parameters": [
1402
+ {
1403
+ "name": "group",
1404
+ "type": {
1405
+ "text": "BoardGroup"
1406
+ }
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "kind": "function",
1412
+ "name": "deleteGroup",
1413
+ "parameters": [
1414
+ {
1415
+ "name": "groupId",
1416
+ "type": {
1417
+ "text": "string"
1418
+ }
1419
+ }
1420
+ ]
1421
+ }
1422
+ ],
1423
+ "exports": [
1424
+ {
1425
+ "kind": "js",
1426
+ "name": "fetchGroupById",
1427
+ "declaration": {
1428
+ "name": "fetchGroupById",
1429
+ "module": "src/restful/group.ts"
1430
+ }
1431
+ },
1432
+ {
1433
+ "kind": "js",
1434
+ "name": "fetchGroupList",
1435
+ "declaration": {
1436
+ "name": "fetchGroupList",
1437
+ "module": "src/restful/group.ts"
1438
+ }
1439
+ },
1440
+ {
1441
+ "kind": "js",
1442
+ "name": "createGroup",
1443
+ "declaration": {
1444
+ "name": "createGroup",
1445
+ "module": "src/restful/group.ts"
1446
+ }
1447
+ },
1448
+ {
1449
+ "kind": "js",
1450
+ "name": "updateGroup",
1451
+ "declaration": {
1452
+ "name": "updateGroup",
1453
+ "module": "src/restful/group.ts"
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "js",
1458
+ "name": "deleteGroup",
1459
+ "declaration": {
1460
+ "name": "deleteGroup",
1461
+ "module": "src/restful/group.ts"
1462
+ }
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "kind": "javascript-module",
1468
+ "path": "src/restful/index.ts",
1469
+ "declarations": [],
1470
+ "exports": [
1471
+ {
1472
+ "kind": "js",
1473
+ "name": "*",
1474
+ "declaration": {
1475
+ "name": "*",
1476
+ "package": "./board"
1477
+ }
1478
+ },
1479
+ {
1480
+ "kind": "js",
1481
+ "name": "*",
1482
+ "declaration": {
1483
+ "name": "*",
1484
+ "package": "./authHeader"
1485
+ }
1486
+ },
1487
+ {
1488
+ "kind": "js",
1489
+ "name": "*",
1490
+ "declaration": {
1491
+ "name": "*",
1492
+ "package": "./favorite-board"
1493
+ }
1494
+ },
1495
+ {
1496
+ "kind": "js",
1497
+ "name": "*",
1498
+ "declaration": {
1499
+ "name": "*",
1500
+ "package": "./group"
1501
+ }
1502
+ },
1503
+ {
1504
+ "kind": "js",
1505
+ "name": "*",
1506
+ "declaration": {
1507
+ "name": "*",
1508
+ "package": "./font"
1509
+ }
1510
+ },
1511
+ {
1512
+ "kind": "js",
1513
+ "name": "*",
1514
+ "declaration": {
1515
+ "name": "*",
1516
+ "package": "./attachment"
1517
+ }
1518
+ },
1519
+ {
1520
+ "kind": "js",
1521
+ "name": "*",
1522
+ "declaration": {
1523
+ "name": "*",
1524
+ "package": "./connection"
1525
+ }
1526
+ },
1527
+ {
1528
+ "kind": "js",
1529
+ "name": "*",
1530
+ "declaration": {
1531
+ "name": "*",
1532
+ "package": "./scenario"
1533
+ }
1534
+ },
1535
+ {
1536
+ "kind": "js",
1537
+ "name": "*",
1538
+ "declaration": {
1539
+ "name": "*",
1540
+ "package": "./common"
1541
+ }
1542
+ },
1543
+ {
1544
+ "kind": "js",
1545
+ "name": "*",
1546
+ "declaration": {
1547
+ "name": "*",
1548
+ "package": "./machine"
1549
+ }
1550
+ }
1551
+ ]
1552
+ },
1553
+ {
1554
+ "kind": "javascript-module",
1555
+ "path": "src/restful/machine.ts",
1556
+ "declarations": [
1557
+ {
1558
+ "kind": "function",
1559
+ "name": "getEqpNamesByIdType",
1560
+ "parameters": [
1561
+ {
1562
+ "name": "id",
1563
+ "type": {
1564
+ "text": "string"
1565
+ }
1566
+ },
1567
+ {
1568
+ "name": "type",
1569
+ "type": {
1570
+ "text": "string"
1571
+ }
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ "kind": "function",
1577
+ "name": "setAutoMcsConfig",
1578
+ "parameters": [
1579
+ {
1580
+ "name": "mcsAutoConfig",
1581
+ "type": {
1582
+ "text": "any"
1583
+ }
1584
+ },
1585
+ {
1586
+ "name": "board",
1587
+ "type": {
1588
+ "text": "Board"
1589
+ }
1590
+ }
1591
+ ]
1592
+ },
1593
+ {
1594
+ "kind": "function",
1595
+ "name": "getStockerPopupData",
1596
+ "parameters": [
1597
+ {
1598
+ "name": "id",
1599
+ "type": {
1600
+ "text": "string"
1601
+ }
1602
+ }
1603
+ ]
1604
+ },
1605
+ {
1606
+ "kind": "function",
1607
+ "name": "getStockerEqpPortPopupData",
1608
+ "parameters": [
1609
+ {
1610
+ "name": "id",
1611
+ "type": {
1612
+ "text": "string"
1613
+ }
1614
+ }
1615
+ ]
1616
+ },
1617
+ {
1618
+ "kind": "function",
1619
+ "name": "getProcessPopupData",
1620
+ "parameters": [
1621
+ {
1622
+ "name": "id",
1623
+ "type": {
1624
+ "text": "string"
1625
+ }
1626
+ }
1627
+ ]
1628
+ },
1629
+ {
1630
+ "kind": "function",
1631
+ "name": "getTransportPopupData",
1632
+ "parameters": [
1633
+ {
1634
+ "name": "id",
1635
+ "type": {
1636
+ "text": "string"
1637
+ }
1638
+ }
1639
+ ]
1640
+ }
1641
+ ],
1642
+ "exports": [
1643
+ {
1644
+ "kind": "js",
1645
+ "name": "getEqpNamesByIdType",
1646
+ "declaration": {
1647
+ "name": "getEqpNamesByIdType",
1648
+ "module": "src/restful/machine.ts"
1649
+ }
1650
+ },
1651
+ {
1652
+ "kind": "js",
1653
+ "name": "setAutoMcsConfig",
1654
+ "declaration": {
1655
+ "name": "setAutoMcsConfig",
1656
+ "module": "src/restful/machine.ts"
1657
+ }
1658
+ },
1659
+ {
1660
+ "kind": "js",
1661
+ "name": "getStockerPopupData",
1662
+ "declaration": {
1663
+ "name": "getStockerPopupData",
1664
+ "module": "src/restful/machine.ts"
1665
+ }
1666
+ },
1667
+ {
1668
+ "kind": "js",
1669
+ "name": "getStockerEqpPortPopupData",
1670
+ "declaration": {
1671
+ "name": "getStockerEqpPortPopupData",
1672
+ "module": "src/restful/machine.ts"
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "js",
1677
+ "name": "getProcessPopupData",
1678
+ "declaration": {
1679
+ "name": "getProcessPopupData",
1680
+ "module": "src/restful/machine.ts"
1681
+ }
1682
+ },
1683
+ {
1684
+ "kind": "js",
1685
+ "name": "getTransportPopupData",
1686
+ "declaration": {
1687
+ "name": "getTransportPopupData",
1688
+ "module": "src/restful/machine.ts"
1689
+ }
1690
+ }
1691
+ ]
1692
+ },
1693
+ {
1694
+ "kind": "javascript-module",
1695
+ "path": "src/restful/scenario.ts",
1696
+ "declarations": [
1697
+ {
1698
+ "kind": "function",
1699
+ "name": "fetchScenarios",
1700
+ "parameters": [
1701
+ {
1702
+ "name": "scenario",
1703
+ "type": {
1704
+ "text": "any"
1705
+ }
1706
+ }
1707
+ ]
1708
+ },
1709
+ {
1710
+ "kind": "function",
1711
+ "name": "updateScenarios",
1712
+ "parameters": [
1713
+ {
1714
+ "name": "scenarios",
1715
+ "type": {
1716
+ "text": "any"
1717
+ }
1718
+ }
1719
+ ]
1720
+ },
1721
+ {
1722
+ "kind": "function",
1723
+ "name": "deleteScenarioById",
1724
+ "parameters": [
1725
+ {
1726
+ "name": "ids",
1727
+ "type": {
1728
+ "text": "string[]"
1729
+ }
1730
+ }
1731
+ ]
1732
+ },
1733
+ {
1734
+ "kind": "function",
1735
+ "name": "fetchStepByScenarioId",
1736
+ "parameters": [
1737
+ {
1738
+ "name": "listParam",
1739
+ "default": "{}",
1740
+ "type": {
1741
+ "text": "any"
1742
+ }
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "kind": "function",
1748
+ "name": "startScenario",
1749
+ "parameters": [
1750
+ {
1751
+ "name": "params",
1752
+ "type": {
1753
+ "text": "any"
1754
+ }
1755
+ },
1756
+ {
1757
+ "name": "serverType",
1758
+ "type": {
1759
+ "text": "string"
1760
+ }
1761
+ }
1762
+ ]
1763
+ },
1764
+ {
1765
+ "kind": "function",
1766
+ "name": "stopScenario",
1767
+ "parameters": [
1768
+ {
1769
+ "name": "params",
1770
+ "type": {
1771
+ "text": "any"
1772
+ }
1773
+ },
1774
+ {
1775
+ "name": "serverType",
1776
+ "type": {
1777
+ "text": "string"
1778
+ }
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "kind": "function",
1784
+ "name": "updateSteps",
1785
+ "parameters": [
1786
+ {
1787
+ "name": "steps",
1788
+ "type": {
1789
+ "text": "any[]"
1790
+ }
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "kind": "function",
1796
+ "name": "deleteStepById",
1797
+ "parameters": [
1798
+ {
1799
+ "name": "ids",
1800
+ "type": {
1801
+ "text": "string[]"
1802
+ }
1803
+ }
1804
+ ]
1805
+ }
1806
+ ],
1807
+ "exports": [
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "fetchScenarios",
1811
+ "declaration": {
1812
+ "name": "fetchScenarios",
1813
+ "module": "src/restful/scenario.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "updateScenarios",
1819
+ "declaration": {
1820
+ "name": "updateScenarios",
1821
+ "module": "src/restful/scenario.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "deleteScenarioById",
1827
+ "declaration": {
1828
+ "name": "deleteScenarioById",
1829
+ "module": "src/restful/scenario.ts"
1830
+ }
1831
+ },
1832
+ {
1833
+ "kind": "js",
1834
+ "name": "fetchStepByScenarioId",
1835
+ "declaration": {
1836
+ "name": "fetchStepByScenarioId",
1837
+ "module": "src/restful/scenario.ts"
1838
+ }
1839
+ },
1840
+ {
1841
+ "kind": "js",
1842
+ "name": "startScenario",
1843
+ "declaration": {
1844
+ "name": "startScenario",
1845
+ "module": "src/restful/scenario.ts"
1846
+ }
1847
+ },
1848
+ {
1849
+ "kind": "js",
1850
+ "name": "stopScenario",
1851
+ "declaration": {
1852
+ "name": "stopScenario",
1853
+ "module": "src/restful/scenario.ts"
1854
+ }
1855
+ },
1856
+ {
1857
+ "kind": "js",
1858
+ "name": "updateSteps",
1859
+ "declaration": {
1860
+ "name": "updateSteps",
1861
+ "module": "src/restful/scenario.ts"
1862
+ }
1863
+ },
1864
+ {
1865
+ "kind": "js",
1866
+ "name": "deleteStepById",
1867
+ "declaration": {
1868
+ "name": "deleteStepById",
1869
+ "module": "src/restful/scenario.ts"
1870
+ }
1871
+ }
1872
+ ]
1873
+ }
1874
+ ]
1875
+ }