@fern-api/fdr-sdk 1.2.65-c0946d299a → 1.2.66-1e936998cd
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/api-definition/__test__/prune.test.js +74 -0
- package/dist/api-definition/__test__/prune.test.js.map +1 -1
- package/dist/api-definition/prune.d.ts.map +1 -1
- package/dist/api-definition/prune.js +21 -4
- package/dist/api-definition/prune.js.map +1 -1
- package/dist/client/docs-types/db.d.ts +47 -0
- package/dist/client/docs-types/db.d.ts.map +1 -1
- package/dist/client/docs-types/read.d.ts +21 -0
- package/dist/client/docs-types/read.d.ts.map +1 -1
- package/dist/client/docs-types/shared.d.ts +3 -0
- package/dist/client/docs-types/shared.d.ts.map +1 -1
- package/dist/client/docs-types/shared.js +2 -1
- package/dist/client/docs-types/shared.js.map +1 -1
- package/dist/client/docs-types/write.d.ts +12 -0
- package/dist/client/docs-types/write.d.ts.map +1 -1
- package/dist/js/api-definition/index.js +7 -3
- package/dist/js/api-definition/index.js.map +1 -1
- package/dist/js/api-definition/index.mjs +7 -3
- package/dist/js/api-definition/index.mjs.map +1 -1
- package/dist/js/client/FdrClient.js +15 -2
- package/dist/js/client/FdrClient.js.map +1 -1
- package/dist/js/client/FdrClient.mjs +15 -2
- package/dist/js/client/FdrClient.mjs.map +1 -1
- package/dist/js/client/types.js +2 -1
- package/dist/js/client/types.js.map +1 -1
- package/dist/js/client/types.mjs +2 -1
- package/dist/js/client/types.mjs.map +1 -1
- package/dist/js/converters/index.js +9 -4
- package/dist/js/converters/index.js.map +1 -1
- package/dist/js/converters/index.mjs +9 -4
- package/dist/js/converters/index.mjs.map +1 -1
- package/dist/js/docs/index.js +2 -1
- package/dist/js/docs/index.js.map +1 -1
- package/dist/js/docs/index.mjs +2 -1
- package/dist/js/docs/index.mjs.map +1 -1
- package/dist/js/index.js +22 -5
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +22 -5
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/navigation/index.js +9 -4
- package/dist/js/navigation/index.js.map +1 -1
- package/dist/js/navigation/index.mjs +9 -4
- package/dist/js/navigation/index.mjs.map +1 -1
- package/dist/js/orpc-client.js +19 -2
- package/dist/js/orpc-client.js.map +1 -1
- package/dist/js/orpc-client.mjs +17 -2
- package/dist/js/orpc-client.mjs.map +1 -1
- package/dist/orpc-client/docs/v1/read/contract.d.ts +14 -0
- package/dist/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
- package/dist/orpc-client/docs/v1/write/contract.d.ts +4 -0
- package/dist/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
- package/dist/orpc-client/docs/v2/read/contract.d.ts +32 -0
- package/dist/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
- package/dist/orpc-client/docs/v2/write/contract.d.ts +8 -0
- package/dist/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
- package/dist/orpc-client/docs-ledger/contract.d.ts +134 -0
- package/dist/orpc-client/docs-ledger/contract.d.ts.map +1 -1
- package/dist/orpc-client/docs-ledger/contract.js +13 -1
- package/dist/orpc-client/docs-ledger/contract.js.map +1 -1
- package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts +126 -0
- package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/api-definition/prune.d.ts.map +1 -1
- package/dist/types/client/docs-types/db.d.ts +47 -0
- package/dist/types/client/docs-types/db.d.ts.map +1 -1
- package/dist/types/client/docs-types/read.d.ts +21 -0
- package/dist/types/client/docs-types/read.d.ts.map +1 -1
- package/dist/types/client/docs-types/shared.d.ts +3 -0
- package/dist/types/client/docs-types/shared.d.ts.map +1 -1
- package/dist/types/client/docs-types/write.d.ts +12 -0
- package/dist/types/client/docs-types/write.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts +14 -0
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts +4 -0
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts +32 -0
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts +8 -0
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs-ledger/contract.d.ts +134 -0
- package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +126 -0
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3922,6 +3922,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
3922
3922
|
url: string;
|
|
3923
3923
|
title?: string | undefined;
|
|
3924
3924
|
}[] | undefined;
|
|
3925
|
+
maskPii?: boolean | undefined;
|
|
3925
3926
|
}, z.ZodTypeDef, {
|
|
3926
3927
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
3927
3928
|
systemPrompt?: string | undefined;
|
|
@@ -3930,6 +3931,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
3930
3931
|
url: string;
|
|
3931
3932
|
title?: string | undefined;
|
|
3932
3933
|
}[] | undefined;
|
|
3934
|
+
maskPii?: boolean | undefined;
|
|
3933
3935
|
}>>;
|
|
3934
3936
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
3935
3937
|
options?: {
|
|
@@ -4894,6 +4896,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
4894
4896
|
url: string;
|
|
4895
4897
|
title?: string | undefined;
|
|
4896
4898
|
}[] | undefined;
|
|
4899
|
+
maskPii?: boolean | undefined;
|
|
4897
4900
|
} | undefined;
|
|
4898
4901
|
pageActions?: {
|
|
4899
4902
|
options?: {
|
|
@@ -5809,6 +5812,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
5809
5812
|
url: string;
|
|
5810
5813
|
title?: string | undefined;
|
|
5811
5814
|
}[] | undefined;
|
|
5815
|
+
maskPii?: boolean | undefined;
|
|
5812
5816
|
} | undefined;
|
|
5813
5817
|
pageActions?: {
|
|
5814
5818
|
options?: {
|
|
@@ -6783,12 +6787,20 @@ export declare const LedgerFileArtifactMetadataSchema: z.ZodObject<{
|
|
|
6783
6787
|
height: z.ZodOptional<z.ZodNumber>;
|
|
6784
6788
|
blurDataURL: z.ZodOptional<z.ZodString>;
|
|
6785
6789
|
}, z.ZodTypeAny, "passthrough">>;
|
|
6790
|
+
export declare const LedgerStructuralRedirectKindSchema: z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>;
|
|
6791
|
+
export declare const LedgerRedirectKindSchema: z.ZodEnum<["structural", "link"]>;
|
|
6786
6792
|
export declare const LedgerRedirectMetadataSchema: z.ZodObject<{
|
|
6787
6793
|
href: z.ZodOptional<z.ZodString>;
|
|
6794
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
6795
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
6788
6796
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6789
6797
|
href: z.ZodOptional<z.ZodString>;
|
|
6798
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
6799
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
6790
6800
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6791
6801
|
href: z.ZodOptional<z.ZodString>;
|
|
6802
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
6803
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
6792
6804
|
}, z.ZodTypeAny, "passthrough">>;
|
|
6793
6805
|
export declare const LedgerArtifactMetadataSchema: z.ZodUnion<[z.ZodObject<{
|
|
6794
6806
|
pageId: z.ZodOptional<z.ZodString>;
|
|
@@ -7335,10 +7347,16 @@ export declare const LedgerArtifactMetadataSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7335
7347
|
blurDataURL: z.ZodOptional<z.ZodString>;
|
|
7336
7348
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
7337
7349
|
href: z.ZodOptional<z.ZodString>;
|
|
7350
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
7351
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
7338
7352
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7339
7353
|
href: z.ZodOptional<z.ZodString>;
|
|
7354
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
7355
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
7340
7356
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7341
7357
|
href: z.ZodOptional<z.ZodString>;
|
|
7358
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
7359
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
7342
7360
|
}, z.ZodTypeAny, "passthrough">>]>;
|
|
7343
7361
|
export type LedgerArtifactMetadata = z.infer<typeof LedgerArtifactMetadataSchema>;
|
|
7344
7362
|
/**
|
|
@@ -7994,10 +8012,16 @@ export declare const LEDGER_ARTIFACT_METADATA_SCHEMAS: {
|
|
|
7994
8012
|
}, z.ZodTypeAny, "passthrough">>;
|
|
7995
8013
|
readonly redirect: z.ZodObject<{
|
|
7996
8014
|
href: z.ZodOptional<z.ZodString>;
|
|
8015
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
8016
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
7997
8017
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7998
8018
|
href: z.ZodOptional<z.ZodString>;
|
|
8019
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
8020
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
7999
8021
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8000
8022
|
href: z.ZodOptional<z.ZodString>;
|
|
8023
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
8024
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
8001
8025
|
}, z.ZodTypeAny, "passthrough">>;
|
|
8002
8026
|
};
|
|
8003
8027
|
/**
|
|
@@ -9233,16 +9257,24 @@ export declare const LedgerNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
9233
9257
|
type: z.ZodLiteral<"redirect">;
|
|
9234
9258
|
metadata: z.ZodObject<{
|
|
9235
9259
|
href: z.ZodOptional<z.ZodString>;
|
|
9260
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
9261
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
9236
9262
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9237
9263
|
href: z.ZodOptional<z.ZodString>;
|
|
9264
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
9265
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
9238
9266
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9239
9267
|
href: z.ZodOptional<z.ZodString>;
|
|
9268
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
9269
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
9240
9270
|
}, z.ZodTypeAny, "passthrough">>;
|
|
9241
9271
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
9242
9272
|
type: "redirect";
|
|
9243
9273
|
hidden: boolean;
|
|
9244
9274
|
metadata: {
|
|
9245
9275
|
href?: string | undefined;
|
|
9276
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
9277
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
9246
9278
|
} & {
|
|
9247
9279
|
[k: string]: unknown;
|
|
9248
9280
|
};
|
|
@@ -9254,6 +9286,8 @@ export declare const LedgerNavRouteSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
9254
9286
|
hidden: boolean;
|
|
9255
9287
|
metadata: {
|
|
9256
9288
|
href?: string | undefined;
|
|
9289
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
9290
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
9257
9291
|
} & {
|
|
9258
9292
|
[k: string]: unknown;
|
|
9259
9293
|
};
|
|
@@ -13041,6 +13075,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
13041
13075
|
url: string;
|
|
13042
13076
|
title?: string | undefined;
|
|
13043
13077
|
}[] | undefined;
|
|
13078
|
+
maskPii?: boolean | undefined;
|
|
13044
13079
|
}, z.ZodTypeDef, {
|
|
13045
13080
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
13046
13081
|
systemPrompt?: string | undefined;
|
|
@@ -13049,6 +13084,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
13049
13084
|
url: string;
|
|
13050
13085
|
title?: string | undefined;
|
|
13051
13086
|
}[] | undefined;
|
|
13087
|
+
maskPii?: boolean | undefined;
|
|
13052
13088
|
}>>;
|
|
13053
13089
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
13054
13090
|
options?: {
|
|
@@ -14013,6 +14049,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
14013
14049
|
url: string;
|
|
14014
14050
|
title?: string | undefined;
|
|
14015
14051
|
}[] | undefined;
|
|
14052
|
+
maskPii?: boolean | undefined;
|
|
14016
14053
|
} | undefined;
|
|
14017
14054
|
pageActions?: {
|
|
14018
14055
|
options?: {
|
|
@@ -14928,6 +14965,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
14928
14965
|
url: string;
|
|
14929
14966
|
title?: string | undefined;
|
|
14930
14967
|
}[] | undefined;
|
|
14968
|
+
maskPii?: boolean | undefined;
|
|
14931
14969
|
} | undefined;
|
|
14932
14970
|
pageActions?: {
|
|
14933
14971
|
options?: {
|
|
@@ -15942,6 +15980,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
15942
15980
|
url: string;
|
|
15943
15981
|
title?: string | undefined;
|
|
15944
15982
|
}[] | undefined;
|
|
15983
|
+
maskPii?: boolean | undefined;
|
|
15945
15984
|
} | undefined;
|
|
15946
15985
|
pageActions?: {
|
|
15947
15986
|
options?: {
|
|
@@ -16897,6 +16936,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
16897
16936
|
url: string;
|
|
16898
16937
|
title?: string | undefined;
|
|
16899
16938
|
}[] | undefined;
|
|
16939
|
+
maskPii?: boolean | undefined;
|
|
16900
16940
|
} | undefined;
|
|
16901
16941
|
pageActions?: {
|
|
16902
16942
|
options?: {
|
|
@@ -20719,6 +20759,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
20719
20759
|
url: string;
|
|
20720
20760
|
title?: string | undefined;
|
|
20721
20761
|
}[] | undefined;
|
|
20762
|
+
maskPii?: boolean | undefined;
|
|
20722
20763
|
}, z.ZodTypeDef, {
|
|
20723
20764
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
20724
20765
|
systemPrompt?: string | undefined;
|
|
@@ -20727,6 +20768,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
20727
20768
|
url: string;
|
|
20728
20769
|
title?: string | undefined;
|
|
20729
20770
|
}[] | undefined;
|
|
20771
|
+
maskPii?: boolean | undefined;
|
|
20730
20772
|
}>>;
|
|
20731
20773
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
20732
20774
|
options?: {
|
|
@@ -21691,6 +21733,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
21691
21733
|
url: string;
|
|
21692
21734
|
title?: string | undefined;
|
|
21693
21735
|
}[] | undefined;
|
|
21736
|
+
maskPii?: boolean | undefined;
|
|
21694
21737
|
} | undefined;
|
|
21695
21738
|
pageActions?: {
|
|
21696
21739
|
options?: {
|
|
@@ -22606,6 +22649,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
22606
22649
|
url: string;
|
|
22607
22650
|
title?: string | undefined;
|
|
22608
22651
|
}[] | undefined;
|
|
22652
|
+
maskPii?: boolean | undefined;
|
|
22609
22653
|
} | undefined;
|
|
22610
22654
|
pageActions?: {
|
|
22611
22655
|
options?: {
|
|
@@ -23611,6 +23655,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
23611
23655
|
url: string;
|
|
23612
23656
|
title?: string | undefined;
|
|
23613
23657
|
}[] | undefined;
|
|
23658
|
+
maskPii?: boolean | undefined;
|
|
23614
23659
|
} | undefined;
|
|
23615
23660
|
pageActions?: {
|
|
23616
23661
|
options?: {
|
|
@@ -24567,6 +24612,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
24567
24612
|
url: string;
|
|
24568
24613
|
title?: string | undefined;
|
|
24569
24614
|
}[] | undefined;
|
|
24615
|
+
maskPii?: boolean | undefined;
|
|
24570
24616
|
} | undefined;
|
|
24571
24617
|
pageActions?: {
|
|
24572
24618
|
options?: {
|
|
@@ -25559,6 +25605,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
25559
25605
|
url: string;
|
|
25560
25606
|
title?: string | undefined;
|
|
25561
25607
|
}[] | undefined;
|
|
25608
|
+
maskPii?: boolean | undefined;
|
|
25562
25609
|
} | undefined;
|
|
25563
25610
|
pageActions?: {
|
|
25564
25611
|
options?: {
|
|
@@ -26515,6 +26562,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
26515
26562
|
url: string;
|
|
26516
26563
|
title?: string | undefined;
|
|
26517
26564
|
}[] | undefined;
|
|
26565
|
+
maskPii?: boolean | undefined;
|
|
26518
26566
|
} | undefined;
|
|
26519
26567
|
pageActions?: {
|
|
26520
26568
|
options?: {
|
|
@@ -27478,6 +27526,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
27478
27526
|
url: string;
|
|
27479
27527
|
title?: string | undefined;
|
|
27480
27528
|
}[] | undefined;
|
|
27529
|
+
maskPii?: boolean | undefined;
|
|
27481
27530
|
} | undefined;
|
|
27482
27531
|
pageActions?: {
|
|
27483
27532
|
options?: {
|
|
@@ -28440,6 +28489,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
28440
28489
|
url: string;
|
|
28441
28490
|
title?: string | undefined;
|
|
28442
28491
|
}[] | undefined;
|
|
28492
|
+
maskPii?: boolean | undefined;
|
|
28443
28493
|
} | undefined;
|
|
28444
28494
|
pageActions?: {
|
|
28445
28495
|
options?: {
|
|
@@ -29408,6 +29458,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
29408
29458
|
url: string;
|
|
29409
29459
|
title?: string | undefined;
|
|
29410
29460
|
}[] | undefined;
|
|
29461
|
+
maskPii?: boolean | undefined;
|
|
29411
29462
|
} | undefined;
|
|
29412
29463
|
pageActions?: {
|
|
29413
29464
|
options?: {
|
|
@@ -30370,6 +30421,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
30370
30421
|
url: string;
|
|
30371
30422
|
title?: string | undefined;
|
|
30372
30423
|
}[] | undefined;
|
|
30424
|
+
maskPii?: boolean | undefined;
|
|
30373
30425
|
} | undefined;
|
|
30374
30426
|
pageActions?: {
|
|
30375
30427
|
options?: {
|
|
@@ -34204,6 +34256,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
34204
34256
|
url: string;
|
|
34205
34257
|
title?: string | undefined;
|
|
34206
34258
|
}[] | undefined;
|
|
34259
|
+
maskPii?: boolean | undefined;
|
|
34207
34260
|
}, z.ZodTypeDef, {
|
|
34208
34261
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
34209
34262
|
systemPrompt?: string | undefined;
|
|
@@ -34212,6 +34265,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
34212
34265
|
url: string;
|
|
34213
34266
|
title?: string | undefined;
|
|
34214
34267
|
}[] | undefined;
|
|
34268
|
+
maskPii?: boolean | undefined;
|
|
34215
34269
|
}>>;
|
|
34216
34270
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
34217
34271
|
options?: {
|
|
@@ -35176,6 +35230,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
35176
35230
|
url: string;
|
|
35177
35231
|
title?: string | undefined;
|
|
35178
35232
|
}[] | undefined;
|
|
35233
|
+
maskPii?: boolean | undefined;
|
|
35179
35234
|
} | undefined;
|
|
35180
35235
|
pageActions?: {
|
|
35181
35236
|
options?: {
|
|
@@ -36091,6 +36146,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
36091
36146
|
url: string;
|
|
36092
36147
|
title?: string | undefined;
|
|
36093
36148
|
}[] | undefined;
|
|
36149
|
+
maskPii?: boolean | undefined;
|
|
36094
36150
|
} | undefined;
|
|
36095
36151
|
pageActions?: {
|
|
36096
36152
|
options?: {
|
|
@@ -37117,6 +37173,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
37117
37173
|
url: string;
|
|
37118
37174
|
title?: string | undefined;
|
|
37119
37175
|
}[] | undefined;
|
|
37176
|
+
maskPii?: boolean | undefined;
|
|
37120
37177
|
} | undefined;
|
|
37121
37178
|
pageActions?: {
|
|
37122
37179
|
options?: {
|
|
@@ -38073,6 +38130,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
38073
38130
|
url: string;
|
|
38074
38131
|
title?: string | undefined;
|
|
38075
38132
|
}[] | undefined;
|
|
38133
|
+
maskPii?: boolean | undefined;
|
|
38076
38134
|
} | undefined;
|
|
38077
38135
|
pageActions?: {
|
|
38078
38136
|
options?: {
|
|
@@ -39026,6 +39084,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
39026
39084
|
url: string;
|
|
39027
39085
|
title?: string | undefined;
|
|
39028
39086
|
}[] | undefined;
|
|
39087
|
+
maskPii?: boolean | undefined;
|
|
39029
39088
|
} | undefined;
|
|
39030
39089
|
pageActions?: {
|
|
39031
39090
|
options?: {
|
|
@@ -39990,6 +40049,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
39990
40049
|
url: string;
|
|
39991
40050
|
title?: string | undefined;
|
|
39992
40051
|
}[] | undefined;
|
|
40052
|
+
maskPii?: boolean | undefined;
|
|
39993
40053
|
} | undefined;
|
|
39994
40054
|
pageActions?: {
|
|
39995
40055
|
options?: {
|
|
@@ -40942,6 +41002,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
40942
41002
|
url: string;
|
|
40943
41003
|
title?: string | undefined;
|
|
40944
41004
|
}[] | undefined;
|
|
41005
|
+
maskPii?: boolean | undefined;
|
|
40945
41006
|
} | undefined;
|
|
40946
41007
|
pageActions?: {
|
|
40947
41008
|
options?: {
|
|
@@ -41907,6 +41968,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
41907
41968
|
url: string;
|
|
41908
41969
|
title?: string | undefined;
|
|
41909
41970
|
}[] | undefined;
|
|
41971
|
+
maskPii?: boolean | undefined;
|
|
41910
41972
|
} | undefined;
|
|
41911
41973
|
pageActions?: {
|
|
41912
41974
|
options?: {
|
|
@@ -42860,6 +42922,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
42860
42922
|
url: string;
|
|
42861
42923
|
title?: string | undefined;
|
|
42862
42924
|
}[] | undefined;
|
|
42925
|
+
maskPii?: boolean | undefined;
|
|
42863
42926
|
} | undefined;
|
|
42864
42927
|
pageActions?: {
|
|
42865
42928
|
options?: {
|
|
@@ -43824,6 +43887,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
43824
43887
|
url: string;
|
|
43825
43888
|
title?: string | undefined;
|
|
43826
43889
|
}[] | undefined;
|
|
43890
|
+
maskPii?: boolean | undefined;
|
|
43827
43891
|
} | undefined;
|
|
43828
43892
|
pageActions?: {
|
|
43829
43893
|
options?: {
|
|
@@ -44776,6 +44840,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
44776
44840
|
url: string;
|
|
44777
44841
|
title?: string | undefined;
|
|
44778
44842
|
}[] | undefined;
|
|
44843
|
+
maskPii?: boolean | undefined;
|
|
44779
44844
|
} | undefined;
|
|
44780
44845
|
pageActions?: {
|
|
44781
44846
|
options?: {
|
|
@@ -45741,6 +45806,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
45741
45806
|
url: string;
|
|
45742
45807
|
title?: string | undefined;
|
|
45743
45808
|
}[] | undefined;
|
|
45809
|
+
maskPii?: boolean | undefined;
|
|
45744
45810
|
} | undefined;
|
|
45745
45811
|
pageActions?: {
|
|
45746
45812
|
options?: {
|
|
@@ -46760,6 +46826,7 @@ export declare const docsLedgerContract: {
|
|
|
46760
46826
|
url: string;
|
|
46761
46827
|
title?: string | undefined;
|
|
46762
46828
|
}[] | undefined;
|
|
46829
|
+
maskPii?: boolean | undefined;
|
|
46763
46830
|
} | undefined;
|
|
46764
46831
|
pageActions?: {
|
|
46765
46832
|
options?: {
|
|
@@ -47722,6 +47789,7 @@ export declare const docsLedgerContract: {
|
|
|
47722
47789
|
url: string;
|
|
47723
47790
|
title?: string | undefined;
|
|
47724
47791
|
}[] | undefined;
|
|
47792
|
+
maskPii?: boolean | undefined;
|
|
47725
47793
|
} | undefined;
|
|
47726
47794
|
pageActions?: {
|
|
47727
47795
|
options?: {
|
|
@@ -48705,6 +48773,7 @@ export declare const docsLedgerContract: {
|
|
|
48705
48773
|
url: string;
|
|
48706
48774
|
title?: string | undefined;
|
|
48707
48775
|
}[] | undefined;
|
|
48776
|
+
maskPii?: boolean | undefined;
|
|
48708
48777
|
} | undefined;
|
|
48709
48778
|
pageActions?: {
|
|
48710
48779
|
options?: {
|
|
@@ -49669,6 +49738,7 @@ export declare const docsLedgerContract: {
|
|
|
49669
49738
|
url: string;
|
|
49670
49739
|
title?: string | undefined;
|
|
49671
49740
|
}[] | undefined;
|
|
49741
|
+
maskPii?: boolean | undefined;
|
|
49672
49742
|
} | undefined;
|
|
49673
49743
|
pageActions?: {
|
|
49674
49744
|
options?: {
|
|
@@ -50621,6 +50691,7 @@ export declare const docsLedgerContract: {
|
|
|
50621
50691
|
url: string;
|
|
50622
50692
|
title?: string | undefined;
|
|
50623
50693
|
}[] | undefined;
|
|
50694
|
+
maskPii?: boolean | undefined;
|
|
50624
50695
|
} | undefined;
|
|
50625
50696
|
pageActions?: {
|
|
50626
50697
|
options?: {
|
|
@@ -51586,6 +51657,7 @@ export declare const docsLedgerContract: {
|
|
|
51586
51657
|
url: string;
|
|
51587
51658
|
title?: string | undefined;
|
|
51588
51659
|
}[] | undefined;
|
|
51660
|
+
maskPii?: boolean | undefined;
|
|
51589
51661
|
} | undefined;
|
|
51590
51662
|
pageActions?: {
|
|
51591
51663
|
options?: {
|
|
@@ -52590,6 +52662,7 @@ export declare const docsLedgerContract: {
|
|
|
52590
52662
|
url: string;
|
|
52591
52663
|
title?: string | undefined;
|
|
52592
52664
|
}[] | undefined;
|
|
52665
|
+
maskPii?: boolean | undefined;
|
|
52593
52666
|
} | undefined;
|
|
52594
52667
|
pageActions?: {
|
|
52595
52668
|
options?: {
|
|
@@ -53552,6 +53625,7 @@ export declare const docsLedgerContract: {
|
|
|
53552
53625
|
url: string;
|
|
53553
53626
|
title?: string | undefined;
|
|
53554
53627
|
}[] | undefined;
|
|
53628
|
+
maskPii?: boolean | undefined;
|
|
53555
53629
|
} | undefined;
|
|
53556
53630
|
pageActions?: {
|
|
53557
53631
|
options?: {
|
|
@@ -57561,6 +57635,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
57561
57635
|
url: string;
|
|
57562
57636
|
title?: string | undefined;
|
|
57563
57637
|
}[] | undefined;
|
|
57638
|
+
maskPii?: boolean | undefined;
|
|
57564
57639
|
}, z.ZodTypeDef, {
|
|
57565
57640
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
57566
57641
|
systemPrompt?: string | undefined;
|
|
@@ -57569,6 +57644,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
57569
57644
|
url: string;
|
|
57570
57645
|
title?: string | undefined;
|
|
57571
57646
|
}[] | undefined;
|
|
57647
|
+
maskPii?: boolean | undefined;
|
|
57572
57648
|
}>>;
|
|
57573
57649
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
57574
57650
|
options?: {
|
|
@@ -58533,6 +58609,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
58533
58609
|
url: string;
|
|
58534
58610
|
title?: string | undefined;
|
|
58535
58611
|
}[] | undefined;
|
|
58612
|
+
maskPii?: boolean | undefined;
|
|
58536
58613
|
} | undefined;
|
|
58537
58614
|
pageActions?: {
|
|
58538
58615
|
options?: {
|
|
@@ -59448,6 +59525,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
59448
59525
|
url: string;
|
|
59449
59526
|
title?: string | undefined;
|
|
59450
59527
|
}[] | undefined;
|
|
59528
|
+
maskPii?: boolean | undefined;
|
|
59451
59529
|
} | undefined;
|
|
59452
59530
|
pageActions?: {
|
|
59453
59531
|
options?: {
|
|
@@ -61650,6 +61728,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
61650
61728
|
url: string;
|
|
61651
61729
|
title?: string | undefined;
|
|
61652
61730
|
}[] | undefined;
|
|
61731
|
+
maskPii?: boolean | undefined;
|
|
61653
61732
|
} | undefined;
|
|
61654
61733
|
pageActions?: {
|
|
61655
61734
|
options?: {
|
|
@@ -62828,6 +62907,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
62828
62907
|
url: string;
|
|
62829
62908
|
title?: string | undefined;
|
|
62830
62909
|
}[] | undefined;
|
|
62910
|
+
maskPii?: boolean | undefined;
|
|
62831
62911
|
} | undefined;
|
|
62832
62912
|
pageActions?: {
|
|
62833
62913
|
options?: {
|
|
@@ -64427,16 +64507,24 @@ export declare const NavResponseSchema: z.ZodObject<{
|
|
|
64427
64507
|
type: z.ZodLiteral<"redirect">;
|
|
64428
64508
|
metadata: z.ZodObject<{
|
|
64429
64509
|
href: z.ZodOptional<z.ZodString>;
|
|
64510
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
64511
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
64430
64512
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
64431
64513
|
href: z.ZodOptional<z.ZodString>;
|
|
64514
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
64515
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
64432
64516
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
64433
64517
|
href: z.ZodOptional<z.ZodString>;
|
|
64518
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
64519
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
64434
64520
|
}, z.ZodTypeAny, "passthrough">>;
|
|
64435
64521
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
64436
64522
|
type: "redirect";
|
|
64437
64523
|
hidden: boolean;
|
|
64438
64524
|
metadata: {
|
|
64439
64525
|
href?: string | undefined;
|
|
64526
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
64527
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
64440
64528
|
} & {
|
|
64441
64529
|
[k: string]: unknown;
|
|
64442
64530
|
};
|
|
@@ -64448,6 +64536,8 @@ export declare const NavResponseSchema: z.ZodObject<{
|
|
|
64448
64536
|
hidden: boolean;
|
|
64449
64537
|
metadata: {
|
|
64450
64538
|
href?: string | undefined;
|
|
64539
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
64540
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
64451
64541
|
} & {
|
|
64452
64542
|
[k: string]: unknown;
|
|
64453
64543
|
};
|
|
@@ -64707,6 +64797,8 @@ export declare const NavResponseSchema: z.ZodObject<{
|
|
|
64707
64797
|
hidden: boolean;
|
|
64708
64798
|
metadata: {
|
|
64709
64799
|
href?: string | undefined;
|
|
64800
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
64801
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
64710
64802
|
} & {
|
|
64711
64803
|
[k: string]: unknown;
|
|
64712
64804
|
};
|
|
@@ -64966,6 +65058,8 @@ export declare const NavResponseSchema: z.ZodObject<{
|
|
|
64966
65058
|
hidden: boolean;
|
|
64967
65059
|
metadata: {
|
|
64968
65060
|
href?: string | undefined;
|
|
65061
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
65062
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
64969
65063
|
} & {
|
|
64970
65064
|
[k: string]: unknown;
|
|
64971
65065
|
};
|
|
@@ -72619,10 +72713,16 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
|
|
|
72619
72713
|
artifactType: z.ZodLiteral<"redirect">;
|
|
72620
72714
|
artifactMetadata: z.ZodObject<{
|
|
72621
72715
|
href: z.ZodOptional<z.ZodString>;
|
|
72716
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
72717
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
72622
72718
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
72623
72719
|
href: z.ZodOptional<z.ZodString>;
|
|
72720
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
72721
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
72624
72722
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
72625
72723
|
href: z.ZodOptional<z.ZodString>;
|
|
72724
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
72725
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
72626
72726
|
}, z.ZodTypeAny, "passthrough">>;
|
|
72627
72727
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
72628
72728
|
version: {
|
|
@@ -72722,6 +72822,8 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
|
|
|
72722
72822
|
artifactType: "redirect";
|
|
72723
72823
|
artifactMetadata: {
|
|
72724
72824
|
href?: string | undefined;
|
|
72825
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
72826
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
72725
72827
|
} & {
|
|
72726
72828
|
[k: string]: unknown;
|
|
72727
72829
|
};
|
|
@@ -72825,6 +72927,8 @@ export declare const RouteContextResponseSchema: z.ZodDiscriminatedUnion<"artifa
|
|
|
72825
72927
|
artifactType: "redirect";
|
|
72826
72928
|
artifactMetadata: {
|
|
72827
72929
|
href?: string | undefined;
|
|
72930
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
72931
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
72828
72932
|
} & {
|
|
72829
72933
|
[k: string]: unknown;
|
|
72830
72934
|
};
|
|
@@ -77399,6 +77503,7 @@ export declare const docsLedgerReadContract: {
|
|
|
77399
77503
|
url: string;
|
|
77400
77504
|
title?: string | undefined;
|
|
77401
77505
|
}[] | undefined;
|
|
77506
|
+
maskPii?: boolean | undefined;
|
|
77402
77507
|
}, z.ZodTypeDef, {
|
|
77403
77508
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
77404
77509
|
systemPrompt?: string | undefined;
|
|
@@ -77407,6 +77512,7 @@ export declare const docsLedgerReadContract: {
|
|
|
77407
77512
|
url: string;
|
|
77408
77513
|
title?: string | undefined;
|
|
77409
77514
|
}[] | undefined;
|
|
77515
|
+
maskPii?: boolean | undefined;
|
|
77410
77516
|
}>>;
|
|
77411
77517
|
pageActions: z.ZodOptional<z.ZodType<{
|
|
77412
77518
|
options?: {
|
|
@@ -78371,6 +78477,7 @@ export declare const docsLedgerReadContract: {
|
|
|
78371
78477
|
url: string;
|
|
78372
78478
|
title?: string | undefined;
|
|
78373
78479
|
}[] | undefined;
|
|
78480
|
+
maskPii?: boolean | undefined;
|
|
78374
78481
|
} | undefined;
|
|
78375
78482
|
pageActions?: {
|
|
78376
78483
|
options?: {
|
|
@@ -79286,6 +79393,7 @@ export declare const docsLedgerReadContract: {
|
|
|
79286
79393
|
url: string;
|
|
79287
79394
|
title?: string | undefined;
|
|
79288
79395
|
}[] | undefined;
|
|
79396
|
+
maskPii?: boolean | undefined;
|
|
79289
79397
|
} | undefined;
|
|
79290
79398
|
pageActions?: {
|
|
79291
79399
|
options?: {
|
|
@@ -81488,6 +81596,7 @@ export declare const docsLedgerReadContract: {
|
|
|
81488
81596
|
url: string;
|
|
81489
81597
|
title?: string | undefined;
|
|
81490
81598
|
}[] | undefined;
|
|
81599
|
+
maskPii?: boolean | undefined;
|
|
81491
81600
|
} | undefined;
|
|
81492
81601
|
pageActions?: {
|
|
81493
81602
|
options?: {
|
|
@@ -82666,6 +82775,7 @@ export declare const docsLedgerReadContract: {
|
|
|
82666
82775
|
url: string;
|
|
82667
82776
|
title?: string | undefined;
|
|
82668
82777
|
}[] | undefined;
|
|
82778
|
+
maskPii?: boolean | undefined;
|
|
82669
82779
|
} | undefined;
|
|
82670
82780
|
pageActions?: {
|
|
82671
82781
|
options?: {
|
|
@@ -84249,16 +84359,24 @@ export declare const docsLedgerReadContract: {
|
|
|
84249
84359
|
type: z.ZodLiteral<"redirect">;
|
|
84250
84360
|
metadata: z.ZodObject<{
|
|
84251
84361
|
href: z.ZodOptional<z.ZodString>;
|
|
84362
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
84363
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
84252
84364
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
84253
84365
|
href: z.ZodOptional<z.ZodString>;
|
|
84366
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
84367
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
84254
84368
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
84255
84369
|
href: z.ZodOptional<z.ZodString>;
|
|
84370
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
84371
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
84256
84372
|
}, z.ZodTypeAny, "passthrough">>;
|
|
84257
84373
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
84258
84374
|
type: "redirect";
|
|
84259
84375
|
hidden: boolean;
|
|
84260
84376
|
metadata: {
|
|
84261
84377
|
href?: string | undefined;
|
|
84378
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
84379
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
84262
84380
|
} & {
|
|
84263
84381
|
[k: string]: unknown;
|
|
84264
84382
|
};
|
|
@@ -84270,6 +84388,8 @@ export declare const docsLedgerReadContract: {
|
|
|
84270
84388
|
hidden: boolean;
|
|
84271
84389
|
metadata: {
|
|
84272
84390
|
href?: string | undefined;
|
|
84391
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
84392
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
84273
84393
|
} & {
|
|
84274
84394
|
[k: string]: unknown;
|
|
84275
84395
|
};
|
|
@@ -84529,6 +84649,8 @@ export declare const docsLedgerReadContract: {
|
|
|
84529
84649
|
hidden: boolean;
|
|
84530
84650
|
metadata: {
|
|
84531
84651
|
href?: string | undefined;
|
|
84652
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
84653
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
84532
84654
|
} & {
|
|
84533
84655
|
[k: string]: unknown;
|
|
84534
84656
|
};
|
|
@@ -84788,6 +84910,8 @@ export declare const docsLedgerReadContract: {
|
|
|
84788
84910
|
hidden: boolean;
|
|
84789
84911
|
metadata: {
|
|
84790
84912
|
href?: string | undefined;
|
|
84913
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
84914
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
84791
84915
|
} & {
|
|
84792
84916
|
[k: string]: unknown;
|
|
84793
84917
|
};
|
|
@@ -92434,10 +92558,16 @@ export declare const docsLedgerReadContract: {
|
|
|
92434
92558
|
artifactType: z.ZodLiteral<"redirect">;
|
|
92435
92559
|
artifactMetadata: z.ZodObject<{
|
|
92436
92560
|
href: z.ZodOptional<z.ZodString>;
|
|
92561
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
92562
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
92437
92563
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
92438
92564
|
href: z.ZodOptional<z.ZodString>;
|
|
92565
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
92566
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
92439
92567
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
92440
92568
|
href: z.ZodOptional<z.ZodString>;
|
|
92569
|
+
redirectKind: z.ZodOptional<z.ZodEnum<["structural", "link"]>>;
|
|
92570
|
+
structuralKind: z.ZodOptional<z.ZodEnum<["root", "product", "version", "variant", "tab", "section", "api-section"]>>;
|
|
92441
92571
|
}, z.ZodTypeAny, "passthrough">>;
|
|
92442
92572
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
92443
92573
|
version: {
|
|
@@ -92537,6 +92667,8 @@ export declare const docsLedgerReadContract: {
|
|
|
92537
92667
|
artifactType: "redirect";
|
|
92538
92668
|
artifactMetadata: {
|
|
92539
92669
|
href?: string | undefined;
|
|
92670
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
92671
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
92540
92672
|
} & {
|
|
92541
92673
|
[k: string]: unknown;
|
|
92542
92674
|
};
|
|
@@ -92640,6 +92772,8 @@ export declare const docsLedgerReadContract: {
|
|
|
92640
92772
|
artifactType: "redirect";
|
|
92641
92773
|
artifactMetadata: {
|
|
92642
92774
|
href?: string | undefined;
|
|
92775
|
+
redirectKind?: "link" | "structural" | undefined;
|
|
92776
|
+
structuralKind?: "version" | "root" | "product" | "variant" | "tab" | "section" | "api-section" | undefined;
|
|
92643
92777
|
} & {
|
|
92644
92778
|
[k: string]: unknown;
|
|
92645
92779
|
};
|