@superdoc/sdk 2.10.0-next.2 → 2.10.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/actions.cjs +57 -104
- package/dist/agent/actions.js +57 -104
- package/dist/embedded-tools.generated.cjs +5 -5
- package/dist/embedded-tools.generated.js +5 -5
- package/dist/generated/client.d.ts +38 -0
- package/dist/generated/contract.cjs +190 -0
- package/dist/generated/contract.js +190 -0
- package/dist/runtime/sdk-version.generated.cjs +1 -1
- package/dist/runtime/sdk-version.generated.d.ts +1 -1
- package/dist/runtime/sdk-version.generated.js +1 -1
- package/package.json +6 -6
- package/tools/catalog.json +54 -0
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +54 -0
- package/tools/tools.generic.json +54 -0
- package/tools/tools.openai.json +54 -0
- package/tools/tools.vercel.json +54 -0
|
@@ -174221,6 +174221,10 @@ export const CONTRACT = {
|
|
|
174221
174221
|
"wholeWord": {
|
|
174222
174222
|
"type": "boolean",
|
|
174223
174223
|
"description": "Require word-boundary matches. Default: false."
|
|
174224
|
+
},
|
|
174225
|
+
"includeDeletedText": {
|
|
174226
|
+
"type": "boolean",
|
|
174227
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
174224
174228
|
}
|
|
174225
174229
|
},
|
|
174226
174230
|
"required": [
|
|
@@ -174673,6 +174677,10 @@ export const CONTRACT = {
|
|
|
174673
174677
|
"wholeWord": {
|
|
174674
174678
|
"type": "boolean",
|
|
174675
174679
|
"description": "Require word-boundary matches. Default: false."
|
|
174680
|
+
},
|
|
174681
|
+
"includeDeletedText": {
|
|
174682
|
+
"type": "boolean",
|
|
174683
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
174676
174684
|
}
|
|
174677
174685
|
},
|
|
174678
174686
|
"additionalProperties": false,
|
|
@@ -176801,6 +176809,10 @@ export const CONTRACT = {
|
|
|
176801
176809
|
"wholeWord": {
|
|
176802
176810
|
"type": "boolean",
|
|
176803
176811
|
"description": "Require word-boundary matches. Default: false."
|
|
176812
|
+
},
|
|
176813
|
+
"includeDeletedText": {
|
|
176814
|
+
"type": "boolean",
|
|
176815
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
176804
176816
|
}
|
|
176805
176817
|
},
|
|
176806
176818
|
"required": [
|
|
@@ -178552,6 +178564,26 @@ export const CONTRACT = {
|
|
|
178552
178564
|
}
|
|
178553
178565
|
]
|
|
178554
178566
|
},
|
|
178567
|
+
"replacementMode": {
|
|
178568
|
+
"oneOf": [
|
|
178569
|
+
{
|
|
178570
|
+
"const": "literal"
|
|
178571
|
+
},
|
|
178572
|
+
{
|
|
178573
|
+
"const": "regex-template"
|
|
178574
|
+
}
|
|
178575
|
+
]
|
|
178576
|
+
},
|
|
178577
|
+
"caseHandling": {
|
|
178578
|
+
"oneOf": [
|
|
178579
|
+
{
|
|
178580
|
+
"const": "exact"
|
|
178581
|
+
},
|
|
178582
|
+
{
|
|
178583
|
+
"const": "preserve-match"
|
|
178584
|
+
}
|
|
178585
|
+
]
|
|
178586
|
+
},
|
|
178555
178587
|
"style": {
|
|
178556
178588
|
"type": "object",
|
|
178557
178589
|
"properties": {
|
|
@@ -178742,6 +178774,10 @@ export const CONTRACT = {
|
|
|
178742
178774
|
"wholeWord": {
|
|
178743
178775
|
"type": "boolean",
|
|
178744
178776
|
"description": "Require word-boundary matches. Default: false."
|
|
178777
|
+
},
|
|
178778
|
+
"includeDeletedText": {
|
|
178779
|
+
"type": "boolean",
|
|
178780
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
178745
178781
|
}
|
|
178746
178782
|
},
|
|
178747
178783
|
"required": [
|
|
@@ -180622,6 +180658,10 @@ export const CONTRACT = {
|
|
|
180622
180658
|
"wholeWord": {
|
|
180623
180659
|
"type": "boolean",
|
|
180624
180660
|
"description": "Require word-boundary matches. Default: false."
|
|
180661
|
+
},
|
|
180662
|
+
"includeDeletedText": {
|
|
180663
|
+
"type": "boolean",
|
|
180664
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
180625
180665
|
}
|
|
180626
180666
|
},
|
|
180627
180667
|
"required": [
|
|
@@ -182404,6 +182444,10 @@ export const CONTRACT = {
|
|
|
182404
182444
|
"wholeWord": {
|
|
182405
182445
|
"type": "boolean",
|
|
182406
182446
|
"description": "Require word-boundary matches. Default: false."
|
|
182447
|
+
},
|
|
182448
|
+
"includeDeletedText": {
|
|
182449
|
+
"type": "boolean",
|
|
182450
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
182407
182451
|
}
|
|
182408
182452
|
},
|
|
182409
182453
|
"required": [
|
|
@@ -184969,6 +185013,10 @@ export const CONTRACT = {
|
|
|
184969
185013
|
"wholeWord": {
|
|
184970
185014
|
"type": "boolean",
|
|
184971
185015
|
"description": "Require word-boundary matches. Default: false."
|
|
185016
|
+
},
|
|
185017
|
+
"includeDeletedText": {
|
|
185018
|
+
"type": "boolean",
|
|
185019
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
184972
185020
|
}
|
|
184973
185021
|
},
|
|
184974
185022
|
"required": [
|
|
@@ -185324,6 +185372,25 @@ export const CONTRACT = {
|
|
|
185324
185372
|
"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."
|
|
185325
185373
|
},
|
|
185326
185374
|
"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."
|
|
185375
|
+
},
|
|
185376
|
+
{
|
|
185377
|
+
"name": "detail",
|
|
185378
|
+
"kind": "jsonFlag",
|
|
185379
|
+
"type": "json",
|
|
185380
|
+
"documentApiInputName": "detail",
|
|
185381
|
+
"flag": "detail-json",
|
|
185382
|
+
"required": false,
|
|
185383
|
+
"schema": {
|
|
185384
|
+
"type": "object",
|
|
185385
|
+
"properties": {
|
|
185386
|
+
"offset": {
|
|
185387
|
+
"type": "number"
|
|
185388
|
+
},
|
|
185389
|
+
"limit": {
|
|
185390
|
+
"type": "number"
|
|
185391
|
+
}
|
|
185392
|
+
}
|
|
185393
|
+
}
|
|
185327
185394
|
}
|
|
185328
185395
|
],
|
|
185329
185396
|
"constraints": null,
|
|
@@ -185405,6 +185472,10 @@ export const CONTRACT = {
|
|
|
185405
185472
|
"wholeWord": {
|
|
185406
185473
|
"type": "boolean",
|
|
185407
185474
|
"description": "Require word-boundary matches. Default: false."
|
|
185475
|
+
},
|
|
185476
|
+
"includeDeletedText": {
|
|
185477
|
+
"type": "boolean",
|
|
185478
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
185408
185479
|
}
|
|
185409
185480
|
},
|
|
185410
185481
|
"additionalProperties": false,
|
|
@@ -185593,6 +185664,20 @@ export const CONTRACT = {
|
|
|
185593
185664
|
}
|
|
185594
185665
|
]
|
|
185595
185666
|
},
|
|
185667
|
+
"replacementMode": {
|
|
185668
|
+
"enum": [
|
|
185669
|
+
"literal",
|
|
185670
|
+
"regex-template"
|
|
185671
|
+
],
|
|
185672
|
+
"type": "string"
|
|
185673
|
+
},
|
|
185674
|
+
"caseHandling": {
|
|
185675
|
+
"enum": [
|
|
185676
|
+
"exact",
|
|
185677
|
+
"preserve-match"
|
|
185678
|
+
],
|
|
185679
|
+
"type": "string"
|
|
185680
|
+
},
|
|
185596
185681
|
"style": {
|
|
185597
185682
|
"type": "object",
|
|
185598
185683
|
"properties": {
|
|
@@ -185743,6 +185828,10 @@ export const CONTRACT = {
|
|
|
185743
185828
|
"wholeWord": {
|
|
185744
185829
|
"type": "boolean",
|
|
185745
185830
|
"description": "Require word-boundary matches. Default: false."
|
|
185831
|
+
},
|
|
185832
|
+
"includeDeletedText": {
|
|
185833
|
+
"type": "boolean",
|
|
185834
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
185746
185835
|
}
|
|
185747
185836
|
},
|
|
185748
185837
|
"additionalProperties": false,
|
|
@@ -186030,6 +186119,10 @@ export const CONTRACT = {
|
|
|
186030
186119
|
"wholeWord": {
|
|
186031
186120
|
"type": "boolean",
|
|
186032
186121
|
"description": "Require word-boundary matches. Default: false."
|
|
186122
|
+
},
|
|
186123
|
+
"includeDeletedText": {
|
|
186124
|
+
"type": "boolean",
|
|
186125
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
186033
186126
|
}
|
|
186034
186127
|
},
|
|
186035
186128
|
"additionalProperties": false,
|
|
@@ -186239,6 +186332,10 @@ export const CONTRACT = {
|
|
|
186239
186332
|
"wholeWord": {
|
|
186240
186333
|
"type": "boolean",
|
|
186241
186334
|
"description": "Require word-boundary matches. Default: false."
|
|
186335
|
+
},
|
|
186336
|
+
"includeDeletedText": {
|
|
186337
|
+
"type": "boolean",
|
|
186338
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
186242
186339
|
}
|
|
186243
186340
|
},
|
|
186244
186341
|
"additionalProperties": false,
|
|
@@ -187271,6 +187368,10 @@ export const CONTRACT = {
|
|
|
187271
187368
|
"wholeWord": {
|
|
187272
187369
|
"type": "boolean",
|
|
187273
187370
|
"description": "Require word-boundary matches. Default: false."
|
|
187371
|
+
},
|
|
187372
|
+
"includeDeletedText": {
|
|
187373
|
+
"type": "boolean",
|
|
187374
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
187274
187375
|
}
|
|
187275
187376
|
},
|
|
187276
187377
|
"additionalProperties": false,
|
|
@@ -187362,6 +187463,21 @@ export const CONTRACT = {
|
|
|
187362
187463
|
]
|
|
187363
187464
|
},
|
|
187364
187465
|
"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."
|
|
187466
|
+
},
|
|
187467
|
+
"detail": {
|
|
187468
|
+
"type": "object",
|
|
187469
|
+
"properties": {
|
|
187470
|
+
"offset": {
|
|
187471
|
+
"type": "number",
|
|
187472
|
+
"minimum": 0
|
|
187473
|
+
},
|
|
187474
|
+
"limit": {
|
|
187475
|
+
"type": "number",
|
|
187476
|
+
"minimum": 0,
|
|
187477
|
+
"maximum": 1000
|
|
187478
|
+
}
|
|
187479
|
+
},
|
|
187480
|
+
"additionalProperties": false
|
|
187365
187481
|
}
|
|
187366
187482
|
},
|
|
187367
187483
|
"additionalProperties": false,
|
|
@@ -187713,6 +187829,10 @@ export const CONTRACT = {
|
|
|
187713
187829
|
"wholeWord": {
|
|
187714
187830
|
"type": "boolean",
|
|
187715
187831
|
"description": "Require word-boundary matches. Default: false."
|
|
187832
|
+
},
|
|
187833
|
+
"includeDeletedText": {
|
|
187834
|
+
"type": "boolean",
|
|
187835
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
187716
187836
|
}
|
|
187717
187837
|
},
|
|
187718
187838
|
"required": [
|
|
@@ -189464,6 +189584,26 @@ export const CONTRACT = {
|
|
|
189464
189584
|
}
|
|
189465
189585
|
]
|
|
189466
189586
|
},
|
|
189587
|
+
"replacementMode": {
|
|
189588
|
+
"oneOf": [
|
|
189589
|
+
{
|
|
189590
|
+
"const": "literal"
|
|
189591
|
+
},
|
|
189592
|
+
{
|
|
189593
|
+
"const": "regex-template"
|
|
189594
|
+
}
|
|
189595
|
+
]
|
|
189596
|
+
},
|
|
189597
|
+
"caseHandling": {
|
|
189598
|
+
"oneOf": [
|
|
189599
|
+
{
|
|
189600
|
+
"const": "exact"
|
|
189601
|
+
},
|
|
189602
|
+
{
|
|
189603
|
+
"const": "preserve-match"
|
|
189604
|
+
}
|
|
189605
|
+
]
|
|
189606
|
+
},
|
|
189467
189607
|
"style": {
|
|
189468
189608
|
"type": "object",
|
|
189469
189609
|
"properties": {
|
|
@@ -189654,6 +189794,10 @@ export const CONTRACT = {
|
|
|
189654
189794
|
"wholeWord": {
|
|
189655
189795
|
"type": "boolean",
|
|
189656
189796
|
"description": "Require word-boundary matches. Default: false."
|
|
189797
|
+
},
|
|
189798
|
+
"includeDeletedText": {
|
|
189799
|
+
"type": "boolean",
|
|
189800
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
189657
189801
|
}
|
|
189658
189802
|
},
|
|
189659
189803
|
"required": [
|
|
@@ -191534,6 +191678,10 @@ export const CONTRACT = {
|
|
|
191534
191678
|
"wholeWord": {
|
|
191535
191679
|
"type": "boolean",
|
|
191536
191680
|
"description": "Require word-boundary matches. Default: false."
|
|
191681
|
+
},
|
|
191682
|
+
"includeDeletedText": {
|
|
191683
|
+
"type": "boolean",
|
|
191684
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
191537
191685
|
}
|
|
191538
191686
|
},
|
|
191539
191687
|
"required": [
|
|
@@ -193316,6 +193464,10 @@ export const CONTRACT = {
|
|
|
193316
193464
|
"wholeWord": {
|
|
193317
193465
|
"type": "boolean",
|
|
193318
193466
|
"description": "Require word-boundary matches. Default: false."
|
|
193467
|
+
},
|
|
193468
|
+
"includeDeletedText": {
|
|
193469
|
+
"type": "boolean",
|
|
193470
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
193319
193471
|
}
|
|
193320
193472
|
},
|
|
193321
193473
|
"required": [
|
|
@@ -195881,6 +196033,10 @@ export const CONTRACT = {
|
|
|
195881
196033
|
"wholeWord": {
|
|
195882
196034
|
"type": "boolean",
|
|
195883
196035
|
"description": "Require word-boundary matches. Default: false."
|
|
196036
|
+
},
|
|
196037
|
+
"includeDeletedText": {
|
|
196038
|
+
"type": "boolean",
|
|
196039
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
195884
196040
|
}
|
|
195885
196041
|
},
|
|
195886
196042
|
"required": [
|
|
@@ -196317,6 +196473,10 @@ export const CONTRACT = {
|
|
|
196317
196473
|
"wholeWord": {
|
|
196318
196474
|
"type": "boolean",
|
|
196319
196475
|
"description": "Require word-boundary matches. Default: false."
|
|
196476
|
+
},
|
|
196477
|
+
"includeDeletedText": {
|
|
196478
|
+
"type": "boolean",
|
|
196479
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
196320
196480
|
}
|
|
196321
196481
|
},
|
|
196322
196482
|
"additionalProperties": false,
|
|
@@ -196505,6 +196665,20 @@ export const CONTRACT = {
|
|
|
196505
196665
|
}
|
|
196506
196666
|
]
|
|
196507
196667
|
},
|
|
196668
|
+
"replacementMode": {
|
|
196669
|
+
"enum": [
|
|
196670
|
+
"literal",
|
|
196671
|
+
"regex-template"
|
|
196672
|
+
],
|
|
196673
|
+
"type": "string"
|
|
196674
|
+
},
|
|
196675
|
+
"caseHandling": {
|
|
196676
|
+
"enum": [
|
|
196677
|
+
"exact",
|
|
196678
|
+
"preserve-match"
|
|
196679
|
+
],
|
|
196680
|
+
"type": "string"
|
|
196681
|
+
},
|
|
196508
196682
|
"style": {
|
|
196509
196683
|
"type": "object",
|
|
196510
196684
|
"properties": {
|
|
@@ -196655,6 +196829,10 @@ export const CONTRACT = {
|
|
|
196655
196829
|
"wholeWord": {
|
|
196656
196830
|
"type": "boolean",
|
|
196657
196831
|
"description": "Require word-boundary matches. Default: false."
|
|
196832
|
+
},
|
|
196833
|
+
"includeDeletedText": {
|
|
196834
|
+
"type": "boolean",
|
|
196835
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
196658
196836
|
}
|
|
196659
196837
|
},
|
|
196660
196838
|
"additionalProperties": false,
|
|
@@ -196942,6 +197120,10 @@ export const CONTRACT = {
|
|
|
196942
197120
|
"wholeWord": {
|
|
196943
197121
|
"type": "boolean",
|
|
196944
197122
|
"description": "Require word-boundary matches. Default: false."
|
|
197123
|
+
},
|
|
197124
|
+
"includeDeletedText": {
|
|
197125
|
+
"type": "boolean",
|
|
197126
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
196945
197127
|
}
|
|
196946
197128
|
},
|
|
196947
197129
|
"additionalProperties": false,
|
|
@@ -197151,6 +197333,10 @@ export const CONTRACT = {
|
|
|
197151
197333
|
"wholeWord": {
|
|
197152
197334
|
"type": "boolean",
|
|
197153
197335
|
"description": "Require word-boundary matches. Default: false."
|
|
197336
|
+
},
|
|
197337
|
+
"includeDeletedText": {
|
|
197338
|
+
"type": "boolean",
|
|
197339
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
197154
197340
|
}
|
|
197155
197341
|
},
|
|
197156
197342
|
"additionalProperties": false,
|
|
@@ -198183,6 +198369,10 @@ export const CONTRACT = {
|
|
|
198183
198369
|
"wholeWord": {
|
|
198184
198370
|
"type": "boolean",
|
|
198185
198371
|
"description": "Require word-boundary matches. Default: false."
|
|
198372
|
+
},
|
|
198373
|
+
"includeDeletedText": {
|
|
198374
|
+
"type": "boolean",
|
|
198375
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
198186
198376
|
}
|
|
198187
198377
|
},
|
|
198188
198378
|
"additionalProperties": false,
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
// AUTO-GENERATED by scripts/embed-version.mjs — DO NOT EDIT.
|
|
4
4
|
// Source of truth: package.json. Regenerated on every SDK build so the
|
|
5
5
|
// SDK retains its own version identity when bundled into another package.
|
|
6
|
-
const SDK_VERSION = '2.10.0-next.
|
|
6
|
+
const SDK_VERSION = '2.10.0-next.3';
|
|
7
7
|
|
|
8
8
|
exports.SDK_VERSION = SDK_VERSION;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.10.0-next.
|
|
1
|
+
export declare const SDK_VERSION = "2.10.0-next.3";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// AUTO-GENERATED by scripts/embed-version.mjs — DO NOT EDIT.
|
|
2
2
|
// Source of truth: package.json. Regenerated on every SDK build so the
|
|
3
3
|
// SDK retains its own version identity when bundled into another package.
|
|
4
|
-
export const SDK_VERSION = '2.10.0-next.
|
|
4
|
+
export const SDK_VERSION = '2.10.0-next.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/sdk",
|
|
3
|
-
"version": "2.10.0-next.
|
|
3
|
+
"version": "2.10.0-next.3",
|
|
4
4
|
"description": "Node SDK for SuperDoc, wrapping the SuperDoc CLI to read and edit .docx files from JavaScript and TypeScript.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"typescript": "^5.9.2"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@superdoc/sdk-darwin-arm64": "2.10.0-next.
|
|
41
|
-
"@superdoc/sdk-darwin-x64": "2.10.0-next.
|
|
42
|
-
"@superdoc/sdk-linux-x64": "2.10.0-next.
|
|
43
|
-
"@superdoc/sdk-linux-arm64": "2.10.0-next.
|
|
44
|
-
"@superdoc/sdk-windows-x64": "2.10.0-next.
|
|
40
|
+
"@superdoc/sdk-darwin-arm64": "2.10.0-next.3",
|
|
41
|
+
"@superdoc/sdk-darwin-x64": "2.10.0-next.3",
|
|
42
|
+
"@superdoc/sdk-linux-x64": "2.10.0-next.3",
|
|
43
|
+
"@superdoc/sdk-linux-arm64": "2.10.0-next.3",
|
|
44
|
+
"@superdoc/sdk-windows-x64": "2.10.0-next.3"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
package/tools/catalog.json
CHANGED
|
@@ -3647,6 +3647,10 @@
|
|
|
3647
3647
|
"wholeWord": {
|
|
3648
3648
|
"type": "boolean",
|
|
3649
3649
|
"description": "Require word-boundary matches. Default: false."
|
|
3650
|
+
},
|
|
3651
|
+
"includeDeletedText": {
|
|
3652
|
+
"type": "boolean",
|
|
3653
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3650
3654
|
}
|
|
3651
3655
|
},
|
|
3652
3656
|
"additionalProperties": false,
|
|
@@ -3841,6 +3845,10 @@
|
|
|
3841
3845
|
"wholeWord": {
|
|
3842
3846
|
"type": "boolean",
|
|
3843
3847
|
"description": "Require word-boundary matches. Default: false."
|
|
3848
|
+
},
|
|
3849
|
+
"includeDeletedText": {
|
|
3850
|
+
"type": "boolean",
|
|
3851
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
3844
3852
|
}
|
|
3845
3853
|
},
|
|
3846
3854
|
"additionalProperties": false,
|
|
@@ -4030,6 +4038,20 @@
|
|
|
4030
4038
|
}
|
|
4031
4039
|
]
|
|
4032
4040
|
},
|
|
4041
|
+
"replacementMode": {
|
|
4042
|
+
"enum": [
|
|
4043
|
+
"literal",
|
|
4044
|
+
"regex-template"
|
|
4045
|
+
],
|
|
4046
|
+
"type": "string"
|
|
4047
|
+
},
|
|
4048
|
+
"caseHandling": {
|
|
4049
|
+
"enum": [
|
|
4050
|
+
"exact",
|
|
4051
|
+
"preserve-match"
|
|
4052
|
+
],
|
|
4053
|
+
"type": "string"
|
|
4054
|
+
},
|
|
4033
4055
|
"style": {
|
|
4034
4056
|
"type": "object",
|
|
4035
4057
|
"properties": {
|
|
@@ -4181,6 +4203,10 @@
|
|
|
4181
4203
|
"wholeWord": {
|
|
4182
4204
|
"type": "boolean",
|
|
4183
4205
|
"description": "Require word-boundary matches. Default: false."
|
|
4206
|
+
},
|
|
4207
|
+
"includeDeletedText": {
|
|
4208
|
+
"type": "boolean",
|
|
4209
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4184
4210
|
}
|
|
4185
4211
|
},
|
|
4186
4212
|
"additionalProperties": false,
|
|
@@ -4470,6 +4496,10 @@
|
|
|
4470
4496
|
"wholeWord": {
|
|
4471
4497
|
"type": "boolean",
|
|
4472
4498
|
"description": "Require word-boundary matches. Default: false."
|
|
4499
|
+
},
|
|
4500
|
+
"includeDeletedText": {
|
|
4501
|
+
"type": "boolean",
|
|
4502
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4473
4503
|
}
|
|
4474
4504
|
},
|
|
4475
4505
|
"additionalProperties": false,
|
|
@@ -4681,6 +4711,10 @@
|
|
|
4681
4711
|
"wholeWord": {
|
|
4682
4712
|
"type": "boolean",
|
|
4683
4713
|
"description": "Require word-boundary matches. Default: false."
|
|
4714
|
+
},
|
|
4715
|
+
"includeDeletedText": {
|
|
4716
|
+
"type": "boolean",
|
|
4717
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
4684
4718
|
}
|
|
4685
4719
|
},
|
|
4686
4720
|
"additionalProperties": false,
|
|
@@ -5715,6 +5749,10 @@
|
|
|
5715
5749
|
"wholeWord": {
|
|
5716
5750
|
"type": "boolean",
|
|
5717
5751
|
"description": "Require word-boundary matches. Default: false."
|
|
5752
|
+
},
|
|
5753
|
+
"includeDeletedText": {
|
|
5754
|
+
"type": "boolean",
|
|
5755
|
+
"description": "When true, includes text from pending tracked deletions. Default: false."
|
|
5718
5756
|
}
|
|
5719
5757
|
},
|
|
5720
5758
|
"additionalProperties": false,
|
|
@@ -5808,6 +5846,22 @@
|
|
|
5808
5846
|
},
|
|
5809
5847
|
"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
5848
|
},
|
|
5849
|
+
"detail": {
|
|
5850
|
+
"type": "object",
|
|
5851
|
+
"properties": {
|
|
5852
|
+
"offset": {
|
|
5853
|
+
"type": "number",
|
|
5854
|
+
"minimum": 0
|
|
5855
|
+
},
|
|
5856
|
+
"limit": {
|
|
5857
|
+
"type": "number",
|
|
5858
|
+
"minimum": 0,
|
|
5859
|
+
"maximum": 1000
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
"additionalProperties": false,
|
|
5863
|
+
"description": "Only for action 'preview'. Omit for other actions."
|
|
5864
|
+
},
|
|
5811
5865
|
"force": {
|
|
5812
5866
|
"type": "boolean",
|
|
5813
5867
|
"description": "Bypass confirmation checks. Only for action 'apply'. Omit for other actions."
|
package/tools/tools-policy.json
CHANGED