@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
|
@@ -1281,16 +1281,16 @@ export declare const FinishDocsRegisterV2InputSchema: z.ZodObject<{
|
|
|
1281
1281
|
} | undefined;
|
|
1282
1282
|
globalTheme?: string | undefined;
|
|
1283
1283
|
settings?: {
|
|
1284
|
-
search?: {
|
|
1285
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
1286
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
1287
|
-
} | undefined;
|
|
1288
1284
|
language?: string | undefined;
|
|
1289
1285
|
searchText?: string | undefined;
|
|
1290
1286
|
disableSearch?: boolean | undefined;
|
|
1291
1287
|
disableAnalytics?: boolean | undefined;
|
|
1292
1288
|
darkModeCode?: boolean | undefined;
|
|
1293
1289
|
defaultSearchFilters?: boolean | undefined;
|
|
1290
|
+
search?: {
|
|
1291
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
1292
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
1293
|
+
} | undefined;
|
|
1294
1294
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
1295
1295
|
hide404Page?: boolean | undefined;
|
|
1296
1296
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -2484,16 +2484,16 @@ export declare const FinishDocsRegisterV2InputSchema: z.ZodObject<{
|
|
|
2484
2484
|
} | undefined;
|
|
2485
2485
|
globalTheme?: string | undefined;
|
|
2486
2486
|
settings?: {
|
|
2487
|
-
search?: {
|
|
2488
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
2489
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
2490
|
-
} | undefined;
|
|
2491
2487
|
language?: string | undefined;
|
|
2492
2488
|
searchText?: string | undefined;
|
|
2493
2489
|
disableSearch?: boolean | undefined;
|
|
2494
2490
|
disableAnalytics?: boolean | undefined;
|
|
2495
2491
|
darkModeCode?: boolean | undefined;
|
|
2496
2492
|
defaultSearchFilters?: boolean | undefined;
|
|
2493
|
+
search?: {
|
|
2494
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
2495
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
2496
|
+
} | undefined;
|
|
2497
2497
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
2498
2498
|
hide404Page?: boolean | undefined;
|
|
2499
2499
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -3771,16 +3771,16 @@ export declare const RegisterTranslationInputSchema: z.ZodObject<{
|
|
|
3771
3771
|
} | undefined;
|
|
3772
3772
|
globalTheme?: string | undefined;
|
|
3773
3773
|
settings?: {
|
|
3774
|
-
search?: {
|
|
3775
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
3776
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3777
|
-
} | undefined;
|
|
3778
3774
|
language?: string | undefined;
|
|
3779
3775
|
searchText?: string | undefined;
|
|
3780
3776
|
disableSearch?: boolean | undefined;
|
|
3781
3777
|
disableAnalytics?: boolean | undefined;
|
|
3782
3778
|
darkModeCode?: boolean | undefined;
|
|
3783
3779
|
defaultSearchFilters?: boolean | undefined;
|
|
3780
|
+
search?: {
|
|
3781
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
3782
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
3783
|
+
} | undefined;
|
|
3784
3784
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
3785
3785
|
hide404Page?: boolean | undefined;
|
|
3786
3786
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -4973,16 +4973,16 @@ export declare const RegisterTranslationInputSchema: z.ZodObject<{
|
|
|
4973
4973
|
} | undefined;
|
|
4974
4974
|
globalTheme?: string | undefined;
|
|
4975
4975
|
settings?: {
|
|
4976
|
-
search?: {
|
|
4977
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
4978
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4979
|
-
} | undefined;
|
|
4980
4976
|
language?: string | undefined;
|
|
4981
4977
|
searchText?: string | undefined;
|
|
4982
4978
|
disableSearch?: boolean | undefined;
|
|
4983
4979
|
disableAnalytics?: boolean | undefined;
|
|
4984
4980
|
darkModeCode?: boolean | undefined;
|
|
4985
4981
|
defaultSearchFilters?: boolean | undefined;
|
|
4982
|
+
search?: {
|
|
4983
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
4984
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
4985
|
+
} | undefined;
|
|
4986
4986
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
4987
4987
|
hide404Page?: boolean | undefined;
|
|
4988
4988
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -6458,16 +6458,16 @@ export declare const docsV2WriteContract: {
|
|
|
6458
6458
|
} | undefined;
|
|
6459
6459
|
globalTheme?: string | undefined;
|
|
6460
6460
|
settings?: {
|
|
6461
|
-
search?: {
|
|
6462
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
6463
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6464
|
-
} | undefined;
|
|
6465
6461
|
language?: string | undefined;
|
|
6466
6462
|
searchText?: string | undefined;
|
|
6467
6463
|
disableSearch?: boolean | undefined;
|
|
6468
6464
|
disableAnalytics?: boolean | undefined;
|
|
6469
6465
|
darkModeCode?: boolean | undefined;
|
|
6470
6466
|
defaultSearchFilters?: boolean | undefined;
|
|
6467
|
+
search?: {
|
|
6468
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
6469
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
6470
|
+
} | undefined;
|
|
6471
6471
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
6472
6472
|
hide404Page?: boolean | undefined;
|
|
6473
6473
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -7661,16 +7661,16 @@ export declare const docsV2WriteContract: {
|
|
|
7661
7661
|
} | undefined;
|
|
7662
7662
|
globalTheme?: string | undefined;
|
|
7663
7663
|
settings?: {
|
|
7664
|
-
search?: {
|
|
7665
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
7666
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7667
|
-
} | undefined;
|
|
7668
7664
|
language?: string | undefined;
|
|
7669
7665
|
searchText?: string | undefined;
|
|
7670
7666
|
disableSearch?: boolean | undefined;
|
|
7671
7667
|
disableAnalytics?: boolean | undefined;
|
|
7672
7668
|
darkModeCode?: boolean | undefined;
|
|
7673
7669
|
defaultSearchFilters?: boolean | undefined;
|
|
7670
|
+
search?: {
|
|
7671
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
7672
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
7673
|
+
} | undefined;
|
|
7674
7674
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
7675
7675
|
hide404Page?: boolean | undefined;
|
|
7676
7676
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -8956,16 +8956,16 @@ export declare const docsV2WriteContract: {
|
|
|
8956
8956
|
} | undefined;
|
|
8957
8957
|
globalTheme?: string | undefined;
|
|
8958
8958
|
settings?: {
|
|
8959
|
-
search?: {
|
|
8960
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
8961
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8962
|
-
} | undefined;
|
|
8963
8959
|
language?: string | undefined;
|
|
8964
8960
|
searchText?: string | undefined;
|
|
8965
8961
|
disableSearch?: boolean | undefined;
|
|
8966
8962
|
disableAnalytics?: boolean | undefined;
|
|
8967
8963
|
darkModeCode?: boolean | undefined;
|
|
8968
8964
|
defaultSearchFilters?: boolean | undefined;
|
|
8965
|
+
search?: {
|
|
8966
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
8967
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
8968
|
+
} | undefined;
|
|
8969
8969
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
8970
8970
|
hide404Page?: boolean | undefined;
|
|
8971
8971
|
useJavascriptAsTypescript?: boolean | undefined;
|
|
@@ -10158,16 +10158,16 @@ export declare const docsV2WriteContract: {
|
|
|
10158
10158
|
} | undefined;
|
|
10159
10159
|
globalTheme?: string | undefined;
|
|
10160
10160
|
settings?: {
|
|
10161
|
-
search?: {
|
|
10162
|
-
prioritizeCurrentProduct?: boolean | undefined;
|
|
10163
|
-
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
10164
|
-
} | undefined;
|
|
10165
10161
|
language?: string | undefined;
|
|
10166
10162
|
searchText?: string | undefined;
|
|
10167
10163
|
disableSearch?: boolean | undefined;
|
|
10168
10164
|
disableAnalytics?: boolean | undefined;
|
|
10169
10165
|
darkModeCode?: boolean | undefined;
|
|
10170
10166
|
defaultSearchFilters?: boolean | undefined;
|
|
10167
|
+
search?: {
|
|
10168
|
+
prioritizeCurrentProduct?: boolean | undefined;
|
|
10169
|
+
defaultFilterByCurrentProduct?: boolean | undefined;
|
|
10170
|
+
} | undefined;
|
|
10171
10171
|
httpSnippets?: boolean | ("typescript" | "python" | "go" | "ruby" | "java" | "csharp" | "curl" | "javascript" | "php" | "swift" | "rust")[] | undefined;
|
|
10172
10172
|
hide404Page?: boolean | undefined;
|
|
10173
10173
|
useJavascriptAsTypescript?: boolean | undefined;
|