@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,597 @@
1
+ [
2
+ {
3
+ "id": "docman.asset-version.create",
4
+ "method": "POST",
5
+ "pattern": "/asset-versions",
6
+ "operation": "asset-version.create",
7
+ "summary": "Asset version create"
8
+ },
9
+ {
10
+ "id": "docman.asset-version.delete",
11
+ "method": "DELETE",
12
+ "pattern": "/asset-versions/:id",
13
+ "operation": "asset-version.delete",
14
+ "summary": "Asset version delete"
15
+ },
16
+ {
17
+ "id": "docman.asset-version.get",
18
+ "method": "GET",
19
+ "pattern": "/asset-versions/:id",
20
+ "operation": "asset-version.get",
21
+ "summary": "Asset version get"
22
+ },
23
+ {
24
+ "id": "docman.asset-version.list",
25
+ "method": "GET",
26
+ "pattern": "/asset-versions",
27
+ "operation": "asset-version.list",
28
+ "summary": "Asset version list"
29
+ },
30
+ {
31
+ "id": "docman.asset-version.update",
32
+ "method": "PATCH",
33
+ "pattern": "/asset-versions/:id",
34
+ "operation": "asset-version.update",
35
+ "summary": "Asset version update"
36
+ },
37
+ {
38
+ "id": "docman.asset.create",
39
+ "method": "POST",
40
+ "pattern": "/assets",
41
+ "operation": "asset.create",
42
+ "summary": "Asset create"
43
+ },
44
+ {
45
+ "id": "docman.asset.delete",
46
+ "method": "DELETE",
47
+ "pattern": "/assets/:id",
48
+ "operation": "asset.delete",
49
+ "summary": "Asset delete"
50
+ },
51
+ {
52
+ "id": "docman.asset.get",
53
+ "method": "GET",
54
+ "pattern": "/assets/:id",
55
+ "operation": "asset.get",
56
+ "summary": "Asset get"
57
+ },
58
+ {
59
+ "id": "docman.asset.list",
60
+ "method": "GET",
61
+ "pattern": "/assets",
62
+ "operation": "asset.list",
63
+ "summary": "Asset list"
64
+ },
65
+ {
66
+ "id": "docman.asset.update",
67
+ "method": "PATCH",
68
+ "pattern": "/assets/:id",
69
+ "operation": "asset.update",
70
+ "summary": "Asset update"
71
+ },
72
+ {
73
+ "id": "docman.document-group.create",
74
+ "method": "POST",
75
+ "pattern": "/document-groups",
76
+ "operation": "document-group.create",
77
+ "summary": "Document group create"
78
+ },
79
+ {
80
+ "id": "docman.document-group.delete",
81
+ "method": "DELETE",
82
+ "pattern": "/document-groups/:id",
83
+ "operation": "document-group.delete",
84
+ "summary": "Document group delete"
85
+ },
86
+ {
87
+ "id": "docman.document-group.get",
88
+ "method": "GET",
89
+ "pattern": "/document-groups/:id",
90
+ "operation": "document-group.get",
91
+ "summary": "Document group get"
92
+ },
93
+ {
94
+ "id": "docman.document-group.list",
95
+ "method": "GET",
96
+ "pattern": "/document-groups",
97
+ "operation": "document-group.list",
98
+ "summary": "Document group list"
99
+ },
100
+ {
101
+ "id": "docman.document-group.update",
102
+ "method": "PATCH",
103
+ "pattern": "/document-groups/:id",
104
+ "operation": "document-group.update",
105
+ "summary": "Document group update"
106
+ },
107
+ {
108
+ "id": "docman.document-section-link.create",
109
+ "method": "POST",
110
+ "pattern": "/document-section-links",
111
+ "operation": "document-section-link.create",
112
+ "summary": "Document section link create"
113
+ },
114
+ {
115
+ "id": "docman.document-section-link.delete",
116
+ "method": "DELETE",
117
+ "pattern": "/document-section-links/:id",
118
+ "operation": "document-section-link.delete",
119
+ "summary": "Document section link delete"
120
+ },
121
+ {
122
+ "id": "docman.document-section-link.get",
123
+ "method": "GET",
124
+ "pattern": "/document-section-links/:id",
125
+ "operation": "document-section-link.get",
126
+ "summary": "Document section link get"
127
+ },
128
+ {
129
+ "id": "docman.document-section-link.list",
130
+ "method": "GET",
131
+ "pattern": "/document-section-links",
132
+ "operation": "document-section-link.list",
133
+ "summary": "Document section link list"
134
+ },
135
+ {
136
+ "id": "docman.document-section-link.update",
137
+ "method": "PATCH",
138
+ "pattern": "/document-section-links/:id",
139
+ "operation": "document-section-link.update",
140
+ "summary": "Document section link update"
141
+ },
142
+ {
143
+ "id": "docman.document-section-link-usage-list",
144
+ "method": "GET",
145
+ "pattern": "/sections/:id/document-link-usage",
146
+ "operation": "document-section-link.usage.list",
147
+ "summary": "List document section-link usage by section"
148
+ },
149
+ {
150
+ "id": "docman.document-version.create",
151
+ "method": "POST",
152
+ "pattern": "/document-versions",
153
+ "operation": "document-version.create",
154
+ "summary": "Document version create"
155
+ },
156
+ {
157
+ "id": "docman.document-version.delete",
158
+ "method": "DELETE",
159
+ "pattern": "/document-versions/:id",
160
+ "operation": "document-version.delete",
161
+ "summary": "Document version delete"
162
+ },
163
+ {
164
+ "id": "docman.document-version-delete-safe",
165
+ "method": "DELETE",
166
+ "pattern": "/document-versions/:id/safe",
167
+ "operation": "document-version.delete.safe",
168
+ "summary": "Safely delete document version"
169
+ },
170
+ {
171
+ "id": "docman.document-version.get",
172
+ "method": "GET",
173
+ "pattern": "/document-versions/:id",
174
+ "operation": "document-version.get",
175
+ "summary": "Document version get"
176
+ },
177
+ {
178
+ "id": "docman.document-version-import-headings",
179
+ "method": "POST",
180
+ "pattern": "/document-versions/:id/import-headings",
181
+ "operation": "document-version.import-headings",
182
+ "summary": "Import parsed heading graph into document version"
183
+ },
184
+ {
185
+ "id": "docman.document-version.list",
186
+ "method": "GET",
187
+ "pattern": "/document-versions",
188
+ "operation": "document-version.list",
189
+ "summary": "Document version list"
190
+ },
191
+ {
192
+ "id": "docman.document-version-set-current",
193
+ "method": "POST",
194
+ "pattern": "/operations/document-version/set-current",
195
+ "operation": "document-version.set-current",
196
+ "summary": "Document version set current"
197
+ },
198
+ {
199
+ "id": "docman.document-version.update",
200
+ "method": "PATCH",
201
+ "pattern": "/document-versions/:id",
202
+ "operation": "document-version.update",
203
+ "summary": "Document version update"
204
+ },
205
+ {
206
+ "id": "docman.document-answer-pack",
207
+ "method": "GET",
208
+ "pattern": "/document-versions/:id/answer-pack",
209
+ "operation": "document.answer-pack",
210
+ "summary": "Get deterministic answer pack for document version"
211
+ },
212
+ {
213
+ "id": "docman.document-compose-fetch",
214
+ "method": "POST",
215
+ "pattern": "/document-versions/:id/compose-fetch",
216
+ "operation": "document.compose.fetch",
217
+ "summary": "Fetch composed fragment"
218
+ },
219
+ {
220
+ "id": "docman.document-compose-index",
221
+ "method": "POST",
222
+ "pattern": "/document-versions/:id/compose-index",
223
+ "operation": "document.compose.index",
224
+ "summary": "Build composed index for document version"
225
+ },
226
+ {
227
+ "id": "docman.document.create",
228
+ "method": "POST",
229
+ "pattern": "/documents",
230
+ "operation": "document.create",
231
+ "summary": "Document create"
232
+ },
233
+ {
234
+ "id": "docman.document.delete",
235
+ "method": "DELETE",
236
+ "pattern": "/documents/:id",
237
+ "operation": "document.delete",
238
+ "summary": "Document delete"
239
+ },
240
+ {
241
+ "id": "docman.document-delete-safe",
242
+ "method": "DELETE",
243
+ "pattern": "/documents/:id/safe",
244
+ "operation": "document.delete.safe",
245
+ "summary": "Safely delete document"
246
+ },
247
+ {
248
+ "id": "docman.document.get",
249
+ "method": "GET",
250
+ "pattern": "/documents/:id",
251
+ "operation": "document.get",
252
+ "summary": "Document get"
253
+ },
254
+ {
255
+ "id": "docman.document-index-build",
256
+ "method": "POST",
257
+ "pattern": "/document-versions/:id/index",
258
+ "operation": "document.index.build",
259
+ "summary": "Build persisted retrieval index for document version"
260
+ },
261
+ {
262
+ "id": "docman.document-index-get",
263
+ "method": "GET",
264
+ "pattern": "/document-versions/:id/index",
265
+ "operation": "document.index.get",
266
+ "summary": "Get persisted retrieval index for document version"
267
+ },
268
+ {
269
+ "id": "docman.document.list",
270
+ "method": "GET",
271
+ "pattern": "/documents",
272
+ "operation": "document.list",
273
+ "summary": "Document list"
274
+ },
275
+ {
276
+ "id": "docman.document-publish-materialize",
277
+ "method": "POST",
278
+ "pattern": "/document-versions/:id/materialize",
279
+ "operation": "document.publish.materialize",
280
+ "summary": "Materialize publish fragment"
281
+ },
282
+ {
283
+ "id": "docman.document-scope-search",
284
+ "method": "GET",
285
+ "pattern": "/scopes/:id/documents/search",
286
+ "operation": "document.scope.search",
287
+ "summary": "Search persisted retrieval index across latest document versions in one scope"
288
+ },
289
+ {
290
+ "id": "docman.document-search",
291
+ "method": "GET",
292
+ "pattern": "/document-versions/:id/search",
293
+ "operation": "document.search",
294
+ "summary": "Search persisted retrieval index for document version"
295
+ },
296
+ {
297
+ "id": "docman.document-summary-build",
298
+ "method": "POST",
299
+ "pattern": "/document-versions/:id/summaries",
300
+ "operation": "document.summary.build",
301
+ "summary": "Build persisted summaries for document version"
302
+ },
303
+ {
304
+ "id": "docman.document-summary-get",
305
+ "method": "GET",
306
+ "pattern": "/document-versions/:id/summaries",
307
+ "operation": "document.summary.get",
308
+ "summary": "Get persisted summaries for document version"
309
+ },
310
+ {
311
+ "id": "docman.document.update",
312
+ "method": "PATCH",
313
+ "pattern": "/documents/:id",
314
+ "operation": "document.update",
315
+ "summary": "Document update"
316
+ },
317
+ {
318
+ "id": "docman.embed.create",
319
+ "method": "POST",
320
+ "pattern": "/embeds",
321
+ "operation": "embed.create",
322
+ "summary": "Embed create"
323
+ },
324
+ {
325
+ "id": "docman.embed.delete",
326
+ "method": "DELETE",
327
+ "pattern": "/embeds/:id",
328
+ "operation": "embed.delete",
329
+ "summary": "Embed delete"
330
+ },
331
+ {
332
+ "id": "docman.embed.get",
333
+ "method": "GET",
334
+ "pattern": "/embeds/:id",
335
+ "operation": "embed.get",
336
+ "summary": "Embed get"
337
+ },
338
+ {
339
+ "id": "docman.embed.list",
340
+ "method": "GET",
341
+ "pattern": "/embeds",
342
+ "operation": "embed.list",
343
+ "summary": "Embed list"
344
+ },
345
+ {
346
+ "id": "docman.embed.update",
347
+ "method": "PATCH",
348
+ "pattern": "/embeds/:id",
349
+ "operation": "embed.update",
350
+ "summary": "Embed update"
351
+ },
352
+ {
353
+ "id": "docman.page-embed-link.create",
354
+ "method": "POST",
355
+ "pattern": "/page-embed-links",
356
+ "operation": "page-embed-link.create",
357
+ "summary": "Page embed link create"
358
+ },
359
+ {
360
+ "id": "docman.page-embed-link.delete",
361
+ "method": "DELETE",
362
+ "pattern": "/page-embed-links/:id",
363
+ "operation": "page-embed-link.delete",
364
+ "summary": "Page embed link delete"
365
+ },
366
+ {
367
+ "id": "docman.page-embed-link.get",
368
+ "method": "GET",
369
+ "pattern": "/page-embed-links/:id",
370
+ "operation": "page-embed-link.get",
371
+ "summary": "Page embed link get"
372
+ },
373
+ {
374
+ "id": "docman.page-embed-link.list",
375
+ "method": "GET",
376
+ "pattern": "/page-embed-links",
377
+ "operation": "page-embed-link.list",
378
+ "summary": "Page embed link list"
379
+ },
380
+ {
381
+ "id": "docman.page-embed-link.update",
382
+ "method": "PATCH",
383
+ "pattern": "/page-embed-links/:id",
384
+ "operation": "page-embed-link.update",
385
+ "summary": "Page embed link update"
386
+ },
387
+ {
388
+ "id": "docman.page-snippet-link.create",
389
+ "method": "POST",
390
+ "pattern": "/page-snippet-links",
391
+ "operation": "page-snippet-link.create",
392
+ "summary": "Page snippet link create"
393
+ },
394
+ {
395
+ "id": "docman.page-snippet-link.delete",
396
+ "method": "DELETE",
397
+ "pattern": "/page-snippet-links/:id",
398
+ "operation": "page-snippet-link.delete",
399
+ "summary": "Page snippet link delete"
400
+ },
401
+ {
402
+ "id": "docman.page-snippet-link.get",
403
+ "method": "GET",
404
+ "pattern": "/page-snippet-links/:id",
405
+ "operation": "page-snippet-link.get",
406
+ "summary": "Page snippet link get"
407
+ },
408
+ {
409
+ "id": "docman.page-snippet-link.list",
410
+ "method": "GET",
411
+ "pattern": "/page-snippet-links",
412
+ "operation": "page-snippet-link.list",
413
+ "summary": "Page snippet link list"
414
+ },
415
+ {
416
+ "id": "docman.page-snippet-link.update",
417
+ "method": "PATCH",
418
+ "pattern": "/page-snippet-links/:id",
419
+ "operation": "page-snippet-link.update",
420
+ "summary": "Page snippet link update"
421
+ },
422
+ {
423
+ "id": "docman.page-version.create",
424
+ "method": "POST",
425
+ "pattern": "/page-versions",
426
+ "operation": "page-version.create",
427
+ "summary": "Page version create"
428
+ },
429
+ {
430
+ "id": "docman.page-version.delete",
431
+ "method": "DELETE",
432
+ "pattern": "/page-versions/:id",
433
+ "operation": "page-version.delete",
434
+ "summary": "Page version delete"
435
+ },
436
+ {
437
+ "id": "docman.page-version.get",
438
+ "method": "GET",
439
+ "pattern": "/page-versions/:id",
440
+ "operation": "page-version.get",
441
+ "summary": "Page version get"
442
+ },
443
+ {
444
+ "id": "docman.page-version.list",
445
+ "method": "GET",
446
+ "pattern": "/page-versions",
447
+ "operation": "page-version.list",
448
+ "summary": "Page version list"
449
+ },
450
+ {
451
+ "id": "docman.page-version.update",
452
+ "method": "PATCH",
453
+ "pattern": "/page-versions/:id",
454
+ "operation": "page-version.update",
455
+ "summary": "Page version update"
456
+ },
457
+ {
458
+ "id": "docman.page.create",
459
+ "method": "POST",
460
+ "pattern": "/pages",
461
+ "operation": "page.create",
462
+ "summary": "Page create"
463
+ },
464
+ {
465
+ "id": "docman.page.delete",
466
+ "method": "DELETE",
467
+ "pattern": "/pages/:id",
468
+ "operation": "page.delete",
469
+ "summary": "Page delete"
470
+ },
471
+ {
472
+ "id": "docman.page.get",
473
+ "method": "GET",
474
+ "pattern": "/pages/:id",
475
+ "operation": "page.get",
476
+ "summary": "Page get"
477
+ },
478
+ {
479
+ "id": "docman.page.list",
480
+ "method": "GET",
481
+ "pattern": "/pages",
482
+ "operation": "page.list",
483
+ "summary": "Page list"
484
+ },
485
+ {
486
+ "id": "docman.page.update",
487
+ "method": "PATCH",
488
+ "pattern": "/pages/:id",
489
+ "operation": "page.update",
490
+ "summary": "Page update"
491
+ },
492
+ {
493
+ "id": "docman.section-page-link.create",
494
+ "method": "POST",
495
+ "pattern": "/section-page-links",
496
+ "operation": "section-page-link.create",
497
+ "summary": "Section page link create"
498
+ },
499
+ {
500
+ "id": "docman.section-page-link.delete",
501
+ "method": "DELETE",
502
+ "pattern": "/section-page-links/:id",
503
+ "operation": "section-page-link.delete",
504
+ "summary": "Section page link delete"
505
+ },
506
+ {
507
+ "id": "docman.section-page-link.get",
508
+ "method": "GET",
509
+ "pattern": "/section-page-links/:id",
510
+ "operation": "section-page-link.get",
511
+ "summary": "Section page link get"
512
+ },
513
+ {
514
+ "id": "docman.section-page-link.list",
515
+ "method": "GET",
516
+ "pattern": "/section-page-links",
517
+ "operation": "section-page-link.list",
518
+ "summary": "Section page link list"
519
+ },
520
+ {
521
+ "id": "docman.section-page-link.update",
522
+ "method": "PATCH",
523
+ "pattern": "/section-page-links/:id",
524
+ "operation": "section-page-link.update",
525
+ "summary": "Section page link update"
526
+ },
527
+ {
528
+ "id": "docman.section.create",
529
+ "method": "POST",
530
+ "pattern": "/sections",
531
+ "operation": "section.create",
532
+ "summary": "Section create"
533
+ },
534
+ {
535
+ "id": "docman.section.delete",
536
+ "method": "DELETE",
537
+ "pattern": "/sections/:id",
538
+ "operation": "section.delete",
539
+ "summary": "Section delete"
540
+ },
541
+ {
542
+ "id": "docman.section.get",
543
+ "method": "GET",
544
+ "pattern": "/sections/:id",
545
+ "operation": "section.get",
546
+ "summary": "Section get"
547
+ },
548
+ {
549
+ "id": "docman.section.list",
550
+ "method": "GET",
551
+ "pattern": "/sections",
552
+ "operation": "section.list",
553
+ "summary": "Section list"
554
+ },
555
+ {
556
+ "id": "docman.section.update",
557
+ "method": "PATCH",
558
+ "pattern": "/sections/:id",
559
+ "operation": "section.update",
560
+ "summary": "Section update"
561
+ },
562
+ {
563
+ "id": "docman.snippet.create",
564
+ "method": "POST",
565
+ "pattern": "/snippets",
566
+ "operation": "snippet.create",
567
+ "summary": "Snippet create"
568
+ },
569
+ {
570
+ "id": "docman.snippet.delete",
571
+ "method": "DELETE",
572
+ "pattern": "/snippets/:id",
573
+ "operation": "snippet.delete",
574
+ "summary": "Snippet delete"
575
+ },
576
+ {
577
+ "id": "docman.snippet.get",
578
+ "method": "GET",
579
+ "pattern": "/snippets/:id",
580
+ "operation": "snippet.get",
581
+ "summary": "Snippet get"
582
+ },
583
+ {
584
+ "id": "docman.snippet.list",
585
+ "method": "GET",
586
+ "pattern": "/snippets",
587
+ "operation": "snippet.list",
588
+ "summary": "Snippet list"
589
+ },
590
+ {
591
+ "id": "docman.snippet.update",
592
+ "method": "PATCH",
593
+ "pattern": "/snippets/:id",
594
+ "operation": "snippet.update",
595
+ "summary": "Snippet update"
596
+ }
597
+ ]