@aopslab/domain-tooling-docman 0.1.4

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