@fern-api/fdr-sdk 1.2.74-882248ce5b → 1.2.74-9da4eb6ac8
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/js/client/FdrClient.js +50 -2
- package/dist/js/client/FdrClient.js.map +1 -1
- package/dist/js/client/FdrClient.mjs +50 -2
- package/dist/js/client/FdrClient.mjs.map +1 -1
- package/dist/js/client/types.js +7 -1
- package/dist/js/client/types.js.map +1 -1
- package/dist/js/client/types.mjs +7 -1
- package/dist/js/client/types.mjs.map +1 -1
- package/dist/js/converters/index.js +7 -1
- package/dist/js/converters/index.js.map +1 -1
- package/dist/js/converters/index.mjs +7 -1
- package/dist/js/converters/index.mjs.map +1 -1
- package/dist/js/docs/index.js +7 -1
- package/dist/js/docs/index.js.map +1 -1
- package/dist/js/docs/index.mjs +7 -1
- package/dist/js/docs/index.mjs.map +1 -1
- package/dist/js/index.js +50 -2
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +50 -2
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/navigation/index.js +7 -1
- package/dist/js/navigation/index.js.map +1 -1
- package/dist/js/navigation/index.mjs +7 -1
- package/dist/js/navigation/index.mjs.map +1 -1
- package/dist/js/orpc-client.js +60 -2
- package/dist/js/orpc-client.js.map +1 -1
- package/dist/js/orpc-client.mjs +55 -2
- package/dist/js/orpc-client.mjs.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/client/docs-types/db.d.ts +61 -0
- package/dist/types/client/docs-types/db.d.ts.map +1 -1
- package/dist/types/client/docs-types/read.d.ts +27 -0
- package/dist/types/client/docs-types/read.d.ts.map +1 -1
- package/dist/types/client/docs-types/shared.d.ts +18 -0
- package/dist/types/client/docs-types/shared.d.ts.map +1 -1
- package/dist/types/client/docs-types/write.d.ts +16 -0
- package/dist/types/client/docs-types/write.d.ts.map +1 -1
- package/dist/types/orpc-client/dashboard-agent/contract.d.ts +257 -0
- package/dist/types/orpc-client/dashboard-agent/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts +18 -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 +40 -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 +56 -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 +22 -0
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3525,6 +3525,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
3525
3525
|
search?: {
|
|
3526
3526
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
3527
3527
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3528
|
+
externalSitemaps?: string[] | undefined;
|
|
3528
3529
|
} | undefined;
|
|
3529
3530
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
3530
3531
|
hide404Page?: boolean | undefined;
|
|
@@ -3542,6 +3543,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
3542
3543
|
search?: {
|
|
3543
3544
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
3544
3545
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3546
|
+
externalSitemaps?: string[] | undefined;
|
|
3545
3547
|
} | undefined;
|
|
3546
3548
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
3547
3549
|
hide404Page?: boolean | undefined;
|
|
@@ -4789,6 +4791,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
4789
4791
|
search?: {
|
|
4790
4792
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
4791
4793
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4794
|
+
externalSitemaps?: string[] | undefined;
|
|
4792
4795
|
} | undefined;
|
|
4793
4796
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4794
4797
|
hide404Page?: boolean | undefined;
|
|
@@ -5706,6 +5709,7 @@ export declare const LedgerConfigSchema: z.ZodObject<{
|
|
|
5706
5709
|
search?: {
|
|
5707
5710
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
5708
5711
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
5712
|
+
externalSitemaps?: string[] | undefined;
|
|
5709
5713
|
} | undefined;
|
|
5710
5714
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
5711
5715
|
hide404Page?: boolean | undefined;
|
|
@@ -12685,6 +12689,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
12685
12689
|
search?: {
|
|
12686
12690
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
12687
12691
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12692
|
+
externalSitemaps?: string[] | undefined;
|
|
12688
12693
|
} | undefined;
|
|
12689
12694
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
12690
12695
|
hide404Page?: boolean | undefined;
|
|
@@ -12702,6 +12707,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
12702
12707
|
search?: {
|
|
12703
12708
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
12704
12709
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12710
|
+
externalSitemaps?: string[] | undefined;
|
|
12705
12711
|
} | undefined;
|
|
12706
12712
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
12707
12713
|
hide404Page?: boolean | undefined;
|
|
@@ -13949,6 +13955,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
13949
13955
|
search?: {
|
|
13950
13956
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
13951
13957
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13958
|
+
externalSitemaps?: string[] | undefined;
|
|
13952
13959
|
} | undefined;
|
|
13953
13960
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
13954
13961
|
hide404Page?: boolean | undefined;
|
|
@@ -14866,6 +14873,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
14866
14873
|
search?: {
|
|
14867
14874
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
14868
14875
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14876
|
+
externalSitemaps?: string[] | undefined;
|
|
14869
14877
|
} | undefined;
|
|
14870
14878
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14871
14879
|
hide404Page?: boolean | undefined;
|
|
@@ -15882,6 +15890,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
15882
15890
|
search?: {
|
|
15883
15891
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
15884
15892
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15893
|
+
externalSitemaps?: string[] | undefined;
|
|
15885
15894
|
} | undefined;
|
|
15886
15895
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
15887
15896
|
hide404Page?: boolean | undefined;
|
|
@@ -16839,6 +16848,7 @@ export declare const DocsContentFieldsSchema: z.ZodObject<{
|
|
|
16839
16848
|
search?: {
|
|
16840
16849
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
16841
16850
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16851
|
+
externalSitemaps?: string[] | undefined;
|
|
16842
16852
|
} | undefined;
|
|
16843
16853
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
16844
16854
|
hide404Page?: boolean | undefined;
|
|
@@ -20378,6 +20388,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
20378
20388
|
search?: {
|
|
20379
20389
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
20380
20390
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
20391
|
+
externalSitemaps?: string[] | undefined;
|
|
20381
20392
|
} | undefined;
|
|
20382
20393
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
20383
20394
|
hide404Page?: boolean | undefined;
|
|
@@ -20395,6 +20406,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
20395
20406
|
search?: {
|
|
20396
20407
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
20397
20408
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
20409
|
+
externalSitemaps?: string[] | undefined;
|
|
20398
20410
|
} | undefined;
|
|
20399
20411
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
20400
20412
|
hide404Page?: boolean | undefined;
|
|
@@ -21642,6 +21654,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
21642
21654
|
search?: {
|
|
21643
21655
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
21644
21656
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21657
|
+
externalSitemaps?: string[] | undefined;
|
|
21645
21658
|
} | undefined;
|
|
21646
21659
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
21647
21660
|
hide404Page?: boolean | undefined;
|
|
@@ -22559,6 +22572,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
22559
22572
|
search?: {
|
|
22560
22573
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
22561
22574
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
22575
|
+
externalSitemaps?: string[] | undefined;
|
|
22562
22576
|
} | undefined;
|
|
22563
22577
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
22564
22578
|
hide404Page?: boolean | undefined;
|
|
@@ -23566,6 +23580,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
23566
23580
|
search?: {
|
|
23567
23581
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
23568
23582
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23583
|
+
externalSitemaps?: string[] | undefined;
|
|
23569
23584
|
} | undefined;
|
|
23570
23585
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
23571
23586
|
hide404Page?: boolean | undefined;
|
|
@@ -24524,6 +24539,7 @@ declare const LocaleEntrySchemaInternal: z.ZodObject<{
|
|
|
24524
24539
|
search?: {
|
|
24525
24540
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
24526
24541
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
24542
|
+
externalSitemaps?: string[] | undefined;
|
|
24527
24543
|
} | undefined;
|
|
24528
24544
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
24529
24545
|
hide404Page?: boolean | undefined;
|
|
@@ -25518,6 +25534,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
25518
25534
|
search?: {
|
|
25519
25535
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
25520
25536
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
25537
|
+
externalSitemaps?: string[] | undefined;
|
|
25521
25538
|
} | undefined;
|
|
25522
25539
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
25523
25540
|
hide404Page?: boolean | undefined;
|
|
@@ -26476,6 +26493,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
26476
26493
|
search?: {
|
|
26477
26494
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
26478
26495
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26496
|
+
externalSitemaps?: string[] | undefined;
|
|
26479
26497
|
} | undefined;
|
|
26480
26498
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
26481
26499
|
hide404Page?: boolean | undefined;
|
|
@@ -27441,6 +27459,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
27441
27459
|
search?: {
|
|
27442
27460
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
27443
27461
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
27462
|
+
externalSitemaps?: string[] | undefined;
|
|
27444
27463
|
} | undefined;
|
|
27445
27464
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
27446
27465
|
hide404Page?: boolean | undefined;
|
|
@@ -28405,6 +28424,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
28405
28424
|
search?: {
|
|
28406
28425
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
28407
28426
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
28427
|
+
externalSitemaps?: string[] | undefined;
|
|
28408
28428
|
} | undefined;
|
|
28409
28429
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
28410
28430
|
hide404Page?: boolean | undefined;
|
|
@@ -29375,6 +29395,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
29375
29395
|
search?: {
|
|
29376
29396
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
29377
29397
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29398
|
+
externalSitemaps?: string[] | undefined;
|
|
29378
29399
|
} | undefined;
|
|
29379
29400
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
29380
29401
|
hide404Page?: boolean | undefined;
|
|
@@ -30339,6 +30360,7 @@ declare const DocsPublishInputSchemaInternal: z.ZodEffects<z.ZodObject<{
|
|
|
30339
30360
|
search?: {
|
|
30340
30361
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
30341
30362
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
30363
|
+
externalSitemaps?: string[] | undefined;
|
|
30342
30364
|
} | undefined;
|
|
30343
30365
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
30344
30366
|
hide404Page?: boolean | undefined;
|
|
@@ -33890,6 +33912,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
33890
33912
|
search?: {
|
|
33891
33913
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
33892
33914
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33915
|
+
externalSitemaps?: string[] | undefined;
|
|
33893
33916
|
} | undefined;
|
|
33894
33917
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33895
33918
|
hide404Page?: boolean | undefined;
|
|
@@ -33907,6 +33930,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
33907
33930
|
search?: {
|
|
33908
33931
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
33909
33932
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33933
|
+
externalSitemaps?: string[] | undefined;
|
|
33910
33934
|
} | undefined;
|
|
33911
33935
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33912
33936
|
hide404Page?: boolean | undefined;
|
|
@@ -35154,6 +35178,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
35154
35178
|
search?: {
|
|
35155
35179
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
35156
35180
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
35181
|
+
externalSitemaps?: string[] | undefined;
|
|
35157
35182
|
} | undefined;
|
|
35158
35183
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
35159
35184
|
hide404Page?: boolean | undefined;
|
|
@@ -36071,6 +36096,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
36071
36096
|
search?: {
|
|
36072
36097
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
36073
36098
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
36099
|
+
externalSitemaps?: string[] | undefined;
|
|
36074
36100
|
} | undefined;
|
|
36075
36101
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
36076
36102
|
hide404Page?: boolean | undefined;
|
|
@@ -37099,6 +37125,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
37099
37125
|
search?: {
|
|
37100
37126
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
37101
37127
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
37128
|
+
externalSitemaps?: string[] | undefined;
|
|
37102
37129
|
} | undefined;
|
|
37103
37130
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
37104
37131
|
hide404Page?: boolean | undefined;
|
|
@@ -38057,6 +38084,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
38057
38084
|
search?: {
|
|
38058
38085
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
38059
38086
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38087
|
+
externalSitemaps?: string[] | undefined;
|
|
38060
38088
|
} | undefined;
|
|
38061
38089
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
38062
38090
|
hide404Page?: boolean | undefined;
|
|
@@ -39012,6 +39040,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
39012
39040
|
search?: {
|
|
39013
39041
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
39014
39042
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
39043
|
+
externalSitemaps?: string[] | undefined;
|
|
39015
39044
|
} | undefined;
|
|
39016
39045
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
39017
39046
|
hide404Page?: boolean | undefined;
|
|
@@ -39978,6 +40007,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
39978
40007
|
search?: {
|
|
39979
40008
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
39980
40009
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
40010
|
+
externalSitemaps?: string[] | undefined;
|
|
39981
40011
|
} | undefined;
|
|
39982
40012
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
39983
40013
|
hide404Page?: boolean | undefined;
|
|
@@ -40932,6 +40962,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
40932
40962
|
search?: {
|
|
40933
40963
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
40934
40964
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
40965
|
+
externalSitemaps?: string[] | undefined;
|
|
40935
40966
|
} | undefined;
|
|
40936
40967
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
40937
40968
|
hide404Page?: boolean | undefined;
|
|
@@ -41899,6 +41930,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
41899
41930
|
search?: {
|
|
41900
41931
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
41901
41932
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
41933
|
+
externalSitemaps?: string[] | undefined;
|
|
41902
41934
|
} | undefined;
|
|
41903
41935
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
41904
41936
|
hide404Page?: boolean | undefined;
|
|
@@ -42854,6 +42886,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
42854
42886
|
search?: {
|
|
42855
42887
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
42856
42888
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
42889
|
+
externalSitemaps?: string[] | undefined;
|
|
42857
42890
|
} | undefined;
|
|
42858
42891
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
42859
42892
|
hide404Page?: boolean | undefined;
|
|
@@ -43820,6 +43853,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
43820
43853
|
search?: {
|
|
43821
43854
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
43822
43855
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43856
|
+
externalSitemaps?: string[] | undefined;
|
|
43823
43857
|
} | undefined;
|
|
43824
43858
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
43825
43859
|
hide404Page?: boolean | undefined;
|
|
@@ -44774,6 +44808,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
44774
44808
|
search?: {
|
|
44775
44809
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
44776
44810
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
44811
|
+
externalSitemaps?: string[] | undefined;
|
|
44777
44812
|
} | undefined;
|
|
44778
44813
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
44779
44814
|
hide404Page?: boolean | undefined;
|
|
@@ -45741,6 +45776,7 @@ declare const LedgerPreviewRegisterInputSchemaInternal: z.ZodEffects<z.ZodObject
|
|
|
45741
45776
|
search?: {
|
|
45742
45777
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
45743
45778
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
45779
|
+
externalSitemaps?: string[] | undefined;
|
|
45744
45780
|
} | undefined;
|
|
45745
45781
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
45746
45782
|
hide404Page?: boolean | undefined;
|
|
@@ -46762,6 +46798,7 @@ export declare const docsLedgerContract: {
|
|
|
46762
46798
|
search?: {
|
|
46763
46799
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
46764
46800
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
46801
|
+
externalSitemaps?: string[] | undefined;
|
|
46765
46802
|
} | undefined;
|
|
46766
46803
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
46767
46804
|
hide404Page?: boolean | undefined;
|
|
@@ -47726,6 +47763,7 @@ export declare const docsLedgerContract: {
|
|
|
47726
47763
|
search?: {
|
|
47727
47764
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
47728
47765
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
47766
|
+
externalSitemaps?: string[] | undefined;
|
|
47729
47767
|
} | undefined;
|
|
47730
47768
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
47731
47769
|
hide404Page?: boolean | undefined;
|
|
@@ -48711,6 +48749,7 @@ export declare const docsLedgerContract: {
|
|
|
48711
48749
|
search?: {
|
|
48712
48750
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
48713
48751
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
48752
|
+
externalSitemaps?: string[] | undefined;
|
|
48714
48753
|
} | undefined;
|
|
48715
48754
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
48716
48755
|
hide404Page?: boolean | undefined;
|
|
@@ -49677,6 +49716,7 @@ export declare const docsLedgerContract: {
|
|
|
49677
49716
|
search?: {
|
|
49678
49717
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
49679
49718
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
49719
|
+
externalSitemaps?: string[] | undefined;
|
|
49680
49720
|
} | undefined;
|
|
49681
49721
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
49682
49722
|
hide404Page?: boolean | undefined;
|
|
@@ -50631,6 +50671,7 @@ export declare const docsLedgerContract: {
|
|
|
50631
50671
|
search?: {
|
|
50632
50672
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
50633
50673
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
50674
|
+
externalSitemaps?: string[] | undefined;
|
|
50634
50675
|
} | undefined;
|
|
50635
50676
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
50636
50677
|
hide404Page?: boolean | undefined;
|
|
@@ -51598,6 +51639,7 @@ export declare const docsLedgerContract: {
|
|
|
51598
51639
|
search?: {
|
|
51599
51640
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
51600
51641
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
51642
|
+
externalSitemaps?: string[] | undefined;
|
|
51601
51643
|
} | undefined;
|
|
51602
51644
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
51603
51645
|
hide404Page?: boolean | undefined;
|
|
@@ -52604,6 +52646,7 @@ export declare const docsLedgerContract: {
|
|
|
52604
52646
|
search?: {
|
|
52605
52647
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
52606
52648
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
52649
|
+
externalSitemaps?: string[] | undefined;
|
|
52607
52650
|
} | undefined;
|
|
52608
52651
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
52609
52652
|
hide404Page?: boolean | undefined;
|
|
@@ -53568,6 +53611,7 @@ export declare const docsLedgerContract: {
|
|
|
53568
53611
|
search?: {
|
|
53569
53612
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
53570
53613
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
53614
|
+
externalSitemaps?: string[] | undefined;
|
|
53571
53615
|
} | undefined;
|
|
53572
53616
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
53573
53617
|
hide404Page?: boolean | undefined;
|
|
@@ -57294,6 +57338,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
57294
57338
|
search?: {
|
|
57295
57339
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
57296
57340
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
57341
|
+
externalSitemaps?: string[] | undefined;
|
|
57297
57342
|
} | undefined;
|
|
57298
57343
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
57299
57344
|
hide404Page?: boolean | undefined;
|
|
@@ -57311,6 +57356,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
57311
57356
|
search?: {
|
|
57312
57357
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
57313
57358
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
57359
|
+
externalSitemaps?: string[] | undefined;
|
|
57314
57360
|
} | undefined;
|
|
57315
57361
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
57316
57362
|
hide404Page?: boolean | undefined;
|
|
@@ -58558,6 +58604,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
58558
58604
|
search?: {
|
|
58559
58605
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
58560
58606
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
58607
|
+
externalSitemaps?: string[] | undefined;
|
|
58561
58608
|
} | undefined;
|
|
58562
58609
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
58563
58610
|
hide404Page?: boolean | undefined;
|
|
@@ -59475,6 +59522,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
59475
59522
|
search?: {
|
|
59476
59523
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
59477
59524
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
59525
|
+
externalSitemaps?: string[] | undefined;
|
|
59478
59526
|
} | undefined;
|
|
59479
59527
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
59480
59528
|
hide404Page?: boolean | undefined;
|
|
@@ -61679,6 +61727,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
61679
61727
|
search?: {
|
|
61680
61728
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
61681
61729
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
61730
|
+
externalSitemaps?: string[] | undefined;
|
|
61682
61731
|
} | undefined;
|
|
61683
61732
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
61684
61733
|
hide404Page?: boolean | undefined;
|
|
@@ -62859,6 +62908,7 @@ export declare const VersionMetadataResponseSchema: z.ZodObject<{
|
|
|
62859
62908
|
search?: {
|
|
62860
62909
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
62861
62910
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
62911
|
+
externalSitemaps?: string[] | undefined;
|
|
62862
62912
|
} | undefined;
|
|
62863
62913
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
62864
62914
|
hide404Page?: boolean | undefined;
|
|
@@ -77171,6 +77221,7 @@ export declare const docsLedgerReadContract: {
|
|
|
77171
77221
|
search?: {
|
|
77172
77222
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
77173
77223
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
77224
|
+
externalSitemaps?: string[] | undefined;
|
|
77174
77225
|
} | undefined;
|
|
77175
77226
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
77176
77227
|
hide404Page?: boolean | undefined;
|
|
@@ -77188,6 +77239,7 @@ export declare const docsLedgerReadContract: {
|
|
|
77188
77239
|
search?: {
|
|
77189
77240
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
77190
77241
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
77242
|
+
externalSitemaps?: string[] | undefined;
|
|
77191
77243
|
} | undefined;
|
|
77192
77244
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
77193
77245
|
hide404Page?: boolean | undefined;
|
|
@@ -78435,6 +78487,7 @@ export declare const docsLedgerReadContract: {
|
|
|
78435
78487
|
search?: {
|
|
78436
78488
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
78437
78489
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
78490
|
+
externalSitemaps?: string[] | undefined;
|
|
78438
78491
|
} | undefined;
|
|
78439
78492
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
78440
78493
|
hide404Page?: boolean | undefined;
|
|
@@ -79352,6 +79405,7 @@ export declare const docsLedgerReadContract: {
|
|
|
79352
79405
|
search?: {
|
|
79353
79406
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
79354
79407
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
79408
|
+
externalSitemaps?: string[] | undefined;
|
|
79355
79409
|
} | undefined;
|
|
79356
79410
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
79357
79411
|
hide404Page?: boolean | undefined;
|
|
@@ -81556,6 +81610,7 @@ export declare const docsLedgerReadContract: {
|
|
|
81556
81610
|
search?: {
|
|
81557
81611
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
81558
81612
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
81613
|
+
externalSitemaps?: string[] | undefined;
|
|
81559
81614
|
} | undefined;
|
|
81560
81615
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
81561
81616
|
hide404Page?: boolean | undefined;
|
|
@@ -82736,6 +82791,7 @@ export declare const docsLedgerReadContract: {
|
|
|
82736
82791
|
search?: {
|
|
82737
82792
|
prioritizeCurrentProduct?: boolean | undefined;
|
|
82738
82793
|
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
82794
|
+
externalSitemaps?: string[] | undefined;
|
|
82739
82795
|
} | undefined;
|
|
82740
82796
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
82741
82797
|
hide404Page?: boolean | undefined;
|