@superdoc-dev/sdk 1.0.0-alpha.26 → 1.0.0-alpha.28
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 +102 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +2629 -215
- package/dist/generated/contract.d.ts +1820 -193
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +2629 -215
- package/package.json +6 -6
- package/tools/catalog.json +1933 -265
- package/tools/tools-policy.json +1 -1
- package/tools/tools.generic.json +1955 -287
|
@@ -3658,28 +3658,130 @@ export type DocFormatStylisticSetsResult = unknown;
|
|
|
3658
3658
|
export type DocFormatContextualAlternatesResult = unknown;
|
|
3659
3659
|
export type DocStylesApplyResult = {
|
|
3660
3660
|
after: {
|
|
3661
|
+
adjustRightInd?: "on" | "off" | "inherit";
|
|
3662
|
+
autoSpaceDE?: "on" | "off" | "inherit";
|
|
3663
|
+
autoSpaceDN?: "on" | "off" | "inherit";
|
|
3661
3664
|
bold?: "on" | "off" | "inherit";
|
|
3665
|
+
boldCs?: "on" | "off" | "inherit";
|
|
3666
|
+
borders?: Record<string, unknown> | "inherit";
|
|
3662
3667
|
color?: Record<string, unknown> | "inherit";
|
|
3668
|
+
contextualSpacing?: "on" | "off" | "inherit";
|
|
3669
|
+
dstrike?: "on" | "off" | "inherit";
|
|
3670
|
+
eastAsianLayout?: Record<string, unknown> | "inherit";
|
|
3671
|
+
effect?: string | "inherit";
|
|
3672
|
+
em?: string | "inherit";
|
|
3673
|
+
emboss?: "on" | "off" | "inherit";
|
|
3674
|
+
fitText?: Record<string, unknown> | "inherit";
|
|
3663
3675
|
fontFamily?: Record<string, unknown> | "inherit";
|
|
3664
3676
|
fontSize?: number | "inherit";
|
|
3665
3677
|
fontSizeCs?: number | "inherit";
|
|
3678
|
+
framePr?: Record<string, unknown> | "inherit";
|
|
3679
|
+
iCs?: "on" | "off" | "inherit";
|
|
3680
|
+
imprint?: "on" | "off" | "inherit";
|
|
3666
3681
|
indent?: Record<string, unknown> | "inherit";
|
|
3667
3682
|
italic?: "on" | "off" | "inherit";
|
|
3668
3683
|
justification?: string | "inherit";
|
|
3684
|
+
keepLines?: "on" | "off" | "inherit";
|
|
3685
|
+
keepNext?: "on" | "off" | "inherit";
|
|
3686
|
+
kern?: number | "inherit";
|
|
3687
|
+
kinsoku?: "on" | "off" | "inherit";
|
|
3688
|
+
lang?: Record<string, unknown> | "inherit";
|
|
3669
3689
|
letterSpacing?: number | "inherit";
|
|
3690
|
+
mirrorIndents?: "on" | "off" | "inherit";
|
|
3691
|
+
noProof?: "on" | "off" | "inherit";
|
|
3692
|
+
numberingProperties?: Record<string, unknown> | "inherit";
|
|
3693
|
+
outline?: "on" | "off" | "inherit";
|
|
3694
|
+
outlineLvl?: number | "inherit";
|
|
3695
|
+
overflowPunct?: "on" | "off" | "inherit";
|
|
3696
|
+
pageBreakBefore?: "on" | "off" | "inherit";
|
|
3697
|
+
position?: number | "inherit";
|
|
3698
|
+
rightToLeft?: "on" | "off" | "inherit";
|
|
3699
|
+
shading?: Record<string, unknown> | "inherit";
|
|
3700
|
+
shadow?: "on" | "off" | "inherit";
|
|
3701
|
+
smallCaps?: "on" | "off" | "inherit";
|
|
3702
|
+
snapToGrid?: "on" | "off" | "inherit";
|
|
3670
3703
|
spacing?: Record<string, unknown> | "inherit";
|
|
3704
|
+
specVanish?: "on" | "off" | "inherit";
|
|
3705
|
+
strike?: "on" | "off" | "inherit";
|
|
3706
|
+
suppressAutoHyphens?: "on" | "off" | "inherit";
|
|
3707
|
+
suppressLineNumbers?: "on" | "off" | "inherit";
|
|
3708
|
+
suppressOverlap?: "on" | "off" | "inherit";
|
|
3709
|
+
tabStops?: Array<unknown> | "inherit";
|
|
3710
|
+
textAlignment?: string | "inherit";
|
|
3711
|
+
textboxTightWrap?: string | "inherit";
|
|
3712
|
+
textDirection?: string | "inherit";
|
|
3713
|
+
textTransform?: string | "inherit";
|
|
3714
|
+
topLinePunct?: "on" | "off" | "inherit";
|
|
3715
|
+
underline?: Record<string, unknown> | "inherit";
|
|
3716
|
+
vanish?: "on" | "off" | "inherit";
|
|
3717
|
+
vertAlign?: string | "inherit";
|
|
3718
|
+
w?: number | "inherit";
|
|
3719
|
+
webHidden?: "on" | "off" | "inherit";
|
|
3720
|
+
widowControl?: "on" | "off" | "inherit";
|
|
3721
|
+
wordWrap?: "on" | "off" | "inherit";
|
|
3671
3722
|
};
|
|
3672
3723
|
before: {
|
|
3724
|
+
adjustRightInd?: "on" | "off" | "inherit";
|
|
3725
|
+
autoSpaceDE?: "on" | "off" | "inherit";
|
|
3726
|
+
autoSpaceDN?: "on" | "off" | "inherit";
|
|
3673
3727
|
bold?: "on" | "off" | "inherit";
|
|
3728
|
+
boldCs?: "on" | "off" | "inherit";
|
|
3729
|
+
borders?: Record<string, unknown> | "inherit";
|
|
3674
3730
|
color?: Record<string, unknown> | "inherit";
|
|
3731
|
+
contextualSpacing?: "on" | "off" | "inherit";
|
|
3732
|
+
dstrike?: "on" | "off" | "inherit";
|
|
3733
|
+
eastAsianLayout?: Record<string, unknown> | "inherit";
|
|
3734
|
+
effect?: string | "inherit";
|
|
3735
|
+
em?: string | "inherit";
|
|
3736
|
+
emboss?: "on" | "off" | "inherit";
|
|
3737
|
+
fitText?: Record<string, unknown> | "inherit";
|
|
3675
3738
|
fontFamily?: Record<string, unknown> | "inherit";
|
|
3676
3739
|
fontSize?: number | "inherit";
|
|
3677
3740
|
fontSizeCs?: number | "inherit";
|
|
3741
|
+
framePr?: Record<string, unknown> | "inherit";
|
|
3742
|
+
iCs?: "on" | "off" | "inherit";
|
|
3743
|
+
imprint?: "on" | "off" | "inherit";
|
|
3678
3744
|
indent?: Record<string, unknown> | "inherit";
|
|
3679
3745
|
italic?: "on" | "off" | "inherit";
|
|
3680
3746
|
justification?: string | "inherit";
|
|
3747
|
+
keepLines?: "on" | "off" | "inherit";
|
|
3748
|
+
keepNext?: "on" | "off" | "inherit";
|
|
3749
|
+
kern?: number | "inherit";
|
|
3750
|
+
kinsoku?: "on" | "off" | "inherit";
|
|
3751
|
+
lang?: Record<string, unknown> | "inherit";
|
|
3681
3752
|
letterSpacing?: number | "inherit";
|
|
3753
|
+
mirrorIndents?: "on" | "off" | "inherit";
|
|
3754
|
+
noProof?: "on" | "off" | "inherit";
|
|
3755
|
+
numberingProperties?: Record<string, unknown> | "inherit";
|
|
3756
|
+
outline?: "on" | "off" | "inherit";
|
|
3757
|
+
outlineLvl?: number | "inherit";
|
|
3758
|
+
overflowPunct?: "on" | "off" | "inherit";
|
|
3759
|
+
pageBreakBefore?: "on" | "off" | "inherit";
|
|
3760
|
+
position?: number | "inherit";
|
|
3761
|
+
rightToLeft?: "on" | "off" | "inherit";
|
|
3762
|
+
shading?: Record<string, unknown> | "inherit";
|
|
3763
|
+
shadow?: "on" | "off" | "inherit";
|
|
3764
|
+
smallCaps?: "on" | "off" | "inherit";
|
|
3765
|
+
snapToGrid?: "on" | "off" | "inherit";
|
|
3682
3766
|
spacing?: Record<string, unknown> | "inherit";
|
|
3767
|
+
specVanish?: "on" | "off" | "inherit";
|
|
3768
|
+
strike?: "on" | "off" | "inherit";
|
|
3769
|
+
suppressAutoHyphens?: "on" | "off" | "inherit";
|
|
3770
|
+
suppressLineNumbers?: "on" | "off" | "inherit";
|
|
3771
|
+
suppressOverlap?: "on" | "off" | "inherit";
|
|
3772
|
+
tabStops?: Array<unknown> | "inherit";
|
|
3773
|
+
textAlignment?: string | "inherit";
|
|
3774
|
+
textboxTightWrap?: string | "inherit";
|
|
3775
|
+
textDirection?: string | "inherit";
|
|
3776
|
+
textTransform?: string | "inherit";
|
|
3777
|
+
topLinePunct?: "on" | "off" | "inherit";
|
|
3778
|
+
underline?: Record<string, unknown> | "inherit";
|
|
3779
|
+
vanish?: "on" | "off" | "inherit";
|
|
3780
|
+
vertAlign?: string | "inherit";
|
|
3781
|
+
w?: number | "inherit";
|
|
3782
|
+
webHidden?: "on" | "off" | "inherit";
|
|
3783
|
+
widowControl?: "on" | "off" | "inherit";
|
|
3784
|
+
wordWrap?: "on" | "off" | "inherit";
|
|
3683
3785
|
};
|
|
3684
3786
|
changed: boolean;
|
|
3685
3787
|
dryRun: boolean;
|