@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
|
@@ -12384,16 +12384,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
12384
12384
|
language: z.ZodOptional<z.ZodString>;
|
|
12385
12385
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
12386
12386
|
}, "strip", z.ZodTypeAny, {
|
|
12387
|
-
search?: {
|
|
12388
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
12389
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12390
|
-
} | undefined;
|
|
12391
12387
|
language?: string | undefined;
|
|
12392
12388
|
searchText?: string | undefined;
|
|
12393
12389
|
disableSearch?: boolean | undefined;
|
|
12394
12390
|
disableAnalytics?: boolean | undefined;
|
|
12395
12391
|
darkModeCode?: boolean | undefined;
|
|
12396
12392
|
defaultSearchFilters?: boolean | undefined;
|
|
12393
|
+
search?: {
|
|
12394
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
12395
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12396
|
+
} | undefined;
|
|
12397
12397
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
12398
12398
|
hide404Page?: boolean | undefined;
|
|
12399
12399
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -12401,16 +12401,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
12401
12401
|
disableEnvironmentEditing?: boolean | undefined;
|
|
12402
12402
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
12403
12403
|
}, {
|
|
12404
|
-
search?: {
|
|
12405
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
12406
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12407
|
-
} | undefined;
|
|
12408
12404
|
language?: string | undefined;
|
|
12409
12405
|
searchText?: string | undefined;
|
|
12410
12406
|
disableSearch?: boolean | undefined;
|
|
12411
12407
|
disableAnalytics?: boolean | undefined;
|
|
12412
12408
|
darkModeCode?: boolean | undefined;
|
|
12413
12409
|
defaultSearchFilters?: boolean | undefined;
|
|
12410
|
+
search?: {
|
|
12411
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
12412
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
12413
|
+
} | undefined;
|
|
12414
12414
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
12415
12415
|
hide404Page?: boolean | undefined;
|
|
12416
12416
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -14110,16 +14110,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
14110
14110
|
} | undefined;
|
|
14111
14111
|
globalTheme?: string | undefined;
|
|
14112
14112
|
settings?: {
|
|
14113
|
-
search?: {
|
|
14114
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
14115
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14116
|
-
} | undefined;
|
|
14117
14113
|
language?: string | undefined;
|
|
14118
14114
|
searchText?: string | undefined;
|
|
14119
14115
|
disableSearch?: boolean | undefined;
|
|
14120
14116
|
disableAnalytics?: boolean | undefined;
|
|
14121
14117
|
darkModeCode?: boolean | undefined;
|
|
14122
14118
|
defaultSearchFilters?: boolean | undefined;
|
|
14119
|
+
search?: {
|
|
14120
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
14121
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
14122
|
+
} | undefined;
|
|
14123
14123
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
14124
14124
|
hide404Page?: boolean | undefined;
|
|
14125
14125
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -15194,16 +15194,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
15194
15194
|
} | undefined;
|
|
15195
15195
|
globalTheme?: string | undefined;
|
|
15196
15196
|
settings?: {
|
|
15197
|
-
search?: {
|
|
15198
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
15199
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15200
|
-
} | undefined;
|
|
15201
15197
|
language?: string | undefined;
|
|
15202
15198
|
searchText?: string | undefined;
|
|
15203
15199
|
disableSearch?: boolean | undefined;
|
|
15204
15200
|
disableAnalytics?: boolean | undefined;
|
|
15205
15201
|
darkModeCode?: boolean | undefined;
|
|
15206
15202
|
defaultSearchFilters?: boolean | undefined;
|
|
15203
|
+
search?: {
|
|
15204
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
15205
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15206
|
+
} | undefined;
|
|
15207
15207
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
15208
15208
|
hide404Page?: boolean | undefined;
|
|
15209
15209
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -19906,16 +19906,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
19906
19906
|
language: z.ZodOptional<z.ZodString>;
|
|
19907
19907
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
19908
19908
|
}, "strip", z.ZodTypeAny, {
|
|
19909
|
-
search?: {
|
|
19910
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
19911
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19912
|
-
} | undefined;
|
|
19913
19909
|
language?: string | undefined;
|
|
19914
19910
|
searchText?: string | undefined;
|
|
19915
19911
|
disableSearch?: boolean | undefined;
|
|
19916
19912
|
disableAnalytics?: boolean | undefined;
|
|
19917
19913
|
darkModeCode?: boolean | undefined;
|
|
19918
19914
|
defaultSearchFilters?: boolean | undefined;
|
|
19915
|
+
search?: {
|
|
19916
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
19917
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19918
|
+
} | undefined;
|
|
19919
19919
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
19920
19920
|
hide404Page?: boolean | undefined;
|
|
19921
19921
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -19923,16 +19923,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
19923
19923
|
disableEnvironmentEditing?: boolean | undefined;
|
|
19924
19924
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
19925
19925
|
}, {
|
|
19926
|
-
search?: {
|
|
19927
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
19928
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19929
|
-
} | undefined;
|
|
19930
19926
|
language?: string | undefined;
|
|
19931
19927
|
searchText?: string | undefined;
|
|
19932
19928
|
disableSearch?: boolean | undefined;
|
|
19933
19929
|
disableAnalytics?: boolean | undefined;
|
|
19934
19930
|
darkModeCode?: boolean | undefined;
|
|
19935
19931
|
defaultSearchFilters?: boolean | undefined;
|
|
19932
|
+
search?: {
|
|
19933
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
19934
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19935
|
+
} | undefined;
|
|
19936
19936
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
19937
19937
|
hide404Page?: boolean | undefined;
|
|
19938
19938
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -21632,16 +21632,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
21632
21632
|
} | undefined;
|
|
21633
21633
|
globalTheme?: string | undefined;
|
|
21634
21634
|
settings?: {
|
|
21635
|
-
search?: {
|
|
21636
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
21637
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21638
|
-
} | undefined;
|
|
21639
21635
|
language?: string | undefined;
|
|
21640
21636
|
searchText?: string | undefined;
|
|
21641
21637
|
disableSearch?: boolean | undefined;
|
|
21642
21638
|
disableAnalytics?: boolean | undefined;
|
|
21643
21639
|
darkModeCode?: boolean | undefined;
|
|
21644
21640
|
defaultSearchFilters?: boolean | undefined;
|
|
21641
|
+
search?: {
|
|
21642
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
21643
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21644
|
+
} | undefined;
|
|
21645
21645
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
21646
21646
|
hide404Page?: boolean | undefined;
|
|
21647
21647
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -22716,16 +22716,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
22716
22716
|
} | undefined;
|
|
22717
22717
|
globalTheme?: string | undefined;
|
|
22718
22718
|
settings?: {
|
|
22719
|
-
search?: {
|
|
22720
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
22721
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
22722
|
-
} | undefined;
|
|
22723
22719
|
language?: string | undefined;
|
|
22724
22720
|
searchText?: string | undefined;
|
|
22725
22721
|
disableSearch?: boolean | undefined;
|
|
22726
22722
|
disableAnalytics?: boolean | undefined;
|
|
22727
22723
|
darkModeCode?: boolean | undefined;
|
|
22728
22724
|
defaultSearchFilters?: boolean | undefined;
|
|
22725
|
+
search?: {
|
|
22726
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
22727
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
22728
|
+
} | undefined;
|
|
22729
22729
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
22730
22730
|
hide404Page?: boolean | undefined;
|
|
22731
22731
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -23803,16 +23803,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
23803
23803
|
} | undefined;
|
|
23804
23804
|
globalTheme?: string | undefined;
|
|
23805
23805
|
settings?: {
|
|
23806
|
-
search?: {
|
|
23807
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
23808
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23809
|
-
} | undefined;
|
|
23810
23806
|
language?: string | undefined;
|
|
23811
23807
|
searchText?: string | undefined;
|
|
23812
23808
|
disableSearch?: boolean | undefined;
|
|
23813
23809
|
disableAnalytics?: boolean | undefined;
|
|
23814
23810
|
darkModeCode?: boolean | undefined;
|
|
23815
23811
|
defaultSearchFilters?: boolean | undefined;
|
|
23812
|
+
search?: {
|
|
23813
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
23814
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23815
|
+
} | undefined;
|
|
23816
23816
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
23817
23817
|
hide404Page?: boolean | undefined;
|
|
23818
23818
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -24916,16 +24916,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
24916
24916
|
} | undefined;
|
|
24917
24917
|
globalTheme?: string | undefined;
|
|
24918
24918
|
settings?: {
|
|
24919
|
-
search?: {
|
|
24920
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
24921
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
24922
|
-
} | undefined;
|
|
24923
24919
|
language?: string | undefined;
|
|
24924
24920
|
searchText?: string | undefined;
|
|
24925
24921
|
disableSearch?: boolean | undefined;
|
|
24926
24922
|
disableAnalytics?: boolean | undefined;
|
|
24927
24923
|
darkModeCode?: boolean | undefined;
|
|
24928
24924
|
defaultSearchFilters?: boolean | undefined;
|
|
24925
|
+
search?: {
|
|
24926
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
24927
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
24928
|
+
} | undefined;
|
|
24929
24929
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
24930
24930
|
hide404Page?: boolean | undefined;
|
|
24931
24931
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -29677,16 +29677,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
29677
29677
|
language: z.ZodOptional<z.ZodString>;
|
|
29678
29678
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
29679
29679
|
}, "strip", z.ZodTypeAny, {
|
|
29680
|
-
search?: {
|
|
29681
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
29682
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29683
|
-
} | undefined;
|
|
29684
29680
|
language?: string | undefined;
|
|
29685
29681
|
searchText?: string | undefined;
|
|
29686
29682
|
disableSearch?: boolean | undefined;
|
|
29687
29683
|
disableAnalytics?: boolean | undefined;
|
|
29688
29684
|
darkModeCode?: boolean | undefined;
|
|
29689
29685
|
defaultSearchFilters?: boolean | undefined;
|
|
29686
|
+
search?: {
|
|
29687
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
29688
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29689
|
+
} | undefined;
|
|
29690
29690
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
29691
29691
|
hide404Page?: boolean | undefined;
|
|
29692
29692
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -29694,16 +29694,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
29694
29694
|
disableEnvironmentEditing?: boolean | undefined;
|
|
29695
29695
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
29696
29696
|
}, {
|
|
29697
|
-
search?: {
|
|
29698
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
29699
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29700
|
-
} | undefined;
|
|
29701
29697
|
language?: string | undefined;
|
|
29702
29698
|
searchText?: string | undefined;
|
|
29703
29699
|
disableSearch?: boolean | undefined;
|
|
29704
29700
|
disableAnalytics?: boolean | undefined;
|
|
29705
29701
|
darkModeCode?: boolean | undefined;
|
|
29706
29702
|
defaultSearchFilters?: boolean | undefined;
|
|
29703
|
+
search?: {
|
|
29704
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
29705
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
29706
|
+
} | undefined;
|
|
29707
29707
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
29708
29708
|
hide404Page?: boolean | undefined;
|
|
29709
29709
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -31403,16 +31403,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
31403
31403
|
} | undefined;
|
|
31404
31404
|
globalTheme?: string | undefined;
|
|
31405
31405
|
settings?: {
|
|
31406
|
-
search?: {
|
|
31407
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
31408
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
31409
|
-
} | undefined;
|
|
31410
31406
|
language?: string | undefined;
|
|
31411
31407
|
searchText?: string | undefined;
|
|
31412
31408
|
disableSearch?: boolean | undefined;
|
|
31413
31409
|
disableAnalytics?: boolean | undefined;
|
|
31414
31410
|
darkModeCode?: boolean | undefined;
|
|
31415
31411
|
defaultSearchFilters?: boolean | undefined;
|
|
31412
|
+
search?: {
|
|
31413
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
31414
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
31415
|
+
} | undefined;
|
|
31416
31416
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
31417
31417
|
hide404Page?: boolean | undefined;
|
|
31418
31418
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -32487,16 +32487,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
32487
32487
|
} | undefined;
|
|
32488
32488
|
globalTheme?: string | undefined;
|
|
32489
32489
|
settings?: {
|
|
32490
|
-
search?: {
|
|
32491
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
32492
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
32493
|
-
} | undefined;
|
|
32494
32490
|
language?: string | undefined;
|
|
32495
32491
|
searchText?: string | undefined;
|
|
32496
32492
|
disableSearch?: boolean | undefined;
|
|
32497
32493
|
disableAnalytics?: boolean | undefined;
|
|
32498
32494
|
darkModeCode?: boolean | undefined;
|
|
32499
32495
|
defaultSearchFilters?: boolean | undefined;
|
|
32496
|
+
search?: {
|
|
32497
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
32498
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
32499
|
+
} | undefined;
|
|
32500
32500
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
32501
32501
|
hide404Page?: boolean | undefined;
|
|
32502
32502
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -33574,16 +33574,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
33574
33574
|
} | undefined;
|
|
33575
33575
|
globalTheme?: string | undefined;
|
|
33576
33576
|
settings?: {
|
|
33577
|
-
search?: {
|
|
33578
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
33579
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33580
|
-
} | undefined;
|
|
33581
33577
|
language?: string | undefined;
|
|
33582
33578
|
searchText?: string | undefined;
|
|
33583
33579
|
disableSearch?: boolean | undefined;
|
|
33584
33580
|
disableAnalytics?: boolean | undefined;
|
|
33585
33581
|
darkModeCode?: boolean | undefined;
|
|
33586
33582
|
defaultSearchFilters?: boolean | undefined;
|
|
33583
|
+
search?: {
|
|
33584
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
33585
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33586
|
+
} | undefined;
|
|
33587
33587
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33588
33588
|
hide404Page?: boolean | undefined;
|
|
33589
33589
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -34687,16 +34687,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
34687
34687
|
} | undefined;
|
|
34688
34688
|
globalTheme?: string | undefined;
|
|
34689
34689
|
settings?: {
|
|
34690
|
-
search?: {
|
|
34691
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
34692
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
34693
|
-
} | undefined;
|
|
34694
34690
|
language?: string | undefined;
|
|
34695
34691
|
searchText?: string | undefined;
|
|
34696
34692
|
disableSearch?: boolean | undefined;
|
|
34697
34693
|
disableAnalytics?: boolean | undefined;
|
|
34698
34694
|
darkModeCode?: boolean | undefined;
|
|
34699
34695
|
defaultSearchFilters?: boolean | undefined;
|
|
34696
|
+
search?: {
|
|
34697
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
34698
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
34699
|
+
} | undefined;
|
|
34700
34700
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
34701
34701
|
hide404Page?: boolean | undefined;
|
|
34702
34702
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -35811,16 +35811,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
35811
35811
|
} | undefined;
|
|
35812
35812
|
globalTheme?: string | undefined;
|
|
35813
35813
|
settings?: {
|
|
35814
|
-
search?: {
|
|
35815
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
35816
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
35817
|
-
} | undefined;
|
|
35818
35814
|
language?: string | undefined;
|
|
35819
35815
|
searchText?: string | undefined;
|
|
35820
35816
|
disableSearch?: boolean | undefined;
|
|
35821
35817
|
disableAnalytics?: boolean | undefined;
|
|
35822
35818
|
darkModeCode?: boolean | undefined;
|
|
35823
35819
|
defaultSearchFilters?: boolean | undefined;
|
|
35820
|
+
search?: {
|
|
35821
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
35822
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
35823
|
+
} | undefined;
|
|
35824
35824
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
35825
35825
|
hide404Page?: boolean | undefined;
|
|
35826
35826
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -36935,16 +36935,16 @@ export declare const LoadDocsForUrlResponseSchema: z.ZodObject<{
|
|
|
36935
36935
|
} | undefined;
|
|
36936
36936
|
globalTheme?: string | undefined;
|
|
36937
36937
|
settings?: {
|
|
36938
|
-
search?: {
|
|
36939
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
36940
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
36941
|
-
} | undefined;
|
|
36942
36938
|
language?: string | undefined;
|
|
36943
36939
|
searchText?: string | undefined;
|
|
36944
36940
|
disableSearch?: boolean | undefined;
|
|
36945
36941
|
disableAnalytics?: boolean | undefined;
|
|
36946
36942
|
darkModeCode?: boolean | undefined;
|
|
36947
36943
|
defaultSearchFilters?: boolean | undefined;
|
|
36944
|
+
search?: {
|
|
36945
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
36946
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
36947
|
+
} | undefined;
|
|
36948
36948
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
36949
36949
|
hide404Page?: boolean | undefined;
|
|
36950
36950
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -860,16 +860,16 @@ export declare const DocsSettingsConfigSchema: z.ZodObject<{
|
|
|
860
860
|
language: z.ZodOptional<z.ZodString>;
|
|
861
861
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
search?: {
|
|
864
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
865
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
866
|
-
} | undefined;
|
|
867
863
|
language?: string | undefined;
|
|
868
864
|
searchText?: string | undefined;
|
|
869
865
|
disableSearch?: boolean | undefined;
|
|
870
866
|
disableAnalytics?: boolean | undefined;
|
|
871
867
|
darkModeCode?: boolean | undefined;
|
|
872
868
|
defaultSearchFilters?: boolean | undefined;
|
|
869
|
+
search?: {
|
|
870
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
871
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
872
|
+
} | undefined;
|
|
873
873
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
874
874
|
hide404Page?: boolean | undefined;
|
|
875
875
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -877,16 +877,16 @@ export declare const DocsSettingsConfigSchema: z.ZodObject<{
|
|
|
877
877
|
disableEnvironmentEditing?: boolean | undefined;
|
|
878
878
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
879
879
|
}, {
|
|
880
|
-
search?: {
|
|
881
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
882
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
883
|
-
} | undefined;
|
|
884
880
|
language?: string | undefined;
|
|
885
881
|
searchText?: string | undefined;
|
|
886
882
|
disableSearch?: boolean | undefined;
|
|
887
883
|
disableAnalytics?: boolean | undefined;
|
|
888
884
|
darkModeCode?: boolean | undefined;
|
|
889
885
|
defaultSearchFilters?: boolean | undefined;
|
|
886
|
+
search?: {
|
|
887
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
888
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
889
|
+
} | undefined;
|
|
890
890
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
891
891
|
hide404Page?: boolean | undefined;
|
|
892
892
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -13307,16 +13307,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
13307
13307
|
language: z.ZodOptional<z.ZodString>;
|
|
13308
13308
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
13309
13309
|
}, "strip", z.ZodTypeAny, {
|
|
13310
|
-
search?: {
|
|
13311
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
13312
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13313
|
-
} | undefined;
|
|
13314
13310
|
language?: string | undefined;
|
|
13315
13311
|
searchText?: string | undefined;
|
|
13316
13312
|
disableSearch?: boolean | undefined;
|
|
13317
13313
|
disableAnalytics?: boolean | undefined;
|
|
13318
13314
|
darkModeCode?: boolean | undefined;
|
|
13319
13315
|
defaultSearchFilters?: boolean | undefined;
|
|
13316
|
+
search?: {
|
|
13317
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
13318
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13319
|
+
} | undefined;
|
|
13320
13320
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
13321
13321
|
hide404Page?: boolean | undefined;
|
|
13322
13322
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -13324,16 +13324,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
13324
13324
|
disableEnvironmentEditing?: boolean | undefined;
|
|
13325
13325
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
13326
13326
|
}, {
|
|
13327
|
-
search?: {
|
|
13328
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
13329
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13330
|
-
} | undefined;
|
|
13331
13327
|
language?: string | undefined;
|
|
13332
13328
|
searchText?: string | undefined;
|
|
13333
13329
|
disableSearch?: boolean | undefined;
|
|
13334
13330
|
disableAnalytics?: boolean | undefined;
|
|
13335
13331
|
darkModeCode?: boolean | undefined;
|
|
13336
13332
|
defaultSearchFilters?: boolean | undefined;
|
|
13333
|
+
search?: {
|
|
13334
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
13335
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13336
|
+
} | undefined;
|
|
13337
13337
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
13338
13338
|
hide404Page?: boolean | undefined;
|
|
13339
13339
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -15473,16 +15473,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
15473
15473
|
} | undefined;
|
|
15474
15474
|
globalTheme?: string | undefined;
|
|
15475
15475
|
settings?: {
|
|
15476
|
-
search?: {
|
|
15477
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
15478
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15479
|
-
} | undefined;
|
|
15480
15476
|
language?: string | undefined;
|
|
15481
15477
|
searchText?: string | undefined;
|
|
15482
15478
|
disableSearch?: boolean | undefined;
|
|
15483
15479
|
disableAnalytics?: boolean | undefined;
|
|
15484
15480
|
darkModeCode?: boolean | undefined;
|
|
15485
15481
|
defaultSearchFilters?: boolean | undefined;
|
|
15482
|
+
search?: {
|
|
15483
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
15484
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15485
|
+
} | undefined;
|
|
15486
15486
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
15487
15487
|
hide404Page?: boolean | undefined;
|
|
15488
15488
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -16661,16 +16661,16 @@ export declare const DocsConfigSchema: z.ZodObject<{
|
|
|
16661
16661
|
} | undefined;
|
|
16662
16662
|
globalTheme?: string | undefined;
|
|
16663
16663
|
settings?: {
|
|
16664
|
-
search?: {
|
|
16665
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
16666
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16667
|
-
} | undefined;
|
|
16668
16664
|
language?: string | undefined;
|
|
16669
16665
|
searchText?: string | undefined;
|
|
16670
16666
|
disableSearch?: boolean | undefined;
|
|
16671
16667
|
disableAnalytics?: boolean | undefined;
|
|
16672
16668
|
darkModeCode?: boolean | undefined;
|
|
16673
16669
|
defaultSearchFilters?: boolean | undefined;
|
|
16670
|
+
search?: {
|
|
16671
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
16672
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16673
|
+
} | undefined;
|
|
16674
16674
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
16675
16675
|
hide404Page?: boolean | undefined;
|
|
16676
16676
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -21570,16 +21570,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
21570
21570
|
language: z.ZodOptional<z.ZodString>;
|
|
21571
21571
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
21572
21572
|
}, "strip", z.ZodTypeAny, {
|
|
21573
|
-
search?: {
|
|
21574
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
21575
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21576
|
-
} | undefined;
|
|
21577
21573
|
language?: string | undefined;
|
|
21578
21574
|
searchText?: string | undefined;
|
|
21579
21575
|
disableSearch?: boolean | undefined;
|
|
21580
21576
|
disableAnalytics?: boolean | undefined;
|
|
21581
21577
|
darkModeCode?: boolean | undefined;
|
|
21582
21578
|
defaultSearchFilters?: boolean | undefined;
|
|
21579
|
+
search?: {
|
|
21580
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
21581
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21582
|
+
} | undefined;
|
|
21583
21583
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
21584
21584
|
hide404Page?: boolean | undefined;
|
|
21585
21585
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -21587,16 +21587,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
21587
21587
|
disableEnvironmentEditing?: boolean | undefined;
|
|
21588
21588
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
21589
21589
|
}, {
|
|
21590
|
-
search?: {
|
|
21591
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
21592
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21593
|
-
} | undefined;
|
|
21594
21590
|
language?: string | undefined;
|
|
21595
21591
|
searchText?: string | undefined;
|
|
21596
21592
|
disableSearch?: boolean | undefined;
|
|
21597
21593
|
disableAnalytics?: boolean | undefined;
|
|
21598
21594
|
darkModeCode?: boolean | undefined;
|
|
21599
21595
|
defaultSearchFilters?: boolean | undefined;
|
|
21596
|
+
search?: {
|
|
21597
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
21598
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
21599
|
+
} | undefined;
|
|
21600
21600
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
21601
21601
|
hide404Page?: boolean | undefined;
|
|
21602
21602
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -23736,16 +23736,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
23736
23736
|
} | undefined;
|
|
23737
23737
|
globalTheme?: string | undefined;
|
|
23738
23738
|
settings?: {
|
|
23739
|
-
search?: {
|
|
23740
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
23741
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23742
|
-
} | undefined;
|
|
23743
23739
|
language?: string | undefined;
|
|
23744
23740
|
searchText?: string | undefined;
|
|
23745
23741
|
disableSearch?: boolean | undefined;
|
|
23746
23742
|
disableAnalytics?: boolean | undefined;
|
|
23747
23743
|
darkModeCode?: boolean | undefined;
|
|
23748
23744
|
defaultSearchFilters?: boolean | undefined;
|
|
23745
|
+
search?: {
|
|
23746
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
23747
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23748
|
+
} | undefined;
|
|
23749
23749
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
23750
23750
|
hide404Page?: boolean | undefined;
|
|
23751
23751
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -24924,16 +24924,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
24924
24924
|
} | undefined;
|
|
24925
24925
|
globalTheme?: string | undefined;
|
|
24926
24926
|
settings?: {
|
|
24927
|
-
search?: {
|
|
24928
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
24929
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
24930
|
-
} | undefined;
|
|
24931
24927
|
language?: string | undefined;
|
|
24932
24928
|
searchText?: string | undefined;
|
|
24933
24929
|
disableSearch?: boolean | undefined;
|
|
24934
24930
|
disableAnalytics?: boolean | undefined;
|
|
24935
24931
|
darkModeCode?: boolean | undefined;
|
|
24936
24932
|
defaultSearchFilters?: boolean | undefined;
|
|
24933
|
+
search?: {
|
|
24934
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
24935
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
24936
|
+
} | undefined;
|
|
24937
24937
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
24938
24938
|
hide404Page?: boolean | undefined;
|
|
24939
24939
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -26115,16 +26115,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
26115
26115
|
} | undefined;
|
|
26116
26116
|
globalTheme?: string | undefined;
|
|
26117
26117
|
settings?: {
|
|
26118
|
-
search?: {
|
|
26119
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
26120
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26121
|
-
} | undefined;
|
|
26122
26118
|
language?: string | undefined;
|
|
26123
26119
|
searchText?: string | undefined;
|
|
26124
26120
|
disableSearch?: boolean | undefined;
|
|
26125
26121
|
disableAnalytics?: boolean | undefined;
|
|
26126
26122
|
darkModeCode?: boolean | undefined;
|
|
26127
26123
|
defaultSearchFilters?: boolean | undefined;
|
|
26124
|
+
search?: {
|
|
26125
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
26126
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26127
|
+
} | undefined;
|
|
26128
26128
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
26129
26129
|
hide404Page?: boolean | undefined;
|
|
26130
26130
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -27312,16 +27312,16 @@ export declare const DocsDefinitionSchema: z.ZodObject<{
|
|
|
27312
27312
|
} | undefined;
|
|
27313
27313
|
globalTheme?: string | undefined;
|
|
27314
27314
|
settings?: {
|
|
27315
|
-
search?: {
|
|
27316
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
27317
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
27318
|
-
} | undefined;
|
|
27319
27315
|
language?: string | undefined;
|
|
27320
27316
|
searchText?: string | undefined;
|
|
27321
27317
|
disableSearch?: boolean | undefined;
|
|
27322
27318
|
disableAnalytics?: boolean | undefined;
|
|
27323
27319
|
darkModeCode?: boolean | undefined;
|
|
27324
27320
|
defaultSearchFilters?: boolean | undefined;
|
|
27321
|
+
search?: {
|
|
27322
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
27323
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
27324
|
+
} | undefined;
|
|
27325
27325
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
27326
27326
|
hide404Page?: boolean | undefined;
|
|
27327
27327
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1ToV2.d.ts","sourceRoot":"","sources":["../../../../src/navigation/migrators/v1ToV2.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC;;;;GAIG;AACH,qBAAa,wBAAwB;;IACjC,MAAM,CAAC,MAAM,IAAI,wBAAwB;IAIzC,OAAO;IAaA,IAAI,
|
|
1
|
+
{"version":3,"file":"v1ToV2.d.ts","sourceRoot":"","sources":["../../../../src/navigation/migrators/v1ToV2.ts"],"names":[],"mappings":"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"}
|