@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
|
@@ -4603,16 +4603,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
4603
4603
|
language: z.ZodOptional<z.ZodString>;
|
|
4604
4604
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
4605
4605
|
}, "strip", z.ZodTypeAny, {
|
|
4606
|
-
search?: {
|
|
4607
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4608
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4609
|
-
} | undefined;
|
|
4610
4606
|
language?: string | undefined;
|
|
4611
4607
|
searchText?: string | undefined;
|
|
4612
4608
|
disableSearch?: boolean | undefined;
|
|
4613
4609
|
disableAnalytics?: boolean | undefined;
|
|
4614
4610
|
darkModeCode?: boolean | undefined;
|
|
4615
4611
|
defaultSearchFilters?: boolean | undefined;
|
|
4612
|
+
search?: {
|
|
4613
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4614
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4615
|
+
} | undefined;
|
|
4616
4616
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4617
4617
|
hide404Page?: boolean | undefined;
|
|
4618
4618
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -4620,16 +4620,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
4620
4620
|
disableEnvironmentEditing?: boolean | undefined;
|
|
4621
4621
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
4622
4622
|
}, {
|
|
4623
|
-
search?: {
|
|
4624
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4625
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4626
|
-
} | undefined;
|
|
4627
4623
|
language?: string | undefined;
|
|
4628
4624
|
searchText?: string | undefined;
|
|
4629
4625
|
disableSearch?: boolean | undefined;
|
|
4630
4626
|
disableAnalytics?: boolean | undefined;
|
|
4631
4627
|
darkModeCode?: boolean | undefined;
|
|
4632
4628
|
defaultSearchFilters?: boolean | undefined;
|
|
4629
|
+
search?: {
|
|
4630
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4631
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4632
|
+
} | undefined;
|
|
4633
4633
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4634
4634
|
hide404Page?: boolean | undefined;
|
|
4635
4635
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -6329,16 +6329,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
6329
6329
|
} | undefined;
|
|
6330
6330
|
globalTheme?: string | undefined;
|
|
6331
6331
|
settings?: {
|
|
6332
|
-
search?: {
|
|
6333
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
6334
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6335
|
-
} | undefined;
|
|
6336
6332
|
language?: string | undefined;
|
|
6337
6333
|
searchText?: string | undefined;
|
|
6338
6334
|
disableSearch?: boolean | undefined;
|
|
6339
6335
|
disableAnalytics?: boolean | undefined;
|
|
6340
6336
|
darkModeCode?: boolean | undefined;
|
|
6341
6337
|
defaultSearchFilters?: boolean | undefined;
|
|
6338
|
+
search?: {
|
|
6339
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
6340
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6341
|
+
} | undefined;
|
|
6342
6342
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
6343
6343
|
hide404Page?: boolean | undefined;
|
|
6344
6344
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -7413,16 +7413,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
7413
7413
|
} | undefined;
|
|
7414
7414
|
globalTheme?: string | undefined;
|
|
7415
7415
|
settings?: {
|
|
7416
|
-
search?: {
|
|
7417
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
7418
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7419
|
-
} | undefined;
|
|
7420
7416
|
language?: string | undefined;
|
|
7421
7417
|
searchText?: string | undefined;
|
|
7422
7418
|
disableSearch?: boolean | undefined;
|
|
7423
7419
|
disableAnalytics?: boolean | undefined;
|
|
7424
7420
|
darkModeCode?: boolean | undefined;
|
|
7425
7421
|
defaultSearchFilters?: boolean | undefined;
|
|
7422
|
+
search?: {
|
|
7423
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
7424
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7425
|
+
} | undefined;
|
|
7426
7426
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
7427
7427
|
hide404Page?: boolean | undefined;
|
|
7428
7428
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -8501,16 +8501,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
8501
8501
|
} | undefined;
|
|
8502
8502
|
globalTheme?: string | undefined;
|
|
8503
8503
|
settings?: {
|
|
8504
|
-
search?: {
|
|
8505
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
8506
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8507
|
-
} | undefined;
|
|
8508
8504
|
language?: string | undefined;
|
|
8509
8505
|
searchText?: string | undefined;
|
|
8510
8506
|
disableSearch?: boolean | undefined;
|
|
8511
8507
|
disableAnalytics?: boolean | undefined;
|
|
8512
8508
|
darkModeCode?: boolean | undefined;
|
|
8513
8509
|
defaultSearchFilters?: boolean | undefined;
|
|
8510
|
+
search?: {
|
|
8511
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
8512
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8513
|
+
} | undefined;
|
|
8514
8514
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
8515
8515
|
hide404Page?: boolean | undefined;
|
|
8516
8516
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -9588,16 +9588,16 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
9588
9588
|
} | undefined;
|
|
9589
9589
|
globalTheme?: string | undefined;
|
|
9590
9590
|
settings?: {
|
|
9591
|
-
search?: {
|
|
9592
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
9593
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9594
|
-
} | undefined;
|
|
9595
9591
|
language?: string | undefined;
|
|
9596
9592
|
searchText?: string | undefined;
|
|
9597
9593
|
disableSearch?: boolean | undefined;
|
|
9598
9594
|
disableAnalytics?: boolean | undefined;
|
|
9599
9595
|
darkModeCode?: boolean | undefined;
|
|
9600
9596
|
defaultSearchFilters?: boolean | undefined;
|
|
9597
|
+
search?: {
|
|
9598
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
9599
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9600
|
+
} | undefined;
|
|
9601
9601
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
9602
9602
|
hide404Page?: boolean | undefined;
|
|
9603
9603
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -14425,16 +14425,16 @@ export declare const docsV2ReadContract: {
|
|
|
14425
14425
|
language: z.ZodOptional<z.ZodString>;
|
|
14426
14426
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
14427
14427
|
}, "strip", z.ZodTypeAny, {
|
|
14428
|
-
search?: {
|
|
14429
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
14430
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14431
|
-
} | undefined;
|
|
14432
14428
|
language?: string | undefined;
|
|
14433
14429
|
searchText?: string | undefined;
|
|
14434
14430
|
disableSearch?: boolean | undefined;
|
|
14435
14431
|
disableAnalytics?: boolean | undefined;
|
|
14436
14432
|
darkModeCode?: boolean | undefined;
|
|
14437
14433
|
defaultSearchFilters?: boolean | undefined;
|
|
14434
|
+
search?: {
|
|
14435
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
14436
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14437
|
+
} | undefined;
|
|
14438
14438
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14439
14439
|
hide404Page?: boolean | undefined;
|
|
14440
14440
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -14442,16 +14442,16 @@ export declare const docsV2ReadContract: {
|
|
|
14442
14442
|
disableEnvironmentEditing?: boolean | undefined;
|
|
14443
14443
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
14444
14444
|
}, {
|
|
14445
|
-
search?: {
|
|
14446
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
14447
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14448
|
-
} | undefined;
|
|
14449
14445
|
language?: string | undefined;
|
|
14450
14446
|
searchText?: string | undefined;
|
|
14451
14447
|
disableSearch?: boolean | undefined;
|
|
14452
14448
|
disableAnalytics?: boolean | undefined;
|
|
14453
14449
|
darkModeCode?: boolean | undefined;
|
|
14454
14450
|
defaultSearchFilters?: boolean | undefined;
|
|
14451
|
+
search?: {
|
|
14452
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
14453
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14454
|
+
} | undefined;
|
|
14455
14455
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14456
14456
|
hide404Page?: boolean | undefined;
|
|
14457
14457
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -16151,16 +16151,16 @@ export declare const docsV2ReadContract: {
|
|
|
16151
16151
|
} | undefined;
|
|
16152
16152
|
globalTheme?: string | undefined;
|
|
16153
16153
|
settings?: {
|
|
16154
|
-
search?: {
|
|
16155
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
16156
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16157
|
-
} | undefined;
|
|
16158
16154
|
language?: string | undefined;
|
|
16159
16155
|
searchText?: string | undefined;
|
|
16160
16156
|
disableSearch?: boolean | undefined;
|
|
16161
16157
|
disableAnalytics?: boolean | undefined;
|
|
16162
16158
|
darkModeCode?: boolean | undefined;
|
|
16163
16159
|
defaultSearchFilters?: boolean | undefined;
|
|
16160
|
+
search?: {
|
|
16161
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
16162
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16163
|
+
} | undefined;
|
|
16164
16164
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
16165
16165
|
hide404Page?: boolean | undefined;
|
|
16166
16166
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -17235,16 +17235,16 @@ export declare const docsV2ReadContract: {
|
|
|
17235
17235
|
} | undefined;
|
|
17236
17236
|
globalTheme?: string | undefined;
|
|
17237
17237
|
settings?: {
|
|
17238
|
-
search?: {
|
|
17239
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
17240
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17241
|
-
} | undefined;
|
|
17242
17238
|
language?: string | undefined;
|
|
17243
17239
|
searchText?: string | undefined;
|
|
17244
17240
|
disableSearch?: boolean | undefined;
|
|
17245
17241
|
disableAnalytics?: boolean | undefined;
|
|
17246
17242
|
darkModeCode?: boolean | undefined;
|
|
17247
17243
|
defaultSearchFilters?: boolean | undefined;
|
|
17244
|
+
search?: {
|
|
17245
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
17246
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17247
|
+
} | undefined;
|
|
17248
17248
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
17249
17249
|
hide404Page?: boolean | undefined;
|
|
17250
17250
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -18322,16 +18322,16 @@ export declare const docsV2ReadContract: {
|
|
|
18322
18322
|
} | undefined;
|
|
18323
18323
|
globalTheme?: string | undefined;
|
|
18324
18324
|
settings?: {
|
|
18325
|
-
search?: {
|
|
18326
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
18327
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
18328
|
-
} | undefined;
|
|
18329
18325
|
language?: string | undefined;
|
|
18330
18326
|
searchText?: string | undefined;
|
|
18331
18327
|
disableSearch?: boolean | undefined;
|
|
18332
18328
|
disableAnalytics?: boolean | undefined;
|
|
18333
18329
|
darkModeCode?: boolean | undefined;
|
|
18334
18330
|
defaultSearchFilters?: boolean | undefined;
|
|
18331
|
+
search?: {
|
|
18332
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
18333
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
18334
|
+
} | undefined;
|
|
18335
18335
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
18336
18336
|
hide404Page?: boolean | undefined;
|
|
18337
18337
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -19435,16 +19435,16 @@ export declare const docsV2ReadContract: {
|
|
|
19435
19435
|
} | undefined;
|
|
19436
19436
|
globalTheme?: string | undefined;
|
|
19437
19437
|
settings?: {
|
|
19438
|
-
search?: {
|
|
19439
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
19440
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19441
|
-
} | undefined;
|
|
19442
19438
|
language?: string | undefined;
|
|
19443
19439
|
searchText?: string | undefined;
|
|
19444
19440
|
disableSearch?: boolean | undefined;
|
|
19445
19441
|
disableAnalytics?: boolean | undefined;
|
|
19446
19442
|
darkModeCode?: boolean | undefined;
|
|
19447
19443
|
defaultSearchFilters?: boolean | undefined;
|
|
19444
|
+
search?: {
|
|
19445
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
19446
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19447
|
+
} | undefined;
|
|
19448
19448
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
19449
19449
|
hide404Page?: boolean | undefined;
|
|
19450
19450
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -20559,16 +20559,16 @@ export declare const docsV2ReadContract: {
|
|
|
20559
20559
|
} | undefined;
|
|
20560
20560
|
globalTheme?: string | undefined;
|
|
20561
20561
|
settings?: {
|
|
20562
|
-
search?: {
|
|
20563
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
20564
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
20565
|
-
} | undefined;
|
|
20566
20562
|
language?: string | undefined;
|
|
20567
20563
|
searchText?: string | undefined;
|
|
20568
20564
|
disableSearch?: boolean | undefined;
|
|
20569
20565
|
disableAnalytics?: boolean | undefined;
|
|
20570
20566
|
darkModeCode?: boolean | undefined;
|
|
20571
20567
|
defaultSearchFilters?: boolean | undefined;
|
|
20568
|
+
search?: {
|
|
20569
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
20570
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
20571
|
+
} | undefined;
|
|
20572
20572
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
20573
20573
|
hide404Page?: boolean | undefined;
|
|
20574
20574
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -21683,16 +21683,16 @@ export declare const docsV2ReadContract: {
|
|
|
21683
21683
|
} | undefined;
|
|
21684
21684
|
globalTheme?: string | undefined;
|
|
21685
21685
|
settings?: {
|
|
21686
|
-
search?: {
|
|
21687
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
21688
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21689
|
-
} | undefined;
|
|
21690
21686
|
language?: string | undefined;
|
|
21691
21687
|
searchText?: string | undefined;
|
|
21692
21688
|
disableSearch?: boolean | undefined;
|
|
21693
21689
|
disableAnalytics?: boolean | undefined;
|
|
21694
21690
|
darkModeCode?: boolean | undefined;
|
|
21695
21691
|
defaultSearchFilters?: boolean | undefined;
|
|
21692
|
+
search?: {
|
|
21693
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
21694
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21695
|
+
} | undefined;
|
|
21696
21696
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
21697
21697
|
hide404Page?: boolean | undefined;
|
|
21698
21698
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -26444,16 +26444,16 @@ export declare const docsV2ReadContract: {
|
|
|
26444
26444
|
language: z.ZodOptional<z.ZodString>;
|
|
26445
26445
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
26446
26446
|
}, "strip", z.ZodTypeAny, {
|
|
26447
|
-
search?: {
|
|
26448
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
26449
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26450
|
-
} | undefined;
|
|
26451
26447
|
language?: string | undefined;
|
|
26452
26448
|
searchText?: string | undefined;
|
|
26453
26449
|
disableSearch?: boolean | undefined;
|
|
26454
26450
|
disableAnalytics?: boolean | undefined;
|
|
26455
26451
|
darkModeCode?: boolean | undefined;
|
|
26456
26452
|
defaultSearchFilters?: boolean | undefined;
|
|
26453
|
+
search?: {
|
|
26454
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
26455
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26456
|
+
} | undefined;
|
|
26457
26457
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
26458
26458
|
hide404Page?: boolean | undefined;
|
|
26459
26459
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -26461,16 +26461,16 @@ export declare const docsV2ReadContract: {
|
|
|
26461
26461
|
disableEnvironmentEditing?: boolean | undefined;
|
|
26462
26462
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
26463
26463
|
}, {
|
|
26464
|
-
search?: {
|
|
26465
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
26466
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26467
|
-
} | undefined;
|
|
26468
26464
|
language?: string | undefined;
|
|
26469
26465
|
searchText?: string | undefined;
|
|
26470
26466
|
disableSearch?: boolean | undefined;
|
|
26471
26467
|
disableAnalytics?: boolean | undefined;
|
|
26472
26468
|
darkModeCode?: boolean | undefined;
|
|
26473
26469
|
defaultSearchFilters?: boolean | undefined;
|
|
26470
|
+
search?: {
|
|
26471
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
26472
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26473
|
+
} | undefined;
|
|
26474
26474
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
26475
26475
|
hide404Page?: boolean | undefined;
|
|
26476
26476
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -28170,16 +28170,16 @@ export declare const docsV2ReadContract: {
|
|
|
28170
28170
|
} | undefined;
|
|
28171
28171
|
globalTheme?: string | undefined;
|
|
28172
28172
|
settings?: {
|
|
28173
|
-
search?: {
|
|
28174
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
28175
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
28176
|
-
} | undefined;
|
|
28177
28173
|
language?: string | undefined;
|
|
28178
28174
|
searchText?: string | undefined;
|
|
28179
28175
|
disableSearch?: boolean | undefined;
|
|
28180
28176
|
disableAnalytics?: boolean | undefined;
|
|
28181
28177
|
darkModeCode?: boolean | undefined;
|
|
28182
28178
|
defaultSearchFilters?: boolean | undefined;
|
|
28179
|
+
search?: {
|
|
28180
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
28181
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
28182
|
+
} | undefined;
|
|
28183
28183
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
28184
28184
|
hide404Page?: boolean | undefined;
|
|
28185
28185
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -29254,16 +29254,16 @@ export declare const docsV2ReadContract: {
|
|
|
29254
29254
|
} | undefined;
|
|
29255
29255
|
globalTheme?: string | undefined;
|
|
29256
29256
|
settings?: {
|
|
29257
|
-
search?: {
|
|
29258
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
29259
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29260
|
-
} | undefined;
|
|
29261
29257
|
language?: string | undefined;
|
|
29262
29258
|
searchText?: string | undefined;
|
|
29263
29259
|
disableSearch?: boolean | undefined;
|
|
29264
29260
|
disableAnalytics?: boolean | undefined;
|
|
29265
29261
|
darkModeCode?: boolean | undefined;
|
|
29266
29262
|
defaultSearchFilters?: boolean | undefined;
|
|
29263
|
+
search?: {
|
|
29264
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
29265
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29266
|
+
} | undefined;
|
|
29267
29267
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
29268
29268
|
hide404Page?: boolean | undefined;
|
|
29269
29269
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -30341,16 +30341,16 @@ export declare const docsV2ReadContract: {
|
|
|
30341
30341
|
} | undefined;
|
|
30342
30342
|
globalTheme?: string | undefined;
|
|
30343
30343
|
settings?: {
|
|
30344
|
-
search?: {
|
|
30345
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
30346
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
30347
|
-
} | undefined;
|
|
30348
30344
|
language?: string | undefined;
|
|
30349
30345
|
searchText?: string | undefined;
|
|
30350
30346
|
disableSearch?: boolean | undefined;
|
|
30351
30347
|
disableAnalytics?: boolean | undefined;
|
|
30352
30348
|
darkModeCode?: boolean | undefined;
|
|
30353
30349
|
defaultSearchFilters?: boolean | undefined;
|
|
30350
|
+
search?: {
|
|
30351
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
30352
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
30353
|
+
} | undefined;
|
|
30354
30354
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
30355
30355
|
hide404Page?: boolean | undefined;
|
|
30356
30356
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -31454,16 +31454,16 @@ export declare const docsV2ReadContract: {
|
|
|
31454
31454
|
} | undefined;
|
|
31455
31455
|
globalTheme?: string | undefined;
|
|
31456
31456
|
settings?: {
|
|
31457
|
-
search?: {
|
|
31458
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
31459
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
31460
|
-
} | undefined;
|
|
31461
31457
|
language?: string | undefined;
|
|
31462
31458
|
searchText?: string | undefined;
|
|
31463
31459
|
disableSearch?: boolean | undefined;
|
|
31464
31460
|
disableAnalytics?: boolean | undefined;
|
|
31465
31461
|
darkModeCode?: boolean | undefined;
|
|
31466
31462
|
defaultSearchFilters?: boolean | undefined;
|
|
31463
|
+
search?: {
|
|
31464
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
31465
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
31466
|
+
} | undefined;
|
|
31467
31467
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
31468
31468
|
hide404Page?: boolean | undefined;
|
|
31469
31469
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -32578,16 +32578,16 @@ export declare const docsV2ReadContract: {
|
|
|
32578
32578
|
} | undefined;
|
|
32579
32579
|
globalTheme?: string | undefined;
|
|
32580
32580
|
settings?: {
|
|
32581
|
-
search?: {
|
|
32582
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
32583
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
32584
|
-
} | undefined;
|
|
32585
32581
|
language?: string | undefined;
|
|
32586
32582
|
searchText?: string | undefined;
|
|
32587
32583
|
disableSearch?: boolean | undefined;
|
|
32588
32584
|
disableAnalytics?: boolean | undefined;
|
|
32589
32585
|
darkModeCode?: boolean | undefined;
|
|
32590
32586
|
defaultSearchFilters?: boolean | undefined;
|
|
32587
|
+
search?: {
|
|
32588
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
32589
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
32590
|
+
} | undefined;
|
|
32591
32591
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
32592
32592
|
hide404Page?: boolean | undefined;
|
|
32593
32593
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -33702,16 +33702,16 @@ export declare const docsV2ReadContract: {
|
|
|
33702
33702
|
} | undefined;
|
|
33703
33703
|
globalTheme?: string | undefined;
|
|
33704
33704
|
settings?: {
|
|
33705
|
-
search?: {
|
|
33706
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
33707
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33708
|
-
} | undefined;
|
|
33709
33705
|
language?: string | undefined;
|
|
33710
33706
|
searchText?: string | undefined;
|
|
33711
33707
|
disableSearch?: boolean | undefined;
|
|
33712
33708
|
disableAnalytics?: boolean | undefined;
|
|
33713
33709
|
darkModeCode?: boolean | undefined;
|
|
33714
33710
|
defaultSearchFilters?: boolean | undefined;
|
|
33711
|
+
search?: {
|
|
33712
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
33713
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33714
|
+
} | undefined;
|
|
33715
33715
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33716
33716
|
hide404Page?: boolean | undefined;
|
|
33717
33717
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -38438,16 +38438,16 @@ export declare const docsV2ReadContract: {
|
|
|
38438
38438
|
language: z.ZodOptional<z.ZodString>;
|
|
38439
38439
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
38440
38440
|
}, "strip", z.ZodTypeAny, {
|
|
38441
|
-
search?: {
|
|
38442
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
38443
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38444
|
-
} | undefined;
|
|
38445
38441
|
language?: string | undefined;
|
|
38446
38442
|
searchText?: string | undefined;
|
|
38447
38443
|
disableSearch?: boolean | undefined;
|
|
38448
38444
|
disableAnalytics?: boolean | undefined;
|
|
38449
38445
|
darkModeCode?: boolean | undefined;
|
|
38450
38446
|
defaultSearchFilters?: boolean | undefined;
|
|
38447
|
+
search?: {
|
|
38448
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
38449
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38450
|
+
} | undefined;
|
|
38451
38451
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
38452
38452
|
hide404Page?: boolean | undefined;
|
|
38453
38453
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -38455,16 +38455,16 @@ export declare const docsV2ReadContract: {
|
|
|
38455
38455
|
disableEnvironmentEditing?: boolean | undefined;
|
|
38456
38456
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
38457
38457
|
}, {
|
|
38458
|
-
search?: {
|
|
38459
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
38460
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38461
|
-
} | undefined;
|
|
38462
38458
|
language?: string | undefined;
|
|
38463
38459
|
searchText?: string | undefined;
|
|
38464
38460
|
disableSearch?: boolean | undefined;
|
|
38465
38461
|
disableAnalytics?: boolean | undefined;
|
|
38466
38462
|
darkModeCode?: boolean | undefined;
|
|
38467
38463
|
defaultSearchFilters?: boolean | undefined;
|
|
38464
|
+
search?: {
|
|
38465
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
38466
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38467
|
+
} | undefined;
|
|
38468
38468
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
38469
38469
|
hide404Page?: boolean | undefined;
|
|
38470
38470
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -40164,16 +40164,16 @@ export declare const docsV2ReadContract: {
|
|
|
40164
40164
|
} | undefined;
|
|
40165
40165
|
globalTheme?: string | undefined;
|
|
40166
40166
|
settings?: {
|
|
40167
|
-
search?: {
|
|
40168
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
40169
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
40170
|
-
} | undefined;
|
|
40171
40167
|
language?: string | undefined;
|
|
40172
40168
|
searchText?: string | undefined;
|
|
40173
40169
|
disableSearch?: boolean | undefined;
|
|
40174
40170
|
disableAnalytics?: boolean | undefined;
|
|
40175
40171
|
darkModeCode?: boolean | undefined;
|
|
40176
40172
|
defaultSearchFilters?: boolean | undefined;
|
|
40173
|
+
search?: {
|
|
40174
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
40175
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
40176
|
+
} | undefined;
|
|
40177
40177
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
40178
40178
|
hide404Page?: boolean | undefined;
|
|
40179
40179
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -41248,16 +41248,16 @@ export declare const docsV2ReadContract: {
|
|
|
41248
41248
|
} | undefined;
|
|
41249
41249
|
globalTheme?: string | undefined;
|
|
41250
41250
|
settings?: {
|
|
41251
|
-
search?: {
|
|
41252
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
41253
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
41254
|
-
} | undefined;
|
|
41255
41251
|
language?: string | undefined;
|
|
41256
41252
|
searchText?: string | undefined;
|
|
41257
41253
|
disableSearch?: boolean | undefined;
|
|
41258
41254
|
disableAnalytics?: boolean | undefined;
|
|
41259
41255
|
darkModeCode?: boolean | undefined;
|
|
41260
41256
|
defaultSearchFilters?: boolean | undefined;
|
|
41257
|
+
search?: {
|
|
41258
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
41259
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
41260
|
+
} | undefined;
|
|
41261
41261
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
41262
41262
|
hide404Page?: boolean | undefined;
|
|
41263
41263
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -42336,16 +42336,16 @@ export declare const docsV2ReadContract: {
|
|
|
42336
42336
|
} | undefined;
|
|
42337
42337
|
globalTheme?: string | undefined;
|
|
42338
42338
|
settings?: {
|
|
42339
|
-
search?: {
|
|
42340
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
42341
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
42342
|
-
} | undefined;
|
|
42343
42339
|
language?: string | undefined;
|
|
42344
42340
|
searchText?: string | undefined;
|
|
42345
42341
|
disableSearch?: boolean | undefined;
|
|
42346
42342
|
disableAnalytics?: boolean | undefined;
|
|
42347
42343
|
darkModeCode?: boolean | undefined;
|
|
42348
42344
|
defaultSearchFilters?: boolean | undefined;
|
|
42345
|
+
search?: {
|
|
42346
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
42347
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
42348
|
+
} | undefined;
|
|
42349
42349
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
42350
42350
|
hide404Page?: boolean | undefined;
|
|
42351
42351
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -43423,16 +43423,16 @@ export declare const docsV2ReadContract: {
|
|
|
43423
43423
|
} | undefined;
|
|
43424
43424
|
globalTheme?: string | undefined;
|
|
43425
43425
|
settings?: {
|
|
43426
|
-
search?: {
|
|
43427
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
43428
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43429
|
-
} | undefined;
|
|
43430
43426
|
language?: string | undefined;
|
|
43431
43427
|
searchText?: string | undefined;
|
|
43432
43428
|
disableSearch?: boolean | undefined;
|
|
43433
43429
|
disableAnalytics?: boolean | undefined;
|
|
43434
43430
|
darkModeCode?: boolean | undefined;
|
|
43435
43431
|
defaultSearchFilters?: boolean | undefined;
|
|
43432
|
+
search?: {
|
|
43433
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
43434
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43435
|
+
} | undefined;
|
|
43436
43436
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
43437
43437
|
hide404Page?: boolean | undefined;
|
|
43438
43438
|
useJavascriptAsTypescript?: boolean | undefined;
|