@fern-api/fdr-sdk 1.2.58-e5bd97374b → 1.2.59-dd9ba85e2f
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/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/api-definition/transformer.d.ts.map +1 -1
- package/dist/client/docs-types/db.d.ts +160 -160
- package/dist/client/docs-types/read.d.ts +72 -72
- package/dist/client/docs-types/shared.d.ts +8 -8
- package/dist/client/docs-types/write.d.ts +40 -40
- package/dist/js/api-definition/snippets/server.js +3593 -3419
- package/dist/js/api-definition/snippets/server.js.map +1 -1
- package/dist/js/api-definition/snippets/server.mjs +3593 -3419
- package/dist/js/api-definition/snippets/server.mjs.map +1 -1
- package/dist/navigation/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/orpc-client/docs/v1/read/contract.d.ts +48 -48
- package/dist/orpc-client/docs/v1/write/contract.d.ts +16 -16
- package/dist/orpc-client/docs/v2/read/contract.d.ts +112 -112
- package/dist/orpc-client/docs/v2/write/contract.d.ts +32 -32
- package/dist/orpc-client/docs-ledger/contract.d.ts +844 -844
- package/dist/orpc-client/docs-ledger/ledger-manifest.d.ts +960 -960
- package/dist/orpc-client/generators/contract.d.ts +92 -92
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/api-definition/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/api-definition/transformer.d.ts.map +1 -1
- package/dist/types/client/docs-types/db.d.ts +160 -160
- package/dist/types/client/docs-types/read.d.ts +72 -72
- package/dist/types/client/docs-types/shared.d.ts +8 -8
- package/dist/types/client/docs-types/write.d.ts +40 -40
- package/dist/types/navigation/migrators/v1ToV2.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts +48 -48
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts +16 -16
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts +112 -112
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts +32 -32
- package/dist/types/orpc-client/docs-ledger/contract.d.ts +844 -844
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +960 -960
- package/dist/types/orpc-client/generators/contract.d.ts +92 -92
- package/package.json +2 -2
|
@@ -4568,16 +4568,16 @@ export declare const docsV1ReadContract: {
|
|
|
4568
4568
|
language: z.ZodOptional<z.ZodString>;
|
|
4569
4569
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
4570
4570
|
}, "strip", z.ZodTypeAny, {
|
|
4571
|
-
search?: {
|
|
4572
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4573
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4574
|
-
} | undefined;
|
|
4575
4571
|
language?: string | undefined;
|
|
4576
4572
|
searchText?: string | undefined;
|
|
4577
4573
|
disableSearch?: boolean | undefined;
|
|
4578
4574
|
disableAnalytics?: boolean | undefined;
|
|
4579
4575
|
darkModeCode?: boolean | undefined;
|
|
4580
4576
|
defaultSearchFilters?: boolean | undefined;
|
|
4577
|
+
search?: {
|
|
4578
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4579
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4580
|
+
} | undefined;
|
|
4581
4581
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4582
4582
|
hide404Page?: boolean | undefined;
|
|
4583
4583
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -4585,16 +4585,16 @@ export declare const docsV1ReadContract: {
|
|
|
4585
4585
|
disableEnvironmentEditing?: boolean | undefined;
|
|
4586
4586
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
4587
4587
|
}, {
|
|
4588
|
-
search?: {
|
|
4589
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4590
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4591
|
-
} | undefined;
|
|
4592
4588
|
language?: string | undefined;
|
|
4593
4589
|
searchText?: string | undefined;
|
|
4594
4590
|
disableSearch?: boolean | undefined;
|
|
4595
4591
|
disableAnalytics?: boolean | undefined;
|
|
4596
4592
|
darkModeCode?: boolean | undefined;
|
|
4597
4593
|
defaultSearchFilters?: boolean | undefined;
|
|
4594
|
+
search?: {
|
|
4595
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4596
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4597
|
+
} | undefined;
|
|
4598
4598
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4599
4599
|
hide404Page?: boolean | undefined;
|
|
4600
4600
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -6294,16 +6294,16 @@ export declare const docsV1ReadContract: {
|
|
|
6294
6294
|
} | undefined;
|
|
6295
6295
|
globalTheme?: string | undefined;
|
|
6296
6296
|
settings?: {
|
|
6297
|
-
search?: {
|
|
6298
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
6299
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6300
|
-
} | undefined;
|
|
6301
6297
|
language?: string | undefined;
|
|
6302
6298
|
searchText?: string | undefined;
|
|
6303
6299
|
disableSearch?: boolean | undefined;
|
|
6304
6300
|
disableAnalytics?: boolean | undefined;
|
|
6305
6301
|
darkModeCode?: boolean | undefined;
|
|
6306
6302
|
defaultSearchFilters?: boolean | undefined;
|
|
6303
|
+
search?: {
|
|
6304
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
6305
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6306
|
+
} | undefined;
|
|
6307
6307
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
6308
6308
|
hide404Page?: boolean | undefined;
|
|
6309
6309
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -7378,16 +7378,16 @@ export declare const docsV1ReadContract: {
|
|
|
7378
7378
|
} | undefined;
|
|
7379
7379
|
globalTheme?: string | undefined;
|
|
7380
7380
|
settings?: {
|
|
7381
|
-
search?: {
|
|
7382
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
7383
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7384
|
-
} | undefined;
|
|
7385
7381
|
language?: string | undefined;
|
|
7386
7382
|
searchText?: string | undefined;
|
|
7387
7383
|
disableSearch?: boolean | undefined;
|
|
7388
7384
|
disableAnalytics?: boolean | undefined;
|
|
7389
7385
|
darkModeCode?: boolean | undefined;
|
|
7390
7386
|
defaultSearchFilters?: boolean | undefined;
|
|
7387
|
+
search?: {
|
|
7388
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
7389
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7390
|
+
} | undefined;
|
|
7391
7391
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
7392
7392
|
hide404Page?: boolean | undefined;
|
|
7393
7393
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -8465,16 +8465,16 @@ export declare const docsV1ReadContract: {
|
|
|
8465
8465
|
} | undefined;
|
|
8466
8466
|
globalTheme?: string | undefined;
|
|
8467
8467
|
settings?: {
|
|
8468
|
-
search?: {
|
|
8469
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
8470
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8471
|
-
} | undefined;
|
|
8472
8468
|
language?: string | undefined;
|
|
8473
8469
|
searchText?: string | undefined;
|
|
8474
8470
|
disableSearch?: boolean | undefined;
|
|
8475
8471
|
disableAnalytics?: boolean | undefined;
|
|
8476
8472
|
darkModeCode?: boolean | undefined;
|
|
8477
8473
|
defaultSearchFilters?: boolean | undefined;
|
|
8474
|
+
search?: {
|
|
8475
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
8476
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8477
|
+
} | undefined;
|
|
8478
8478
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
8479
8479
|
hide404Page?: boolean | undefined;
|
|
8480
8480
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -9578,16 +9578,16 @@ export declare const docsV1ReadContract: {
|
|
|
9578
9578
|
} | undefined;
|
|
9579
9579
|
globalTheme?: string | undefined;
|
|
9580
9580
|
settings?: {
|
|
9581
|
-
search?: {
|
|
9582
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
9583
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9584
|
-
} | undefined;
|
|
9585
9581
|
language?: string | undefined;
|
|
9586
9582
|
searchText?: string | undefined;
|
|
9587
9583
|
disableSearch?: boolean | undefined;
|
|
9588
9584
|
disableAnalytics?: boolean | undefined;
|
|
9589
9585
|
darkModeCode?: boolean | undefined;
|
|
9590
9586
|
defaultSearchFilters?: boolean | undefined;
|
|
9587
|
+
search?: {
|
|
9588
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
9589
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9590
|
+
} | undefined;
|
|
9591
9591
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
9592
9592
|
hide404Page?: boolean | undefined;
|
|
9593
9593
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -14322,16 +14322,16 @@ export declare const docsV1ReadContract: {
|
|
|
14322
14322
|
language: z.ZodOptional<z.ZodString>;
|
|
14323
14323
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
14324
14324
|
}, "strip", z.ZodTypeAny, {
|
|
14325
|
-
search?: {
|
|
14326
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
14327
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14328
|
-
} | undefined;
|
|
14329
14325
|
language?: string | undefined;
|
|
14330
14326
|
searchText?: string | undefined;
|
|
14331
14327
|
disableSearch?: boolean | undefined;
|
|
14332
14328
|
disableAnalytics?: boolean | undefined;
|
|
14333
14329
|
darkModeCode?: boolean | undefined;
|
|
14334
14330
|
defaultSearchFilters?: boolean | undefined;
|
|
14331
|
+
search?: {
|
|
14332
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
14333
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14334
|
+
} | undefined;
|
|
14335
14335
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14336
14336
|
hide404Page?: boolean | undefined;
|
|
14337
14337
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -14339,16 +14339,16 @@ export declare const docsV1ReadContract: {
|
|
|
14339
14339
|
disableEnvironmentEditing?: boolean | undefined;
|
|
14340
14340
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
14341
14341
|
}, {
|
|
14342
|
-
search?: {
|
|
14343
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
14344
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14345
|
-
} | undefined;
|
|
14346
14342
|
language?: string | undefined;
|
|
14347
14343
|
searchText?: string | undefined;
|
|
14348
14344
|
disableSearch?: boolean | undefined;
|
|
14349
14345
|
disableAnalytics?: boolean | undefined;
|
|
14350
14346
|
darkModeCode?: boolean | undefined;
|
|
14351
14347
|
defaultSearchFilters?: boolean | undefined;
|
|
14348
|
+
search?: {
|
|
14349
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
14350
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14351
|
+
} | undefined;
|
|
14352
14352
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14353
14353
|
hide404Page?: boolean | undefined;
|
|
14354
14354
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -16048,16 +16048,16 @@ export declare const docsV1ReadContract: {
|
|
|
16048
16048
|
} | undefined;
|
|
16049
16049
|
globalTheme?: string | undefined;
|
|
16050
16050
|
settings?: {
|
|
16051
|
-
search?: {
|
|
16052
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
16053
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16054
|
-
} | undefined;
|
|
16055
16051
|
language?: string | undefined;
|
|
16056
16052
|
searchText?: string | undefined;
|
|
16057
16053
|
disableSearch?: boolean | undefined;
|
|
16058
16054
|
disableAnalytics?: boolean | undefined;
|
|
16059
16055
|
darkModeCode?: boolean | undefined;
|
|
16060
16056
|
defaultSearchFilters?: boolean | undefined;
|
|
16057
|
+
search?: {
|
|
16058
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
16059
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16060
|
+
} | undefined;
|
|
16061
16061
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
16062
16062
|
hide404Page?: boolean | undefined;
|
|
16063
16063
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -17132,16 +17132,16 @@ export declare const docsV1ReadContract: {
|
|
|
17132
17132
|
} | undefined;
|
|
17133
17133
|
globalTheme?: string | undefined;
|
|
17134
17134
|
settings?: {
|
|
17135
|
-
search?: {
|
|
17136
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
17137
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17138
|
-
} | undefined;
|
|
17139
17135
|
language?: string | undefined;
|
|
17140
17136
|
searchText?: string | undefined;
|
|
17141
17137
|
disableSearch?: boolean | undefined;
|
|
17142
17138
|
disableAnalytics?: boolean | undefined;
|
|
17143
17139
|
darkModeCode?: boolean | undefined;
|
|
17144
17140
|
defaultSearchFilters?: boolean | undefined;
|
|
17141
|
+
search?: {
|
|
17142
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
17143
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17144
|
+
} | undefined;
|
|
17145
17145
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
17146
17146
|
hide404Page?: boolean | undefined;
|
|
17147
17147
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -18219,16 +18219,16 @@ export declare const docsV1ReadContract: {
|
|
|
18219
18219
|
} | undefined;
|
|
18220
18220
|
globalTheme?: string | undefined;
|
|
18221
18221
|
settings?: {
|
|
18222
|
-
search?: {
|
|
18223
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
18224
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
18225
|
-
} | undefined;
|
|
18226
18222
|
language?: string | undefined;
|
|
18227
18223
|
searchText?: string | undefined;
|
|
18228
18224
|
disableSearch?: boolean | undefined;
|
|
18229
18225
|
disableAnalytics?: boolean | undefined;
|
|
18230
18226
|
darkModeCode?: boolean | undefined;
|
|
18231
18227
|
defaultSearchFilters?: boolean | undefined;
|
|
18228
|
+
search?: {
|
|
18229
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
18230
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
18231
|
+
} | undefined;
|
|
18232
18232
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
18233
18233
|
hide404Page?: boolean | undefined;
|
|
18234
18234
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -19332,16 +19332,16 @@ export declare const docsV1ReadContract: {
|
|
|
19332
19332
|
} | undefined;
|
|
19333
19333
|
globalTheme?: string | undefined;
|
|
19334
19334
|
settings?: {
|
|
19335
|
-
search?: {
|
|
19336
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
19337
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19338
|
-
} | undefined;
|
|
19339
19335
|
language?: string | undefined;
|
|
19340
19336
|
searchText?: string | undefined;
|
|
19341
19337
|
disableSearch?: boolean | undefined;
|
|
19342
19338
|
disableAnalytics?: boolean | undefined;
|
|
19343
19339
|
darkModeCode?: boolean | undefined;
|
|
19344
19340
|
defaultSearchFilters?: boolean | undefined;
|
|
19341
|
+
search?: {
|
|
19342
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
19343
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19344
|
+
} | undefined;
|
|
19345
19345
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
19346
19346
|
hide404Page?: boolean | undefined;
|
|
19347
19347
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -1002,16 +1002,16 @@ export declare const FinishDocsRegisterV1InputSchema: z.ZodObject<{
|
|
|
1002
1002
|
} | undefined;
|
|
1003
1003
|
globalTheme?: string | undefined;
|
|
1004
1004
|
settings?: {
|
|
1005
|
-
search?: {
|
|
1006
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
1007
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
1008
|
-
} | undefined;
|
|
1009
1005
|
language?: string | undefined;
|
|
1010
1006
|
searchText?: string | undefined;
|
|
1011
1007
|
disableSearch?: boolean | undefined;
|
|
1012
1008
|
disableAnalytics?: boolean | undefined;
|
|
1013
1009
|
darkModeCode?: boolean | undefined;
|
|
1014
1010
|
defaultSearchFilters?: boolean | undefined;
|
|
1011
|
+
search?: {
|
|
1012
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
1013
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
1014
|
+
} | undefined;
|
|
1015
1015
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
1016
1016
|
hide404Page?: boolean | undefined;
|
|
1017
1017
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -2202,16 +2202,16 @@ export declare const FinishDocsRegisterV1InputSchema: z.ZodObject<{
|
|
|
2202
2202
|
} | undefined;
|
|
2203
2203
|
globalTheme?: string | undefined;
|
|
2204
2204
|
settings?: {
|
|
2205
|
-
search?: {
|
|
2206
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
2207
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
2208
|
-
} | undefined;
|
|
2209
2205
|
language?: string | undefined;
|
|
2210
2206
|
searchText?: string | undefined;
|
|
2211
2207
|
disableSearch?: boolean | undefined;
|
|
2212
2208
|
disableAnalytics?: boolean | undefined;
|
|
2213
2209
|
darkModeCode?: boolean | undefined;
|
|
2214
2210
|
defaultSearchFilters?: boolean | undefined;
|
|
2211
|
+
search?: {
|
|
2212
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
2213
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
2214
|
+
} | undefined;
|
|
2215
2215
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
2216
2216
|
hide404Page?: boolean | undefined;
|
|
2217
2217
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -3455,16 +3455,16 @@ export declare const docsV1WriteContract: {
|
|
|
3455
3455
|
} | undefined;
|
|
3456
3456
|
globalTheme?: string | undefined;
|
|
3457
3457
|
settings?: {
|
|
3458
|
-
search?: {
|
|
3459
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
3460
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3461
|
-
} | undefined;
|
|
3462
3458
|
language?: string | undefined;
|
|
3463
3459
|
searchText?: string | undefined;
|
|
3464
3460
|
disableSearch?: boolean | undefined;
|
|
3465
3461
|
disableAnalytics?: boolean | undefined;
|
|
3466
3462
|
darkModeCode?: boolean | undefined;
|
|
3467
3463
|
defaultSearchFilters?: boolean | undefined;
|
|
3464
|
+
search?: {
|
|
3465
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
3466
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3467
|
+
} | undefined;
|
|
3468
3468
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
3469
3469
|
hide404Page?: boolean | undefined;
|
|
3470
3470
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -4655,16 +4655,16 @@ export declare const docsV1WriteContract: {
|
|
|
4655
4655
|
} | undefined;
|
|
4656
4656
|
globalTheme?: string | undefined;
|
|
4657
4657
|
settings?: {
|
|
4658
|
-
search?: {
|
|
4659
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4660
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4661
|
-
} | undefined;
|
|
4662
4658
|
language?: string | undefined;
|
|
4663
4659
|
searchText?: string | undefined;
|
|
4664
4660
|
disableSearch?: boolean | undefined;
|
|
4665
4661
|
disableAnalytics?: boolean | undefined;
|
|
4666
4662
|
darkModeCode?: boolean | undefined;
|
|
4667
4663
|
defaultSearchFilters?: boolean | undefined;
|
|
4664
|
+
search?: {
|
|
4665
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4666
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4667
|
+
} | undefined;
|
|
4668
4668
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4669
4669
|
hide404Page?: boolean | undefined;
|
|
4670
4670
|
useJavascriptAsTypescript?: boolean | undefined;
|