@growth-labs/conformance 0.4.0 → 0.5.0
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/CHANGELOG.md +44 -0
- package/README.md +45 -1
- package/dist/endpoint.d.ts +21 -0
- package/dist/endpoint.d.ts.map +1 -0
- package/dist/endpoint.js +225 -0
- package/dist/endpoint.js.map +1 -0
- package/dist/schema.d.ts +142 -142
- package/dist/schema.js +3 -3
- package/dist/schema.js.map +1 -1
- package/package.json +5 -1
- package/src/endpoint.ts +279 -0
- package/src/schema.ts +3 -3
package/dist/schema.d.ts
CHANGED
|
@@ -46,8 +46,8 @@ export declare const surfaceResponseSchema: z.ZodObject<{
|
|
|
46
46
|
html?: string | undefined;
|
|
47
47
|
body?: string | undefined;
|
|
48
48
|
}, {
|
|
49
|
-
url?: string | undefined;
|
|
50
49
|
status?: number | undefined;
|
|
50
|
+
url?: string | undefined;
|
|
51
51
|
headers?: Record<string, string | string[]> | undefined;
|
|
52
52
|
html?: string | undefined;
|
|
53
53
|
body?: string | undefined;
|
|
@@ -94,8 +94,8 @@ export declare const publicationSurfaceSchema: z.ZodObject<{
|
|
|
94
94
|
observedCount: z.ZodOptional<z.ZodNumber>;
|
|
95
95
|
minimumCount: z.ZodOptional<z.ZodNumber>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
name: string;
|
|
98
97
|
status: "na" | "present" | "missing";
|
|
98
|
+
name: string;
|
|
99
99
|
url?: string | undefined;
|
|
100
100
|
httpStatus?: number | undefined;
|
|
101
101
|
contentType?: string | undefined;
|
|
@@ -113,8 +113,8 @@ export declare const publicationSurfaceSchema: z.ZodObject<{
|
|
|
113
113
|
observedCount?: number | undefined;
|
|
114
114
|
minimumCount?: number | undefined;
|
|
115
115
|
}, {
|
|
116
|
-
name: string;
|
|
117
116
|
status: "na" | "present" | "missing";
|
|
117
|
+
name: string;
|
|
118
118
|
url?: string | undefined;
|
|
119
119
|
httpStatus?: number | undefined;
|
|
120
120
|
contentType?: string | undefined;
|
|
@@ -157,42 +157,42 @@ export declare const cacheVariantSchema: z.ZodObject<{
|
|
|
157
157
|
export declare const securityFunctionalProbeReceiptSchema: z.ZodObject<{
|
|
158
158
|
name: z.ZodString;
|
|
159
159
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
160
|
-
checkedAt: z.
|
|
160
|
+
checkedAt: z.ZodString;
|
|
161
161
|
evidence: z.ZodOptional<z.ZodString>;
|
|
162
162
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
|
-
name: string;
|
|
165
164
|
status: "pass" | "fail" | "na";
|
|
165
|
+
name: string;
|
|
166
|
+
checkedAt: string;
|
|
166
167
|
capabilityBoundary?: string | undefined;
|
|
167
168
|
evidence?: string | undefined;
|
|
168
|
-
checkedAt?: string | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
name: string;
|
|
171
170
|
status: "pass" | "fail" | "na";
|
|
171
|
+
name: string;
|
|
172
|
+
checkedAt: string;
|
|
172
173
|
capabilityBoundary?: string | undefined;
|
|
173
174
|
evidence?: string | undefined;
|
|
174
|
-
checkedAt?: string | undefined;
|
|
175
175
|
}>;
|
|
176
176
|
export declare const cspReportReceiptSchema: z.ZodObject<{
|
|
177
177
|
name: z.ZodString;
|
|
178
178
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
179
|
-
checkedAt: z.
|
|
179
|
+
checkedAt: z.ZodString;
|
|
180
180
|
evidence: z.ZodOptional<z.ZodString>;
|
|
181
181
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
182
182
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
name: string;
|
|
185
184
|
status: "pass" | "fail" | "na";
|
|
185
|
+
name: string;
|
|
186
|
+
checkedAt: string;
|
|
186
187
|
capabilityBoundary?: string | undefined;
|
|
187
188
|
evidence?: string | undefined;
|
|
188
|
-
checkedAt?: string | undefined;
|
|
189
189
|
endpoint?: string | undefined;
|
|
190
190
|
}, {
|
|
191
|
-
name: string;
|
|
192
191
|
status: "pass" | "fail" | "na";
|
|
192
|
+
name: string;
|
|
193
|
+
checkedAt: string;
|
|
193
194
|
capabilityBoundary?: string | undefined;
|
|
194
195
|
evidence?: string | undefined;
|
|
195
|
-
checkedAt?: string | undefined;
|
|
196
196
|
endpoint?: string | undefined;
|
|
197
197
|
}>;
|
|
198
198
|
export declare const inlineStyleAttributeInventorySchema: z.ZodObject<{
|
|
@@ -227,42 +227,42 @@ export declare const securityReceiptsSchema: z.ZodDefault<z.ZodObject<{
|
|
|
227
227
|
functionalProbes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
228
228
|
name: z.ZodString;
|
|
229
229
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
230
|
-
checkedAt: z.
|
|
230
|
+
checkedAt: z.ZodString;
|
|
231
231
|
evidence: z.ZodOptional<z.ZodString>;
|
|
232
232
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
|
-
name: string;
|
|
235
234
|
status: "pass" | "fail" | "na";
|
|
235
|
+
name: string;
|
|
236
|
+
checkedAt: string;
|
|
236
237
|
capabilityBoundary?: string | undefined;
|
|
237
238
|
evidence?: string | undefined;
|
|
238
|
-
checkedAt?: string | undefined;
|
|
239
239
|
}, {
|
|
240
|
-
name: string;
|
|
241
240
|
status: "pass" | "fail" | "na";
|
|
241
|
+
name: string;
|
|
242
|
+
checkedAt: string;
|
|
242
243
|
capabilityBoundary?: string | undefined;
|
|
243
244
|
evidence?: string | undefined;
|
|
244
|
-
checkedAt?: string | undefined;
|
|
245
245
|
}>, "many">>;
|
|
246
246
|
cspReports: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
247
247
|
name: z.ZodString;
|
|
248
248
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
249
|
-
checkedAt: z.
|
|
249
|
+
checkedAt: z.ZodString;
|
|
250
250
|
evidence: z.ZodOptional<z.ZodString>;
|
|
251
251
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
252
252
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
253
253
|
}, "strip", z.ZodTypeAny, {
|
|
254
|
-
name: string;
|
|
255
254
|
status: "pass" | "fail" | "na";
|
|
255
|
+
name: string;
|
|
256
|
+
checkedAt: string;
|
|
256
257
|
capabilityBoundary?: string | undefined;
|
|
257
258
|
evidence?: string | undefined;
|
|
258
|
-
checkedAt?: string | undefined;
|
|
259
259
|
endpoint?: string | undefined;
|
|
260
260
|
}, {
|
|
261
|
-
name: string;
|
|
262
261
|
status: "pass" | "fail" | "na";
|
|
262
|
+
name: string;
|
|
263
|
+
checkedAt: string;
|
|
263
264
|
capabilityBoundary?: string | undefined;
|
|
264
265
|
evidence?: string | undefined;
|
|
265
|
-
checkedAt?: string | undefined;
|
|
266
266
|
endpoint?: string | undefined;
|
|
267
267
|
}>, "many">>;
|
|
268
268
|
inlineStyleAttributes: z.ZodOptional<z.ZodObject<{
|
|
@@ -295,18 +295,18 @@ export declare const securityReceiptsSchema: z.ZodDefault<z.ZodObject<{
|
|
|
295
295
|
}>>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
297
|
functionalProbes: {
|
|
298
|
-
name: string;
|
|
299
298
|
status: "pass" | "fail" | "na";
|
|
299
|
+
name: string;
|
|
300
|
+
checkedAt: string;
|
|
300
301
|
capabilityBoundary?: string | undefined;
|
|
301
302
|
evidence?: string | undefined;
|
|
302
|
-
checkedAt?: string | undefined;
|
|
303
303
|
}[];
|
|
304
304
|
cspReports: {
|
|
305
|
-
name: string;
|
|
306
305
|
status: "pass" | "fail" | "na";
|
|
306
|
+
name: string;
|
|
307
|
+
checkedAt: string;
|
|
307
308
|
capabilityBoundary?: string | undefined;
|
|
308
309
|
evidence?: string | undefined;
|
|
309
|
-
checkedAt?: string | undefined;
|
|
310
310
|
endpoint?: string | undefined;
|
|
311
311
|
}[];
|
|
312
312
|
inlineStyleAttributes?: {
|
|
@@ -319,18 +319,18 @@ export declare const securityReceiptsSchema: z.ZodDefault<z.ZodObject<{
|
|
|
319
319
|
} | undefined;
|
|
320
320
|
}, {
|
|
321
321
|
functionalProbes?: {
|
|
322
|
-
name: string;
|
|
323
322
|
status: "pass" | "fail" | "na";
|
|
323
|
+
name: string;
|
|
324
|
+
checkedAt: string;
|
|
324
325
|
capabilityBoundary?: string | undefined;
|
|
325
326
|
evidence?: string | undefined;
|
|
326
|
-
checkedAt?: string | undefined;
|
|
327
327
|
}[] | undefined;
|
|
328
328
|
cspReports?: {
|
|
329
|
-
name: string;
|
|
330
329
|
status: "pass" | "fail" | "na";
|
|
330
|
+
name: string;
|
|
331
|
+
checkedAt: string;
|
|
331
332
|
capabilityBoundary?: string | undefined;
|
|
332
333
|
evidence?: string | undefined;
|
|
333
|
-
checkedAt?: string | undefined;
|
|
334
334
|
endpoint?: string | undefined;
|
|
335
335
|
}[] | undefined;
|
|
336
336
|
inlineStyleAttributes?: {
|
|
@@ -421,8 +421,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
421
421
|
html?: string | undefined;
|
|
422
422
|
body?: string | undefined;
|
|
423
423
|
}, {
|
|
424
|
-
url?: string | undefined;
|
|
425
424
|
status?: number | undefined;
|
|
425
|
+
url?: string | undefined;
|
|
426
426
|
headers?: Record<string, string | string[]> | undefined;
|
|
427
427
|
html?: string | undefined;
|
|
428
428
|
body?: string | undefined;
|
|
@@ -492,8 +492,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
492
492
|
observedCount: z.ZodOptional<z.ZodNumber>;
|
|
493
493
|
minimumCount: z.ZodOptional<z.ZodNumber>;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
495
|
-
name: string;
|
|
496
495
|
status: "na" | "present" | "missing";
|
|
496
|
+
name: string;
|
|
497
497
|
url?: string | undefined;
|
|
498
498
|
httpStatus?: number | undefined;
|
|
499
499
|
contentType?: string | undefined;
|
|
@@ -511,8 +511,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
511
511
|
observedCount?: number | undefined;
|
|
512
512
|
minimumCount?: number | undefined;
|
|
513
513
|
}, {
|
|
514
|
-
name: string;
|
|
515
514
|
status: "na" | "present" | "missing";
|
|
515
|
+
name: string;
|
|
516
516
|
url?: string | undefined;
|
|
517
517
|
httpStatus?: number | undefined;
|
|
518
518
|
contentType?: string | undefined;
|
|
@@ -556,42 +556,42 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
556
556
|
functionalProbes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
557
557
|
name: z.ZodString;
|
|
558
558
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
559
|
-
checkedAt: z.
|
|
559
|
+
checkedAt: z.ZodString;
|
|
560
560
|
evidence: z.ZodOptional<z.ZodString>;
|
|
561
561
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
|
-
name: string;
|
|
564
563
|
status: "pass" | "fail" | "na";
|
|
564
|
+
name: string;
|
|
565
|
+
checkedAt: string;
|
|
565
566
|
capabilityBoundary?: string | undefined;
|
|
566
567
|
evidence?: string | undefined;
|
|
567
|
-
checkedAt?: string | undefined;
|
|
568
568
|
}, {
|
|
569
|
-
name: string;
|
|
570
569
|
status: "pass" | "fail" | "na";
|
|
570
|
+
name: string;
|
|
571
|
+
checkedAt: string;
|
|
571
572
|
capabilityBoundary?: string | undefined;
|
|
572
573
|
evidence?: string | undefined;
|
|
573
|
-
checkedAt?: string | undefined;
|
|
574
574
|
}>, "many">>;
|
|
575
575
|
cspReports: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
576
576
|
name: z.ZodString;
|
|
577
577
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
578
|
-
checkedAt: z.
|
|
578
|
+
checkedAt: z.ZodString;
|
|
579
579
|
evidence: z.ZodOptional<z.ZodString>;
|
|
580
580
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
581
581
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
582
582
|
}, "strip", z.ZodTypeAny, {
|
|
583
|
-
name: string;
|
|
584
583
|
status: "pass" | "fail" | "na";
|
|
584
|
+
name: string;
|
|
585
|
+
checkedAt: string;
|
|
585
586
|
capabilityBoundary?: string | undefined;
|
|
586
587
|
evidence?: string | undefined;
|
|
587
|
-
checkedAt?: string | undefined;
|
|
588
588
|
endpoint?: string | undefined;
|
|
589
589
|
}, {
|
|
590
|
-
name: string;
|
|
591
590
|
status: "pass" | "fail" | "na";
|
|
591
|
+
name: string;
|
|
592
|
+
checkedAt: string;
|
|
592
593
|
capabilityBoundary?: string | undefined;
|
|
593
594
|
evidence?: string | undefined;
|
|
594
|
-
checkedAt?: string | undefined;
|
|
595
595
|
endpoint?: string | undefined;
|
|
596
596
|
}>, "many">>;
|
|
597
597
|
inlineStyleAttributes: z.ZodOptional<z.ZodObject<{
|
|
@@ -624,18 +624,18 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
624
624
|
}>>;
|
|
625
625
|
}, "strip", z.ZodTypeAny, {
|
|
626
626
|
functionalProbes: {
|
|
627
|
-
name: string;
|
|
628
627
|
status: "pass" | "fail" | "na";
|
|
628
|
+
name: string;
|
|
629
|
+
checkedAt: string;
|
|
629
630
|
capabilityBoundary?: string | undefined;
|
|
630
631
|
evidence?: string | undefined;
|
|
631
|
-
checkedAt?: string | undefined;
|
|
632
632
|
}[];
|
|
633
633
|
cspReports: {
|
|
634
|
-
name: string;
|
|
635
634
|
status: "pass" | "fail" | "na";
|
|
635
|
+
name: string;
|
|
636
|
+
checkedAt: string;
|
|
636
637
|
capabilityBoundary?: string | undefined;
|
|
637
638
|
evidence?: string | undefined;
|
|
638
|
-
checkedAt?: string | undefined;
|
|
639
639
|
endpoint?: string | undefined;
|
|
640
640
|
}[];
|
|
641
641
|
inlineStyleAttributes?: {
|
|
@@ -648,18 +648,18 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
648
648
|
} | undefined;
|
|
649
649
|
}, {
|
|
650
650
|
functionalProbes?: {
|
|
651
|
-
name: string;
|
|
652
651
|
status: "pass" | "fail" | "na";
|
|
652
|
+
name: string;
|
|
653
|
+
checkedAt: string;
|
|
653
654
|
capabilityBoundary?: string | undefined;
|
|
654
655
|
evidence?: string | undefined;
|
|
655
|
-
checkedAt?: string | undefined;
|
|
656
656
|
}[] | undefined;
|
|
657
657
|
cspReports?: {
|
|
658
|
-
name: string;
|
|
659
658
|
status: "pass" | "fail" | "na";
|
|
659
|
+
name: string;
|
|
660
|
+
checkedAt: string;
|
|
660
661
|
capabilityBoundary?: string | undefined;
|
|
661
662
|
evidence?: string | undefined;
|
|
662
|
-
checkedAt?: string | undefined;
|
|
663
663
|
endpoint?: string | undefined;
|
|
664
664
|
}[] | undefined;
|
|
665
665
|
inlineStyleAttributes?: {
|
|
@@ -695,7 +695,6 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
695
695
|
}>>;
|
|
696
696
|
expectedFailingCode: z.ZodOptional<z.ZodString>;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
|
-
url: string;
|
|
699
698
|
expected: {
|
|
700
699
|
schemaTypes: string[];
|
|
701
700
|
discoverEligible: boolean;
|
|
@@ -705,6 +704,7 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
705
704
|
};
|
|
706
705
|
canonicalUrl?: string | undefined;
|
|
707
706
|
};
|
|
707
|
+
url: string;
|
|
708
708
|
audience: "public" | "crawler" | "subscriber" | "member" | "admin" | "private";
|
|
709
709
|
id: string;
|
|
710
710
|
site: string;
|
|
@@ -718,8 +718,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
718
718
|
body?: string | undefined;
|
|
719
719
|
};
|
|
720
720
|
publicationSurfaces: {
|
|
721
|
-
name: string;
|
|
722
721
|
status: "na" | "present" | "missing";
|
|
722
|
+
name: string;
|
|
723
723
|
url?: string | undefined;
|
|
724
724
|
httpStatus?: number | undefined;
|
|
725
725
|
contentType?: string | undefined;
|
|
@@ -747,18 +747,18 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
747
747
|
}[];
|
|
748
748
|
securityReceipts: {
|
|
749
749
|
functionalProbes: {
|
|
750
|
-
name: string;
|
|
751
750
|
status: "pass" | "fail" | "na";
|
|
751
|
+
name: string;
|
|
752
|
+
checkedAt: string;
|
|
752
753
|
capabilityBoundary?: string | undefined;
|
|
753
754
|
evidence?: string | undefined;
|
|
754
|
-
checkedAt?: string | undefined;
|
|
755
755
|
}[];
|
|
756
756
|
cspReports: {
|
|
757
|
-
name: string;
|
|
758
757
|
status: "pass" | "fail" | "na";
|
|
758
|
+
name: string;
|
|
759
|
+
checkedAt: string;
|
|
759
760
|
capabilityBoundary?: string | undefined;
|
|
760
761
|
evidence?: string | undefined;
|
|
761
|
-
checkedAt?: string | undefined;
|
|
762
762
|
endpoint?: string | undefined;
|
|
763
763
|
}[];
|
|
764
764
|
inlineStyleAttributes?: {
|
|
@@ -786,8 +786,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
786
786
|
site: string;
|
|
787
787
|
renderMode: "ssr" | "static";
|
|
788
788
|
response: {
|
|
789
|
-
url?: string | undefined;
|
|
790
789
|
status?: number | undefined;
|
|
790
|
+
url?: string | undefined;
|
|
791
791
|
headers?: Record<string, string | string[]> | undefined;
|
|
792
792
|
html?: string | undefined;
|
|
793
793
|
body?: string | undefined;
|
|
@@ -803,8 +803,8 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
803
803
|
} | undefined;
|
|
804
804
|
environment?: string | undefined;
|
|
805
805
|
publicationSurfaces?: {
|
|
806
|
-
name: string;
|
|
807
806
|
status: "na" | "present" | "missing";
|
|
807
|
+
name: string;
|
|
808
808
|
url?: string | undefined;
|
|
809
809
|
httpStatus?: number | undefined;
|
|
810
810
|
contentType?: string | undefined;
|
|
@@ -832,18 +832,18 @@ export declare const conformanceFixtureSchema: z.ZodObject<{
|
|
|
832
832
|
}[] | undefined;
|
|
833
833
|
securityReceipts?: {
|
|
834
834
|
functionalProbes?: {
|
|
835
|
-
name: string;
|
|
836
835
|
status: "pass" | "fail" | "na";
|
|
836
|
+
name: string;
|
|
837
|
+
checkedAt: string;
|
|
837
838
|
capabilityBoundary?: string | undefined;
|
|
838
839
|
evidence?: string | undefined;
|
|
839
|
-
checkedAt?: string | undefined;
|
|
840
840
|
}[] | undefined;
|
|
841
841
|
cspReports?: {
|
|
842
|
-
name: string;
|
|
843
842
|
status: "pass" | "fail" | "na";
|
|
843
|
+
name: string;
|
|
844
|
+
checkedAt: string;
|
|
844
845
|
capabilityBoundary?: string | undefined;
|
|
845
846
|
evidence?: string | undefined;
|
|
846
|
-
checkedAt?: string | undefined;
|
|
847
847
|
endpoint?: string | undefined;
|
|
848
848
|
}[] | undefined;
|
|
849
849
|
inlineStyleAttributes?: {
|
|
@@ -913,8 +913,8 @@ export declare const conformanceCheckReceiptSchema: z.ZodObject<{
|
|
|
913
913
|
remediation?: string | undefined;
|
|
914
914
|
}>, "many">;
|
|
915
915
|
}, "strip", z.ZodTypeAny, {
|
|
916
|
-
name: string;
|
|
917
916
|
status: "pass" | "fail" | "na";
|
|
917
|
+
name: string;
|
|
918
918
|
findings: {
|
|
919
919
|
code: string;
|
|
920
920
|
message: string;
|
|
@@ -924,8 +924,8 @@ export declare const conformanceCheckReceiptSchema: z.ZodObject<{
|
|
|
924
924
|
remediation?: string | undefined;
|
|
925
925
|
}[];
|
|
926
926
|
}, {
|
|
927
|
-
name: string;
|
|
928
927
|
status: "pass" | "fail" | "na";
|
|
928
|
+
name: string;
|
|
929
929
|
findings: {
|
|
930
930
|
code: string;
|
|
931
931
|
message: string;
|
|
@@ -1001,8 +1001,8 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1001
1001
|
remediation?: string | undefined;
|
|
1002
1002
|
}>, "many">;
|
|
1003
1003
|
}, "strip", z.ZodTypeAny, {
|
|
1004
|
-
name: string;
|
|
1005
1004
|
status: "pass" | "fail" | "na";
|
|
1005
|
+
name: string;
|
|
1006
1006
|
findings: {
|
|
1007
1007
|
code: string;
|
|
1008
1008
|
message: string;
|
|
@@ -1012,8 +1012,8 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1012
1012
|
remediation?: string | undefined;
|
|
1013
1013
|
}[];
|
|
1014
1014
|
}, {
|
|
1015
|
-
name: string;
|
|
1016
1015
|
status: "pass" | "fail" | "na";
|
|
1016
|
+
name: string;
|
|
1017
1017
|
findings: {
|
|
1018
1018
|
code: string;
|
|
1019
1019
|
message: string;
|
|
@@ -1049,42 +1049,42 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1049
1049
|
functionalProbes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1050
1050
|
name: z.ZodString;
|
|
1051
1051
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
1052
|
-
checkedAt: z.
|
|
1052
|
+
checkedAt: z.ZodString;
|
|
1053
1053
|
evidence: z.ZodOptional<z.ZodString>;
|
|
1054
1054
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
1056
|
-
name: string;
|
|
1057
1056
|
status: "pass" | "fail" | "na";
|
|
1057
|
+
name: string;
|
|
1058
|
+
checkedAt: string;
|
|
1058
1059
|
capabilityBoundary?: string | undefined;
|
|
1059
1060
|
evidence?: string | undefined;
|
|
1060
|
-
checkedAt?: string | undefined;
|
|
1061
1061
|
}, {
|
|
1062
|
-
name: string;
|
|
1063
1062
|
status: "pass" | "fail" | "na";
|
|
1063
|
+
name: string;
|
|
1064
|
+
checkedAt: string;
|
|
1064
1065
|
capabilityBoundary?: string | undefined;
|
|
1065
1066
|
evidence?: string | undefined;
|
|
1066
|
-
checkedAt?: string | undefined;
|
|
1067
1067
|
}>, "many">>;
|
|
1068
1068
|
cspReports: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1069
1069
|
name: z.ZodString;
|
|
1070
1070
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
1071
|
-
checkedAt: z.
|
|
1071
|
+
checkedAt: z.ZodString;
|
|
1072
1072
|
evidence: z.ZodOptional<z.ZodString>;
|
|
1073
1073
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
1074
1074
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
1075
1075
|
}, "strip", z.ZodTypeAny, {
|
|
1076
|
-
name: string;
|
|
1077
1076
|
status: "pass" | "fail" | "na";
|
|
1077
|
+
name: string;
|
|
1078
|
+
checkedAt: string;
|
|
1078
1079
|
capabilityBoundary?: string | undefined;
|
|
1079
1080
|
evidence?: string | undefined;
|
|
1080
|
-
checkedAt?: string | undefined;
|
|
1081
1081
|
endpoint?: string | undefined;
|
|
1082
1082
|
}, {
|
|
1083
|
-
name: string;
|
|
1084
1083
|
status: "pass" | "fail" | "na";
|
|
1084
|
+
name: string;
|
|
1085
|
+
checkedAt: string;
|
|
1085
1086
|
capabilityBoundary?: string | undefined;
|
|
1086
1087
|
evidence?: string | undefined;
|
|
1087
|
-
checkedAt?: string | undefined;
|
|
1088
1088
|
endpoint?: string | undefined;
|
|
1089
1089
|
}>, "many">>;
|
|
1090
1090
|
inlineStyleAttributes: z.ZodOptional<z.ZodObject<{
|
|
@@ -1117,18 +1117,18 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1117
1117
|
}>>;
|
|
1118
1118
|
}, "strip", z.ZodTypeAny, {
|
|
1119
1119
|
functionalProbes: {
|
|
1120
|
-
name: string;
|
|
1121
1120
|
status: "pass" | "fail" | "na";
|
|
1121
|
+
name: string;
|
|
1122
|
+
checkedAt: string;
|
|
1122
1123
|
capabilityBoundary?: string | undefined;
|
|
1123
1124
|
evidence?: string | undefined;
|
|
1124
|
-
checkedAt?: string | undefined;
|
|
1125
1125
|
}[];
|
|
1126
1126
|
cspReports: {
|
|
1127
|
-
name: string;
|
|
1128
1127
|
status: "pass" | "fail" | "na";
|
|
1128
|
+
name: string;
|
|
1129
|
+
checkedAt: string;
|
|
1129
1130
|
capabilityBoundary?: string | undefined;
|
|
1130
1131
|
evidence?: string | undefined;
|
|
1131
|
-
checkedAt?: string | undefined;
|
|
1132
1132
|
endpoint?: string | undefined;
|
|
1133
1133
|
}[];
|
|
1134
1134
|
inlineStyleAttributes?: {
|
|
@@ -1141,18 +1141,18 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1141
1141
|
} | undefined;
|
|
1142
1142
|
}, {
|
|
1143
1143
|
functionalProbes?: {
|
|
1144
|
-
name: string;
|
|
1145
1144
|
status: "pass" | "fail" | "na";
|
|
1145
|
+
name: string;
|
|
1146
|
+
checkedAt: string;
|
|
1146
1147
|
capabilityBoundary?: string | undefined;
|
|
1147
1148
|
evidence?: string | undefined;
|
|
1148
|
-
checkedAt?: string | undefined;
|
|
1149
1149
|
}[] | undefined;
|
|
1150
1150
|
cspReports?: {
|
|
1151
|
-
name: string;
|
|
1152
1151
|
status: "pass" | "fail" | "na";
|
|
1152
|
+
name: string;
|
|
1153
|
+
checkedAt: string;
|
|
1153
1154
|
capabilityBoundary?: string | undefined;
|
|
1154
1155
|
evidence?: string | undefined;
|
|
1155
|
-
checkedAt?: string | undefined;
|
|
1156
1156
|
endpoint?: string | undefined;
|
|
1157
1157
|
}[] | undefined;
|
|
1158
1158
|
inlineStyleAttributes?: {
|
|
@@ -1165,25 +1165,25 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1165
1165
|
} | undefined;
|
|
1166
1166
|
}>>;
|
|
1167
1167
|
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
url: string;
|
|
1169
1168
|
status: "pass" | "fail";
|
|
1169
|
+
url: string;
|
|
1170
1170
|
generatedAt: string;
|
|
1171
1171
|
site: string;
|
|
1172
1172
|
environment: string;
|
|
1173
1173
|
securityReceipts: {
|
|
1174
1174
|
functionalProbes: {
|
|
1175
|
-
name: string;
|
|
1176
1175
|
status: "pass" | "fail" | "na";
|
|
1176
|
+
name: string;
|
|
1177
|
+
checkedAt: string;
|
|
1177
1178
|
capabilityBoundary?: string | undefined;
|
|
1178
1179
|
evidence?: string | undefined;
|
|
1179
|
-
checkedAt?: string | undefined;
|
|
1180
1180
|
}[];
|
|
1181
1181
|
cspReports: {
|
|
1182
|
-
name: string;
|
|
1183
1182
|
status: "pass" | "fail" | "na";
|
|
1183
|
+
name: string;
|
|
1184
|
+
checkedAt: string;
|
|
1184
1185
|
capabilityBoundary?: string | undefined;
|
|
1185
1186
|
evidence?: string | undefined;
|
|
1186
|
-
checkedAt?: string | undefined;
|
|
1187
1187
|
endpoint?: string | undefined;
|
|
1188
1188
|
}[];
|
|
1189
1189
|
inlineStyleAttributes?: {
|
|
@@ -1212,8 +1212,8 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1212
1212
|
findings: number;
|
|
1213
1213
|
};
|
|
1214
1214
|
checks: {
|
|
1215
|
-
name: string;
|
|
1216
1215
|
status: "pass" | "fail" | "na";
|
|
1216
|
+
name: string;
|
|
1217
1217
|
findings: {
|
|
1218
1218
|
code: string;
|
|
1219
1219
|
message: string;
|
|
@@ -1224,8 +1224,8 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1224
1224
|
}[];
|
|
1225
1225
|
}[];
|
|
1226
1226
|
}, {
|
|
1227
|
-
url: string;
|
|
1228
1227
|
status: "pass" | "fail";
|
|
1228
|
+
url: string;
|
|
1229
1229
|
generatedAt: string;
|
|
1230
1230
|
site: string;
|
|
1231
1231
|
environment: string;
|
|
@@ -1246,8 +1246,8 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1246
1246
|
findings: number;
|
|
1247
1247
|
};
|
|
1248
1248
|
checks: {
|
|
1249
|
-
name: string;
|
|
1250
1249
|
status: "pass" | "fail" | "na";
|
|
1250
|
+
name: string;
|
|
1251
1251
|
findings: {
|
|
1252
1252
|
code: string;
|
|
1253
1253
|
message: string;
|
|
@@ -1259,18 +1259,18 @@ export declare const siteEvidenceBundleSchema: z.ZodObject<{
|
|
|
1259
1259
|
}[];
|
|
1260
1260
|
securityReceipts?: {
|
|
1261
1261
|
functionalProbes?: {
|
|
1262
|
-
name: string;
|
|
1263
1262
|
status: "pass" | "fail" | "na";
|
|
1263
|
+
name: string;
|
|
1264
|
+
checkedAt: string;
|
|
1264
1265
|
capabilityBoundary?: string | undefined;
|
|
1265
1266
|
evidence?: string | undefined;
|
|
1266
|
-
checkedAt?: string | undefined;
|
|
1267
1267
|
}[] | undefined;
|
|
1268
1268
|
cspReports?: {
|
|
1269
|
-
name: string;
|
|
1270
1269
|
status: "pass" | "fail" | "na";
|
|
1270
|
+
name: string;
|
|
1271
|
+
checkedAt: string;
|
|
1271
1272
|
capabilityBoundary?: string | undefined;
|
|
1272
1273
|
evidence?: string | undefined;
|
|
1273
|
-
checkedAt?: string | undefined;
|
|
1274
1274
|
endpoint?: string | undefined;
|
|
1275
1275
|
}[] | undefined;
|
|
1276
1276
|
inlineStyleAttributes?: {
|
|
@@ -1357,8 +1357,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1357
1357
|
remediation?: string | undefined;
|
|
1358
1358
|
}>, "many">;
|
|
1359
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1360
|
-
name: string;
|
|
1361
1360
|
status: "pass" | "fail" | "na";
|
|
1361
|
+
name: string;
|
|
1362
1362
|
findings: {
|
|
1363
1363
|
code: string;
|
|
1364
1364
|
message: string;
|
|
@@ -1368,8 +1368,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1368
1368
|
remediation?: string | undefined;
|
|
1369
1369
|
}[];
|
|
1370
1370
|
}, {
|
|
1371
|
-
name: string;
|
|
1372
1371
|
status: "pass" | "fail" | "na";
|
|
1372
|
+
name: string;
|
|
1373
1373
|
findings: {
|
|
1374
1374
|
code: string;
|
|
1375
1375
|
message: string;
|
|
@@ -1405,42 +1405,42 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1405
1405
|
functionalProbes: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1406
1406
|
name: z.ZodString;
|
|
1407
1407
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
1408
|
-
checkedAt: z.
|
|
1408
|
+
checkedAt: z.ZodString;
|
|
1409
1409
|
evidence: z.ZodOptional<z.ZodString>;
|
|
1410
1410
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
1411
1411
|
}, "strip", z.ZodTypeAny, {
|
|
1412
|
-
name: string;
|
|
1413
1412
|
status: "pass" | "fail" | "na";
|
|
1413
|
+
name: string;
|
|
1414
|
+
checkedAt: string;
|
|
1414
1415
|
capabilityBoundary?: string | undefined;
|
|
1415
1416
|
evidence?: string | undefined;
|
|
1416
|
-
checkedAt?: string | undefined;
|
|
1417
1417
|
}, {
|
|
1418
|
-
name: string;
|
|
1419
1418
|
status: "pass" | "fail" | "na";
|
|
1419
|
+
name: string;
|
|
1420
|
+
checkedAt: string;
|
|
1420
1421
|
capabilityBoundary?: string | undefined;
|
|
1421
1422
|
evidence?: string | undefined;
|
|
1422
|
-
checkedAt?: string | undefined;
|
|
1423
1423
|
}>, "many">>;
|
|
1424
1424
|
cspReports: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1425
1425
|
name: z.ZodString;
|
|
1426
1426
|
status: z.ZodEnum<["pass", "fail", "na"]>;
|
|
1427
|
-
checkedAt: z.
|
|
1427
|
+
checkedAt: z.ZodString;
|
|
1428
1428
|
evidence: z.ZodOptional<z.ZodString>;
|
|
1429
1429
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
1430
1430
|
capabilityBoundary: z.ZodOptional<z.ZodString>;
|
|
1431
1431
|
}, "strip", z.ZodTypeAny, {
|
|
1432
|
-
name: string;
|
|
1433
1432
|
status: "pass" | "fail" | "na";
|
|
1433
|
+
name: string;
|
|
1434
|
+
checkedAt: string;
|
|
1434
1435
|
capabilityBoundary?: string | undefined;
|
|
1435
1436
|
evidence?: string | undefined;
|
|
1436
|
-
checkedAt?: string | undefined;
|
|
1437
1437
|
endpoint?: string | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
name: string;
|
|
1440
1439
|
status: "pass" | "fail" | "na";
|
|
1440
|
+
name: string;
|
|
1441
|
+
checkedAt: string;
|
|
1441
1442
|
capabilityBoundary?: string | undefined;
|
|
1442
1443
|
evidence?: string | undefined;
|
|
1443
|
-
checkedAt?: string | undefined;
|
|
1444
1444
|
endpoint?: string | undefined;
|
|
1445
1445
|
}>, "many">>;
|
|
1446
1446
|
inlineStyleAttributes: z.ZodOptional<z.ZodObject<{
|
|
@@ -1473,18 +1473,18 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1473
1473
|
}>>;
|
|
1474
1474
|
}, "strip", z.ZodTypeAny, {
|
|
1475
1475
|
functionalProbes: {
|
|
1476
|
-
name: string;
|
|
1477
1476
|
status: "pass" | "fail" | "na";
|
|
1477
|
+
name: string;
|
|
1478
|
+
checkedAt: string;
|
|
1478
1479
|
capabilityBoundary?: string | undefined;
|
|
1479
1480
|
evidence?: string | undefined;
|
|
1480
|
-
checkedAt?: string | undefined;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
cspReports: {
|
|
1483
|
-
name: string;
|
|
1484
1483
|
status: "pass" | "fail" | "na";
|
|
1484
|
+
name: string;
|
|
1485
|
+
checkedAt: string;
|
|
1485
1486
|
capabilityBoundary?: string | undefined;
|
|
1486
1487
|
evidence?: string | undefined;
|
|
1487
|
-
checkedAt?: string | undefined;
|
|
1488
1488
|
endpoint?: string | undefined;
|
|
1489
1489
|
}[];
|
|
1490
1490
|
inlineStyleAttributes?: {
|
|
@@ -1497,18 +1497,18 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1497
1497
|
} | undefined;
|
|
1498
1498
|
}, {
|
|
1499
1499
|
functionalProbes?: {
|
|
1500
|
-
name: string;
|
|
1501
1500
|
status: "pass" | "fail" | "na";
|
|
1501
|
+
name: string;
|
|
1502
|
+
checkedAt: string;
|
|
1502
1503
|
capabilityBoundary?: string | undefined;
|
|
1503
1504
|
evidence?: string | undefined;
|
|
1504
|
-
checkedAt?: string | undefined;
|
|
1505
1505
|
}[] | undefined;
|
|
1506
1506
|
cspReports?: {
|
|
1507
|
-
name: string;
|
|
1508
1507
|
status: "pass" | "fail" | "na";
|
|
1508
|
+
name: string;
|
|
1509
|
+
checkedAt: string;
|
|
1509
1510
|
capabilityBoundary?: string | undefined;
|
|
1510
1511
|
evidence?: string | undefined;
|
|
1511
|
-
checkedAt?: string | undefined;
|
|
1512
1512
|
endpoint?: string | undefined;
|
|
1513
1513
|
}[] | undefined;
|
|
1514
1514
|
inlineStyleAttributes?: {
|
|
@@ -1521,25 +1521,25 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1521
1521
|
} | undefined;
|
|
1522
1522
|
}>>;
|
|
1523
1523
|
}, "strip", z.ZodTypeAny, {
|
|
1524
|
-
url: string;
|
|
1525
1524
|
status: "pass" | "fail";
|
|
1525
|
+
url: string;
|
|
1526
1526
|
generatedAt: string;
|
|
1527
1527
|
site: string;
|
|
1528
1528
|
environment: string;
|
|
1529
1529
|
securityReceipts: {
|
|
1530
1530
|
functionalProbes: {
|
|
1531
|
-
name: string;
|
|
1532
1531
|
status: "pass" | "fail" | "na";
|
|
1532
|
+
name: string;
|
|
1533
|
+
checkedAt: string;
|
|
1533
1534
|
capabilityBoundary?: string | undefined;
|
|
1534
1535
|
evidence?: string | undefined;
|
|
1535
|
-
checkedAt?: string | undefined;
|
|
1536
1536
|
}[];
|
|
1537
1537
|
cspReports: {
|
|
1538
|
-
name: string;
|
|
1539
1538
|
status: "pass" | "fail" | "na";
|
|
1539
|
+
name: string;
|
|
1540
|
+
checkedAt: string;
|
|
1540
1541
|
capabilityBoundary?: string | undefined;
|
|
1541
1542
|
evidence?: string | undefined;
|
|
1542
|
-
checkedAt?: string | undefined;
|
|
1543
1543
|
endpoint?: string | undefined;
|
|
1544
1544
|
}[];
|
|
1545
1545
|
inlineStyleAttributes?: {
|
|
@@ -1568,8 +1568,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1568
1568
|
findings: number;
|
|
1569
1569
|
};
|
|
1570
1570
|
checks: {
|
|
1571
|
-
name: string;
|
|
1572
1571
|
status: "pass" | "fail" | "na";
|
|
1572
|
+
name: string;
|
|
1573
1573
|
findings: {
|
|
1574
1574
|
code: string;
|
|
1575
1575
|
message: string;
|
|
@@ -1580,8 +1580,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1580
1580
|
}[];
|
|
1581
1581
|
}[];
|
|
1582
1582
|
}, {
|
|
1583
|
-
url: string;
|
|
1584
1583
|
status: "pass" | "fail";
|
|
1584
|
+
url: string;
|
|
1585
1585
|
generatedAt: string;
|
|
1586
1586
|
site: string;
|
|
1587
1587
|
environment: string;
|
|
@@ -1602,8 +1602,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1602
1602
|
findings: number;
|
|
1603
1603
|
};
|
|
1604
1604
|
checks: {
|
|
1605
|
-
name: string;
|
|
1606
1605
|
status: "pass" | "fail" | "na";
|
|
1606
|
+
name: string;
|
|
1607
1607
|
findings: {
|
|
1608
1608
|
code: string;
|
|
1609
1609
|
message: string;
|
|
@@ -1615,18 +1615,18 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1615
1615
|
}[];
|
|
1616
1616
|
securityReceipts?: {
|
|
1617
1617
|
functionalProbes?: {
|
|
1618
|
-
name: string;
|
|
1619
1618
|
status: "pass" | "fail" | "na";
|
|
1619
|
+
name: string;
|
|
1620
|
+
checkedAt: string;
|
|
1620
1621
|
capabilityBoundary?: string | undefined;
|
|
1621
1622
|
evidence?: string | undefined;
|
|
1622
|
-
checkedAt?: string | undefined;
|
|
1623
1623
|
}[] | undefined;
|
|
1624
1624
|
cspReports?: {
|
|
1625
|
-
name: string;
|
|
1626
1625
|
status: "pass" | "fail" | "na";
|
|
1626
|
+
name: string;
|
|
1627
|
+
checkedAt: string;
|
|
1627
1628
|
capabilityBoundary?: string | undefined;
|
|
1628
1629
|
evidence?: string | undefined;
|
|
1629
|
-
checkedAt?: string | undefined;
|
|
1630
1630
|
endpoint?: string | undefined;
|
|
1631
1631
|
}[] | undefined;
|
|
1632
1632
|
inlineStyleAttributes?: {
|
|
@@ -1651,25 +1651,25 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1651
1651
|
sites: number;
|
|
1652
1652
|
};
|
|
1653
1653
|
sites: {
|
|
1654
|
-
url: string;
|
|
1655
1654
|
status: "pass" | "fail";
|
|
1655
|
+
url: string;
|
|
1656
1656
|
generatedAt: string;
|
|
1657
1657
|
site: string;
|
|
1658
1658
|
environment: string;
|
|
1659
1659
|
securityReceipts: {
|
|
1660
1660
|
functionalProbes: {
|
|
1661
|
-
name: string;
|
|
1662
1661
|
status: "pass" | "fail" | "na";
|
|
1662
|
+
name: string;
|
|
1663
|
+
checkedAt: string;
|
|
1663
1664
|
capabilityBoundary?: string | undefined;
|
|
1664
1665
|
evidence?: string | undefined;
|
|
1665
|
-
checkedAt?: string | undefined;
|
|
1666
1666
|
}[];
|
|
1667
1667
|
cspReports: {
|
|
1668
|
-
name: string;
|
|
1669
1668
|
status: "pass" | "fail" | "na";
|
|
1669
|
+
name: string;
|
|
1670
|
+
checkedAt: string;
|
|
1670
1671
|
capabilityBoundary?: string | undefined;
|
|
1671
1672
|
evidence?: string | undefined;
|
|
1672
|
-
checkedAt?: string | undefined;
|
|
1673
1673
|
endpoint?: string | undefined;
|
|
1674
1674
|
}[];
|
|
1675
1675
|
inlineStyleAttributes?: {
|
|
@@ -1698,8 +1698,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1698
1698
|
findings: number;
|
|
1699
1699
|
};
|
|
1700
1700
|
checks: {
|
|
1701
|
-
name: string;
|
|
1702
1701
|
status: "pass" | "fail" | "na";
|
|
1702
|
+
name: string;
|
|
1703
1703
|
findings: {
|
|
1704
1704
|
code: string;
|
|
1705
1705
|
message: string;
|
|
@@ -1722,8 +1722,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1722
1722
|
sites: number;
|
|
1723
1723
|
};
|
|
1724
1724
|
sites: {
|
|
1725
|
-
url: string;
|
|
1726
1725
|
status: "pass" | "fail";
|
|
1726
|
+
url: string;
|
|
1727
1727
|
generatedAt: string;
|
|
1728
1728
|
site: string;
|
|
1729
1729
|
environment: string;
|
|
@@ -1744,8 +1744,8 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1744
1744
|
findings: number;
|
|
1745
1745
|
};
|
|
1746
1746
|
checks: {
|
|
1747
|
-
name: string;
|
|
1748
1747
|
status: "pass" | "fail" | "na";
|
|
1748
|
+
name: string;
|
|
1749
1749
|
findings: {
|
|
1750
1750
|
code: string;
|
|
1751
1751
|
message: string;
|
|
@@ -1757,18 +1757,18 @@ export declare const fleetEvidenceBundleSchema: z.ZodObject<{
|
|
|
1757
1757
|
}[];
|
|
1758
1758
|
securityReceipts?: {
|
|
1759
1759
|
functionalProbes?: {
|
|
1760
|
-
name: string;
|
|
1761
1760
|
status: "pass" | "fail" | "na";
|
|
1761
|
+
name: string;
|
|
1762
|
+
checkedAt: string;
|
|
1762
1763
|
capabilityBoundary?: string | undefined;
|
|
1763
1764
|
evidence?: string | undefined;
|
|
1764
|
-
checkedAt?: string | undefined;
|
|
1765
1765
|
}[] | undefined;
|
|
1766
1766
|
cspReports?: {
|
|
1767
|
-
name: string;
|
|
1768
1767
|
status: "pass" | "fail" | "na";
|
|
1768
|
+
name: string;
|
|
1769
|
+
checkedAt: string;
|
|
1769
1770
|
capabilityBoundary?: string | undefined;
|
|
1770
1771
|
evidence?: string | undefined;
|
|
1771
|
-
checkedAt?: string | undefined;
|
|
1772
1772
|
endpoint?: string | undefined;
|
|
1773
1773
|
}[] | undefined;
|
|
1774
1774
|
inlineStyleAttributes?: {
|