@superdoc/cli-windows-x64 0.32.1-next.2 → 0.33.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/superdoc.exe
CHANGED
|
Binary file
|
package/bin/tools/catalog.json
CHANGED
|
@@ -43,6 +43,41 @@
|
|
|
43
43
|
"type": "boolean",
|
|
44
44
|
"description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
|
|
45
45
|
},
|
|
46
|
+
"nodeIds": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minLength": 1
|
|
51
|
+
},
|
|
52
|
+
"description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
|
|
53
|
+
},
|
|
54
|
+
"textSearch": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"terms": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"minItems": 1,
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"minLength": 1
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"match": {
|
|
66
|
+
"enum": [
|
|
67
|
+
"all",
|
|
68
|
+
"any"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"caseSensitive": {
|
|
72
|
+
"type": "boolean"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"additionalProperties": false,
|
|
76
|
+
"required": [
|
|
77
|
+
"terms"
|
|
78
|
+
],
|
|
79
|
+
"description": "Only for action 'blocks'. Omit for other actions."
|
|
80
|
+
},
|
|
46
81
|
"offset": {
|
|
47
82
|
"type": "number",
|
|
48
83
|
"minimum": 0,
|
|
@@ -3647,6 +3682,10 @@
|
|
|
3647
3682
|
"wholeWord": {
|
|
3648
3683
|
"type": "boolean",
|
|
3649
3684
|
"description": "Require word-boundary matches. Default: false."
|
|
3685
|
+
},
|
|
3686
|
+
"includeDeletedText": {
|
|
3687
|
+
"type": "boolean",
|
|
3688
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3650
3689
|
}
|
|
3651
3690
|
},
|
|
3652
3691
|
"additionalProperties": false,
|
|
@@ -3841,6 +3880,10 @@
|
|
|
3841
3880
|
"wholeWord": {
|
|
3842
3881
|
"type": "boolean",
|
|
3843
3882
|
"description": "Require word-boundary matches. Default: false."
|
|
3883
|
+
},
|
|
3884
|
+
"includeDeletedText": {
|
|
3885
|
+
"type": "boolean",
|
|
3886
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3844
3887
|
}
|
|
3845
3888
|
},
|
|
3846
3889
|
"additionalProperties": false,
|
|
@@ -4030,6 +4073,20 @@
|
|
|
4030
4073
|
}
|
|
4031
4074
|
]
|
|
4032
4075
|
},
|
|
4076
|
+
"replacementMode": {
|
|
4077
|
+
"enum": [
|
|
4078
|
+
"literal",
|
|
4079
|
+
"regex-template"
|
|
4080
|
+
],
|
|
4081
|
+
"type": "string"
|
|
4082
|
+
},
|
|
4083
|
+
"caseHandling": {
|
|
4084
|
+
"enum": [
|
|
4085
|
+
"exact",
|
|
4086
|
+
"preserve-match"
|
|
4087
|
+
],
|
|
4088
|
+
"type": "string"
|
|
4089
|
+
},
|
|
4033
4090
|
"style": {
|
|
4034
4091
|
"type": "object",
|
|
4035
4092
|
"properties": {
|
|
@@ -4181,6 +4238,10 @@
|
|
|
4181
4238
|
"wholeWord": {
|
|
4182
4239
|
"type": "boolean",
|
|
4183
4240
|
"description": "Require word-boundary matches. Default: false."
|
|
4241
|
+
},
|
|
4242
|
+
"includeDeletedText": {
|
|
4243
|
+
"type": "boolean",
|
|
4244
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4184
4245
|
}
|
|
4185
4246
|
},
|
|
4186
4247
|
"additionalProperties": false,
|
|
@@ -4470,6 +4531,10 @@
|
|
|
4470
4531
|
"wholeWord": {
|
|
4471
4532
|
"type": "boolean",
|
|
4472
4533
|
"description": "Require word-boundary matches. Default: false."
|
|
4534
|
+
},
|
|
4535
|
+
"includeDeletedText": {
|
|
4536
|
+
"type": "boolean",
|
|
4537
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4473
4538
|
}
|
|
4474
4539
|
},
|
|
4475
4540
|
"additionalProperties": false,
|
|
@@ -4681,6 +4746,10 @@
|
|
|
4681
4746
|
"wholeWord": {
|
|
4682
4747
|
"type": "boolean",
|
|
4683
4748
|
"description": "Require word-boundary matches. Default: false."
|
|
4749
|
+
},
|
|
4750
|
+
"includeDeletedText": {
|
|
4751
|
+
"type": "boolean",
|
|
4752
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4684
4753
|
}
|
|
4685
4754
|
},
|
|
4686
4755
|
"additionalProperties": false,
|
|
@@ -5715,6 +5784,10 @@
|
|
|
5715
5784
|
"wholeWord": {
|
|
5716
5785
|
"type": "boolean",
|
|
5717
5786
|
"description": "Require word-boundary matches. Default: false."
|
|
5787
|
+
},
|
|
5788
|
+
"includeDeletedText": {
|
|
5789
|
+
"type": "boolean",
|
|
5790
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5718
5791
|
}
|
|
5719
5792
|
},
|
|
5720
5793
|
"additionalProperties": false,
|
|
@@ -5808,6 +5881,22 @@
|
|
|
5808
5881
|
},
|
|
5809
5882
|
"description": "Ordered array of mutation steps. Each step needs 'op' (text.rewrite, text.insert, text.delete, format.apply, or assert) and a 'where' targeting clause."
|
|
5810
5883
|
},
|
|
5884
|
+
"detail": {
|
|
5885
|
+
"type": "object",
|
|
5886
|
+
"properties": {
|
|
5887
|
+
"offset": {
|
|
5888
|
+
"type": "number",
|
|
5889
|
+
"minimum": 0
|
|
5890
|
+
},
|
|
5891
|
+
"limit": {
|
|
5892
|
+
"type": "number",
|
|
5893
|
+
"minimum": 0,
|
|
5894
|
+
"maximum": 1000
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
"additionalProperties": false,
|
|
5898
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5899
|
+
},
|
|
5811
5900
|
"force": {
|
|
5812
5901
|
"type": "boolean",
|
|
5813
5902
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
|
@@ -41,6 +41,41 @@
|
|
|
41
41
|
"type": "boolean",
|
|
42
42
|
"description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
|
|
43
43
|
},
|
|
44
|
+
"nodeIds": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"items": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"minLength": 1
|
|
49
|
+
},
|
|
50
|
+
"description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
|
|
51
|
+
},
|
|
52
|
+
"textSearch": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"terms": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"minItems": 1,
|
|
58
|
+
"items": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"minLength": 1
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"match": {
|
|
64
|
+
"enum": [
|
|
65
|
+
"all",
|
|
66
|
+
"any"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"caseSensitive": {
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"additionalProperties": false,
|
|
74
|
+
"required": [
|
|
75
|
+
"terms"
|
|
76
|
+
],
|
|
77
|
+
"description": "Only for action 'blocks'. Omit for other actions."
|
|
78
|
+
},
|
|
44
79
|
"offset": {
|
|
45
80
|
"type": "number",
|
|
46
81
|
"minimum": 0,
|
|
@@ -3250,6 +3285,10 @@
|
|
|
3250
3285
|
"wholeWord": {
|
|
3251
3286
|
"type": "boolean",
|
|
3252
3287
|
"description": "Require word-boundary matches. Default: false."
|
|
3288
|
+
},
|
|
3289
|
+
"includeDeletedText": {
|
|
3290
|
+
"type": "boolean",
|
|
3291
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3253
3292
|
}
|
|
3254
3293
|
},
|
|
3255
3294
|
"additionalProperties": false,
|
|
@@ -3434,6 +3473,10 @@
|
|
|
3434
3473
|
"wholeWord": {
|
|
3435
3474
|
"type": "boolean",
|
|
3436
3475
|
"description": "Require word-boundary matches. Default: false."
|
|
3476
|
+
},
|
|
3477
|
+
"includeDeletedText": {
|
|
3478
|
+
"type": "boolean",
|
|
3479
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3437
3480
|
}
|
|
3438
3481
|
},
|
|
3439
3482
|
"additionalProperties": false,
|
|
@@ -3623,6 +3666,20 @@
|
|
|
3623
3666
|
}
|
|
3624
3667
|
]
|
|
3625
3668
|
},
|
|
3669
|
+
"replacementMode": {
|
|
3670
|
+
"enum": [
|
|
3671
|
+
"literal",
|
|
3672
|
+
"regex-template"
|
|
3673
|
+
],
|
|
3674
|
+
"type": "string"
|
|
3675
|
+
},
|
|
3676
|
+
"caseHandling": {
|
|
3677
|
+
"enum": [
|
|
3678
|
+
"exact",
|
|
3679
|
+
"preserve-match"
|
|
3680
|
+
],
|
|
3681
|
+
"type": "string"
|
|
3682
|
+
},
|
|
3626
3683
|
"style": {
|
|
3627
3684
|
"type": "object",
|
|
3628
3685
|
"properties": {
|
|
@@ -3774,6 +3831,10 @@
|
|
|
3774
3831
|
"wholeWord": {
|
|
3775
3832
|
"type": "boolean",
|
|
3776
3833
|
"description": "Require word-boundary matches. Default: false."
|
|
3834
|
+
},
|
|
3835
|
+
"includeDeletedText": {
|
|
3836
|
+
"type": "boolean",
|
|
3837
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3777
3838
|
}
|
|
3778
3839
|
},
|
|
3779
3840
|
"additionalProperties": false,
|
|
@@ -4063,6 +4124,10 @@
|
|
|
4063
4124
|
"wholeWord": {
|
|
4064
4125
|
"type": "boolean",
|
|
4065
4126
|
"description": "Require word-boundary matches. Default: false."
|
|
4127
|
+
},
|
|
4128
|
+
"includeDeletedText": {
|
|
4129
|
+
"type": "boolean",
|
|
4130
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4066
4131
|
}
|
|
4067
4132
|
},
|
|
4068
4133
|
"additionalProperties": false,
|
|
@@ -4274,6 +4339,10 @@
|
|
|
4274
4339
|
"wholeWord": {
|
|
4275
4340
|
"type": "boolean",
|
|
4276
4341
|
"description": "Require word-boundary matches. Default: false."
|
|
4342
|
+
},
|
|
4343
|
+
"includeDeletedText": {
|
|
4344
|
+
"type": "boolean",
|
|
4345
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4277
4346
|
}
|
|
4278
4347
|
},
|
|
4279
4348
|
"additionalProperties": false,
|
|
@@ -5308,6 +5377,10 @@
|
|
|
5308
5377
|
"wholeWord": {
|
|
5309
5378
|
"type": "boolean",
|
|
5310
5379
|
"description": "Require word-boundary matches. Default: false."
|
|
5380
|
+
},
|
|
5381
|
+
"includeDeletedText": {
|
|
5382
|
+
"type": "boolean",
|
|
5383
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5311
5384
|
}
|
|
5312
5385
|
},
|
|
5313
5386
|
"additionalProperties": false,
|
|
@@ -5401,6 +5474,22 @@
|
|
|
5401
5474
|
},
|
|
5402
5475
|
"description": "Ordered array of mutation steps. Each step needs 'op' (text.rewrite, text.insert, text.delete, format.apply, or assert) and a 'where' targeting clause."
|
|
5403
5476
|
},
|
|
5477
|
+
"detail": {
|
|
5478
|
+
"type": "object",
|
|
5479
|
+
"properties": {
|
|
5480
|
+
"offset": {
|
|
5481
|
+
"type": "number",
|
|
5482
|
+
"minimum": 0
|
|
5483
|
+
},
|
|
5484
|
+
"limit": {
|
|
5485
|
+
"type": "number",
|
|
5486
|
+
"minimum": 0,
|
|
5487
|
+
"maximum": 1000
|
|
5488
|
+
}
|
|
5489
|
+
},
|
|
5490
|
+
"additionalProperties": false,
|
|
5491
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5492
|
+
},
|
|
5404
5493
|
"force": {
|
|
5405
5494
|
"type": "boolean",
|
|
5406
5495
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
|
@@ -41,6 +41,41 @@
|
|
|
41
41
|
"type": "boolean",
|
|
42
42
|
"description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
|
|
43
43
|
},
|
|
44
|
+
"nodeIds": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"items": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"minLength": 1
|
|
49
|
+
},
|
|
50
|
+
"description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
|
|
51
|
+
},
|
|
52
|
+
"textSearch": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"terms": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"minItems": 1,
|
|
58
|
+
"items": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"minLength": 1
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"match": {
|
|
64
|
+
"enum": [
|
|
65
|
+
"all",
|
|
66
|
+
"any"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"caseSensitive": {
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"additionalProperties": false,
|
|
74
|
+
"required": [
|
|
75
|
+
"terms"
|
|
76
|
+
],
|
|
77
|
+
"description": "Only for action 'blocks'. Omit for other actions."
|
|
78
|
+
},
|
|
44
79
|
"offset": {
|
|
45
80
|
"type": "number",
|
|
46
81
|
"minimum": 0,
|
|
@@ -3400,6 +3435,10 @@
|
|
|
3400
3435
|
"wholeWord": {
|
|
3401
3436
|
"type": "boolean",
|
|
3402
3437
|
"description": "Require word-boundary matches. Default: false."
|
|
3438
|
+
},
|
|
3439
|
+
"includeDeletedText": {
|
|
3440
|
+
"type": "boolean",
|
|
3441
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3403
3442
|
}
|
|
3404
3443
|
},
|
|
3405
3444
|
"additionalProperties": false,
|
|
@@ -3600,6 +3639,10 @@
|
|
|
3600
3639
|
"wholeWord": {
|
|
3601
3640
|
"type": "boolean",
|
|
3602
3641
|
"description": "Require word-boundary matches. Default: false."
|
|
3642
|
+
},
|
|
3643
|
+
"includeDeletedText": {
|
|
3644
|
+
"type": "boolean",
|
|
3645
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3603
3646
|
}
|
|
3604
3647
|
},
|
|
3605
3648
|
"additionalProperties": false,
|
|
@@ -3789,6 +3832,20 @@
|
|
|
3789
3832
|
}
|
|
3790
3833
|
]
|
|
3791
3834
|
},
|
|
3835
|
+
"replacementMode": {
|
|
3836
|
+
"enum": [
|
|
3837
|
+
"literal",
|
|
3838
|
+
"regex-template"
|
|
3839
|
+
],
|
|
3840
|
+
"type": "string"
|
|
3841
|
+
},
|
|
3842
|
+
"caseHandling": {
|
|
3843
|
+
"enum": [
|
|
3844
|
+
"exact",
|
|
3845
|
+
"preserve-match"
|
|
3846
|
+
],
|
|
3847
|
+
"type": "string"
|
|
3848
|
+
},
|
|
3792
3849
|
"style": {
|
|
3793
3850
|
"type": "object",
|
|
3794
3851
|
"properties": {
|
|
@@ -3940,6 +3997,10 @@
|
|
|
3940
3997
|
"wholeWord": {
|
|
3941
3998
|
"type": "boolean",
|
|
3942
3999
|
"description": "Require word-boundary matches. Default: false."
|
|
4000
|
+
},
|
|
4001
|
+
"includeDeletedText": {
|
|
4002
|
+
"type": "boolean",
|
|
4003
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3943
4004
|
}
|
|
3944
4005
|
},
|
|
3945
4006
|
"additionalProperties": false,
|
|
@@ -4229,6 +4290,10 @@
|
|
|
4229
4290
|
"wholeWord": {
|
|
4230
4291
|
"type": "boolean",
|
|
4231
4292
|
"description": "Require word-boundary matches. Default: false."
|
|
4293
|
+
},
|
|
4294
|
+
"includeDeletedText": {
|
|
4295
|
+
"type": "boolean",
|
|
4296
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4232
4297
|
}
|
|
4233
4298
|
},
|
|
4234
4299
|
"additionalProperties": false,
|
|
@@ -4440,6 +4505,10 @@
|
|
|
4440
4505
|
"wholeWord": {
|
|
4441
4506
|
"type": "boolean",
|
|
4442
4507
|
"description": "Require word-boundary matches. Default: false."
|
|
4508
|
+
},
|
|
4509
|
+
"includeDeletedText": {
|
|
4510
|
+
"type": "boolean",
|
|
4511
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4443
4512
|
}
|
|
4444
4513
|
},
|
|
4445
4514
|
"additionalProperties": false,
|
|
@@ -5474,6 +5543,10 @@
|
|
|
5474
5543
|
"wholeWord": {
|
|
5475
5544
|
"type": "boolean",
|
|
5476
5545
|
"description": "Require word-boundary matches. Default: false."
|
|
5546
|
+
},
|
|
5547
|
+
"includeDeletedText": {
|
|
5548
|
+
"type": "boolean",
|
|
5549
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5477
5550
|
}
|
|
5478
5551
|
},
|
|
5479
5552
|
"additionalProperties": false,
|
|
@@ -5567,6 +5640,22 @@
|
|
|
5567
5640
|
},
|
|
5568
5641
|
"description": "Ordered array of mutation steps. Each step needs 'op' (text.rewrite, text.insert, text.delete, format.apply, or assert) and a 'where' targeting clause."
|
|
5569
5642
|
},
|
|
5643
|
+
"detail": {
|
|
5644
|
+
"type": "object",
|
|
5645
|
+
"properties": {
|
|
5646
|
+
"offset": {
|
|
5647
|
+
"type": "number",
|
|
5648
|
+
"minimum": 0
|
|
5649
|
+
},
|
|
5650
|
+
"limit": {
|
|
5651
|
+
"type": "number",
|
|
5652
|
+
"minimum": 0,
|
|
5653
|
+
"maximum": 1000
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
5656
|
+
"additionalProperties": false,
|
|
5657
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5658
|
+
},
|
|
5570
5659
|
"force": {
|
|
5571
5660
|
"type": "boolean",
|
|
5572
5661
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
|
@@ -43,6 +43,41 @@
|
|
|
43
43
|
"type": "boolean",
|
|
44
44
|
"description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
|
|
45
45
|
},
|
|
46
|
+
"nodeIds": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minLength": 1
|
|
51
|
+
},
|
|
52
|
+
"description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
|
|
53
|
+
},
|
|
54
|
+
"textSearch": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"terms": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"minItems": 1,
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"minLength": 1
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"match": {
|
|
66
|
+
"enum": [
|
|
67
|
+
"all",
|
|
68
|
+
"any"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"caseSensitive": {
|
|
72
|
+
"type": "boolean"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"additionalProperties": false,
|
|
76
|
+
"required": [
|
|
77
|
+
"terms"
|
|
78
|
+
],
|
|
79
|
+
"description": "Only for action 'blocks'. Omit for other actions."
|
|
80
|
+
},
|
|
46
81
|
"offset": {
|
|
47
82
|
"type": "number",
|
|
48
83
|
"minimum": 0,
|
|
@@ -3273,6 +3308,10 @@
|
|
|
3273
3308
|
"wholeWord": {
|
|
3274
3309
|
"type": "boolean",
|
|
3275
3310
|
"description": "Require word-boundary matches. Default: false."
|
|
3311
|
+
},
|
|
3312
|
+
"includeDeletedText": {
|
|
3313
|
+
"type": "boolean",
|
|
3314
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3276
3315
|
}
|
|
3277
3316
|
},
|
|
3278
3317
|
"additionalProperties": false,
|
|
@@ -3460,6 +3499,10 @@
|
|
|
3460
3499
|
"wholeWord": {
|
|
3461
3500
|
"type": "boolean",
|
|
3462
3501
|
"description": "Require word-boundary matches. Default: false."
|
|
3502
|
+
},
|
|
3503
|
+
"includeDeletedText": {
|
|
3504
|
+
"type": "boolean",
|
|
3505
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3463
3506
|
}
|
|
3464
3507
|
},
|
|
3465
3508
|
"additionalProperties": false,
|
|
@@ -3649,6 +3692,20 @@
|
|
|
3649
3692
|
}
|
|
3650
3693
|
]
|
|
3651
3694
|
},
|
|
3695
|
+
"replacementMode": {
|
|
3696
|
+
"enum": [
|
|
3697
|
+
"literal",
|
|
3698
|
+
"regex-template"
|
|
3699
|
+
],
|
|
3700
|
+
"type": "string"
|
|
3701
|
+
},
|
|
3702
|
+
"caseHandling": {
|
|
3703
|
+
"enum": [
|
|
3704
|
+
"exact",
|
|
3705
|
+
"preserve-match"
|
|
3706
|
+
],
|
|
3707
|
+
"type": "string"
|
|
3708
|
+
},
|
|
3652
3709
|
"style": {
|
|
3653
3710
|
"type": "object",
|
|
3654
3711
|
"properties": {
|
|
@@ -3800,6 +3857,10 @@
|
|
|
3800
3857
|
"wholeWord": {
|
|
3801
3858
|
"type": "boolean",
|
|
3802
3859
|
"description": "Require word-boundary matches. Default: false."
|
|
3860
|
+
},
|
|
3861
|
+
"includeDeletedText": {
|
|
3862
|
+
"type": "boolean",
|
|
3863
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3803
3864
|
}
|
|
3804
3865
|
},
|
|
3805
3866
|
"additionalProperties": false,
|
|
@@ -4089,6 +4150,10 @@
|
|
|
4089
4150
|
"wholeWord": {
|
|
4090
4151
|
"type": "boolean",
|
|
4091
4152
|
"description": "Require word-boundary matches. Default: false."
|
|
4153
|
+
},
|
|
4154
|
+
"includeDeletedText": {
|
|
4155
|
+
"type": "boolean",
|
|
4156
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4092
4157
|
}
|
|
4093
4158
|
},
|
|
4094
4159
|
"additionalProperties": false,
|
|
@@ -4300,6 +4365,10 @@
|
|
|
4300
4365
|
"wholeWord": {
|
|
4301
4366
|
"type": "boolean",
|
|
4302
4367
|
"description": "Require word-boundary matches. Default: false."
|
|
4368
|
+
},
|
|
4369
|
+
"includeDeletedText": {
|
|
4370
|
+
"type": "boolean",
|
|
4371
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4303
4372
|
}
|
|
4304
4373
|
},
|
|
4305
4374
|
"additionalProperties": false,
|
|
@@ -5334,6 +5403,10 @@
|
|
|
5334
5403
|
"wholeWord": {
|
|
5335
5404
|
"type": "boolean",
|
|
5336
5405
|
"description": "Require word-boundary matches. Default: false."
|
|
5406
|
+
},
|
|
5407
|
+
"includeDeletedText": {
|
|
5408
|
+
"type": "boolean",
|
|
5409
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5337
5410
|
}
|
|
5338
5411
|
},
|
|
5339
5412
|
"additionalProperties": false,
|
|
@@ -5427,6 +5500,22 @@
|
|
|
5427
5500
|
},
|
|
5428
5501
|
"description": "Ordered array of mutation steps. Each step needs 'op' (text.rewrite, text.insert, text.delete, format.apply, or assert) and a 'where' targeting clause."
|
|
5429
5502
|
},
|
|
5503
|
+
"detail": {
|
|
5504
|
+
"type": "object",
|
|
5505
|
+
"properties": {
|
|
5506
|
+
"offset": {
|
|
5507
|
+
"type": "number",
|
|
5508
|
+
"minimum": 0
|
|
5509
|
+
},
|
|
5510
|
+
"limit": {
|
|
5511
|
+
"type": "number",
|
|
5512
|
+
"minimum": 0,
|
|
5513
|
+
"maximum": 1000
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"additionalProperties": false,
|
|
5517
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5518
|
+
},
|
|
5430
5519
|
"force": {
|
|
5431
5520
|
"type": "boolean",
|
|
5432
5521
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
|
@@ -43,6 +43,41 @@
|
|
|
43
43
|
"type": "boolean",
|
|
44
44
|
"description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
|
|
45
45
|
},
|
|
46
|
+
"nodeIds": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minLength": 1
|
|
51
|
+
},
|
|
52
|
+
"description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
|
|
53
|
+
},
|
|
54
|
+
"textSearch": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"terms": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"minItems": 1,
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"minLength": 1
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"match": {
|
|
66
|
+
"enum": [
|
|
67
|
+
"all",
|
|
68
|
+
"any"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"caseSensitive": {
|
|
72
|
+
"type": "boolean"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"additionalProperties": false,
|
|
76
|
+
"required": [
|
|
77
|
+
"terms"
|
|
78
|
+
],
|
|
79
|
+
"description": "Only for action 'blocks'. Omit for other actions."
|
|
80
|
+
},
|
|
46
81
|
"offset": {
|
|
47
82
|
"type": "number",
|
|
48
83
|
"minimum": 0,
|
|
@@ -3273,6 +3308,10 @@
|
|
|
3273
3308
|
"wholeWord": {
|
|
3274
3309
|
"type": "boolean",
|
|
3275
3310
|
"description": "Require word-boundary matches. Default: false."
|
|
3311
|
+
},
|
|
3312
|
+
"includeDeletedText": {
|
|
3313
|
+
"type": "boolean",
|
|
3314
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3276
3315
|
}
|
|
3277
3316
|
},
|
|
3278
3317
|
"additionalProperties": false,
|
|
@@ -3460,6 +3499,10 @@
|
|
|
3460
3499
|
"wholeWord": {
|
|
3461
3500
|
"type": "boolean",
|
|
3462
3501
|
"description": "Require word-boundary matches. Default: false."
|
|
3502
|
+
},
|
|
3503
|
+
"includeDeletedText": {
|
|
3504
|
+
"type": "boolean",
|
|
3505
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3463
3506
|
}
|
|
3464
3507
|
},
|
|
3465
3508
|
"additionalProperties": false,
|
|
@@ -3649,6 +3692,20 @@
|
|
|
3649
3692
|
}
|
|
3650
3693
|
]
|
|
3651
3694
|
},
|
|
3695
|
+
"replacementMode": {
|
|
3696
|
+
"enum": [
|
|
3697
|
+
"literal",
|
|
3698
|
+
"regex-template"
|
|
3699
|
+
],
|
|
3700
|
+
"type": "string"
|
|
3701
|
+
},
|
|
3702
|
+
"caseHandling": {
|
|
3703
|
+
"enum": [
|
|
3704
|
+
"exact",
|
|
3705
|
+
"preserve-match"
|
|
3706
|
+
],
|
|
3707
|
+
"type": "string"
|
|
3708
|
+
},
|
|
3652
3709
|
"style": {
|
|
3653
3710
|
"type": "object",
|
|
3654
3711
|
"properties": {
|
|
@@ -3800,6 +3857,10 @@
|
|
|
3800
3857
|
"wholeWord": {
|
|
3801
3858
|
"type": "boolean",
|
|
3802
3859
|
"description": "Require word-boundary matches. Default: false."
|
|
3860
|
+
},
|
|
3861
|
+
"includeDeletedText": {
|
|
3862
|
+
"type": "boolean",
|
|
3863
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3803
3864
|
}
|
|
3804
3865
|
},
|
|
3805
3866
|
"additionalProperties": false,
|
|
@@ -4089,6 +4150,10 @@
|
|
|
4089
4150
|
"wholeWord": {
|
|
4090
4151
|
"type": "boolean",
|
|
4091
4152
|
"description": "Require word-boundary matches. Default: false."
|
|
4153
|
+
},
|
|
4154
|
+
"includeDeletedText": {
|
|
4155
|
+
"type": "boolean",
|
|
4156
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4092
4157
|
}
|
|
4093
4158
|
},
|
|
4094
4159
|
"additionalProperties": false,
|
|
@@ -4300,6 +4365,10 @@
|
|
|
4300
4365
|
"wholeWord": {
|
|
4301
4366
|
"type": "boolean",
|
|
4302
4367
|
"description": "Require word-boundary matches. Default: false."
|
|
4368
|
+
},
|
|
4369
|
+
"includeDeletedText": {
|
|
4370
|
+
"type": "boolean",
|
|
4371
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4303
4372
|
}
|
|
4304
4373
|
},
|
|
4305
4374
|
"additionalProperties": false,
|
|
@@ -5334,6 +5403,10 @@
|
|
|
5334
5403
|
"wholeWord": {
|
|
5335
5404
|
"type": "boolean",
|
|
5336
5405
|
"description": "Require word-boundary matches. Default: false."
|
|
5406
|
+
},
|
|
5407
|
+
"includeDeletedText": {
|
|
5408
|
+
"type": "boolean",
|
|
5409
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5337
5410
|
}
|
|
5338
5411
|
},
|
|
5339
5412
|
"additionalProperties": false,
|
|
@@ -5427,6 +5500,22 @@
|
|
|
5427
5500
|
},
|
|
5428
5501
|
"description": "Ordered array of mutation steps. Each step needs 'op' (text.rewrite, text.insert, text.delete, format.apply, or assert) and a 'where' targeting clause."
|
|
5429
5502
|
},
|
|
5503
|
+
"detail": {
|
|
5504
|
+
"type": "object",
|
|
5505
|
+
"properties": {
|
|
5506
|
+
"offset": {
|
|
5507
|
+
"type": "number",
|
|
5508
|
+
"minimum": 0
|
|
5509
|
+
},
|
|
5510
|
+
"limit": {
|
|
5511
|
+
"type": "number",
|
|
5512
|
+
"minimum": 0,
|
|
5513
|
+
"maximum": 1000
|
|
5514
|
+
}
|
|
5515
|
+
},
|
|
5516
|
+
"additionalProperties": false,
|
|
5517
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5518
|
+
},
|
|
5430
5519
|
"force": {
|
|
5431
5520
|
"type": "boolean",
|
|
5432
5521
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/cli-windows-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0-next.10",
|
|
4
4
|
"description": "SuperDoc CLI binary for Windows x64. Selected automatically by @superdoc/cli; do not install it directly.",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"repository": {
|