@superdoc-dev/sdk 1.6.0-next.44 → 1.6.0-next.45
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 +5427 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +508 -0
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +511 -0
- 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 +147 -0
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +147 -0
- package/tools/tools.generic.json +147 -0
- package/tools/tools.openai.json +147 -0
- package/tools/tools.vercel.json +147 -0
|
@@ -575,6 +575,9 @@ export const CONTRACT = {
|
|
|
575
575
|
},
|
|
576
576
|
"entityId": {
|
|
577
577
|
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
"story": {
|
|
580
|
+
"$ref": "#/$defs/StoryLocator"
|
|
578
581
|
}
|
|
579
582
|
},
|
|
580
583
|
"additionalProperties": false,
|
|
@@ -61186,6 +61189,178 @@ export const CONTRACT = {
|
|
|
61186
61189
|
"description": "Filter by change type: 'insert', 'delete', or 'format'."
|
|
61187
61190
|
},
|
|
61188
61191
|
"description": "Filter by change type: 'insert', 'delete', or 'format'."
|
|
61192
|
+
},
|
|
61193
|
+
{
|
|
61194
|
+
"name": "in",
|
|
61195
|
+
"kind": "jsonFlag",
|
|
61196
|
+
"type": "json",
|
|
61197
|
+
"flag": "in-json",
|
|
61198
|
+
"schema": {
|
|
61199
|
+
"oneOf": [
|
|
61200
|
+
{
|
|
61201
|
+
"oneOf": [
|
|
61202
|
+
{
|
|
61203
|
+
"type": "object",
|
|
61204
|
+
"properties": {
|
|
61205
|
+
"kind": {
|
|
61206
|
+
"const": "story"
|
|
61207
|
+
},
|
|
61208
|
+
"storyType": {
|
|
61209
|
+
"const": "body"
|
|
61210
|
+
}
|
|
61211
|
+
},
|
|
61212
|
+
"required": [
|
|
61213
|
+
"kind",
|
|
61214
|
+
"storyType"
|
|
61215
|
+
]
|
|
61216
|
+
},
|
|
61217
|
+
{
|
|
61218
|
+
"type": "object",
|
|
61219
|
+
"properties": {
|
|
61220
|
+
"kind": {
|
|
61221
|
+
"const": "story"
|
|
61222
|
+
},
|
|
61223
|
+
"storyType": {
|
|
61224
|
+
"const": "headerFooterSlot"
|
|
61225
|
+
},
|
|
61226
|
+
"section": {
|
|
61227
|
+
"type": "object",
|
|
61228
|
+
"properties": {
|
|
61229
|
+
"kind": {
|
|
61230
|
+
"const": "section"
|
|
61231
|
+
},
|
|
61232
|
+
"sectionId": {
|
|
61233
|
+
"type": "string"
|
|
61234
|
+
}
|
|
61235
|
+
},
|
|
61236
|
+
"required": [
|
|
61237
|
+
"kind",
|
|
61238
|
+
"sectionId"
|
|
61239
|
+
]
|
|
61240
|
+
},
|
|
61241
|
+
"headerFooterKind": {
|
|
61242
|
+
"oneOf": [
|
|
61243
|
+
{
|
|
61244
|
+
"const": "header"
|
|
61245
|
+
},
|
|
61246
|
+
{
|
|
61247
|
+
"const": "footer"
|
|
61248
|
+
}
|
|
61249
|
+
]
|
|
61250
|
+
},
|
|
61251
|
+
"variant": {
|
|
61252
|
+
"oneOf": [
|
|
61253
|
+
{
|
|
61254
|
+
"const": "default"
|
|
61255
|
+
},
|
|
61256
|
+
{
|
|
61257
|
+
"const": "first"
|
|
61258
|
+
},
|
|
61259
|
+
{
|
|
61260
|
+
"const": "even"
|
|
61261
|
+
}
|
|
61262
|
+
]
|
|
61263
|
+
},
|
|
61264
|
+
"resolution": {
|
|
61265
|
+
"oneOf": [
|
|
61266
|
+
{
|
|
61267
|
+
"const": "effective"
|
|
61268
|
+
},
|
|
61269
|
+
{
|
|
61270
|
+
"const": "explicit"
|
|
61271
|
+
}
|
|
61272
|
+
]
|
|
61273
|
+
},
|
|
61274
|
+
"onWrite": {
|
|
61275
|
+
"oneOf": [
|
|
61276
|
+
{
|
|
61277
|
+
"const": "materializeIfInherited"
|
|
61278
|
+
},
|
|
61279
|
+
{
|
|
61280
|
+
"const": "editResolvedPart"
|
|
61281
|
+
},
|
|
61282
|
+
{
|
|
61283
|
+
"const": "error"
|
|
61284
|
+
}
|
|
61285
|
+
]
|
|
61286
|
+
}
|
|
61287
|
+
},
|
|
61288
|
+
"required": [
|
|
61289
|
+
"kind",
|
|
61290
|
+
"storyType",
|
|
61291
|
+
"section",
|
|
61292
|
+
"headerFooterKind",
|
|
61293
|
+
"variant"
|
|
61294
|
+
]
|
|
61295
|
+
},
|
|
61296
|
+
{
|
|
61297
|
+
"type": "object",
|
|
61298
|
+
"properties": {
|
|
61299
|
+
"kind": {
|
|
61300
|
+
"const": "story"
|
|
61301
|
+
},
|
|
61302
|
+
"storyType": {
|
|
61303
|
+
"const": "headerFooterPart"
|
|
61304
|
+
},
|
|
61305
|
+
"refId": {
|
|
61306
|
+
"type": "string"
|
|
61307
|
+
}
|
|
61308
|
+
},
|
|
61309
|
+
"required": [
|
|
61310
|
+
"kind",
|
|
61311
|
+
"storyType",
|
|
61312
|
+
"refId"
|
|
61313
|
+
]
|
|
61314
|
+
},
|
|
61315
|
+
{
|
|
61316
|
+
"type": "object",
|
|
61317
|
+
"properties": {
|
|
61318
|
+
"kind": {
|
|
61319
|
+
"const": "story"
|
|
61320
|
+
},
|
|
61321
|
+
"storyType": {
|
|
61322
|
+
"const": "footnote"
|
|
61323
|
+
},
|
|
61324
|
+
"noteId": {
|
|
61325
|
+
"type": "string"
|
|
61326
|
+
}
|
|
61327
|
+
},
|
|
61328
|
+
"required": [
|
|
61329
|
+
"kind",
|
|
61330
|
+
"storyType",
|
|
61331
|
+
"noteId"
|
|
61332
|
+
]
|
|
61333
|
+
},
|
|
61334
|
+
{
|
|
61335
|
+
"type": "object",
|
|
61336
|
+
"properties": {
|
|
61337
|
+
"kind": {
|
|
61338
|
+
"const": "story"
|
|
61339
|
+
},
|
|
61340
|
+
"storyType": {
|
|
61341
|
+
"const": "endnote"
|
|
61342
|
+
},
|
|
61343
|
+
"noteId": {
|
|
61344
|
+
"type": "string"
|
|
61345
|
+
}
|
|
61346
|
+
},
|
|
61347
|
+
"required": [
|
|
61348
|
+
"kind",
|
|
61349
|
+
"storyType",
|
|
61350
|
+
"noteId"
|
|
61351
|
+
]
|
|
61352
|
+
}
|
|
61353
|
+
],
|
|
61354
|
+
"description": "Story scope. Defaults to document body when omitted. Use {kind:'story', storyType:'body'} for body, or other storyType values for headers, footers, footnotes, endnotes."
|
|
61355
|
+
},
|
|
61356
|
+
{
|
|
61357
|
+
"const": "all"
|
|
61358
|
+
}
|
|
61359
|
+
],
|
|
61360
|
+
"description": "Story scope. Omit for body only, pass a StoryLocator for a single story, or 'all' for body + every revision-capable non-body story."
|
|
61361
|
+
},
|
|
61362
|
+
"description": "Story scope. Omit for body only, pass a StoryLocator for a single story, or 'all' for body + every revision-capable non-body story.",
|
|
61363
|
+
"agentVisible": false
|
|
61189
61364
|
}
|
|
61190
61365
|
],
|
|
61191
61366
|
"constraints": null,
|
|
@@ -61211,6 +61386,17 @@ export const CONTRACT = {
|
|
|
61211
61386
|
"format"
|
|
61212
61387
|
],
|
|
61213
61388
|
"description": "Filter by change type: 'insert', 'delete', or 'format'."
|
|
61389
|
+
},
|
|
61390
|
+
"in": {
|
|
61391
|
+
"oneOf": [
|
|
61392
|
+
{
|
|
61393
|
+
"$ref": "#/$defs/StoryLocator"
|
|
61394
|
+
},
|
|
61395
|
+
{
|
|
61396
|
+
"const": "all"
|
|
61397
|
+
}
|
|
61398
|
+
],
|
|
61399
|
+
"description": "Story scope. Omit for body only, pass a StoryLocator for a single story, or 'all' for body + every revision-capable non-body story."
|
|
61214
61400
|
}
|
|
61215
61401
|
},
|
|
61216
61402
|
"additionalProperties": false
|
|
@@ -61337,6 +61523,169 @@ export const CONTRACT = {
|
|
|
61337
61523
|
"kind": "flag",
|
|
61338
61524
|
"type": "string",
|
|
61339
61525
|
"required": true
|
|
61526
|
+
},
|
|
61527
|
+
{
|
|
61528
|
+
"name": "story",
|
|
61529
|
+
"kind": "jsonFlag",
|
|
61530
|
+
"type": "json",
|
|
61531
|
+
"flag": "story-json",
|
|
61532
|
+
"schema": {
|
|
61533
|
+
"oneOf": [
|
|
61534
|
+
{
|
|
61535
|
+
"type": "object",
|
|
61536
|
+
"properties": {
|
|
61537
|
+
"kind": {
|
|
61538
|
+
"const": "story"
|
|
61539
|
+
},
|
|
61540
|
+
"storyType": {
|
|
61541
|
+
"const": "body"
|
|
61542
|
+
}
|
|
61543
|
+
},
|
|
61544
|
+
"required": [
|
|
61545
|
+
"kind",
|
|
61546
|
+
"storyType"
|
|
61547
|
+
]
|
|
61548
|
+
},
|
|
61549
|
+
{
|
|
61550
|
+
"type": "object",
|
|
61551
|
+
"properties": {
|
|
61552
|
+
"kind": {
|
|
61553
|
+
"const": "story"
|
|
61554
|
+
},
|
|
61555
|
+
"storyType": {
|
|
61556
|
+
"const": "headerFooterSlot"
|
|
61557
|
+
},
|
|
61558
|
+
"section": {
|
|
61559
|
+
"type": "object",
|
|
61560
|
+
"properties": {
|
|
61561
|
+
"kind": {
|
|
61562
|
+
"const": "section"
|
|
61563
|
+
},
|
|
61564
|
+
"sectionId": {
|
|
61565
|
+
"type": "string"
|
|
61566
|
+
}
|
|
61567
|
+
},
|
|
61568
|
+
"required": [
|
|
61569
|
+
"kind",
|
|
61570
|
+
"sectionId"
|
|
61571
|
+
]
|
|
61572
|
+
},
|
|
61573
|
+
"headerFooterKind": {
|
|
61574
|
+
"oneOf": [
|
|
61575
|
+
{
|
|
61576
|
+
"const": "header"
|
|
61577
|
+
},
|
|
61578
|
+
{
|
|
61579
|
+
"const": "footer"
|
|
61580
|
+
}
|
|
61581
|
+
]
|
|
61582
|
+
},
|
|
61583
|
+
"variant": {
|
|
61584
|
+
"oneOf": [
|
|
61585
|
+
{
|
|
61586
|
+
"const": "default"
|
|
61587
|
+
},
|
|
61588
|
+
{
|
|
61589
|
+
"const": "first"
|
|
61590
|
+
},
|
|
61591
|
+
{
|
|
61592
|
+
"const": "even"
|
|
61593
|
+
}
|
|
61594
|
+
]
|
|
61595
|
+
},
|
|
61596
|
+
"resolution": {
|
|
61597
|
+
"oneOf": [
|
|
61598
|
+
{
|
|
61599
|
+
"const": "effective"
|
|
61600
|
+
},
|
|
61601
|
+
{
|
|
61602
|
+
"const": "explicit"
|
|
61603
|
+
}
|
|
61604
|
+
]
|
|
61605
|
+
},
|
|
61606
|
+
"onWrite": {
|
|
61607
|
+
"oneOf": [
|
|
61608
|
+
{
|
|
61609
|
+
"const": "materializeIfInherited"
|
|
61610
|
+
},
|
|
61611
|
+
{
|
|
61612
|
+
"const": "editResolvedPart"
|
|
61613
|
+
},
|
|
61614
|
+
{
|
|
61615
|
+
"const": "error"
|
|
61616
|
+
}
|
|
61617
|
+
]
|
|
61618
|
+
}
|
|
61619
|
+
},
|
|
61620
|
+
"required": [
|
|
61621
|
+
"kind",
|
|
61622
|
+
"storyType",
|
|
61623
|
+
"section",
|
|
61624
|
+
"headerFooterKind",
|
|
61625
|
+
"variant"
|
|
61626
|
+
]
|
|
61627
|
+
},
|
|
61628
|
+
{
|
|
61629
|
+
"type": "object",
|
|
61630
|
+
"properties": {
|
|
61631
|
+
"kind": {
|
|
61632
|
+
"const": "story"
|
|
61633
|
+
},
|
|
61634
|
+
"storyType": {
|
|
61635
|
+
"const": "headerFooterPart"
|
|
61636
|
+
},
|
|
61637
|
+
"refId": {
|
|
61638
|
+
"type": "string"
|
|
61639
|
+
}
|
|
61640
|
+
},
|
|
61641
|
+
"required": [
|
|
61642
|
+
"kind",
|
|
61643
|
+
"storyType",
|
|
61644
|
+
"refId"
|
|
61645
|
+
]
|
|
61646
|
+
},
|
|
61647
|
+
{
|
|
61648
|
+
"type": "object",
|
|
61649
|
+
"properties": {
|
|
61650
|
+
"kind": {
|
|
61651
|
+
"const": "story"
|
|
61652
|
+
},
|
|
61653
|
+
"storyType": {
|
|
61654
|
+
"const": "footnote"
|
|
61655
|
+
},
|
|
61656
|
+
"noteId": {
|
|
61657
|
+
"type": "string"
|
|
61658
|
+
}
|
|
61659
|
+
},
|
|
61660
|
+
"required": [
|
|
61661
|
+
"kind",
|
|
61662
|
+
"storyType",
|
|
61663
|
+
"noteId"
|
|
61664
|
+
]
|
|
61665
|
+
},
|
|
61666
|
+
{
|
|
61667
|
+
"type": "object",
|
|
61668
|
+
"properties": {
|
|
61669
|
+
"kind": {
|
|
61670
|
+
"const": "story"
|
|
61671
|
+
},
|
|
61672
|
+
"storyType": {
|
|
61673
|
+
"const": "endnote"
|
|
61674
|
+
},
|
|
61675
|
+
"noteId": {
|
|
61676
|
+
"type": "string"
|
|
61677
|
+
}
|
|
61678
|
+
},
|
|
61679
|
+
"required": [
|
|
61680
|
+
"kind",
|
|
61681
|
+
"storyType",
|
|
61682
|
+
"noteId"
|
|
61683
|
+
]
|
|
61684
|
+
}
|
|
61685
|
+
],
|
|
61686
|
+
"description": "Story scope. Defaults to document body when omitted. Use {kind:'story', storyType:'body'} for body, or other storyType values for headers, footers, footnotes, endnotes."
|
|
61687
|
+
},
|
|
61688
|
+
"description": "Story scope. Defaults to document body when omitted. Use {kind:'story', storyType:'body'} for body, or other storyType values for headers, footers, footnotes, endnotes."
|
|
61340
61689
|
}
|
|
61341
61690
|
],
|
|
61342
61691
|
"constraints": null,
|
|
@@ -61349,6 +61698,9 @@ export const CONTRACT = {
|
|
|
61349
61698
|
"properties": {
|
|
61350
61699
|
"id": {
|
|
61351
61700
|
"type": "string"
|
|
61701
|
+
},
|
|
61702
|
+
"story": {
|
|
61703
|
+
"$ref": "#/$defs/StoryLocator"
|
|
61352
61704
|
}
|
|
61353
61705
|
},
|
|
61354
61706
|
"additionalProperties": false,
|
|
@@ -61503,6 +61855,162 @@ export const CONTRACT = {
|
|
|
61503
61855
|
"properties": {
|
|
61504
61856
|
"id": {
|
|
61505
61857
|
"type": "string"
|
|
61858
|
+
},
|
|
61859
|
+
"story": {
|
|
61860
|
+
"oneOf": [
|
|
61861
|
+
{
|
|
61862
|
+
"type": "object",
|
|
61863
|
+
"properties": {
|
|
61864
|
+
"kind": {
|
|
61865
|
+
"const": "story"
|
|
61866
|
+
},
|
|
61867
|
+
"storyType": {
|
|
61868
|
+
"const": "body"
|
|
61869
|
+
}
|
|
61870
|
+
},
|
|
61871
|
+
"required": [
|
|
61872
|
+
"kind",
|
|
61873
|
+
"storyType"
|
|
61874
|
+
]
|
|
61875
|
+
},
|
|
61876
|
+
{
|
|
61877
|
+
"type": "object",
|
|
61878
|
+
"properties": {
|
|
61879
|
+
"kind": {
|
|
61880
|
+
"const": "story"
|
|
61881
|
+
},
|
|
61882
|
+
"storyType": {
|
|
61883
|
+
"const": "headerFooterSlot"
|
|
61884
|
+
},
|
|
61885
|
+
"section": {
|
|
61886
|
+
"type": "object",
|
|
61887
|
+
"properties": {
|
|
61888
|
+
"kind": {
|
|
61889
|
+
"const": "section"
|
|
61890
|
+
},
|
|
61891
|
+
"sectionId": {
|
|
61892
|
+
"type": "string"
|
|
61893
|
+
}
|
|
61894
|
+
},
|
|
61895
|
+
"required": [
|
|
61896
|
+
"kind",
|
|
61897
|
+
"sectionId"
|
|
61898
|
+
]
|
|
61899
|
+
},
|
|
61900
|
+
"headerFooterKind": {
|
|
61901
|
+
"oneOf": [
|
|
61902
|
+
{
|
|
61903
|
+
"const": "header"
|
|
61904
|
+
},
|
|
61905
|
+
{
|
|
61906
|
+
"const": "footer"
|
|
61907
|
+
}
|
|
61908
|
+
]
|
|
61909
|
+
},
|
|
61910
|
+
"variant": {
|
|
61911
|
+
"oneOf": [
|
|
61912
|
+
{
|
|
61913
|
+
"const": "default"
|
|
61914
|
+
},
|
|
61915
|
+
{
|
|
61916
|
+
"const": "first"
|
|
61917
|
+
},
|
|
61918
|
+
{
|
|
61919
|
+
"const": "even"
|
|
61920
|
+
}
|
|
61921
|
+
]
|
|
61922
|
+
},
|
|
61923
|
+
"resolution": {
|
|
61924
|
+
"oneOf": [
|
|
61925
|
+
{
|
|
61926
|
+
"const": "effective"
|
|
61927
|
+
},
|
|
61928
|
+
{
|
|
61929
|
+
"const": "explicit"
|
|
61930
|
+
}
|
|
61931
|
+
]
|
|
61932
|
+
},
|
|
61933
|
+
"onWrite": {
|
|
61934
|
+
"oneOf": [
|
|
61935
|
+
{
|
|
61936
|
+
"const": "materializeIfInherited"
|
|
61937
|
+
},
|
|
61938
|
+
{
|
|
61939
|
+
"const": "editResolvedPart"
|
|
61940
|
+
},
|
|
61941
|
+
{
|
|
61942
|
+
"const": "error"
|
|
61943
|
+
}
|
|
61944
|
+
]
|
|
61945
|
+
}
|
|
61946
|
+
},
|
|
61947
|
+
"required": [
|
|
61948
|
+
"kind",
|
|
61949
|
+
"storyType",
|
|
61950
|
+
"section",
|
|
61951
|
+
"headerFooterKind",
|
|
61952
|
+
"variant"
|
|
61953
|
+
]
|
|
61954
|
+
},
|
|
61955
|
+
{
|
|
61956
|
+
"type": "object",
|
|
61957
|
+
"properties": {
|
|
61958
|
+
"kind": {
|
|
61959
|
+
"const": "story"
|
|
61960
|
+
},
|
|
61961
|
+
"storyType": {
|
|
61962
|
+
"const": "headerFooterPart"
|
|
61963
|
+
},
|
|
61964
|
+
"refId": {
|
|
61965
|
+
"type": "string"
|
|
61966
|
+
}
|
|
61967
|
+
},
|
|
61968
|
+
"required": [
|
|
61969
|
+
"kind",
|
|
61970
|
+
"storyType",
|
|
61971
|
+
"refId"
|
|
61972
|
+
]
|
|
61973
|
+
},
|
|
61974
|
+
{
|
|
61975
|
+
"type": "object",
|
|
61976
|
+
"properties": {
|
|
61977
|
+
"kind": {
|
|
61978
|
+
"const": "story"
|
|
61979
|
+
},
|
|
61980
|
+
"storyType": {
|
|
61981
|
+
"const": "footnote"
|
|
61982
|
+
},
|
|
61983
|
+
"noteId": {
|
|
61984
|
+
"type": "string"
|
|
61985
|
+
}
|
|
61986
|
+
},
|
|
61987
|
+
"required": [
|
|
61988
|
+
"kind",
|
|
61989
|
+
"storyType",
|
|
61990
|
+
"noteId"
|
|
61991
|
+
]
|
|
61992
|
+
},
|
|
61993
|
+
{
|
|
61994
|
+
"type": "object",
|
|
61995
|
+
"properties": {
|
|
61996
|
+
"kind": {
|
|
61997
|
+
"const": "story"
|
|
61998
|
+
},
|
|
61999
|
+
"storyType": {
|
|
62000
|
+
"const": "endnote"
|
|
62001
|
+
},
|
|
62002
|
+
"noteId": {
|
|
62003
|
+
"type": "string"
|
|
62004
|
+
}
|
|
62005
|
+
},
|
|
62006
|
+
"required": [
|
|
62007
|
+
"kind",
|
|
62008
|
+
"storyType",
|
|
62009
|
+
"noteId"
|
|
62010
|
+
]
|
|
62011
|
+
}
|
|
62012
|
+
],
|
|
62013
|
+
"description": "Story scope. Defaults to document body when omitted. Use {kind:'story', storyType:'body'} for body, or other storyType values for headers, footers, footnotes, endnotes."
|
|
61506
62014
|
}
|
|
61507
62015
|
},
|
|
61508
62016
|
"required": [
|
|
@@ -61549,6 +62057,9 @@ export const CONTRACT = {
|
|
|
61549
62057
|
"properties": {
|
|
61550
62058
|
"id": {
|
|
61551
62059
|
"type": "string"
|
|
62060
|
+
},
|
|
62061
|
+
"story": {
|
|
62062
|
+
"$ref": "#/$defs/StoryLocator"
|
|
61552
62063
|
}
|
|
61553
62064
|
},
|
|
61554
62065
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/sdk",
|
|
3
|
-
"version": "1.6.0-next.
|
|
3
|
+
"version": "1.6.0-next.45",
|
|
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.6.0-next.
|
|
30
|
-
"@superdoc-dev/sdk-darwin-x64": "1.6.0-next.
|
|
31
|
-
"@superdoc-dev/sdk-linux-x64": "1.6.0-next.
|
|
32
|
-
"@superdoc-dev/sdk-windows-x64": "1.6.0-next.
|
|
33
|
-
"@superdoc-dev/sdk-linux-arm64": "1.6.0-next.
|
|
29
|
+
"@superdoc-dev/sdk-darwin-arm64": "1.6.0-next.45",
|
|
30
|
+
"@superdoc-dev/sdk-darwin-x64": "1.6.0-next.45",
|
|
31
|
+
"@superdoc-dev/sdk-linux-x64": "1.6.0-next.45",
|
|
32
|
+
"@superdoc-dev/sdk-windows-x64": "1.6.0-next.45",
|
|
33
|
+
"@superdoc-dev/sdk-linux-arm64": "1.6.0-next.45"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
Binary file
|
|
Binary file
|