@fern-api/fdr-sdk 1.2.66-c0946d299a → 1.2.67-b2aaf48f74
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/js/api-definition/index.js +7 -3
- package/dist/js/api-definition/index.js.map +1 -1
- package/dist/js/api-definition/index.mjs +7 -3
- package/dist/js/api-definition/index.mjs.map +1 -1
- package/dist/js/client/FdrClient.js +21 -4
- package/dist/js/client/FdrClient.js.map +1 -1
- package/dist/js/client/FdrClient.mjs +21 -4
- package/dist/js/client/FdrClient.mjs.map +1 -1
- package/dist/js/client/types.js +6 -2
- package/dist/js/client/types.js.map +1 -1
- package/dist/js/client/types.mjs +6 -2
- package/dist/js/client/types.mjs.map +1 -1
- package/dist/js/converters/index.js +13 -5
- package/dist/js/converters/index.js.map +1 -1
- package/dist/js/converters/index.mjs +13 -5
- package/dist/js/converters/index.mjs.map +1 -1
- package/dist/js/docs/index.js +6 -2
- package/dist/js/docs/index.js.map +1 -1
- package/dist/js/docs/index.mjs +6 -2
- package/dist/js/docs/index.mjs.map +1 -1
- package/dist/js/index.js +28 -7
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +28 -7
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/navigation/index.js +13 -5
- package/dist/js/navigation/index.js.map +1 -1
- package/dist/js/navigation/index.mjs +13 -5
- package/dist/js/navigation/index.mjs.map +1 -1
- package/dist/js/orpc-client.js +38 -4
- package/dist/js/orpc-client.js.map +1 -1
- package/dist/js/orpc-client.mjs +35 -4
- package/dist/js/orpc-client.mjs.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/api-definition/prune.d.ts.map +1 -1
- package/dist/types/client/docs-types/db.d.ts +108 -0
- package/dist/types/client/docs-types/db.d.ts.map +1 -1
- package/dist/types/client/docs-types/read.d.ts +48 -0
- package/dist/types/client/docs-types/read.d.ts.map +1 -1
- package/dist/types/client/docs-types/shared.d.ts +11 -0
- package/dist/types/client/docs-types/shared.d.ts.map +1 -1
- package/dist/types/client/docs-types/write.d.ts +28 -0
- package/dist/types/client/docs-types/write.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts +32 -0
- package/dist/types/orpc-client/docs/v1/read/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts +8 -0
- package/dist/types/orpc-client/docs/v1/write/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts +72 -0
- package/dist/types/orpc-client/docs/v2/read/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts +16 -0
- package/dist/types/orpc-client/docs/v2/write/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs-ledger/contract.d.ts +208 -0
- package/dist/types/orpc-client/docs-ledger/contract.d.ts.map +1 -1
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts +12037 -0
- package/dist/types/orpc-client/docs-ledger/ledger-manifest.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -5156,16 +5156,19 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5156
5156
|
remote: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5157
5157
|
url: z.ZodType<import("../../../../client/DocsV1Db.js").Url, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").Url>;
|
|
5158
5158
|
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
5159
|
+
disableSri: z.ZodOptional<z.ZodBoolean>;
|
|
5159
5160
|
}, "strip", z.ZodTypeAny, {
|
|
5160
5161
|
url: string & {
|
|
5161
5162
|
Url: void;
|
|
5162
5163
|
};
|
|
5163
5164
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
5165
|
+
disableSri?: boolean | undefined;
|
|
5164
5166
|
}, {
|
|
5165
5167
|
url: string & {
|
|
5166
5168
|
Url: void;
|
|
5167
5169
|
};
|
|
5168
5170
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
5171
|
+
disableSri?: boolean | undefined;
|
|
5169
5172
|
}>, "many">>;
|
|
5170
5173
|
files: z.ZodArray<z.ZodObject<{
|
|
5171
5174
|
fileId: z.ZodType<import("../../../../client/DocsV1Db.js").FileId, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").FileId>;
|
|
@@ -5195,6 +5198,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5195
5198
|
Url: void;
|
|
5196
5199
|
};
|
|
5197
5200
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
5201
|
+
disableSri?: boolean | undefined;
|
|
5198
5202
|
}[] | undefined;
|
|
5199
5203
|
}, {
|
|
5200
5204
|
files: {
|
|
@@ -5209,6 +5213,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5209
5213
|
Url: void;
|
|
5210
5214
|
};
|
|
5211
5215
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
5216
|
+
disableSri?: boolean | undefined;
|
|
5212
5217
|
}[] | undefined;
|
|
5213
5218
|
}>>;
|
|
5214
5219
|
aiChatConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -5225,6 +5230,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5225
5230
|
url: string;
|
|
5226
5231
|
title?: string | undefined;
|
|
5227
5232
|
}>, "many">>;
|
|
5233
|
+
maskPii: z.ZodOptional<z.ZodBoolean>;
|
|
5228
5234
|
}, "strip", z.ZodTypeAny, {
|
|
5229
5235
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
5230
5236
|
systemPrompt?: string | undefined;
|
|
@@ -5233,6 +5239,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5233
5239
|
url: string;
|
|
5234
5240
|
title?: string | undefined;
|
|
5235
5241
|
}[] | undefined;
|
|
5242
|
+
maskPii?: boolean | undefined;
|
|
5236
5243
|
}, {
|
|
5237
5244
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
5238
5245
|
systemPrompt?: string | undefined;
|
|
@@ -5241,6 +5248,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5241
5248
|
url: string;
|
|
5242
5249
|
title?: string | undefined;
|
|
5243
5250
|
}[] | undefined;
|
|
5251
|
+
maskPii?: boolean | undefined;
|
|
5244
5252
|
}>>;
|
|
5245
5253
|
pageActions: z.ZodOptional<z.ZodObject<{
|
|
5246
5254
|
default: z.ZodOptional<z.ZodEnum<["copyPage", "viewAsMarkdown", "askAi", "openAi", "claude", "cursor", "claudeCode", "vscode", "installSkills"]>>;
|
|
@@ -5456,6 +5464,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
5456
5464
|
Url: void;
|
|
5457
5465
|
};
|
|
5458
5466
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
5467
|
+
disableSri?: boolean | undefined;
|
|
5459
5468
|
}[] | undefined;
|
|
5460
5469
|
} | undefined;
|
|
5461
5470
|
header?: string | undefined;
|
|
@@ -6491,6 +6500,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
6491
6500
|
url: string;
|
|
6492
6501
|
title?: string | undefined;
|
|
6493
6502
|
}[] | undefined;
|
|
6503
|
+
maskPii?: boolean | undefined;
|
|
6494
6504
|
} | undefined;
|
|
6495
6505
|
pageActions?: {
|
|
6496
6506
|
options?: {
|
|
@@ -6540,6 +6550,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
6540
6550
|
Url: void;
|
|
6541
6551
|
};
|
|
6542
6552
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
6553
|
+
disableSri?: boolean | undefined;
|
|
6543
6554
|
}[] | undefined;
|
|
6544
6555
|
} | undefined;
|
|
6545
6556
|
header?: string | undefined;
|
|
@@ -7575,6 +7586,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
7575
7586
|
url: string;
|
|
7576
7587
|
title?: string | undefined;
|
|
7577
7588
|
}[] | undefined;
|
|
7589
|
+
maskPii?: boolean | undefined;
|
|
7578
7590
|
} | undefined;
|
|
7579
7591
|
pageActions?: {
|
|
7580
7592
|
options?: {
|
|
@@ -7628,6 +7640,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
7628
7640
|
Url: void;
|
|
7629
7641
|
};
|
|
7630
7642
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
7643
|
+
disableSri?: boolean | undefined;
|
|
7631
7644
|
}[] | undefined;
|
|
7632
7645
|
} | undefined;
|
|
7633
7646
|
header?: string | undefined;
|
|
@@ -8663,6 +8676,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
8663
8676
|
url: string;
|
|
8664
8677
|
title?: string | undefined;
|
|
8665
8678
|
}[] | undefined;
|
|
8679
|
+
maskPii?: boolean | undefined;
|
|
8666
8680
|
} | undefined;
|
|
8667
8681
|
pageActions?: {
|
|
8668
8682
|
options?: {
|
|
@@ -8715,6 +8729,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
8715
8729
|
Url: void;
|
|
8716
8730
|
};
|
|
8717
8731
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
8732
|
+
disableSri?: boolean | undefined;
|
|
8718
8733
|
}[] | undefined;
|
|
8719
8734
|
} | undefined;
|
|
8720
8735
|
header?: string | undefined;
|
|
@@ -9750,6 +9765,7 @@ export declare const GetDocsConfigByIdResponseSchema: z.ZodObject<{
|
|
|
9750
9765
|
url: string;
|
|
9751
9766
|
title?: string | undefined;
|
|
9752
9767
|
}[] | undefined;
|
|
9768
|
+
maskPii?: boolean | undefined;
|
|
9753
9769
|
} | undefined;
|
|
9754
9770
|
pageActions?: {
|
|
9755
9771
|
options?: {
|
|
@@ -14978,16 +14994,19 @@ export declare const docsV2ReadContract: {
|
|
|
14978
14994
|
remote: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14979
14995
|
url: z.ZodType<import("../../../../client/DocsV1Db.js").Url, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").Url>;
|
|
14980
14996
|
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
14997
|
+
disableSri: z.ZodOptional<z.ZodBoolean>;
|
|
14981
14998
|
}, "strip", z.ZodTypeAny, {
|
|
14982
14999
|
url: string & {
|
|
14983
15000
|
Url: void;
|
|
14984
15001
|
};
|
|
14985
15002
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
15003
|
+
disableSri?: boolean | undefined;
|
|
14986
15004
|
}, {
|
|
14987
15005
|
url: string & {
|
|
14988
15006
|
Url: void;
|
|
14989
15007
|
};
|
|
14990
15008
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
15009
|
+
disableSri?: boolean | undefined;
|
|
14991
15010
|
}>, "many">>;
|
|
14992
15011
|
files: z.ZodArray<z.ZodObject<{
|
|
14993
15012
|
fileId: z.ZodType<import("../../../../client/DocsV1Db.js").FileId, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").FileId>;
|
|
@@ -15017,6 +15036,7 @@ export declare const docsV2ReadContract: {
|
|
|
15017
15036
|
Url: void;
|
|
15018
15037
|
};
|
|
15019
15038
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
15039
|
+
disableSri?: boolean | undefined;
|
|
15020
15040
|
}[] | undefined;
|
|
15021
15041
|
}, {
|
|
15022
15042
|
files: {
|
|
@@ -15031,6 +15051,7 @@ export declare const docsV2ReadContract: {
|
|
|
15031
15051
|
Url: void;
|
|
15032
15052
|
};
|
|
15033
15053
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
15054
|
+
disableSri?: boolean | undefined;
|
|
15034
15055
|
}[] | undefined;
|
|
15035
15056
|
}>>;
|
|
15036
15057
|
aiChatConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -15047,6 +15068,7 @@ export declare const docsV2ReadContract: {
|
|
|
15047
15068
|
url: string;
|
|
15048
15069
|
title?: string | undefined;
|
|
15049
15070
|
}>, "many">>;
|
|
15071
|
+
maskPii: z.ZodOptional<z.ZodBoolean>;
|
|
15050
15072
|
}, "strip", z.ZodTypeAny, {
|
|
15051
15073
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
15052
15074
|
systemPrompt?: string | undefined;
|
|
@@ -15055,6 +15077,7 @@ export declare const docsV2ReadContract: {
|
|
|
15055
15077
|
url: string;
|
|
15056
15078
|
title?: string | undefined;
|
|
15057
15079
|
}[] | undefined;
|
|
15080
|
+
maskPii?: boolean | undefined;
|
|
15058
15081
|
}, {
|
|
15059
15082
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
15060
15083
|
systemPrompt?: string | undefined;
|
|
@@ -15063,6 +15086,7 @@ export declare const docsV2ReadContract: {
|
|
|
15063
15086
|
url: string;
|
|
15064
15087
|
title?: string | undefined;
|
|
15065
15088
|
}[] | undefined;
|
|
15089
|
+
maskPii?: boolean | undefined;
|
|
15066
15090
|
}>>;
|
|
15067
15091
|
pageActions: z.ZodOptional<z.ZodObject<{
|
|
15068
15092
|
default: z.ZodOptional<z.ZodEnum<["copyPage", "viewAsMarkdown", "askAi", "openAi", "claude", "cursor", "claudeCode", "vscode", "installSkills"]>>;
|
|
@@ -15278,6 +15302,7 @@ export declare const docsV2ReadContract: {
|
|
|
15278
15302
|
Url: void;
|
|
15279
15303
|
};
|
|
15280
15304
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
15305
|
+
disableSri?: boolean | undefined;
|
|
15281
15306
|
}[] | undefined;
|
|
15282
15307
|
} | undefined;
|
|
15283
15308
|
header?: string | undefined;
|
|
@@ -16313,6 +16338,7 @@ export declare const docsV2ReadContract: {
|
|
|
16313
16338
|
url: string;
|
|
16314
16339
|
title?: string | undefined;
|
|
16315
16340
|
}[] | undefined;
|
|
16341
|
+
maskPii?: boolean | undefined;
|
|
16316
16342
|
} | undefined;
|
|
16317
16343
|
pageActions?: {
|
|
16318
16344
|
options?: {
|
|
@@ -16362,6 +16388,7 @@ export declare const docsV2ReadContract: {
|
|
|
16362
16388
|
Url: void;
|
|
16363
16389
|
};
|
|
16364
16390
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
16391
|
+
disableSri?: boolean | undefined;
|
|
16365
16392
|
}[] | undefined;
|
|
16366
16393
|
} | undefined;
|
|
16367
16394
|
header?: string | undefined;
|
|
@@ -17397,6 +17424,7 @@ export declare const docsV2ReadContract: {
|
|
|
17397
17424
|
url: string;
|
|
17398
17425
|
title?: string | undefined;
|
|
17399
17426
|
}[] | undefined;
|
|
17427
|
+
maskPii?: boolean | undefined;
|
|
17400
17428
|
} | undefined;
|
|
17401
17429
|
pageActions?: {
|
|
17402
17430
|
options?: {
|
|
@@ -17449,6 +17477,7 @@ export declare const docsV2ReadContract: {
|
|
|
17449
17477
|
Url: void;
|
|
17450
17478
|
};
|
|
17451
17479
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
17480
|
+
disableSri?: boolean | undefined;
|
|
17452
17481
|
}[] | undefined;
|
|
17453
17482
|
} | undefined;
|
|
17454
17483
|
header?: string | undefined;
|
|
@@ -18484,6 +18513,7 @@ export declare const docsV2ReadContract: {
|
|
|
18484
18513
|
url: string;
|
|
18485
18514
|
title?: string | undefined;
|
|
18486
18515
|
}[] | undefined;
|
|
18516
|
+
maskPii?: boolean | undefined;
|
|
18487
18517
|
} | undefined;
|
|
18488
18518
|
pageActions?: {
|
|
18489
18519
|
options?: {
|
|
@@ -18562,6 +18592,7 @@ export declare const docsV2ReadContract: {
|
|
|
18562
18592
|
Url: void;
|
|
18563
18593
|
};
|
|
18564
18594
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
18595
|
+
disableSri?: boolean | undefined;
|
|
18565
18596
|
}[] | undefined;
|
|
18566
18597
|
} | undefined;
|
|
18567
18598
|
header?: string | undefined;
|
|
@@ -19597,6 +19628,7 @@ export declare const docsV2ReadContract: {
|
|
|
19597
19628
|
url: string;
|
|
19598
19629
|
title?: string | undefined;
|
|
19599
19630
|
}[] | undefined;
|
|
19631
|
+
maskPii?: boolean | undefined;
|
|
19600
19632
|
} | undefined;
|
|
19601
19633
|
pageActions?: {
|
|
19602
19634
|
options?: {
|
|
@@ -19686,6 +19718,7 @@ export declare const docsV2ReadContract: {
|
|
|
19686
19718
|
Url: void;
|
|
19687
19719
|
};
|
|
19688
19720
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
19721
|
+
disableSri?: boolean | undefined;
|
|
19689
19722
|
}[] | undefined;
|
|
19690
19723
|
} | undefined;
|
|
19691
19724
|
header?: string | undefined;
|
|
@@ -20721,6 +20754,7 @@ export declare const docsV2ReadContract: {
|
|
|
20721
20754
|
url: string;
|
|
20722
20755
|
title?: string | undefined;
|
|
20723
20756
|
}[] | undefined;
|
|
20757
|
+
maskPii?: boolean | undefined;
|
|
20724
20758
|
} | undefined;
|
|
20725
20759
|
pageActions?: {
|
|
20726
20760
|
options?: {
|
|
@@ -20810,6 +20844,7 @@ export declare const docsV2ReadContract: {
|
|
|
20810
20844
|
Url: void;
|
|
20811
20845
|
};
|
|
20812
20846
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
20847
|
+
disableSri?: boolean | undefined;
|
|
20813
20848
|
}[] | undefined;
|
|
20814
20849
|
} | undefined;
|
|
20815
20850
|
header?: string | undefined;
|
|
@@ -21845,6 +21880,7 @@ export declare const docsV2ReadContract: {
|
|
|
21845
21880
|
url: string;
|
|
21846
21881
|
title?: string | undefined;
|
|
21847
21882
|
}[] | undefined;
|
|
21883
|
+
maskPii?: boolean | undefined;
|
|
21848
21884
|
} | undefined;
|
|
21849
21885
|
pageActions?: {
|
|
21850
21886
|
options?: {
|
|
@@ -26997,16 +27033,19 @@ export declare const docsV2ReadContract: {
|
|
|
26997
27033
|
remote: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
26998
27034
|
url: z.ZodType<import("../../../../client/DocsV1Db.js").Url, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").Url>;
|
|
26999
27035
|
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
27036
|
+
disableSri: z.ZodOptional<z.ZodBoolean>;
|
|
27000
27037
|
}, "strip", z.ZodTypeAny, {
|
|
27001
27038
|
url: string & {
|
|
27002
27039
|
Url: void;
|
|
27003
27040
|
};
|
|
27004
27041
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
27042
|
+
disableSri?: boolean | undefined;
|
|
27005
27043
|
}, {
|
|
27006
27044
|
url: string & {
|
|
27007
27045
|
Url: void;
|
|
27008
27046
|
};
|
|
27009
27047
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
27048
|
+
disableSri?: boolean | undefined;
|
|
27010
27049
|
}>, "many">>;
|
|
27011
27050
|
files: z.ZodArray<z.ZodObject<{
|
|
27012
27051
|
fileId: z.ZodType<import("../../../../client/DocsV1Db.js").FileId, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").FileId>;
|
|
@@ -27036,6 +27075,7 @@ export declare const docsV2ReadContract: {
|
|
|
27036
27075
|
Url: void;
|
|
27037
27076
|
};
|
|
27038
27077
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
27078
|
+
disableSri?: boolean | undefined;
|
|
27039
27079
|
}[] | undefined;
|
|
27040
27080
|
}, {
|
|
27041
27081
|
files: {
|
|
@@ -27050,6 +27090,7 @@ export declare const docsV2ReadContract: {
|
|
|
27050
27090
|
Url: void;
|
|
27051
27091
|
};
|
|
27052
27092
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
27093
|
+
disableSri?: boolean | undefined;
|
|
27053
27094
|
}[] | undefined;
|
|
27054
27095
|
}>>;
|
|
27055
27096
|
aiChatConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -27066,6 +27107,7 @@ export declare const docsV2ReadContract: {
|
|
|
27066
27107
|
url: string;
|
|
27067
27108
|
title?: string | undefined;
|
|
27068
27109
|
}>, "many">>;
|
|
27110
|
+
maskPii: z.ZodOptional<z.ZodBoolean>;
|
|
27069
27111
|
}, "strip", z.ZodTypeAny, {
|
|
27070
27112
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
27071
27113
|
systemPrompt?: string | undefined;
|
|
@@ -27074,6 +27116,7 @@ export declare const docsV2ReadContract: {
|
|
|
27074
27116
|
url: string;
|
|
27075
27117
|
title?: string | undefined;
|
|
27076
27118
|
}[] | undefined;
|
|
27119
|
+
maskPii?: boolean | undefined;
|
|
27077
27120
|
}, {
|
|
27078
27121
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
27079
27122
|
systemPrompt?: string | undefined;
|
|
@@ -27082,6 +27125,7 @@ export declare const docsV2ReadContract: {
|
|
|
27082
27125
|
url: string;
|
|
27083
27126
|
title?: string | undefined;
|
|
27084
27127
|
}[] | undefined;
|
|
27128
|
+
maskPii?: boolean | undefined;
|
|
27085
27129
|
}>>;
|
|
27086
27130
|
pageActions: z.ZodOptional<z.ZodObject<{
|
|
27087
27131
|
default: z.ZodOptional<z.ZodEnum<["copyPage", "viewAsMarkdown", "askAi", "openAi", "claude", "cursor", "claudeCode", "vscode", "installSkills"]>>;
|
|
@@ -27297,6 +27341,7 @@ export declare const docsV2ReadContract: {
|
|
|
27297
27341
|
Url: void;
|
|
27298
27342
|
};
|
|
27299
27343
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
27344
|
+
disableSri?: boolean | undefined;
|
|
27300
27345
|
}[] | undefined;
|
|
27301
27346
|
} | undefined;
|
|
27302
27347
|
header?: string | undefined;
|
|
@@ -28332,6 +28377,7 @@ export declare const docsV2ReadContract: {
|
|
|
28332
28377
|
url: string;
|
|
28333
28378
|
title?: string | undefined;
|
|
28334
28379
|
}[] | undefined;
|
|
28380
|
+
maskPii?: boolean | undefined;
|
|
28335
28381
|
} | undefined;
|
|
28336
28382
|
pageActions?: {
|
|
28337
28383
|
options?: {
|
|
@@ -28381,6 +28427,7 @@ export declare const docsV2ReadContract: {
|
|
|
28381
28427
|
Url: void;
|
|
28382
28428
|
};
|
|
28383
28429
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
28430
|
+
disableSri?: boolean | undefined;
|
|
28384
28431
|
}[] | undefined;
|
|
28385
28432
|
} | undefined;
|
|
28386
28433
|
header?: string | undefined;
|
|
@@ -29416,6 +29463,7 @@ export declare const docsV2ReadContract: {
|
|
|
29416
29463
|
url: string;
|
|
29417
29464
|
title?: string | undefined;
|
|
29418
29465
|
}[] | undefined;
|
|
29466
|
+
maskPii?: boolean | undefined;
|
|
29419
29467
|
} | undefined;
|
|
29420
29468
|
pageActions?: {
|
|
29421
29469
|
options?: {
|
|
@@ -29468,6 +29516,7 @@ export declare const docsV2ReadContract: {
|
|
|
29468
29516
|
Url: void;
|
|
29469
29517
|
};
|
|
29470
29518
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
29519
|
+
disableSri?: boolean | undefined;
|
|
29471
29520
|
}[] | undefined;
|
|
29472
29521
|
} | undefined;
|
|
29473
29522
|
header?: string | undefined;
|
|
@@ -30503,6 +30552,7 @@ export declare const docsV2ReadContract: {
|
|
|
30503
30552
|
url: string;
|
|
30504
30553
|
title?: string | undefined;
|
|
30505
30554
|
}[] | undefined;
|
|
30555
|
+
maskPii?: boolean | undefined;
|
|
30506
30556
|
} | undefined;
|
|
30507
30557
|
pageActions?: {
|
|
30508
30558
|
options?: {
|
|
@@ -30581,6 +30631,7 @@ export declare const docsV2ReadContract: {
|
|
|
30581
30631
|
Url: void;
|
|
30582
30632
|
};
|
|
30583
30633
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
30634
|
+
disableSri?: boolean | undefined;
|
|
30584
30635
|
}[] | undefined;
|
|
30585
30636
|
} | undefined;
|
|
30586
30637
|
header?: string | undefined;
|
|
@@ -31616,6 +31667,7 @@ export declare const docsV2ReadContract: {
|
|
|
31616
31667
|
url: string;
|
|
31617
31668
|
title?: string | undefined;
|
|
31618
31669
|
}[] | undefined;
|
|
31670
|
+
maskPii?: boolean | undefined;
|
|
31619
31671
|
} | undefined;
|
|
31620
31672
|
pageActions?: {
|
|
31621
31673
|
options?: {
|
|
@@ -31705,6 +31757,7 @@ export declare const docsV2ReadContract: {
|
|
|
31705
31757
|
Url: void;
|
|
31706
31758
|
};
|
|
31707
31759
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
31760
|
+
disableSri?: boolean | undefined;
|
|
31708
31761
|
}[] | undefined;
|
|
31709
31762
|
} | undefined;
|
|
31710
31763
|
header?: string | undefined;
|
|
@@ -32740,6 +32793,7 @@ export declare const docsV2ReadContract: {
|
|
|
32740
32793
|
url: string;
|
|
32741
32794
|
title?: string | undefined;
|
|
32742
32795
|
}[] | undefined;
|
|
32796
|
+
maskPii?: boolean | undefined;
|
|
32743
32797
|
} | undefined;
|
|
32744
32798
|
pageActions?: {
|
|
32745
32799
|
options?: {
|
|
@@ -32829,6 +32883,7 @@ export declare const docsV2ReadContract: {
|
|
|
32829
32883
|
Url: void;
|
|
32830
32884
|
};
|
|
32831
32885
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
32886
|
+
disableSri?: boolean | undefined;
|
|
32832
32887
|
}[] | undefined;
|
|
32833
32888
|
} | undefined;
|
|
32834
32889
|
header?: string | undefined;
|
|
@@ -33864,6 +33919,7 @@ export declare const docsV2ReadContract: {
|
|
|
33864
33919
|
url: string;
|
|
33865
33920
|
title?: string | undefined;
|
|
33866
33921
|
}[] | undefined;
|
|
33922
|
+
maskPii?: boolean | undefined;
|
|
33867
33923
|
} | undefined;
|
|
33868
33924
|
pageActions?: {
|
|
33869
33925
|
options?: {
|
|
@@ -38991,16 +39047,19 @@ export declare const docsV2ReadContract: {
|
|
|
38991
39047
|
remote: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38992
39048
|
url: z.ZodType<import("../../../../client/DocsV1Db.js").Url, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").Url>;
|
|
38993
39049
|
strategy: z.ZodOptional<z.ZodEnum<["beforeInteractive", "afterInteractive", "lazyOnload"]>>;
|
|
39050
|
+
disableSri: z.ZodOptional<z.ZodBoolean>;
|
|
38994
39051
|
}, "strip", z.ZodTypeAny, {
|
|
38995
39052
|
url: string & {
|
|
38996
39053
|
Url: void;
|
|
38997
39054
|
};
|
|
38998
39055
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
39056
|
+
disableSri?: boolean | undefined;
|
|
38999
39057
|
}, {
|
|
39000
39058
|
url: string & {
|
|
39001
39059
|
Url: void;
|
|
39002
39060
|
};
|
|
39003
39061
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
39062
|
+
disableSri?: boolean | undefined;
|
|
39004
39063
|
}>, "many">>;
|
|
39005
39064
|
files: z.ZodArray<z.ZodObject<{
|
|
39006
39065
|
fileId: z.ZodType<import("../../../../client/DocsV1Db.js").FileId, z.ZodTypeDef, import("../../../../client/DocsV1Db.js").FileId>;
|
|
@@ -39030,6 +39089,7 @@ export declare const docsV2ReadContract: {
|
|
|
39030
39089
|
Url: void;
|
|
39031
39090
|
};
|
|
39032
39091
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
39092
|
+
disableSri?: boolean | undefined;
|
|
39033
39093
|
}[] | undefined;
|
|
39034
39094
|
}, {
|
|
39035
39095
|
files: {
|
|
@@ -39044,6 +39104,7 @@ export declare const docsV2ReadContract: {
|
|
|
39044
39104
|
Url: void;
|
|
39045
39105
|
};
|
|
39046
39106
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
39107
|
+
disableSri?: boolean | undefined;
|
|
39047
39108
|
}[] | undefined;
|
|
39048
39109
|
}>>;
|
|
39049
39110
|
aiChatConfig: z.ZodOptional<z.ZodObject<{
|
|
@@ -39060,6 +39121,7 @@ export declare const docsV2ReadContract: {
|
|
|
39060
39121
|
url: string;
|
|
39061
39122
|
title?: string | undefined;
|
|
39062
39123
|
}>, "many">>;
|
|
39124
|
+
maskPii: z.ZodOptional<z.ZodBoolean>;
|
|
39063
39125
|
}, "strip", z.ZodTypeAny, {
|
|
39064
39126
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
39065
39127
|
systemPrompt?: string | undefined;
|
|
@@ -39068,6 +39130,7 @@ export declare const docsV2ReadContract: {
|
|
|
39068
39130
|
url: string;
|
|
39069
39131
|
title?: string | undefined;
|
|
39070
39132
|
}[] | undefined;
|
|
39133
|
+
maskPii?: boolean | undefined;
|
|
39071
39134
|
}, {
|
|
39072
39135
|
model?: "claude-3.5" | "claude-3.7" | "claude-4" | "command-a" | undefined;
|
|
39073
39136
|
systemPrompt?: string | undefined;
|
|
@@ -39076,6 +39139,7 @@ export declare const docsV2ReadContract: {
|
|
|
39076
39139
|
url: string;
|
|
39077
39140
|
title?: string | undefined;
|
|
39078
39141
|
}[] | undefined;
|
|
39142
|
+
maskPii?: boolean | undefined;
|
|
39079
39143
|
}>>;
|
|
39080
39144
|
pageActions: z.ZodOptional<z.ZodObject<{
|
|
39081
39145
|
default: z.ZodOptional<z.ZodEnum<["copyPage", "viewAsMarkdown", "askAi", "openAi", "claude", "cursor", "claudeCode", "vscode", "installSkills"]>>;
|
|
@@ -39291,6 +39355,7 @@ export declare const docsV2ReadContract: {
|
|
|
39291
39355
|
Url: void;
|
|
39292
39356
|
};
|
|
39293
39357
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
39358
|
+
disableSri?: boolean | undefined;
|
|
39294
39359
|
}[] | undefined;
|
|
39295
39360
|
} | undefined;
|
|
39296
39361
|
header?: string | undefined;
|
|
@@ -40326,6 +40391,7 @@ export declare const docsV2ReadContract: {
|
|
|
40326
40391
|
url: string;
|
|
40327
40392
|
title?: string | undefined;
|
|
40328
40393
|
}[] | undefined;
|
|
40394
|
+
maskPii?: boolean | undefined;
|
|
40329
40395
|
} | undefined;
|
|
40330
40396
|
pageActions?: {
|
|
40331
40397
|
options?: {
|
|
@@ -40375,6 +40441,7 @@ export declare const docsV2ReadContract: {
|
|
|
40375
40441
|
Url: void;
|
|
40376
40442
|
};
|
|
40377
40443
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
40444
|
+
disableSri?: boolean | undefined;
|
|
40378
40445
|
}[] | undefined;
|
|
40379
40446
|
} | undefined;
|
|
40380
40447
|
header?: string | undefined;
|
|
@@ -41410,6 +41477,7 @@ export declare const docsV2ReadContract: {
|
|
|
41410
41477
|
url: string;
|
|
41411
41478
|
title?: string | undefined;
|
|
41412
41479
|
}[] | undefined;
|
|
41480
|
+
maskPii?: boolean | undefined;
|
|
41413
41481
|
} | undefined;
|
|
41414
41482
|
pageActions?: {
|
|
41415
41483
|
options?: {
|
|
@@ -41463,6 +41531,7 @@ export declare const docsV2ReadContract: {
|
|
|
41463
41531
|
Url: void;
|
|
41464
41532
|
};
|
|
41465
41533
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
41534
|
+
disableSri?: boolean | undefined;
|
|
41466
41535
|
}[] | undefined;
|
|
41467
41536
|
} | undefined;
|
|
41468
41537
|
header?: string | undefined;
|
|
@@ -42498,6 +42567,7 @@ export declare const docsV2ReadContract: {
|
|
|
42498
42567
|
url: string;
|
|
42499
42568
|
title?: string | undefined;
|
|
42500
42569
|
}[] | undefined;
|
|
42570
|
+
maskPii?: boolean | undefined;
|
|
42501
42571
|
} | undefined;
|
|
42502
42572
|
pageActions?: {
|
|
42503
42573
|
options?: {
|
|
@@ -42550,6 +42620,7 @@ export declare const docsV2ReadContract: {
|
|
|
42550
42620
|
Url: void;
|
|
42551
42621
|
};
|
|
42552
42622
|
strategy?: "beforeInteractive" | "afterInteractive" | "lazyOnload" | undefined;
|
|
42623
|
+
disableSri?: boolean | undefined;
|
|
42553
42624
|
}[] | undefined;
|
|
42554
42625
|
} | undefined;
|
|
42555
42626
|
header?: string | undefined;
|
|
@@ -43585,6 +43656,7 @@ export declare const docsV2ReadContract: {
|
|
|
43585
43656
|
url: string;
|
|
43586
43657
|
title?: string | undefined;
|
|
43587
43658
|
}[] | undefined;
|
|
43659
|
+
maskPii?: boolean | undefined;
|
|
43588
43660
|
} | undefined;
|
|
43589
43661
|
pageActions?: {
|
|
43590
43662
|
options?: {
|