@superdoc-dev/sdk 1.15.0-next.33 → 1.15.0-next.35
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/generated/client.d.ts +7 -9
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +11 -32
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +12 -34
- package/package.json +6 -6
- package/tools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/tools/__pycache__/intent_dispatch_generated.cpython-312.pyc +0 -0
- package/tools/catalog.json +2 -3
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +2 -3
- package/tools/tools.generic.json +2 -3
- package/tools/tools.openai.json +2 -3
- package/tools/tools.vercel.json +2 -3
|
@@ -2218,8 +2218,7 @@ const CONTRACT = {
|
|
|
2218
2218
|
"insert",
|
|
2219
2219
|
"delete",
|
|
2220
2220
|
"replacement",
|
|
2221
|
-
"format"
|
|
2222
|
-
"structural"
|
|
2221
|
+
"format"
|
|
2223
2222
|
],
|
|
2224
2223
|
"description": "Entity-level type. In paired replacement mode, a delete+insert pair shares one entity with type 'replacement'; per-half type lives on block.textSpans[].trackedChanges[]."
|
|
2225
2224
|
},
|
|
@@ -65916,8 +65915,7 @@ const CONTRACT = {
|
|
|
65916
65915
|
"insert",
|
|
65917
65916
|
"delete",
|
|
65918
65917
|
"replacement",
|
|
65919
|
-
"format"
|
|
65920
|
-
"structural"
|
|
65918
|
+
"format"
|
|
65921
65919
|
]
|
|
65922
65920
|
},
|
|
65923
65921
|
"trackedChangeDisplayType": {
|
|
@@ -66110,8 +66108,7 @@ const CONTRACT = {
|
|
|
66110
66108
|
"insert",
|
|
66111
66109
|
"delete",
|
|
66112
66110
|
"replacement",
|
|
66113
|
-
"format"
|
|
66114
|
-
"structural"
|
|
66111
|
+
"format"
|
|
66115
66112
|
]
|
|
66116
66113
|
},
|
|
66117
66114
|
"trackedChangeDisplayType": {
|
|
@@ -66239,14 +66236,11 @@ const CONTRACT = {
|
|
|
66239
66236
|
},
|
|
66240
66237
|
{
|
|
66241
66238
|
"const": "format"
|
|
66242
|
-
},
|
|
66243
|
-
{
|
|
66244
|
-
"const": "structural"
|
|
66245
66239
|
}
|
|
66246
66240
|
],
|
|
66247
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
66241
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
66248
66242
|
},
|
|
66249
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
66243
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
66250
66244
|
},
|
|
66251
66245
|
{
|
|
66252
66246
|
"name": "in",
|
|
@@ -66442,10 +66436,9 @@ const CONTRACT = {
|
|
|
66442
66436
|
"insert",
|
|
66443
66437
|
"delete",
|
|
66444
66438
|
"replacement",
|
|
66445
|
-
"format"
|
|
66446
|
-
"structural"
|
|
66439
|
+
"format"
|
|
66447
66440
|
],
|
|
66448
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
66441
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
66449
66442
|
},
|
|
66450
66443
|
"in": {
|
|
66451
66444
|
"oneOf": [
|
|
@@ -66490,17 +66483,9 @@ const CONTRACT = {
|
|
|
66490
66483
|
"insert",
|
|
66491
66484
|
"delete",
|
|
66492
66485
|
"replacement",
|
|
66493
|
-
"format"
|
|
66494
|
-
"structural"
|
|
66486
|
+
"format"
|
|
66495
66487
|
]
|
|
66496
66488
|
},
|
|
66497
|
-
"subtype": {
|
|
66498
|
-
"enum": [
|
|
66499
|
-
"table-insert",
|
|
66500
|
-
"table-delete"
|
|
66501
|
-
],
|
|
66502
|
-
"description": "Finer classification for structural changes (type === 'structural')."
|
|
66503
|
-
},
|
|
66504
66489
|
"grouping": {
|
|
66505
66490
|
"enum": [
|
|
66506
66491
|
"standalone",
|
|
@@ -66810,17 +66795,9 @@ const CONTRACT = {
|
|
|
66810
66795
|
"insert",
|
|
66811
66796
|
"delete",
|
|
66812
66797
|
"replacement",
|
|
66813
|
-
"format"
|
|
66814
|
-
"structural"
|
|
66798
|
+
"format"
|
|
66815
66799
|
]
|
|
66816
66800
|
},
|
|
66817
|
-
"subtype": {
|
|
66818
|
-
"enum": [
|
|
66819
|
-
"table-insert",
|
|
66820
|
-
"table-delete"
|
|
66821
|
-
],
|
|
66822
|
-
"description": "Finer classification for structural changes (type === 'structural')."
|
|
66823
|
-
},
|
|
66824
66801
|
"grouping": {
|
|
66825
66802
|
"enum": [
|
|
66826
66803
|
"standalone",
|
|
@@ -67801,6 +67778,7 @@ const CONTRACT = {
|
|
|
67801
67778
|
"code": {
|
|
67802
67779
|
"enum": [
|
|
67803
67780
|
"NO_OP",
|
|
67781
|
+
"INVALID_INPUT",
|
|
67804
67782
|
"INVALID_TARGET",
|
|
67805
67783
|
"TARGET_NOT_FOUND",
|
|
67806
67784
|
"CAPABILITY_UNAVAILABLE",
|
|
@@ -67844,6 +67822,7 @@ const CONTRACT = {
|
|
|
67844
67822
|
"code": {
|
|
67845
67823
|
"enum": [
|
|
67846
67824
|
"NO_OP",
|
|
67825
|
+
"INVALID_INPUT",
|
|
67847
67826
|
"INVALID_TARGET",
|
|
67848
67827
|
"TARGET_NOT_FOUND",
|
|
67849
67828
|
"CAPABILITY_UNAVAILABLE",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract.d.ts","sourceRoot":"","sources":["../../src/generated/contract.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,UAAU,CAAC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,CAAC;IAC5D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,MAAM,EAAE,kBAAkB,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,QAAQ;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,aAAa,EAAE,MAAM,EAAE,CAAC;KACzB,CAAC;IACF,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC;CACpD;AAED,eAAO,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"contract.d.ts","sourceRoot":"","sources":["../../src/generated/contract.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,UAAU,CAAC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,CAAC;IAC5D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,MAAM,EAAE,kBAAkB,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,QAAQ;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,aAAa,EAAE,MAAM,EAAE,CAAC;KACzB,CAAC;IACF,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAAC,CAAC;CACpD;AAED,eAAO,MAAM,QAAQ,EAAE,QAw++JtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC,MAAM,QAAQ,CAAC,YAAY,CAAC,CAAC,CAAC"}
|
|
@@ -258,8 +258,7 @@ export const CONTRACT = {
|
|
|
258
258
|
"insert",
|
|
259
259
|
"delete",
|
|
260
260
|
"replacement",
|
|
261
|
-
"format"
|
|
262
|
-
"structural"
|
|
261
|
+
"format"
|
|
263
262
|
]
|
|
264
263
|
},
|
|
265
264
|
"trackedChangeDisplayType": {
|
|
@@ -3443,8 +3442,7 @@ export const CONTRACT = {
|
|
|
3443
3442
|
"insert",
|
|
3444
3443
|
"delete",
|
|
3445
3444
|
"replacement",
|
|
3446
|
-
"format"
|
|
3447
|
-
"structural"
|
|
3445
|
+
"format"
|
|
3448
3446
|
],
|
|
3449
3447
|
"description": "Entity-level type. In paired replacement mode, a delete+insert pair shares one entity with type 'replacement'; per-half type lives on block.textSpans[].trackedChanges[]."
|
|
3450
3448
|
},
|
|
@@ -67141,8 +67139,7 @@ export const CONTRACT = {
|
|
|
67141
67139
|
"insert",
|
|
67142
67140
|
"delete",
|
|
67143
67141
|
"replacement",
|
|
67144
|
-
"format"
|
|
67145
|
-
"structural"
|
|
67142
|
+
"format"
|
|
67146
67143
|
]
|
|
67147
67144
|
},
|
|
67148
67145
|
"trackedChangeDisplayType": {
|
|
@@ -67335,8 +67332,7 @@ export const CONTRACT = {
|
|
|
67335
67332
|
"insert",
|
|
67336
67333
|
"delete",
|
|
67337
67334
|
"replacement",
|
|
67338
|
-
"format"
|
|
67339
|
-
"structural"
|
|
67335
|
+
"format"
|
|
67340
67336
|
]
|
|
67341
67337
|
},
|
|
67342
67338
|
"trackedChangeDisplayType": {
|
|
@@ -67464,14 +67460,11 @@ export const CONTRACT = {
|
|
|
67464
67460
|
},
|
|
67465
67461
|
{
|
|
67466
67462
|
"const": "format"
|
|
67467
|
-
},
|
|
67468
|
-
{
|
|
67469
|
-
"const": "structural"
|
|
67470
67463
|
}
|
|
67471
67464
|
],
|
|
67472
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
67465
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
67473
67466
|
},
|
|
67474
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
67467
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
67475
67468
|
},
|
|
67476
67469
|
{
|
|
67477
67470
|
"name": "in",
|
|
@@ -67667,10 +67660,9 @@ export const CONTRACT = {
|
|
|
67667
67660
|
"insert",
|
|
67668
67661
|
"delete",
|
|
67669
67662
|
"replacement",
|
|
67670
|
-
"format"
|
|
67671
|
-
"structural"
|
|
67663
|
+
"format"
|
|
67672
67664
|
],
|
|
67673
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
67665
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'."
|
|
67674
67666
|
},
|
|
67675
67667
|
"in": {
|
|
67676
67668
|
"oneOf": [
|
|
@@ -67715,17 +67707,9 @@ export const CONTRACT = {
|
|
|
67715
67707
|
"insert",
|
|
67716
67708
|
"delete",
|
|
67717
67709
|
"replacement",
|
|
67718
|
-
"format"
|
|
67719
|
-
"structural"
|
|
67710
|
+
"format"
|
|
67720
67711
|
]
|
|
67721
67712
|
},
|
|
67722
|
-
"subtype": {
|
|
67723
|
-
"enum": [
|
|
67724
|
-
"table-insert",
|
|
67725
|
-
"table-delete"
|
|
67726
|
-
],
|
|
67727
|
-
"description": "Finer classification for structural changes (type === 'structural')."
|
|
67728
|
-
},
|
|
67729
67713
|
"grouping": {
|
|
67730
67714
|
"enum": [
|
|
67731
67715
|
"standalone",
|
|
@@ -68035,17 +68019,9 @@ export const CONTRACT = {
|
|
|
68035
68019
|
"insert",
|
|
68036
68020
|
"delete",
|
|
68037
68021
|
"replacement",
|
|
68038
|
-
"format"
|
|
68039
|
-
"structural"
|
|
68022
|
+
"format"
|
|
68040
68023
|
]
|
|
68041
68024
|
},
|
|
68042
|
-
"subtype": {
|
|
68043
|
-
"enum": [
|
|
68044
|
-
"table-insert",
|
|
68045
|
-
"table-delete"
|
|
68046
|
-
],
|
|
68047
|
-
"description": "Finer classification for structural changes (type === 'structural')."
|
|
68048
|
-
},
|
|
68049
68025
|
"grouping": {
|
|
68050
68026
|
"enum": [
|
|
68051
68027
|
"standalone",
|
|
@@ -69026,6 +69002,7 @@ export const CONTRACT = {
|
|
|
69026
69002
|
"code": {
|
|
69027
69003
|
"enum": [
|
|
69028
69004
|
"NO_OP",
|
|
69005
|
+
"INVALID_INPUT",
|
|
69029
69006
|
"INVALID_TARGET",
|
|
69030
69007
|
"TARGET_NOT_FOUND",
|
|
69031
69008
|
"CAPABILITY_UNAVAILABLE",
|
|
@@ -69069,6 +69046,7 @@ export const CONTRACT = {
|
|
|
69069
69046
|
"code": {
|
|
69070
69047
|
"enum": [
|
|
69071
69048
|
"NO_OP",
|
|
69049
|
+
"INVALID_INPUT",
|
|
69072
69050
|
"INVALID_TARGET",
|
|
69073
69051
|
"TARGET_NOT_FOUND",
|
|
69074
69052
|
"CAPABILITY_UNAVAILABLE",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/sdk",
|
|
3
|
-
"version": "1.15.0-next.
|
|
3
|
+
"version": "1.15.0-next.35",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"typescript": "^5.9.2"
|
|
27
27
|
},
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@superdoc-dev/sdk-darwin-arm64": "1.15.0-next.
|
|
30
|
-
"@superdoc-dev/sdk-darwin-x64": "1.15.0-next.
|
|
31
|
-
"@superdoc-dev/sdk-linux-x64": "1.15.0-next.
|
|
32
|
-
"@superdoc-dev/sdk-linux-arm64": "1.15.0-next.
|
|
33
|
-
"@superdoc-dev/sdk-windows-x64": "1.15.0-next.
|
|
29
|
+
"@superdoc-dev/sdk-darwin-arm64": "1.15.0-next.35",
|
|
30
|
+
"@superdoc-dev/sdk-darwin-x64": "1.15.0-next.35",
|
|
31
|
+
"@superdoc-dev/sdk-linux-x64": "1.15.0-next.35",
|
|
32
|
+
"@superdoc-dev/sdk-linux-arm64": "1.15.0-next.35",
|
|
33
|
+
"@superdoc-dev/sdk-windows-x64": "1.15.0-next.35"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
Binary file
|
|
Binary file
|
package/tools/catalog.json
CHANGED
|
@@ -2726,10 +2726,9 @@
|
|
|
2726
2726
|
"insert",
|
|
2727
2727
|
"delete",
|
|
2728
2728
|
"replacement",
|
|
2729
|
-
"format"
|
|
2730
|
-
"structural"
|
|
2729
|
+
"format"
|
|
2731
2730
|
],
|
|
2732
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
2731
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'. Only for action 'list'. Omit for other actions."
|
|
2733
2732
|
},
|
|
2734
2733
|
"force": {
|
|
2735
2734
|
"type": "boolean",
|
package/tools/tools-policy.json
CHANGED
|
@@ -2405,10 +2405,9 @@
|
|
|
2405
2405
|
"insert",
|
|
2406
2406
|
"delete",
|
|
2407
2407
|
"replacement",
|
|
2408
|
-
"format"
|
|
2409
|
-
"structural"
|
|
2408
|
+
"format"
|
|
2410
2409
|
],
|
|
2411
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
2410
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'. Only for action 'list'. Omit for other actions."
|
|
2412
2411
|
},
|
|
2413
2412
|
"force": {
|
|
2414
2413
|
"type": "boolean",
|
package/tools/tools.generic.json
CHANGED
|
@@ -2534,10 +2534,9 @@
|
|
|
2534
2534
|
"insert",
|
|
2535
2535
|
"delete",
|
|
2536
2536
|
"replacement",
|
|
2537
|
-
"format"
|
|
2538
|
-
"structural"
|
|
2537
|
+
"format"
|
|
2539
2538
|
],
|
|
2540
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
2539
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'. Only for action 'list'. Omit for other actions."
|
|
2541
2540
|
},
|
|
2542
2541
|
"force": {
|
|
2543
2542
|
"type": "boolean",
|
package/tools/tools.openai.json
CHANGED
|
@@ -2425,10 +2425,9 @@
|
|
|
2425
2425
|
"insert",
|
|
2426
2426
|
"delete",
|
|
2427
2427
|
"replacement",
|
|
2428
|
-
"format"
|
|
2429
|
-
"structural"
|
|
2428
|
+
"format"
|
|
2430
2429
|
],
|
|
2431
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
2430
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'. Only for action 'list'. Omit for other actions."
|
|
2432
2431
|
},
|
|
2433
2432
|
"force": {
|
|
2434
2433
|
"type": "boolean",
|
package/tools/tools.vercel.json
CHANGED
|
@@ -2425,10 +2425,9 @@
|
|
|
2425
2425
|
"insert",
|
|
2426
2426
|
"delete",
|
|
2427
2427
|
"replacement",
|
|
2428
|
-
"format"
|
|
2429
|
-
"structural"
|
|
2428
|
+
"format"
|
|
2430
2429
|
],
|
|
2431
|
-
"description": "Filter by change type: 'insert', 'delete', 'replacement',
|
|
2430
|
+
"description": "Filter by change type: 'insert', 'delete', 'replacement', or 'format'. Only for action 'list'. Omit for other actions."
|
|
2432
2431
|
},
|
|
2433
2432
|
"force": {
|
|
2434
2433
|
"type": "boolean",
|