@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
|
@@ -5997,16 +5997,16 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
|
|
|
5997
5997
|
language: z.ZodOptional<z.ZodString>;
|
|
5998
5998
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
5999
5999
|
}, "strip", z.ZodTypeAny, {
|
|
6000
|
-
search?: {
|
|
6001
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
6002
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6003
|
-
} | undefined;
|
|
6004
6000
|
language?: string | undefined;
|
|
6005
6001
|
searchText?: string | undefined;
|
|
6006
6002
|
disableSearch?: boolean | undefined;
|
|
6007
6003
|
disableAnalytics?: boolean | undefined;
|
|
6008
6004
|
darkModeCode?: boolean | undefined;
|
|
6009
6005
|
defaultSearchFilters?: boolean | undefined;
|
|
6006
|
+
search?: {
|
|
6007
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
6008
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6009
|
+
} | undefined;
|
|
6010
6010
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
6011
6011
|
hide404Page?: boolean | undefined;
|
|
6012
6012
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -6014,16 +6014,16 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
|
|
|
6014
6014
|
disableEnvironmentEditing?: boolean | undefined;
|
|
6015
6015
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
6016
6016
|
}, {
|
|
6017
|
-
search?: {
|
|
6018
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
6019
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6020
|
-
} | undefined;
|
|
6021
6017
|
language?: string | undefined;
|
|
6022
6018
|
searchText?: string | undefined;
|
|
6023
6019
|
disableSearch?: boolean | undefined;
|
|
6024
6020
|
disableAnalytics?: boolean | undefined;
|
|
6025
6021
|
darkModeCode?: boolean | undefined;
|
|
6026
6022
|
defaultSearchFilters?: boolean | undefined;
|
|
6023
|
+
search?: {
|
|
6024
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
6025
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6026
|
+
} | undefined;
|
|
6027
6027
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
6028
6028
|
hide404Page?: boolean | undefined;
|
|
6029
6029
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -8084,16 +8084,16 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
|
|
|
8084
8084
|
} | undefined;
|
|
8085
8085
|
globalTheme?: string | undefined;
|
|
8086
8086
|
settings?: {
|
|
8087
|
-
search?: {
|
|
8088
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
8089
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8090
|
-
} | undefined;
|
|
8091
8087
|
language?: string | undefined;
|
|
8092
8088
|
searchText?: string | undefined;
|
|
8093
8089
|
disableSearch?: boolean | undefined;
|
|
8094
8090
|
disableAnalytics?: boolean | undefined;
|
|
8095
8091
|
darkModeCode?: boolean | undefined;
|
|
8096
8092
|
defaultSearchFilters?: boolean | undefined;
|
|
8093
|
+
search?: {
|
|
8094
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
8095
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8096
|
+
} | undefined;
|
|
8097
8097
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
8098
8098
|
hide404Page?: boolean | undefined;
|
|
8099
8099
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -9194,16 +9194,16 @@ export declare const DocsDbConfigSchema: z.ZodObject<{
|
|
|
9194
9194
|
} | undefined;
|
|
9195
9195
|
globalTheme?: string | undefined;
|
|
9196
9196
|
settings?: {
|
|
9197
|
-
search?: {
|
|
9198
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
9199
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9200
|
-
} | undefined;
|
|
9201
9197
|
language?: string | undefined;
|
|
9202
9198
|
searchText?: string | undefined;
|
|
9203
9199
|
disableSearch?: boolean | undefined;
|
|
9204
9200
|
disableAnalytics?: boolean | undefined;
|
|
9205
9201
|
darkModeCode?: boolean | undefined;
|
|
9206
9202
|
defaultSearchFilters?: boolean | undefined;
|
|
9203
|
+
search?: {
|
|
9204
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
9205
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
9206
|
+
} | undefined;
|
|
9207
9207
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
9208
9208
|
hide404Page?: boolean | undefined;
|
|
9209
9209
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -13534,16 +13534,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
13534
13534
|
language: z.ZodOptional<z.ZodString>;
|
|
13535
13535
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
13536
13536
|
}, "strip", z.ZodTypeAny, {
|
|
13537
|
-
search?: {
|
|
13538
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
13539
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13540
|
-
} | undefined;
|
|
13541
13537
|
language?: string | undefined;
|
|
13542
13538
|
searchText?: string | undefined;
|
|
13543
13539
|
disableSearch?: boolean | undefined;
|
|
13544
13540
|
disableAnalytics?: boolean | undefined;
|
|
13545
13541
|
darkModeCode?: boolean | undefined;
|
|
13546
13542
|
defaultSearchFilters?: boolean | undefined;
|
|
13543
|
+
search?: {
|
|
13544
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
13545
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13546
|
+
} | undefined;
|
|
13547
13547
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
13548
13548
|
hide404Page?: boolean | undefined;
|
|
13549
13549
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -13551,16 +13551,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
13551
13551
|
disableEnvironmentEditing?: boolean | undefined;
|
|
13552
13552
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
13553
13553
|
}, {
|
|
13554
|
-
search?: {
|
|
13555
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
13556
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13557
|
-
} | undefined;
|
|
13558
13554
|
language?: string | undefined;
|
|
13559
13555
|
searchText?: string | undefined;
|
|
13560
13556
|
disableSearch?: boolean | undefined;
|
|
13561
13557
|
disableAnalytics?: boolean | undefined;
|
|
13562
13558
|
darkModeCode?: boolean | undefined;
|
|
13563
13559
|
defaultSearchFilters?: boolean | undefined;
|
|
13560
|
+
search?: {
|
|
13561
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
13562
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
13563
|
+
} | undefined;
|
|
13564
13564
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
13565
13565
|
hide404Page?: boolean | undefined;
|
|
13566
13566
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -15621,16 +15621,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
15621
15621
|
} | undefined;
|
|
15622
15622
|
globalTheme?: string | undefined;
|
|
15623
15623
|
settings?: {
|
|
15624
|
-
search?: {
|
|
15625
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
15626
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15627
|
-
} | undefined;
|
|
15628
15624
|
language?: string | undefined;
|
|
15629
15625
|
searchText?: string | undefined;
|
|
15630
15626
|
disableSearch?: boolean | undefined;
|
|
15631
15627
|
disableAnalytics?: boolean | undefined;
|
|
15632
15628
|
darkModeCode?: boolean | undefined;
|
|
15633
15629
|
defaultSearchFilters?: boolean | undefined;
|
|
15630
|
+
search?: {
|
|
15631
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
15632
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
15633
|
+
} | undefined;
|
|
15634
15634
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
15635
15635
|
hide404Page?: boolean | undefined;
|
|
15636
15636
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -16731,16 +16731,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
16731
16731
|
} | undefined;
|
|
16732
16732
|
globalTheme?: string | undefined;
|
|
16733
16733
|
settings?: {
|
|
16734
|
-
search?: {
|
|
16735
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
16736
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16737
|
-
} | undefined;
|
|
16738
16734
|
language?: string | undefined;
|
|
16739
16735
|
searchText?: string | undefined;
|
|
16740
16736
|
disableSearch?: boolean | undefined;
|
|
16741
16737
|
disableAnalytics?: boolean | undefined;
|
|
16742
16738
|
darkModeCode?: boolean | undefined;
|
|
16743
16739
|
defaultSearchFilters?: boolean | undefined;
|
|
16740
|
+
search?: {
|
|
16741
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
16742
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
16743
|
+
} | undefined;
|
|
16744
16744
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
16745
16745
|
hide404Page?: boolean | undefined;
|
|
16746
16746
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -17878,16 +17878,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
17878
17878
|
} | undefined;
|
|
17879
17879
|
globalTheme?: string | undefined;
|
|
17880
17880
|
settings?: {
|
|
17881
|
-
search?: {
|
|
17882
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
17883
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17884
|
-
} | undefined;
|
|
17885
17881
|
language?: string | undefined;
|
|
17886
17882
|
searchText?: string | undefined;
|
|
17887
17883
|
disableSearch?: boolean | undefined;
|
|
17888
17884
|
disableAnalytics?: boolean | undefined;
|
|
17889
17885
|
darkModeCode?: boolean | undefined;
|
|
17890
17886
|
defaultSearchFilters?: boolean | undefined;
|
|
17887
|
+
search?: {
|
|
17888
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
17889
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
17890
|
+
} | undefined;
|
|
17891
17891
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
17892
17892
|
hide404Page?: boolean | undefined;
|
|
17893
17893
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -19008,16 +19008,16 @@ export declare const DocsDefinitionDbV1Schema: z.ZodObject<{
|
|
|
19008
19008
|
} | undefined;
|
|
19009
19009
|
globalTheme?: string | undefined;
|
|
19010
19010
|
settings?: {
|
|
19011
|
-
search?: {
|
|
19012
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
19013
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19014
|
-
} | undefined;
|
|
19015
19011
|
language?: string | undefined;
|
|
19016
19012
|
searchText?: string | undefined;
|
|
19017
19013
|
disableSearch?: boolean | undefined;
|
|
19018
19014
|
disableAnalytics?: boolean | undefined;
|
|
19019
19015
|
darkModeCode?: boolean | undefined;
|
|
19020
19016
|
defaultSearchFilters?: boolean | undefined;
|
|
19017
|
+
search?: {
|
|
19018
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
19019
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
19020
|
+
} | undefined;
|
|
19021
19021
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
19022
19022
|
hide404Page?: boolean | undefined;
|
|
19023
19023
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -23364,16 +23364,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
23364
23364
|
language: z.ZodOptional<z.ZodString>;
|
|
23365
23365
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
23366
23366
|
}, "strip", z.ZodTypeAny, {
|
|
23367
|
-
search?: {
|
|
23368
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
23369
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23370
|
-
} | undefined;
|
|
23371
23367
|
language?: string | undefined;
|
|
23372
23368
|
searchText?: string | undefined;
|
|
23373
23369
|
disableSearch?: boolean | undefined;
|
|
23374
23370
|
disableAnalytics?: boolean | undefined;
|
|
23375
23371
|
darkModeCode?: boolean | undefined;
|
|
23376
23372
|
defaultSearchFilters?: boolean | undefined;
|
|
23373
|
+
search?: {
|
|
23374
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
23375
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23376
|
+
} | undefined;
|
|
23377
23377
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
23378
23378
|
hide404Page?: boolean | undefined;
|
|
23379
23379
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -23381,16 +23381,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
23381
23381
|
disableEnvironmentEditing?: boolean | undefined;
|
|
23382
23382
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
23383
23383
|
}, {
|
|
23384
|
-
search?: {
|
|
23385
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
23386
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23387
|
-
} | undefined;
|
|
23388
23384
|
language?: string | undefined;
|
|
23389
23385
|
searchText?: string | undefined;
|
|
23390
23386
|
disableSearch?: boolean | undefined;
|
|
23391
23387
|
disableAnalytics?: boolean | undefined;
|
|
23392
23388
|
darkModeCode?: boolean | undefined;
|
|
23393
23389
|
defaultSearchFilters?: boolean | undefined;
|
|
23390
|
+
search?: {
|
|
23391
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
23392
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
23393
|
+
} | undefined;
|
|
23394
23394
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
23395
23395
|
hide404Page?: boolean | undefined;
|
|
23396
23396
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -25451,16 +25451,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
25451
25451
|
} | undefined;
|
|
25452
25452
|
globalTheme?: string | undefined;
|
|
25453
25453
|
settings?: {
|
|
25454
|
-
search?: {
|
|
25455
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
25456
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
25457
|
-
} | undefined;
|
|
25458
25454
|
language?: string | undefined;
|
|
25459
25455
|
searchText?: string | undefined;
|
|
25460
25456
|
disableSearch?: boolean | undefined;
|
|
25461
25457
|
disableAnalytics?: boolean | undefined;
|
|
25462
25458
|
darkModeCode?: boolean | undefined;
|
|
25463
25459
|
defaultSearchFilters?: boolean | undefined;
|
|
25460
|
+
search?: {
|
|
25461
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
25462
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
25463
|
+
} | undefined;
|
|
25464
25464
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
25465
25465
|
hide404Page?: boolean | undefined;
|
|
25466
25466
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -26561,16 +26561,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
26561
26561
|
} | undefined;
|
|
26562
26562
|
globalTheme?: string | undefined;
|
|
26563
26563
|
settings?: {
|
|
26564
|
-
search?: {
|
|
26565
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
26566
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26567
|
-
} | undefined;
|
|
26568
26564
|
language?: string | undefined;
|
|
26569
26565
|
searchText?: string | undefined;
|
|
26570
26566
|
disableSearch?: boolean | undefined;
|
|
26571
26567
|
disableAnalytics?: boolean | undefined;
|
|
26572
26568
|
darkModeCode?: boolean | undefined;
|
|
26573
26569
|
defaultSearchFilters?: boolean | undefined;
|
|
26570
|
+
search?: {
|
|
26571
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
26572
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
26573
|
+
} | undefined;
|
|
26574
26574
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
26575
26575
|
hide404Page?: boolean | undefined;
|
|
26576
26576
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -27790,16 +27790,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
27790
27790
|
} | undefined;
|
|
27791
27791
|
globalTheme?: string | undefined;
|
|
27792
27792
|
settings?: {
|
|
27793
|
-
search?: {
|
|
27794
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
27795
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
27796
|
-
} | undefined;
|
|
27797
27793
|
language?: string | undefined;
|
|
27798
27794
|
searchText?: string | undefined;
|
|
27799
27795
|
disableSearch?: boolean | undefined;
|
|
27800
27796
|
disableAnalytics?: boolean | undefined;
|
|
27801
27797
|
darkModeCode?: boolean | undefined;
|
|
27802
27798
|
defaultSearchFilters?: boolean | undefined;
|
|
27799
|
+
search?: {
|
|
27800
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
27801
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
27802
|
+
} | undefined;
|
|
27803
27803
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
27804
27804
|
hide404Page?: boolean | undefined;
|
|
27805
27805
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -28940,16 +28940,16 @@ export declare const DocsDefinitionDbV2Schema: z.ZodObject<{
|
|
|
28940
28940
|
} | undefined;
|
|
28941
28941
|
globalTheme?: string | undefined;
|
|
28942
28942
|
settings?: {
|
|
28943
|
-
search?: {
|
|
28944
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
28945
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
28946
|
-
} | undefined;
|
|
28947
28943
|
language?: string | undefined;
|
|
28948
28944
|
searchText?: string | undefined;
|
|
28949
28945
|
disableSearch?: boolean | undefined;
|
|
28950
28946
|
disableAnalytics?: boolean | undefined;
|
|
28951
28947
|
darkModeCode?: boolean | undefined;
|
|
28952
28948
|
defaultSearchFilters?: boolean | undefined;
|
|
28949
|
+
search?: {
|
|
28950
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
28951
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
28952
|
+
} | undefined;
|
|
28953
28953
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
28954
28954
|
hide404Page?: boolean | undefined;
|
|
28955
28955
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -33340,16 +33340,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
33340
33340
|
language: z.ZodOptional<z.ZodString>;
|
|
33341
33341
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
33342
33342
|
}, "strip", z.ZodTypeAny, {
|
|
33343
|
-
search?: {
|
|
33344
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
33345
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33346
|
-
} | undefined;
|
|
33347
33343
|
language?: string | undefined;
|
|
33348
33344
|
searchText?: string | undefined;
|
|
33349
33345
|
disableSearch?: boolean | undefined;
|
|
33350
33346
|
disableAnalytics?: boolean | undefined;
|
|
33351
33347
|
darkModeCode?: boolean | undefined;
|
|
33352
33348
|
defaultSearchFilters?: boolean | undefined;
|
|
33349
|
+
search?: {
|
|
33350
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
33351
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33352
|
+
} | undefined;
|
|
33353
33353
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33354
33354
|
hide404Page?: boolean | undefined;
|
|
33355
33355
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -33357,16 +33357,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
33357
33357
|
disableEnvironmentEditing?: boolean | undefined;
|
|
33358
33358
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
33359
33359
|
}, {
|
|
33360
|
-
search?: {
|
|
33361
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
33362
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33363
|
-
} | undefined;
|
|
33364
33360
|
language?: string | undefined;
|
|
33365
33361
|
searchText?: string | undefined;
|
|
33366
33362
|
disableSearch?: boolean | undefined;
|
|
33367
33363
|
disableAnalytics?: boolean | undefined;
|
|
33368
33364
|
darkModeCode?: boolean | undefined;
|
|
33369
33365
|
defaultSearchFilters?: boolean | undefined;
|
|
33366
|
+
search?: {
|
|
33367
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
33368
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
33369
|
+
} | undefined;
|
|
33370
33370
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
33371
33371
|
hide404Page?: boolean | undefined;
|
|
33372
33372
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -35427,16 +35427,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
35427
35427
|
} | undefined;
|
|
35428
35428
|
globalTheme?: string | undefined;
|
|
35429
35429
|
settings?: {
|
|
35430
|
-
search?: {
|
|
35431
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
35432
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
35433
|
-
} | undefined;
|
|
35434
35430
|
language?: string | undefined;
|
|
35435
35431
|
searchText?: string | undefined;
|
|
35436
35432
|
disableSearch?: boolean | undefined;
|
|
35437
35433
|
disableAnalytics?: boolean | undefined;
|
|
35438
35434
|
darkModeCode?: boolean | undefined;
|
|
35439
35435
|
defaultSearchFilters?: boolean | undefined;
|
|
35436
|
+
search?: {
|
|
35437
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
35438
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
35439
|
+
} | undefined;
|
|
35440
35440
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
35441
35441
|
hide404Page?: boolean | undefined;
|
|
35442
35442
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -36537,16 +36537,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
36537
36537
|
} | undefined;
|
|
36538
36538
|
globalTheme?: string | undefined;
|
|
36539
36539
|
settings?: {
|
|
36540
|
-
search?: {
|
|
36541
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
36542
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
36543
|
-
} | undefined;
|
|
36544
36540
|
language?: string | undefined;
|
|
36545
36541
|
searchText?: string | undefined;
|
|
36546
36542
|
disableSearch?: boolean | undefined;
|
|
36547
36543
|
disableAnalytics?: boolean | undefined;
|
|
36548
36544
|
darkModeCode?: boolean | undefined;
|
|
36549
36545
|
defaultSearchFilters?: boolean | undefined;
|
|
36546
|
+
search?: {
|
|
36547
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
36548
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
36549
|
+
} | undefined;
|
|
36550
36550
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
36551
36551
|
hide404Page?: boolean | undefined;
|
|
36552
36552
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -37661,16 +37661,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
37661
37661
|
} | undefined;
|
|
37662
37662
|
globalTheme?: string | undefined;
|
|
37663
37663
|
settings?: {
|
|
37664
|
-
search?: {
|
|
37665
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
37666
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
37667
|
-
} | undefined;
|
|
37668
37664
|
language?: string | undefined;
|
|
37669
37665
|
searchText?: string | undefined;
|
|
37670
37666
|
disableSearch?: boolean | undefined;
|
|
37671
37667
|
disableAnalytics?: boolean | undefined;
|
|
37672
37668
|
darkModeCode?: boolean | undefined;
|
|
37673
37669
|
defaultSearchFilters?: boolean | undefined;
|
|
37670
|
+
search?: {
|
|
37671
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
37672
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
37673
|
+
} | undefined;
|
|
37674
37674
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
37675
37675
|
hide404Page?: boolean | undefined;
|
|
37676
37676
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -38792,16 +38792,16 @@ export declare const DocsDefinitionDbV3Schema: z.ZodObject<{
|
|
|
38792
38792
|
} | undefined;
|
|
38793
38793
|
globalTheme?: string | undefined;
|
|
38794
38794
|
settings?: {
|
|
38795
|
-
search?: {
|
|
38796
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
38797
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38798
|
-
} | undefined;
|
|
38799
38795
|
language?: string | undefined;
|
|
38800
38796
|
searchText?: string | undefined;
|
|
38801
38797
|
disableSearch?: boolean | undefined;
|
|
38802
38798
|
disableAnalytics?: boolean | undefined;
|
|
38803
38799
|
darkModeCode?: boolean | undefined;
|
|
38804
38800
|
defaultSearchFilters?: boolean | undefined;
|
|
38801
|
+
search?: {
|
|
38802
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
38803
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
38804
|
+
} | undefined;
|
|
38805
38805
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
38806
38806
|
hide404Page?: boolean | undefined;
|
|
38807
38807
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -43141,16 +43141,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
43141
43141
|
language: z.ZodOptional<z.ZodString>;
|
|
43142
43142
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
43143
43143
|
}, "strip", z.ZodTypeAny, {
|
|
43144
|
-
search?: {
|
|
43145
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
43146
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43147
|
-
} | undefined;
|
|
43148
43144
|
language?: string | undefined;
|
|
43149
43145
|
searchText?: string | undefined;
|
|
43150
43146
|
disableSearch?: boolean | undefined;
|
|
43151
43147
|
disableAnalytics?: boolean | undefined;
|
|
43152
43148
|
darkModeCode?: boolean | undefined;
|
|
43153
43149
|
defaultSearchFilters?: boolean | undefined;
|
|
43150
|
+
search?: {
|
|
43151
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
43152
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43153
|
+
} | undefined;
|
|
43154
43154
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
43155
43155
|
hide404Page?: boolean | undefined;
|
|
43156
43156
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -43158,16 +43158,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
43158
43158
|
disableEnvironmentEditing?: boolean | undefined;
|
|
43159
43159
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
43160
43160
|
}, {
|
|
43161
|
-
search?: {
|
|
43162
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
43163
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43164
|
-
} | undefined;
|
|
43165
43161
|
language?: string | undefined;
|
|
43166
43162
|
searchText?: string | undefined;
|
|
43167
43163
|
disableSearch?: boolean | undefined;
|
|
43168
43164
|
disableAnalytics?: boolean | undefined;
|
|
43169
43165
|
darkModeCode?: boolean | undefined;
|
|
43170
43166
|
defaultSearchFilters?: boolean | undefined;
|
|
43167
|
+
search?: {
|
|
43168
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
43169
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
43170
|
+
} | undefined;
|
|
43171
43171
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
43172
43172
|
hide404Page?: boolean | undefined;
|
|
43173
43173
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -45228,16 +45228,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
45228
45228
|
} | undefined;
|
|
45229
45229
|
globalTheme?: string | undefined;
|
|
45230
45230
|
settings?: {
|
|
45231
|
-
search?: {
|
|
45232
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
45233
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
45234
|
-
} | undefined;
|
|
45235
45231
|
language?: string | undefined;
|
|
45236
45232
|
searchText?: string | undefined;
|
|
45237
45233
|
disableSearch?: boolean | undefined;
|
|
45238
45234
|
disableAnalytics?: boolean | undefined;
|
|
45239
45235
|
darkModeCode?: boolean | undefined;
|
|
45240
45236
|
defaultSearchFilters?: boolean | undefined;
|
|
45237
|
+
search?: {
|
|
45238
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
45239
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
45240
|
+
} | undefined;
|
|
45241
45241
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
45242
45242
|
hide404Page?: boolean | undefined;
|
|
45243
45243
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -46338,16 +46338,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
46338
46338
|
} | undefined;
|
|
46339
46339
|
globalTheme?: string | undefined;
|
|
46340
46340
|
settings?: {
|
|
46341
|
-
search?: {
|
|
46342
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
46343
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
46344
|
-
} | undefined;
|
|
46345
46341
|
language?: string | undefined;
|
|
46346
46342
|
searchText?: string | undefined;
|
|
46347
46343
|
disableSearch?: boolean | undefined;
|
|
46348
46344
|
disableAnalytics?: boolean | undefined;
|
|
46349
46345
|
darkModeCode?: boolean | undefined;
|
|
46350
46346
|
defaultSearchFilters?: boolean | undefined;
|
|
46347
|
+
search?: {
|
|
46348
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
46349
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
46350
|
+
} | undefined;
|
|
46351
46351
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
46352
46352
|
hide404Page?: boolean | undefined;
|
|
46353
46353
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -47487,16 +47487,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
47487
47487
|
} | undefined;
|
|
47488
47488
|
globalTheme?: string | undefined;
|
|
47489
47489
|
settings?: {
|
|
47490
|
-
search?: {
|
|
47491
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
47492
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
47493
|
-
} | undefined;
|
|
47494
47490
|
language?: string | undefined;
|
|
47495
47491
|
searchText?: string | undefined;
|
|
47496
47492
|
disableSearch?: boolean | undefined;
|
|
47497
47493
|
disableAnalytics?: boolean | undefined;
|
|
47498
47494
|
darkModeCode?: boolean | undefined;
|
|
47499
47495
|
defaultSearchFilters?: boolean | undefined;
|
|
47496
|
+
search?: {
|
|
47497
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
47498
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
47499
|
+
} | undefined;
|
|
47500
47500
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
47501
47501
|
hide404Page?: boolean | undefined;
|
|
47502
47502
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -48618,16 +48618,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
48618
48618
|
} | undefined;
|
|
48619
48619
|
globalTheme?: string | undefined;
|
|
48620
48620
|
settings?: {
|
|
48621
|
-
search?: {
|
|
48622
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
48623
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
48624
|
-
} | undefined;
|
|
48625
48621
|
language?: string | undefined;
|
|
48626
48622
|
searchText?: string | undefined;
|
|
48627
48623
|
disableSearch?: boolean | undefined;
|
|
48628
48624
|
disableAnalytics?: boolean | undefined;
|
|
48629
48625
|
darkModeCode?: boolean | undefined;
|
|
48630
48626
|
defaultSearchFilters?: boolean | undefined;
|
|
48627
|
+
search?: {
|
|
48628
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
48629
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
48630
|
+
} | undefined;
|
|
48631
48631
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
48632
48632
|
hide404Page?: boolean | undefined;
|
|
48633
48633
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -52972,16 +52972,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
52972
52972
|
language: z.ZodOptional<z.ZodString>;
|
|
52973
52973
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
52974
52974
|
}, "strip", z.ZodTypeAny, {
|
|
52975
|
-
search?: {
|
|
52976
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
52977
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
52978
|
-
} | undefined;
|
|
52979
52975
|
language?: string | undefined;
|
|
52980
52976
|
searchText?: string | undefined;
|
|
52981
52977
|
disableSearch?: boolean | undefined;
|
|
52982
52978
|
disableAnalytics?: boolean | undefined;
|
|
52983
52979
|
darkModeCode?: boolean | undefined;
|
|
52984
52980
|
defaultSearchFilters?: boolean | undefined;
|
|
52981
|
+
search?: {
|
|
52982
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
52983
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
52984
|
+
} | undefined;
|
|
52985
52985
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
52986
52986
|
hide404Page?: boolean | undefined;
|
|
52987
52987
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -52989,16 +52989,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
52989
52989
|
disableEnvironmentEditing?: boolean | undefined;
|
|
52990
52990
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
52991
52991
|
}, {
|
|
52992
|
-
search?: {
|
|
52993
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
52994
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
52995
|
-
} | undefined;
|
|
52996
52992
|
language?: string | undefined;
|
|
52997
52993
|
searchText?: string | undefined;
|
|
52998
52994
|
disableSearch?: boolean | undefined;
|
|
52999
52995
|
disableAnalytics?: boolean | undefined;
|
|
53000
52996
|
darkModeCode?: boolean | undefined;
|
|
53001
52997
|
defaultSearchFilters?: boolean | undefined;
|
|
52998
|
+
search?: {
|
|
52999
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
53000
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
53001
|
+
} | undefined;
|
|
53002
53002
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
53003
53003
|
hide404Page?: boolean | undefined;
|
|
53004
53004
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -55059,16 +55059,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
55059
55059
|
} | undefined;
|
|
55060
55060
|
globalTheme?: string | undefined;
|
|
55061
55061
|
settings?: {
|
|
55062
|
-
search?: {
|
|
55063
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
55064
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
55065
|
-
} | undefined;
|
|
55066
55062
|
language?: string | undefined;
|
|
55067
55063
|
searchText?: string | undefined;
|
|
55068
55064
|
disableSearch?: boolean | undefined;
|
|
55069
55065
|
disableAnalytics?: boolean | undefined;
|
|
55070
55066
|
darkModeCode?: boolean | undefined;
|
|
55071
55067
|
defaultSearchFilters?: boolean | undefined;
|
|
55068
|
+
search?: {
|
|
55069
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
55070
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
55071
|
+
} | undefined;
|
|
55072
55072
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
55073
55073
|
hide404Page?: boolean | undefined;
|
|
55074
55074
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -56169,16 +56169,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
56169
56169
|
} | undefined;
|
|
56170
56170
|
globalTheme?: string | undefined;
|
|
56171
56171
|
settings?: {
|
|
56172
|
-
search?: {
|
|
56173
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
56174
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
56175
|
-
} | undefined;
|
|
56176
56172
|
language?: string | undefined;
|
|
56177
56173
|
searchText?: string | undefined;
|
|
56178
56174
|
disableSearch?: boolean | undefined;
|
|
56179
56175
|
disableAnalytics?: boolean | undefined;
|
|
56180
56176
|
darkModeCode?: boolean | undefined;
|
|
56181
56177
|
defaultSearchFilters?: boolean | undefined;
|
|
56178
|
+
search?: {
|
|
56179
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
56180
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
56181
|
+
} | undefined;
|
|
56182
56182
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
56183
56183
|
hide404Page?: boolean | undefined;
|
|
56184
56184
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -57400,16 +57400,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
57400
57400
|
} | undefined;
|
|
57401
57401
|
globalTheme?: string | undefined;
|
|
57402
57402
|
settings?: {
|
|
57403
|
-
search?: {
|
|
57404
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
57405
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
57406
|
-
} | undefined;
|
|
57407
57403
|
language?: string | undefined;
|
|
57408
57404
|
searchText?: string | undefined;
|
|
57409
57405
|
disableSearch?: boolean | undefined;
|
|
57410
57406
|
disableAnalytics?: boolean | undefined;
|
|
57411
57407
|
darkModeCode?: boolean | undefined;
|
|
57412
57408
|
defaultSearchFilters?: boolean | undefined;
|
|
57409
|
+
search?: {
|
|
57410
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
57411
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
57412
|
+
} | undefined;
|
|
57413
57413
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
57414
57414
|
hide404Page?: boolean | undefined;
|
|
57415
57415
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -58551,16 +58551,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
58551
58551
|
} | undefined;
|
|
58552
58552
|
globalTheme?: string | undefined;
|
|
58553
58553
|
settings?: {
|
|
58554
|
-
search?: {
|
|
58555
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
58556
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
58557
|
-
} | undefined;
|
|
58558
58554
|
language?: string | undefined;
|
|
58559
58555
|
searchText?: string | undefined;
|
|
58560
58556
|
disableSearch?: boolean | undefined;
|
|
58561
58557
|
disableAnalytics?: boolean | undefined;
|
|
58562
58558
|
darkModeCode?: boolean | undefined;
|
|
58563
58559
|
defaultSearchFilters?: boolean | undefined;
|
|
58560
|
+
search?: {
|
|
58561
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
58562
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
58563
|
+
} | undefined;
|
|
58564
58564
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
58565
58565
|
hide404Page?: boolean | undefined;
|
|
58566
58566
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -62949,16 +62949,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
62949
62949
|
language: z.ZodOptional<z.ZodString>;
|
|
62950
62950
|
websocketOneofDisplay: z.ZodOptional<z.ZodEnum<["flat", "grouped"]>>;
|
|
62951
62951
|
}, "strip", z.ZodTypeAny, {
|
|
62952
|
-
search?: {
|
|
62953
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
62954
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
62955
|
-
} | undefined;
|
|
62956
62952
|
language?: string | undefined;
|
|
62957
62953
|
searchText?: string | undefined;
|
|
62958
62954
|
disableSearch?: boolean | undefined;
|
|
62959
62955
|
disableAnalytics?: boolean | undefined;
|
|
62960
62956
|
darkModeCode?: boolean | undefined;
|
|
62961
62957
|
defaultSearchFilters?: boolean | undefined;
|
|
62958
|
+
search?: {
|
|
62959
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
62960
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
62961
|
+
} | undefined;
|
|
62962
62962
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
62963
62963
|
hide404Page?: boolean | undefined;
|
|
62964
62964
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -62966,16 +62966,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
62966
62966
|
disableEnvironmentEditing?: boolean | undefined;
|
|
62967
62967
|
websocketOneofDisplay?: "flat" | "grouped" | undefined;
|
|
62968
62968
|
}, {
|
|
62969
|
-
search?: {
|
|
62970
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
62971
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
62972
|
-
} | undefined;
|
|
62973
62969
|
language?: string | undefined;
|
|
62974
62970
|
searchText?: string | undefined;
|
|
62975
62971
|
disableSearch?: boolean | undefined;
|
|
62976
62972
|
disableAnalytics?: boolean | undefined;
|
|
62977
62973
|
darkModeCode?: boolean | undefined;
|
|
62978
62974
|
defaultSearchFilters?: boolean | undefined;
|
|
62975
|
+
search?: {
|
|
62976
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
62977
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
62978
|
+
} | undefined;
|
|
62979
62979
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
62980
62980
|
hide404Page?: boolean | undefined;
|
|
62981
62981
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -65036,16 +65036,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
65036
65036
|
} | undefined;
|
|
65037
65037
|
globalTheme?: string | undefined;
|
|
65038
65038
|
settings?: {
|
|
65039
|
-
search?: {
|
|
65040
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
65041
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
65042
|
-
} | undefined;
|
|
65043
65039
|
language?: string | undefined;
|
|
65044
65040
|
searchText?: string | undefined;
|
|
65045
65041
|
disableSearch?: boolean | undefined;
|
|
65046
65042
|
disableAnalytics?: boolean | undefined;
|
|
65047
65043
|
darkModeCode?: boolean | undefined;
|
|
65048
65044
|
defaultSearchFilters?: boolean | undefined;
|
|
65045
|
+
search?: {
|
|
65046
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
65047
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
65048
|
+
} | undefined;
|
|
65049
65049
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
65050
65050
|
hide404Page?: boolean | undefined;
|
|
65051
65051
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -66146,16 +66146,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
66146
66146
|
} | undefined;
|
|
66147
66147
|
globalTheme?: string | undefined;
|
|
66148
66148
|
settings?: {
|
|
66149
|
-
search?: {
|
|
66150
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
66151
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
66152
|
-
} | undefined;
|
|
66153
66149
|
language?: string | undefined;
|
|
66154
66150
|
searchText?: string | undefined;
|
|
66155
66151
|
disableSearch?: boolean | undefined;
|
|
66156
66152
|
disableAnalytics?: boolean | undefined;
|
|
66157
66153
|
darkModeCode?: boolean | undefined;
|
|
66158
66154
|
defaultSearchFilters?: boolean | undefined;
|
|
66155
|
+
search?: {
|
|
66156
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
66157
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
66158
|
+
} | undefined;
|
|
66159
66159
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
66160
66160
|
hide404Page?: boolean | undefined;
|
|
66161
66161
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -67272,16 +67272,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
67272
67272
|
} | undefined;
|
|
67273
67273
|
globalTheme?: string | undefined;
|
|
67274
67274
|
settings?: {
|
|
67275
|
-
search?: {
|
|
67276
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
67277
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
67278
|
-
} | undefined;
|
|
67279
67275
|
language?: string | undefined;
|
|
67280
67276
|
searchText?: string | undefined;
|
|
67281
67277
|
disableSearch?: boolean | undefined;
|
|
67282
67278
|
disableAnalytics?: boolean | undefined;
|
|
67283
67279
|
darkModeCode?: boolean | undefined;
|
|
67284
67280
|
defaultSearchFilters?: boolean | undefined;
|
|
67281
|
+
search?: {
|
|
67282
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
67283
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
67284
|
+
} | undefined;
|
|
67285
67285
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
67286
67286
|
hide404Page?: boolean | undefined;
|
|
67287
67287
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -68404,16 +68404,16 @@ export declare const DocsDefinitionDbSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
68404
68404
|
} | undefined;
|
|
68405
68405
|
globalTheme?: string | undefined;
|
|
68406
68406
|
settings?: {
|
|
68407
|
-
search?: {
|
|
68408
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
68409
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
68410
|
-
} | undefined;
|
|
68411
68407
|
language?: string | undefined;
|
|
68412
68408
|
searchText?: string | undefined;
|
|
68413
68409
|
disableSearch?: boolean | undefined;
|
|
68414
68410
|
disableAnalytics?: boolean | undefined;
|
|
68415
68411
|
darkModeCode?: boolean | undefined;
|
|
68416
68412
|
defaultSearchFilters?: boolean | undefined;
|
|
68413
|
+
search?: {
|
|
68414
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
68415
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
68416
|
+
} | undefined;
|
|
68417
68417
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
68418
68418
|
hide404Page?: boolean | undefined;
|
|
68419
68419
|
useJavascriptAsTypescript?: boolean | undefined;
|